/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */

/***
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background-color: white;
  color: #333333;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 100%;
  margin: 0;
  font-weight: 400;
  /* font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
  text-transform: uppercase; */
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border-radius: 4px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
  cursor: pointer;
}

select {
  border: 1px solid #333;
  background: white;
  padding: 0.3rem 0.5rem;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px solid transparent;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* @media only screen and (max-width: 640px) {}
@media only screen and (min-width: 641px) and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 1024px) {}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {}
@media only screen and (min-width: 1281px) and (max-width: 1536px) {}
@media only screen and (min-width: 1537px) {} */
/**/

:root {
  --bordercolor: #b3b3b3;
}

@font-face {
  font-family: 'Didot';
  src: url('fonts/Didot/Didot.eot');
  src: url('fonts/Didot/Didot.woff2') format('woff2'),
       url('fonts/Didot/Didot.woff') format('woff'),
       url('fonts/Didot/Didot.ttf') format('truetype'),
       url('fonts/Didot/Didot.svg') format('svg'),
       url('fonts/Didot/Didot.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100%;/*16px*/
  font-family: Helvetica, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  scroll-behavior: smooth;
} 
.containerWrapper {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  border-right: 1px solid var(--bordercolor);
} 
header {
  height: 4rem;
  background-color: white;
  position: fixed;
  /* width: calc(100% - 2rem); */
  width:calc(100% - 1px);
  z-index: 10;
}
section {
/* scroll-margin-top: 5rem; */
scroll-margin-top: calc(6rem + 40px + 253px); /*FOR CLASS BILLBOARD*/
}
#amsterdam, #antwerpen, #arnhem, #austin, #barcelona, #bielefeld, #birmingham, #berlin, #boston, #bratislava, #brisbane, #bristol, #brighton, #bangkok, #chandigarh, #chicago, #cologne, #copenhagen, #delhi, #dubai, #dublin, #denver, #dusseldorf, #eindhoven, #freiburg, #graz, #grenoble, #istanbul, #kortrijk, #krakow, #letterfrack, #leeds, #leuven, #lisbon, #london, #losangeles, #malmo, #malaga, #manilla, #melbourne, #mexicocity, #miltonkeynes, #minneapolis, #montreal, #munich, #nantes, #newyork, #online, #oslo, #paris, #querétaro, #richardson, #rio, #rotterdam, #sanfrancisco, #stlouis, #strasbourg, #stockholm, #sydney, #tartu, #tokyo, #toronto, #utrecht, #vienna, #vancouver, #wales, #warsaw #washington, #wellington, #zurich{
scroll-margin-top: 16rem;
}



.title {
  grid-column: span 2; 
  padding-left: 1rem; 
  padding-top: 1rem; 
  border-left: 1px solid var(--bordercolor);
}
header {
  height: 4rem;
}
@media only screen and (max-width: 640px) {
  header {
    height: 3rem;
  }
  .title {
    grid-column: span 1; 
  } 
  .content {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 766px) {
  .title {
    grid-column: span 1; 
  } 
  header {
    height: 3rem;
  }
  .content {
    padding-top: 3rem !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  header {
    height: 3rem;
  }
  .title {
    grid-column: span 2; 
  } 
  .content {
    padding-top: calc(3rem + 301px) !important;
  }
}

@media only screen and (max-width: 480px) {
  section  {
    scroll-margin-top: calc(7.5rem + 40px + 95px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  /* .content {
    padding-top: calc(4.5rem + 279px);
  } */
  section  {
    scroll-margin-top: calc(4rem + 40px + 253px);
  }
}

@media only screen and (min-width: 1281px) {
  /* .content {
    padding-top: calc(4.5rem + 330px);
  } */
  /* section  {
      scroll-margin-top: calc(5rem + 321px);
  } */
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  font-weight: 700; /* ORG = 400*/
}


a p:nth-child(2), a p:nth-child(3), a p:nth-child(4)  {
  font-weight: 300; /* ORG = 200*/
}

.year {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align: left;
  gap:1rem;
  /* background-color: white; */
}

.yearDays {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align: left;
  gap: 1rem;
  background-color: white;
}


@media only screen and (max-width: 640px) {
  .year, .yearDays {
      grid-template-columns: repeat(2, 1fr); 
      grid-column-start: 1;
      row-gap: 0;
      background-color: white;
      
  }
  .hideXS, .hideS, .hideM {
      display: none;
  }
  .choose {
    grid-row-start: 2;
  }
  select {
    width: 90%;
    }
  li {
    padding-left: .7rem !important;
  }  
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .year {
    grid-template-columns: repeat(4, 1fr); 
    grid-column-start: 1;
    row-gap: 0;
}
.hideXS, .hideM, .choose {
  display: none;
}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .year {
    grid-template-columns: repeat(3, 1fr); 
    grid-column-start: 1;
    row-gap: 0;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .year {
    grid-template-columns: repeat(6, 1fr); 
    grid-column-start: 1;
    row-gap: 0;
}
.hideXS, .hideM {
  display: none;
}

}

.month {
border-left: 1px solid var(--bordercolor);
padding-top: 2.5rem;
padding-left: 1rem;
/* position: sticky;
position: -webkit-sticky;
top: 5rem; */
/* font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif; */
text-transform: uppercase;
}
ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

li {
  border-left: 1px solid var(--bordercolor);
  padding-left: 1rem;
  padding-top: 1rem;
  background-color: white;
  padding-bottom: 1rem;
}

/* li div:nth-child(3), li div:nth-child(4), li div:nth-child(5), li div:nth-child(6)  {
  padding-top: 1rem;
} */

li div:nth-child(1) {
  padding-bottom: 2rem;
}
.blanc {
  color: transparent;
} 

h3 {
  font-family: 'Didot', Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
  font-size: 9rem;
  margin: 0;
  /* color: #333333; ORG */
  color: lightgray;
  letter-spacing: -0.5rem;
  font-weight: normal;
}

.submit {
  border-color: red;
  background-color: white;
  border-radius: 4px;
  color: red;
  border: 1px solid;
  padding: 0.4rem 0.5rem;
}

.submit:hover {
  border-color: red;
  background-color: red;
  border-radius: 4px;
  color: white;
  border: 1px solid;
  padding: 0.4rem 0.5rem;
  cursor: pointer;
}

.submitGo {
  border-color: #333333;
  background-color: white;
  border-radius: 4px;
  color: #333;
  border: 1px solid;
  padding: 0.4rem 0.5rem;
}

.submitGo:hover {
  border-color: #333333;
  background-color: #333;
  border-radius: 4px;
  color: white;
  border: 1px solid;
  padding: 0.4rem 0.5rem;
  cursor: pointer;
}


.download {
  border-color: #333333;
  background-color: white;
  border-radius: 4px;
  color: #333333;
  border: 1px solid;
  padding: 0.3rem 0.5rem;
}
.download:hover {
  border-color: #333333;
  background-color: #333333;
  border-radius: 4px;
  color: white;
  border: 1px solid;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
}

.by-thomasdahm {
  display: block;
  padding: 7px;
  font-size: 75%;
  margin: 0;
  background: rgb(161, 161, 161);
  color: white;
  position: fixed;
  bottom: 0;
  right: 1rem;
  border-top-left-radius: 4px;
  z-index: 2;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
float: left;
overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
font-size: 75%;
border: 1px solid #33333375;
border-radius: 4px;
color: #33333375;
padding: 0.3rem 0.5rem;
background-color: white;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.dropdown:hover .dropbtn {
background-color: #33333375;
color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 8rem;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: #333333;
padding: 0.3rem 0.5rem;
text-decoration: none;
display: block;
text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}


#catbought {
display: none;
}

.targets div {
display: none;
}

.box{
display: none; 
width: 100%;
color: #f5f5f5;
}

.screen {
  display:none;
}

.printer {
  /* border-color: #333333; */
  background-color: white;
  /* border-radius: 4px; */
  color: #333333;
  /* border: 1px solid; */
  padding: 0.3rem 0.5rem;
  /* margin-left: 1rem; */
  cursor: pointer;
}

.printer:hover {
  /* border-color: #333333; */
  /* background-color: #333333; */
  /* border-radius: 4px; */
  color: white;
  /* border: 1px solid; */
  padding: 0.3rem 0.5rem;
  cursor: pointer;
}

::selection {
  color: white;
  background-color: black;
}

.filler {
  border-left: 1px solid var(--bordercolor); 
  background-color: white;
}

/*DARKMODE*/
/*START CHAT GPT*/
#light-mode-img {
  display: none;
}

.dark-mode #light-mode-img {
  display: inline;
}

.dark-mode #dark-mode-img {
  display: none;
}
/*END CHAT GPT*/

.dark-mode, .dark-mode p, .dark-mode h3, .dark-mode li, .dark-mode header, .dark-mode .filler, .dark-mode .month, .dark-mode .title, .dark-mode .year {
  background-color: black;
  color: white;
}
.dark-mode li, .dark-mode .filler, .dark-mode .title, .dark-mode .month {
  border-left:1px solid white;
}

.dark-mode .container {
  border-right:1px solid white;
}

.dark-mode .blanc {
  color: black; 
}

.dark-mode .download, .dark-mode .printer {
  border-color: white;
  background-color: black;
  color: white;
  border: 1px solid;
}

.dark-mode .download:hover, .dark-mode .printer:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
}

.dark-mode .submit {
  background-color: red;
  color: white;
  border: 1px solid red;
}

.dark-mode .submit:hover {
  background-color: white;
  color: red;
  border: 1px solid white;
}

.dark-mode a {
  color: white;
}

footer a:hover {
  border-bottom: solid 1px #333333;
}

/*2x sponsor*/
.Sponsor2 {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: grid;
  grid-template-rows: auto auto auto;
  gap:.75em;
}

@media only screen and (max-width: 427px) {
  .topSponsor {
    bottom: 13em !important;
  }
}

#sponsors * {
	margin: initial;
	padding: initial;
}

#sponsors {
	display: flex;
	max-width: 130px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.15);
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
		Helvetica, Arial, sans-serif;
    /* position: fixed;
    bottom: 3rem;
    right: 2rem; */
}

#sponsors a {
	background-image: none;
	color: #111;
	text-decoration: none;
  font-weight: 400;
}

#sponsors a:hover {
	color: #111;
}

#sponsors .sponsor-img {
	display: block;
	max-width: 130px;
	line-height: 1;
}

#sponsors .sponsor-img img {
	display: block;
	width: 130px;
	height: 100px;
	margin: 0 auto;
}

#sponsors .sponsor-text {
	display: block;
	padding: 8px 10px;
	background-color: hsl(0, 0%, 98%);
	line-height: 1.35;
	text-align: left;
}

#sponsors .sponsor-poweredby {
	display: block;
	padding: 10px;
	background: repeating-linear-gradient(
			-45deg,
			transparent,
			transparent 5px,
			hsla(0, 0%, 0%, 0.025) 5px,
			hsla(0, 0%, 0%, 0.025) 10px
		)
		hsla(203, 11%, 95%, 0.4);
	background-color: hsl(0, 0%, 98%);
	font-weight: 600;
	font-size: 8px;
	line-height: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
	#sponsors {
		position: fixed;
		max-width: 330px;
		bottom: 2.5rem;
    right: 1.5rem;
    float: none;
	}

  

	#sponsors .sponsor-wrap {
		display: flex;
		flex-direction: row;
	}

	#sponsors .sponsor-img {
		margin: 0;
	}

	#sponsors .sponsor-text {
		padding: 10px 10px 0 10px;

		font-size: 12px;
	}

	#sponsors .sponsor-poweredby {
		position: absolute;
		right: 0;
		bottom: 0;
		border-radius: 0;
		border-top-left-radius: 3px;
		text-align: center;
	}
}
@media only screen and (max-width: 820px) {
/* @media only screen and (min-width: 412px) and (max-width: 820px) { */
  #sponsors .sponsor-text {
    display: none;
  }
}

#close {
  float: right;
  display: grid;
  background: hsl(0, 0%, 98%);
  position: absolute;
  right: 0;
  color: black;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  place-content: center;
  margin: .2rem;
  cursor: pointer;
}


#mlb2-2979525.ml-form-embedContainer .ml-form-align-center {
  text-align: left !important;
  padding-bottom: 0 !important;
}

#mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
}
#mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  margin: 0 !important;
}

#mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  border-color: black !important;
}

@media only screen and (max-width: 600px) {
  #mlb2-2979525.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm, .ml-form-formContent.horozintalForm .ml-form-horizontalRow, .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
    padding: 0 !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 0 !important;
  }
}

.discount {
  /* background-color: rgb(255, 228, 144);  */
  /* background-color: yellow; */
  font-weight: 200;
  color: blue;
  
}
/* .discount:hover {
  font-weight: 200;
  color: red;
} */

.sticky {
  position: sticky;
  top: 7rem;
  /* top:15rem; */ /* for class .billboard*/
  text-transform: uppercase;
  border-top: 1px solid var(--bordercolor);
}

.sticky ul li {
  background-color: transparent;
}

@media only screen and (max-width: 640px) {
  .sticky {
    top: calc(2rem + 50px + 40px);
  }
  .month {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.container div {
  /* border: grey 1px solid;
  width: 100px;
  text-align: center;
  background-color: black;
  color: white;
  float: left;
  transition: all 0.5s ease; */
}

.hidden {
  display: none;
  }

.billboard {
  width: calc(100% - 1px);
  border-bottom: solid 1px var(--bordercolor);
  border-top: solid 1px var(--bordercolor);
  background-color: white;
  width: 100%;
  /* height: 250px; */
  padding: 20px 0;
  text-align: center;
  /* overflow: hidden; */
  overflow: auto;
	max-height: 100vh;
}

@media only screen and (max-width: 990px) {
  .billboard {
    /* height: 90px; */
  }
}