/*
 * Content cols
 * Templateparts/content-cols
 * ACF flexible content
 */
@media screen and (max-width: 992px) {
	.offset-xs-1 {
		margin-left: 4.165%;
	}
}

.d-block {
	display: block;
}

@media only screen and (min-width: 990px) {
	.text-md-left {
		text-align: left !important;
	}
}

.row-subjects-with-links-and-video {}
	
	@media screen and (max-width: 767px) {
		.row-subjects-with-links-and-video [class^="col-"]:last-child {
			margin-top: 15px;		
		}	
	}
	
	.row-subjects-with-links-and-video .videoWrapper,
	.row-subjects-with-links-and-video .ytPlayer {
		padding-bottom: 47.25% !important;
	}
	
	
	
.row-subjects-with-links {}

	.row-subjects-with-links .inview {
		visibility: visible;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.row-subjects-with-links .inview a {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.row-subjects-with-links .inview.visible img {
		max-height: 280px;
	}

	.row-subjects-with-links .inview img {
		max-height: 400px;
	}

	.row-subjects-with-links .inview img,
	.row-subjects-with-links .inview p {
		transition: all 0.7s ease-in-out 0.3s;
	}
	.row-subjects-with-links .inview p {
		max-height: 0;
		overflow: hidden;
		margin-top: auto;
	}

	.row-subjects-with-links .inview.visible p {
		max-height: 150px;
	}

	.row-subjects-with-links .row {
		display: flex;
		flex-wrap: wrap;
	}
	
		.row-subjects-with-links .row [class^="col-"] {
			display: flex;
			flex-direction: column;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    max-width: 100%;
		    margin-bottom: 15px; 		
		}	
		
			@media screen and (min-width: 992px) {
				
				.row-subjects-with-links .row [class^="col-"] {
				    -ms-flex: 0 0 50%;
				    flex: 0 0 50%;
				    max-width: 50%;			
				    padding-right: 70px;
				    padding-left: 70px;
				    margin-bottom: 0;	    	
				}											
			}

	.row-subjects-with-links img {
		display: block;
		margin: auto;
	}	
	
	.row-subjects-with-links a {
		text-transform: uppercase;
		text-decoration: underline;
		display: block;
		text-align: center;
		font-family: 'Citizen';
		font-size: 35px;
		font-weight: bold;
		margin-top: auto;
	}
	
	.row-subjects-with-links p {
		font-family: 'Citizen';
		font-weight: bold;		
		color: #010080;
		text-align: center;
	}	

.row-roadmap-sign-up {}

	.row-roadmap-sign-up .mobile svg {
		width: 100%;
	}
	.row-roadmap-sign-up .desk svg {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.row-roadmap-sign-up div.inview {
		margin-top: -50px;
		padding-top: 50px;
	}

	.row-roadmap-sign-up svg g {
		opacity: 0;
	}

	.row-roadmap-sign-up .mobile svg g.visible {
		transition: all 0.7s ease-in-out 1s;
	}

	.row-roadmap-sign-up .inview-custom-points .desk svg g {
		transition: all 0.7s ease-in-out .5s;
	}

	.row-roadmap-sign-up svg g.visible,
	.row-roadmap-sign-up .inview-custom-points svg g.show {
		opacity: 1;
	}

	.row-roadmap-sign-up .desk { display: block; }
	.row-roadmap-sign-up .mobile { display: none; }

	@media only screen and (max-width: 989px) {
		.row-roadmap-sign-up .desk { display: none; }
		.row-roadmap-sign-up .mobile { display: block; }

		.row-roadmap-sign-up .mobile svg {
			height: auto;
		}
	}
			
.row-quote { padding: 0 !important; }

	.row-quote blockquote { margin: 0; }

	.row-quote blockquote p {
		font-family: 'Citizen';
		font-weight: bold;
		font-size: 35px;	
		margin: 0;
	}

	.row-quote blockquote a {
		text-decoration: underline;
	}		
	
	
	
.row-latest-posts {}

	.row-latest-posts .dots {
		display: inline;
		font-family: 'Citizen';
		font-weight: bold;
		margin-left: -4px;
	}

	.row-latest-posts .news-item:not(:last-child) {
		margin-bottom: 35px;
	}	
	
		.row-latest-posts .news-item h3 {
			margin-bottom: 0;
			line-height: 1.1;
		}

		.row-latest-posts .news-item p {
			text-align: left;
			font-family: 'Citizen';
			font-weight: bold;
			margin: 0;
			display: inline;
		}

		.row-latest-posts .news-item a {
			display: block;
		}
		
		
.row-buttons-with-play-icon {}

	.row-buttons-with-play-icon  {}		
		
		
		
	.row-buttons-with-play-icon .inner a {
		font-family: 'Citizen';
		font-weight: bold;		
	    font-size: 35px;
	    text-decoration: underline;
	    text-transform: uppercase;
	    color: white;
	    background: #190081;
	    padding: 10px 10px 10px 80px;
	    position: relative;
	    margin-left: 30px;
	    	    
	    display: block;
	}
	
		.row-buttons-with-play-icon .inner a + a {
		    margin-top: 35px;
		}	
	
			@media screen and (min-width: 992px) {
				
				.row-buttons-with-play-icon .inner a {
					display: inline-block;
				}
				
				.row-buttons-with-play-icon .inner a + a {
				    margin-left: 100px;
				    margin-top: 0;
				}				
			}
		
		.row-buttons-with-play-icon .inner a::before {
		    background-image: url('../images/play.svg');
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: 100%;
		    content: "";
		    width: 90px;
		    height: 90px;
		    position: absolute;
		    left: -30px;
		    top: -11px;
		}
		
		.row-buttons-with-play-icon .inner a:last-of-type {
		    background: #ff00aa;
		}
		
/* Image of the banner */
.row-banner p {
	font-family: 'Citizen', sans-serif;
	color: #000a7d;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
}

.row-banner .type-image {
	margin-top: -60px;
}

.row-banner .type-image img {
	min-width: 100%;
}

/* Text of the banner */
.row-banner .type-button .inner,
.row-banner .type-text .inner {
	display: flex;
	flex-wrap: wrap;
}

.row-banner .type-button .inner .v-center,
.row-banner .type-text .inner .v-center {
	display: flex;
	align-items: center;
}

/* Inschrijf formulier */
.row-form .background-secondary {
	background: #01ffbc;
	padding: 15px 15px 0;
}

@media only screen and (min-width: 989px) {
	.row-form .background-secondary {
		padding: 30px 60px;
	}
}

.row-form .gform_legacy_markup_wrapper form,
.row-form form,
.row-form .gform_heading {
	margin: 0 75px;
}

@media only screen and (max-width: 990px) {
	.row-form .gform_legacy_markup_wrapper form,
	.row-form form,
	.row-form .gform_heading {
		margin: 0 15px;
	}
}

.row-form h2 {
	display: flex;
	font-size: 33px;
	align-items: center;
}
@media only screen and (max-width: 990px) {
	.row-form h2 {
		align-items: flex-start;
		margin-bottom: 35px;
	}
}

.row-form h2 img {
	max-width: 60px;
	margin-right: 15px;
}

.gform-body .gfield_checkbox input,
.gform-body .gfield_radio input {
	opacity: 0;
	margin-left: -15px;
}

.gform-body .gfield_checkbox input:checked + label::after,
.gform-body .gfield_radio input:checked + label::after {
	opacity: 1;
}

.gform-body .gfield_checkbox label,
.gform-body .gfield_radio label {
	cursor: pointer;
	position: relative;
}

.gform-body .gfield_checkbox label::before,
.gform-body .gfield_checkbox label::after,
.gform-body .gfield_radio label::before,
.gform-body .gfield_radio label::after {
	content: "";
	display: inline-block;
	background: white;
	margin-right: 10px;
}

.gform-body .gfield_radio label::before,
.gform-body .gfield_radio label::after {
	border-radius: 25px;
}

.gform-body .gfield_radio label::before,
.gform-body .gfield_checkbox label::before {
	width: 16px;
	height: 16px;
	border: 1px solid;
}

.gform-body .gfield_radio label::after,
.gform-body .gfield_checkbox label::after {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 4px;
	background: #010080;
	top: 4px;
	opacity: 0;
}

@media only screen and (min-width: 989px) {
	.row-form #gform_wrapper_19 form {
		display: flex;
	}
}

.row-form #gform_wrapper_19.gform_wrapper {
	margin-top: -25px;
}

.row-form #gform_wrapper_19 form .gform_footer {
	padding: 0;
	width: auto;
}

/* Animated blocks fade in */
.row-animated-blocks-click-function .row {
	display: flex;
	flex-wrap: wrap;
}
.row-animated-blocks-click-function .row > div {
	margin-bottom: 30px;
}

.row-animated-blocks-fade-in + .row-tips-tricks .container {
	margin-top: -150px;
}

.row-animated-blocks-click-function .row > div .animated-blocks,
.row-animated-blocks-fade-in .row > div .animated-blocks {
	outline: 0;
	border: 0;
	width: 100%;
	padding: 15px;
	font-size: 30px;
	text-transform: uppercase;
	min-height: 130px;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Citizen', sans-serif;
}

.row-animated-blocks-fade-in .row > div:nth-of-type(2) .animated-blocks {
	margin-top: 60px;
}

.row-animated-blocks-fade-in .row > div:nth-of-type(3) .animated-blocks {
	margin-top: 120px;
}

.row-animated-blocks-click-function p,
.row-animated-blocks-fade-in p,
.row-animated-blocks-fade-in ul {
	font-family: 'Citizen', sans-serif;
	color: #000a7d;
	text-align: left;
}
.row-animated-blocks-click-function .row > div:first-of-type .animated-blocks,
.row-animated-blocks-fade-in .row > div:first-of-type .animated-blocks {
	background: #ff00aa;
	color: #000a7d;
}

.row-animated-blocks-click-function .row > div:nth-of-type(2) .animated-blocks,
.row-animated-blocks-fade-in .row > div:nth-of-type(2) .animated-blocks {
	background: #000a7d;
	color: #00ffc1;
}

.row-animated-blocks-click-function .row > div:nth-of-type(3) .animated-blocks,
.row-animated-blocks-fade-in .row > div:nth-of-type(3) .animated-blocks {
	background: #00ffc1;
	color: #000a7d;
}

.row-animated-blocks-click-function .row > div:nth-of-type(4) .animated-blocks,
.row-animated-blocks-fade-in .row > div:nth-of-type(4) .animated-blocks {
	background: #00ffc1;
	color: #000a7d;
}

.row-animated-blocks-click-function .row > div:nth-of-type(5) .animated-blocks,
.row-animated-blocks-fade-in .row > div:nth-of-type(5) .animated-blocks {
	background: #000a7d;
	color: #00ffc1;
}

.row-animated-blocks-click-function .row > div:nth-of-type(6) .animated-blocks,
.row-animated-blocks-fade-in .row > div:nth-of-type(6) .animated-blocks {
	background: #000a7d;
	color: #00ffc1;
}

/* Row Youtube */
.row-youtube-video .videoWrapper,
.row-youtube-video .ytPlayer {
	padding-bottom: 40.25%;
}

/* Row quote and img */
.row-quote-with-author-and-image .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #00ffc1;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}

.row-quote-with-author-and-image .inner blockquote {
	font-size: 45px;
	max-width: 60%;
	font-weight: bold;
	margin: 30px 0 10px;
}

.row-quote-with-author-and-image .inner img {
	position: absolute;
	bottom: 0;
	right: 50px;
	max-height: 100%;
}

.row-quote-with-author-and-image .inner blockquote p {
	text-align: center;
	line-height: 1.25;
	font-family: 'Citizen', sans-serif;
}

.row-quote-with-author-and-image .inner blockquote p span {
	display: block;
	margin-top: 35px;
}

.row-quote-with-author-and-image .inner blockquote p,
.row-quote blockquote p {
	text-align: left;
}


@media only screen and (max-width: 768px) {
	.row-quote-with-author-and-image .inner blockquote p,
	.row-quote blockquote p {
		text-align: center !important;
	}
}

@media only screen and (max-width: 990px) {
	.row-quote-with-author-and-image .inner {
		flex-direction: column;
	}

	.row-quote-with-author-and-image .inner blockquote {
		font-size: 35px;
		max-width: 100%;
	}

	.row-quote-with-author-and-image .inner img {
		position: relative;
		max-height: 350px;
		right: 0;
	}
}

.row-image-with-txt-below .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.row-image-with-txt-below .row .col-xs-12 {
	height: 100%;
	margin-top: 30px;
}

.row-image-with-txt-below .content-container {
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.row-image-with-txt-below .content-container .image-container {
	width: 100%;
	height: 200px;
	margin-top: 10px;
	text-align: center;
	padding: 30px 0;
}

.row-image-with-txt-below .content-container .image-container img {
	min-width: 100%;
	max-height: 100%;
	object-fit: contain;
	max-width: 100%;
	width: auto;
}
