/* =========================
   01) Seiten- und Theme-Overrides
   ========================= */

.post-27 header,
.post-31 header {
  /*keine titel überschrift bei tourbuchung */
  display: none;
}

.avada-page-titlebar-wrapper,
.fusion-sticky-header-wrapper,
.fusion-secondary-header {
  display: none;
}

header {
  height: 0 !important;
}

main {
  padding-top: 100px !important;
  background-color: #0D2F5D !important;
}

/* =========================
   02) Utilities und Helfer
   ========================= */

/* BLEIBT !!! */

.bekleidung td {
  font-size: .8em;
}

/* CHECK THIS CODE BELOW */

/* * {
  font-family: work-sans, sans-serif;

font-weight: 400;

font-style: normal;
} */


.errorMessage {
  font-size: 1em;
  width: 100%;
  color: #ff3333;
  display: none;
  text-align: center;
  transition: 1s all;
}

.luis-flex-wrap-between {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fakeLinks {
  position: fixed;
  top: 180px;
  left: 50px;

}

.fakeLinks img {
  width: 180px;
}

.fakeRechts {
  position: fixed;
  right: 10px;
  top: 180px;
}


/* =========================
   03) Checkout Fortschritt
   ========================= */


@media screen and (max-width:1200px) {

  .fakeLinks,
  .fakeRechts {
    display: none;
  }
}

/*a {
  text-decoration: none;
  color: #fda92b;
}*/

/*h1 {
  font-weight: normal;
  font-size: 2em;
  color: rgb(0,40,81);
  text-align: center;
  font-family: work-sans, sans-serif;

font-weight: 700;

font-style: normal;
}*/


.LuisCheckOutcontainer *:before,
.LuisCheckOutcontainer *:after {
  box-sizing: border-box;
}

/*body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  background-color: #eee;
} */

.LuisCheckOutcontainer {
  bottom: 0px;
  width: 100%;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  position: fixed;
  z-index: 1000;
  padding: 0;
  left: 0;
  /* border-bottom: 1px solid #ccc; */
  animation: all 1s;
  /* display:none; */
}

@media only screen and (max-width: 768px) {}

.checkout-wrap {
  padding: 15px 0px;
  background-color: #fff;
  /* border-radius: 5px; */

  overflow: hidden;
}

#checkout-bar {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: left;
  clear: both;
}

#checkout-bar li {
  font-size: 1em;
  position: relative;
  width: 16%;
  float: left;
  text-align: center;
  /* color: #999; */
  color: rgb(0, 40, 81);
  text-transform: uppercase;
}

#checkout-bar li::before {
  content: none;
}

#checkout-bar li span {
  z-index: 100;
}


#checkout-bar li:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2.5px;
  left: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 100%;
  z-index: 4;
}

/* #checkout-bar li:last-child:after {
  left:100%;
} */

#checkout-bar.step1 .step1:after,
#checkout-bar.step2 .step2:after,
#checkout-bar.step3 .step3:after,
#checkout-bar.step4 .step4:after,
#checkout-bar.step5 .step5:after,
#checkout-bar.step6 .step6:after {
  /* background-color: #fda92b; */
  background-color: #fbba00;
  /* Safari */
  transition: all 3s;
}

#checkout-bar li span {
  position: relative;
  display: block;
  left: 50%;
}

@media screen and (max-width:1200px) {

  #checkout-bar {
    padding-left: 16% !important;
  }

  #checkout-bar li {
    width: 15%;
  }

  #checkout-bar li.step1 span,
  #checkout-bar li.step2 span,
  #checkout-bar li.step3 span,
  #checkout-bar li.step4 span,
  #checkout-bar li.step5 span,
  #checkout-bar li.step6 span {
    display: none;
  }

  #checkout-bar li.step1:after,
  #checkout-bar li.step2:after,
  #checkout-bar li.step3:after,
  #checkout-bar li.step4:after,
  #checkout-bar li.step5:after,
  #checkout-bar li.step6:after {
    top: 0px !important;
    left: 0;
  }

  #checkout-bar li.step2:after,
  #checkout-bar li.step3:after,
  #checkout-bar li.step4:after,
  #checkout-bar li.step5:after,
  #checkout-bar li.step6:after {
    top: 31px !important;
    left: -18px;
  }

  #checkout-bar.step1:after {
    width: 21% !important;
  }

  #checkout-bar.step2:after {
    width: 35% !important;
  }

  #checkout-bar.step3:after {
    width: 48% !important;
  }

  #checkout-bar.step4:after {
    width: 60% !important;
  }


  #checkout-bar li.step1:before,
  #checkout-bar li.step2:before,
  #checkout-bar li.step3:before,
  #checkout-bar li.step4:before,
  #checkout-bar li.step5:before,
  #checkout-bar li.step6:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6em;

    display: none;
    height: auto;
    position: relative;
    left: 150%;
    /* color:#ccc; */
    color: rgb(0, 40, 81);

  }

  #checkout-bar li.step1:before {
    /* content: "\f4d7"; */
    display: contents;
    content: "\f279";
  }

  #checkout-bar li.step2:before {
    content: "\f007";
    display: contents;
  }

  #checkout-bar li.step3:before {
    content: "\f2b5";
    display: contents;
  }

  #checkout-bar li.step4:before {
    content: "\f553";
    display: contents;
  }

  #checkout-bar li.step5:before {
    content: "\f09d";
    display: contents;
  }

  #checkout-bar li.step6:before {
    content: "\f15c";
    display: contents;
  }

}


#checkout-bar li:last-child span {
  text-align: right;
  width: 70%;
}


#checkout-bar:before,
#checkout-bar:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto 0;
  background-color: #c3c3c3;
  z-index: 1;
}

#checkout-bar.step1:after,
#checkout-bar.step2:after,
#checkout-bar.step3:after,
#checkout-bar.step4:after,
#checkout-bar.step5:after,
#checkout-bar.step6:after {
  width: 16%;
  background-color: #fbba00;
  z-index: 2;
  /* Safari */
  transition: width 2s;
}

#checkout-bar.step2:after {
  width: 32%;
}

#checkout-bar.step3:after {
  width: 48%;
}

#checkout-bar.step4:after {
  width: 64%;
}

#checkout-bar.step5:after {
  width: 80%;
}

#checkout-bar.step6:after {
  width: 100%;
}

/* =========================
  04) Buchungs-Header / Übersicht
  ========================= */

/* Checkbox Styling */
/* #luisBooking {

  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
} */

#LuisShoppingCard {
  position: fixed;
  background-color: #fff;
  height: 25px;
  width: 100%;
  left: 0;
  top: 69px;
  z-index: 20;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

#luisShoppingTourName {
  font-size: 20px;
  padding-right: 40px;
  transition: all .4s ease;
}

.luisShoppingSymbol {
  text-align: right;
  padding-right: 20px;
  line-height: 20px;
  color: #fda92b;


  font-size: 20px;
}

/*ende shopping leiste*/

#luisBookingTour {
  max-width: 1200px;
  display: flex;
  flex-flow: column wrap;
  margin: 20px auto 60px auto;
  justify-content: space-around;
  align-items: center;
}

#luisBookingTour .successBuchung {
  border: 1px solid #fff;
  padding: 20px;
  background-color: rgb(255, 255, 255, 0.3);
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#luisBookingTour h1 {
  padding-top: 20px;
}

.luisCheckboxInput {
  display: none;
}

.luisCheckboxLabel,
.luisCheckboxText,
.luisCheckboxDescription,
.luisCheckboxTitle {
  transition: all .4s ease;
}

.luisCheckboxLabel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 49%;
  min-width: 450px;
  padding: 60px/2 60px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  margin: 16px 0;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 0 #fda92b;
}

.luisCheckboxLabel:before {
  content: "\2713";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  text-align: center;
  line-height: 25px;
  top: 75%;
  right: -1px;
  opacity: 0;
  transition: all .4s ease;
  border: 2px solid #fda92b;
  width: 25px;
  height: 25px;
  font-size: 49px;
  border-radius: 20px;
  color: #fda92b;
  background-color: #fff;
}

.luisCheckboxInput:checked+.luisCheckboxLabel {
  border-color: #fda92b;
  box-shadow: inset 0 -12px 0 0 #fda92b;
}

.luisCheckboxInput:checked+.luisCheckboxLabel .luisCheckboxTitle,
.luisCheckboxInput:checked+.luisCheckboxLabel .luisCheckboxDescription,
.luisCheckboxInput:checked+.luisCheckboxLabel .luisCheckboxPreis {
  transform: translate(0, -8px);
}

.luisCheckboxInput:checked+.luisCheckboxLabel:before {
  opacity: 1;
  top: -12px;
}

.luisCheckboxPreis {
  margin: 0;
  padding: 0;
  position: absolute;
  color: #fda92b;
  left: 0;
  text-align: center;
  width: 100%;
  top: 40%;
  transition: all .4s ease;
}

.luisCheckboxDescription {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.luisCheckboxText {
  display: inline-block;
}

/* =========================
   05) Auswahl-Komponenten (Radio/Kacheln/Bekleidung)
   ========================= */

/* Ende Checkbox styling */
/* Radio Buttons auswahl */
.luisRadioBtnGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.LuisRadioBtnContainer {
  /* border: 1px solid #ccc; */
  width: 100%;
  /* min-width: 450px; */
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;

  /* border-top:1px solid #ccc; */
}

.LuisRadioBtnDescription {
  width: 100%;
}

.LuisRadioBtnBtns {
  margin-top: 20px;
  width: 100%;
}

table.luisZusammenfassung.bekleidung {
  margin-top: 0;
  margin-bottom: 20px;
}

#bekleidungIMG {
  transition: all .4s;
}

.bekleidungBottomWrapper {
  width: 100%;
  /* display:flex; */
  /* justify-content:space-between; */
}

.LuisShirtMisc {
  width: 100% !important;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.freeShirtContainer,
.paidShirtContainer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap:nowrap;
  width:100%;
  position:relative;
  padding-left:28px;
}

.freeShirtContainer > .LuisRadioBtnDescription,
.paidShirtContainer > .LuisRadioBtnDescription {
  width:38% !important;
  max-width:420px;
}

.freeShirtContainer > .LuisShirtMisc,
.paidShirtContainer > .LuisShirtMisc {
  width:62% !important;
  padding:0;
}
@media screen and (max-width:600px) {
  .freeShirtContainer,
  .paidShirtContainer {
    padding-left:0;
  }

  .freeShirtContainer > .LuisRadioBtnDescription,
  .paidShirtContainer > .LuisRadioBtnDescription {
    width:100% !important;
    max-width:100%;
  }

  .freeShirtContainer > .LuisShirtMisc,
  .paidShirtContainer > .LuisShirtMisc {
    width:100% !important;
    padding:0;
  }
}

/* Bekleidungs-Varianten */
.freeShirtContainer .freeShirtChoiceGroup,
.paidShirtContainer .paidShirtChoiceGroup {
  justify-content: flex-start;
  gap: 8px;
}

.LuisRadioBtnDescription.luis-fashion-image-loading {
  position: relative;
}

.LuisRadioBtnDescription.luis-fashion-image-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-top-color: #fda92b;
  border-radius: 50%;
  animation: luis-fashion-spin 0.8s linear infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes luis-fashion-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.freeShirtContainer .freeShirtChoiceGroup label,
.paidShirtContainer .paidShirtChoiceGroup label {
  width: auto;
  min-width: 120px;
  height: 44px;
  margin: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  text-align: center;
}

.freeShirtContainer .freeShirtChoiceGroup input:checked+label,
.paidShirtContainer .paidShirtChoiceGroup input:checked+label {
  width: auto;
  padding: 0 14px;
  background-color: #fda92b;
  color: #fff;
}

.freeShirtContainer .freeShirtChoiceGroup label i,
.freeShirtContainer .freeShirtChoiceGroup label::before,
.freeShirtContainer .freeShirtChoiceGroup label::after,
.paidShirtContainer .paidShirtChoiceGroup label i,
.paidShirtContainer .paidShirtChoiceGroup label::before,
.paidShirtContainer .paidShirtChoiceGroup label::after {
  display: none !important;
  content: none !important;
}

.freeShirtContainer .freeShirtSizeGroup label,
.paidShirtContainer .paidShirtSizeGroup label {
  min-width: 56px;
}

.LuisRadioBtnContainer p {
  text-align: left;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  display: inline-block;
  width: 100%;
  /* right:100%; */
  font-size: 20px;
  position: relative;
  /* line-height: 20px; */
}

.LuisRadioBtnDescription img {
  width: 100%;
  padding: 20px;
}

.luisRadioInput {
  width: 30%;
}

.luisRadioInput {
  display: none;
}

.luisRadioLabel {
  position: relative;
  z-index: 2;

  /* overflow: hidden; */
  cursor: pointer;
  /* box-sizing: border-box; */
  width: 20%;
  line-height: 20px;
  /* display: block; */
  color: #000;
  padding: 15px;
  transition: background-color 200ms ease-in;
  /* border:1px solid #ccc; */
  margin: 10px 0;
  padding-right: 50px;
  text-align: right;
  transition: all 200ms ease-in;
  padding-top: 0;
  padding-right: 80px;
  font-size: 14px !important;
  /* box-shadow: inset 0 0 0 0 #fda92b; */
  margin-bottom: 10px;
}

.LuisRadioBtnBtns .luisRadioLabel {
  padding-bottom: 15px !important;
  color: #fff;
}


.luisRadioLabel::after {
  width: 38px;
  height: 38px;
  content: '';
  border: 1px solid #D1D7DC;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-70%);
  cursor: pointer;
  transition: all 200ms ease-in;
  color: #fda92b;
}

.luisRadioLabel::before {
  /* width: 10px;
height: 10px;
border-radius: 50%;
content: '';
background-color: #ccc;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 600ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;


z-index: -1; */
  content: '';
}

/* box-shadow: inset -12px 0 0 0 #fda92b; */

.luisRadioInput:checked+.luisRadioLabel::after {
  /* content: "\2713"; */
  font-family: arial;
  /* position: absolute; */
  text-align: center;
  font-size: 40px;
  /* line-height: 25px; */
  /* top: 75%;
  right: -1px; */
  /* right:10px; */
  /* opacity: 1; */
  /* transition: all .4s ease; */
  border: 2px solid #fda92b;
  right: 38px;
  top: 21px;
  width: 22px;
  height: 22px;
  transition: all 200ms ease-in;
  font-size: 49px;
  border-radius: 20px;
  border-color: #ccc;
  color: #fda92b;
  /* background-color: #fff; */
  background-color: #fda92b;
}

.luisWrap {
  flex-wrap: wrap;
}

.luisRadioInput:checked+.luisRadioLabel::before {
  /* transform: translate(-50%, -50%) scale3d(56, 56, 1); */
  opacity: 1;
  font-size: 20px;
}


/*Radio Buttons Kachel */
.LuisRadioBtnContainerKachel {
  border: 1px solid #ccc;
  width: 49%;
  min-width: 450px;
  background-color: #fff;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}


.LuisRadioBtnContainerKachel h2 {

  width: 100%;
  text-align: center;
}

.LuisRadioBtnKachel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.LuisRadioBtnKachel input {
  display: none;
}


.LuisRadioBtnKachel label {
  padding-top: 40px;
  /*border: 1px solid #ccc;*/
  width: 150px;
  height: 100px;
  /* line-height: 100px; */
  transition: all 250ms ease;
  will-change: transition;
  text-align: center;
  /* vertical-align:middle; */
  /*display:table-cell;*/
  display: flex;
  cursor: pointer;
  position: relative;
  margin: 10px;
  font-size: 1em !important;
  border-radius: 5px;
}

.LuisRadioBtnKachel.small label {
  padding-top: 0px;
  height: 60px;
}

.LuisRadioBtnKachel label i {
  position: absolute;
  /*display: flex;*/
  justify-content: center;
  width: 100% !important;
  left: 0;
  opacity: 0;
  top: -150px;
  color: #fff;
  font-size: 10px;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  visibility: visible;
  z-index: -1;
  display: none;
}

.LuisRadioBtnKachel label div {
  /*line-height: 95px;*/
  min-height: 100px;
  line-height: normal;
  align-content: center;
}


.LuisRadioBtnKachel.twoItems {
  /*width: 100% !important;*/
  width: 150px !important;
}

.LuisRadioBtnKachel.small label i {
  /* top:10px !important; */
  width: 100%;
  padding-top: 0px;
}

/*.LuisRadioBtnKachel label .zweiZeiligKachel {*/
/*  line-height: 25px;*/
/*  padding-top: 20px;*/
/*}*/

.LuisRadioBtnKachel label i img {
  /*display: flex;*/
  top: -10px;
  left: 40%;
  width: 35px;
  border: 0 !important;
  border-radius: none !important;
  display: inline-block;
  /* line-height: 0; */
  box-shadow: none !important;
  margin-top: 0 !important;
}

.LuisRadioBtnKachel label i:first-child:nth-last-child(n +2) {
  left: -30px;
}

.LuisRadioBtnKachel label i img:first-child:nth-last-child(odd) {
  left: -30px;
}

/* .LuisRadioBtnKachel label i:nth-child(2) {
  left: 30px;
} */

.LuisRadioBtnKachel input+label {
  background-color: #607b9e;
}

.LuisRadioBtnKachel input+label:hover {
  background-color: #fda92b;
}

.LuisRadioBtnKachel input:checked+label i {
  visibility: visible;
  font-size: 30px;
  top: 10px;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 100;
  display: flex;
}

.LuisRadioBtnKachel input:checked+label:has(.icons){
  padding-top: 14px;
}

.LuisRadioBtnKachel label > .icons {
  display: none;
}

.LuisRadioBtnKachel input:checked+label > .icons {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  justify-content: center;
}

.LuisRadioBtnKachel input:checked+label > .icons > i {
  position: relative;
  display: contents;
  font-size: 30px;
}

.LuisRadioBtnKachel input:checked+label .zweiZeiligKachel {
  padding-top: 0px;
}

.LuisRadioBtnKachel input:checked+label div {
  /*line-height: 20px;*/
  min-height: 20px;
}

.LuisShirtMisc .LuisRadioBtnKachel input:checked+label i {
  top: 35px;
}

.LuisRadioBtnKachel.small input:checked+label i {
  top: 20px;

}


.LuisRadioBtnKachel input:checked+label {
  background-color: #fda92b;
  color: #fff;
  /* font-weight: 800; */
  /* font-size: 30px; */
  width: 160%;
  padding-top: 50px;
}

.LuisRadioBtnKachel.small input:checked+label {
  padding-top: 0px;
}

.LuisRadioBtnKachel input:active+label {
  transform: translateY(20px);
}

.widthFull {
  width: 100% !important;

}

.shirtClass img {
  border: none !important;
  border-radius: none !important;
  display: inline-block;
  line-height: 0;
  box-shadow: none !important;
  margin-top: 0 !important;
}

@media (max-width: 900px) {

  .freeShirtContainer,
  .paidShirtContainer {
    flex-wrap: wrap !important;
  }

  .paidShirtContainer {
    padding-left: 0 !important;
  }

  .paidShirtContainer .removeShirt {
    position: static !important;
    width: 100% !important;
    margin-bottom: 8px;
  }

  .freeShirtContainer .LuisRadioBtnDescription,
  .freeShirtContainer .LuisShirtMisc,
  .paidShirtContainer .LuisRadioBtnDescription,
  .paidShirtContainer .LuisShirtMisc {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Radio Buttons auswahl ende */

/* =========================
   06) Formularfelder (Text/Select)
   ========================= */

/* Alles was mit input type text zu tun hat */


.luisEmptySpacer {
  min-width: 450px;
  width: 49%;
}

.luisTextLineInput {
  /* background-color: #fff; */
  /* border: 1px solid #ccc; */
  min-width: 450px;
  width: 70%;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  transition: all .4s ease-in;
  color: #fff;
}

.luisTextLineInput .select {
  width: 100%;
  /* border: 1px solid #fda92b; */
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);


  position: relative;
  /* display: flex; */
  /* height: 3em; */
  /* line-height: 2; */
  /* background: #2c3e50; */
  /* overflow: hidden; */
}

.luisTextLineInput .luisText50.select {
  width: 43%;
}

.luisTextLineInput .select select {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-radius: 2px !important;
  border: 0px solid !important;
  background: #607B9E;
  background-image: none;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  display: inline-block;
  min-height: 40px;
}

.luisTextLineInput .select option:disabled {
  color: lightgray;
}

.luisTextLineInput .select::after {
  content: '\25BC';
  position: absolute;
  z-index: 999;
  /*top: 27px;*/
  right: 10px;
  padding: .3em .6em;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  width: 40px;
  height: 40px;
  background: #fda92b;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
  display: inline-block;
}

.gebSelectWrapper {
  top: -40px;
  height: 40px;
  position: relative;
}

.gebSelectWrapper::before {
  content: '\25BC';
  z-index: 999;
  top: 40px;
  left: 77%;
  padding: .3em .6em;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  width: 40px;
  height: 40px;
  background: #fda92b;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
  display: inline-block;
  position: relative;
}

.luisTextLineInput .select:hover::after {
  color: #888;
}


.luisTextLineInput select {
  flex: 1;
  padding: 0 1em;
  color: #ccc;
  cursor: pointer;
  font-size: 1.2em;
}


.luistextLineInput .select option {
  width: 100%;
}

.luisButton {
  width: 100%;
}

.luisTextLineInput textarea {
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 200px;
}

.luisButton span {
  font-size: 30px;
  width: 250px;
}

.luisTextLineInput h2 {
  width: 100%;
  padding-top: 20px;
  padding-left: 0 !important;
  font-family: 'Moonstruck Handwriting';
  font-weight: 400 !important;
  font-size: 3.6em;
  text-transform: none !important;
  text-align: center;

}

.luisGebWrapper {
  width: 43%;
  display: flex;
  flex-wrap: wrap;
  /* border:1px solid #fda92b; */
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  /* border: 1px solid #fda92b; */
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  display: flex;
  width: 100%;
  /* height: 3em; */
  /* line-height: 2; */
  /* background: #2c3e50; */
  /* overflow: hidden; */
}

.luisGebWrapper select {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-radius: 2px !important;
  border: 0px solid !important;
  background: #607B9E;
  background-image: none;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  display: inline-block;
  min-height: 40px;
}

.luisText50 {
  width: 43%;
  /* border: 1px solid #fda92b; */
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255, 0.3);
  /* background-color: #D5D5D5; */
}

.luisText100 {
  /* border: 1px solid #fda92b; */
  background-color: rgb(255, 255, 255, 0.3);
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.luisText100 a i {
  cursor: pointer;
  transition: all .4s ease;
  font-size: 1.2em;
}

.luisText100 a i:hover {
  color: #ccc;
}


.luisText20 {
  /* border: 1px solid #fda92b;*/
  background-color: rgb(255, 255, 255, 0.3);
  width: 23%;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.luisText70 {
  /* border: 1px solid #fda92b; */
  background-color: rgb(255, 255, 255, 0.3);
  width: 65%;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;

}

.trenner {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  /*z-index: 10;*/
}

.trenner label {
  font-size: 1.2em !important;
  border-bottom: 1px solid #ccc;
}

.trenner.no-line label {
  font-size: 1.2em !important;
  border-bottom: 0 solid;
}

.luisTextLineInput label {
  font-weight: normal;
  font-size: 0.833em;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 2em;
}

.luisTextLineInput input,
.LuisShirtMisc input {
  outline: none;
  border: none;
  padding: 0 10px;
  background-color: #607b9e;
  /* background-color: rgb(255,255,255,0.3); */
  color: #fff;
  font-size: 1em;
  width: 100%;
  height: 40px;
}

.luisTextLineInput input:focus,
.LuisShirtMisc input:focus {
  color: #fff;
}

.luisTextLineInput input::placeholder,
.LuisShirtMisc input::placeholder {
  color: #fff;
}

.luisText100.gutscheincode {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  width: 100%;
}

/* Label über volle Breite */
.luisText100.gutscheincode label {
  grid-column: 1 / -1;
}

/* Input füllt */
.luisText100.gutscheincode input {
  width: 100%;
  min-width: 0;
}

/* Icon bleibt klein */
.luisText100.gutscheincode > div {
  cursor: pointer;
}
.luisText100.gutscheincode > div i {
  padding: 10px;
}

/* .luisTextLineInput input[type=text] { width:50%; } */

.LuisAddSozia {
  font-size: 20px;
  width: 100%;
  text-align: right;
}

.LuisAddSozia i {
  cursor: pointer;
  transition: all .2s ease-in;
}

.LuisAddSozia i:hover {
  transition: all .2s ease-in;
  transform: scale(1.2);
  color: #fda92b;
}

.notVisible {

  width: 100%;
  position: relative;

  opacity: 0;
  visibility: hidden;

  /* overflow: hidden; */
  transition: all .4s ease-in;
  top: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* visibility: hidden; */
}

.minHeight {
  height: 100px;
  transition: all .4s ease-in;
}

.notMoreVisible {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in;
  top: 0;

}

/*ende text */


/* =========================
  07) Buttons
  ========================= */


/* button */

.buttonCenter {
  width: auto;

  margin: 0 auto;
}

.twoButtons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}


/*new button style*/

.luisTourButton {
  display: block;
  background-color: #fda92b;
  width: 250px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.luisTourButton span,
.luisTourButton .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}

.luisTourButton span {
  width: 72%;
  line-height: inherit;
  font-size: 22px;
  text-transform: uppercase;
  left: 0;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.luisTourButton span:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}

.luisTourButton .icon {
  width: 28%;
  right: 0;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.luisTourButton .icon .fa {
  font-size: 30px;
  vertical-align: middle;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}

.luisTourButton .icon .fa-remove {
  height: 36px;
}

.luisTourButton .icon .fa-check {
  display: none;
}

.luisTourButton:hover span {
  left: -72%;
  opacity: 0;
}

.luisTourButton:hover .icon {
  width: 100%;
}

.button:hover .icon .fa {
  font-size: 45px;
}

.luisTourButton:hover {
  opacity: 0.9;
  color: #fff;
}

.luisTourButton:hover .icon .fa-remove {
  height: 46px;
}

.luisTourButton:active {
  opacity: 1;
}


/*button ende*/


/* =========================
  08) Tour-Auswahl Dropdown
  ========================= */


/*Drop Down Auswahl*/

.luisDropDownAuswahl {
  /* border: 1px solid #ccc; */
  width: 70%;
  min-width: 350px;
  /* background-color: #fff; */
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  justify-content: center;
  margin: 0 auto;
}

.luisDropDownAuswahl button {
  right: 0;
}

#tourAuswahl {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  flex-wrap: wrap;
  width: 100%;
}

#tourAuswahl h2 {
  width: 100%;
  text-align: left;
  padding-left: 0 !important;
  color: #fff;
}

#tourAuswahl h3 {
  font-weight: normal;

}

#tourSlogan h2 {
  padding-top: 20px;
  font-family: 'Moonstruck Handwriting';
  font-weight: 400 !important;
  font-size: 3.6em;
  text-transform: none !important;
  text-align: center;
}

.luisDropDownAuswahl h3 {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0;
  color: #000;
}

select#motorradTourAuswahl {
  font-size: 1.2em;
}

.luisDropDownAuswahl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-radius: 0 !important;
  border: 0px solid !important;
  color: #fff;
  background: #607b9e;
  background-image: none;
  min-height: 40px;
}

.luisDropDownAuswahl select option:disabled {
  color: lightgray;
}

.luisDropDownAuswahl select::-ms-expand {
  display: none;
}

.luisDropDownAuswahl select {
  flex: 1;
  padding: 0 1em;
  cursor: pointer;
}

.luisDropDownAuswahl select:disabled {
  background-color: #ccc;
  cursor: auto;
}


.luisDropDownAuswahl .select {
  position: relative;
  display: flex;
  width: 90%;
  height: 3em;
  line-height: 3;
  /* background: #2c3e50; */
  overflow: hidden;
}

.luisDropDownAuswahl .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fda92b;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
}

.luisDropDownAuswahl .select:hover::after {
  color: #888;
}

.luisDropDownAuswahl .select.hide::after {
  visibility: hidden;
  transition: none;
}

#nutzerPane {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*Ende Drop Down Auswahl*/


/* =========================
  09) Toggle, Sozia, Zusatz-Bereiche
  ========================= */


/*checkBoxSlider*/

.checkBoxSlider {
  width: 100%;
  /* margin:50px; */
  padding-bottom: 0px;
}

.checkBoxSlider > .toggle {
  position: relative;
}

@media screen and (max-width:600px) {
  .checkBoxSlider > .toggle {
    text-align: inherit !important;
  }
  .checkBoxSlider .toggle-label {
    text-align: center !important;
  }
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 50px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch::before,
.toggle-switch::after {
  content: "";
}

.toggle-switch::before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fda92b;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-checkbox:checked+.toggle-switch {
  background-color: #fda92b;

}

.toggle-checkbox:checked+.toggle-switch::before {
  left: 23px;
}

.toggle-label {
  margin-left: 60px;
  position: relative;
  top: -30px;
  /* width:100px; */
  font-size: 1.2em;
  display: block;
  /* padding-left:50px; */
}


/*rechnungsadresse */
.rechnungsAdresse,
.automobilclub,
.automobilclubSozius {
  width: 100%;
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  /* display: inline;  */
  padding-bottom: 20px;
}

/*rechnungsadresse ende */
#soziaWrapper,
#soziaFaehrtSelbstWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* background-color: red; */
}

#soziaFaehrtSelbstWrapper {
  display: none;
}

#addShirt:hover,
#addSozia:hover,
.removeShirt i:hover {
  color: #fda92b;
  transition: all .4s ease-in;
}

.removeShirt {
  position: relative;
  width: 100%;
}

.removeShirt i {
  color: #ccc;
  cursor: pointer;
  font-size: 1.2em;
}

.toggleGrid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toggleGrid .checkBoxSlider {
  width: 30% !important;
}


/*versicherung */
#versicherungVersteckt {
  display: none;
}

/*ende versicherung */


/* =========================
  10) Zusammenfassung
  ========================= */


/*zusammenfassung style*/

.zusammenFassungHeadline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  width: 100%;

  color: rgb(0, 40, 81);
  background-color: #fda92b;
  padding-left: 10px;
}

.zusammenFassungHeadline i,
.zusammenFassungContent i {
  font-size: 1.5em;
  cursor: pointer;
  padding-right: 9px;
  color: #ccc;
}

.zusammenFassungHeadline .description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.zusammenFassungHeadline .description span {
  color: #fff;
  width: 100%;
}

.priceContainer {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}

.zusammenFassungHeadline .description .priceContainer h2 {
  font-family: 'Moonstruck Handwriting' !important;
  font-weight: 400 !important;
  font-size: 6.4em !important;
  line-height: 1em !important;
  color: #fff !important;
}

.priceContainer h3 {
  color: #fff !important;
}

.priceContainer p,
.description p {
  /* font-family: work-sans, sans-serif; */
  min-width: 80px;
  text-align: right;
}

.zusammenFassungHeadline .description .priceContainer p {
  text-align: right;
  padding-right: 10px;
  width: 100%;
}

.zusammenFassungHeadline .description .priceContainer span {
  font-size: 1.2em;
}

.zusammenFassungHeadline .description h3 {
  font-size: 1.5em;
  width: 100%;
  color: #fff !important;
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: bold;
}

.zusammenFassungHeadline .description p {
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1.4em;
}

.zusammenFassungHeadline .description ul {
  padding-left: 20px;
}

.zusammenFassungHeadline .description ul li:before {
  color: #fff !important;
}


.zusammenFassungHeadline i:hover,
.zusammenFassungContent i:hover {
  color: #fff;
  transition: all .4s;
}

table.luisZusammenfassung i:hover {
  color: #000 !important;
  cursor: auto !important;
}


.zusammenFassungContent {
  border: 1px solid #fda92b;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  padding-bottom: 10px;
}

.zusammenFassungContent section {
  width: 100%;
  padding: 0;
}

.zusammenFassungContent span {
  display: block;
  padding: 0px 1px 0 10px;
  font-size: 1.4em;
  ;
}

.zusammenFassungContent h2 {
  margin-left: 0px;
  background-color: #fda92b;

}

table.luisZusammenfassung {
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
  width: 100%;
  margin-left: 10px;
  font-size: 1.0em;
  margin-top: 20px;

  /* border:1px solid #fda92b; */

}

table.luisZusammenfassung td:first-child {
  min-width: 70px;
}

table.luisZusammenfassung td {
  /* border-bottom: 1px solid #ccc; */
  padding-left: 5px;
  padding-bottom: 0;
  padding-top: 0;
  /* padding-left:2px; */
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;

  font-weight: bold;
}

table.luisZusammenfassung td i {
  color: #000;
}

table.luisZusammenfassung tr td:first-child {
  font-size: 1em !important;

  font-weight: normal !important;
}

table.luisZusammenfassung tr:nth-child(even) {
  /* background-color: #ccc; */
  opacity: 1;
}

table.luisZusammenfassung .noBorder {
  border: none;
}

.zusammenFassungContent .trenner label {
  font-size: 1.5em !important;
  padding-top: 20px;
}

#shirtWrapper,
#kostenloseBekleidungTln1Wrapper,
#kostenloseBekleidungTln2Wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}


/* validate*/
.error {
  border: 1px solid red !important;
  box-shadow: 0 0 10px 0 red !important;
}


/*ende validate*/

/*zusammenfassung*/


/* =========================
  11) Tooltip
  ========================= */

/*tooltip hover*/

/* Hover tooltips */
.field-tip {
  position: relative;
  cursor: help;
  color: #fda92b;
  /*  z-index:99999 !important;*/
}

.field-tip .tip-content {
  text-align: left;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  right: auto;
  width: min(330px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 20px;
  background: #333;
  font-size: 14px;
  border: 1px solid #fda92b;
  /* -webkit-box-shadow:2px 2px 5px #000;
     -moz-box-shadow:2px 2px 5px #000;
      box-shadow:2px 2px 5px #000; */
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  transform: translateX(calc(-50% + var(--tip-shift-x, 0px)));
  pointer-events: none;
  z-index: 99999 !important;
  display: none;
}

.tip-content img {
  border: none !important;
  border-radius: none !important;
  line-height: 0;
  box-shadow: none !important;
  margin-top: 0 !important;
}

.trenner .tip-content {
  line-height: 20px;
}

.field-tip:hover .tip-content,
.field-tip:focus-within .tip-content {
  opacity: 1;
  z-index: 99999 !important;
  display: block;
}

/* =========================
   12) Termin-Auswahl
   ========================= */

/* Terminauswahl */


.tourTermine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  width: 100%;

  padding: 20px 20px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background: #fff; */

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tourTermine .tourTermin input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.tourTermine .tourTermin .termin-content:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: #fff;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #fcb900;
  box-shadow: 0px 0px 0px 2px #fcb900;
}

.tourTermine .tourTermin {
  cursor: pointer;
  width: 100%;
  padding-bottom: 20px;
}

.tourTermine .tourTermin .termin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition: all 0.4s, all 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);

}

.tourTermine .termin-ampel {
  width: 150px;
  padding-left: 30px;
  padding-top: 30px;
}

.tourTermine .tourTermin .termin-details {
  padding-left: 30px;
}

.tourTermine .tourTermin .termin-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 25px;
  line-height: 26px;
  color: #fff;
  padding-bottom: 5px;
}

.tourTermine .tourTermin .termin-details p {
  color: #fff;
  font-size: 20px;
  line-height: 16px;
}

/* .tourTermine .tourTermin .termin-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
} */


.tourTermine .tourTermin input[type="radio"]:checked+.termin-content:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: #fcb900;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #fcb900;
  box-shadow: 0px 0px 0px 2px #fcb900;
}

.tourTermine .tourTermin input[type="radio"]:checked+.termin-content {
  border: 2px solid #fcb900 !important;
  /* background: #fcb900;  */
  background: rgb(255, 153, 51, 0.2);
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

/* Terminauswahl ende*/

/* =========================
  13) Overrides und Responsive
  ========================= */

/* OVERRIDES */

.site-header .inner .site-branding .site-title .logo object,
.site-header .inner .site-branding .site-title .logo img {
  padding: 10px 20px 10px 20px;
}

.tagWrapperDiv,
.monatWrapperDiv {
  width: 25%;
}

.jahrWrapperDiv {
  width: 45%;
}

.text-center {
  text-align: center !important;
}

.zfNeu {
  width: 100%;
  padding: 10px 0;
}

.zfNeu .zfNeu-headline {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  width: 100%;
  padding: 20px 0;
}
.zfNeu .zfNeu-container {
  border-radius: 5px;
  background-color: #607b9e;
  color: #fff;
  padding: 5px 10px 10px 10px;
  width: 100%;
}
.zfNeu .zfNeu-container-line {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 5px;
}
.zfNeu .zfNeu-container:has(> .zfNeu-container-line-no-border) {
  padding: 5px 10px;
}
.zfNeu .zfNeu-container-line.zfNeu-container-line-top-border {
  border-top: 2px solid #fff;
}
/* 2 Spalten (70/30) */
.zfNeu .zfNeu-container-line--2 {
    grid-template-columns: 7fr 3fr;
}
.zfNeu .zfNeu-container-line-no-border {
    border-bottom: none !important;
}

@media screen and (max-width:600px) {
  .zfNeu .zfNeu-container-line {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      margin: 5px 0;
  }
}

.luisGebWrapperNeu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}

.luisGebWrapperNeu > label {
  width: 100%;
  display: block;
  grid-column: 1 / -1;
}

.luisGebWrapperNeu .select {
  background: transparent !important;
  padding: 0 !important;
}

.luisTextLineInput .luisGebWrapperNeu .select::after {
  right: 0;
}

@media screen and (max-width:600px) {
  .page-template-booking-php .contact-box {
    display: none;
  }
  .page-template-booking-php .back-to-top {
    display: none !important;
  }

  #nutzerPane {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;

  }

  .luisTextLineInput {
    min-width: 200px !important;
    width: 90% !important;
    padding: 0 !important;
  }

  .luisTextLineInput label {
    text-align: center !important;
  }

  .luisText20, .luisText50, .luisText70 {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .luisText50.select {
    width: 100% !important;
    padding: 5px 10px;
  }

  #tourSlogan h2 {
    font-size: 2.8em !important;
    line-height: 1em;
  }

  .priceContainer h2 {
    font-size: 2.8em !important;
  }

  .luisTourButton {
    width: 155px !important;
    height: 55px !important;
    line-height: 60px !important;

  }

  .luisTourButton span {
    font-size: 1em !important;
  }

  #luisBookingTour h1 {
    text-align: center !important;
  }

  .tagWrapperDiv,
  .monatWrapperDiv,
  .jahrWrapperDiv {
    width: 100% !important;
  }

  #jahrSozia {
    width: 90% !important;
  }

  .checkBoxSlider .toggle-switch,
  .toggle .toggle-switch {
    display: block !important;

  }

  .tourTermine .tourTermin .termin-content {
    flex-wrap: wrap !important;
  }

  .tourTermine .termin-ampel {
    min-height: 70px;
    padding-top: 0 !important;
  }

  .tourTermin .green-traffic-light {
    margin-bottom: 75px !important;
  }

  .termin-details span {
    font-size: 18px !important;
  }

  .termin-details p {
    font-size: 14px !important;
    line-height: 8px !important;
  }

  .toggle-label a {
    color: #fff !important;
  }

  #checkout-bar {
    padding-left: 0 !important;
  }

  .checkout-wrap {
    padding: 0 50px !important;
  }

  #checkout-bar li {
    width: 16% !important;
  }

  #checkout-bar.step1:after {
    width: 9% !important;
  }

  #checkout-bar.step2:after {
    width: 21% !important;
  }

  #checkout-bar.step3:after {
    width: 39% !important;
  }

  #checkout-bar.step4:after {
    width: 55% !important;
  }

  #checkout-bar.step5:after {
    width: 70% !important;
  }
}