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

body, input, textarea { font-size: 16px; line-height: 34px;  font-family: 'Raleway', sans-serif;  letter-spacing: 1px; }

*:focus { outline: none; }

a { color: #9D9D9D; }
a:hover { color: #000; }
a.pijltje { text-decoration: none; color:#000; padding-left:40px; background:url(/images/pijltje.gif) no-repeat bottom left;}
a:hover.pijltje { text-decoration: underline;}

a img { border: none; }

img {
    max-width: 100%;
}

form input[type="checkbox"],
form input[type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

button,
input[type="text"],
input[type="email"],
textarea {
    margin: 20px 0;
    font-size: 16px;
    display: block;
    border: none;
    border-radius: 0;
}
button {
    background-color:#44a2f9; 
    color:#FFF; 
    height:50px;
    padding: 0 60px;
    cursor: pointer;
    transition: transform 300ms;
}
button:hover {
    transform: translatey(1px);
}
button:active {
    transform: translatey(3px);
}

input[type="text"],
input[type="email"],
textarea { 
    padding: 5px 5px 5px 20px; 
    color:#000; 
    border-left: 5px solid #222;
    width: 100%;
    background: #f9f9f9;
}
form input[type="text"],
form input[type="email"],
form textarea { 
    max-width: 480px;
}
label[for] {
    margin-right: 20px;
}

#container { 
    margin: 0 auto; 
    position: relative;
    padding: calc(2vw + 60px) 6vw 20px 6vw;
}

@media (min-width: 1280px) {
    body {
        font-size: 18px;
    }
    #container { 
        width: 960px;
        padding-left: 0;
        padding-right: 0;
    }
}

#menu { 
    z-index: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    width: 100%;
    background: white;
    height: calc(2vw + 60px);
}

#menu .inner { 
    width: 96vw;
    margin: 0 auto; 
    box-sizing: border-box;
    position: relative;
    max-width: 1280px;
}

.hamburger {
    position: absolute;
    top: calc(18px + 1vw);
    right: calc(18px + 1vw);
    background: none;
    padding: 0;
    margin: 0;
    height: 24px;
    cursor: pointer;
}
.hamburger svg{
    fill: black;
    height: 24px;
}
#menu .hoofdmenu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

/* Mobiel menu: standaard verborgen, alleen zichtbaar onder 1000px (zie media query).
   Hier kun je de mobiele items apart opmaken. */
#menu .mobielmenu {
    display: none;
}
#menu .mobielmenu a { color: #264564; font-weight: 700; }
#menu .mobielmenu .boekje a { color: #ea483c; }

#menu a {
    color: #222; 
    text-decoration: none; 
    line-height: 30px; 
    display: inline-block; 
}
#menu a:hover,
#menu .selected a { 
    border-bottom: 2px solid #44a2f9; 
}

#menu li:last-child svg {
    position: relative;
    top: 6px;
    margin-right: 5px;
}

@media (max-width: 1000px) {
    #menu .hoofdmenu {
        display: none;
    }
    #menu .mobielmenu {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
        pointer-events: none;
        opacity: 0;
        top: 0;
        background: white;
        margin-left: -2vw;
        margin-right: -2vw;
        position: absolute;
        width: 100vw;
        height: 100vh;
        text-align: center;
    }
    #menu .visible {
        top: calc(2vw + 60px);
        height: calc(100vh - 60px - 2vw);
        opacity: 1;
        pointer-events: initial;
        box-sizing: border-box;
        padding-bottom: 16vh;
    }
}

body.mobile #menu .mobielmenu {
    transition: all 300ms;
}


#menu .site-logo { margin: 0; padding: 0; position: absolute; top: 0; left: 0;}
#menu .site-logo a { 
    display: block; 
    height: 60px; 
    width: 90px; 
    display: block; 
    text-indent: -999em; 
    transition-property: width height;
    transition-duration: 300ms;
}
#menu .site-logo svg { 
    fill: white; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: auto; 
    height: 60px; 
    transition-property: width height;
    transition-duration: 300ms;
}

@media (min-width: 1000px) {
    #container { 
        padding-top: 120px;
    }
    #menu {
        line-height: 80px;
        height: auto;
        overflow: visible;
    }
    #menu .inner {
        height: 100px;
        font-size: 20px;
    }
    .hamburger {
        display: none;
    }
    #menu .hoofdmenu {
        padding-top: 0px;
        padding-left: 160px;
        justify-content: flex-end;
        gap: clamp(16px, 2.5vw, 48px);
        align-items: center;
    }
    #menu .site-logo a { 
        height: 80px;
        width: 120px;
    }
    #menu .site-logo svg {
        height: 80px;
    }
}

@media (min-width: 1320px) {
    #menu .hoofdmenu {
        padding-right: 80px;
    }
}

/* Dropdown in de hoofdnavigatie (Opdrachtgevers) */
#menu .has-dropdown { position: relative; }
#menu .dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
    line-height: 30px;
    display: inline-block;
    color: #222;
    cursor: pointer;
}
#menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 20;
}
#menu .has-dropdown:hover .dropdown,
#menu .has-dropdown:focus-within .dropdown {
    display: block;
}
#menu .dropdown li { display: block; }
#menu .dropdown a { display: block; }
#menu .dropdown p { margin: 0; padding: 8px 20px; line-height: 1.4; }

@media (max-width: 1000px) {
    #menu .dropdown {
        display: block;
        position: static;
        min-width: 0;
        padding: 0;
        box-shadow: none;
    }
    #menu .dropdown p { padding: 0; }
}

.imgside { margin-top:18px; margin-bottom:18px;}

.graphic { 
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    width: 100vw;
    transform: translate(-6vw); 
}

.graphic img { display: block; width: 100%; height: auto; }
.graphic img + .text {
    position: absolute;
    top: 0;
    bottom: 0;
    color: white;
}

.text-black,
.graphic-black-text img + .text {
    color: black;
}

.graphic .text {
    display: flex;
    align-content: center;
    align-items: center;
}

.graphic .text-inner {
    padding: 80px 6vw;
}

.graphic .text *:first-child {
    margin-top: 0;
}

.graphic .text *:last-child {
    margin-bottom: 0;
}

.graphic .text h1,
.graphic .text h2 {
    margin: 16px 0;
    line-height: normal;
}
.graphic .text h1 {
    font-size: 7.5vw;
}
.graphic .text h2 {
    font-size: 5vw;
}
.graphic .text h3 {
    font-size: 27px;
}

@media (min-width: 1280px) {
    .graphic { 
        width: 1280px; 
        transform: translate(-160px); 
    }
    .graphic .text-inner {
        padding-left: 160px;
        padding-right: 160px;
    }
    .graphic .text h1 {
        font-size: 98px;
    }  
    .graphic .text h2 {
        font-size: 64px;
    }
}

.graphic-dark {
    background: #1D4465;
    color: white;
}

.graphic-black {
    background: #000000;
    color: white;
}

.graphic-dark a {
    color: white;
}

h3 {
    margin-top: 60px;
    margin-bottom: 8px;
}

h3 + p {
    margin-top: 8px;
}

#shinyfooter { 
    z-index: 1; 
    position: relative; 
    background: #1D4465; 
    padding: 1px 0; 
    margin-top: 30px; 
    color: #CCC; 
    font-size: 13px; 
}

#shinyfooter .inner { 
    width: 96vw; 
    margin: 0 auto; 
    position: relative; 
    max-width: 1280px;
}
#shinyfooter h4 { font-size: 18px; font-weight: normal; margin: 0; padding: 0; line-height: 50px; color: #FFF; }

#shinyfooter ul { list-style: none; margin: 0; padding: 0; }
#shinyfooter ul li { line-height: 27px; border-top: 1px solid #1D4465; }
#shinyfooter ul li:first-child { border-top: none; }

#shinyfooter a { color: #CCC; text-decoration: none; display: block; line-height: 27px; }
#shinyfooter a:hover { color: #FFF; text-decoration: none; background: #44A2F9; }
#shinyfooter li.selected a {  background: #44A2F9; color: #FFF;  }

#shinyfooter h3 { 
    position: relative; 
    background: white; 
    margin: 7px 0 20px 0; 
    padding: 0; 
    text-indent: -999em; 
    height: 60px; 
    width: 90px; 
    transition-property: width height;
    transition-duration: 300ms;
}
#shinyfooter h3 svg { 
    position: absolute; 
    left: 0; 
    top: 0; 
    height: 60px; 
    width: auto; 
    transition-property: width height;
    transition-duration: 300ms;
}

#shinyfooter .grid {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); 
    grid-row-gap: 40px;
    grid-column-gap: 40px;
}

@media (min-width: 1000px) {
    #shinyfooter h3 { 
        height: 80px;
        width: 120px;
    }
    #shinyfooter h3 svg {
        height: 80px;
    }
    #shinyfooter .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "a b c d";
    }
    #shinyfooter .grid > div:nth-last-child(4){
        grid-area: a;
    }
    #shinyfooter .grid > div:nth-last-child(3){
        grid-area: b;
    }
    #shinyfooter .grid > div:nth-last-child(2){
        grid-area: c;
    }
    #shinyfooter .grid > div:nth-last-child(1){
        grid-area: d;
    }    
}

.lekker-gridje {
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 40px;
    list-style: none;
}

@media (min-width: 800px) {
    .lekker-gridje {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lekker-gridje li {
    display: flex;
    flex-direction: column;
}

.lekker-gridje li > *:first-child {
    margin-top: 0;
}
.lekker-gridje li > *:last-child {
    margin-bottom: 0;
}
.lekker-gridje li > *:nth-last-child(2) {
    flex-grow: 1;
}

.lekker-gridje a img  {
    transition: transform 300ms;
}
.lekker-gridje a img:hover {
    transform: scale(1.02);
}
.lekker-gridje + hr {
    margin: 60px 0;
}
.video {
    position: relative;
}
.video::before {
    content: " ";
    display: block;
    padding-top: 56.25%;  /* initial ratio of 16:9 */
}
.video.video-4-3::before {
    padding-top: 75%;  /* initial ratio of 4:3 */
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

hr {
    margin: 18px 0;
    border-top: 1px solid black;
}
  
.share {
    line-height: 32px;
    text-align: right;
    margin-bottom: 40px;
}
.share svg {
    width: 50%;
    height: 50%;
    fill: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.share a {
    position: relative;
    display: inline-block;
    background: black;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: 4px;
    vertical-align: middle;
    top: -1px;
}

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: transform 300ms;
}


.slideshow {
width:100%;
height:580px;
padding:0.5px;
box-sizing:border-box;
position:relative;
}

.slideshow img {
position:absolute;
animation:slideshow 40s infinite;
opacity:0;
width: 100%;
height: auto;
}

@keyframes slideshow {
25%{opacity:1;
}
35%{
opacity:0;
}
}

.slideshow img:nth-child(4){animation-delay:0s;}
.slideshow img:nth-child(3){animation-delay:10s;}
.slideshow img:nth-child(2){animation-delay:20s;}
.slideshow img:nth-child(1){animation-delay:30s;}

@media (max-width:770px) {
  .slideshow {
    display: none;
  }
}

.slideshow-2 {
width:100%;
height:580px;
padding:0.5px;
box-sizing:border-box;
position:relative;
}

.slideshow-2 img {
position:absolute;
animation:slideshow 40s infinite;
opacity:0;
width: 100%;
height: auto;
}

@keyframes slideshow-2 {
25%{opacity:1;
}
35%{
opacity:0;
}
}

.slideshow-2 img:nth-child(4){animation-delay:0s;}
.slideshow-2 img:nth-child(3){animation-delay:10s;}
.slideshow-2 img:nth-child(2){animation-delay:20s;}
.slideshow-2 img:nth-child(1){animation-delay:30s;}

@media (max-width:770px) {
  .slideshow-2 {
    display: none;
  }
}

.slideshow-3 {
width:100%;
height:180px;
padding:0.5px;
box-sizing:border-box;
position:relative;
}

.slideshow-3 img {
position:absolute;
animation:slideshow 20s infinite;
opacity:0;
width: 100%;
height: auto;
}

@keyframes slideshow-3 {
25%{opacity:1;
}
35%{
opacity:0;
}
}

.slideshow-3 img:nth-child(4){animation-delay:0s;}
.slideshow-3 img:nth-child(3){animation-delay:5s;}
.slideshow-3 img:nth-child(2){animation-delay:10s;}
.slideshow-3 img:nth-child(1){animation-delay:15s;}

@media (max-width:770px) {
  .slideshow {
    display: none;
  }
}