/* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/manrope-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* =============================
   VARIABLES
============================= */
html, body {
  background: #1b1b1b;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 62pt;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36pt;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 28pt;
  }
}

h2, .h2 {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 28pt;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 20pt;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 16pt;
  }
}

p {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 50px;
}

.btn {
  border-radius: 4px;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 18pt;
  font-weight: 400;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14pt;
  }
}

.btn-primary {
  background-color: #A2975D;
  border-color: #A2975D;
  color: #fff;
}

.colorbox {
  margin: 0 15px;
  padding: 50px;
}
.colorbox.gunmetal {
  background: #21292D;
}

#wrapper {
  overflow: hidden;
}

#header {
  padding: 50px 0;
}
@media (max-width: 768px) {
  #header {
    text-align: center;
  }
}
#header img {
  height: 145px;
}
@media (max-width: 768px) {
  #header img {
    height: 100px;
  }
}

#intro-image img {
  width: 100%;
}

#intro-text {
  color: #fff;
  padding: 50px 0 75px 0;
  text-align: center;
}
#intro-text .copy {
  padding: 0 18%;
  margin-bottom: 50px;
}

#video-teaser {
  position: relative;
}

#registration {
  color: #fff;
}
#registration .headline {
  color: #A2975D;
  text-align: center;
  text-transform: uppercase;
}
#registration .colorbox.gunmetal {
  padding: 60px 24px 80px 24px;
}
#registration .registration-box {
  margin: 0 auto;
  max-width: 980px;
}
#registration .registration-box fieldset:disabled {
  opacity: 0.3;
}
#registration .registration-title {
  font-weight: 300;
  letter-spacing: 2px;
  margin: 10px 0 35px 0;
  text-align: center;
}
#registration .registration-success {
  background: rgba(162, 151, 93, 0.22);
  border: 1px solid rgba(162, 151, 93, 0.6);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  margin: -10px 0 26px 0;
  padding: 15px 18px;
  text-align: center;
  font-size: 12pt;
  font-weight: 600;
}
#registration .registration-errors {
  background: rgba(250, 67, 53, 0.14);
  border: 1px solid rgba(250, 67, 53, 0.5);
  color: rgba(255, 255, 255, 0.95);
  font-size: 12pt;
  border-radius: 6px;
  margin: -10px 0 18px 0;
  padding: 15px 18px;
}
#registration .registration-invite-hint {
  font-size: 12pt;
}
#registration .registration-errors-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
#registration .registration-errors-list {
  margin: 0;
  padding-left: 18px;
}
#registration .registration-section {
  margin: 0 auto 38px auto;
  width: min(1020px, 100%);
}
#registration .registration-section-title {
  color: #A2975D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 50px;
}
#registration .registration-section-title.gold {
  color: rgba(162, 151, 93, 0.9);
}
#registration .form-grid {
  display: grid;
  row-gap: 12px;
}
#registration .form-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 22px;
  align-items: center;
}
#registration .form-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12pt;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
#registration .req {
  color: rgba(255, 255, 255, 0.85);
}
#registration .pill-input {
  appearance: none;
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 12pt;
  font-weight: 500;
  height: 52px;
  padding: 0 18px;
  width: 100%;
  outline: none;
}
#registration select.pill-input {
  padding-right: 42px;
  background: #1b1b1b;
}
#registration .pill-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#registration .hint {
  color: #fff;
  font-size: 14pt;
  margin: 40px 0 40px 185px;
}
#registration .checkbox-line {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14pt;
  font-weight: 400;
  gap: 16px;
  margin: 14px 0 0 0;
  user-select: none;
}
#registration .checkbox-line.small {
  margin: 0;
}
#registration .checkbox-line input[type=checkbox],
#registration .checkbox-line input[type=radio] {
  appearance: none;
  opacity: 1;
  position: relative;
  z-index: auto;
  background: rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(162, 151, 93, 0.7);
  border-radius: 4px;
  height: 22px;
  width: 22px;
  display: inline-block;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
  margin: 2px 0 0;
}
#registration .checkbox-line input[type=checkbox]:checked,
#registration .checkbox-line input[type=radio]:checked {
  background: rgba(162, 151, 93, 0.95);
  border-color: rgba(162, 151, 93, 0.95);
  box-shadow: none;
}
#registration .checkbox-line input[type=checkbox]:checked::after,
#registration .checkbox-line input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
#registration .checkbox-line input[type=checkbox]:focus-visible,
#registration .checkbox-line input[type=radio]:focus-visible {
  outline: 2px solid rgba(162, 151, 93, 0.9);
  outline-offset: 3px;
}
#registration .choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  margin-top: 6px;
  padding-left: 190px;
}
@media (max-width: 768px) {
  #registration .choice-row {
    padding-left: 0;
  }
}
#registration .companion {
  display: none;
}
#registration .companion.is-visible {
  display: block;
}
#registration .consent {
  margin-top: 6px;
}
#registration .consent-line {
  align-items: flex-start;
  gap: 14px;
  line-height: 1.5;
  max-width: 820px;
}
#registration .consent-line a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
#registration .registration-submit {
  display: block;
  margin: 16px auto 0 auto;
  max-width: 920px;
  width: 100%;
}
@media (max-width: 768px) {
  #registration .form-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  #registration .hint {
    margin-left: 0;
  }
}
#registration fieldset[disabled] .btn-primary {
  background-color: #626262;
  border-color: #626262;
}

#muenchenhoch5 {
  margin-top: -18%;
  position: relative;
  text-align: center;
}
#muenchenhoch5 .headline {
  color: #fff;
  text-align: center;
}
#muenchenhoch5 .image {
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}
#muenchenhoch5 .image img {
  max-width: 100%;
  width: auto;
}
#muenchenhoch5 .copy {
  color: #fff;
}

.divider {
  margin: 50px 0 100px 0;
}
.divider img {
  height: auto;
  width: 100%;
}

#program {
  color: #fff;
}
#program .headline {
  padding-bottom: 50px;
  text-align: center;
}
#program .colorbox.gunmetal {
  padding: 60px 24px;
}
#program .program-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
#program .program-table {
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 14px;
}
#program .program-table thead th {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24pt;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0 28px 48px 28px;
  text-align: center;
  text-transform: none;
}
@media (max-width: 768px) {
  #program .program-table thead th.time {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  #program .program-table thead th.program {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  #program .program-table thead th.detail {
    min-width: 200px;
  }
}
#program .program-table tbody td {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13pt;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 14px 28px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #program .program-table tbody td {
    height: 58px;
  }
}
#program {
  /* Alternierende Pillen-Farben wie im Screenshot */
}
#program .program-table tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.28);
}
#program .program-table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.2);
}
#program .program-table tbody td:nth-child(2),
#program .program-table tbody td:nth-child(3) {
  white-space: normal;
}
#program .program-table tbody tr td:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
#program .program-table tbody tr td:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
@media (max-width: 900px) {
  #program .program-table thead th {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #program .program-table tbody td {
    padding: 12px 16px;
  }
}
@media (max-width: 640px) {
  #program {
    /* Nur horizontal scrollen: keine Umstrukturierung zu Karten. */
  }
  #program .program-table {
    width: max-content;
    border-spacing: 0 10px;
  }
  #program .program-table thead th {
    font-size: 14px;
    padding-bottom: 12px;
  }
  #program .program-table tbody td {
    font-size: 13px;
    padding: 10px 16px;
  }
}

#registration {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #registration {
    padding-top: 50px;
  }
}
#registration .headline {
  color: #A2975D;
  text-align: center;
  text-transform: uppercase;
}

#partner {
  padding: 50px 0;
}
#partner .headline {
  color: #A2975D;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
#partner .partner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  gap: 24px 60px;
}
#partner .partner-col {
  flex: 0 0 auto;
  width: auto;
}
#partner .partner-col img {
  display: block;
  height: auto;
  max-height: 42px;
  width: auto;
  max-width: 220px;
}

#dresscode {
  padding-top: 50px;
}
#dresscode .image {
  text-align: center;
}
@media (max-width: 768px) {
  #dresscode .image {
    padding: 0 15px;
  }
}
#dresscode .image img {
  max-width: 100%;
  width: auto;
}
#dresscode .headline {
  color: #A2975D;
  text-transform: none;
}
#dresscode .subheadline {
  color: #A2975D;
  margin-top: 0;
}
#dresscode .copy {
  color: #fff;
}
@media (max-width: 768px) {
  #dresscode .copy {
    margin-bottom: 0;
  }
}

#event-info {
  padding: 80px 0 40px 0;
}
@media (max-width: 768px) {
  #event-info .event-meta-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #event-info .event-meta-box.last-child {
    margin-bottom: 0;
  }
}
#event-info .event-meta-box .image {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #event-info .event-meta-box .image {
    margin-bottom: 15px;
  }
}
#event-info .event-meta-box .image img {
  width: 100%;
  height: auto;
}
#event-info .event-meta-box .text {
  background: #21292D;
  border-radius: 4px;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
}
#event-info .event-meta-box .text .headline {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#event-info .event-meta-box .text .subheadline {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 900px) {
  #event-info .row {
    gap: 24px;
  }
  #event-info .col-4 {
    flex: 1 1 100%;
  }
  #event-info .event-meta-box {
    justify-content: flex-start;
  }
}

#prefooter img {
  height: auto;
  width: 100%;
}

.no-win-modal {
  text-align: center;
  padding: 0 !important;
}
.no-win-modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.no-win-modal .modal-dialog {
  display: inline-block;
  margin: 0;
  max-width: 520px;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.no-win-modal .modal-content {
  background: #21292D;
  border: 1px solid rgba(162, 151, 93, 0.35);
  border-radius: 8px;
  color: #fff;
}
.no-win-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  padding: 24px 28px 12px;
}
.no-win-modal .modal-title {
  color: #A2975D;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.no-win-modal .modal-body {
  font-size: 18px;
  line-height: 1.5;
  padding: 12px 28px 24px;
}
.no-win-modal .modal-body p {
  margin: 0;
}
.no-win-modal .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
  padding: 12px 28px 24px;
  text-align: center;
}
.no-win-modal .close {
  color: #fff;
  opacity: 0.7;
  text-shadow: none;
}
.no-win-modal .close:hover, .no-win-modal .close:focus {
  color: #fff;
  opacity: 1;
}

#absfooter {
  padding: 50px 0 100px 0;
  text-align: center;
}
#absfooter .footer-logo {
  margin-bottom: 50px;
}
#absfooter .footer-logo img {
  height: 145px;
  width: auto;
}
#absfooter .footer-text {
  color: #fff;
}
