.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.btn-products {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(242, 138, 25, 0.5);
  --bs-btn-border-color: rgba(242, 138, 25, 0.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(242, 138, 25, 0.2);
  --bs-btn-hover-border-color: rgba(242, 138, 25, 0.2);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(242, 138, 25, 0.2);
  --bs-btn-active-border-color: rgba(242, 138, 25, 0.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-top {
  border: none;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  color: #666;
  background: #c7c7c7;
  background: linear-gradient(
    0deg,
    rgb(199, 199, 199) 0%,
    rgb(217, 217, 217) 20%,
    rgb(240, 240, 240) 100%
  );
}

.wauto {
  width: auto;
  vertical-align: middle;
}
.w50 {
  width: 50%;
}
.w10p {
  width: 10%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w20p {
  width: 20%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w30p {
  width: 30%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w40p {
  width: 40%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w60p {
  width: 60%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w70p {
  width: 70%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w80p {
  width: 70%;
  border-bottom: none;
  padding: 0px !important;
  line-height: 20px;
}
.w10p small {
  color: #6c757d;
}
.w20p small {
  color: #6c757d;
}
.w30p small {
  color: #6c757d;
}
.w40p small {
  color: #6c757d;
}
.w60p small {
  color: #6c757d;
}
.w70p small {
  color: #6c757d;
}
.w80p small {
  color: #6c757d;
}
.w250 {
  width: 250px;
  border-bottom: none;
  text-wrap: wrap;
}
.w300 {
  width: 300px;
  vertical-align: bottom;
}
.w440 {
  width: 440px;
  vertical-align: bottom;
}
.w40 {
  width: 40px;
  vertical-align: bottom;
}
.w80 {
  width: 80px;
  vertical-align: bottom;
}
.w130 {
  width: 130px;
  vertical-align: bottom;
}
.btn-group {
  width: 100%;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 3px dotted #fff;
}

.btn.btn-productsgroup img {
  opacity: 0.7;
  filter: grayscale (1);
  filter: grayscale(1);
  max-width: 80px;
  min-width: 80px;
}
.btn.btn-productsgroup:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.btn-products-active {
  background: #fff !important;
  border-bottom: 1px solid #ffffff;
}
.btn-productsgroup-active {
  background: #fff !important;
  color: #666;
}
.btn-productsgroup-active img {
  opacity: 1 !important;
  filter: grayscale(0) !important;
}

.flightSections {
  display: flex;
  gap: 10px;
}
.flightSection {
  flex-basis: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 12px;
  padding: 20px;
}
.flightSection img {
  width: 50%;
  opacity: 0.3;
}
.flightSectionActive {
  flex-basis: 25%;
  text-align: center;
  background: rgba(255, 255, 255, 1) !important;
}
.flightSectionActive img {
  opacity: 1;
}
.white-card {
  background: #fff;
  padding: 15px 15px 5px 15px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.blue-card {
  /* background:rgba(50,85,138,1);*/
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.passenger-block {
  background: #ffffff;
  border-radius: 7px;
  padding: 0px;
}
.passenger-basket-row {
  color: #6c757d;
  padding: 7px 9px;
  display: flex;
  justify-content: space-between;
  background: #ececec;
  border-radius: 7px;
  margin-top: 5px;
}
.passenger-basket-row:hover {
  color: #ffffff;
  background: #f38b18;
  cursor: pointer;
}

.passenger-basket-details {
  color: #fdfdfd;
  padding: 0px;
  justify-content: space-between;
  background: #6c757d;
  border-radius: 7px;
}
.passenger-basket-details {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.6s ease, opacity 0.6s ease;
}

.passenger-basket-details.show {
  height: auto; /* Zielhöhe */
  padding: 7px 9px;
  opacity: 1;
}
.passenger-basket-details-row {
  display: flex;
  padding: 5px 7px;
  justify-content: space-between;
  font-size: 0.8rem;
  border-bottom: 1px dotted #fdfdfd;
}
.passenger-basket-details-row:last-child {
  border-bottom: none;
}
.passenger-basket-details-row-text {
  width: 70%;
}
.passenger-basket-details-row-price {
  width: 20%;
  text-align: right;
}

.arrowanimation {
  margin-right: 5px;
  display: inline-block;
  transition: transform 0.5s ease;
}

.arrowanimation.animate {
  transform: rotate(90deg);
}

.mb-first-25:last-child {
  margin-top: 25px;
}
.mb-last-25:last-child {
  margin-bottom: 25px;
}

.passenger-name {
  width: 75%;
}

.passenger-count {
  width: 10%;
}

.passenger-amount {
  width: 25%;
  text-align: right;
}

/* Select 2 */

.select2-container--default .select2-selection--single {
  background-color: rgba(201, 197, 192, 0.1);
  border: 1px solid rgba(201, 197, 192, 0.3);
  border-radius: 7px;
  color: #6c757d;
}
.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #6c757d;
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 5px !important;
  width: 20px;
}

#slideOutDiv {
  position: relative;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.slide-out {
  transform: translateX(-100%);
  opacity: 0;
}
.form-group {
  margin-top: 20px;
}
.form-group label {
  font-size: 14px;
}
.buttonIcon {
  width: 40px;
  vertical-align: bottom;
  margin-right: 5px;
}
.badge-grey {
  background: #6c757d;
  color: #ffffff;
}
.badge-success {
  background: #269941;
  color: #ffffff;
}
.productListeWrapper {
  position: absolute;
  top: 0px;
  width: calc(100vw);
  left: 0px;
  background: #fff;
  height: calc(100vh);
  z-index: 1499;
  padding: 20px;
  background: #fff;
}
ul.productList {
  margin: 0;
  padding: 0;
  height: 200px;
  overflow: scroll;
  border: 1px solid #ececec;
  padding: 5px;
  border-radius: 7px;
}
.productList li {
  background: #ececec;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.border-btn-orange {
  border: 2px solid #f38b18;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  padding: 9px 9px;
  border-radius: 7px;
  font-size: 12px;
}
.border-btn-grey {
  border: 2px solid #bcbcbc;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  padding: 9px 9px;
  border-radius: 7px;
  font-size: 12px;
}
.border-btn-white {
  border: none;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  padding: 9px 9px;
  min-width: 200px;
  margin: 0px auto;
  border-radius: 15px;
  font-size: 15px;
  color: #32558a;
  background: #ffffff;
}
.text-bold {
  font-weight: 700;
  text-align: right;
  text-wrap: nowrap;
}
.basketTotalRow {
  display: flex;
  justify-content: space-between;
  background: #f28a19;
  color: #fff;
  margin: 10px 0px;
  border-radius: 9px;
  padding: 9px;
  font-size: 1.1rem;
  font-weight: 700;
}

.checkbox-wrapper-6 .tgl {
  display: none;
}
.checkbox-wrapper-6 .tgl,
.checkbox-wrapper-6 .tgl:after,
.checkbox-wrapper-6 .tgl:before,
.checkbox-wrapper-6 .tgl *,
.checkbox-wrapper-6 .tgl *:after,
.checkbox-wrapper-6 .tgl *:before,
.checkbox-wrapper-6 .tgl + .tgl-btn {
  box-sizing: border-box;
}
.checkbox-wrapper-6 .tgl::-moz-selection,
.checkbox-wrapper-6 .tgl:after::-moz-selection,
.checkbox-wrapper-6 .tgl:before::-moz-selection,
.checkbox-wrapper-6 .tgl *::-moz-selection,
.checkbox-wrapper-6 .tgl *:after::-moz-selection,
.checkbox-wrapper-6 .tgl *:before::-moz-selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-6 .tgl::selection,
.checkbox-wrapper-6 .tgl:after::selection,
.checkbox-wrapper-6 .tgl:before::selection,
.checkbox-wrapper-6 .tgl *::selection,
.checkbox-wrapper-6 .tgl *:after::selection,
.checkbox-wrapper-6 .tgl *:before::selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::selection {
  background: none;
}
.checkbox-wrapper-6 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:after,
.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:after {
  left: 0;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  display: none;
}
.checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.checkbox-wrapper-6 .tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
  background: #9fd6ae;
}

#agbbox label {
  color: #ffffff !important;
}
#agbbox label a {
  color: #ffffff !important;
  text-decoration: underline;
}

.form-check-input {
  border-width: 2px;
}
.form-check-input:checked {
  background-color: #269941 !important;
  border-color: #fff !important;
  border-width: 2px;
}

.navbar-brand img {
  height: 60px;
  width: auto !important;
}

a.navbar-brand {
  border-radius: 9px;
  display: flex;
  background: #fff;
  padding: 11px 11px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22);
}
.hero-content-wrapper h4 {
  color: #fff;
}
.btn-start {
  display: flex;
  align-items: center;
}
ul.bookingSum li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ececec;
}

ul.bookingSum li:last-child {
  border-bottom: none;
}

ul.bookingSum li span {
  font-weight: bold;
  text-wrap: nowrap;
}
.booking-summary-list h6 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-overview tr th img {
  max-width: 50px;
  width: 50px;
}
#displayerror {
  background: #fff !important;
  color: #4f4b8b !important;
  border: 3px solid #fff !important;
}
#display-error-header {
  color: #fff !important;
}
div.agb {
  padding: 15px;
}
div.agb h2 {
  font-size: 1.4em;
  margin: 10px 0px 5px 0px;
}
div.agb p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
div.agb ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
div.agb ul li {
  margin-bottom: 3px;
  list-style-type: disc;
  list-style-position: inside;
}
div.agb ol {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
div.agb ol li {
  margin-bottom: 3px;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
ol.cib li {
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
}
ul.cib {
  padding-left: inherit;
}
ul.cib li {
  list-style-type: disc;
  list-style-position: outside;
}
.noseatmap {
  width: 100%;
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 24px;
}
.nodisplay {
  display: none !important;
}