body{
  color:#0A2336;
}

.w-100{
    height: auto;
}


.clarios-button{
	cursor:pointer;
}

b, strong {
    font-weight: 800;
}

.clarios-modal-wrapper .clarios-modal .modal-close-button{
  z-index:50;
}

.clarios-modal-wrapper{
  display:none;
}

.approval-items-wrapper .approval-item .approval-media img{
	border:1px solid #ddd;
}

.approval-item-text-teaser{
    line-height: 1.1;
    font-size: 1rem;
}

.codeeingabe{
	position:relative;
  margin-top: 1rem;
}

#pid6{
	font-size:0.75rem;
	text-align:center;
}

#pid6 fieldset{
    text-align: right;
    max-width: 7rem;
    margin-left: auto;
    margin-right: auto;
}

#veranstaltungsdetails{
  font-size:1.25rem;
  line-height:1.5rem;
  color:#0A2336;
}


.step2,.step3,.step4,.step5{
  display:none;
}



.step2{
  font-size:1.5rem;
  background-color:rgba(255,255,255,0.8);
  display:none;
}

.step2 .row{
    max-width:40rem;
    margin-left:auto;
    margin-right:auto;
}

.step2 input[type="text"],.step2 input[type="email"], .step2 select{
  width:100%;
  margin-bottom:0.5rem;
}

#c37{
	padding-top:5rem;
}

#pid6 footer, #pid8 footer, #pid10 footer, #pid12 footer{
	display:none;
}

#pid6 input[type="submit"]{
	margin-top:1rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 0.75rem 2rem;
    padding-top: calc(0.75rem + 4px);
    text-decoration: none;
    background-color: #FFDD00;
    color: #0A2336;
    height: -moz-fit-content;
    height: fit-content;
	border:0;
}


#pid1 input[type="button"]{
	margin-top:1rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 0.75rem 2rem;
    padding-top: calc(0.75rem + 4px);
    text-decoration: none;
    background-color: #FFDD00;
    color: #0A2336;
    height: -moz-fit-content;
    height: fit-content;
	border:0;
}


#pid6 input{
	width:100%;
	text-align:center;
}

#pid6 label{
	width:100%;
	text-align:center;
	margin-top:0.5rem;
}

#c37 p{
  margin-left:auto;
  margin-right:auto;
  padding:0 2rem;
  max-width:60rem;
}

#kontingenttabelle{
  width:100%;
  min-width:1100px;
}

.gebucht{
  line-height: 1.5rem;
}

.tb{
  font-weight:bold;
}

#pid6 input.input_kontingent{
  width:4rem;
  float:left;
  display:inline-block;
}

#pid6 .nav-link.active{
  font-weight:bold;
}

.codeinfo{
  display:inline-block;
  margin-right:0.75rem;
  margin-left:0.75rem;
}

#kontingenttabelle th{
  font-weight:bold;
  text-align:center;
  border:1px solid #ccc;
  border-collapse: collapse;
}

.summe_gebucht{
  width: 100%;
  float: left;
  display: inline-block;
  padding-right: 1.42rem;
  text-align:right;
}
.total_kontingente{
  width: 50%;
  float: left;
  display: inline-block;
  padding-left:0.2rem;
  padding-right:0.2rem;
}


.gaesteliste{
    height: 20rem;
}

.tb{
	min-width:5rem;
}

.total_gebucht{
  width: 49%;
  float: left;
  display: inline-block;
  padding-left:0.2rem;
  padding-right:0.2rem;
}

#kontingenttabelle td{
  text-align:center;
  border:1px solid #ccc;
  border-collapse: collapse;
}

@keyframes blinkAndFade {
  0%, 33%, 66%, 100% { opacity: 1; }
  16%, 50%, 83% { opacity: 0; }
  95% { opacity: 0; }
  100% { opacity: 0; }
}

.blinking {
  animation: blinkAndFade 5s linear forwards;
}

.headline-big.white, .subline-bold.white{
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}


.wrongcode {
  color: #f00;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 1rem;
  bottom: 3rem;
  width: calc(100% - 5rem);
  font-size: 1.25rem;
  text-align: center;
}

#code {
  font-size: 1rem;
  padding: 0.64rem 1rem;
  color: #FFFF;
  font-weight: bold;
  max-width: 100%;
  background-color: rgba(80, 80, 80, 0.9);
  border: 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.55rem;
  width: 22rem;
}

input#code::placeholder{
  color:#fff;
}

input#code::-webkit-input-placeholder {
  color:#fff;
}

input#code:-moz-placeholder {
  color:#fff;
}

input#code::-moz-placeholder {
  color:#fff;
}

input#code:-ms-input-placeholder {
  color:#fff;
}



#clarios-header{
	margin-bottom:0;
}


#clarios-header .scroll-indicator{
	display:none;
}


@media (min-width: 992px) {
  #clarios-header .container {
      padding: 5rem 3.8rem 8.5rem 3.8rem;
  }
}

@media screen and (min-width: 1400px) {
  .headline-big {
      font-size: 2.56rem;
      line-height: 2.85rem;
      margin-bottom: 1.1rem;
  }
}

@media screen and (min-width: 1400px) {
  .subline-bold {
      font-size: 20px;
      line-height: 1.8rem;
  }
}

.clarios-button{
  padding: 1.1rem 2.55rem;
}

#clarios-header .clarios-header-image {
  object-position:24%;
}

#clarios-header .clarios-header-image {
  object-position: 19%;
}

@media screen and (max-width:600px){
/*   #clarios-header{
    height: 67vH !important;
  } */
  #clarios-header .container {
      padding: 10rem 2rem;
  }
}

.container{
  padding: 7rem 2rem;
}

@media (min-width: 992px) {
  .container {
      padding: 4.5rem 3.8rem 3.5rem 3.8rem;
  }
}

.info{
  text-align:center;
}

.info_header{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.slider-holder {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.slider {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.slider-track {
  display: flex;
  animation: scroll 25s linear infinite;
  --image-width: 434px; /* Width of each image */
  --image-spacing: 60px; /* Space between images */
  width: calc(var(--num-images) * (var(--image-width) + var(--image-spacing))); /* Total width of all images */
}

.slide {
  margin-right: var(--image-spacing);
  flex: none;
}

.slide img {
  width: var(--image-width);
  height: 354px;
  object-fit: cover;
}

/* Animation for a continuous, smooth sliding effect */
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-1 * 0.5 * (var(--num-images) * (var(--image-width) + var(--image-spacing)))));
  }
}


.yell_outer{
  background-color: #FFDD00;
}

.container.yell {
  background-color: #FFDD00;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top:6.25rem;
}

.yell_header, .yell_text {
  background-color: #FFDD00;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.yell_header{
  text-transform: uppercase;
}

.container.yell img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container.yell {
      flex-direction: column;
      background-color: white; 
      padding:0;
  }

  .yell_outer{
    background-color: #fff;
  }

  .yell_header{
    margin-bottom:0;
    line-height:2.5rem;
    padding:1.5rem 1rem 0.5rem 1rem;
  }

  .yell_text{
    padding:0 1rem 1.5rem 1rem;
  }

  .yell_text p{
      line-height:1.75rem;
  }

  .container.yell .col-12.col-md-5 {
      order: -1;
      background-color: white;
  }

  .container.yell .col-12.col-md-7 {
      background-color:#FFDD00;
      padding: 10px;
  }

  .container.yell img {
      margin-bottom: 20px; 
  }
}









.container.poster {
  padding: 20px;
  display: flex;
  align-items: end;
  margin-left: auto;
  margin-right: auto;
  margin-top:5rem;
  padding-bottom:5rem;
}

.poster_header, .poster_text {
  margin-bottom: 0.5rem;
}

.poster_text{
  max-width: 40rem;
}

.poster_text li{
  font-size:1.25rem;
  max-width:36rem;
}

.poster_header{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.container.poster img {
  display: block;
  margin: 0;
  max-width:100%;
  height:auto;
}

@media (max-width: 768px) {
  .container.poster {
      flex-direction: column;
      background-color: white; 
  }

  .poster_header{
    margin-bottom:0;
    line-height:1.75rem;
    padding:1.5rem 1rem 0.5rem 1rem;
  }

  .poster_text{
    padding:0 1rem 1.5rem 1rem;
  }

  .poster_text p{
      line-height:1.75rem;
  }

  .container.poster .col-12.col-md-5 {
      order: -1;
      background-color: white;
  }

  .container.poster .col-12.col-md-7 {
      padding: 10px;
  }

  .container.poster img {
      margin-bottom: 20px; 
  }
}

.formular_holder{
  background-color:#f4f4f4;
  text-align:center;
  width:100%;
  max-width:100%;
  position:relative;
}

.form_blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display:none;
}

.formular_inner{
  margin-left:auto;
  margin-right:auto;
  max-width:150rem;
}

.formular_header{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
}

.formular_text{
  font-size:1.25rem;
  margin-top:2rem;
  margin-bottom:6rem;
}

.codeentry_holder{
  position:relative;
}

.codeentry_button{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem 0;
  text-align: center;
}

.codeentry_button svg{
  margin-left:0;
}

#codeentry{
  border:0;
  border-bottom:2px solid #0A2336;
  margin-right:0.25rem;
  background-color:#f4f4f4;
  font-size:1.5rem;
  padding:0.25rem;
  margin-bottom:3rem;
}

.videooverlay {
  width: 100%;
  height: 100%;
  background-image: url(/play-video.svg);
  aspect-ratio: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: zoom-in;
}


.prev_video{
  max-width:46.625rem;
  position:relative;
  margin:0 auto;
  margin-bottom:5rem;
}

.prev_video_header{
  text-align:center;
  font-weight:bold;
  font-size:2.5rem;
}

.prev_video img{
  width:100%;
}

.prev_video_header{
  margin-top:4.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    line-height:3rem;
    margin-bottom:3rem;
}

.formular_stadtwahl{
  display:inline-block;
  margin:0 auto;
  max-width:62rem;
  padding:0;
}

.stadt{
  width:15.25rem;
  height:10.3125rem;
  margin:0;
  float:left;
  position:relative;
  transition:0.2s;
  background-color:#ffffff;
  border:0.125rem solid #fff;
}

#pid1 .stadt{
  cursor:pointer;
}


.stadt:nth-child(1) {
  background-color:#ffffff;
}
.stadt:nth-child(2) {
  background-color:#f4f4f4;
}
.stadt:nth-child(3) {
  background-color:#ffffff;
}
.stadt:nth-child(4) {
  background-color:#f4f4f4;
}
.stadt:nth-child(5) {
  background-color:#f4f4f4;
}
.stadt:nth-child(6) {
  background-color:#ffffff;
}
.stadt:nth-child(7) {
  background-color:#f4f4f4;
}
.stadt:nth-child(8) {
  background-color:#ffffff;
}

@media (max-width: 1154px) {
	.stadt:nth-child(1) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(2) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(3) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(4) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(5) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(6) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(7) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(8) {
	  background-color:#f4f4f4;
	}
}


@media (max-width: 848px) {
	.stadt:nth-child(1) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(2) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(3) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(4) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(5) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(6) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(7) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(8) {
	  background-color:#ffffff;
	}
}


@media (max-width: 600px) {
	.stadt:nth-child(1) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(2) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(3) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(4) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(5) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(6) {
	  background-color:#f4f4f4;
	}
	.stadt:nth-child(7) {
	  background-color:#ffffff;
	}
	.stadt:nth-child(8) {
	  background-color:#f4f4f4;
	}
}

.stadt_footer{
  position:absolute;
  text-align:center;
  width:100%;
  bottom:0.25rem;
  font-size:0.8rem;
}

.stadt_header{
  font-weight:bold;

}

#pid1 .stadt:hover{
  background-color:#FFDD00;
}

.logout{
  position:fixed;
  top:1rem;
  right:1rem;
  font-weight:bold;
}

a.blacklink{
  color:#000;
}


td.grey{
  background-color:#ccc;
  border-color:#999 !important;
}

tr.grey{
  background-color:#ccc;
}

tr.grey td,tr.grey th{
  border-color:#999 !important;
}

.tomuch{
  background-color:#ff0000 !important;
  color:#fff;
}

.stadt_frei{
  width:3rem;
  border-top:0.1875rem solid #FFDD00;
  margin:0 auto;
  padding-top:0.5rem;
  margin-top:0.5rem;
  font-size:1.5rem;
  font-weight:normal;
}

.stadt_datum{
  padding-top:0.25rem;
}

.stadt_name{
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top:1rem;
  text-transform:uppercase;
}

.stadt.gewaehlt{
  background-color:#FFDD00 !important;
}

.stadt_name_zweizeilig{
  margin-top:0.25rem;
}

#pid1 .stadt:hover .stadt_frei, .stadt.gewaehlt .stadt_frei{
  border-color:#fff;
}

.formular_subheader{
  font-size:1.75rem;
}

#ticket_request{
  text-align: left !important;
  padding:3rem 1rem 0 1rem;
  max-width:52rem;
  margin:0 auto;
}

#ticket_request input[type="text"], #ticket_request input[type="email"], #ticket_request select{
  border:0;
  border-bottom:2px solid #0A2336;
  margin-right:0.25rem;
  background-color:#f4f4f4;
  font-size:1.25rem;
  padding:0.25rem;
  border-radius:0;
}

#ticket_request a{
  color:#0A2336;
  text-decoration:underline;
}

#ticket_request a:hover{
  text-decoration:none;
}

.clarios-submit-button{
	cursor:pointer;
  background-color:#0A2336;
  border:2px solid #0A2336;
  color:#fff;
  padding:1rem;
  margin:0 auto;
}

#ticket_request path{
  fill:#fff;
}

#ticket_request svg{
  margin-top:-0.25rem;
  margin-left:2rem;
}


.clarios-submit-button:hover{
  background-color:#fff;
  border:2px solid #0A2336;
  color:#0A2336;
}


#ticket_request .clarios-submit-button:hover path{
  fill:#0A2336;
}

.confirm_content{
  min-height:calc(100vH - 120px);
  background-color:#f4f4f4;
}

.white-bg{
  background-color:#fff;
}

#pid15 .stadt{
  margin-left: calc(50% - 122px);
}

#pid15 .info_text{
  display: inline-block;
}

a.clarios-submit-button{
  text-decoration:none;
}

a.clarios-submit-button svg{
  margin-left:2rem;
}

a.clarios-submit-button path{
  fill:#fff;
}

a.clarios-submit-button:hover path{
  fill:#0A2336;
}

.kartendiagramm{
	width:10rem;
	height:10rem;
	float:left;
	display:inline-block;
}

.under_diagram{
    border-top: 1px solid #ccc;
    display: inline-block;
    margin-top: -1rem;
    padding-top: 1rem;
}


.diagrammholder{
	width:10rem;
	height:13rem;
	margin:0.5rem;
	border:1px solid #ccc;
	float:left;
	display:inline-block;
}

.download-img__container .download-img__single img{
	object-fit:contain !important;
}