@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* Styles header iframe */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

body#headerframe {
    margin: 0;
    padding: 0;
}

#headerframe a {
    text-decoration: none;
}

#headerframe a:link {
    color: #fff;
}

#headerframe a:hover {
    color: #fff;
}

#headerframe a:active {
    color: #fff;
}

#headerframe .top {
    letter-spacing: 0px;
    background-color: #296d8e;
    width: 100%;
    padding: 7px 10%;
    margin: 0;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
}

#headerframe .memu {
    font-family: "Bad Script", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #296d8e;
    height: 110px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
}

#headerframe .logo {
    padding: 10px 10px 10px 40px;
    flex: 0 0 150px;
}

#headerframe .knoppen {
    flex: 1 1 auto;
    padding-top: 40px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
}

#headerframe .knoppen a {
    padding: 0 1em;
    display: inline-block;
    color: #296d8e !important;
    white-space: nowrap;
}

#headerframe .knoppen a:hover {
    color: #296d8e !important;
    text-decoration: underline;
}

#headerframe .knoppen a.active,
#headerframe .knoppen a.active:hover {
    color: #cc2c22 !important;
}

/* Styles CRS4 */

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.panel-primary > .panel-heading,
.btn-primary,
#nights-plus,
#nights-minus {
    background: #296d8e;
}

.panel-primary > .panel-heading,
.btn-primary {
    border-color: #296d8e;
}

a,
a:focus,
a:hover,
.glyphicon,
.alert-info {
    color: #296d8e;
}

.alert-info {
    background: rgba(49, 112, 143, .1);
    border-color: rgba(49, 112, 143, .2);
}

button.btn .glyphicon,
button.btn .glyphicon {
    color: #fff;
}

#crs4-iframe-header + div {
    margin: 0 0 !important;
    width: 100%;
    padding: 0 !important;
}

#crs4-iframe-header + div > div {
    width: 80%;
    margin: 0 auto;
}

#crs4-iframe-header + div::before {
    display: block;
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/100016_header-Sier-aan-Zee.jpg');
    background-size: auto 100%;
    content: 'Reserveren';
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-family: "Bad Script", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100% !important;
    line-height: 400px;
}

html[lang="en"] #crs4-iframe-header + div::before {
    content: 'Reserve';
}

html[lang="de"] #crs4-iframe-header + div::before {
    content: 'Reservieren';
}


@media (max-width: 1000px) {

    #crs4-iframe-header + div > div {
        width: 90%;
    }

    #headerframe .top {
        font-size: .8em;
    }

    #headerframe .memu {
        font-size: 1em;
    }

}

@media (max-width: 930px) {

    #headerframe .top {
        padding-left: 20px;
    }

    #headerframe .logo {
        padding: 10px 10px 10px 20px;
        flex: 0 0 100px;
    }

    #headerframe .knoppen a {
        font-size: .9em;
    }

    #crs4-iframe-header + div::before {
        height: 40vh;
        line-height: 40vh;
    }

}

@media (max-width: 740px) {

    #headerframe .top {
        font-size: .7em;
    }

    #headerframe .knoppen a {
        font-size: .8em;
        padding: 0 .5em;
    }
}

@media (max-width: 582px) {

    #headerframe .logo {
        padding: 10px 10px 10px 10px;
        flex: 0 0 90px;
    }

    #headerframe .knoppen {
        flex-flow: row wrap;
        padding-right: 1em;
    }

    #headerframe .knoppen a {
        font-size: .9em;
        padding: 0 0 0 1em;
    }
}