@charset "UTF-8";
/* CSS Document */

/* CSS reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html,
body,
div {
    margin: 0;
    padding: 0;
}

/* END CSS reset */

body {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #c9d5d9;
}

.bodybg {
    background-image: url(graphics/saartje-bg1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 1600px;
}

p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #393939;
}

a {
    text-decoration: none;
    color: #ef7700;
    font-weight: 300;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin: 22px 0 12px 0.5em;
    letter-spacing: 0.5em;
}

a h1 {
    color: #393939;
}

header a:hover {
    text-decoration: none;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #393939;
    margin-bottom: 6px;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 5px;
    color: #ef7700;
    margin-bottom: 25px;
}

strong {
    font-weight: 500;

}

header {
    width: 100%;
    max-width: 1600px;
    height: 110px;
    margin: 0 auto;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1000;
    border-bottom: 1px solid #ef7700;
}

.noborder {
    border: none;
}

.headerbg {
    background-image: url(graphics/header-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

}

nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0 22vw;
    margin: 0;
}

nav li {
    display: inline-block;
    margin: 0;
    color: #ef7700;
    font-size: 18px;
    font-weight: 300;
}

nav li a {
    text-decoration: none;
    color: #393939;
    font-weight: 300;
}

nav li a:hover {
    text-decoration: none;
    color: #ef7700;
    font-weight: 300;
}

nav li ul {
    width: 80px;
    padding: 5px 0 10px 12px;
    margin-top: 0px;
    text-align: left;
    display: none;
    background-color: #f5fcfd;
    border-bottom: 1px solid #ef7700;
}

nav li:hover ul {
    position: absolute;
    display: block;
}

nav li ul li {
    font-style: italic;
    line-height: 25px;
    display: block;
}

nav li::after {
    display: block;
    content: attr(href);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.oranje {
    color: #ef7700;
}

.hamburgermenu {
    display: none;
}

.newalbum {
    width: 20vw;
    position: absolute;
    top: 15vh;
    right: 8vw;
    filter: drop-shadow(-4px 6px 8px rgba(0, 0, 0, 0.5));
    font-size: 16px;
    text-align: center;
}

.newalbum img {
    width: 100%;
    margin-top: 10px;
}

.kalender {
    width: 100px;
    position: absolute;
    top: 17vh;
    left: 18vw;
}

.kalender img {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.nieuws {
    color: #e08100;
    font-weight: 500;
}

.content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 13vw 40px 13vw;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-cms #content-wrap {
    width: 70vw;
    margin: 0 auto;
    padding-top: 110px;
}

.is-cms .content {
    padding: 50px 30px 40px 30px;
}

.is-cms .first {
    padding-top: 170px;
}

.schrijven {
    padding: 50px 20vw 40px 20vw;
}

.first {
    padding-top: 170px;
}

.balk {
    padding: 25px 13vw 0px 13vw;
}

.oranjebg {
    background-color: #fff7eb;
}

.item {
    width: 47%;
    font-size: 18px;
}

.breed {
    width: 100%;
}

.tweederde {
    width: 58%;
}

.eenderde {
    width: 37%;
}

.item img {
    width: 100%;
    margin: 9px 0 30px 0;
}

.half {
    width: 48% !important;
    float: left;
    margin: 8px 15px 10px 0 !important;
}

.driekwart {
    width: 90% !important;
    float: left;
    margin: 12px 0 40px 0 !important;
}

p > img {
    margin: 9px 0 0 0 !important;
}

.eenderde p > img {
    margin: 10px 0 0 0 !important;
}

p:has(img) {
    margin: 0;
}

.handgeschreven {
    width: 180px !important;
    height: auto;
    margin: -10px 20px 35px 0 !important;
    float: right;
}

.kringel {
    width: 115px !important;
    height: auto;
    margin: 0 20px 0px 0 !important;
}

.actueel {
    width: 100%;
    border: 1px solid #ef7700;
    padding: 15px 20px 0px 20px;
    margin: 33px 0 27px 0;
    background-color: #fff7eb;
    clear: both;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%;
    display: block;
    margin: 7px 0 35px 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fotos {
    padding: 110px 0 0 0;
    background: #000000;
}

.fotos ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.fotos li {
    list-style: none;
    height: 28vw;
    flex-grow: 1;
}

.fotos li:last-child {
    flex-grow: ;
}

.fotos img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: top !important;
}

.socials {
    height: 32px !important;
    width: auto !important;
    margin: 8px 7px 10px 0 !important;
}

footer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 300px;
    background-image: url(graphics/saartje-voeten.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 270px 40px 0 0;
    font-size: 14px;
    text-align: right;
    color: #FFF;
}

@media all and (min-width: 1600px) {
    nav ul {
        padding: 0 355px;
    }

    .fotos li {
        height: 448px;
    }
}

@media all and (max-width: 1280px) {

    nav ul {
        padding: 0 18vw;
    }

    .content {
        padding: 50px 10vw 40px 10vw;
    }

    .schrijven {
        padding: 50px 15vw 40px 15vw;
    }

    .first {
        padding-top: 160px;
    }


    .fotos {
        padding: 110px 0 0 0;
    }

    .fotos li {
        height: 28vw;
    }



}

@media all and (max-width: 1000px) {

    nav ul {
        padding: 0 14vw;
    }

    .content {
        padding: 50px 6vw 40px 6vw;
    }

    .schrijven {
        padding: 50px 6vw 40px 6vw;
    }

    .first {
        padding-top: 152px;
    }

    .fotos {
        padding: 110px 0 0 0;
    }

    .fotos li {
        height: 28vw;
    }




}

@media all and (max-width: 800px) {

    h1 {
        font-weight: 300;
        font-size: 26px;
        text-align: center;
        margin: 26px 0 12px 0.3em;
        letter-spacing: 0.3em;
    }

    header {
        height: 90px;
    }

    .headerbg {
        background-image: url(graphics/header-bg-mobiel.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;

    }

    .hamburgermenu {
        display: block;
        position: absolute;
        width: 45px;
        top: 33px;
        right: 20px;
    }

    .hamburgermenu img {
        width: 100%;
        height: auto;
    }

    nav {
        display: none;
        width: 193px;
        height: 275px;
        padding: 12px 0;
        margin: 0 0 0 0;
        position: fixed;
        top: 90px;
        right: 0px;
        left: auto;
        background-color: rgba(255, 255, 255, 0.8);
        overflow: auto;
        display: none;
        z-index: -1;
        border-bottom: 1px solid #ef7700;
    }

    nav ul {
        display: inline;
        max-width: 130px;
        padding: 10px 0 0 0;
        text-align: right;
    }

    nav ul li {
        font-size: 22px;
        line-height: 35px;
        height: 35px;
        padding: 0 20px 0px 0;
        margin: 0;
        display: block;
    }

    nav li a {
        height: 40px;
    }

    nav li ul {
        width: 85px;
        padding: 8px 0 6px 9px;
        margin-top: -20px;
        text-align: left;
        display: none;
        background-color: rgba(255, 255, 255, 0.70);
        border-bottom: 1px solid #ef7700;
    }

    .first {
        padding-top: 125px;
    }


    .fotos {
        padding: 90px 0 0 0;
    }

    .fotos li {
        height: 31vw;
    }


}

@media all and (max-width: 500px) {

    h1 {
        font-size: 21px;
        text-align: center;
        margin: 20px 0 12px -4.5vw;
        letter-spacing: 1.2vw;
        vertical-align: middle;

    }

    h3 {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 4px;
        margin-bottom: 15px;
    }

    .witregel {
        display: none;
    }

    header {
        height: 65px;
    }

    .hamburgermenu {
        display: block;
        position: absolute;
        width: 33px;
        top: 25px;
        right: 18px;
    }

    nav {
        top: 65px;
    }

    .content {
        padding: 30px 20px 10px 20px;
    }

    .first {
        padding-top: 85px;
    }

    .item,
    .tweederde,
    .eenderde {
        width: 100%;
    }

    .item img {
        width: 100%;
        margin: 8px 0 25px 0;
    }

    .walla .item:nth-of-type(3) {
        order: -1;
    }

    .breed {
        order: -1;
    }

    .driekwart {
        width: 100% !important;
    }

    .video {

        margin: 7px 0 17px 0;
    }

    .fotos {
        padding: 65px 0 0 0;
    }

    .fotos ul {
        display: inline;
    }

    .fotos li {
        width: 100%;
        height: auto;
    }

    .fotos img {
        width: 100%;

    }

    .newalbum {
        width: 50vw;
        top: auto;
        bottom: 20px;
        right: 25vw;
        filter: drop-shadow(-4px 6px 8px rgba(0, 0, 0, 0.5));
        color: #FFF;
        font-weight: 500;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }

    .half {
        width: 100% !important;
        float: left;
        margin: 8px 0px 15px 0 !important;
    }


    footer {
        padding-right: 20px;

    }
    
    footer a {
        color: #000;
        font-weight: 500;
    }


}
