/* .col {
border: 1px solid #000;
} */
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Light.woff2') format('woff2'), url('Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

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

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

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

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

:root {
	--rood: #f11c19;
	--blauw: #bcd7e4;
	--zwart: #000000;
	--wit: #ffffff;
	--lichtblauw: #d9e9ef;
}

.blog-featured {
	display: none;
}

body {
	font-family: 'Poppins', sans-serif;
	color: var(--zwart);
	line-height: 160%;
	font-size: 15px;
	font-weight: 400;
	text-rendering: optimizeLegigroobility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
	overflow-x: hidden;
	padding-top: 65px;
}

#debug {
	background: red;
	color: #fff;
	padding: 5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
/* GENERIEKE CLASSES */

h1,
h2,
h3,
h4 {
	line-height: 120% !important;

	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3px;
}

a {
	color: #f11c19;
	font-weight: 600;
}

a:hover {
	text-decoration: none;
	color: var(--rood);
}

.rood {
	color: var(--rood) !important;
}

.blauw {
	color: var(--blauw) !important;
}

.wit {
	color: var(--wit) !important;
}

.zwart {
	color: var(--zwart) !important;
}

.w1 {
	font-weight: 300 !important;
}

.w2 {
	font-weight: 400 !important;
}

.w3 {
	font-weight: 600 !important;
}

.w-100 {
	width: 100%;
	height: auto;
}

.w4 {
	font-weight: 900 !important;
	line-height: 80% !important;
	letter-spacing: -1px;
}

.s0 {
	font-size: 14px !important;
}

.s1 {
	font-size: 16px !important;
}

.s2 {
	font-size: 20px !important;
	line-height: 150% !important;
}

.s3 {
	font-size: 26px !important;
}

.s4 {
	font-size: 36px !important;
	line-height: 120% !important;
	padding-bottom: 8px;
}

.s5 {
	font-size: 48px !important;
	padding-bottom: 8px;
}

.dropshadow {
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.uppercase {
	text-transform: uppercase;
}

strong {
	font-weight: 600;
}
.border-wit {
	border: 20px solid #fff;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	width: 100%;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

.pijl-rechts::after {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: '\f178';
}

.afbeeldingrond {
	text-align: center;
}

.afbeeldingrond .imagecontainer {
	width: 340px;
	height: 340px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin: 0 auto 20px auto;
}

.afbeeldingrond .imagecontainer img {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 100%;
}
.afbeeldingrond .tekst {
	text-align: left;
}

.textshadow {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.streepje::after {
	display: block;
	content: ' ';
	width: 80px;
	clear: both;
	border-top: 6px solid var(--rood);
	margin-top: 20px;
	margin-bottom: 20px;
}

.vertical-align {
	position: relative;
}

.vertical-align .tekst {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.col {
	padding: 40px 40px;
}

.formResponsive input,
.formResponsive textarea {
	width: 100%;
	padding: 10px 20px !important;
	margin-bottom: 0;
}

.formResponsive #verzend {
	background: #f11c19;
	font-weight: 600;
	float: right;
}

/* CLASSES ALLE MODULES */

.responsivemodule {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}

.responsivemodule td {
	vertical-align: top;
}

.responsivemodule.module-border-top {
	border-top: 1px solid #eee;
}

.responsivemodule .modulekop {
	margin-bottom: -30px;
}

.responsivemodule.module-tussenkop {
	padding: 0px 0px 0px 0px;
}

.responsivemodule .col {
	position: relative;
	padding: 60px 40px;
	margin-bottom: 0;
}

.responsivemodule .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(177, 206, 222, 0);
}

.responsivemodule .bolletje {
	position: absolute;
	bottom: -100px;
	right: 50px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	color: var(--wit);
	background: var(--rood);
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 110%;
}

.responsivemodule .imagecontainer {
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
}

.responsivemodule .imagecontainer img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.responsivemodule.module-tekst .col {
}

.responsivemodule .bolletje i {
	font-size: 40px;
	padding-bottom: 5px;
}

.responsivemodule .bolletje strong {
	font-weight: 400;
	font-size: 17px;
}

.leesmeercontainer {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.leesmeercontainer a {
	border: 2px solid var(--rood);
	padding: 5px 15px;
	color: var(--rood);
	border-radius: 20px;
	white-space: nowrap;
	transition: all 0.4s;
}

a.button {
	border: 2px solid var(--rood);
	padding: 5px 15px;
	color: var(--rood);
	border-radius: 20px;
	white-space: nowrap;
	transition: all 0.4s;
	margin-bottom: 5px;
	display: inline-block;
}

a.button:hover {
	background: var(--rood);
	color: var(--wit);
}

.leesmeercontainer a:hover {
	background: var(--rood);
	color: var(--wit);
}

.container {
	position: relative;
}

.module-calltoaction,
.module-calltoaction a {
	background: #b1cede;
	color: #000;
}

.responsivemodule li {
	margin-left: -20px;
	margin-bottom: 5px;
}

/* SPECIFIEKE CLASSES */

.socialmedia {
	padding-top: 24px;
}

.socialmedia i {
	color: #000;
	padding-left: 8px;
	float: right;
	display: inline-block;
}

#hamburger {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 36px;
	z-index: 1001;
	cursor: pointer;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 998;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
}

#top .col {
	padding: 0px;
}

#top .logo {
	width: 200px;
	position: absolute;
	top: 15px;
	left: 40px;
}

#top .menu {
	float: right;
}

#top .menu a {
	color: #000;
	padding: 22px 10px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	text-transform: lowercase;
}

#top .menu a:hover {
	color: #f11c19;
}

#top .menu .current a {
	color: #f11c19;
}

#footer {
	margin-top: 60px;
	font-size: 13px;
	margin-bottom: 100px;
}

#footer li {
	width: 100%;
}

#footer li a {
	font-weight: 400;
}

#footer .col2 {
	height: 410px;
	overflow: hidden;
}

#bottom {
	padding-top: 20px;
	margin-bottom: 100px;
}

#bottom a {
	font-weight: 400;
	font-size: 13px;
}

#map {
	width: 100%;
	height: 400px;
}

img.meemakeniswaarmaken {
	width: 100%;
}

.module-home-panels {
	margin-top: -150px;
}

.module-quote {
	padding: 40px 0px 40px 0px;
	text-align: center;
	background: var(--lichtblauw) !important;
}

.module-quote h1 {
	font-weight: 300;
	font-size: 30px;
	color: var(--zwart) !important;
}

.module-quote .tekst {
	font-size: 20px;
	color: var(--rood) !important;
}

.minderafstand .col {
	padding-bottom: 0;
}

/* TEAMLEDEN */
#teamleden {
	padding-top: 70px;
}

#teamleden .teamlid {
	width: 220px;
	margin: 0 auto 70px auto;
	display: block;
}

#teamleden .pasfoto .imagecontainer {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#teamleden .pasfoto .imagecontainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#teamlid {
	padding-top: 70px;
	padding-left: 30px;
}

#teamlid .imagecontainer {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#teamlid .imagecontainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#blogs .content {
	padding-top: 70px;
}

#blogs .content .col {
	padding: 25px 8px;
}

#blogs .blog {
	background: #fcfcfc;
	border-radius: 20px;
	padding: 35px;
	display: block;
	font-weight: 400;
	height: 100%;
	padding-bottom: 120px;

	box-sizing: border-box;
}

#blogs .blog img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

#blogs .blog-header {
	height: 90px;
}

#blogs .blog h2 {
	display: block;
	height: 60px;
	overflow: hidden;
}

#blogs a.blog:hover {
	color: #000;
}

#blogs .blog .imagecontainer {
	width: 160px!important;
	height: 160px!important;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	float: right;
	margin-left: 40px;
	display: block;

}

#blogs .blog .rond {
	width: 160px!important;
	height: 160px!important;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	float: right;
	margin-left: 40px;
	display: block;
}

#blogs .rond img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blogs .imagecontainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#blogs .leesmeercontainer {
	bottom: 60px;
}

#nieuws .content {
	padding-top: 70px;
}

#nieuws .content .col {
	padding: 25px;
}

#nieuws .nieuw {
	background: #fcfcfc;
	border-radius: 20px;
	padding: 35px;
	display: block;
	font-weight: 400;
	height: 100%;
	padding-bottom: 120px;

	box-sizing: border-box;
}

#nieuws .blog-header {
	height: 90px;
}

#nieuws .nieuw h2 {
	display: block;
	height: 60px;
	overflow: hidden;
}

#nieuws a.nieuw:hover {
	color: #000;
}

#nieuws .imagecontainer {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	padding-bottom: 55%;
	margin-bottom: 30px;
}

#nieuws .imagecontainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#nieuws .youtubecontainer {
	margin-top: 10px;
	margin-bottom: 20px;
}

#nieuws .vimeocontainer {
	margin-top: 10px;
	margin-bottom: 20px;
}

#nieuws .leesmeercontainer {
	bottom: 60px;
}

#ervaringen {
	padding-top: 100px;
}

#ervaringen .content .col {
	padding: 20px 20px;
}

#ervaringen .ervaring {
}

#ervaringen .ervaring img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#ervaringen .ervaring .leesmeercontainer {
	clear: both;
	position: static;
	overflow: hidden;
}
#ervaringen .ervaring .leesmeercontainer a {
	border: 2px solid #ec1920;
	color: #ec1920;
	float: right;
}

.vimeocontainer {
	width: 100%;
	padding-top: 60%;
	position: relative;
	top: -10px;
}

.vimeocontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.logo {
	width: 200px;
}

.youtubecontainer {
	width: 100%;
	padding-top: 55%;
	position: relative;
	top: -10px;
	border-radius: 10px;
	overflow: hidden;
}

.youtubecontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.vimeocontainer {
	width: 100%;
	padding-top: 55%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.vimeocontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#blogs .module-home-header {
	position: relative;
	top: -10px;
}

#mediapagina .module-video {
	padding: 60px 0px 0px 0px;
	margin-bottom: -90px;
}

#mediapagina .module-quote {
	margin-top: 100px;
}

#over-de-keerzijde .module- {
	padding: 0px 0px;
}

#over-de-keerzijde .module- .col {
	padding: 0 20px;
}

#logos {
	padding-bottom: 20px;
	padding-top: 10px;
}

.carousel {
	margin-left: 100px;
	margin-right: 100px;
}

.carousel .carousel-control-prev {
	left: -100px;
	width: 100px;
}

.carousel .carousel-control-next {
	right: -100px;
	width: 100px;
}

.carousel i {
	color: #aaa;
	font-size: 36px;
}

.carousel img {
	padding: 10px;
	filter: grayscale(100%);
	transition: all 0.4s;
	opacity: 0.7;
}

.carousel img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

#carouselLogos-erkenningen.carousel img {
	width: 80% !important;
}

#mailchimp {
	padding: 30px 0 10px 0;
	background: #b1cede;
}

#mailchimp #mc-embedded-subscribe {
	border: 2px solid var(--rood);
	padding: 10px 20px;
	color: var(--rood);
	border-radius: 25px;
	display: block;
	background: #fff;
	font-weight: 700;
	float: right;
}

#mailchimp #mce-EMAIL,
#mailchimp #mce-FNAME {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 25px;
	border: 2px solid #fff;
	cursor: pointer;
}

#mc_embed_signup div.mce_inline_error {
	background: none !important;
	color: var(--rood) !important;
	margin-left: 30px;
}

#trainingen-workshops .vimeocontainer {
	margin-top: 20px;
}

video {
	margin-top: 20px;
	height: 50px;
	width: 100%;
}

.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0;
}

.formResponsive .rsform-block .formControlLabel {
	display: none;
}

.formResponsive .formHorizontal .formControls {
	margin-left: 0;
}

.formResponsive .formHorizontal .formControls input,
.formResponsive .formHorizontal .formControls textarea {
	border: 1px solid #b1cede;
	border-radius: 20px;
	margin-bottom: 0;
}

.formResponsive #verzend {
	background: #f11c19;
	border-radius: 20px;
	padding: 10px 25px;
	position: relative;
	left: 40px;
	text-shadow: none;
	box-shadow: none;
}

/* LG */
@media (max-width: 1199.98px) {
	#top .menu a {
		padding: 20px 5px;
		font-size: 14px;
	}

	.responsivemodule .overlay {
		background: rgba(177, 206, 222, 0);
	}
}

/* MD */
@media (max-width: 991.98px) {
	body {
		padding-top: 40px;
	}

	.container {
		width: 98%;
		max-width: 1000px;
	}

	.responsivemodule {
		padding: 20px 0px;
	}

	.module-home-header {
		background-size: cover;
	}

	.socialmedia {
		position: absolute;
		right: 60px;
		width: 200px;
		padding-top: 15px;
	}

	.socialmedia i {
		font-size: 26px;
		padding-left: 10px;
		float: right;
	}

	#top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 55px;
		background: #fff;
		z-index: 999;
	}

	#top .menu {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 1000;
		max-height: 0px;
		height: auto;
		overflow: hidden;
		transition: all 0.4s;
	}

	#top .menu.open {
		max-height: 600px;
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	}

	#top .menu li {
		width: 100%;
		padding-left: 30px;
	}

	#top .menu li:first-child {
		margin-top: 20px;
	}

	#top .menu li:last-child {
		margin-bottom: 20px;
	}

	#top .menu a {
		padding: 15px 10px;
		font-size: 15px;
	}

	#carouselLogos img {
		padding: 0;
	}

	#blogs .content .col {
		padding: 25px 15px;
	}
}

/* SM */
@media (max-width: 767.98px) {
	body {
		padding-top: 55px;
	}

	.s4 {
		font-size: 36px !important;
	}

	.s5 {
		font-size: 36px !important;
	}

	.module-home-panels {
		margin-top: 0px;
	}

	#top .logo {
		left: 15px;
	}

	.afbeeldingrond .imagecontainer img {
		position: absolute;
		left: -20px;
		width: 100%;
	}

	#logos {
		display: none;
	}

	.col {
		padding: 0px 15px 0px 15px;
	}

	#nieuws .content .col {
		padding: 25px 10px;
	}

	.responsivemodule .col {
		margin-bottom: 30px;
		padding: 0px 15px 0px 15px;
	}

	.formResponsive input[type='text'],
	.formResponsive input[type='password'],
	.formResponsive textarea,
	.formResponsive select {
		width: 90% !important;
	}

	.formResponsive #verzend {
		left: 0px;
	}

	.leesmeercontainer {
		position: static;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#teamlid {
		padding: 0;
		margin-top: 15px;
	}

	#nieuws .content {
		padding-top: 0;
	}

	#nieuws .leesmeercontainer {
		margin-bottom: 0;
	}

	#nieuws .nieuw {
		padding-bottom: 45px;
	}
}

/* XS */
@media (max-width: 575.98px) {
	#carouselLogos {
		display: none;
	}
}
