.booking {
  display: block;
  background-color: white;
  padding: .75rem .75rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border-bottom: 2px solid #d5d5d5;
}

.booking form {
  display: none;
}

.booking a.booking-title {
  display: flex;
  color: black;
  align-items: baseline;
}

.booking a.booking-title .toggle {
  margin-right: 1rem;
}

.booking a.booking-title:hover .dates {
  text-decoration: underline;
}

.booking a.booking-title .dates {
  font-size: 16px;
  font-weight: 600;
  margin-right: 1rem;
}

.booking a.booking-title .name {
  font-size: 16px;
}

.booking .booking-details-container {
  display: none;
  padding: .5rem .5rem;
}

.booking.opened .booking-details-container {
  display: block;
}

.booking .booking-details-toggle {
  display: block;
  overflow: hidden;
  clear: both;
}

.booking a .toggle i {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition: linear 250ms;
}

.booking.opened a .toggle i {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.booking .booking-cta {
  display: block;
  border-radius: 0;
  background-color: #0053a6;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 1.42857143;
  margin-bottom: .5em;
}

.booking .booking-details {
  display: flex;
  justify-content: space-between;
}

.booking .booking-details-container .cta-module {
  margin-left: 1rem;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.booking .booking-details-container label.booking-module {
  cursor: pointer;
  flex: auto;
  border: 1px solid #aaa;
  color: black;
  width: 15%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.booking .booking-details-container label.booking-module:hover span.checkbox {
  color: #ccc;
}

.booking .booking-details-container label.booking-module .booking-input.selected span.checkbox {
  color: #0053a6;
}

.booking-title-content {
  display: flex;
  justify-content: space-between;
  flex: auto;
}

.booking .booking-details-container .booking-module-header {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: .25rem .5rem;
}

.booking .booking-details-container .booking-module:not(:nth-last-child(2)) {
  margin-right: 1rem;
}

.booking-module .su-tooltip {
  float: right;
}

.booking-module-content {
  padding: .5rem .25rem;
}

.booking-module-content>div {
  color: #000;
  text-align: center;
  display: block;
}

.booking-input {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
}

.booking.error .error {
  display: block;
}

.booking-module-header a {
  color: white;
}

.booking .error {
  text-align: center;
  margin-top: .75rem;
  padding: .25rem 0;
  display: none;
}

.booking-input input {
  margin-right: .25rem;
}

.booking-module-content .price {
  font-weight: 500;
}

.booking .booking-details-container .price-totals {
  text-align: center;
}

.booking a.booking-title .price-totals,
.booking .price-dummy {
  float: right;
  font-weight: 700;
  font-size: 18px;
}

.booking .price-totals .original-value {
  display: inline;
}

.booking .price-totals:not(.sale) .original-value {
  visibility: collapse;
}

.booking .price-totals .original-value span.price-holder {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.booking .price-totals .original-value .su-tooltip {
  font-size: 12px;
  color: #999;
}

.booking .booking-details .price-totals:not(.sale)>span,
.booking .booking-details .price-totals.sale .original-value {
  display: block;
}

.booking .booking-details .price-totals .value {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.booking .booking-details .price-totals {
  display: none;
}


@media (max-width: 992px) {

  .booking .booking-details-container .cta-module {
    margin-left: 0;
  }

  .booking .booking-details-container .booking-cta {
    width: 100%;
    padding: 10px 0;
  }

  .booking .booking-details .price-totals {
    display: block !important;
  }

  .booking .booking-details {
    display: block;
  }

  .booking .booking-details>div,
  .booking .booking-details>label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 1rem;
  }

}

@media (max-width: 768px) {

  .booking .price-totals:not(.sale) .original-value {
    display: none;
  }

  .booking-title-content,
  .booking-footer {
    flex-direction: column;
    align-items: center;
  }

  body .booking-footer>div {
    width: auto;
    justify-content: left !important;
    margin-bottom: .5rem;
  }

  .booking a.booking-title .price-totals {
    align-self: center;
  }

  .booking-contact-link {
    text-align: center;
    display: block;
  }

  a.foxy-cart-link {
    display: block;
    float: none;
    padding-left: 15px;
  }
}

.su-tabs-nav span {
  border-bottom: 4px solid transparent;

}

.su-tabs-nav span.su-tabs-current,
.su-tabs-nav span:hover {
  border-bottom: 4px solid #0053a6;
  color: #0053a6;

}

body .su-tabs {
  background: none;
}

body .su-tabs-pane {
  background-color: #f5f5f5;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

body .modal {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  -o-box-shadow: 0 0 10px #333;
  -ms-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  border-radius: 0;
  overflow: initial;
}

body .blocker {
  background-color: rgba(255, 255, 255, 0.75);
}

.booking-input i {
  display: none;
}

.booking-input.module-disabled input {
  display: none;
}

.booking-input.module-disabled i,
.foxy-cart-link i {
  display: inline;
  margin-right: .25rem;
}

.su-tabs-nav a span {
  padding: 0;
}

.foxy-cart-link {
  background: none !important;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: .85714286em;
  display: block;
  opacity: 1;
  text-decoration: none;
  transition: all .3s ease;
  float: right;
  color: #059327;
  border: 0;
}

.foxy-cart-link small {
  font-size: 100%;
  font-weight: 700;
}

.booking-footer .times span,
.booking-footer .address span,
.booking-footer .lections span,
.booking-footer .address a {
  display: block;
}

.booking-footer {
  margin-top: .75rem;
}

.booking-lections .lections i {
  font-style: normal;
}

.booking-footer>div {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
}

.booking-footer>div>i {
  margin-right: .5rem;
  font-size: 18px;
}

.booking-footer {
  display: flex;
}

.booking.info .booking-details {
  justify-content: flex-end;
}


span.checkbox {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  padding: 3px 0 5px 1px;
  width: 24px;
  height: 24px;
  color: #f2f2f2;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.booking-input.module-disabled .checkbox {
  display: none;
}

.booking-input input {
  display: none;
}

.booking-input .required,
.booking-input.module-disabled .label {
  display: none;
}

.booking-input.module-disabled .required {
  display: inline;
}

.su-row .su-column:first-child.sticky-thing.is_stuck {
  margin-left: 40px;
}

.entry-content .booking-contact {
  display: none;
}

.booking-contact-link {
  display: block;
  text-align: center;
}

.booking-lections[data-lections="0"],
.booking-lections .lections>span[data-lections="0"] {
  display: none;
}

.fakedoor-button-container .fakedoor-modal-content-container,
.booking .fakedoor-modal-content-container {
  display: none;
}

.booking.not-discountable .booking-title-content .original-value {
  display: none;
}


/* Konfigurator Design v2 - Single Module */

.konfigurator-design-single .booking-module-content .price {
  color: red;
  display: none !important;
}


.konfigurator-design-single .booking-module-content {

  padding: .75rem;

}


.konfigurator-design-single .booking-input {
  display: none;
}

.konfigurator-design-single .booking .booking-cta {
  padding: 10px 30px;
}

.konfigurator-design-single .booking-module-decription {

  font-size: 1.3em !important;
  font-weight: bold !important;
}


.konfigurator-design-single .booking-module-decription>span {
  display: block;
  margin-bottom: .5em;
  font-size: .9em;
  font-weight: normal;
}


@media (max-width: 768px) {

  .konfigurator-design-single .original-value,
  .konfigurator-design-single .price-totals {
    display: none !important;

  }

  .booking a.booking-title .dates {
    margin-right: 0;
  }
}

/* Konfigurator Design v3 - Single Module */
.konfigurator-design-v3 .booking-footer {
  display: none;
}

.konfigurator-design-v3 .booking-title-content {
  display: block;
  text-align: center;
}

.konfigurator-design-v3 .booking-title-content .dates {
  display: none;
}

@media (min-width: 768px) {

.konfigurator-design-v3 .booking-title-content .price-totals {
  /*display: none;*/
  max-width: 12%; }
}



.konfigurator-design-v3 .booking-title-content .price-dummy {
  display: none;
}

.konfigurator-design-v3 .booking .toggle {
  display: none;
}

.konfigurator-design-v3 .foxy-cart-link {
  display: none;
}

.konfigurator-design-v3 .booking-details .module-disabled {
  display: none;
}





.grid-items a.item div {
  color: #3a3a3a
}

.grid-items a.item .layer-content > span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  margin: 5px;
  color: #1e73be;
}



