
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    min-width: 320px;
    font-family: colaborate-thinregular, sans-serif;
    font-size: 14px;
}

.bx-wrapper,
.bx-viewport{
    border: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 0;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;
}

.max_width_centered{
    max-width: 1100px;
    margin: 0 auto;
}
#appWrapper .cicolors{
    background-color: #56a3ad!important;
}

.relative{
    position: relative;
}

.bg-cyan{
    background-color: #56a3ad;
}
.bg-braun{
    background-color: #534741;
}
.color-cyan{
    color: #56a3ad;
}
.color-brown{
    color: #534741;
}
.color-brown-light{
    color: #c1ac93;
}
.color-white{
    color: #fff;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.padding-20{
    padding: 20px;
}
.padding-20-h{
    padding: 0 20px;
}
.padding-20-v{
    padding: 20px 0;
}


.start-brown-box .ornament-cyan{
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -152px;
}




.start-brown-box{
    border-top: 15px solid #56a3ad;
    -webkit-box-shadow: 0 0px 100px 0px #333;
    -moz-box-shadow: 0 0px 100px 0px #333;
    box-shadow: 0 0px 100px 0px #333;
}


header{
}

    .header-mobile{
        height: 38px;
    }

    .header-mobile a{
        color: #fff;
        text-decoration: none;
    }

    .header-btn{
        overflow: hidden;
        margin-left: 20px;
        float: left;
    }

    .header-btn span{
        float: left;
        line-height: 38px;
        margin-right: 14px;
    }

    .header-btn .icon-bars,
    .header-btn .icon-building-o{
        font-size: 21px;
    }

    .header-btn.open_menu{
        float: right;
    }

    .header-logo{
        border-bottom: 1px solid #E1E1E1;
    }

.start-head{
    position: relative;

}
.start-head .ornament-sterne-cyan{
    margin-bottom: 30px;
}

.start-boxen{
    position: relative;
}
.start-boxen .ornament-brown{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -152px;
}

.start-box-title{
    font-family: 'Alex Brush';
    font-size: 41px;
    margin-bottom: 10px;
}

.start-box-content{
    font-size: 17px;
    line-height: 1.3;
}

.footer-copyright{
    border-top: 1px solid #37999B;
}

footer .social-link{
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

footer .social-link:hover{
    text-decoration: underline;
}

.footer-menu > a{
    overflow: hidden;
    display: block;
    width: 200px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #37999B;
    line-height: 32px;
    font-size: 14px;
}

    .footer-menu a:last-child{
        border: none;
    }

    .footer-menu a span.icon-angle-right{
        position: absolute;
        right: 10px;
        line-height: 32px;
    }

.content-heading{
    min-height: 110px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 15px solid #534741;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}

    .content-heading::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(179, 187, 190,0.5);
    }

    .content-heading-title{
        position: relative;
        z-index: 10;
        top: 30px;
    }
        .content-heading-title span{
            display: block;
        }
        .content-heading-title strong{
            text-transform: uppercase;
        }
    .content-heading-text{
        position: relative;
        z-index: 10;
    }

    .content-heading .ornament-weiss{
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -152px;
        z-index: 10;
    }



.ContentGallery-left a:first-child{
    display: block;
}
.ContentGallery-left a{
    display: none;
    font-size: 0;
    position: relative;
    outline: none;
}
.ContentGallery img{

    max-width: 100%;
}

.ContentGallery a .icon-camera{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    font-size: 26px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.ContentHtmlContent{
    position: relative;
}

.ContentHtmlContent > div.has-bg-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(179, 187, 190,0.6);
}

.ContentHtmlContent-left,
.ContentHtmlContent-right{
    position: relative;
    z-index: 10;
}


.start-mainmenu li,
.mainmenu li{
    display: inline-block;
    position: relative;
}

.start-mainmenu a,
.mainmenu a{
    display: block;
    height: 48px;
    line-height: 48px;
    color: #55a3ac;
    font-family: colaborate-thinregular;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #fff;
    margin-left: 20px;
    padding: 0 20px;
}

    .start-mainmenu a:first-child,
    .mainmenu a:first-child{
        margin-left: 0;
    }

    .start-mainmenu a:hover,
    .start-mainmenu a.current,
    .start-mainmenu a.section,
    .mainmenu a:hover,
    .mainmenu a.current,
    .mainmenu a.section{
        border-top-color: #55a3ac;
    }

.start-mainmenu li ul,
.mainmenu li ul{
    position: absolute;
    top: 46px;
    background-color: #fff;
    z-index: 1000;
    box-shadow:0px 10px 15px 10px rgba(0,0,0, 0.2);
    -moz-box-shadow:0px 10px 15px 10px rgba(0,0,0, 0.2);
    -webkit-box-shadow:0px 10px 15px 10px rgba(0,0,0, 0.2);
}
.mainmenu li ul li,
.start-mainmenu li ul li{
    padding: 0 10px;
    width: 100%;
}

.start-mainmenu li ul a,
.mainmenu li ul a{
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
    text-transform: none;
    white-space: nowrap;
    text-align: left;
}

.mainmenu {
    text-align: center;
    background: rgba(255,255,255, 0.8);
}

body #mm-blocker{
    background: rgba(3, 2, 1, 0.5);
    top: 38px;
}

.mm-menu.mm-current{
    z-index: 10000;
    top: 38px;
}

.mm-panels > .mm-panel.mm-hasnavbar a{
    color: #55a3ac;
    font-family: colaborate-thinregular;
    font-size: 18px;
}

.mm-panels > .mm-panel.mm-hasnavbar{
    background-color: #fff;
}

.mm-listview > li:not(.mm-divider):after {
    left: 0!important;
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after{
    border-color: #55a3ac!important;
}


.mm-panels > .mm-panel.mm-hasnavbar a.social-link{
    display: inline-block;
}
.mm-panels > .mm-panel.mm-hasnavbar a.social-link span:first-child{
    font-size: 21px;
    margin-right: 10px;
}
.mm-panels > .mm-panel.mm-hasnavbar a.social-link span:last-child{
    font-size: 14px;
}
.arrangement-list-item{
    border-bottom: 1px solid #c2ad94;
}
.arrangement-list-item-image img{
    max-width: 100%;
    height: auto;
}

.arrangement-list-item-title{
    font-size: 24px;
}
.arrangement-list-item-text{
    font-size: 18px;
}
.arrangement-list-item-buchbar{
    font-size: 18px;
}

.rabattkarte{
    display: block;
    background-color: #56A3AD;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}

.rabattkarte > span{
    height: 45px;
    float: left;
}

.rabattkarte-title{
    height: 45px;
    line-height: 45px;
    width: 140px;
}
.rabattkarte-rabatt{
    width: 150px;
    padding-left: 10px;
    padding-top: 6px;
}
.rabattkarte .icon-credit-card{
    display: none;
}

.rabattkarte-rabatt-text{
    display: block;
}
.rabattkarte-rabatt-hint{
    font-size: 14px;
}

.ContentAccordion{}

.AccordionItem-title{
    display: block;
    background-color: #E6E6E6;
    text-decoration: none;
    color: #534741;
    font-size: 21px;
    padding: 10px 40px 15px 15px;
    position: relative;
}

.icon-angle-down,
.icon-angle-up{
    position: absolute;
    font-size: 26px;
    height: 26px;
    top: 50%;
    right: 15px;
    margin-top: -13px;
}
.AccordionItem:nth-child(even) .AccordionItem-title{
    background-color: #f2f2f2;
}

.AccordionItem.active .AccordionItem-title,
.AccordionItem:hover .AccordionItem-title{
    color: #ffffff!important;
    background-color: #56a3AD;
}

.AccordionItem.active .AccordionItem-content,
.AccordionItem:hover .AccordionItem-content{
    color: #56A3AD!important;
    background-color: #ffffff;
}

.AccordionItem-content{
    font-size: 21px;
}

.ContentAccordion {
    padding: 40px 0;
}


.MapListItem{
    background-color: #fff;
    margin-bottom: 5px;
}
.MapListItem:nth-child(odd){
    background-color: #f2f2f2;
}
.MapListItem-content{
    font-size: 21px;
    line-height: 1.5;
}

.MapListItem-title{
    font-size: 24px;
    font-family: "colaborate-regularregular", sans-serif;
    font-weight: 500;
}
.MapListItem-telefon,
.MapListItem-website{
    display: inline-block;
    padding: 0 20px 0 50px;
    border: 1px solid #736357;
    text-decoration: none;
    color: #736357;
    line-height: 45px;
    font-size: 21px;
    height: 45px;
    position: relative;
}
.MapListItem-telefon{
    margin-bottom: 20px;
}


.MapListItem-telefon .icon-phone,
.MapListItem-website .icon-globe{
    position: absolute;
    font-size: 24px;
    left: 10px;
    top: 10px;
}

.MapListItem-plz{
    margin-bottom: 20px;
}

.MapListItem-telefon:hover ,
.MapListItem-website:hover{
    background-color: #736357;
    color: #fff;
}
.MapListItem-title{
    color: #736357;
}
.MapListItem-plz{
    color: #736357;
}
.MapListItem-street{
    color: #736357;
}

.toggle_3dfoto{
    margin-bottom: 40px;
}



.header-desktop .lang_switch{
    position: absolute;
    right: 20px;
    top: 75px;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}
.header-desktop .lang_switch a{
    color: #666666;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
}

.lang_switch[data-locale="de_DE"]  a[href*="de_DE"],
.lang_switch[data-locale="en_US"]  a[href*="en_US"]{
    font-weight: bold;
    color: #000;
}

.mobilemenu li.lang_switch{
    overflow: hidden;
}
.mobilemenu .lang_switch a{
    float: left;
}

@media all and (min-width: 360px){


    .rabattkarte .icon-credit-card {
        display: block;
        float: left;
        font-size: 32px;
        line-height: 45px;
        width: 40px;
        text-align: center;
    }

    .rabattkarte-rabatt {
        padding-left: 20px;
    }
}
@media all and (max-width: 400px){

    .gaestemappe-back_button{
        padding-left: 10px;
    }
    .gaestemappe-back_button .icon-th{
        margin-right: 10px;
    }
    .open-gaestemappe_menu, .gaestemappe-back_button{
        font-size: 21px;
    }
}

@media all and (max-width: 767px){
    .phone-hidden{
        display: none;
    }

    .footer-menu > a{
        line-height: 38px;
        font-size: 16px;
    }
}
@media all and (min-width: 768px){

    .tablet-hidden{
        display: none;
    }
    .arrangement-list-item-image{
        float: left;
        width: 45%;
        min-height: 250px;
    }

    .arrangement-list-item-infos{
        width: 55%;
        float: left;
    }

    .start-slider{
        min-height: 400px;
    }

    .schnellsuche-buchung{
        padding-top: 60px;
        margin: 0 auto;
        width: 840px;
        position: absolute;
        left: 50%;
        top: 5px;
        margin-left: -420px;
        background-color: rgba(255,255,255,0.6);
    }

    .schnellsuche-buchung .ornament-weiss{
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -152px;
    }

    .schnellsuche-buchung h1{
        font-size: 26px;
    }

    .schnellsuche-buchung > div > div{
        float: left;
        margin-right: 10px;
        position: relative;
    }

    .schnellsuche-buchung input{
        background: transparent;
        width: 205px;
        border: 1px solid #534741;
        height: 43px;
        padding: 0 0 0 60px;
    }

    .schnellsuche-buchung select{
        background: transparent;
        border: 1px solid #534741;
        height: 43px;
        width: 155px;
        padding: 0 0 0 40px;
    }

    .schnellsuche-abreise .icon-calendar2,
    .schnellsuche-anreise .icon-calendar2{
        position: absolute;
        left: 10px;
        top: 13px;
        font-size: 18px;
    }
    .schnellsuche-zimmer{
        visibility: hidden;
    }

    .schnellsuche-zimmer .icon-group{
        position: absolute;
        left: 12px;
        top: 13px;
        font-size: 18px;
    }

    .start-slider-text .ornament-sterne-weiss{
        margin-bottom: 20px;
    }
    .start-slider-text{
        position: absolute;
        bottom: 40px;
        width: 100%;
        font-size: 32px;
    }

    .start-slider-text-sub{
        font-size: 21px;
    }

    .MapListItem-map,
    .MapListItem-content{
        float: left;
        width: 50%;
    }


    .MapListItem-map{
    }
    .MapListItem-content{

    }
}

@media all and (max-width: 989px) {
    .mobile-hidden{
        display: none;
    }

    .start-box{
        text-align: center;
        border-bottom: 1px solid #56a3ad;
    }

    .schnellsuche-buchung-inner{
        text-align: center;
        width: 650px;
        margin: 0 auto;
    }

    .schnellsuche-buchung-inner > div{
        display: inline-block!important;
        float: none!important;
    }

    .schnellsuche-abreise{
        margin-bottom: 20px;
    }

    .schnellsuche-buchung .button-search{
        width: 205px;
        margin-right: -40px;
    }

}

@media all and (min-width: 990px) {
    .desktop-hidden{
        display: none;
    }

    .header-desktop{
        height: 100px;
        padding-top: 30px;
    }

    .header-desktop-logo{
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .header-desktop-menu{
        text-align: right;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .header-desktop-social a,
    .header-desktop-menu a{
        color: #666;
        text-decoration: none;
        line-height: 48px;
        display: inline-block;
    }

    .header-desktop-social a{
        margin-right: 20px;
        overflow: hidden;
    }
        .header-desktop-social a span{
            float:left;
            margin-right: 10px;
        }

        .header-logo{
            border-top: 5px solid #56a3ad;
        }

        .header-desktop-social a span.icon-facebook,
        .header-desktop-social a span.icon-twitter{
            font-size: 21px;
            line-height: 48px;
        }

    .header-desktop-menu a span.icon-building-o{
        font-size: 21px;
        float: left;
        line-height: 48px;
        margin-right: 10px;
    }
    .header-desktop-menu a{
        margin-left: 40px;
    }


    .footer-copyright{
        float: left;
        width: 300px;
        border: none;
        text-align: left;
        padding: 0;
        line-height: 48px;
    }

    .footer-menu{
        float: right;
    }

    .footer-menu a{
        float: left;
        border: none;
        width: auto;
        margin-left: 40px;
        line-height: 48px;
    }

    .footer-menu a .icon-angle-right{
        display: none;
    }

    .start-box{
        float: left;
        width: 50%;
    }

    .content-heading{
        border-top: 5px solid #56a3ad;
    }

    .ContentGallery-left{
        text-align: right;
    }
    .ContentGallery-right,
    .ContentGallery-left{
        float: left;
        width: 50%;
    }

    .has-content-right .ContentHtmlContent-left,
    .ContentHtmlContent-right{
        float: left;
        width: 50%;
    }

    .ContentHtmlContent-right{
        border-left: 1px solid #55a3ac;
    }

    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 500px;
        margin: 20px auto;
    }

    .start-mainmenu{
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        height: 48px;
        line-height: 48px;
        background-color: rgba(255,255,255,0.8);
    }

    .schnellsuche-buchung {
        top: 0;
    }

    .start-mainmenu li ul,
    .mainmenu li ul{
        display: none;
    }

    .start-mainmenu li:hover > ul,
    .mainmenu li:hover > ul{
        display: block;
    }
    .rabattkarte {
        top: 53px;
    }
    .rabattkarte  {
        position: absolute;
        left: 0;
        top: 57px;
        text-decoration: none;
        width: 175px;
        height: 150px;
    }

    .rabattkarte > span {
        width: 100%!important;
        display: block;
        float: none;
        text-align: center!important;
    }
    .rabattkarte .icon-credit-card {
        margin-bottom: 10px;
    }

    .rabattkarte-rabatt {
        padding-left: 0;
    }

    .start_banner {
        display: none;
        position: absolute;
        top: 247px;
    }

    .start_banner img{
        max-width: 100%;
        height: auto;
    }
}


@media all and (min-width: 1420px) {
    .rabattkarte {
        top: 383px;
        z-index: 10000;
    }
    .start_banner {
        /*display: block;*/
    }
}


@media all and (min-width: 1680px) {
    .start_banner {
        display: block;
        left: 50%;
        width: 1680px;
        margin-left: -840px;
        top: 196px;
        text-align: center;
    }

    .schnellsuche-buchung{
        padding-top: 20px;
    }

    .start_banner img {
        max-width: 67%;
    }
}
