/* BASICS */
*, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font: 400 18px/0 'Alegreya Sans', sans-serif;
    color: #494948;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img,
video {
    max-width: 100%;
    height: auto;
    border: 0;
}
iframe {
    border: 0;
}
.frame {
    display: inline-block;
}
.frame-default {
    width: 1024px;
    max-width: calc(100% - 192px);
}
.frame-type-netwerk_teaserrooms,
.frame-type-netwerk_teaserslider,
.frame-type-netwerk_summerwinter,
.frame-type-dce_roomrates,
.frame-type-netwerk_review,
.frame-type-dce_dceuid8 {
    width: calc(100% - 160px);
    max-width: calc(100% - 192px);
}
.frame-type-shortcut {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.frame-space-before-small {
    margin-top: 2rem;
}
.frame-space-before-medium {
    margin-top: 4rem;
}
.frame-space-before-large {
    margin-top: 6rem;
}
.frame-space-after-small {
    margin-bottom: 2rem;
}
.frame-space-after-medium {
    margin-bottom: 4rem;
}
.frame-space-after-large {
    margin-bottom: 6rem;
}
/* ###### */
/* RESPONSIVE */
@media (max-width: 820px) {
    .frame-default,
    .frame-type-netwerk_teaserrooms,
    .frame-type-netwerk_teaserslider,
    .frame-type-netwerk_summerwinter,
    .frame-type-dce_roomrates,
    .frame-type-netwerk_review,
    .frame-type-dce_dceuid8 {
        width: calc(100vw - 64px);
        max-width: calc(100vw - 64px);
    }
    .frame-type-shortcut {
        width: 100%;
        max-width: 100%;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* BANNER */
.banner-wrap {
    position: relative;
    overflow: hidden;
}
.banner-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .2) 50%);*/
}
    .banner-wrap .menu,
    .banner-wrap .logo,
    .banner-wrap .phone,
    .banner-wrap .cta {
        position: absolute;
        z-index: 8;
    }
    .banner-wrap .menu {
        top: 16px;
        left: 16px;
    }
        .banner-wrap .menu a,
        .banner-wrap .menu a:link,
        .banner-wrap .menu a:hover,
        .banner-wrap .menu a:active,
        .banner-wrap .menu a:visited,
        .banner-wrap .menu a:focus {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 48px;
            height: 48px;
            border-radius: 100%;
            background-color: rgba(0, 0, 0, .3);
        }
    .banner-wrap .logo {
        /*top: 32px;*/
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-wrap .phone {
        top: 16px;
        /*right: 350px;*/
        left: 88px;
    }
        .banner-wrap .phone a,
        .banner-wrap .phone a:link,
        .banner-wrap .phone a:hover,
        .banner-wrap .phone a:active,
        .banner-wrap .phone a:visited,
        .banner-wrap .phone a:focus {
            display: flex;
            align-items: center;
            line-height: 32px;
            color: #fff;
            /*padding: 0 16px;*/
            width: 130px;
        }
            .banner-wrap .phone span {
                margin-left: 8px;
            }
    .banner-wrap .cta {
        top: 16px;
        right: 16px;
        display: flex;
    }
        .banner-wrap .cta a,
        .banner-wrap .cta a:link,
        .banner-wrap .cta a:hover,
        .banner-wrap .cta a:active,
        .banner-wrap .cta a:visited,
        .banner-wrap .cta a:focus {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 0, 0, .3);
            line-height: 32px;
            color: #fff;
            text-transform: uppercase;
            margin-left: 2px;
            padding-right: 16px;
            padding-left: 16px;
            /*width: 128px;*/
        }
        .banner-wrap .cta a:last-child,
        .banner-wrap .cta a:last-child:link,
        .banner-wrap .cta a:last-child:hover,
        .banner-wrap .cta a:last-child:active,
        .banner-wrap .cta a:last-child:visited,
        .banner-wrap .cta a:last-child:focus {
            background-color: #bc1f21;
        }
            .banner-wrap .cta span {
                margin-left: 8px;
            }
    .banner-wrap .banner-item,
    .banner-wrap .video {
        display: inline-block;
        width: 100%;
        height: calc(100vh - 4px);
    }
        .banner-wrap .banner-item img,
        .banner-wrap .video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /*.banner-wrap .video video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            min-width: 100%;
            width: unset;
            min-height: 100%;
        }*/
    .banner-wrap .opening-hours {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
        display: inline-block;
        width: 100%;
    }
        .banner-wrap .opening-hours .opening-hours-click {
            display: inline-block;
            padding: 4px 24px 0 32px;
            line-height: 40px;
            background-color: #bc1f21;
            color: #fff;
            position: relative;
            cursor: pointer;
            text-transform: uppercase;
        }
            .banner-wrap .opening-hours .opening-hours-click::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                display: inline-block;
                width: 0;
                height: 0;
                transform: translateX(100%);
                border-bottom: 44px solid #bc1f21;
                border-right: 44px solid transparent;
            }
        .banner-wrap .opening-hours .opening-hours-content {
            background-color: #bc1f21;
            text-align: center;
            max-height: 0;
        }
        .banner-wrap .opening-hours.is-on .opening-hours-content {
            max-height: 100%;
        }
            .banner-wrap .opening-hours .opening-hours-content > div {
                width: 100%;
                max-width: 100%;
            }
            .banner-wrap .opening-hours .opening-hours-content p {
                line-height: 1.5;
                color: #fff;
                padding: 24px;
                font-family: 'Jost-Medium';
            }
    .banner-wrap .livecam {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 30;
    }
        .banner-wrap .livecam a,
        .banner-wrap .livecam a:link,
        .banner-wrap .livecam a:hover,
        .banner-wrap .livecam a:active,
        .banner-wrap .livecam a:visited,
        .banner-wrap .livecam a:focus {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 8px 32px 8px 24px;
            background-color: rgba(0, 0, 0, .4);
        }
        .banner-wrap .livecam a::after,
        .banner-wrap .livecam a:link::after,
        .banner-wrap .livecam a:hover::after,
        .banner-wrap .livecam a:active::after,
        .banner-wrap .livecam a:visited::after,
        .banner-wrap .livecam a:focus::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 0;
            height: 0;
            transform: translateX(-100%);
            border-bottom: 44px solid rgba(0, 0, 0, .4);
            border-left: 44px solid transparent;
        }
            .banner-wrap .livecam .livecam-icon {
                position: relative;
            }
                .banner-wrap .livecam svg {
                    width: 64px;
                    height: 28px;
                    fill: #fff;
                }
                .banner-wrap .livecam span {
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    background-color: red;
                    position: absolute;
                    top: 14px;
                    left: 10px;
                    transform: translateY(-50%);
                    animation: fade 1.5s ease-in-out infinite
                }
                @keyframes fade {0%,to{opacity:1}50%{opacity:0}}
            .banner-wrap .livecam p {
                color: #fff;
                line-height: 1;
                margin-left: 16px;
            }
    .banner-wrap .jobs {
        position: absolute;
        top: 24vh;
        left: 8vw;
        z-index: 50;
        background-color: rgba(255, 255, 255, .64);
        border-radius: 100%;
        transform: rotate(-16deg);
    }
        .banner-wrap .jobs svg {
            width: 240px;
            height: 240px;
        }
/* ###### */
/* RESPONSIVE */
@media (max-width: 1400px) {
    /*.banner-wrap .phone {
        right: auto;
        left: 72px;
    }*/
}
@media (max-width: 1200px) {
    .banner-wrap .jobs svg {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1000px) {
    .banner-wrap .phone {
        /*left: 152px;*/
        display: none;
    }
}
@media (max-width: 820px) {
    .banner-wrap .menu,
    .banner-wrap .phone,
    .banner-wrap .cta {
        display: none;
    }
    .banner-wrap .logo {
        top: 16px;
    }
    .banner-wrap .banner-item,
    .banner-wrap .video {
        height: auto;
    }
        .banner-wrap .banner-item img,
        .banner-wrap .video video {
            height: auto;
            object-fit: unset;
        }
    .banner-wrap .jobs {
        top: 16px;
        left: 8px;
    }
        .banner-wrap .jobs svg {
            width: 120px;
            height: 120px;
        }
}
@media (max-width: 600px) {
    .banner-wrap .opening-hours .opening-hours-click {
        padding-right: 16px;
        padding-left: 24px;
    }
    .banner-wrap .livecam a,
    .banner-wrap .livecam a:link,
    .banner-wrap .livecam a:hover,
    .banner-wrap .livecam a:active,
    .banner-wrap .livecam a:visited,
    .banner-wrap .livecam a:focus {
        padding-right: 24px;
        padding-left: 16px;
    }
        .banner-wrap .livecam p {
            display: none;
        }
    .banner-wrap .jobs svg {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 420px) {
    .banner-wrap .jobs {
        top: 40%;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* NAVIGATION */
.navigation-wrap {
    position: absolute;
    top: 100vh;
    left: 0;
    right: 0;
    z-index: 888;
    display: inline-block;
    margin-top: -4px;
    width: 100%;
    background-color: #e8e8e8;
    border-top: 4px solid #bc1f21;
}
.navigation-wrap.fixed-navigation {
    position: fixed;
    top: 0;
    margin-top: 0;
}
    .navigation-wrap .language {
        position: absolute;
        top: calc(-100vh + 18px);
        left: 250px;
        /*right: 276px;
        right: 406px;*/
        z-index: 8;
        /*background-color: rgba(0, 0, 0, .3);*/
        color: #fff;
        /*width: 72px;*/
        text-align: center;
    }
        .navigation-wrap .language a,
        .navigation-wrap .language a:link,
        .navigation-wrap .language a:hover,
        .navigation-wrap .language a:active,
        .navigation-wrap .language a:visited,
        .navigation-wrap .language a:focus {
            display: inline-block;
            color: #fff;
            text-transform: uppercase;
            line-height: 32px;
        }
/* ########## */
/* RESPONSIVE */
@media (max-width: 1000px) {
    .navigation-wrap .language {
        right: auto;
        left: 80px;
    }
}
@media (max-width: 820px) {
    .navigation-wrap {
        position: fixed;
        left: auto;
        top: 0;
        border-top: 0;
        transform: translateX(120%);
        transition: all 240ms;
        opacity: 0;
        visibility: hidden;
        width: 40vw;
        height: 100vh;
        overflow: auto;
        margin: 0;
        padding: 80px 0;
        background-image: url(../Images/header-gold.png);
        background-position: 16px 16px;
        background-repeat: no-repeat;
        background-size: auto 48px;
    }
    .navigation-wrap.mobile-navigation {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
        .navigation-wrap .language {
            top: 24px;
            right: 20vw;
            left: auto;
            transform: translateX(50%);
            background-color: transparent;
            color: #494948;
            padding: 0;
        }
            .navigation-wrap .language a,
            .navigation-wrap .language a:link,
            .navigation-wrap .language a:hover,
            .navigation-wrap .language a:active,
            .navigation-wrap .language a:visited,
            .navigation-wrap .language a:focus {
                color: #494948;
            }
}
@media (max-width: 600px) {
    .navigation-wrap {
        width: 56vw;
    }
        .navigation-wrap .language {
            right: 28vw;
        }
}
@media (max-width: 420px) {
    .navigation-wrap {
        width: 80vw;
    }
        .navigation-wrap .language {
            right: 40vw;
        }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* MOBILE CTA */
.mobile-cta {
    position: fixed;
    right: 8px;
    top: 16px;
    z-index: 8888;
    display: none;
    flex-direction: column;
}
    .mobile-cta .mobile-menu,
    .mobile-cta .mobile-phone a,
    .mobile-cta .mobile-phone a:link,
    .mobile-cta .mobile-phone a:hover,
    .mobile-cta .mobile-phone a:active,
    .mobile-cta .mobile-phone a:visited,
    .mobile-cta .mobile-phone a:focus,
    .mobile-cta .mobile-book a,
    .mobile-cta .mobile-book a:link,
    .mobile-cta .mobile-book a:hover,
    .mobile-cta .mobile-book a:active,
    .mobile-cta .mobile-book a:visited,
    .mobile-cta .mobile-book a:focus,
    .mobile-cta .mobile-mail a,
    .mobile-cta .mobile-mail a:link,
    .mobile-cta .mobile-mail a:hover,
    .mobile-cta .mobile-mail a:active,
    .mobile-cta .mobile-mail a:visited,
    .mobile-cta .mobile-mail a:focus {
        display: none;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, .3);
    }
    .mobile-cta .mobile-phone,
    .mobile-cta .mobile-book,
    .mobile-cta .mobile-mail {
        margin-top: 8px;
    }
    .mobile-cta.mobile-navigation .mobile-phone,
    .mobile-cta.mobile-navigation .mobile-book,
    .mobile-cta.mobile-navigation .mobile-mail {
        display: none;
    }
/* ########## */
/* RESPONSIVE */
@media (max-width: 820px) {
    .mobile-cta {
        display: flex;
    }
        .mobile-cta .mobile-menu,
        .mobile-cta .mobile-phone a,
        .mobile-cta .mobile-phone a:link,
        .mobile-cta .mobile-phone a:hover,
        .mobile-cta .mobile-phone a:active,
        .mobile-cta .mobile-phone a:visited,
        .mobile-cta .mobile-phone a:focus,
        .mobile-cta .mobile-book a,
        .mobile-cta .mobile-book a:link,
        .mobile-cta .mobile-book a:hover,
        .mobile-cta .mobile-book a:active,
        .mobile-cta .mobile-book a:visited,
        .mobile-cta .mobile-mail a,
        .mobile-cta .mobile-mail a:link,
        .mobile-cta .mobile-mail a:hover,
        .mobile-cta .mobile-mail a:active,
        .mobile-cta .mobile-mail a:visited,
        .mobile-cta .mobile-mail a:focus {
            display: flex;
        }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* CONTENT */
.content-wrap {
    padding-top: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.casablanca-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ####### */
/* RESPONSIVE */
@media (max-width: 820px) {
    .content-wrap {
        padding-top: 0;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* FOOTER */
.footer-wrap {
    line-height: 1.5;
}
    .footer-wrap .footer-top {
        background-color: #e8e3da;
        padding: 40px 0 96px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .footer-wrap .footer-top > div {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
        }
            .footer-wrap .footer-top span.footer-title {
                display: inline-block;
                width: 100%;
                text-align: center;
                font-size: 40px;
                text-transform: uppercase;
                padding-top: 88px;
                background-image: url(../Images/header-gold.png);
                background-position: center top;
                background-repeat: no-repeat;
                background-size: auto 80px;
                font-weight: 400;
                font-family: 'Jost-Medium';
                margin-bottom: 40px;
            }
            .footer-wrap .footer-top .footer-top-left {
                margin-right: 20px;
                text-align: right;
                flex: 1;
            }
            .footer-wrap .footer-top .footer-top-right {
                margin-left: 20px;
                text-align: left;
                flex: 1;
            }
        .footer-wrap .footer-partner {
            margin-top: 96px;
        }
    .footer-wrap .footer-bottom {
        background-color: #b3a185;
        text-align: center;
        padding: 16px 0;
        position: relative;
    }
    .footer-wrap .footer-bottom::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        display: inline-block;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b3a185;
        border-left: 10px solid transparent;
    }
        .footer-wrap .footer-bottom .footer-social {
            margin-bottom: 8px;
        }
            .footer-wrap .footer-bottom .footer-social a,
            .footer-wrap .footer-bottom .footer-social a:link,
            .footer-wrap .footer-bottom .footer-social a:hover,
            .footer-wrap .footer-bottom .footer-social a:active,
            .footer-wrap .footer-bottom .footer-social a:visited,
            .footer-wrap .footer-bottom .footer-social a:focus {
                margin: 0 4px;
            }
        .footer-wrap .footer-bottom .footer-menu a,
        .footer-wrap .footer-bottom .footer-menu a:link,
        .footer-wrap .footer-bottom .footer-menu a:hover,
        .footer-wrap .footer-bottom .footer-menu a:active,
        .footer-wrap .footer-bottom .footer-menu a:visited,
        .footer-wrap .footer-bottom .footer-menu a:focus {
            color: #fff;
            text-transform: uppercase;
            margin: 0 8px;
        }
/* ###### */
/* RESPONSIVE */
@media (max-width: 820px) {
    .footer-wrap .footer-top .footer-top-left,
    .footer-wrap .footer-top .footer-top-right {
        margin: 0;
        text-align: center;
        flex: none;
        width: 100%;
    }
    .footer-wrap .footer-top .footer-top-left {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 420px) {
    .footer-wrap .footer-bottom .footer-menu a,
    .footer-wrap .footer-bottom .footer-menu a:link,
    .footer-wrap .footer-bottom .footer-menu a:hover,
    .footer-wrap .footer-bottom .footer-menu a:active,
    .footer-wrap .footer-bottom .footer-menu a:visited,
    .footer-wrap .footer-bottom .footer-menu a:focus {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
}
/* ########## */