/* Home slider font family */
@font-face {
    font-family: "ADAMCGPRO";
    font-style: normal;
    font-weight: normal;
    src: local('ADAMCGPRO'), url(/media/fonts/ADAMCGPRO.otf) format("opentype");
}

body {
  color: #666666;
}
input{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
}
.text-muted{
    color: #c3c3c3;
}
.no-results {
    font-size: 18px;
    margin: 30px 0 40px;
    font-weight: 400;
}
.no-border{
    border: 0 !important;
}
a.info-link{
    color: #93bf0d;
}
.custom-outline-btn{
    color: white !important;
    font-weight: 200 !important;
    border: 1px solid white;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.1s ease-in;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media print {
    * {
        box-shadow: none !important;
    }
}

/*******************
* Bootstrap styles *
*******************/
.alert {
    padding: 12px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    color: white;
    font-size: 15px;
}
.alert::before{
    width:1.28571429em;
    text-align:center;
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
}
.alert-success {
    background-color: #93bf0d;
}
.alert-success::before {
    content: "\f00c";
}
.alert-danger {
    background-color: #ff0000;
}
.alert-danger::before, .alert-warning::before {
    content: "\f071";
}
.alert-security, .alert-warning {
    background-color: #ffac00;
}
.alert-security::before {
    content: "\f023";
}

/******************
* Homepage styles *
******************/
#icon-cards-footer-wrap {
    padding: 10px 0;
}
.custom-outline-btn:hover{
    color: #93bf0d !important;
    background: white;
}

.top-buffer{
    margin-top: 80px;
}
.top-buffer > div{
    margin-bottom: 50px;
}
#totalbody{
    max-width: 1000px;
    width: 100%;
}
#middle_panel{
    width: calc(100% - 201px);
    box-sizing: border-box;
    max-width: 790px;
}
.contenboxrow3{
    border: 0;
    background-color: white;
    padding: 9px 24px 15px;
}
.form-group:not(.calendar):not(.radio-group){
    border-bottom: 1px solid #d0d0d0;
    transition: all 0.1s ease-in;
}
.form-group:not(.calendar):not(.radio-group):hover,
.form-group:not(.calendar):not(.radio-group):focus {
    border-bottom-color: #93bf0d;
}
.form-group .checkbox-inline {
    padding-top: 9px;
    font-size: 14px;
    color: #666;
    padding-bottom: 9px;
}
.form-group .checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}
.form-inline .form-group{
    border: 0 !important;
}
.contenboxrow3 .form-group:not(.calendar){
    height: 70px;
}
.contenboxrow3 .form-group.checkbox{
    height: auto;
    min-height: 70px;
}
.input-label{
    display: block;
    background: white;
    padding: 6px 10px;
    font-size: 14px;
}
.input-label + input, .input-label + span.input{
    border: 0;
    width: 100% !important;
    height: 40px;
    padding: 11px 15px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
}
.input-label + .checkbox-inline {
    padding-left: 30px;
}
span.input.readonly{
    cursor: not-allowed;
}

#quick-travel-search-wrap{
    margin-top: -76px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.3);
}

div.subheader{
    padding: 20px 30px;
    font-size: 18px;
    height: auto;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subheader{
    background-color: #93bf0d;
}
.subheader > td:not(.small) {
  padding: 12px 0 12px 15px;
  font-size: 15px;
}
.subheader > td.small {
  padding: 12px 15px 12px 0px;
  font-size: 11px;
}
.subheader > td:first-child, .subheader > td:last-child{
    display: none;
}
form.suchmaske .submit{
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 16px;
    border: 0;
    background-color: #ffac00;
    transition: background-color 0.2s ease-in-out;
}
form.suchmaske .submit:hover{
    background-color: #e09500;
}
form.suchmaske .panel-content{
    padding-top: 15px;
}

.deals-list-wrap{
    border: 1px solid #ececec;
}
.deals-list-header{
    background: transparent;
    color: #636363;
    font-size: 18px;
    padding: 8px 15px;
    height: auto;
}
.deals-list-header > div.pull-left{
    font-weight: bold;
}
.deals-list .deals-row{
 clear:left;   height: 53px;
    width: 100%;
    padding: 0;
    cursor: pointer;
    margin-top: -1px;
}
.deals-list .deals-row .deals-row-inner{
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
}
.deals-list .deals-row:last-child .deals-row-inner{
    border-bottom: 0;
}
.deals-list .deals-row:hover{
    background-color: #ececec;
}
.deals-list .deals-row > div, .deals-list .deals-row > div > div{
    height: 100%;
}
.deals-list .deals-row .rank-col{
    width: 45px;
    text-align: center;
    padding: 11px 0 0;
    font-size: 20px;
}
.deals-list .deals-row .pull-right .priceregion {
    font-size: 20px;
    display: block;
    padding: 7px 15px;
    margin: 6px;
    background-color: #ffac00;
    color: white;
}
.deals-row .priceregion i{
    transition: all 0.2s ease-in;
    position: relative;
    left: 0;
}
.deals-row:hover .priceregion i{
    left: 3px;
}
.deals-list .deals-row .deal-info{
    padding: 8px 0 0;
}
.deals-list .deals-row .deal-info .teaserlinkregion{
    font-size: 18px;
    color: #666666;
}
.deals-list .deals-row .deal-info .teaserlinkregion + p{
    margin-bottom: 0;
    color: #93bf0d;
}

@media (max-width: 400px){
    .deals-list .deals-row .pull-right .priceregion{
        padding: 5px 10px;
        font-size: 18px;
        margin: 7px;
    }
    .deals-list .deals-row .deal-info{
        padding: 6px 0;
    }
    .deals-list .deals-row{
        height: 48px;
    }
    .deals-list .deals-row .deal-info .teaserlinkregion{
        font-size: 16px;
    }
}
@media (max-width: 370px){
    .deals-list .deals-row .pull-right .priceregion .fa{
        display: none;
    }
}


#airportliste{
    position: absolute;
    z-index: 99;
    top: 69px;
    margin-left: 0;
    border: 1px solid #d0d0d0;
    background: white;
    width: 352px;
    color: #666;
    font-weight: 200;
    font-family: 'Helvetica Neue';
    padding: 12px 10px;
    display: none;
}
#airportliste .button-row{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
#airportliste .airport-group{
    width: 165px;
    float: left;
}


#icon-cards-row{
    background-color: #93bf0d;
    padding: 20px 0 15px;
}
#icon-cards-title-wrap h2{
    color: white;
    text-align: center;
    margin: 18px 0 37px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}
#icon-cards-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#icon-cards-wrap > div{
    flex: 0;
    flex-basis: 164px;
    margin-bottom: 25px;
}
#icon-cards-wrap > div:last-child{
    margin-right: 0;
}
.icon-card{
    color: #666666;
    text-align: center;
    font-size: 19px;
    padding: 22px 15px 20px;
    background: white;
    font-weight: 100;
    box-shadow: -3px 5px 9px rgba(0,0,0,0.25);
}
.icon-card .icon-holder {
    font-size: 45px;
    margin-bottom: 10px;
}
@media (max-width: 1199px){
    #icon-cards-wrap > div{
        flex-basis: 228px;
        padding: 0 10px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}
@media (max-width: 991px){
    #icon-cards-wrap > div{
        flex-basis: 220px;
        padding: 0 10px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}
@media (max-width: 767px){
    #icon-cards-wrap > div{
        flex-basis: 190px;
        padding: 0 10px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}
@media (max-width: 650px){
    #icon-cards-wrap > div{
        flex-basis: 250px;
        padding: 0 10px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}
@media (max-width: 590px){
    #icon-cards-wrap > div{
        flex-basis: 200px;
        padding: 0 10px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}
@media (max-width: 475px){
    #icon-cards-wrap > div{
        flex-basis: 220px;
        padding: 0px;
    }
    #icon-cards-wrap{
        justify-content: space-around;
    }
}


#new-nav{
    margin-bottom: 0;
}

#new-nav .navbar-nav a.nav-cta {
    font-size: 14px;
    border-radius: 23px;
    color: white !important;
    padding: 12px 20px;
    margin: 12px 0;
}
#new-nav .navbar-nav a.last-minute-cta {
    background: #93bf0d;
}
#new-nav .navbar-nav a.nav-cta:hover {
    opacity: 0.7;
}

#after-nav-row{
    display: block !important;
    background: #FFAC00;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 200;
    padding: 3px 0;
}
#after-nav-row-flex-container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
#after-nav-row-flex-container > span:not(.no-margin):not(.a){
    margin-right: 5px;
}
#after-nav-row-flex-container > span:not(.price):not(.a) {
    margin-top: 2px;
    margin-bottom: 2px;
}
#after-nav-row-flex-container > span.price{
    color: white;
    font-size: 170%;
}
#after-nav-row-flex-container > .a{
    color: white;
    font-weight: 100;
    font-size: 80%;
    border: 1px solid white;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    transition: all 0.1s ease-in;
    position: absolute;
    right: 0;
    top: 5px;
}
#after-nav-row-flex-container > * {
    flex-shrink: 0;
}
#after-nav-row-flex-container > .a:hover{
    text-decoration: none;
    color: #ffac00;
    background: white;
}

#top-row{
    width: 100%;
    border-bottom: 1px solid #ececec;
}
#top-row a{
    margin: 12px 0;
}
#top-row a, #new-nav .navbar-nav a{
    color: #667079;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 12px;
    display: inline-block;
    transition: all 0.2s ease-in;
    background: transparent;
    font-weight: 200;
}
#top-row a:hover, #new-nav .navbar-nav li > a:hover{
    color: #ffac00;
}
#top-row .contact-links > a{
    border-right: 1px solid #dddddd;
}
#top-row .contact-links > *:last-child{
    border-right: 0;
}
#top-row .social-links > a:first-child{
    padding-right: 6px;
}
#top-row .social-links > a:last-child{
    padding-left: 6px;
}

#new-nav .navbar-brand{
    padding: 10px 15px;
    height: 70px;
}
#new-nav .navbar-brand > img {
    width: 287px;
}
#new-nav .navbar-nav > li > .dropdown-menu {
  top: calc(100% - 15px);
}
#new-nav .navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}
#new-nav .navbar-toggle .icon-bar{
    background-color: #64727b;
}

@media (max-width: 991px) and (min-width:768px){
    #after-nav-row-flex-container{
        justify-content: left;
    }
    #after-nav-row-flex-container > .a{
        position: static;
        margin-left: auto;
        right: auto;
    }
}

@media (max-width: 767px){
    #new-nav .navbar-nav > li > .dropdown-menu{
        display: block !important;
        position: static;
        width: 100%;
        border: 0px;
        box-shadow: none;
        padding: 0px 0px 7px 20px;
        float: none;
    }
    #new-nav .navbar-nav{
        padding-left: 10px;
    }
    #new-nav .navbar-nav a {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 650px){
    #top-row a{
        padding: 0 6px;
    }
    #top-row .social-links a:first-child{
        padding-right: 6px;
    }
    #top-row .social-links a:last-child{
        padding-left: 6px;
    }
}

@media (max-width: 383px){
    #new-nav .navbar-brand{
        height: 62px;
        padding-left: 0;
        padding-right: 0;
    }
    #new-nav .navbar-brand > img {
        width: 250px;
    }
    #new-nav .navbar-toggle{
        margin-right: 5px;
    }
    #new-nav .navbar-toggle{
        margin-top: 14px;
        margin-bottom: 14px;
    }
    #top-row .contact-links > a{
        border-right: 0;
    }
}

/*******************
*    Datepicker    *
*******************/
.ui-datepicker{
    border-radius: 0;
    background: #ffac00;
    border: 0;
    width: 250px;
    box-sizing: border-box;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.calendar .ui-datepicker{
    width: 100%;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    border: 0;
    background: transparent;
}
.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ui-datepicker-calendar > tbody{
    border: 1px solid #ececec;
    border-top: 0;
}
.ui-datepicker-calendar > thead{
    border: 1px solid #ffac00;
    border-top: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #fff;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(/media/images/ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}
.ui-datepicker table {
	margin: 0;
}
.ui-datepicker th {
	padding: 1em 0;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #e69b00;
}
.ui-datepicker td {
	background: #fff;
	border: none;
	padding: 0;
}
.ui-datepicker td a.ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #666666;
	font-size: 16px;
}
.ui-datepicker td.ui-state-disabled  {
	opacity: 1;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
    color: #a9a9a9;
    text-align: center;
    border: 0;
    background: none;
    font-weight: normal;
    font-size: 16px;
    padding: .5em;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
	background: #ffac00;
    color: #fff;
}

/*******************
*  Custom Selects  *
*******************/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #666666;
    width: 100%;
    height: 40px;
}

.select-styled {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 11px 15px;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #666666 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: #ffffff;
}
.select-styled:active, .select-styled.active {
    background-color: #ffffff;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #666666 transparent;
}

.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    max-height: 350px;
    overflow-y: scroll;
    box-shadow: 0 3px 7px #dedede;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #d0d0d0;
    @include transition(all 0.15s ease-in);
}
.select-options li:hover {
    color: #ffffff;
    background: #93bf0d;
}
.select-options li[rel="hide"] {
    display: none;
}


/**********************
* Custom Radio Inputs *
**********************/
@-webkit-keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Individual Controls
 ------------------------------------------------------------- */
.radio label{
    padding-left: 0;
}
.pretty-radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.pretty-radio.compact {
  line-height: initial;
    padding-right: 5px;
}
.pretty-radio .help-block {
    line-height: initial;
}
.pretty-radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.pretty-radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.pretty-radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pretty-radio input:checked + .outer {
  border: 2px solid #93bf0d;
}
.pretty-radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #93bf0d;
}
.pretty-radio .outer {
  height: 16px;
  width: 16px;
  display: block;
  float: left;
  margin: 10px 0px 10px 10px;
  border: 2px solid #666666;
  border-radius: 50%;
  background-color: #fff;
    box-sizing: content-box;
}
.pretty-radio.compact .outer {
  margin: 0px 0px 5px 10px;
}
.pretty-radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 12px;
  width: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #93bf0d;
  opacity: 0;
}


#newsletter-row{
    padding: 100px 0 90px;
}
#newsletter-row h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 3px;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 25px;
}
#newsletter-row .form-holder{
    text-align: right;
}
#newsletter-row input{
    border: 0;
    background-color: #F0F0F0;
    padding: 0 30px;
    width: calc(100% - 150px);
    border-radius: 25px 0 0 25px;
    outline: none;
    font-size: 16px;
    color: #666666;
    height: 50px;
    margin: 0;
    margin-bottom: 10px;
}
#newsletter-row button{
    border: 0;
    outline: 0;
    height: 50px;
    border-radius: 0 25px 25px 0;
    background: #ffac00;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 27px 0 20px;
    font-weight: 200;
    margin-bottom: 10px;
    float: right;
    max-width: 148px;
}

@media (max-width: 768px){
    #newsletter-row input{
        width: 100%;
        max-width: 600px;
        border-radius: 25px;
    }
    #newsletter-row button{
        border-radius: 25px;
        padding: 0 27px;
        margin-bottom: 10px;
        float: none;
    }
    #newsletter-row .form-holder{
        text-align: left;
        padding-left: 20px;
    }
}


/* Slides' backgrounds */
.carousel .item .slide-1{
background-size: cover;
}
.carousel .item .slide-2{
background-size: cover;
}
.carousel .item .slide-3{
   no-repeat bottom;
    background-size: cover;
}
.carousel .item .slide-4{
background-size: cover;
}
.carousel .item .slide-5{background-size: cover;
}
.carousel .item .slide-6{
background-size: cover;
}


.full-width-split .left-panel, .full-width-split .right-panel {
    padding: 0 50px;
    margin: 50px 0;
    text-align: center;
}
.full-width-split .left-panel{
    border-right: 1px solid #ececec;
}
.full-width-split h2 {
    color: #666666;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 40px;
}
.flag-float{
    position: relative;
    height: 85px;
    cursor: pointer;
    display: flex;
    float: left;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    min-width: 105px;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 0 5px;
    transition: 0.2s ease-in-out;
}
.flag-float > span {
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
    text-transform: capitalize;
}
.flag-float:hover {
    transform: scale(1.4, 1.4);
    z-index: 9;
}

@media (max-width: 1199px){
    .flag-float{
        width: 33.333%;
    }
}
@media (max-width: 991px){
    .full-width-split .left-panel, .full-width-split .right-panel {
        padding: 40px 15px;
        margin: 0;
    }
    .flag-float{
        width: 25%;
    }
    .full-width-split .left-panel{
        border-right: 0;
    }
}
@media (max-width: 480px){
    .flag-float{
        width: 33.333%;
    }
}
@media (max-width: 370px){
    .flag-float{
        width: 50%;
    }
}


/****************
*  Progress Bar *
****************/
/*Form Wizard*/
.bs-wizard {padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #666666; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.incomplete > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.incomplete > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.incomplete a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.search-type h3{
    font-size: 19px;
    font-weight: 200;
    padding-top: 25px;
    padding-bottom: 25px;
}
.progress-wrap{
    padding: 30px 0;
}


/*****************
* Search Results *
*****************/
.results-wrap h2{
    color: #666666;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
}
.accordion-wrap {
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.accordion-wrap:hover, .accordion-wrap.expanded {
    box-shadow: 0 1.5px 7px rgba(0,0,0,0.4);
}
.accordion-wrap.expanded {
    cursor: default;
}
.accordion-title-wrap {
    height: auto;
    padding: 10px;
}
.accordion-title{
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #ececec;
}
.accordion-title a {
    color: #666666;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in;
}
.accordion-title a:hover {
    color: #ffac00;
}

.results_main{
    margin-left: 15px;
    margin-right: 15px;
    background: white;
    /*display: none;*/
}
.results_expand{
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
    display: none;
}
.results_expand .glyphicon{
    position: relative;
    transition: all 0.2s ease-in;
}
.accordion-wrap:hover .glyphicon-menu-down{
    top: 5px;
}
.results_expand:hover .glyphicon-menu-up{
    top: -5px;
}
.results_main_zeile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.results_main_zeile > *[class^=results_]{
    font-size: 14px;
    display: block;
    font-weight: 200;
}
.results_main_zeile > *[class^=results_]:last-child{
    border-right: 0;
}
.results_main_zeile .results_airport{
    color: #666666;
    flex-basis: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 0;
    font-size: 15px;
    padding: 5px 0;
}
.results_main_zeile .results_airport a{
    color: #666666;
    font-weight: 200;
}
.results_main_zeile .results_wetter{
    flex-basis: 160px;
    display: flex;
    color: #666;
    flex-wrap: wrap;
}
.results_main_zeile .results_wetter .sun-wetter{
    margin-right: auto;
}
.results_main_zeile .results_wetter .wind-wetter{
    margin-left: auto;
}
.results_main_zeile .results_wetter .fa-sun-o{
    color: orange;
}
.results_main_zeile .results_wetter .icon-air{
    color: skyblue;
}
.results_main_zeile .results_airport a .fa{
    color: #93bf0d;
}
.results_main_zeile .results_preis {
    padding: 0;
    flex-basis: 120px;
    text-align: center;
}
.results_main_zeile .results_preis a {
    display: block;
    padding: 7px 10px;
    background-color: #93bf0d;
    color: white;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.2s ease-in;
}
.results_main_zeile .results_preis a:hover {
    opacity: 0.7;
}
.results_main_zeile .results_preis a .fa {
    transition: all 0.2s ease-in;
    position: relative;
    left: 0;
}
.results_main_zeile .results_preis a:hover .fa {
    left: 3px;
}

a.back-button{
    color: #666;
    font-weight: 200;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    transition: color 0.2s ease-in;
}
a.back-button:hover{
    color: #ffac00;
}
.filter-toggle {
    width: 250px;
    max-width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.filter-toggle:hover {
    border-color: #93bf0d;
}

@media (max-width: 767px){
    .search-type h3{
        padding-top: 0;
    }
    .results_main_zeile .results_airport{
        flex-basis: 100%;
    }
    .results_main_zeile{
        border-bottom: 1px dashed #ececec;
    }
    .results_main_zeile:last-child{
        border-bottom: 0;
    }
}
@media (max-width: 400px){
    .results_main_zeile .results_wetter{
        flex-basis: 80px;
    }
    .results_main_zeile .results_wetter .wind-wetter{
        flex-basis: 100%;
        margin-left: 0;
    }
    .results_main_zeile .results_wetter .sun-wetter{
        flex-basis: 100%;
        margin-right: 0;
    }
    .description-wrap.expanded .text_wrap{
        padding: 0 8px;
    }
}

#hotel-sort-buttons{
    margin: 10px 0;
}
#hotel-sort-buttons .btn {
    border-radius: 0;
    border-color: #ffac00;
    outline: 0;
    box-shadow: none;
    color: #ffac00;
    transition: all 0.2s ease-in;
}
#hotel-sort-buttons .btn:hover {
    border-color: #93bf0d;
    color: #93bf0d;
}
#hotel-sort-buttons .btn.active {
    border-color: #93bf0d;
    color: #93bf0d;
    padding-right: 10px;
}
#hotel-sort-buttons .btn.active:after {
    width:10px;
    text-align:center;
    font-family: FontAwesome;
    font-size: 13px;
    display: inline-block;
    margin-left: 2px;
    position: relative
}
#hotel-sort-buttons .btn.active.asc:after {
    content:"\f0de";
    top: 3px;
}
#hotel-sort-buttons .btn.active.dsc:after {
    content:"\f0dd";
    top: -3px;
}

.result .mainpart_service{
    position: relative;
    height: 200px;
    width: calc(100% - 340px);
}
.result{
    font-size: 14px;
}
.result .headline {
  background: none;
  color: #666666;
}
.result .bottom-right-booking-link{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    border: 0;
    background-color: #93bf0d;
    color: white;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.result span.percentnumber {
    background: none;
    color: #666;
    text-align: center;
    font-size: 170%;
    width: auto;
    font-weight: bold;
}
.result span.percent {
    color: #FFAC00;
    font-weight: bold;
}
.result .package-percent-link{
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.result .footline {
  display: none;
}
.result .mainpart{
    width: auto;
    height: auto;
}
.result .mainpart_inner {
    margin-bottom: 30px;
    transition: all 0.2s;
    width: 100%;
    box-shadow:  0 1px 4px rgba(0,0,0,0.2)
}
.result .mainpart_inner:hover {
  box-shadow: 0 1.5px 7px rgba(0,0,0,0.4);;
}
.stars {
    color: #93bf0d;
    margin-left: 5px;
    display: inline-block;
}
.stars > * {
    margin-left: 1px;
}
.result .stars{
    font-size: 17px;
}
.result .mainpart_media {
    width: 320px;
    margin-right: 20px;
}
.result .mainpart_media > a {
    display: flex;
    width: 320px;
    max-width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.result .mainpart_media > a > img{
    width: 320px;
    max-width: 100%;
}
.result .detaillink {
    width: 264px;
    float: none;
}
.result .detailbox {
    float: left;
    width: auto;
    clear: none;
}
.result .buchenlink {
    float: none;
}
.result .package-title{
    padding: 10px 0 0;
    margin-bottom: 3px;
}
.result .package-title .title{
    font-size: 18px;
    color: #666;
    font-weight: 200;
}
.result .package-location{
    font-size: 14px;
    margin-bottom: 5px;
}
.result .package-location span{
    font-weight: 200;
}
.result .package-type{
    margin-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
}
.result .hotel_Review_text{
    margin-bottom: 7px;
}
.result .holidayCheck{
    margin-bottom: 12px;
    width: 100%;
}
.result .hotel_Review_base{
    text-align: left;
}

@media not print {
    @media (max-width: 767px) {
        .result .mainpart_media{
            width: 100%;
            background: #f5f5f5;
        }
        .result .mainpart_media > a{
            margin: 0 auto;
            height: auto;
        }
        .result .package-type{
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 10px;
            margin-right: 0;
        }
        .result .mainpart_service {
            width: 100%;
            height: auto;
            padding: 22px 0 18px;
        }
        .result .mainpart_service .floats-holder > div {
            width: 50%;
            padding: 0 15px;
            text-align: center;
        }
        .result .mainpart_service .floats-holder > div:first-of-type {
            border-right: 1px dashed #cccccc;
        }
        .result .mainpart_service .floats-holder {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }   
        .result .holidayCheck > div{
            width: 100%;
            text-align: center;
        }
        .result .holidayCheck_Review > div {
            display: inline-block;
            float: none;
        }
        .result .detaillink {
            width: auto;
            margin: 0 auto;
        }
        .result .bottom-right-booking-link{
            position: relative;
            bottom: auto;
            right: auto;
            margin: 15px auto 0;
            text-align: center;
            font-size: 20px;
            width: 300px;
            padding: 10px;
            max-width: 80%;
        }
    }
    @media (max-width: 650px){
        .result .mainpart_service .floats-holder > div {
            padding: 0 10px;
        }
        .result .holidayCheck_Review .holidayCheck_Logo{
            display: none;
        }
    }
    @media (max-width: 500px){
        .result .package-type{
            margin-bottom: 15px;
        }
        .result .mainpart_service .floats-holder{
            padding: 0 20px;
        }
        .result .mainpart_service .floats-holder > div {
            flex-basis: 100%;
            padding: 0 15px;
            text-align: center;
        }
        .result .mainpart_service .floats-holder > div:first-of-type {
            border-right: 0;
            border-bottom: 1px dashed #cccccc;
            margin-bottom: 15px;
        }
    }
}

.hoteldetails-wrap{
    margin-top: 0px;
}
.hoteldetails-wrap div.slideshow a.advance-link{
    width: 100%;
    height: auto;
    font-size: 0px !important;
    overflow: hidden;
}
.hoteldetails-wrap div.slideshow span.image-wrapper{
}
.hoteldetails-wrap div.slideshow-container{
    height: auto;
}
.hoteldetails-wrap div.slideshow {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.hoteldetails-wrap div.slideshow img{
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    max-height: none;
}
.hoteldetails-wrap .hoteldetails {
    position: absolute;
    z-index: 10;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hoteldetails-wrap .hoteldetails .hoteldetails-inner{
    padding: 10px 0;
    max-width: calc(100% - 125px)
}
.hoteldetails-wrap .hoteldetails-links a {
    color: #666;
    display: block;
    margin: 2px 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 200;
    transition: all 0.2s ease-in;
}
.hoteldetails-wrap .hotelname2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 200;
    color: #666666;
    font-size: 19px;
}
.hoteldetails-wrap .hotelname2 .stars {
    color: #93bf0d;
    font-size: 17px;
    margin-left: 5px;
    display: inline-block;
}
.hoteldetails-wrap .hotelname2 .stars > * {
    margin-left: 1px;
}
.hoteldetails-wrap .hotel-location{
    font-size: 14px;
}
.hoteldetails-wrap .hotel-location > span{
    font-weight: 200;
}
.hoteldetails-wrap #thumbs{
    width: 100%;
    max-width: 802px;
    margin: 0 auto;
}
.hoteldetails-wrap #thumbs .thumbs .thumb-container{
    margin: 0;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hoteldetails-wrap #thumbs .thumbs a.thumb{
    padding: 0;
    border: 0;
}
#controls a {
    color: #666;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease-in;
}
#controls a.prev {
    margin-right: 15px;
}
#controls a:hover, .hoteldetails-wrap .hoteldetails-links a:hover {
    color: #ffac00;
}
.hoteldetails-wrap div.pagination span.current {
    background-color: #ffac00;
    border-color: #ffac00;
}
.hoteldetails-wrap #keywords > img {
    width: 24px;
    max-width: 24px;
}
.form-inline .buttonsort{
    border: 0;
    height: auto;
    width: auto;
    padding: 6px 10px;
    background-color: #93bf0d;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
#TRIP_INFO_DISPLAY_TABLE {
    margin: 0;
}
#TRIP_INFO_DISPLAY_TABLE *:not(.fa) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    font-size: 13px;
}
#TRIP_INFO_DISPLAY_TABLE th {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.5px;
}
#TRIP_INFO_DISPLAY_TABLE td {
    vertical-align: middle;
}
#TRIP_INFO_DISPLAY_TABLE td:first-child span {
    font-size: 14px;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn {
    white-space: nowrap;
    border: 0;
    color: white;
    padding: 5px 7px;
    cursor: pointer;
    margin: 10px 0;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn.buchen {
    background-color: #93bf0d;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn.buchen .fa {
    left: 0px;
    position: relative;
    transition: all 0.2s ease-in;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn.buchen:hover .fa {
    left: 3px;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn.prufen {
    background-color: #ffac00;
}
#TRIP_INFO_DISPLAY_TABLE button.flight-continue-btn.ausgebucht {
    background-color: #cccccc;
    cursor: not-allowed;
}
#TRIP_INFO_DISPLAY_TABLE .preis{
    color: #ffac00;
    font-size: 17px;
}
#TRIP_INFO_DISPLAY_TABLE .noch-frei{
    padding-top: 0;
    padding-bottom: 0;
}
div.slideshow span.image-wrapper {
    position: static;
}
div.slideshow span.image-wrapper.previous {
    position: absolute;
    left: 0;
    right: 0;
}

@media (max-width: 767px){
    .hoteldetails-wrap .hoteldetails {
        position: static;
        flex-wrap: wrap;
        background-color: rgba(255,255,255,0.5);
    }
    .hoteldetails-wrap .thumbnails-wrap {
        display: none;
    }
    .hoteldetails-wrap #gallery{
        margin-bottom: 40px;
    }
    #paged-data-container .paged-data {
        border: 1px solid #ddd;
        max-width: 550px;
        margin: 0 auto;
    }
    #TRIP_INFO_DISPLAY_TABLE > thead {
        display: none;
    }
    #TRIP_INFO_DISPLAY_TABLE tr {
        border-bottom: 1px solid #ddd;
        text-align: right;
    }
    #TRIP_INFO_DISPLAY_TABLE tr:last-of-type {
        border-bottom: 0;
    }
    #TRIP_INFO_DISPLAY_TABLE td {
        display: block;
        width: 100%;
        border-top: 1px dashed #ddd;
        text-align: right;
        position: relative;
    }
    #TRIP_INFO_DISPLAY_TABLE td:first-of-type {
        border-top: 0;
    }
    #TRIP_INFO_DISPLAY_TABLE td::before {
        content: attr(data-th) ":";
        display: block;
        font-weight: bold;
        position: absolute;
        line-height: 20px;
        top: calc(50% - 10px);
    }
    #TRIP_INFO_DISPLAY_TABLE td.noch-frei {
        content: attr(data-th);
    }
}
@media (max-width: 650px){
    .hoteldetails-wrap .hoteldetails .hoteldetails-links {
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }
    .hoteldetails-wrap .hoteldetails .hoteldetails-links > a {
        margin-right: 10px;
    }
    .hoteldetails-wrap .hoteldetails .hoteldetails-links > a:last-child {
        margin-right: 0px;
    }
    .hoteldetails-wrap .hoteldetails .hoteldetails-inner {
        max-width: none;
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 1px dashed #cccccc;
        margin-bottom: 5px;
    }
}
@media (max-width: 549px){
    #controls .nav-controls {
        float: none;
        margin-top: 5px;
    }
}
@media (min-width: 1200px){ 
    #useronline-controls{
        margin: 0;
    }
    a.back-button.above-slider{
        margin-left: 15px;
    }
}


/************************
* Results Right Sidebar *
************************/
#search-results-sidebar{
    border-left: 1px dashed #cccccc;
    background: white;
}
.watchlist-row{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.watchlist{
    display:flex;
    align-items: center;
}
.watchlist-row a.watchlist span{
    color: #666666;
    font-weight: 200;
    text-transform: uppercase;
}
.watchlist-row a.watchlist .count{
    font-size: 190%;
    margin-left: 3px;
    font-weight: 500;
    color: #ffac00;
}
#search-results-sidebar #airportliste{
    top: 112px;
}
#sidebar-form-wrap{
    padding-top: 10px;
}
#sidebar-form-wrap .form-group{
    margin-bottom: 9px;
    color: #666666;
}
#sidebar-form-wrap input[type=submit]{
    width: calc(100% - 105px);
    height: 45px;
    color: white;
    border-radius: 0;
    font-size: 14px;
    border: 0;
    background-color: #ffac00;
    transition: background-color 0.2s ease-in-out;
}
#sidebar-form-wrap input[type=submit]:hover{
    background-color: #e09500;
}
.tabs-wrap{
    margin-top: 18px;
}
.tabs-wrap .tab {
    margin: 0;
    width: 33%;
    background-image: none;
    box-sizing: border-box;
    border-color: #ececec;
    border-style: solid;
    border-width: 0 0 1px;
    height: 30px;
}
.tabs-wrap .tab_active {
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0px;
    color: #666666;
}
.tabs-wrap .tab_nonactive {
    color: #93bf0d;
}
.tabs-wrap .tab_nonactive:hover {
    background: #ececec;
}
.input-label.small-label{
    padding: 3px 5px;
    font-size: 12px;
}
.input-label.small-label + input, .input-label.small-label + .select .select-styled{
    height: 28px;
    padding: 5px 7px;
    font-size: 13px;
    box-sizing: border-box;
    outline: none;
}
.input-label.small-label + .select{
    height: 28px;
    font-size: 13px;
}
.input-label.small-label + .select .select-options{
    padding: 6px 0;
}
.input-label.small-label + .select .select-styled:after{
    border-width: 5px;
    top: 11px;
}
.input-label.small-label + .select .select-styled.active:after{
    top: 7px;
}
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-header{
    padding: 0;
}
.input-label.small-label ~ .hasDatepicker .ui-datepicker th{
    padding: 0.3em 0;
}
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default{
    font-size: 14px;
    padding: 0.3em;
}
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-title{
    margin-top: 0.2em;
    margin-bottom: 0.1em;
}
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-prev-hover,
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-next-hover,
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-next,
.input-label.small-label ~ .hasDatepicker .ui-datepicker .ui-datepicker-prev {
    top: 0.44em;
}
.paginator {
    text-align: center;
}
.paginator > * {
    display: inline-block;
    cursor: default;
    line-height: initial !important;
    margin: 0 1px;
    font-size: 14px;
    font-weight: 200 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    transition: all 0.2s ease-in;
}
.paginator > a {
  cursor: pointer;
  padding: 2px 8px;
}
.paginator > a:hover {
  background-color: #FFAC00 !important;
  color: white !important;
}

@media (max-width: 991px){
    #search-results-sidebar{
        position: absolute;
        left: 29px;
        top: 41px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        z-index: 999;
        max-height: 100%;
        overflow: scroll;
        display: none;
    }
    #search-results-sidebar.expanded{
        display: block;
    }
    .watchlist-row{
        padding-top: 10px;
    }
}


/*************
*   Buchen   *
*************/
#fensterlayer, #vakanz{
    top: 0;
    left: 0;
}
#buchen-form .step-title {
    color: #666;
    font-weight: 200;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
#buchen-form .step{
    margin-bottom: 50px;
}
#buchen-form .step:last-of-type{
    margin-bottom: 0px;
}
#buchen-form .step1 {
  font-size: 13px;
}
#buchen-step1-hotelinfo h3 {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 10px;
  padding: 0;
}
#buchen-form .step1 .fa {
  font-size: 120%;
}
#buchen-form .step1 .section-title {
  font-weight: bold;
  margin-bottom: 5px;
}
#buchen-form .price {
    color: #ffac00;
}
#buchen-form .step3 .hmrNotSel {
  margin-bottom: 8px;
  color: #666666;
}
#buchen-form .step3 a.info-link {
  color: #93bf0d;
}
#buchen-form .step3 label {
  font-weight: normal;
}
#buchen-form .step3 {
  font-size: 13px;
}
#buchen-form .terms-help{
    font-weight: normal;
}
#buchen-form .terms-help a{
    color: #a7a7a7;
    transition: all 0.2s ease-in;
}
#buchen-form .terms-help a:hover{
    color: #ffac00;
}
#buchen-form .step3 #hmr > div:last-of-type{
    margin-bottom: 20px;
}
#buchen-form .step5 #an_plz {
    width: calc(30% - 1px) !important;
    border-right: 1px solid #d0d0d0;
    float: left;
}
#buchen-form .step5 #an_ort {
    width: 70% !important;
    border: 0;
    height: 40px;
    padding: 11px 15px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}
#buchen-form .form-group{
    height: 69px;
}
.form-group.credit_card-number > input{
    width: 25% !important;
    height: 40px;
    border: 0;
    border-right: 1px solid #d0d0d0;
    padding: 11px 10px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    float: left;
}
.form-group.credit_card-number > input:last-of-type{
    float: none;
    border-right: 0;
}
.form-group.credit_card-expiry > .select{
    width: 50% !important;
    float: left;
    border-right: 1px solid #d0d0d0;
}
.form-group.credit_card-expiry > .select:last-of-type{
    float: none;
    border-right: 0;
}
#buchen-form .price-summary .total-price{
    border-top: 1px solid #d0d0d0;
}
#buchen-form .price-summary td{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
#buchen-form .price-summary .total-price > td{
    padding-top: 5px;
}
#buchen-form .price-summary .total-price .price{
    font-size: 18px;
}
#buchen-btn {
    white-space: nowrap;
    border: 0;
    color: white;
    padding: 8px 15px;
    cursor: pointer;
    background-color: #93bf0d;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    max-width: 100%;
}
#buchen-btn .fa {
  left: 0px;
  position: relative;
  transition: all 0.2s ease-in;
}
#buchen-btn:hover .fa {
  left: 3px;
}


/********************
* Single Hotel Page *
********************/
.description-wrap .description_main{
    margin-left: 15px;
    margin-right: 15px;
    background: white;
    height: 160px;
    overflow: hidden;
    position: relative;
    transition: height 500ms ease-in-out;
}
.description-wrap.expanded .description_main{
    height: auto;
}
.description-wrap .results_expand{
    display: block;
}
.description-wrap .text_overlay{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, white 95%);
}
.description-wrap .text_wrap{
    padding: 0 15px;
}
.description-wrap.expanded .text_overlay{
    display: none;
}

.accordion-wrap .holidayCheck{
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.accordion-wrap .holidayCheck > div {
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-wrap .holidayCheck > div:last-of-type {
    border-right: 0;
}
.accordion-wrap .holidayCheck .recommendation-wrap {
    padding-bottom: 10px;
}
.accordion-wrap .holidayCheck .keywords-wrap {
    padding-left: 6px;
}
.accordion-wrap .holidayCheck .keywords {
    text-align: center;
}
.accordion-wrap .holidayCheck .keywords > p {
    color: #666666;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}
.accordion-wrap .holidayCheck .keywords > img {
    display: inline-block;
}
.accordion-wrap .holidaycheck_wrap{
    padding: 15px 0;
}
.accordion-wrap .holidaycheck_wrap .hotel_Review_text{
    clear: none;
    width: auto;
    text-align: center;
    line-height: initial;
    padding-bottom: 10px;
}
.accordion-wrap .holidaycheck_wrap .hotel_Review_text .iframe{
    color: #666;
    line-height: initial;
    font-size: 15px;
    display: inline-block;
}
.accordion-wrap .holidaycheck_wrap .hotel_Review_text .percentnumber{
    color: #666;
    font-weight: bold;
    font-size: 45px;
}
.accordion-wrap .holidaycheck_wrap .hotel_Review_text .percent{
    color: #ffac00;
    font-size: 15px;
}
.accordion-wrap .holidaycheck_wrap .holidayCheck_Logo{
    float: none;
    margin: 0 auto;
}
.accordion-wrap .holidayCheck_Review{
    height: auto;
    width: auto;
    text-align: center;
    margin: 0;
}
.accordion-wrap .holidayCheck_Review .hotel_Review{
    text-align: left;
    margin-bottom: 0;
}
.accordion-wrap .holidayCheck_Review .hc_rating_wrap{
    display: inline-block;
    padding: 2px 0 0 7px;
}

.pretty-breadcrumbs {
    height: 40px;
    background: #f5f5f5;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 15px;
}
.pretty-breadcrumb {
    height: 100%;
    text-align: center;
}
.pretty-breadcrumb:after {
    display: block;
    height: 40px;
    content: "";
    width: 40px;
    border: 1px solid #cccccc;
    position: absolute;
    right: -11px;
    top: 0;
    transform: rotateZ(45deg);
    border-left: 0;
    border-bottom: 0;
    z-index: 1;
    background-color: #f5f5f5;
}
.pretty-breadcrumb:last-of-type:after {
    display: none;
}
.pretty-breadcrumb.active {
    background: #ccc;
}
.pretty-breadcrumb.active:after {
    background: #ccc;
}
.pretty-breadcrumb.active > a {
    color: #fff;
}
.pretty-breadcrumb > a {
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: 200;
    display: block;
    z-index: 12;
    position: absolute;
    left: 17px;
    width: calc(100% - 17px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px){
    .accordion-wrap .holidaycheck_wrap{
        padding-top: 10px;
    }
    .accordion-wrap .holidaycheck_wrap .hotel_Review_text{
        padding-bottom: 0px;
    }
    .accordion-wrap .holidayCheck{
        flex-direction: column;
    }
    .accordion-wrap .holidayCheck > div {
        flex-basis: auto;
        border-right: 0;
        border-bottom: 1px dashed #ccc;
        padding: 15px 0;
    }
    .accordion-wrap .holidayCheck > div:first-of-type {
        padding-top: 0;
    }
    .accordion-wrap .holidayCheck > div:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
    }
}


/*****************
*   Watchlists   *
*****************/
.watchlist-wrap {
    padding: 0 20px;
}
.watchlist-wrap p {
    color: #666;
}
.watchlists-action-buttons button {
    background-color: #ffac00;
    border: 0;
    font-weight: bold;
    color: white;
    padding: 6px 10px;
    margin-bottom: 15px;
    font-size: 15px;
    white-space: nowrap;
}
.watchlist-wrap .top-row {
    padding: 45px 0 30px;
}
.watchlist-wrap .top-row h3 {
    padding: 0;
    line-height: 30px;
}
.watchlist-wrap .close {
    margin: 9px -5px 0 0;
}
.watchlist-wrap-inner .hotel-links {
    margin-bottom: 12px;
}
.watchlist-wrap-inner .hotel-links a {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    color: #666666;
    transition: all 0.2s ease-in;
}
.watchlist-wrap-inner .hotel-links a:last-child {
    margin-right: 0px;
}
.watchlist-wrap-inner .hotel-links a:hover {
    color: #ffac00;
}
.empty-watchlist {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
    padding: 70px 0;
    margin: 0;
}

@media (max-width: 991px) {
    .watchlist-wrap .result .mainpart_media{
    	width: 100%;
    	background: #f5f5f5;
    }
    .watchlist-wrap .result .mainpart_media > a{
    	margin: 0 auto;
        height: auto;
    }
    .watchlist-wrap .result .package-type{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .watchlist-wrap .result .mainpart_service {
        width: 100%;
        height: auto;
        padding: 22px 0 18px;
    }
    .watchlist-wrap .result .mainpart_service .floats-holder > div {
        width: 50%;
        padding: 0 15px;
        text-align: center;
    }
    .watchlist-wrap .result .mainpart_service .floats-holder > div:first-of-type {
    	border-right: 1px dashed #cccccc;
    }
    .watchlist-wrap .result .mainpart_service .floats-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }   
    .watchlist-wrap .result .holidayCheck > div{
        width: 100%;
        text-align: center;
    }
    .watchlist-wrap .result .holidayCheck_Review > div {
        display: inline-block;
        float: none;
    }
    .watchlist-wrap .result .detaillink {
        width: auto;
        margin: 0 auto;
    }
    .watchlist-wrap .result .bottom-right-booking-link{
        position: relative;
        bottom: auto;
        right: auto;
        margin: 15px auto 0;
        text-align: center;
        font-size: 20px;
        width: 300px;
        padding: 10px;
        max-width: 80%;
    }
}
@media (max-width: 549px) {
    .watchlist-wrap .top-row h3 {
        margin-bottom: 15px;
    }
}

@media print {
    .hotel-links {
        display: none;
    }
}



/*************
*   Footer   *
*************/
#footer-divider{
    background: #FFAC00;
    width: 100%;
    clear: both;
    color: white;
    margin: 50px 0 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block !important;
    cursor: pointer;
    text-align: right;
}
#footer-divider span {
    color: white;
    font-size: 30px;
    font-weight: 100;
}
#footer-divider span small{
    font-size: 70%;
    font-weight: inherit;
    display: inline-block;
}
#new-footer{
    padding-top: 50px;
    padding-bottom: 40px;
}
#new-footer p{
    font-weight: 200;
    color: #666666;
    font-size: 15px;
}
#new-footer h2{
    font-size: 20px;
    font-weight: 200;
    color: #666;
    margin-bottom: 10px;
}
#new-footer li small{
    margin-bottom: 0;
    padding-left: 24px;
}
#footer-logo{
    margin-bottom: 15px;
}
#footer-logo ~ p, #footer-logo ~ a {
  padding-left: 16px;
}
.footer-list{
    list-style: none;
    float: left;
    display: block;
    padding-left: 0;
    margin-right: 80px;
    margin-bottom: 0;
}
.footer-list:last-child{
    margin-right: 0;
}
.footer-list > li{
    padding: 5px 0;
}
.footer-list > li > a, #new-footer a{
    color: #666666;
    font-size: 15px;
    font-weight: 200;
    transition: all 0.2s ease-in;
}
.footer-list > li > a:hover, #new-footer a:hover{
    color: #ffac00;
}

@media (max-width: 767px){
    #footer-divider span {
        font-size: 25px;
    }
    #new-footer .quick-links{
        margin: 0 20px;
    }
    #new-footer .kontakt{
        margin: 20px;
    }
    #new-footer .container > div {
      border-bottom: 1px #cccccc dashed;
      padding-bottom: 20px;
    }
    #new-footer .container > div:last-child {
      border-bottom: 0;
      padding-bottom: 0px;
    }
    #footer-divider span {
        font-weight: 200;
    }
}
@media (max-width: 550px){
    #footer-divider span {
        font-size: 20px;
    }
    #footer-divider{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #new-footer .brand{
        margin-top: 40px;
        text-align: center;
    }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
    #new-nav .navbar-nav > li > a:not(.nav-cta){
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #new-nav .navbar-nav > li > .dropdown-menu > li > a {
        margin: 12px 0;
    }
}






#mask {position:absolute; z-index:99; background-color:#efefef; display:none;}
#mask2 {position:absolute; left:50%; top:250px; width:500px; height:350px; margin: -150px 0 0 -250px; box-shadow: 2px 2px 10px #808080; text-align:center; background: #ffffff; z-index:99; display:none;}
