:root {
    --main-color: #0094ce;
    --sec-color: #e09c19;
    --text-color: #636363;
}

.sluitknop {
    margin-left: 15px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    border: none;
    background-image: url("../img/kruis.png");
    background-size: cover;
    cursor: pointer;
}


.lees {
    font-size: 1.4em;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #e09c19;
    z-index: 1000;
    padding: 20px;
}

.lees a {
    cursor: pointer;
    font-size: 1em;
    font-family: 'Alegreya Sans', sans-serif;
    color: white;
    font-weight: bold;
    text-decoration: none;

}

.lees:hover {
    background-color: black;
    cursor: pointer;
}


/* reactie deelenemers */
.reactie {
    background-color: #0094ce;
    padding: 20px;
}
.reactie p {
    color: white;
}

.reactie h2 {
    padding-top: 0;
    color: white;
}

.reactie em {
    color: white;
    font-size: 1.2em;
    padding-top: 15px;
    font-family: 'Alegreya Sans', sans-serif;
    padding-top: 25px;

}



.container_logofrontheader {
    width: 100vw;
    min-height: 300px;
    z-index: 1000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.container_introtekst {
    width: 100vw;
    min-height: 300px;
    z-index: 1000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}


.introtekst {
    margin: 0 auto;
    max-width: 400px;  
    color: white; 
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    font-family: 'Alegreya Sans', sans-serif;
    line-height: 1.3zem;
}


.logofrontheader {
    margin: 0 auto;
    max-width: 350px;
    background-color: white;
}

.logofrontheader img {
    width: 100%;
}

/* plaates cms */
.plaatjelinks {
    float: left;
    width: 33%;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 20px;
}


.zichtbaar_block {
    display: block;
}

.zichtbaar_flex {
    display: flex;
}

/* videos youtube */
.video-container {
    position:relative;
    padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

* {
    box-sizing: border-box;
}


figure {
    padding: 0;
    margin: 0;
}

figure img {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

section hr {
    height: 6px;
    background-color: var(--sec-color);
    border: 0px;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 15px;
}

section li {
    color: var(--text-color);
}



@font-face {
    font-family: 'RijksoverheidSansText';
    src: url('../fonts/RijksoverheidSansText-Bold.woff2') format('woff2'),
        url('../fonts/RijksoverheidSansText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RijksoverheidSansHeading';
    src: url('../fonts/RijksoverheidSansHeading-Regular.woff2') format('woff2'),
        url('../fonts/RijksoverheidSansHeading-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RijksoverheidSansText';
    src: url('../fonts/RijksoverheidSansText-Regular.woff2') format('woff2'),
        url('../fonts/RijksoverheidSansText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RijksoverheidSansHeading';
    src: url('../fonts/RijksoverheidSansHeading-Bold.woff2') format('woff2'),
        url('../fonts/RijksoverheidSansHeading-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}




textarea:focus, button:focus{
    outline: 0;
}

body {
    background-color: #b9c32b;
    height: 100%;
}

#wrapper {
    max-width: 1000px;
    background-color: white;
    margin: 0 auto;
    /* padding: 20px; */
    min-height: 100%;
    position: relative;
}

section {
    padding: 20px;
}

.zichtbaar {
    display: none;
}

p, a, h1, h2, h3, h4, h5, h6, li {
    padding: 0;
    margin: 0;
    font-family: 'Alegreya Sans', sans-serif;
}


p {
    padding-top: 0.5em;
    font-size: 1.2em;
    line-height: 1.50em;
    padding-bottom: 0.5em;
    color: var(--text-color);
}

/* section a {
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 2px solid var(--sec-color)
} */

.knoppenbalk {
    display: inline-block;
    margin: 15px 0;
}

.knoppenbalk a {
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    background-color: var(--main-color);
    font-family: 'Alegreya Sans', sans-serif;
    padding: 20px 40px;
    margin-right: 10px;
    line-height: 4em;
}

.knoppenbalk a:hover {
    background-color: black;
    color: white;
}



section a:hover {
    color: black;
}

ul {
    padding: 0;
    padding-left: 20px;
}

li {
    font-size: 1.2em;
    line-height: 1.50em;
    padding-left: 0;var
}

h1 {
    padding-top: 0.5em;
    line-height: 1em;
    color: var(--main-color);
    font-size: 3em;

}

h2 {
    padding-top: 0.5em;
    font-size: 1.25em;
    line-height: 1.5em;
    color: var(--main-color);
    padding-bottom: 0;
    margin-bottom: 0;

}

h3  {
    padding-top: 0.5em;
    font-size: 2em;
    line-height: 1.45em;
    color: var(--main-color);
}

.header {
    height: auto;
    background-color: white;
    -webkit-box-shadow: -1px 4px 28px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px -19px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px -19px rgba(0,0,0,0.75);
    z-index: 100
}

.menucontainer {
    text-align: center;
    padding-bottom: 10px;
    max-width: 1000px;
    margin: 0 auto;
    
}


.header nav ul {
    padding: 0;
    margin: 0;
}

.header nav ul li {
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    list-style: none;
}

.header nav ul li a {
    text-decoration: none;
    color: #777;
}

.blauw {
    background-color: #0094ce;
}

.header nav ul li a:hover {
    text-decoration: none;
    color: black;
}

figure {
    position: relative;
}

.cirkelplaatje {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -20px;
    right: -10px;
    background-image: url("../img/verrekijker.png");
    background-size: cover;
}

.row img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

/* .row figure {
    margin: 0;
    padding: 0;
} */

.gridgallery figure {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.gridgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gridgallery a {
    width:calc(50% - 6px)
}

.gridgallery img {
    max-width: 100%;
    display: block;
    transition: transform .2s ease-in-out;
    height: auto;
}

.gridgallery a:hover img {
    transform: scale(1.15);
  }

.social {
    text-align: center;
}  

.pagenumbers {
    display: flex;
    justify-content: space-between;
}

.pagenumbers a {
    text-decoration: none;
    color: var(--main-color);
}

.pagenumbers a:hover {
    color: black;
}

.vierkoloms img {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 10px;
}

.footer {
    height: 80px;
    background-color: black;
    color: white;
    width: 100%;
}

.footer a {
    color: var(--main-color);
}

.footer p {
    color: #aaa;
}

/* quotes slider */
.quotes {
    min-height: 500px;
    background-color: #e09c19;
}

.quotes ul {

}

.quotes li {
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-right: 50px;
    padding-left: 50px;
}

.quotes li h1 {
    font-size: 2.2em;
    color: white;
}

.quotes li p {
    color: white;
    font-size: 1em;
}

  @media screen and (min-width:50em) {

    .introtekst {
        margin: 0 auto;
        max-width: 500px;  
        color: white; 
        padding-top: 20px;
        font-size: 1.5em;
        font-family: 'Alegreya Sans', sans-serif;
        line-height: 1.3zem;
    }


    .gridgallery a {
      width:calc(25% - 6px)
    }

    section {
        padding: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .cirkelplaatje {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -50px;
        right: -30px;
        background-image: url("../img/verrekijker.png");
        background-size: cover;
    }

    .vierkoloms img {
        width: 100%;
    }

    h1 {
        padding-top: 0.5em;
        color: var(--main-color);
        font-size: 3.3em;
    
    }
    
    h2 {
        padding-top: 0.5em;
        font-size: 1.8em;
        line-height: 1.6em;
        color: var(--text-color);
        padding-bottom: 0.5em;
    }
    
    h3  {
        padding-top: 0.5em;
        font-size: 2em;
        line-height: 1em;
        color: var(--main-color);
        padding-bottom: 0.5em;
    }


    h4 {
        font-size: 1.3em;
        color: var(--text-color);
    }

/* quotes slider */
.quotes {
    min-height: 500px;
    background-color: #e09c19;
}


.quotes li {
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-right: 50px;
    padding-left: 50px;
}

.quotes li h1 {
    font-size: 2.2em;
    color: white;
}

.quotes li p {
    color: white;
}

.lees {
    font-size: 2em;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    position: fixed;
    right: 20px;
    bottom: 40px;
    background-color: #e09c19;
    z-index: 1000;
    padding: 30px;
}

.lees a {
    cursor: pointer;
    font-size: 1.5em;
    font-family: 'Alegreya Sans', sans-serif;
    color: white;
    font-weight: bold;
    text-decoration: none;

}

.lees:hover {
    background-color: black;
    cursor: pointer;
}
    
  }


  
  