@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900);
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Ruda', sans-serif;
    background-color: aliceblue;
    background: -webkit-linear-gradient(to right, aliceblue, aliceblue);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, aliceblue, aliceblue);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 0 5vw;
    overflow-wrap: break-word;
}

h3 {
    letter-spacing: 1.2px;
    margin-left: 5vw;
}

.text-center h2 {
    margin-bottom: 5vh;
}

.mt {
    margin-bottom: 5vh;
}

#whoWeare,
#rechtsgebieden,
#contact {
    padding: 5vh 0 0 0;
}

/*-----OpeningPage-----*/

.headBg {
    background-color: rgba(53, 74, 84, 0.94);
    z-index: -2;
    position: relative;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
}

/* BG OVERLAY */

.bg-overlay {
    background: rgba(53, 74, 84, 0.94);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}


.navbar img {
    background-repeat: no-repeat;
    display: inline-block;
    width: 5vh;
}

.openingLogo {
    width: 60vw;
    margin: 0 auto;
}

.logo2 {
    margin: 3vh 0;
}

.headBg-text {
    font-family: Raleway;
    background-color: rgba(255, 255, 255, 0.67);
    border: 4px solid rgba(194, 225, 245, 0);
    position: relative;
    text-align: center;
    color: #017096;
    border-radius: 25px;
    line-height: 2;
    letter-spacing: 1.1px;
    opacity: 85%;
    z-index: 5;
    padding: 2vh;
    font-size: 5em;
    font-weight: 900;
    width: 50vw;
}

.logo {
    background-image: url(../img/header1.png);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 19vw;
}

.smallLogo {
    background-image: url(../img/headersmall.jpg);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 40vh;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

/*---- Navbar ----*/

.navbar {
    background-color: #007496;
    padding: 1rem
}

.navbar-nav {
    font-size: 20px;
    letter-spacing: 1px;
    justify-content: space-around;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    border: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
    background: aliceblue;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: aliceblue;
    width: 30px;
    height: 2px;
    content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
}

/*-----hoverMenu-----*/

.nav-link {
    cursor: pointer;
    padding: 10px 16px;
    border: none;
    outline: none;
    text-align: center;

}



.nav-link:hover {
    background-color: #99aebb;
    border-radius: 25px;
}

/*-----whoWeare-----*/

#whoWeare {

    position: relative;
}

#whoWeare:before {
    content: "";
    background-image: url(../img/element3.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 35vw;
    height: 50vh;
    z-index: -1;
    top: 10vh;
    left: 30vw;
    opacity: 0.5;
}

h3 {
    color: #017096;
    letter-spacing: 3;
    position: relative;
}

#whoWeare h3:after {
    content: "";
    border-bottom: 1.5px solid #99aebb;
    width: 5vw;
    position: absolute;
    color: #017096;
    top: 20px;
    left: 95px;
}

span {
    font-weight: 900;
}

#tekstWhoWeAre {
    margin: 5vw 0;
}

.profile {
    text-align: center;
    margin: 5vh 17vw;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
}

.profile img {
    max-width: 30vh;
}

.profileTekst1,
.profileTekst2,
.profileTekst3,
.profileTekst4,
.profileTekst5 {
    font-size: 1em;
    line-height: 1.6;
    padding: 5vh 10vw;
}

.carousel-inner {
    opacity: 0.7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

#data-slide-to {
    background-color: black;
}

.thumbnailswhoweare {
    text-align: center;
    margin: 5% 10%;
    font-family: 'raleway', sans-serif;
}

.thumbnailswhoweare img {
    width: 15%;
}


/*-----Testimonials-----*/

#testimonials {
    background-color: #007496;
    color: aliceblue;
    position: relative;
    padding: 5vh 0;
}

#testimonials h3 {
    color: aliceblue;
}

#testimonials h3:before {
    content: "";
    border-bottom: 1px solid aliceblue;
    width: 5vw;
    position: absolute;
    top: 20px;
    left: 230px;
}

#blockquotes {
    background-image: url(../img/icon-quote.svg);
    width: 50px;
    height: 40px;
    margin: 0 0 5vh 0;
    background-repeat: no-repeat;
    display: inline-block;
    filter: brightness(90%);

}

#tekstTestimonials {
    margin: 5vw 5vw 0 5vw;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

/*-----Rechtsgebieden-----*/


#rechtsgebieden {
    position: relative;
    background-color: rgba(238, 241, 250, 0.51);
}

#rechtsgebieden:before {
    content: "";
    position: absolute;
    background-image: url(../img/element3.png);
    background-repeat: no-repeat;
    width: 35vw;
    height: 50vh;
    z-index: -10;
    top: -5vh;
    right: 0vw;
    opacity: 0.5;
}

#rechtsgebieden:after {
    content: "";
    position: absolute;
    background-image: url(../img/element3.png);
    background-repeat: no-repeat;
    width: 35vw;
    height: 50vh;
    z-index: -10;
    bottom: -20vh;
    left: 5vw;
    opacity: 0.5;
}

.image {
    position: relative;
    overflow: hidden;
}

.image img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.image .caption {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 25%;
    padding: 0.5vh;
    background-color: #5c5353;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
}

.image:hover .caption {
    opacity: 0.8;
    font-weight: 200;
    height: 100%;

    transform: scale(1.1);
    font-weight: 500;

}

.image .captionmodal {
    font-size: 1.2rem;
    height: 35%;
}


.image:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#rechtsgebieden img {
    width: 100%;
    z-index: -5;
}

#rechtsgebieden h3:after {
    content: "";
    border-bottom: 1px solid #99aebb;
    width: 5vw;
    position: absolute;
    color: #017096;
    top: 20px;
    left: 250px;
}

.pic {
    margin-top: 10vh;
}


.modal-body {
    /*background-color: #017096;*/
    /*color: aliceblue;*/
    line-height: 1.3;
    padding: 0rem;
}

.modal-text {
    background-color: #017096;
    color: aliceblue;
}

.description {
    font-size: 14px;
    color: #867f64
}

/*-----Blog-----*/

/* ------------------------------------------------------------------- 
 * ## masonry entries 
 * ------------------------------------------------------------------- */
.masonry .entry {
    margin-bottom: 40px;
}

.masonry .entry__thumb,
.masonry .entry__text {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.masonry .entry__thumb {
    position: relative;
    overflow: hidden;
}

.masonry .entry__thumb-link img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.masonry .entry__thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.masonry .entry__thumb-link::after {
    content: "...";
    font-family: georgia, serif;
    font-size: 2.7rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -1px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.masonry .entry__thumb:hover .entry__thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.masonry .entry__text {
    padding: 3rem 2.8rem 3.6rem;
    background-color: #FFFFFF;
}

.masonry .entry__title {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-top: 0;
    margin-bottom: 2.1rem;
}

.masonry .entry__title a {
    color: #000000;
    border-bottom: 1px solid transparent;
}

.masonry .entry__title a:hover,
.masonry .entry__title a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.masonry .entry__date {
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: .6rem;
}

.masonry .entry__date a {
    color: #858585;
}

.masonry .entry__excerpt {
    font-size: 1.5rem;
    line-height: 1.8;
}

.masonry .entry__meta {
    font-family: "metropolis-semibold", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.masonry .entry__meta a {
    color: #0054a5;
}

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
    color: #000000;
}

.masonry .entry__meta-links a::after {
    content: ", ";
}

.masonry .entry__meta-links a:last-child::after {
    display: none;
}

.entry__thumb p {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5;
    padding: 5vh 2vh;
}


/* ------------------------------------------------------------------- 
 *  ## post formats - masonry view
 * ------------------------------------------------------------------- */

/* format quote & format link
 * --------------------------------------- */
.format-quote,
.format-link {
    text-align: center;
}

.format-quote .entry__thumb,
.format-link .entry__thumb {
    display: table;
    background: #FFFFFF;
    padding: 2.4rem 3rem 4.8rem;
    min-height: 324px;
    width: 100%;
    position: relative;
}

.format-quote .entry__thumb::before,
.format-link .entry__thumb::before {
    content: "";
    display: block;
    height: 3.6rem;
    width: 3.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 3.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.format-quote blockquote::before {
    display: none;
}

.format-quote blockquote,
.format-link .link-wrap {
    display: table-cell;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}

.format-quote blockquote p,
.format-link .link-wrap p {
    font-family: "librebaskerville-bold", serif;
    color: #000000;
    padding: 7.8rem 0 0 0;
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
    line-height: 1.625;
}

.format-quote cite,
.format-link cite {
    display: block;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.6;
    color: #999999;
}

.format-quote cite::before,
.format-link cite::before {
    display: none;
}

.format-quote cite a,
.format-quote cite a:visited {
    color: #999999;
    border: none;
}

.format-quote .entry__thumb::before {
    background-image: url(../img/icon-quote.svg);
}

.format-link .entry__thumb::before {
    background-image: url(../img/icon-quote.svg);
    width: 3.3rem;
}

.format-link .link-wrap cite:before {
    display: none;
}

.format-link .link-wrap cite a,
.format-link .link-wrap cite a:visited {
    color: #999999;
    display: inline-block;
    padding-bottom: .3rem;
}

.format-link .link-wrap cite a:hover,
.format-link .link-wrap cite a:focus {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* format video
 * --------------------------------------- */
.format-video .entry__thumb a {
    cursor: zoom-in;
    display: block;
    position: relative;
}

.format-video .entry__thumb a img {
    vertical-align: bottom;
}

.format-video .entry__thumb a::before {
    content: "";
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    cursor: zoom-in;
    background-image: url(../images/icons/icon-video.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* -------------------------------------------------------------------
 * ## pageheader content
 * ------------------------------------------------------------------- */
.featured {
    background-color: #151515;
    height: 564px;
    position: relative;
}

.featured::before,
.featured::after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 50%;
}

.featured::before {
    left: -75px;
}

.featured::after {
    right: -75px;
}

.featured__column {
    float: left;
}

.featured .entry {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.featured .entry h1 {
    font-size: 3.6rem;
    line-height: 1.333;
    margin-top: 0;
    margin-bottom: 3rem;
}

.featured .entry h1 a {
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured .entry h1 a:focus,
.featured .entry h1 a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured .entry::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: .5;
    background-color: #151515;
}

.featured .entry:hover::before {
    opacity: .8;
}

.featured .entry__content {
    position: absolute;
    left: 0;
    bottom: 6rem;
    width: 100%;
    padding: 0 20% 0 6rem;
    display: block;
}

.featured .entry__category {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.1rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 2.4rem;
}

.featured .entry__category a {
    display: inline-block;
    color: #FFFFFF;
    padding: 0 1.5rem;
}

.featured .entry__info {
    position: relative;
}

.featured .entry__profile-pic {
    float: left;
    height: 4.2rem;
    width: 4.2rem;
    margin-top: -.9rem;
}

.featured .entry__profile-pic img {
    border-radius: 50%;
}

.featured .entry__meta {
    list-style: none;
    margin: 0 0 0 6rem;
    padding: 0;
    font-family: "metropolis-semibold", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.featured .entry__meta li {
    display: inline-block;
    padding-left: 0;
}

.featured .entry__meta li::after {
    content: '\2022';
    margin-left: 9px;
    margin-right: 6px;
}

.featured .entry__meta li:last-child::after {
    display: none;
}

.featured .entry__meta a {
    color: rgba(255, 255, 255, 0.5);
}

.featured .entry__meta a:focus,
.featured .entry__meta a:hover {
    color: #FFFFFF;
}

.featured__column--big {
    width: 66.66666%;
    position: relative;
}

.featured__column--big .entry {
    height: 564px;
}

.featured__column--big .entry__category a {
    background-color: #01aef0;
}

.featured__column--small {
    width: 33.333333333%;
    position: relative;
}

.featured__column--small .entry {
    height: 282px;
}

.featured__column--small .entry h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

.featured__column--small .entry__content {
    bottom: 2.4rem;
    padding: 0 10% 0 3rem;
}

.featured__column--small .entry__category {
    font-size: 1rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem;
}

.featured__column--small .entry__category a {
    background-color: #679a23;
}

.featured__column--small .entry__profile-pic {
    display: none;
}

.featured__column--small .entry__meta {
    margin: 0;
    font-size: 1.4rem;
}

/* animate .featured
 * ------------------------------------------------------------------- */
html.cl-preload .featured {
    opacity: 0;
}

html.cl-loaded .featured {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .featured {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## feature section animation
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

/* fade out */
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }

}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * pageheader content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
    .pageheader-content {
        padding: 0;        
    }

    .featured::before,
    .featured::after {
        display: none;
    }

}

@media only screen and (max-width:1200px) {
    .featured {
        height: auto;
    }

    .featured__column--big .entry {
        height: 522px;
    }

    .featured__column--big .entry h1 {
        font-size: 3.2rem;
    }

    .featured__column--small .entry {
        height: 261px;
    }

}

@media only screen and (max-width:1000px) {
    .featured__column--big {
        width: 60%;
    }

    .featured__column--big .entry {
        height: 504px;
    }

    .featured__column--big .entry h1 {
        font-size: 3rem;
    }

    .featured__column--big .entry__content {
        padding: 0 10% 0 4.2rem;
    }

    .featured__column--small {
        width: 40%;
    }

    .featured__column--small .entry {
        height: 252px;
    }

}

@media only screen and (max-width:900px) {
    .pageheader-content {
        max-width: 780px;
    }

    .featured__column {
        float: none;
        width: 100%;
    }

    .featured__column--big .entry {
        height: 468px;
    }

    .featured__column--small:after {
        content: "";
        display: table;
        clear: both;
    }

    .featured__column--small .entry {
        height: 300px;
        float: left;
        width: 50%;
    }

}

@media only screen and (max-width:800px) {
    .featured__column .entry {
        height: 360px;
    }

    .featured__column .entry h1 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .featured__column .entry__content {
        bottom: 5.4rem;
        padding: 0 10% 0 4.2rem;
    }

    .featured__column--small .entry {
        float: none;
        width: 100%;
    }

    .featured__column--small .entry:last-child {
        display: none;
    }

    .featured__column--small .entry__category {
        font-size: 1.1rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .featured__column--small .entry__profile-pic {
        display: block;
    }

    .featured__column--small .entry__meta {
        margin: 0 0 0 6rem;
        font-size: 1.6rem;
    }

}

@media only screen and (max-width:700px) {
    .pageheader-content {
        max-width: 540px;
    }

}

@media only screen and (max-width:600px) {
    .pageheader-content {
        max-width: 500px;
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .featured__column .entry {
        height: 330px;
    }

    .featured__column .entry h1 {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }

    .featured__column .entry__content {
        bottom: 4.2rem;
        padding: 0 3rem 0;
    }

    .featured__column .entry__category {
        font-size: 1rem;
        line-height: 2.1rem;
        margin-bottom: 1.5rem;
    }

    .featured__column .entry__profile-pic {
        display: none;
    }

    .featured__column .entry__meta {
        margin: 0rem;
        font-size: 1.5rem;
    }

}

@media only screen and (max-width:500px) {
    .featured__column .entry h1 {
        font-size: 2.4rem;
    }

    .featured .entry__content {
        bottom: 3.6rem;
    }

    .featured .entry__meta {
        font-size: 1.4rem;
    }

}

@media only screen and (max-width:400px) {
    .featured__column .entry {
        height: 288px;
    }

    .featured__column .entry h1 {
        font-size: 2rem;
    }

    .featured .entry__content {
        bottom: 3rem;
        padding: 0 2.4rem 0;
    }

}




/* ===================================================================
 * # s-content
 *
 * ------------------------------------------------------------------- */
.s-content {
    background-color: #f2f2f2;
    padding-top: 8.4rem;
    padding-bottom: 7.2rem;
}

.s-content--no-padding-bottom {
    padding-bottom: 0;
}

.s-content--narrow .row {
    max-width: 960px;
}

.s-content__header {
    padding-bottom: 3rem;
    text-align: center;
}

.s-content__header h1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-top: 0;
    letter-spacing: -.15rem;
}

.s-content__header .lead {
    color: rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-content--narrow .row {
        max-width: 900px;
    }

}

@media only screen and (max-width:1000px) {
    .s-content--narrow .row {
        max-width: 800px;
    }

    .s-content__header h1 {
        font-size: 4.5rem;
    }

}

@media only screen and (max-width:800px) {
    .s-content {
        padding-top: 6rem;
    }

    .s-content__header h1 {
        font-size: 4rem;
    }

}

@media only screen and (max-width:600px) {
    .s-content__header h1 {
        font-size: 3.6rem;
    }

}

/* -------------------------------------------------------------------
 * ## masonry layout
 * ------------------------------------------------------------------- */
.masonry-wrap {
    max-width: none;
    width: 1440px;
    overflow: hidden;
}

.masonry {
    margin-bottom: 3rem;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer,.masonry__brick {
    width: 360px;
}

.masonry__brick {
    float: left;
    padding: 0 20px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * masonry layout
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1480px) {
    .masonry-wrap {
        width: 1080px;
    }

}

@media only screen and (max-width:1140px) {
    .masonry-wrap {
        width: 1020px;
    }

    .masonry .grid-sizer,
    .masonry .masonry__brick {
        width: 340px;
    }

}

@media only screen and (max-width:1060px) {
    .masonry-wrap {
        width: 740px;
    }

    .masonry .grid-sizer,
    .masonry .masonry__brick {
        width: 370px;
    }

}

@media only screen and (max-width:800px) {
    .masonry-wrap {
        max-width: 700px;
        width: 90%;
    }

    .masonry .grid-sizer,
    .masonry .masonry__brick {
        width: 50%;
        padding: 0 15px;
    }

}

@media only screen and (max-width:700px) {
    .masonry-wrap {
        max-width: 400px;
    }

    .masonry .grid-sizer,
    .masonry .masonry__brick {
        width: 100%;
        clear: both;
    }

}

@media only screen and (max-width:600px) {
    .masonry-wrap {
        width: auto;
    }

    .masonry .grid-sizer,
    .masonry .masonry__brick {
        padding: 0 10px;
    }

}

@media only screen and (max-width:400px) {
    .masonry .masonry__brick {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}


/* ===================================================================
 * # s-extra
 *
 * ------------------------------------------------------------------- */
.s-extra {
    background-color: #FFFFFF;
    padding-top: 7.8rem;
    padding-bottom: 9rem;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
}

.s-extra a {
    color: #000000;
}

.s-extra a:hover,
.s-extra a:focus {
    color: #0054a5;
}

.s-extra h3,
.s-extra h5 {
    margin-top: 0;
}

.s-extra h3 {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-bottom: 3rem;
}

.s-extra h5 {
    font-family: "metropolis-extrabold", sans-serif;
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: .6rem;
}

.s-extra .top [class*="col-"] {
    margin-bottom: 4.8rem;
}


/* -------------------------------------------------------------------
 * ## popular posts
 * ------------------------------------------------------------------- */
.s-extra .popular__post {
    position: relative;
    padding-left: 9.5rem;
    margin-bottom: 3.3rem;
    min-height: 5.4rem;
}

.s-extra .popular__thumb {
    position: absolute;
    top: .3rem;
    left: 0;
}

.s-extra .popular__thumb img {
    height: 6.9rem;
    width: 6.9rem;
}

.s-extra .popular__meta {
    font-size: 1.3rem;
    line-height: 1.615;
}


/* -------------------------------------------------------------------
 * ## about
 * ------------------------------------------------------------------- */
.s-extra .about {
    padding: 0 40px;
}

.s-extra .about p {
    margin-bottom: 1.5rem;
}

.s-extra .about__social {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
}

.s-extra .about__social li {
    display: inline-block;
    padding-left: 0;
    margin-right: 9px;
}


/* -------------------------------------------------------------------
 * ## tags
 * ------------------------------------------------------------------- */
.s-extra .tags-wrap {
    max-width: 900px;
}

.s-extra .tags {
    text-align: center;
}

.s-extra .tagcloud {
    padding-top: .6rem;
}

.s-extra .tagcloud a {
    display: inline-block;
    font-family: "metropolis-extrabold", sans-serif;
    font-size: 1.3rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 0 2rem;
    margin: 0 1.2rem 1.5rem 0;
    border-radius: 3px;
    background: #e2e2e2;
    text-decoration: none;
    color: #333333;
    position: relative;
}

.s-extra .tagcloud a:hover,
.s-extra .tagcloud a:focus {
    color: #FFFFFF;
    background: #151515;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-extra
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-extra .top {
        max-width: 900px;
    }

    .s-extra .popular__posts article:nth-child(n+5) {
        display: none;
    }

}

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

    .s-extra .top,
    .s-extra .tags-wrap {
        max-width: 800px;
    }

}

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

    .s-extra .top,
    .s-extra .tags-wrap {
        max-width: 550px;
    }

    .s-extra .about {
        padding: 0 15px;
    }

    .s-extra .tags {
        text-align: left;
    }

}

@media only screen and (max-width:600px) {

    .s-extra h3,
    .s-extra .about,
    .s-extra .tags {
        text-align: center;
    }

    .s-extra .popular__thumb {
        left: .6rem;
    }

    .s-extra .popular__thumb img {
        height: 6.6rem;
        width: 6.6rem;
    }

    .s-extra .about {
        padding: 0 10px;
    }

}

@media only screen and (max-width:400px) {
    .s-extra .popular__post {
        padding-left: 8.5rem;
    }

    .s-extra .popular__thumb {
        left: .6rem;
    }

    .s-extra .popular__thumb img {
        height: 6.3rem;
        width: 6.3rem;
    }

    .s-extra .about {
        padding: 0;
    }

}

/* ===================================================================
 * # blog styles
 *
 * ------------------------------------------------------------------- */
.s-content--narrow .s-content__header {
    padding: 0 8rem;
}

.s-content--narrow h3.remove-top-margin {
    margin-top: 0;
}

.s-content--narrow h3.quarter-top-margin {
    margin-top: 1.5rem;
}

.s-content--narrow h3.half-top-margin {
    margin-top: 3rem;
}

.s-content__header-title {
    font-size: 4.2rem;
    line-height: 1.214;
    margin-bottom: .9rem;
}

.s-content__header-meta {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.2rem;
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.s-content__header-meta li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem;
}

.s-content__header-meta span,
.s-content__header-meta a {
    color: #000000;
}

.s-content__header-meta .cat a::after {
    content: ",";
}

.s-content__header-meta .cat a:last-child::after {
    content: none;
}


/* -------------------------------------------------------------------
 * ## content main
 * ------------------------------------------------------------------- */
.s-content__main {
    margin-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.s-content__main img {
    max-width: 960px;
    margin: 3rem 0 3rem -6rem;
}


/* -------------------------------------------------------------------
 * ## content media
 * ------------------------------------------------------------------- */
.s-content__media {
    padding: 0;
    margin-top: 4.8rem;
}

.s-content__media img {
    vertical-align: bottom;
}

.s-content__media,
.s-content__post-thumb {
    position: relative;
}


/* -------------------------------------------------------------------
 * ## post tags
 * ------------------------------------------------------------------- */
.s-content__tags {
    margin-top: 6rem;
    font-family: "metropolis-regular", sans-serif;
}

.s-content__tags span {
    font-family: "metropolis-bold", sans-serif;
    color: #151515;
    position: relative;
    padding-right: 55px;
    margin-right: 1.5rem;
    margin-top: 1.2rem;
}

.s-content__tags span::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.s-content__tags .s-content__tag-list {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
}

.s-content__tags .s-content__tag-list::after {
    display: none;
}

.s-content__tags .s-content__tag-list a {
    display: inline-block;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.3rem;
    line-height: inherit;
    color: #7f7f7f;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.s-content__tags .s-content__tag-list a:hover,
.s-content__tags .s-content__tag-list a:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.s-content__tags .s-content__tag-list a:last-child {
    margin-right: 0;
}


/* -------------------------------------------------------------------
 * ## author profile
 * ------------------------------------------------------------------- */
.s-content__author {
    margin-top: 10.2rem;
    padding-left: 9rem;
    position: relative;
}

.s-content__author img {
    margin: 0 !important;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.s-content__author p {
    margin-bottom: 1.2rem;
}

.s-content__author-name {
    margin-top: 0;
}

.s-content__author-name a {
    color: #151515;
}

.s-content__author-social {
    list-style: none;
    margin-left: 0;
    font-family: "metropolis-bold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-content__author-social li {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0;
}

.s-content__author-social a {
    color: #151515;
}


/* -------------------------------------------------------------------
 * ## blog single page navigation
 * ------------------------------------------------------------------- */
.s-content__pagenav {
    margin-top: 10.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.s-content__nav:after {
    content: "";
    display: table;
    clear: both;
}

.s-content__nav span {
    display: block;
    font-family: "metropolis-medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #7f7f7f;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.s-content__nav a {
    font-family: "librebaskerville-bold", serif;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #19191b;
}

.s-content__nav a:hover span,
.s-content__nav a:focus span {
    color: #19191b;
}

.s-content__prev,
.s-content__next {
    width: 50%;
    float: left;
    padding-right: 2rem;
}


/* -------------------------------------------------------------------
 * ## format gallery
 * ------------------------------------------------------------------- */
.format-gallery .entry__thumb {
    overflow: hidden;
}

.format-gallery .slider {
    overflow: hidden;
}

.format-gallery .slick-dots {
    text-align: left;
    margin: 0;
    padding: 0 2rem 0 2.4rem;
    position: absolute;
    top: auto;
    bottom: 2.4rem;
    left: 0;
}

.format-gallery .slider__slides {
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.format-gallery .slider__slides.slick-initialized {
    opacity: 1;
    visibility: visible;
}


/* -------------------------------------------------------------------
 * ## format video
 * ------------------------------------------------------------------- */
.format-video .video-container {
    margin-bottom: 0;
}


/* -------------------------------------------------------------------
 * ## format audio
 * ------------------------------------------------------------------- */
.format-audio .audio-wrap {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * blog styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-content--narrow .s-content__header {
        padding: 0 6rem;
    }

    .s-content__main {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .s-content__main img {
        max-width: 900px;
        margin: 3rem 0 3rem -5rem;
    }

}

@media only screen and (max-width:1000px) {
    .s-content--narrow .s-content__header {
        padding: 0 6rem;
    }

    .s-content__header-title {
        font-size: 3.8rem;
    }

    .s-content__main {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .s-content__main img {
        max-width: 800px;
        margin: 3rem 0 3rem -4rem;
    }

}

@media only screen and (max-width:900px) {

    .s-content__main,
    .s-content__media {
        padding-left: 15px;
        padding-right: 15px;
    }

    .s-content--narrow .s-content__header {
        padding: 0 5rem;
    }

    .s-content__main img {
        max-width: 100%;
        margin: 3rem 0 3rem;
    }

}

@media only screen and (max-width:800px) {
    .s-content__header-title {
        font-size: 3.6rem;
    }

    .s-content__prev,
    .s-content__next {
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
        margin-bottom: 1.8rem;
    }

    .s-content__author {
        text-align: center;
        padding-left: 0;
    }

    .s-content__author img {
        position: static;
    }

    .s-content__author-name {
        margin-top: 1.2rem;
    }

}

@media only screen and (max-width:600px) {

    .s-content--narrow .s-content__header,
    .s-content__main,
    .s-content__media {
        padding-left: 10px;
        padding-right: 10px;
    }

    .s-content__prev,
    .s-content__next {
        text-align: center;
    }

}

@media only screen and (max-width:500px) {
    .s-content__header-title {
        font-size: 3.4rem;
    }

}

@media only screen and (max-width:400px) {

    .s-content--narrow .s-content__header,
    .s-content__main,
    .s-content__media {
        padding-left: 0;
        padding-right: 0;
    }

    .s-content--narrow .s-content__header {
        margin-top: 0;
    }

    .s-content__header-title {
        font-size: 3.3rem;
    }

}


/* -------------------------------------------------------------------
 * ## comments 
 * ------------------------------------------------------------------- */
.comments-wrap {
    background-color: #e5e5e5;
    padding: 8.4rem 0 9rem;
    margin-top: 10.2rem;
}

/* comments
 * -------------------------------------------------- */
#comments {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    max-width: 880px;
    color: #4c4c4c;
}

#comments h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#comments ol,
#comments ul {
    list-style: none;
}

.commentlist {
    margin: 6rem 0 5.4rem;
    padding: 0;
}

.commentlist > .comment {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1.8rem 0;
    padding-left: 14%;
}

.comment__avatar {
    position: absolute;
    left: 0;
    display: block;
    height: 6rem;
    width: 6rem;
}

.comment__avatar img {
    margin-top: 0.6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
}

.comment__info cite {
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.9rem;
    line-height: 1.263;
    font-style: normal;
    color: #151515;
}

.comment__meta {
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.45rem;
    line-height: 3rem;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.comment__meta time {
    margin-right: 12px;
}

.comment__meta .reply {
    font-family: "metropolis-semibold", sans-serif;
}

.comment__text {
    clear: both;
    margin: 1.8rem 0 0 0;
    padding: 0;
}

.comment ul.children {
    margin: 0;
    padding: 1.8rem 0 0 0;
}

.comment ul.children li {
    padding-left: 5%;
    padding-top: 1.8rem;
}

/* comments form
 * ---------------------------- */
#comments .respond {
    padding-top: 4.2rem;
}

#comments form {
    padding-top: 3rem;
}

#comments form .form-field {
    margin-bottom: 3.9rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * comments
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    #comments {
        max-width: 830px;
    }

}

@media only screen and (max-width:1000px) {
    #comments {
        max-width: 750px;
    }

}

@media only screen and (max-width:800px) {
    #comments form button {
        width: 100%;
    }

    .comment__avatar {
        height: 5.1rem;
        width: 5.1rem;
    }

    .comment__avatar img {
        margin-top: 0;
        height: 5.1rem;
        width: 5.1rem;
    }

}

@media only screen and (max-width:600px) {
    #comments h3 {
        text-align: center;
    }

    .commentlist > .comment {
        padding-left: 0;
    }

    .commentlist .comment__avatar {
        display: none;
    }

}




/* Footer Section */

#f {
    background-color: #354a54;
    color: #999999;
    font-size: 12px;
    padding: 8vh 10vw;
}

#f h3 {
    color: #9d9d9d;
    text-align: left;
    margin-left: 0vw;
    font-size: 13px;
    margin-top: 1rem;
}

#f p {
    font-size: 12px;
    margin-bottom: 0.25rem;
}

#f a {
    color: #007496;
}

/* copyright section */

#copyright {
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

#copyright p {
    font-size: 12px;
    margin-bottom: 0.25rem;
}

/* inform section */

#inform {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#inform h3 {
    margin-left: 0vw;
}


/*-----Contact-----*/

#contact {
    background-color: #f2f2f2;
}

#contact h3:after {
    content: "";
    border-bottom: 1px solid #99aebb;
    width: 5vw;
    position: absolute;
    color: #017096;
    top: 20px;
    left: 140px;
}

.thumbnails {
    text-align: center;
    margin: 5% 10%;
    font-family: 'raleway', sans-serif;
}

.thumbnails img {
    width: 15%;
}

.firstLine {
    color: #151313;
    font-size: 1em;
    font-weight: 400;
    margin-top: 3%;
    margin-bottom: 10%;
}

.secondLine {
    color: darkgrey;
    line-height: 1;
    font-size: 0.75em;
    font-weight: 400;
}

.mapForm {
    position: relative;
    margin: 5%;
}

.formulier {
    border-radius: 10px;
    padding: 0 10%
}

/* Style inputs with type="text", select elements and textareas */
.formulier input[type=text],
.formulier select,
.formulier textarea {
    font-size: 0.75em;
    width: 100%;
    /* Full width */
    padding: 10px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 10px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 5px;
    /* Bottom margin */
    resize: vertical
        /* Allow the user to vertically resize the textarea (not horizontally) */
}



.formulier input[type=text],
.formulier textarea {
    background-color: rgba(255, 255, 255, 0.57);
}


.formulier label {
    font-size: 1em;
    color: #666666;
    text-align: left;
}

/* Style the submit button with a specific background color etc */
.formulier input[type=submit] {
    background-color: #99aebb;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

/* When moving the mouse over the submit button, add a darker color */
.formulier input[type=submit]:hover {
    background-color: #017096;
}

/* -- section contact -- */


.contactTekst {
    width: 100%;
    padding: 7% 5% 2% 5%;
    background-color: #99aebb;
    margin-top: -2%;
}

#contact p {
    font-family: 'Raleway', sans-serif;

}

.add:nth-child(2) {
    margin-top: 10%;
}

.add p,
.ph p,
.email p,
.btw p {
    margin-bottom: 2%;
}

.add,
.ph,
.email,
.btw {
    margin-bottom: 7%;
}

/*--buttons--*/
.btn-normal {
    font-size: 0.7rem;
}

/*-----@media(768px)-----*/

@media (min-width:768px) {

    #container {
        padding: 10vh;
    }


    .openingLogo {
        max-width: 60vw;
        max-height: 60vh;
    }

    .logo1 {
        margin: 7.5vh -1vw;
    }

    .arrow_box {
        width: 43%;
        margin: -38% 25%;
    }

    .profile {
        margin: 0;
    }

}

/*-----@media(992px)-----*/

@media (min-width:992px) {
    #element {
        background-color: red;
    }

    .openingLogo {
        max-width: 45vw;
        max-height: 45vh;
    }

    .logo1 {
        margin: 6.5vh -1vw;
    }

    .openingtext {
        margin: 0 4vw
    }

    .arrow_box {
        width: 38%;
        margin: -38% 25%;
    }

}

/*-----@media(1200px)-----*/

@media (min-width:1200px) {
    #element {
        padding: 10%;
    }

    .openingLogo {
        max-width: 30vw;
        max-height: 30vh;
    }

    .logo1 {
        margin: 7.5vh -1vw;
    }

    .arrow_box {
        width: 30%;
        margin: -38% 20%;
    }

}
