.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  overflow: visible;
}

h1 {
  color: #001044;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  color: #001044;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #001044;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 140%;
}

h4 {
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875em;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75em;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.125em;
  line-height: 140%;
}

label {
  color: #001044;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4d801d;
  border-radius: 50px;
  padding: 10px 31px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.button:hover {
  background-color: #7ac635;
}

.button.offersslidebtn {
  width: 100%;
  color: #fff;
  background-color: #4d801d;
/*  background-image: url('../images/planeicon_1planeicon.png');
*/  background-position: 85%;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  transition: background-color .5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button.offersslidebtn:hover {
  background-color: #7ac635;
}

.button.bigbutton {
  width: 100%;
  text-transform: uppercase;
  background-color: #4f3be7;
/*  background-image: url('../images/planeicon_1planeicon.png'), linear-gradient(259deg, #4f3be7, #50d3ff);
*/  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .5s ease-in-out;
}

.button.bigbutton:hover {
/*  background-image: url('../images/planeicon_1planeicon.png'), linear-gradient(259deg, #50cffe, #4f3be7 59%, #50d3ff);
*/  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.button.videosectionbutton {
  float: none;
  text-align: center;
  transition: background-color .5s ease-in-out;
}

.button.videosectionbutton:hover {
  background-color: #7ac635;
}

.button.videosectionbutton.voucherbtn {
/*  background-image: url('../images/voucher_1voucher.png');
*/  background-position: 93% 46%;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 40px;
}

.button.offersdetailboxbutton {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  margin-right: 10px;
  font-size: 1em;
}

.button.offersdetailboxbutton.videobutton {
  width: 33.33%;
/*  background-image: url('../images/videoicon_1videoicon.png');
*/  background-position: 10px;
  background-repeat: no-repeat;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 1px;
  margin-right: 0;
}

.button.offersdetailboxbutton.imagebutton {
  width: 33.33%;
/*  background-image: url('../images/imageicon_1imageicon.png');
*/  background-position: 10px;
  background-repeat: no-repeat;
  border-top-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.offersdetailboxbutton.routebutton {
  width: 33.33%;
  float: right;
/*  background-image: url('../images/route_1route.png');
*/  background-position: 10px;
  background-repeat: no-repeat;
  border-top-style: none;
  border-left-style: none;
  border-radius: 0;
  margin-top: 1px;
  margin-right: 0;
}

.button.newsletterfooterbutton {
  margin-bottom: 10px;
  display: block;
}

.button.submitbutton {
  width: 100%;
  float: right;
/*  background-image: url('../images/checkoutArrowFoward_1checkoutArrowFoward.png');
*/  background-position: 98%;
  background-repeat: no-repeat;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.packagesbtn {
  width: 100%;
/*  background-image: url('../images/planeicon_1planeicon.png');
*/  background-position: 95%;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.button.popup-banner-button, .logo, .logo.w--current {
  margin-top: 10px;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.topsection {
  background-color: #f4f5f0;
  border-bottom: 1px solid #ccc;
}

.slidersection {
  min-height: 640px;
  background-color: #f4f5f0;
/*  background-image: url('../images/helicopterflug-12.jpg');
*/  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hotline {
  float: right;
  color: #666;
/*  background-image: url('../images/phone_1phone.png');
*/  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.navtab {
  color: #001044;
  letter-spacing: 0;
  text-transform: uppercase;
  border-left: 1px solid rgba(204, 204, 204, .36);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
  transition: color .5s ease-in-out;
}

.navtab:hover {
  color: #cfbb3f;
}

.navtab.lastnavtab {
  border-left-style: solid;
  border-right: 1px solid rgba(204, 204, 204, .36);
}

.bookingstepsection {
  background-color: #fff;
  border-bottom: 0 rgba(204, 204, 204, .36);
}

.bookingstepcolumn {
  min-height: 80px;
  border: 1px rgba(204, 204, 204, .36);
  border-style: solid none none solid;
  align-items: center;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bookingstepcolumn.bookingstep-last-col {
  border-right-style: solid;
}

.bookingstepnumber {
  width: 40px;
  height: 40px;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #4f3be7;
  border: 1px solid #4f3be7;
  border-radius: 50px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.contentsection {
  background-color: #f4f5f0;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.contentsection.light-section {
  background-color: #fff;
  padding-top: 60px;
}

.contentsection.dark-section {
  background-color: #f4f5f0;
}

.bestsalesection {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -130px;
}

.topseller {
  min-height: 220px;
  background-color: #4f3be7;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.salecolumn {
  min-height: 220px;
  background-color: rgba(255, 255, 255, .95);
}

.topsellercontent {
  width: 50%;
  min-height: 100%;
  float: right;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.topsellerheadline {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3.2svh;
  font-weight: 600;
  line-height: 1.2em;
}

.topsellersubheadline {
  color: #fff;
  font-size: 1em;
}

.topsellersticker {
  position: absolute;
  top: 0;
  left: 0;
}

.topsellerprice {
  width: 100%;
  float: none;
  color: #fff;
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  position: static;
  top: 0;
  right: 0;
}

.mail {
  float: right;
  color: #666;
/*  background-image: url('../images/mail_1mail.png');
*/  background-position: 0;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumbsection {
  background-color: #f4f5f0;
  border-bottom: 1px solid rgba(204, 204, 204, .36);
  padding-top: 5px;
  padding-bottom: 5px;
}

.breadcrumbtext {
  color: #b19336;
  margin-left: 0;
  font-size: .75em;
}

.offerwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.offerwrapper.secondoffer {
  color: #fff;
  background-image: url('../images/AVM_3826.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  text-decoration: none;
}

.offerwrapper.thirdoffer {
  color: #fff;
  background-image: url('../images/FBT-TestPic4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.topsellerimagediv {
  z-index: 0;
  width: 50%;
  height: 220px;
  max-width: 50%;
  float: left;
  opacity: 1;
  color: #fff;
  background-image: url('../images/Heliskiing.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  transition: opacity .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.topsellerimagediv:hover {
  opacity: 1;
}

.offerstextdiv {
  width: 100%;
  height: auto;
  min-height: 90px;
  min-width: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .49);
  padding: 10px 10px 0;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.offerstextdiv:hover {
  background-color: rgba(0, 0, 0, .7);
}

.offersname {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}

.offerssubtitle {
  color: #fff;
  font-size: .75em;
}

.offersprice {
  float: none;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.furtheroptionsbox {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4f3be7;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1em;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
}

.furtheroptionsbox:hover {
  background-color: #50d3ff;
}

.furtherboxsubheadline {
  text-align: center;
  font-size: .65em;
}

.furtherboxheadline {
  font-size: 1em;
  font-weight: 700;
}

.divider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #cfbb3f;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.divider.footerdivider {
  margin-bottom: 15px;
}

.dividericondiv {
  width: 40px;
  height: 20px;
  background-color: #f4f5f0;
  background-image: url('../images/planeDivider_1planeDivider.png');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.dividericondiv.dividericonfooterdiv {
  background-color: #282828;
}

.dividericondiv.whitecontentdivider {
  background-color: #fff;
}

.offerscontentslider {
  min-height: 575px;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.slides {
  width: 32%;
  object-fit: fill;
  background-color: #fff;
  border: 0 solid #ccc;
  border-radius: 20px;
  margin-left: 7px;
  margin-right: 7px;
  overflow: hidden;
}

.sliderarrows {
  color: #777;
  font-weight: 300;
}

.sliderarrows.rightarrow {
  margin: auto 0 5px;
  bottom: 0;
  right: 0;
}

.sliderarrows.leftarrow {
  margin: auto 0 5px;
}

.slidermask {
  margin-left: 45px;
  margin-right: 45px;
}

.offersimagewrapper {
  width: 100%;
  height: 190px;
  max-height: 190px;
  min-height: 0;
  color: #000;
  background-image: url('../images/Heliskiing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px #000;
  line-height: 1.5em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.offerscontentwrapper {
  max-height: 140px;
  margin-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.offerstext {
  color: #666;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 300;
  line-height: 150%;
}

.offersslidethumbs {
  padding-top: 0;
  bottom: 0;
  right: 0;
}

.arrowwrapper {
  width: 40px;
  margin-left: 45px;
  margin-right: 40px;
  position: absolute;
}

.prallaxsection {
  height: 540px;
  background-color: #f4f5f0;
  background-image: url('../images/14547128_l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #b19336;
  border-bottom: 2px solid #b19336;
  padding-top: 5%;
}

.prallaxheadline {
  z-index: 1;
  max-width: 960px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .5);
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 110%;
  position: static;
}

.infosection {
  background-color: #f4f5f0;
  padding: 40px 10px;
}

.footersection {
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 200px;
  color: #fff;
  background-color: #282828;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footerheadline {
  color: #fff;
  border-bottom: 2px solid #cfbb3f;
  padding-bottom: 5px;
  font-weight: 700;
}

.footertext {
  color: #333;
  font-size: .875em;
}

.footertext.mainfootertext {
  color: #fff;
}

.siteby {
  color: #b3adad;
  font-size: .75em;
  text-decoration: none;
}

.footerlink {
  color: #fff;
  text-decoration: none;
}

.footerlink:hover {
  color: #b19336;
}

.paymenticon {
  width: 50px;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.offerspricingwrapper {
  padding-right: 10px;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
}

.offerspricingoldprice {
  color: #666;
  text-align: right;
  font-size: .875em;
  line-height: 1.5em;
  text-decoration: line-through;
  display: inline-block;
}

.offersboxprice {
  color: #4d801d;
  text-align: right;
  font-size: 1.5em;
  font-weight: 700;
}

.ratingwrapper {
  clear: both;
  margin-bottom: 15px;
}

.ratingstars {
  width: 45%;
  height: 20px;
  float: left;
  clear: none;
  background-image: url('../images/ratingstars.png');
  background-repeat: no-repeat;
  margin-top: 0;
  margin-right: 5px;
  display: none;
}

.ratingtotal {
  width: 50%;
  float: left;
  color: #999;
  font-size: .875em;
  display: none;
}

.offersheadline {
  min-height: auto;
  color: #001044;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 140%;
}

.customerratingslider {
  height: 280px;
  max-width: 960px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.customerratingslide {
  text-align: center;
  padding-top: 20px;
}

.customerratingheadline {
  color: #001044;
  font-style: italic;
}

.customerratingtext {
  max-height: 150px;
  color: #999;
  font-style: italic;
  overflow: hidden;
}

.customerratingslidermask {
  margin-left: 100px;
  margin-right: 100px;
}

.centerdheadline {
  text-align: center;
}

.entercodesection {
  color: #fff;
  background-color: #4d801d;
  background-image: linear-gradient(261deg, #4f3be7, #50d3ff);
  margin-bottom: 0;
}

.codeinputfield {
  width: 75%;
  float: left;
  margin-right: 10px;
  font-size: 1em;
}

.codesectionheadline {
  color: #fff;
  font-weight: 400;
}

.codesubmitbutton {
  background-color: #4f3be7;
  padding: 7px 30px;
  transition: background-color .5s ease-in-out;
}

.codesubmitbutton:hover {
  background-color: #58588c;
}

.videosection {
  z-index: auto;
  height: 580px;
  background-color: rgba(0, 0, 0, 0);
/*  background-image: linear-gradient(rgba(79, 59, 231, .73), rgba(79, 59, 231, .73)), url('../images/helicopterflug-12.jpg');
*/  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-video {
  z-index: -1;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.searchinput {
  width: 32%;
  height: 25px;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.searchfireldwattermark {
  background-image: url('../images/search_1search.html');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-top: 1px;
  padding-left: 5px;
  font-size: .75em;
  font-style: italic;
}

.couponsection {
  height: 360px;
  background-color: #e6e6e6;
  padding-top: 40px;
  position: relative;
}

.hostes {
  float: none;
  margin-top: 40px;
  position: absolute;
}

.coupontext {
  width: auto;
  float: none;
  margin-bottom: 20px;
  font-size: 1.125em;
}

.couponcontentwrapper {
  width: 60%;
  float: right;
}

.videosectionheadline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 50px #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
}

.videosectioncontainer {
  z-index: 9999;
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.videocontentsubheadline {
  color: #fff;
  text-shadow: 0 1px 44px #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

.videocontainer {
  position: relative;
}

.slidersectionsmall {
  min-height: 300px;
  background-image: url('../images/XFactor_Anflug.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainsection {
  min-height: 540px;
  color: #666;
  background-color: #f4f5f0;
  border-bottom: 1px #ccc;
  padding: 0 10px 40px;
}

.offerbox {
  width: 100%;
  height: 510px;
  background-color: #fff;
  border: 1px #ccc;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.offersrow {
  margin-bottom: 20px;
}

.offersdetailwrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  position: relative;
}

.paragraph {
  color: #666;
  font-size: 1em;
  line-height: 190%;
}

.paragraph.strong {
  font-size: 1em;
  font-weight: 700;
}

.offericon {
  position: absolute;
  top: 0;
  left: 15px;
}

.offericon.detailicon {
  top: 0;
  left: 15px;
  right: auto;
}

.offersdetailrow {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 5px;
}

.offersinfowrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
}

.offersmoreinfobutton {
  width: 100%;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}

.offersmoreinfobutton:hover {
  text-decoration: none;
  display: block;
}

.offersmoreinfobutton.intro-text-button {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ccc;
  display: none;
}

.offersdetailhiddendiv {
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-style: none;
  overflow: hidden;
}

.offershiddendivcontent {
  padding: 0 10px 10px;
}

.hiddendivcontentrow {
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

.ctabtn {
  color: #fff;
  text-align: center;
  background-color: #cfbb3f;
/*  background-image: url('../images/planeicon_1planeicon.png'), linear-gradient(305deg, #4f3be7, #50d3ff);
*/  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: block;
}

.ctabtn:hover {
  background-color: #b19336;
}

.backbtn {
  width: 100%;
  color: #666;
  text-align: center;
/*  background-image: url('../images/checkoutArrowBack_1checkoutArrowBack.png');
*/  background-position: 10px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: inline-block;
}

.backbtn:hover {
  background-color: #fff;
}

.newsletterbutton {
  width: 50%;
  color: #666;
  text-align: center;
/*  background-image: url('../images/newslettericon_1newslettericon.png');
*/  background-position: 98%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 15px 10px;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: inline-block;
}

.newsletterbutton:hover {
  background-color: #fff;
}

.filterlabel {
  color: #001044;
  font-size: 1em;
  font-weight: 700;
}

.bigpricebox {
  color: #fff;
  background-color: rgba(255, 255, 255, .8);
  padding: 8px 20px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, .5);
}

.bigprice {
  color: #001044;
  text-shadow: none;
  font-family: Questrial, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.planeiconwrapper {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, .9);
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.planeicon {
  width: 33%;
  max-height: 55px;
  min-height: 55px;
  min-width: 50px;
  float: left;
  text-align: center;
  border-bottom: 1px #ccc;
  padding-top: 0;
}

.planeicon.middleplain {
  max-height: 40px;
  min-height: 40px;
  background-position: 50% 100%;
  background-size: 43px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 5px;
}

.planeicon.middleplain.planelistplaneicon {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.planeicon.smallplane {
  max-height: 55px;
  min-height: 55px;
  text-align: center;
  background-position: 50% 95%;
  background-size: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
}

.planeicon.smallplane.planelistplaneicon {
  border-bottom-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.planeicon.bigplane {
  max-height: 40px;
  min-height: 40px;
  background-position: 50% 100%;
  background-size: 50px;
  padding-top: 5px;
}

.planeicon.bigplane.planelistplaneicon {
  border-bottom-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.offerspreviewimagewrapper {
  width: 100%;
  height: 190px;
  max-height: 190px;
  min-height: 0;
  background-image: url('../images/bestofalps.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.plainicontext {
  color: #001044;
  text-align: center;
  margin-top: -7px;
  font-family: Open Sans, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.plainbox {
  min-height: 218px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, .36);
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}

.plainname {
  text-align: left;
  background-color: #34345d;
/*  background-image: url('../images/planeicon_1planeicon.png'), linear-gradient(307deg, #4f3be7, #50d3ff);
*/  background-position: 94%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plainname:hover {
  background-color: #58588c;
}

.plainrow {
  margin-bottom: 0;
}

.plaindetailimagewrapper {
  text-align: center;
  padding-top: 50px;
}

.oldprice {
  color: #777;
  text-align: right;
  font-size: .875em;
}

.checkboxwrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  margin-top: 0;
  padding-top: 5px;
}

.checkboxcol {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 0;
  display: inline-block;
}

.personselect {
  width: 49%;
  padding-left: 5px;
  font-size: .875em;
  display: inline-block;
}

.personselect.childrenselect {
  float: right;
  margin-bottom: 0;
  padding-top: 8px;
}

.personform {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.formwrapper {
  margin-bottom: 0;
  font-size: .875em;
}

.offersdetailtab {
  width: 50%;
  color: #666;
  text-align: center;
  background-color: #dbdbdb;
  padding-left: 10px;
  padding-right: 0;
  font-size: .875em;
}

.offersdetailtab.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.offersdetailrightcol {
  border-left: 1px #ccc;
  padding-left: 0;
}

.airplanename {
  margin-top: -5px;
}

.plaininforow {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.offersdetailimagecol {
  padding-right: 0;
}

.similarproductsslider {
  background-color: rgba(0, 0, 0, 0);
  margin-left: -50px;
  margin-right: -50px;
  padding-bottom: 60px;
}

.similarproductslide {
  width: 308px;
  margin-left: 5px;
  margin-right: 5px;
}

.hiddenbutton {
  z-index: 5;
  width: auto;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 89px 5px 5px;
  font-size: 1.5em;
  transition: opacity .5s ease-in-out;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}

.hiddenbutton:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  transform: none;
}

.radiobutton {
  margin-top: 6px;
}

.radiobuttonlabel {
  color: #001044;
  font-family: Questrial, sans-serif;
  font-weight: 700;
}

.infoicon {
  width: 30px;
  height: 25px;
  float: right;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1em;
  text-decoration: none;
  display: block;
}

.infotext {
  font-family: Quando, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.radiobuttonfield {
  width: 100%;
  border-bottom: 1px #ccc;
  padding-bottom: 0;
}

.offerslessinfobutton {
  width: 100%;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}

.tabinfotext {
  color: #666;
  background-color: #f4f5f0;
  border: 1px solid #cfbb3f;
  padding: 10px;
  font-size: .875em;
  line-height: 140%;
}

.openclose {
  float: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  right: 20px;
}

.close {
  float: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: inline;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
}

.fa {
  min-height: 45px;
  min-width: 45px;
  color: #666;
  margin-right: 5px;
  text-decoration: none;
}

.fa.fa-facebook-square, .fa.fa-youtube-square, .fa.fa-google-plus-square {
  color: #fff;
}

.fa.fa-quote-left {
  color: #cfbb3f;
}

.fa.fa-quote-left.fa-5x.quotecenter {
  text-align: center;
}

.fa.fa-quote-left.fa-5x.quotecenter.fa-fw {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fa.fa-gift {
  color: #666;
}

.fa.fa-gift.fa-3x {
  color: #4f3be7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(281deg, #4f3be7, #50d3ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
}

.fa.fa-plane {
  color: #666;
  margin-right: 0;
}

.fa.fa-plane.fa-3x {
  color: #4f3be7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(302deg, #4f3be7, #50d3ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.fa.fa-facebook {
  margin-right: 0;
}

.fa.fa-facebook.fa-3x {
  color: #4f3be7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(305deg, #4f3be7, #50d3ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.fa.fa-close.fa-lg {
  min-height: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: .875em;
  display: block;
}

.mapwrapper {
  height: 450px;
  background-image: url('../images/mapPlaceholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}

.showbigmapbutton {
  width: 33.33%;
  color: #666;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  background-image: url('../images/search_1search.html');
  background-position: 95%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.languagewrapper {
  text-align: center;
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 2px;
  display: inline-block;
}

.languagetab {
  width: 30px;
  height: auto;
  float: left;
  color: #666;
  text-align: center;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  padding: 0 5px 0 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.languagetab.languagelasttab {
  border-right-style: none;
}

.rightdockednavwrapper {
  z-index: 11;
  width: 85px;
  height: 256px;
  position: fixed;
  top: 190px;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 9px -1px #000;
}

.rightdockedtab {
  width: 85px;
  height: 85px;
  color: #666;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  margin-bottom: 2px;
  padding-top: 10px;
  font-size: .75em;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  position: relative;
}

.rightdockedtab:hover {
  background-color: #fff;
}

.rightdockedtab.vouchertab, .rightdockedtab.individualflight {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.rightdockedtab.facebooktab {
  box-shadow: none;
  margin-bottom: 0;
}

.righttabtext {
  font-size: .8em;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.individualflightslide {
  z-index: 3;
  width: 390px;
  height: 256px;
  background-color: #fff;
  padding-left: 10px;
  position: fixed;
  top: 190px;
  bottom: 190px;
  right: 0;
  box-shadow: 0 0 28px -12px #000;
}

.individuelflightcontenttext {
  width: 260px;
  margin-bottom: 20px;
  font-size: .875em;
}

.individualflightcontentheadline {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}

.closetext {
  margin-left: 2px;
  display: inline;
}

.forminput {
  width: 100%;
}

.textarea {
  min-height: 240px;
}

.mwsttext {
  float: none;
  text-align: left;
  margin-left: 10px;
  font-size: .75em;
  font-weight: 400;
}

.infocontent {
  height: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: none;
  position: relative;
  overflow: hidden;
}

.checkout-produkt-box {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.checkout-produkt-image-wrapper {
  height: 320px;
  max-height: 320px;
  background-image: url('../images/Hochzeit-Propeller-Flugzeug.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.checkout-produkt-content {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-box-label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

.checkout-form-wrapper, .checkout-checkbox-field {
  margin-top: 20px;
}

.checkout-steps-headline {
  color: #001044;
  font-weight: 400;
}

.checkbox-select-ticket {
  margin-top: 10px;
}

.airport-box {
  width: 100%;
  min-height: 250px;
  float: none;
  clear: none;
/*  background-image: url('../images/iStock_000014084535XSmall.jpg');
*/  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.airport-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 5px;
  padding-right: 5px;
}

.airport-col {
  width: 33.33%;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.airport-box-button {
  width: 100%;
  color: #fff;
  background-color: #34345d;
/*  background-image: linear-gradient(290deg, #4f3be7, #50d3ff), url('../images/abflugIcon_1abflugIcon.png');
*/  background-position: 0 0, 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .5s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.airport-box-button:hover {
  background-color: #58588c;
}

.airport-detail-image-wrapper {
  min-height: 300px;
  background-image: url('../images/flughafen-innsbruck-alpenrundflug.html');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.gallery-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-col {
  width: 25%;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.gallery-image-wrapper {
  min-height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
  display: block;
}

.searchrow {
  margin-bottom: 20px;
}

.airport-selector {
  margin-top: 20px;
}

.packages-row {
  border-bottom: 1px solid #ccc;
}

.ticket {
  background-color: #fff;
  padding-bottom: 20px;
}

.ticket-header {
  max-height: 245px;
  min-height: 245px;
  position: relative;
  overflow: hidden;
}

.ticket-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.ticket-label {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.ticket-left-col-wrapper {
  padding-top: 10px;
  padding-left: 0;
}

.ticket-input {
  height: 45px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.ticket-input.input-right-col {
  border-left: 1px #000;
}

.ticket-right-col-wrapper {
  padding-top: 10px;
  padding-right: 0;
}

.qrcode {
  float: right;
  margin-top: 10px;
  position: relative;
}

.important-text {
  color: #ff5b1a;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  font-size: .88em;
}

.billing-content-wrapper {
  padding: 35px 30px 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.billing-content-wrapper.voucher-content-wrapper {
  /*background-image: url('../images/fbt-wattermark-bg_1fbt-wattermark-bg.png');*/
  background-position: 0 0;
  padding-bottom: 30px;
}

.bill-wrapper {
  background-color: #fff;
  padding-bottom: 0;
}

.bill-number {
  color: #fff;
  text-align: center;
  background-color: #cfbb3f;
  padding: 5px 10px;
}

.bill-number.offers-code {
  font-size: 2.3em;
}

.bill-main-info-row {
  border-bottom: 1px #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.bill-footer {
  background-color: #f4f5f0;
  margin-top: 0;
  padding: 40px 15px 0 30px;
}

.bill-important-text {
  color: #b9b9b9;
  text-align: center;
  font-size: 12px;
}

.bill-content-row {
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
}

.bill-content-text {
  margin-top: 15px;
  margin-bottom: 5px;
}

.bill-content-text.voucher-content-text {
  text-align: center;
  margin-top: 15px;
}

.flight-time-wrapper {
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  background-image: linear-gradient(323deg, #4f3be7, #50d3ff);
  border-radius: 35px;
  padding-top: 10px;
  font-size: .7em;
  line-height: 1.4em;
  position: absolute;
  top: 10px;
  bottom: 85px;
  right: 10px;
}

.logocorner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ticket-header-left-col-text {
  width: 75%;
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 1em;
  position: absolute;
  top: 10px;
  left: 20px;
}

.ticket-header-right-col-headline {
  color: #cfbb3f;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(9deg, #4f3be7, #50d3ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 4.475em;
  line-height: 100%;
}

.ticket-header-right-col-headline.wertgutschein-header {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 40px;
  font-family: Great Vibes, cursive;
  font-size: 4.175em;
  font-weight: 400;
  line-height: 120%;
}

.ticket-header-right-col-paragraph {
  color: #001044;
  text-align: center;
  font-size: 1.325em;
}

.ticket-header-left-col {
  max-height: 250px;
  min-height: 250px;
  background-image: url('../images/ticket-rechnung-header-bild.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.email-wrapper {
  background-color: #fff;
  padding: 30px;
}

.email-header {
  border-bottom: 2px solid #b19336;
  padding: 10px;
  position: relative;
}

.email-header-kontakt-text {
  text-align: right;
  font-size: 1em;
}

.email-content {
  padding-left: 10px;
  padding-right: 10px;
}

.email-big-headline {
  color: #cfbb3f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.invoice-number {
  color: #fff;
  text-align: center;
  background-color: #cfbb3f;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5em;
}

.email-personal-info-row {
  margin-bottom: 35px;
}

.email-person-data-text {
  font-size: 1em;
}

.email-data-info-row {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.email-small-headline {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 20px;
}

.agb-row {
  background-color: #f4f5f0;
  margin-top: 15px;
}

.vouchercode {
  color: #fff;
  text-align: center;
  background-color: #4d801d;
  margin-bottom: 15px;
  padding: 15px 5px;
  font-size: 2.3em;
}

.vouchercode.wertgutschein-code {
  background-color: #cfbb3f;
}

.vouchercode.bahrzahlungscode {
  background-color: #ff5b1a;
}

.vouchercode.gutschein-code {
  background-color: #58588c;
  line-height: 1em;
}

.invoice-price-info {
  text-align: right;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-right-width: 1px;
  border-right-color: #ccc;
  margin-bottom: 0;
  padding-right: 5px;
}

.invoice-total-text {
  text-align: right;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-right-width: 1px;
  border-right-color: #ccc;
  margin-top: 0;
  padding-right: 5px;
  font-size: 1.2em;
  font-weight: 400;
}

.mwst-info {
  text-align: right;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-right-width: 1px;
  border-right-color: #ccc;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: .875em;
}

.mwst-internationl-info {
  font-size: .875em;
}

.agb-ticket-text {
  padding-bottom: 40px;
  font-size: .75em;
}

.not-paid-text {
  color: #ff5b1a;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 2em;
}

.offener-betrag-info-text {
  color: #ff5b1a;
  text-align: left;
}

.gutschein-summe {
  color: #cfbb3f;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 5.375em;
  font-style: normal;
}

.wertgutschein-summe-subheadline {
  color: #cfbb3f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.voucher-validation-info {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
  font-size: 1em;
}

.voucher-individual-textfield {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.airplane-technichal-data {
  margin-bottom: 15px;
}

.route-info-wrapper {
  background-color: #f4f5f0;
  margin-bottom: 20px;
  padding: 5px;
}

.route-info-col {
  width: auto;
  float: left;
  text-align: left;
  padding-left: 17px;
  padding-right: 17px;
  font-size: .875em;
}

.offer-google-map {
  margin-bottom: 15px;
}

.popup-div-parent {
  z-index: 9999;
  color: #cfbb3f;
  background-image: url('../images/Wihnachtsbanner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 550px);
  box-shadow: 0 -7px 42px -11px rgba(0, 0, 0, .5);
}

.popup-content-parent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-content-block {
  text-align: center;
  flex: none;
  align-self: center;
}

.popup-banner-text {
  color: #b19336;
  margin-top: 0;
  margin-bottom: 0;
}

.gutschein-image-popup {
  margin-top: -52px;
  padding: 15px;
}

.close-banner {
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  padding-bottom: 12px;
  padding-right: 15px;
}

.gradient-section-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#50d3ff, #4f3be7);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-size: 2.8em;
}

.section-paragraph {
  max-width: 960px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.section-subheading {
  color: #001044;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 2em;
  font-weight: 400;
}

.card-box_icon {
  max-height: 25px;
  max-width: 33%;
}

.container-2 {
  display: block;
}

.ratings-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.max-width-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.quick-contact-wrapper {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.quick-contact-button.quick-contact--left--button {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.quick-contact-button.quick-contact--left--button.blue {
  background-color: #4f3be7;
  background-image: linear-gradient(288deg, #4f3be7, #50d3ff);
}

.quick-contact-button.quick-contact--right--button.green {
  background-color: #25d366;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.fix-packages-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.fix-packages-card {
  width: 32%;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  overflow: hidden;
}

html.w-mod-js [data-ix="offers-detail-hidden-content"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-individual-flight-content"] {
  display: none;
  transform: translate(390px);
}

html.w-mod-js [data-ix="hide-info-content"] {
  height: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .slides {
    width: 24%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .slides {
    width: 24%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .button.bigbutton {
    width: 50%;
/*    background-image: url('../images/planeicon_1planeicon.png'), linear-gradient(315deg, #4f3be7, #50d3ff);
*/    background-position: 95%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contentsection {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .contentsection.light-section {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contentsection.dark-section {
    padding-bottom: 80px;
  }

  .slides {
    width: 19%;
    margin-left: 7px;
    margin-right: 7px;
  }

  .prallaxheadline {
    letter-spacing: 3px;
    font-size: 2.5em;
    font-weight: 300;
  }

  .videosection {
/*    background-image: linear-gradient(rgba(79, 59, 231, .5), rgba(79, 59, 231, .5)), url('../images/helicopterflug-12.jpg');
*/    background-position: 0 0, 50%;
  }

  .checkout-produkt-box {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(291px, 5fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gradient-section-heading {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#50d3ff, #4f3be7);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 4em;
    font-weight: 800;
  }

  .section-paragraph {
    max-width: 960px;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    line-height: 150%;
  }
}

@media screen and (max-width: 991px) {
  .button.offersdetailboxbutton.videobutton {
    width: 100%;
    border-top-style: solid;
    border-right-style: solid;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.offersdetailboxbutton.imagebutton {
    width: 100%;
    border-top-style: solid;
    border-left-style: none;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.offersdetailboxbutton.routebutton {
    width: 100%;
    float: none;
    border-top-style: solid;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    border-bottom-width: 1px;
    border-bottom-color: #000;
  }

  .navtab {
    width: auto;
    border-bottom: 1px solid #cfbb3f;
    border-left: 1px #000;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .navtab.lastnavtab {
    border-bottom: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .bookingstepnumber {
    margin-right: 5px;
  }

  .topsellercontent {
    width: 100%;
    min-height: 115px;
    float: none;
    background-color: rgba(79, 59, 231, .49);
    margin-top: 1px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .topsellerheadline {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 700;
  }

  .topsellersubheadline {
    font-size: .75em;
  }

  .topsellerprice {
    width: auto;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    position: static;
    top: 0;
    bottom: 0;
    right: 12px;
  }

  .topsellerimagediv {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .offerstextdiv {
    min-height: 115px;
  }

  .offersname {
    text-transform: uppercase;
  }

  .offerscontentslider {
    min-height: 535px;
    margin-left: 0;
    margin-right: 0;
  }

  .slides {
    width: 32%;
  }

  .sliderarrows.rightarrow {
    margin-left: auto;
    margin-right: -5px;
    display: block;
  }

  .sliderarrows.leftarrow {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .slidermask {
    margin-left: 0;
    margin-right: 0;
  }

  .offersimagewrapper {
    height: 150px;
    max-height: 150px;
    overflow: visible;
  }

  .arrowwrapper {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footersection {
    position: static;
  }

  .customerratingtext {
    max-height: 140px;
  }

  .entercodesection {
    margin-bottom: 0;
  }

  .videosection {
    height: 430px;
  }

  .searchinput {
    width: 100%;
  }

  .couponsection {
    height: auto;
    padding-bottom: 30px;
  }

  .hostes {
    width: 270px;
    bottom: -28px;
    left: 0;
    right: 0;
  }

  .offerbox {
    margin-bottom: 20px;
  }

  .offersmoreinfobutton.intro-text-button {
    margin-bottom: 10px;
    display: block;
  }

  .planeiconwrapper {
    float: none;
    clear: none;
    border-top: 1px #000;
    margin-top: 0;
    padding-bottom: 0;
  }

  .planeicon {
    padding-top: 0;
  }

  .similarproductsslider {
    margin-left: 0;
    margin-right: 0;
  }

  .similarproductslide {
    width: 235px;
    margin-left: 0;
    margin-right: 10px;
  }

  .hiddenbutton {
    transform: none;
  }

  .rightdockednavwrapper, .individualflightslide {
    display: none;
  }

  .checkout-produkt-image-wrapper {
    height: 320px;
    max-height: 320px;
  }

  .checkout-steps-headline {
    font-size: 1em;
  }

  .airport-box, .airport-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-nav-wrapper {
    width: 100%;
    background-color: #fff;
    position: absolute;
  }

  .menu-button {
    color: #cfbb3e;
  }

  .menu-button.w--open {
    color: #cfbb3f;
    background-color: rgba(0, 0, 0, 0);
  }

  .hidden-paragraph {
    height: 0;
    overflow: hidden;
  }

  .ticket-header-right-col-headline {
    font-size: 3.575em;
  }

  .ticket-header-right-col-paragraph {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 767px) {
  .button.offersslidebtn {
    position: absolute;
  }

  .button.offersdetailboxbutton.videobutton {
    width: 33.33%;
    border-right-style: solid;
    margin-top: 0;
  }

  .button.offersdetailboxbutton.imagebutton {
    width: 33.33%;
    border-right-style: none;
    margin-top: 0;
  }

  .button.offersdetailboxbutton.routebutton {
    width: 33.33%;
    border-left-style: solid;
    border-right-style: none;
    margin-top: 0;
  }

  .topsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slidersection {
    min-height: 420px;
    background-position: 50% 0;
  }

  .bookingstepnumber {
    width: 25px;
    height: 25px;
    padding-top: 1px;
    font-size: 1em;
  }

  .contentsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .topsellercontent {
    width: 50%;
    min-height: 100%;
    min-width: 50%;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 45px;
    left: auto;
    right: 0;
  }

  .topsellerheadline {
    font-size: 1.3em;
  }

  .topsellerprice {
    float: none;
    margin-top: 20px;
    font-size: 2em;
    position: static;
  }

  .breadcrumbtext {
    padding-left: 10px;
    padding-right: 10px;
  }

  .topsellerimagediv {
    width: 50%;
  }

  .offerstextdiv {
    min-height: 85px;
  }

  .furtheroptionsbox {
    background-color: #34345d;
    padding-left: 0;
    padding-right: 0;
  }

  .furtheroptionsbox:hover {
    background-color: #58588c;
  }

  .offerscontentslider {
    min-height: 515px;
  }

  .slides {
    width: 48%;
    margin-right: 6px;
    padding-bottom: 0;
  }

  .sliderarrows.rightarrow {
    margin-right: -5px;
  }

  .offerscontentwrapper {
    max-height: 135px;
    margin-bottom: 0;
  }

  .offerstext {
    margin-bottom: 0;
    position: static;
  }

  .arrowwrapper {
    margin-right: 0;
  }

  .prallaxsection {
    padding-top: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prallaxheadline {
    font-size: 2em;
  }

  .siteby {
    padding-left: 10px;
  }

  .offerspricingwrapper {
    position: absolute;
    bottom: 55px;
  }

  .offersheadline {
    max-height: 50px;
    margin-top: 4px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .customerratingslider {
    height: auto;
    padding: 10px 10px 75px;
  }

  .customerratingtext {
    max-height: 100%;
  }

  .customerratingslidermask {
    margin-left: 55px;
    margin-right: 55px;
  }

  .entercodesection {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .codeinputfield {
    width: 70%;
  }

  .videosection {
    height: 590px;
    background-color: #f4f5f0;
    padding-top: 66px;
  }

  .couponsection {
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .couponcontentwrapper {
    width: 100%;
    height: 480px;
    float: none;
  }

  .videosectioncontainer {
    margin-top: 10%;
  }

  .slidersectionsmall {
    min-height: 220px;
  }

  .offerbox {
    margin-bottom: 20px;
  }

  .offersrow {
    margin-bottom: 0;
  }

  .offersdetailwrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .offericon.detailicon {
    top: 0;
    left: 30px;
  }

  .offersdetailrow {
    width: 50%;
    display: inline-block;
  }

  .offersinfowrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plainbox {
    margin-bottom: 20px;
  }

  .offersdetailtab {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .offersdetailrightcol {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .airplanename {
    margin-top: 10px;
  }

  .offersdetailimagecol {
    padding-left: 0;
  }

  .similarproductslide {
    width: 50%;
    margin-left: 0;
    margin-right: 5px;
  }

  .hiddenbutton {
    transform: none;
  }

  .checkout-produkt-box {
    padding-bottom: 15px;
  }

  .checkout-produkt-image-wrapper {
    height: 380px;
    max-height: 380px;
    margin-top: 9px;
  }

  .checkout-produkt-content {
    padding-right: 0;
  }

  .checkout-steps-headline {
    font-size: .75em;
  }

  .selector-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .airport-col {
    width: 50%;
  }

  .ticket-header {
    height: auto;
    max-height: 450px;
    min-height: 450px;
    overflow: visible;
  }

  .billing-content-wrapper {
    padding-left: 10px;
    padding-right: 0;
  }

  .bill-number {
    text-align: center;
    font-size: 1em;
  }

  .popup-content-parent {
    padding: 15px 18px;
  }

  .popup-content-block {
    flex: 1;
  }

  .gutschein-image-popup {
    max-width: 100%;
    margin-top: -65px;
  }

  .section-subheading {
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  p {
    display: block;
    position: static;
  }

  .button {
    width: 100%;
  }

  .button.bigbutton {
    background-position: 95%;
    margin-top: 10px;
  }

  .button.offersdetailboxbutton.videobutton {
    width: 100%;
    border-bottom-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .button.offersdetailboxbutton.imagebutton {
    width: 100%;
  }

  .button.offersdetailboxbutton.routebutton {
    width: 100%;
    border-top-style: none;
    border-left-style: none;
  }

  .button.submitbutton {
    background-image: none;
  }

  .button.submitbutton.checkout-button-forward {
/*    background-image: url('../images/checkoutArrowFoward_1checkoutArrowFoward.png');
*/    background-position: 95%;
    background-repeat: no-repeat;
  }

  .topsection {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slidersection {
    min-height: 520px;
    display: block;
  }

  .hotline {
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: .875em;
    display: block;
  }

  .bookingstepcolumn {
    flex-direction: column;
    justify-content: center;
  }

  .bookingstepnumber {
    width: 25px;
    height: 25px;
    float: none;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: .875em;
    line-height: .5em;
  }

  .contentsection {
    overflow: hidden;
  }

  .topseller {
    min-height: 420px;
    flex-direction: column;
  }

  .topsellercontent {
    width: 100%;
    min-height: 200px;
    min-width: 0%;
    float: none;
    margin-right: 0;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .topsellerprice {
    float: none;
    margin-top: 10px;
    margin-right: 0;
    font-size: 2em;
    position: static;
    top: 0;
    right: 0;
  }

  .mail {
    float: none;
    text-align: right;
    padding-left: 30px;
    font-size: .875em;
  }

  .topsellerimagediv {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    float: none;
    position: relative;
  }

  .offerscontentslider {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    overflow: visible;
  }

  .slides {
    width: 100%;
    height: auto;
    max-height: 0;
    min-height: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  .sliderarrows {
    margin-left: auto;
    margin-right: -10px;
    display: none;
  }

  .sliderarrows.rightarrow {
    margin-right: -7px;
    display: none;
  }

  .sliderarrows.leftarrow {
    margin-left: -10px;
    margin-right: 0;
    display: none;
  }

  .slidermask {
    margin-left: 0;
    margin-right: 0;
  }

  .offersimagewrapper {
    height: 200px;
    max-height: 200px;
  }

  .offerscontentwrapper {
    max-height: 195px;
    margin-bottom: 0;
  }

  .offerstext {
    font-size: 1em;
  }

  .offersslidethumbs {
    padding: 0 46px;
    font-size: 5px;
    display: block;
  }

  .prallaxsection {
    height: 290px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prallaxheadline {
    font-size: 1.2em;
    line-height: 130%;
  }

  .infosection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footersection {
    width: auto;
    position: static;
  }

  .siteby {
    padding-left: 10px;
  }

  .offerspricingwrapper {
    margin-top: 5px;
    position: absolute;
  }

  .offersheadline {
    max-height: 50px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .customerratingslider {
    height: auto;
    padding-bottom: 40px;
  }

  .customerratingtext {
    max-height: 135px;
    font-size: .875em;
  }

  .customerratingslidermask {
    margin: 2px;
  }

  .entercodesection {
    margin-bottom: 0;
  }

  .codeinputfield {
    width: 61%;
    margin-right: 3px;
  }

  .codesectionheadline {
    font-size: 1.8em;
  }

  .videosection {
    height: 330px;
  }

  .embed-video {
    width: 610px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .searchinput {
    height: 35px;
    float: none;
  }

  .searchfireldwattermark {
    padding-top: 5px;
  }

  .couponsection {
    padding-bottom: 260px;
  }

  .hostes {
    margin-top: 50px;
  }

  .videosectionheadline {
    font-size: 1.8em;
  }

  .slidersectionsmall {
    min-height: 130px;
  }

  .offerbox {
    margin-bottom: 20px;
  }

  .offersdetailwrapper {
    padding-top: 0;
  }

  .offericon.detailicon {
    top: 10px;
  }

  .offersdetailrow {
    width: 100%;
    text-align: left;
  }

  .hiddendivcontentrow {
    margin-left: 0;
    margin-right: 0;
  }

  .checkboxwrapper {
    padding-top: 15px;
  }

  .checkboxcol {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .personselect {
    width: 100%;
  }

  .personselect.childrenselect {
    margin-bottom: 10px;
  }

  .offersdetailtab {
    width: 50%;
    padding-left: 0;
    display: inline-block;
  }

  .similarproductslide {
    width: 100%;
    margin-right: 0;
  }

  .hiddenbutton {
    transform: none;
  }

  .checkout-produkt-image-wrapper {
    height: 200px;
    max-height: 200px;
  }

  .checkout-box-label {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .75em;
  }

  .checkout-steps-headline {
    float: none;
    text-align: left;
    margin-bottom: 0;
    font-size: .55em;
    line-height: 100%;
  }

  .airport-col {
    width: 100%;
  }

  .searchrow {
    margin-bottom: 0;
  }

  .ticket-header {
    max-height: 350px;
    min-height: 350px;
  }

  .slide-thumbs {
    font-size: 5px;
  }

  .billing-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bill-number {
    text-align: center;
    font-size: 1em;
  }

  .bill-footer {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bill-footer-logo {
    margin-bottom: 15px;
  }

  .bill-content-text {
    padding-left: 10px;
  }

  .ticket-header-right-col-headline {
    font-size: 2em;
  }

  .ticket-header-right-col-paragraph {
    font-size: .825em;
  }

  .ticket-header-left-col {
    max-height: 200px;
    min-height: 200px;
  }

  .popup-content-parent {
    flex-direction: column-reverse;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .popup-banner-text {
    margin-bottom: 10px;
    line-height: 110%;
  }

  .gradient-section-heading {
    font-size: 2.4em;
    line-height: 130%;
  }

  .section-paragraph {
    text-align: left;
  }

  .section-subheading {
    font-size: 1.3em;
  }
}


