
/*Externe tools*/
/*Kiwi*/
/* .kiwi{
  margin-top: -100px;
  position: relative;
} */

.quickbooker .btn-primary{
    background: #b61f3f !important;
}
.quickbooker .tab-content button{
    display: inline-block;
    background: #030864;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    border: 0;
    padding: 10px 25px;
    transition: all .25s ease;
    cursor: pointer;
}
.quickbooker .tab-content button{
    font-size: 1rem;
}



.margin-kiwi{
    margin: 5rem auto 7rem;
}

.quickbooker{
    transform: translateY(-100%);
    position: absolute;
    font-size: 1rem;
    width: 70%;
    padding-bottom: 20px;
}
.quickbooker .nav{
    display: flex;
    flex-direction: row;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.quickbooker .nav > div{
    transition: all .5s
}
.quickbooker .nav li{
    cursor: pointer;
}
.quickbooker .nav .active{
    color: #fff;
    background-color: #030864;
}
.quickbooker .nav .nav-tab div{
    padding: 1rem;
    cursor: pointer;
}
.quickbooker .nav.nav-tabs .active a{
    color: #fff;
}

.quickbooker .tab-content .tabpanel .inner{
    transition: all .5s;
}

.tab-content {
    position: relative;
    padding: 1rem;
    background-color: rgb(255 255 255 / 80%);
    transition: all .5s;
}
.tab-pane{
    opacity: 0;
    transition: all 3s;
}
.tab-pane.active{
    opacity: 1;
}

.tab-content .btn-group button{
    padding: 2px 14px;
    border-radius: 0;
}
.tab-content .btn-group input{
    padding: 0 !important;
}
.tab-content .icon-minus:before{
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
}
.tab-content .icon-plus:before{
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
}

.row-fluid-horizontalBox,
.selection.dropdown-searchform{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.horizontalBox,
.selection.dropdown-searchform > div{
    width: 100%;
    margin-bottom: 10px;
}

.row-fluid-horizontalBox{
    width: 100%;
}

.row-fluid-horizontalBox .horizontalBox{
    width: 49%;
}
.searchformFlight .row-fluid-horizontalBox .horizontalBox{
    position: relative;
}
.row-fluid-horizontalBox .horizontalBox.grid3{
    width: 33%;
}
.horizontalBox.pull-right{
    margin: 0 0 0 auto;
}

.suggestBoxFlight{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
}
.suggestBox .choice,
.suggestBoxFlight .choice {
    border-bottom: 1px dotted #cdcdcd;
    display: table;
    width: 100%;
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#content .searchbox li {
    padding: 0 !important;
}
#content .searchbox li:before {
    content: none !important;
}

.searchform-headline{display: none}
#searchform .nav-tabs li a:hover,
#searchform .nav-tabs li.active a,
#searchform .tab-responsive:hover,
#searchform .tab-responsive.active{
    color: #ffffff;
    background-color: #030864;
    background-image: -moz-linear-gradient(top, #030864, #020650);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#030864), to( #020650));
    background-image: -webkit-linear-gradient(top, #030864, #020650);
    background-image: -o-linear-gradient(top, #030864, #020650);
    background-image: linear-gradient(to bottom, #030864, #020650);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030864', endColorstr='#020650', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#030864', endColorstr='#020650')";
    border: 1px solid #020546;
}

#searchform input[type=text], #searchform select{
    font-size: 18px;
    font-weight: normal;
}

.quickbooker-loader{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 3s;
    margin: 1rem;
}
.quickbooker-loader.loading{
    opacity: 1;
    pointer-events: none;
}

#suchbox .row-fluid{
    width:100%
}
#suchbox .row-fluid [class*=span]{
    display:block;
    float:left;
    width:100%;
    min-height:28px;
    margin-left:2.127659574%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
#suchbox .container-fluid:after,#suchbox .container-fluid:before,#suchbox .container:after,#suchbox .container:before{
    display:table;
    content:""
}
#suchbox .row-fluid [class*=span]:first-child{
    margin-left:0
}
#suchbox .row-fluid .span12{
    width:99.99999998999999%
}
#suchbox .row-fluid .span11{
    width:91.489361693%
}
#suchbox .row-fluid .span10{
    width:82.97872339599999%
}
#suchbox .row-fluid .span9{
    width:74.468085099%
}
#suchbox .row-fluid .span8{
    width:65.95744680199999%
}
#suchbox .row-fluid .span7{
    width:57.446808505%
}
#suchbox .row-fluid .span6{
    width:48.93617020799999%
}
#suchbox .row-fluid .span5{
    width:40.425531911%
}
#suchbox .row-fluid .span4{
    width:31.914893614%
}
#suchbox .row-fluid .span3{
    width:23.404255317%
}
#suchbox #departurePopup .row-fluid .span3:nth-child(5){
    margin-left: 0;
}
#suchbox .row-fluid .span2{
    width:14.89361702%
}
#suchbox .row-fluid .span1{
    width:6.382978723%
}
#suchbox .row-fluid .offset12{
    margin-left:104.25531914893617%
}
#suchbox .row-fluid .offset12:first-child{
    margin-left:102.12765957446808%
}
#suchbox .row-fluid .offset11{
    margin-left:95.74468085106382%
}
#suchbox .row-fluid .offset11:first-child{
    margin-left:93.61702127659574%
}
#suchbox .row-fluid .offset10{
    margin-left:87.23404255319149%
}
#suchbox .row-fluid .offset10:first-child{
    margin-left:85.1063829787234%
}
#suchbox .row-fluid .offset9{
    margin-left:78.72340425531914%
}
#suchbox .row-fluid .offset9:first-child{
    margin-left:76.59574468085106%
}
#suchbox .row-fluid .offset8{
    margin-left:70.2127659574468%
}
#suchbox .row-fluid .offset8:first-child{
    margin-left:68.08510638297872%
}
#suchbox .row-fluid .offset7{
    margin-left:61.70212765957446%
}
#suchbox .row-fluid .offset7:first-child{
    margin-left:59.574468085106375%
}
#suchbox .row-fluid .offset6{
    margin-left:53.191489361702125%
}
#suchbox .row-fluid .offset6:first-child{
    margin-left:51.063829787234035%
}
#suchbox .row-fluid .offset5{
    margin-left:44.68085106382979%
}
#suchbox .row-fluid .offset5:first-child{
    margin-left:42.5531914893617%
}
#suchbox .row-fluid .offset4{
    margin-left:36.170212765957444%
}
#suchbox .row-fluid .offset4:first-child{
    margin-left:34.04255319148936%
}
#suchbox .row-fluid .offset3{
    margin-left:27.659574468085104%
}
#suchbox .row-fluid .offset3:first-child{
    margin-left:25.53191489361702%
}
#suchbox .row-fluid .offset2{
    margin-left:19.148936170212764%
}
#suchbox .row-fluid .offset2:first-child{
    margin-left:17.02127659574468%
}
#suchbox .row-fluid .offset1{
    margin-left:10.638297872340425%
}
#suchbox .row-fluid .offset1:first-child{
    margin-left:8.51063829787234%
}

/**/
#suchbox #departurePopup,#suchbox #switch-searchform{
    position:absolute;
    display:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    background:#fff;
    width:100%
}
#suchbox #departurePopup{
    z-index:9999;
    box-sizing:border-box;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow:0 0 5px rgba(0,0,0,.2);
    box-shadow:0 0 5px rgba(0,0,0,.2)
}
#suchbox #departurePopup .nav nav-tabs{
    border-bottom: 1px solid #efefef;
    background-color: #f3f3f3;
}
#suchbox #departurePopup .tab-content{
    max-height:260px;
    overflow-y:scroll;
    overflow-x:hidden;
    padding:15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

#suchbox #departurePopup .tab-pane{
    width: 100%;
    position: absolute;
    transition: all .5s;
    overflow-x: hidden;
}

#suchbox #departurePopup .tab-pane .row-fluid{
    display: flex;
    flex-wrap: wrap;
}

#suchbox #departurePopup .tab-pane .row-fluid > div{
    margin-bottom: 15px;
}
#suchbox #departurePopup .footer{
    display: table;
    margin: 10px 0;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #ccc;
}
#suchbox #departurePopup ul{
    margin: 0;
}
#suchbox #departurePopup li{
    padding: 10px;
}
#suchbox #departurePopup li::before{
    content: none !important;
}

#suchbox #more-options{
    display:none
}


#suchbox .globaltypes{
    height:150px;
    overflow:auto;
    padding:0 10px;
    background:linear-gradient(#F7F7F7,#FFF 25%) #FFF;
    border:1px solid #CCC;
    margin-bottom:10px
}
#suchbox .globaltypes .checkbox{
    margin:5px 0
}
#suchbox form #dstn,
#suchbox form #hotel,
#suchbox form #showDeparture,
#suchbox form #pickup,
#suchbox form #destination,
#suchbox form #dropoff,
#suchbox form #departureApt,
#suchbox form #destinationApt {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 55px;
    background: url(/wp-content/themes/rostock-laage/static/img/specials-icons/flag.png) 15px center no-repeat !important;
    background-color: #fff !important;
}
#suchbox #searchformHotel form #destination{
    padding: 8px 8px 8px 35px;
}
#suchbox form .datepicker,
#suchbox form .input-daterange input {
    background: url(/wp-content/themes/rostock-laage/static/img/specials-icons/calendar.png) 15px center no-repeat !important;
    background-color: #fff !important;
}
#suchbox form #showDeparture,
#suchbox .searchformFlight .horizontalBox input,
#suchbox .searchformFlight .horizontalBox input,
#suchbox .searchformPackage .horizontalBox input,
#suchbox .searchformPackage .horizontalBox select,
#suchbox .searchformLastminute .horizontalBox input,
#suchbox .searchformLastminute .horizontalBox select,
#suchbox .searchformHotel .horizontalBox input,
#suchbox .searchformHotel .horizontalBox select,
#suchbox .searchformCar .horizontalBox input,
#suchbox .searchformCar .horizontalBox select {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 55px;
    background-color: #fff;
    height: 35px;
    border: 1px solid darkgray;
    border-radius: 0;
    box-shadow: none;
}
#suchbox .searchformHotel .horizontalBox input::placeholder{
    font-size: 1em;
    font-weight: 400;
}

#suchbox form #showDeparture{
    line-height: 1;
    overflow: hidden;
    white-space: pre;
}

#suchbox .searchformFlight .horizontalBox select, #suchbox .searchformPackage .horizontalBox select, #suchbox .searchformLastminute .horizontalBox select, #suchbox .searchformHotel .horizontalBox select, #suchbox .searchformCar .horizontalBox select {
    background: url(/wp-content/themes/rostock-laage/static/img/specials-icons/arrow-down.png) 15px center no-repeat;
    background-color: #fff;
    padding: 6px 8px 6px 45px;
}


#suchbox .slider{
    display:inline-block;
    vertical-align:middle;
    position:relative
}
#suchbox .slider-handle,#suchbox .slider-selection,#suchbox .slider-track{
    position:absolute;
    background-repeat:repeat-x
}
#suchbox .slider.slider-horizontal{
    width:100%!important;
    height:20px
}
#suchbox .slider.slider-horizontal .slider-track{
    height:10px;
    width:100%;
    margin-top:-5px;
    top:50%;
    left:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
#suchbox .slider.slider-horizontal .slider-selection{
    height:100%;
    top:0;
    bottom:0
}
#suchbox .slider.slider-horizontal .slider-handle{
    margin-left:-10px;
    margin-top:-5px
}
#suchbox .slider.slider-horizontal .slider-handle.triangle{
    border-width:0 10px 10px;
    width:0;
    height:0;
    border-bottom-color:#0480be;
    margin-top:0
}
#suchbox .slider.slider-vertical{
    height:210px;
    width:20px
}
#suchbox .slider.slider-vertical .slider-track{
    width:10px;
    height:100%;
    margin-left:-5px;
    left:50%;
    top:0
}
#suchbox .slider.slider-vertical .slider-selection{
    width:100%;
    left:0;
    top:0;
    bottom:0
}
#suchbox .slider.slider-vertical .slider-handle{
    margin-left:-5px;
    margin-top:-10px
}
#suchbox .slider.slider-vertical .slider-handle.triangle{
    border-width:10px 0 10px 10px;
    width:1px;
    height:1px;
    border-left-color:#0480be;
    margin-left:0
}
#suchbox .slider input{
    display:none
}
#suchbox .slider .tooltip-inner{
    white-space:nowrap
}
#suchbox .slider-track{
    cursor:pointer;
    background-color:#f7f7f7;
    background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
#suchbox .slider-selection{
    background-color:#f7f7f7;
    background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));
    background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image:linear-gradient(to bottom,#f9f9f9,#f5f5f5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
#suchbox .slider-handle{
    width:20px;
    height:20px;
    background-color:#030864;
    background-image:-moz-linear-gradient(top,#030864,#030864);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#030864),to(#030864));
    background-image:-webkit-linear-gradient(top,#030864,#030864);
    background-image:-o-linear-gradient(top,#030864,#030864);
    background-image:linear-gradient(to bottom,#030864,#030864);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    opacity:.8;
    border:0 solid transparent
}
#suchbox .slider-handle.round{
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px
}
#suchbox .slider-handle.triangle{
    background:0 0
}
#suchbox form .pricerange input#maxprice {
    display: none;
}
#suchbox .hide {
    display: none!important;
}
#suchbox label{
    font-size: 15px;
}

#ypsnet-ibe-container{
    position: relative;
    top: -70px;
    margin-bottom: -120px;
    background-color: rgb(255 255 255 / 70%);
}
#ypsnet-ibe{
    padding: 40px;
}

label.checkbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
label.checkbox input[type="checkbox"]{
    width: 10% !important;
    height: 15px !important;
}
label.checkbox span{
    display: block;
    width: 90%;
}
.btn-group.occupants-btn-groups{
    display: flex;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}