.module_hotel_booking_bundles_teaser{
    padding: 20px 0 40px;
    width: 100%;
    /*float: left;*/
}

@media (min-width: 1200px){
    .module_hotel_booking_bundles_teaser{
        padding: 35px 0 45px;
    }
}

.module_hotel_booking_bundles_teaser .container > .row >.headline_container{
    text-align: center;
    margin: 0 auto;
}

.module_hotel_booking_bundles_teaser .container > .row >.headline_container .headline{
    margin: 8px 0;
}

.module_hotel_booking_bundles_teaser .container > .row >.headline_container:after{
    content: "";
    border-top: 3px solid #590505;
    bottom: -18px;
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    /* text-align: center; */
    margin: 0 auto;
}

.module_hotel_booking_bundles_teaser > .container:after{
    content: "";
    border-bottom: 1px solid #cdcdcd;
    display: inline-block;
    width: 100%;
}

@media (min-width: 1200px){
    .module_hotel_booking_bundles_teaser > .container{
        padding-bottom: 115px;
    }
}

.module_hotel_booking_bundles_teaser .slide .image{
    overflow: hidden;
}

.module_hotel_booking_bundles_teaser .slide .element{
    display: block;
    /*    width: 290px;*/
    height: 100%;
}

@media (min-width: 992px){
    .module_hotel_booking_bundles_teaser .slide:hover .outer_element {
        transform: scale(1.15);
        transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -ms-transition: transform 0.4s ease-in-out;
        -webkit-transition: transform 0.4s ease-in-out;
    }
}

.module_hotel_booking_bundles_teaser .outer_element {
    margin: 0 10px;
    height: 100%;
    transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
}
@media (min-width: 768px){
    .module_hotel_booking_bundles_teaser .outer_element {
	margin:0 20px;
    }
}

.module_hotel_booking_bundles_teaser .slide .image img {
    position:relative;
}

/*.module_hotel_booking_bundles_teaser .slide{
    padding: 0 9px;
}
*/
.module_hotel_booking_bundles_teaser .slide .inner{
    background: rgba(89,5,5,0.7);
    position: absolute;
    bottom: 0;
    padding: 15px 18px 18px;
    width: 100%;
}

.module_hotel_booking_bundles_teaser .element .headline {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.module_hotel_booking_bundles_teaser .element .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: none;
}


.module_hotel_booking_bundles_teaser .element .price{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    float: left;
    line-height: 14px;
    margin-top: 15px;
}

.module_hotel_booking_bundles_teaser .element .price span{
    width: 35px;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
}

.module_hotel_booking_bundles_teaser .slide .inner a{
    display: none;
}

.module_hotel_booking_bundles_teaser .slider {
    margin-top:20px;
}

@media (max-width: 767px){
    .module_hotel_booking_bundles_teaser .container{
        height: 100%;
    }

    .module_hotel_booking_bundles_teaser .slider_container_outer,
    .module_hotel_booking_bundles_teaser .slider_container,
    .module_hotel_booking_bundles_teaser .slider,
    .module_hotel_booking_bundles_teaser .slider .slide,
    .module_hotel_booking_bundles_teaser .slider .slide .image{
        height: 350px;
    }

}

@media (min-width: 768px){
    .module_hotel_booking_bundles_teaser .slider_container_outer,
    .module_hotel_booking_bundles_teaser .slider_container,
    .module_hotel_booking_bundles_teaser .slider,
    .module_hotel_booking_bundles_teaser .slider .slide,
    .module_hotel_booking_bundles_teaser .slider .slide .image{
        height: 350px;
    }

    .module_hotel_booking_bundles_teaser .slick-list {
        overflow: visible;
    }
}

@media (max-width: 1199px){
    .module_hotel_booking_bundles_teaser .slick-list{
        overflow: visible;
    }

    .module_hotel_booking_bundles_teaser .outer_element {
        height: 350px;
    }
}

@media (min-width: 1200px){
    .module_hotel_booking_bundles_teaser .slider_container_outer,
    .module_hotel_booking_bundles_teaser .slider_container,
    .module_hotel_booking_bundles_teaser .slider .slide,
    .module_hotel_booking_bundles_teaser .slider,
    .module_hotel_booking_bundles_teaser .slider .slide .image{
        height: 400px;
    }

}


.module_hotel_booking_bundles_teaser .slider_pager{
    padding: 0;
    left: 0;
    right: 0;
    bottom: 26px;
    position: absolute;
}

.module_hotel_booking_bundles_teaser .slider_pager .pager_elem{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    margin-right: 12px;
    background: none;
    cursor: pointer;
}

.module_hotel_booking_bundles_teaser .slider_pager .pager_elem.act{
    background: #fff;
}

.module_hotel_booking_bundles_teaser .arrows.city{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module_hotel_booking_bundles_teaser .slider_prev_outer a span,
.module_hotel_booking_bundles_teaser .slider_next_outer a span{
    display: block;
    height: 100%;
    position: relative;
}

.module_hotel_booking_bundles_teaser .slider_prev_outer a img,
.module_hotel_booking_bundles_teaser .slider_next_outer a img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    transform: translateY(-50%); 
    margin: 0 auto;
}


@media (min-width: 768px) and (max-width: 1199px){
    .module_hotel_booking_bundles_teaser .text_container{
        bottom: 30px;
        padding: 20px 0;
    }
    .module_hotel_booking_bundles_teaser .text_container{
        left: 0;
        right: 0;
        width: 100%;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box{
        text-align: center;
    }

    .module_hotel_booking_bundles_teaser .text_box_head .h2{ 
        font-size: 2.000em;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box_text{
        width: 70%;
        margin: 0 auto;
    }

}

.module_hotel_booking_bundles_teaser .slide .text_container {
    display: none;
}

.module_hotel_booking_bundles_teaser .text_container .text_box{
    height: 100%;
    padding: 25px 40px 25px 25px;
    z-index: 3;
    text-align: left;
}

body.city .module_hotel_booking_bundles_teaser .text_container .text_box{
    background: rgba(255,255,255,0.8);
}

@media (max-width: 767px){
    .module_hotel_booking_bundles_teaser .container{
        height: 100%;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box_head{
        background: #00786a;
        margin: 0 -20px;
        width: 100vw;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box_head .h2{
        font-size: 1.571em;
    }

    .module_hotel_booking_bundles_teaser .text_container{
        float: left;
        width: 100%;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box{
        margin-bottom: 60px;
    }
}

.module_hotel_booking_bundles_teaser .link_arrow_outer {
    margin-top: 120px;
}

.module_hotel_booking_bundles_teaser .link_outer{
    text-align: center;
    float: left;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1199px){
    .module_hotel_booking_bundles_teaser .link_arrow_outer {
	margin-top: 50px;
    }
    .module_hotel_booking_bundles_teaser .link_outer{
        text-align: left;
        margin: 0 -15px;
    }
    .module_hotel_booking_bundles_teaser .arrows.col-6{
        width: 82px;
        /* right: 15px; */
        /*bottom: 20px;*/
        float: right;
	min-height: 40px;
    }
}

/*@media (max-width: 767px){
    .module_hotel_booking_bundles_teaser .link_outer a{
        padding: 9px 12px;
    }
}*/

/*.module_hotel_booking_bundles_teaser .link_outer a{
    text-transform: uppercase;
}*/

.module_hotel_booking_bundles_teaser .text_container .text_box_head{
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.module_hotel_booking_bundles_teaser .text_container .text_box_head h1{ 
    color: #04274d;
}

body.tourism .module_hotel_booking_bundles_teaser .text_container .text_box_head h1, body.tourism .module_hotel_booking_bundles_teaser .text_container .text_box_text{
    color: #fff;
}
body.tourism .module_hotel_booking_bundles_teaser .text_container .text_box_text{
    font-size: 18px;
    font-weight: 300;
}

.module_hotel_booking_bundles_teaser .link_outer .button{
    display: inline-block;
}

.module_hotel_booking_bundles_teaser .text_container .text_box_head h1{ 
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px){
    .module_hotel_booking_bundles_teaser .text_container{
        position: absolute;
    }

}

@media (min-width: 1200px){
    body.city .module_hotel_booking_bundles_teaser .text_container .text_box_head{
        padding-bottom: 0;
        width: 60%;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box_head h1{
        line-height: 35px;
    }

    body.tourism .module_hotel_booking_bundles_teaser .text_container .text_box_head h1{
        font-size: 48px;
        font-weight: 300;
        line-height: 55px;
    }


    .module_hotel_booking_bundles_teaser .text_container{
        bottom: 179px;
        left: 15px;
        width: 515px;
    }

    body.tourism .module_hotel_booking_bundles_teaser .text_container{
        width: 560px;
        bottom: 143px;
    }

    .module_hotel_booking_bundles_teaser .text_container .text_box{
        padding: 17px 19px 31px 28px;
    }

    body.tourism .module_hotel_booking_bundles_teaser .text_container .text_box{
        padding-left: 0;
    }

    body.tourism .module_hotel_booking_bundles_teaser .slider_pager, body.city .arrows.tourism, body.tourism .module_hotel_booking_bundles_teaser .arrows{
        display: none;
    }

    body.tourism .module_hotel_booking_bundles_teaser .arrows.tourism{
        display: block;
        top: 114px;
        right: 95px;
        position: absolute;
    }


    body.tourism .module_hotel_booking_bundles_teaser .arrows.tourism .slider_next_outer{
        left: 41px;
        right: auto;
    }

}
