@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
:root {
    --wijserglichtblauw: rgba(132, 186, 230, 1);
    --wijslichtblauw: rgba(34, 58, 136, 1);
    --wijsblauw: rgba(30,31,42, 1);
    --wijsblauwtransparant: rgba(30,31,42, .7);
    --wijsgeel: rgba(248, 178, 50, 1);
    --wijslichtgroen: rgba(146, 191, 40, 1);
    --wijsgroen: rgba(0, 150, 64, 1);
    --wijsoranje: rgba(233, 84, 20, 1);
    --wijsroze: rgba(224, 33, 113, 1);
}
::-webkit-scrollbar {
    width: 1em;
}
::-webkit-scrollbar-thumb {
    background: var(--wijsgeel);
    border: .25em solid var(--wijsblauw);
    border-radius: 100vw;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--wijsblauw);
    border: .25em solid var(--wijsgeel);
}
::-webkit-scrollbar-track {
    background: var(--wijsblauw);
    border-radius: 100vw;
}
body {
    margin: 0px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    color: white;
    background: var(--wijsblauw);
    overflow-x: hidden;
}
.section-titel{
    background: var(--wijsblauwtransparant);
    text-align: left;
    position: fixed;
    font-weight: 800;
    width: 100%;
    z-index: 999;
    text-decoration: none;
}
.section-titel h1 {
    text-align: center;
    color: white;
    font-weight: 900;
}
.nav-toggle {
    display: none;   
}
.nav-toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1em;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after{
    display: block;
    background: white;
    height: 2px;
    width: 2em;
    border-radius: 2px;
    position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    position: absolute;
}
.nav-toggle-label span::before {
    bottom: 7px;
}
.nav-toggle-label span::after {
    top: 7px;
}
nav {
    position: absolute;
    text-align: left;
    top:100%;
    left: 0;
    background: var(--wijsblauwtransparant);
    width: 100%;
    transform: scale(1,0);
    transform-origin: top;
    transition: transform 400ms ease-in-out;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav li {
    margin-bottom: 1em;
    margin-left: 1em;
}
nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}
nav a:hover {
    color: var(--wijsgeel);
}
.nav-toggle:checked ~ nav {
    transform: scale(1,1);
}
.nav-toggle:checked ~ nav a{
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms;
}
.section-content {
    position: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5vw;
}
.section-footer {
    color: var(--wijsgeel);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    padding-right:  5em;
    padding-left: 5em;
    padding-bottom: 1em;
}
.section-footer ul {
    list-style: none;
}
.section-footer li {
    color: white;
    font-weight: 800;
    margin-bottom: 1em;
}
.footercontact {
    float: left;
    background-color: inherit;
}
.footerlinks {
    float: right;
    background-color: inherit;
}
.footerlinks a {
    text-decoration: none;
    color: white;
}
.footerlinks li {
    margin-bottom: 1em;
}
.footerlinks a {
    opacity: 1;
    position: relative;
    text-transform: uppercase;
}
.footerlinks a::before {
    content: '';
    display: block;
    height: 5px;
    background: white;
    position: absolute;
    top: -.5em; 
    left: 0;
    right: 0;
    transform: scale(0,1);
    transition: transform ease-in-out 250ms;
}
.footerlinks a:hover::before {
    transform: scale(1,1)
}
.footerlinks a:hover {
    color: var(--wijsgeel);
}
.copyright {
    display:flex;
    justify-content: center;
}
.copyright a {
    color: white;
}
.wit {
    background:white;;
}
.blauw {
    background: var(--wijslichtblauw);
}
.blauw h1 {
        color: white;
    }
.groen {
    background: var(--wijsgroen);
}
    .groen h1 {
        color: white;
    }
.groenwall {
    background-image: linear-gradient( rgba(0, 150, 64, 1),rgba(248, 178, 50, 1), rgba(0, 150, 64, 1));
    }
.oranje {
    background: var(--wijsoranje);
}
.oranje h1 {
        color: white;
    }
.geel {
    background: var(--wijsgeel);
}
.headfoot {
    background: var(--wijsblauw);
}
.spacer {
    aspect-ratio:960/100;   
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0;
}
.geel2blauw {
    background-image: url('../img/geel2blauw.svg');
}
.groen2geel {
    background-image: url('../img/groen2geel.svg');
}
.blauw2oranje {
    background-image: url('../img/blauw2oranje.svg');
}
.head2groen {
    background-image: url('../img/head2groen.svg');
}
.oranje2foot {
    background-image: url('../img/oranje2foot.svg');
}
.partner2foot {
    background-image: url('../img/partner2foot.svg');
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
.wijsafbeelding {
    border-radius: 10%;
    /* box-shadow: 0 0px 08px 0 rgba(248, 178, 50, 1), 0 0px 0px 0 rgba(248, 178, 50, 1); */
}
.logokreet1 {
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--wijserglichtblauw);
}
.logokreet2 {
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--wijsroze);
}
.logokreet3 {
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--wijslichtgroen);
}
.logokreet4 {
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--wijsgeel);
}

/* KLEINE SCHERMEN */
@media screen and (max-width: 800px) {
    .featured-image {
        width: 100%;
    }
    .featured-image img {
        width: 100%;
    }
    .description {
        width: 100%;
    }
    .logo a{
        text-decoration: none;
        color: white;
    }
}
/* GROTE SCHERMEN */
@media screen and (min-width: 800px) {
    .item {
        display: block;
      }
    .featured-image {
        float: left;
        width: 30%;
    }
        .featured-image img {
            width: 100%;
        }
    .featured-image-right {
        float: right;
        width: 30%;
    }
        .featured-image-right img {
            width: 100%;
        }
    .description {
        float: left;
        width: 70%;
    }
    .description-right {
        float: right;
        width: 70%;
    }
    .nav-toggle-label {
        display: none;
    }
    header {
        display: grid;
        grid-template-columns: repeat(2, 1fr) 100px;
    }
    .logo {
        grid-column: 1 / 2;
    }
    .logo a{
        text-decoration: none;
        color: white;
    }
    nav {
        grid-column: 3 / 4;
        all: unset;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    nav ul {
        display: flex;
        justify-content: flex-end;
        grid-column: 4 / 5;
    }
    nav li {
        margin-left: 2em;
        margin-bottom: 0;
    }
    nav a {
        opacity: 1;
        position: relative;
    }
    nav a::before {
        content: '';
        display: block;
        height: 5px;
        background: white;
        position: absolute;
        top: -.75em; 
        left: 0;
        right: 0;
        transform: scale(0,1);
        transition: transform ease-in-out 250ms;
    }
    nav a:hover::before {
        transform: scale(1,1)
    }
}
* {
    box-sizing: border-box;
}
.partnerrij {
    width:fit-content;
    display: flex;
}
.partnerkolom {
    flex: 20%;
    padding: 5px;
}
.fas {
    margin-right: 1rem;
}
.far {
    margin-right: 1rem;
}

/* KEYFRAMES */
.background-wrap {
    bottom: 0;
	left: 0;
	padding-top: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.imgbutton {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
 }


 @-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-right: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}
@-webkit-keyframes animateCloudRight {
    0% {
        margin-right: 100%;
    }
    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes animateCloudRight {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -1000px;
    }
}

@keyframes animateCloudRight {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -1000px;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 11s linear infinite;
	-moz-animation: animateCloud 11s linear infinite;
	animation: animateCloud 11s linear infinite;
    
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x1 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x1 img:hover {
    transform: scale(1.5);
}
.x2 {
	-webkit-animation: animateCloudRight 13s linear infinite;
	-moz-animation: animateCloudRight 13s linear infinite;
	animation: animateCloudRight 13s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x2 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x2 img:hover {
    transform: scale(1.5);
}
.x3 {
	-webkit-animation: animateCloud 175 linear infinite;
	-moz-animation: animateCloud 15s linear infinite;
	animation: animateCloud 15s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x3 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x3 img:hover {
    transform: scale(1.5);
}
.x4 {
	-webkit-animation: animateCloudRight 17s linear infinite;
	-moz-animation: animateCloudRight 171s linear infinite;
	animation: animateCloudRight 17s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x4 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x4 img:hover {
    transform: scale(1.5);
}
.x5 {
	-webkit-animation: animateCloud 19s linear infinite;
	-moz-animation: animateCloud 19s linear infinite;
	animation: animateCloud 19s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	
    transform: scale(0.65);
}
.x5 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x5 img:hover {
    transform: scale(1.5);
}
.x6 {
	-webkit-animation: animateCloudRight 215s linear infinite;
	-moz-animation: animateCloudRight 21s linear infinite;
	animation: animateCloudRight 21s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x6 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x6 img:hover {
    transform: scale(1.5);
}
.x7 {
	-webkit-animation: animateCloud 23s linear infinite;
	-moz-animation: animateCloud 23s linear infinite;
	animation: animateCloud 23s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x7 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x7 img:hover {
    transform: scale(1.5);
}
.x8 {
	-webkit-animation: animateCloud 16s linear infinite;
	-moz-animation: animateCloud 16s linear infinite;
	animation: animateCloud 16s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x8 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x8 img:hover {
    transform: scale(1.5);
}
.x9 {
	-webkit-animation: animateCloud 14s linear infinite;
	-moz-animation: animateCloud 14s linear infinite;
	animation: animateCloud 14s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x9 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x9 img:hover {
    transform: scale(1.5);
}
.x10 {
	-webkit-animation: animateCloudRight 14s linear infinite;
	-moz-animation: animateCloudRight 14s linear infinite;
	animation: animateCloudRight 14s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x10 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x10 img:hover {
    transform: scale(1.5);
}
.x11 {
	-webkit-animation: animateCloudRight 13s linear infinite;
	-moz-animation: animateCloudRight 13s linear infinite;
	animation: animateCloudRight 13s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x11 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x11 img:hover {
    transform: scale(1.5);
}
.x12 {
	-webkit-animation: animateCloudRight 8s linear infinite;
	-moz-animation: animateCloudRight 8s linear infinite;
	animation: animateCloudRight 8s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x12 img {
    width: 60%;
    margin-left: 4em;
    display: block;
    max-height: 95%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.x12 img:hover {
    transform: scale(1.5);
}
/* OBJECTS */

.cloud {
    background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
    align-items: center;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}
/* contact */
.contact {
    width: 100%;
    align-items: center;
    padding: 45px;
}

.contact .contact-img {
    width: 100%;
}

.contact .contact-img img {
    width: 100%;
    height: 440px;
}

.contact .contact-form {
    width: 100%;
    max-width: 700px;
    padding: 30px;
}

.contact .contact-form input {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn.btn-custom {
    width: 100%;
}
.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.control-group {
    margin-bottom: 10px;
}
.form-control {
    font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
}
.btn.btn-custom {
    padding: 12px 20px;
    text-align: center; 
    font-size: 16px;
    color: var(--wijsblauw);
    border-radius: 10px;
    border: 2px solid var(--wijsgeel);
    box-shadow: inset 0 0 0 0 var(--wijsgeel);
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn.btn-custom:hover {
    color: #20212B;
    box-shadow: inset 0 0 0 30px var(--wijsgeel);
}

figure.snip1208 {
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
  height: 400px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 15px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #ff0000;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--wijsgroen);
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.a-nieuws {
    text-decoration: none;
    font-weight: bolder;
    color: var(--wijsgeel);
}