/* BASICS */
*,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
}
img,
video {
    max-width: 100%;
    height: auto;
    border: 0;
}
iframe {
    border: 0;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 2000px;
    max-width: 100%;
    margin: 0 auto;
    font: 400 18px/0 century-gothic, sans-serif;
    background-color: #fff;
    color: #404042;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1.2px;
}

.frame-layout-1 {
    line-height: normal;
}

.frame-default {
}
.frame-default.frame-type-pagelist_selected .pagelist-slider-wrap,
.frame-default.frame-type-pagelist_selected .pagelist-teaser-wrap,
.frame-default.frame-type-netwerk_equipment {
    background-color: #f4f3e9;
}
.frame-default > div,
.frame-default.frame-type-html > div.html-wrap > div,
.frame-border > div,
.frame-default.frame-type-netwerk_textbackground .textbackground-content {
    width: 800px;
    max-width: 84%;
    margin: 0 auto;
}
.frame-default.frame-layout-1.frame-type-html > div.html-wrap > div {
    width: 1200px;
}
.frame-default.frame-type-pagelist_selected .pagelist-slider-wrap > div,
.frame-default.frame-type-pagelist_selected .pagelist-teaser-wrap > div,
.frame-default.frame-type-netwerk_threeboxes .netwerk_threeboxes-wrap > div,
.frame-default.frame-type-html > div,
.frame-default.frame-type-netwerk_gallery > div,
.frame-default.frame-type-netwerk_bigimage > div {
    width: 84%;
    margin: 0 auto;
}
.frame-default.frame-type-pagelist_selected > div,
.frame-default.frame-type-netwerk_textbackground > div,
.frame-default.frame-type-netwerk_threeboxes > div,
.frame-default.frame-type-html > div.html-wrap {
    width: 100%;
    max-width: 100%
}
.frame-border > div {
    border: 2px solid #cfa956;
    padding: 24px;
}

.frame-space-before-small {
    margin-top: 80px;
}
.frame-space-before-medium {
    margin-top: 120px;
}
.frame-space-before-large {
    margin-top: 320px;
}
.frame-space-after-small {
    margin-bottom: 80px;
}
.frame-space-after-medium {
    margin-bottom: 120px;
}
.frame-space-after-large {
    margin-bottom: 320px;
}
/* ###### */
/* RESPONSIVE */
@media (max-width: 1400px) {
    .frame-layout-1 {
        font-size: 16px;
    }    
}
@media (max-width: 1200px) {
    .frame-layout-1 {
        letter-spacing: normal;
        font-size: 14px;
    }    
}
@media (max-width: 1000px) {
    body.modal {
        overflow-y: hidden;
    }
        .frame-space-before-small {
            margin-top: 40px;
        }
        .frame-space-before-medium {
            margin-top: 60px;
        }
        .frame-space-before-large {
            margin-top: 160px;
        }
        .frame-space-after-small {
            margin-bottom: 40px;
        }
        .frame-space-after-medium {
            margin-bottom: 60px;
        }
        .frame-space-after-large {
            margin-bottom: 160px;
        }
}
@media (max-width: 820px) {
    body {
        font-size: 16px;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* TOP */
#top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 888;
    padding: 64px 8%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}
.scrolled #top,
.modal #top {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    color: #cfa956;
    border-bottom: 1px solid #e4e4e4;
}
.scrolled #top {
    padding-top: 24px;
    padding-bottom: 24px;
}
    #top .menu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
    }
        #top .menu svg {
            width: 16px;
            height: 16px;
            fill: #fff;
        }
        .modal #top .menu svg:nth-of-type(1),
        #top .menu svg:nth-of-type(2) {
            display: none;
            opacity: 0;
            visibility: hidden;
        }
        .modal #top .menu svg:nth-of-type(2) {
            display: inline-block;
            opacity: 1;
            visibility: visible;
        }
        .modal #top .menu svg,
        .scrolled #top .menu svg {
            fill: #8e2e2e;
        }
        #top .menu span {
            line-height: 40px;
            margin-left: 8px;
        }
    #top .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -37.5%);
    }
        #top .logo svg {
            width: 268px;
            height: 64px;
            fill: #fff;
        }
        .scrolled #top .logo svg,
        .modal #top .logo svg {
            fill: #404042;
        }
        .scrolled #top .logo svg {
            width: 200px;
            height: 48px;
        }
    #top .cta {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: auto;
    }
        #top .cta > div + div {
            margin-left: 40px;
        }
            #top .cta a,
            #top .cta a:link,
            #top .cta a:hover,
            #top .cta a:active,
            #top .cta a:visited,
            #top .cta a:focus {
                display: inline-block;
                color: #fff;
                line-height: 40px;
            }
            .scrolled #top .cta a,
            .scrolled #top .cta a:link,
            .scrolled #top .cta a:hover,
            .scrolled #top .cta a:active,
            .scrolled #top .cta a:visited,
            .scrolled #top .cta a:focus,
            .modal #top .cta a,
            .modal #top .cta a:link,
            .modal #top .cta a:hover,
            .modal #top .cta a:active,
            .modal #top .cta a:visited,
            .modal #top .cta a:focus {
                color: #cfa956;
            }
    #top .language {
        margin-left: 40px;
    }
        #top .language a,
        #top .language a:link,
        #top .language a:hover,
        #top .language a:active,
        #top .language a:visited,
        #top .language a:focus {
            display: inline-block;
            color: #fff;
            line-height: 40px;
        }
        .scrolled #top .language a,
        .scrolled #top .language a:link,
        .scrolled #top .language a:hover,
        .scrolled #top .language a:active,
        .scrolled #top .language a:visited,
        .scrolled #top .language a:focus,
        .modal #top .language a,
        .modal #top .language a:link,
        .modal #top .language a:hover,
        .modal #top .language a:active,
        .modal #top .language a:visited,
        .modal #top .language a:focus {
            color: #cfa956;
        }
/* ### */
/* RESPONSIVE */
@media (max-width: 1200px) {
    #top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
        #top .menu {
            order: 2;
            margin-left: 32px;
        }
        #top .logo {
        }
            #top .logo svg {
                width: 200px;
                height: 48px;
            }
        #top .cta {
            order: 0;
            margin-left: 0;
        }
            #top .cta > div + div {
                margin-left: 32px;
            }
        #top .language {
            order: 1;
            margin-left: auto;
        }
}
@media (max-width: 1000px) {
    #top {
        padding-top: 32px;
        padding-bottom: 32px;
    }
        #top .logo svg,
        .scrolled #top .logo svg {
            width: 168px;
            height: 40px;
        }
}
@media (max-width: 820px) {
    #top {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .scrolled #top {
        padding-top: 8px;
        padding-bottom: 8px;
    }
        #top .menu {
            margin-left: auto;
        }
        #top .logo {
            position: relative;
            top: auto;
            left: auto;
            transform: translateY(12.5%);
        }
            #top .logo svg,
            .scrolled #top .logo svg {
                width: 134px;
                height: 32px;
            }
        #top .cta {
            position: fixed;
            right: 45px;
            bottom: 0;
            left: 45px;
            margin: 5px;
            justify-content: space-between;
        }
            #top .cta > div {
                flex: 1;
            }
            #top .cta > div + div {
                margin-left: 5px;
            }
                #top .cta a,
                #top .cta a:link,
                #top .cta a:hover,
                #top .cta a:active,
                #top .cta a:visited,
                #top .cta a:focus,
                .scrolled #top .cta a,
                .scrolled #top .cta a:link,
                .scrolled #top .cta a:hover,
                .scrolled #top .cta a:active,
                .scrolled #top .cta a:visited,
                .scrolled #top .cta a:focus,
                .modal #top .cta a,
                .modal #top .cta a:link,
                .modal #top .cta a:hover,
                .modal #top .cta a:active,
                .modal #top .cta a:visited,
                .modal #top .cta a:focus {
                    color: #fff;
                    width: 100%;
                    text-align: center;
                    background-color: #cfa956;
                    border-radius: 4px;
                }
        #top .language {
            display: none;
            opacity: 0;
            visibility: hidden;
        }
}
@media (max-width: 600px) {
    #top {
        padding-top: 16px;
        padding-bottom: 16px;
    }
        #top .logo svg,
        .scrolled #top .logo svg {
            width: 134px;
            height: 32px;
        }
}
@media (max-width: 420px) {
    #top,
    .scrolled #top {
        padding-top: 8px;
        padding-bottom: 8px;
    }
        #top .logo svg,
        .scrolled #top .logo svg {
            width: 100px;
            height: 24px;
        }
    #top .menu span {
        line-height: 32px;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* CONTENT */
#main {
    padding-top: 160px;
}
#main, #easybooking {
    padding-bottom: 96px;
}
.banner #main {
    padding-top: 120px;
}
    #main > div:first-child {
        position: relative;
    }
    #main > div:first-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        display: inline-block;
        z-index: -1;
        opacity: .05;
        width: 260px;
        height: 260px;
        background-image: url("../Svg/quadrate.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(45deg);
    }
/* ####### */
/* RESPONSIVE */
@media (max-width: 1200px) {
    .banner #main {
        padding-top: 96px;
    }    
}
@media (max-width: 1000px) {
    .banner #main {
        padding-top: 80px;
    }    
}
@media (max-width: 820px) {
    #main, #easybooking {
        padding-top: 120px;
    }
    .banner #main {
        padding-top: 72px;
    }    
        #main > div:first-child::before {
            width: 200px;
            height: 200px;
        }
}
@media (max-width: 600px) {
    #main, #easybooking {
        padding-top: 88px;
    }
    .banner #main {
        padding-top: 40px;
    }    
        #main > div:first-child::before {
            top: 10%;
            transform: translateX(-50%) rotate(45deg);
        }
}
@media (max-width: 420px) {
    #main, #easybooking {
        padding-top: 80px;
    }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* FOOTER */
#footer {
    padding: 80px 0;
    background-color: #f4f3e9;
}
    #footer .footer-wrap {
        position: relative;
        width: 1100px;
        max-width: 84%;
        margin: 0 auto;
    }
        #footer .footer-address {
            line-height: 2;
        }
            #footer .footer-address span[itemprop=name] {
                display: inline-block;
                width: 100%;
                font-size: 36px;
                line-height: 1;
                font-weight: bold;
            }
            #footer .footer-address span[itemprop=address] > span:first-child {
                font-weight: 700;
            }
        #footer .footer-map {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            width: 690px;
            max-width: 100%;
        }
        #footer .footer-bottom {
            background-color: #fff;
            margin-top: 240px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 8px 24px;
            font-size: 14px;
        }
            #footer .footer-bottom a,
            #footer .footer-bottom a:link,
            #footer .footer-bottom a:hover,
            #footer .footer-bottom a:active,
            #footer .footer-bottom a:visited,
            #footer .footer-bottom a:focus {
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 36px;
            }
            #footer .footer-bottom .footer-links {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
                #footer .footer-bottom .footer-links a,
                #footer .footer-bottom .footer-links a:link,
                #footer .footer-bottom .footer-links a:hover,
                #footer .footer-bottom .footer-links a:active,
                #footer .footer-bottom .footer-links a:visited,
                #footer .footer-bottom .footer-links a:focus {
                }
                #footer .footer-bottom .footer-links a + a {
                    margin-left: 40px;
                }
                    #footer .footer-bottom .footer-links svg {
                        width: 20px;
                        height: 20px;
                        fill: #404042;
                        flex-shrink: 0;
                    }
                    #footer .footer-bottom .footer-links span {
                        margin-left: 8px;
                    }

            #footer .footer-bottom .footer-navigation {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-left: auto;
            }
                #footer .footer-bottom .footer-navigation a,
                #footer .footer-bottom .footer-navigation a:link,
                #footer .footer-bottom .footer-navigation a:hover,
                #footer .footer-bottom .footer-navigation a:active,
                #footer .footer-bottom .footer-navigation a:visited,
                #footer .footer-bottom .footer-navigation a:focus {
                    position: relative;
                }
                #footer .footer-bottom .footer-navigation a + a {
                    margin-left: 24px;
                }
                #footer .footer-bottom .footer-navigation a + a::before {
                    content: '';
                    position: absolute;
                    left: -12px;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    display: inline-block;
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                    background-color: #404042;
                }
        #footer .footer-partner {
            margin-top: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 40px;
        }
            #footer .footer-partner a,
            #footer .footer-partner a:link,
            #footer .footer-partner a:hover,
            #footer .footer-partner a:active,
            #footer .footer-partner a:visited,
            #footer .footer-partner a:focus {
                /*justify-content: flex-start;*/
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                row-gap: 8px;
                line-height: 0;
            }
                #footer .footer-partner span {
                    display: inline-block;
                    /*margin-left: 16px;*/
                    font-size: 14px;
                    line-height: 1.25;
                    text-align: center;
                }
/* ###### */
/* RESPONSIVE */
@media (max-width: 1400px) {
    #footer .footer-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
        #footer .footer-map {
            position: static;
            top: auto;
            left: auto;
            transform: none;
            max-width: 60%;
        }
        #footer .footer-bottom {
            margin-top: 80px;
            width: 100%;
        }
            /*#footer .footer-bottom .footer-partner {
                margin-left: auto;
            }*/
}
@media (max-width: 1200px) {
    #footer .footer-map {
        max-width: 50%;
    }
    /*#footer .footer-bottom .footer-partner span {
        width: 120px;
    }*/
}
@media (max-width: 1000px) {
    #footer .footer-map {
        max-width: 40%;
    }
    #footer .footer-bottom {
        flex-wrap: wrap;
    }
        /*#footer .footer-bottom .footer-partner {
            margin: 8px 0 0 0;
            width: 100%;
            order: 3;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            #footer .footer-bottom .footer-partner span {
                width: auto;
            }*/
}
@media (max-width: 820px) {
    #footer .footer-wrap {
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
        #footer .footer-address {
            text-align: center;
        }
        #footer .footer-map {
            max-width: 100%;
            margin: 64px 0;
            text-align: center;
        }
        #footer .footer-bottom {
            flex-direction: column;
            flex-wrap: nowrap;
            margin: 0;
        }
            /*#footer .footer-bottom .footer-partner {
                margin-top: 16px;
                order: unset;
            }*/
            #footer .footer-bottom .footer-navigation {
                margin-top: 16px;
                margin-left: 0;
            }
}
/*@media (max-width: 600px) {
    #footer .footer-bottom .footer-partner a,
    #footer .footer-bottom .footer-partner a:link,
    #footer .footer-bottom .footer-partner a:hover,
    #footer .footer-bottom .footer-partner a:active,
    #footer .footer-bottom .footer-partner a:visited,
    #footer .footer-bottom .footer-partner a:focus {
        flex-direction: column;
    }
        #footer .footer-bottom .footer-partner span {
            margin: 8px 0 0 0;
            text-align: center;
        }
}*/
@media (max-width: 420px) {
    #footer .footer-map {
        margin: 40px 0;
    }
    #footer .footer-bottom .footer-navigation {
        flex-direction: column;
    }
        #footer .footer-bottom a,
        #footer .footer-bottom a:link,
        #footer .footer-bottom a:hover,
        #footer .footer-bottom a:active,
        #footer .footer-bottom a:visited,
        #footer .footer-bottom a:focus {
            line-height: 32px;
        }
        #footer .footer-bottom .footer-navigation a + a {
            margin-left: 0;
        }
        #footer .footer-bottom .footer-navigation a + a::before {
            content: none;
        }
}
/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* MODAL */
#modal {
    position: fixed;
    top: 168px;
    right: 0;
    left: 0;
    z-index: 8888889;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    transition: all 240ms;
    display: none;
    justify-content: center;
    align-items: center;
}
.modal #modal {
    display: flex;
}
.scrolled #modal {
    top: 88px;
}
    #modal .modal-logo,
    #modal .modal-language,
    #modal .modal-info,
    #modal .modal-cta,
    #modal .modal-close {
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
    }
        #modal .modal-logo svg {
            width: 168px;
            height: 40px;
            fill: #404042;
        }
        #modal .modal-language {
            margin-top: 16px;
        }
            #modal .modal-language a,
            #modal .modal-language a:link,
            #modal .modal-language a:hover,
            #modal .modal-language a:active,
            #modal .modal-language a:visited,
            #modal .modal-language a:focus {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 40px;
                line-height: 40px;
            }
        #modal .modal-info > div + div {
            margin-left: 40px;
        }
            #modal .modal-info a,
            #modal .modal-info a:link,
            #modal .modal-info a:hover,
            #modal .modal-info a:active,
            #modal .modal-info a:visited,
            #modal .modal-info a:focus {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                line-height: 40px;
                font-size: 14px;
            }
                #modal .modal-info svg {
                    flex-shrink: 0;
                    width: 16px;
                    height: 16px;
                    fill: #404042;
                }
                #modal .modal-info span {
                    margin-left: 8px;
                    flex-grow: 1;
                }
        #modal .modal-cta {
            width: 100%;
        }
            #modal .modal-cta > div {
                flex: 1;
            }
            #modal .modal-cta > div + div {
                margin-left: 40px;
            }
                #modal .modal-cta a,
                #modal .modal-cta a:link,
                #modal .modal-cta a:hover,
                #modal .modal-cta a:active,
                #modal .modal-cta a:visited,
                #modal .modal-cta a:focus {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    line-height: 40px;
                    padding: 0 24px;
                    background-color: #f4f3e9;
                    /*border: 1px solid #404042;*/
                    border-radius: 4px;
                }
        #modal .modal-close {
            width: 40px;
            height: 40px;
            cursor: pointer;
            position: absolute;
            top: 32px;
            right: 8%;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            #modal .modal-close svg {
                width: 16px;
                height: 16px;
                fill: #404042;
            }
/* ##### */
/* RESPONSIVE */
@media (max-width: 1200px) {
    #modal {
        top: 120px;
    }
}
@media (max-width: 1000px) {
    #modal,
    .scrolled #modal {
        top: 0;
        bottom: 0;
        border-bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        padding: 32px 8% 16px 8%;
    }
    .scrolled #modal {
        padding-top: 24px;
    }
        #modal .modal-logo,
        #modal .modal-language,
        #modal .modal-info,
        #modal .modal-cta,
        #modal .modal-close {
            display: flex;
            opacity: 1;
            visibility: visible;
        }
        #modal .modal-logo {
            transform: translateY(12.5%);
        }
        #modal .modal-navigation {
            width: 560px;
            max-width: 100%;
            margin: 40px 0;
            overflow: auto;
            flex-grow: 1;
        }
}
@media (max-width: 820px) {
    #modal .modal-logo svg {
        width: 134px;
        height: 32px;
    }
    #modal .modal-close {
        top: 24px;
    }
}
@media (max-width: 600px) {
    #modal .modal-info > div + div {
        margin: 0;
    }
        #modal .modal-info a,
        #modal .modal-info a:link,
        #modal .modal-info a:hover,
        #modal .modal-info a:active,
        #modal .modal-info a:visited,
        #modal .modal-info a:focus {
            justify-content: center;
            height: 40px;
            width: 40px;
        }
            #modal .modal-info span {
                display: none;
                opacity: 0;
                visibility: hidden;
            }
}
/* ########## */