@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: open-sans, sans-serif;
}

header {
	padding: 24px 24px 12px 24px;
	background-color: #7a8eeb;
	background: #1d122d;
	box-shadow: 0 5px 12px rgb(0 0 0 / 0.2);
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {

}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	background:#DFD7F5;
	background: #1d122d;
	background: #536ac2;
	background: #7a8eeb;
	background: #fdf5ff;
	
}

/*
td {
	vertical-align: top;
	padding-bottom: 7px;
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
}
*/

/*------*/
/* logo */
/*------*/

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
	padding: 0 0 30px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.style-nav ul li a:hover,
.style-nav ul li a:active {
	color: #fac9cc;
}


/*-----------*/
/* col & row */
/*-----------*/

.col {
	width: 100%;
	flex: 1;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}



/*------*/
/* text */
/*------*/

h1 {
	font-size: 30px;
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
	color: #ffffff;
	color:#000000;
}

h2 {
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal;
	/*text-transform: uppercase;*/
	margin-bottom: 23px;
}

.indexheaders h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

a {
	text-decoration: none; 
}
.active {
	color: #fac9cc !important;
}

.hyperlink {
	text-decoration: underline;
}

/*
table, th, td {
	font-size: 10px;
}
*/

/*------------------*/
/* tables and lists */
/*------------------*/

.numberlist li {
	padding-inline-start: 10px;
	list-style-position: outside;
	list-style-image: url("../Images/listicon.svg");
	margin: 10px 0;
}

.bulletlist li {
	padding-inline-start: 10px;
	margin: 10px 0;
	list-style-image: url("../Images/listicon.svg");
}

table {
	font-style: normal;
	font-size: 16px;
	font-weight: 200;
	width: 100%;
	border-collapse: collapse;
}

td {
    border: 2px solid #d2fff9;
  	padding: 5px;
}

tr:hover {
	background-color: #effefe;
}

/*---------*/
/* buttons */
/*---------*/


.button {
	border: 1px #ffe5d8 solid;
	padding: 15px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 5px 12px rgb(0 0 0 / 0.2);
}

.gesprek {
	padding-top: 50px;
	padding-bottom: 40px;
	clear: both;
	float: none;
	width: auto;
	text-align: center;
}
.gesprek .button {
	height: 70px;
	background: #fac9cc;
	color: #1d122d;
	font-weight: 800;
}
.gesprek .button:hover {
	height: 70px;
	background: #dcb3d5;
	color: #ffffff;
	/*border: 2px #1d122d solid;*/
}
.plan {
	height: 70px;
	/*border: 2px #dcb3d5 solid;*/
	border-radius: 30px;
	box-shadow: 0 5px 12px rgb(0 0 0 / 0.2);
	padding: 15px 30px;
	background: #fac9cc;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 800;
}
.gratis {
	height: 70px;
	/*border: 2px #dcb3d5 solid;*/
	border-radius: 30px;
	padding: 15px 30px;
	background: #acdee0;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 5px 12px rgb(0 0 0 / 0.2);
}
.plan:hover, .gratis:hover {
 	background: #dcb3d5;
	color: #ffffff;
	/*border: 2px #4d4d4d solid;*/
}

.centered-button {
	padding:50px 0px 25px;
	text-align: center;
}

.intro .button {
	color: #FFFFFF;
	background-color: #ff78b7;
	border-color: #ff63d3;
	font-weight: 700;
}
.intro .button:hover {
	color: #ff78b7;
	font-weight: 700;
	background-color: #acdee0;
	/*border-color: #6AF6F7;*/
}

p {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 22px;
}

/*-------*/
/* intro */
/*-------*/


.row-intro {
	background: #1d122d;
	background: #ffffff;
	/*background: #DFD7F5;*/
}

.intro {	
	padding: 40px;
}

.intro p {
	color: #ffffff;
	color: #000000;
	font-weight: 200;
}

/*--------*/
/* aanbod */
/*--------*/


.row-aanbod {
	/*border-radius: 0px 0px 25px 25px;*/
	background: #1d122d;

	/*background:#FFFFFF;*/
	
	/*background-image: url("../Images/Achtergrond-vierkant-mb.png");
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
.row-aanbod {
	border-radius: 0px;
	
	}
.row-aanbod-laatste {
		/*background-image: url("../Images/achtergrond-ovaal-mb.png");
		background-repeat: no-repeat;
		background-position: center bottom;*/
		/*border-radius: 0px 0px 25px 25px;*/
	}

.col-aanbod {
	text-align: center;
	display:inline-block;
	padding-top: 50px;
	width: 100%;
}

.col-laatste {
	padding-bottom: 30px;
	width: 100%;
}
.aanbod {
	text-align: center;
	background: #dfd7f5;
	margin:0px auto 20px auto;
	padding: 20px;
	border-radius: 25px;
	height: 250px;
	width: 50%;
	min-width: 300px;
}
.aanbod img {
	align-self: center;
}

.aanbod p {
	font-family: "open-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 14px;
	text-align: center;
}

/*--------*/
/* werken */
/*--------*/

.row-werken {
	background:#DFD7F5;
	background: #ffffff;

}

.col-werken {	
	padding: 25px 25px 25px 25px;
	text-align: left;
	vertical-align: middle;
}

.col-werken p {
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal;	
}

.col-werken h1 {
	font-size: 30px;
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal;
	//margin-bottom: 60px;	
	color: #000000;
}

.col-werken ul {
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal; 
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
}
.col-werken ol  {
	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal; 
	list-style-position: inside;	
	padding:0px 0px 0px 20px;
}
ol li {
	padding-bottom: 15px;
}
ol li:before {
  font-weight:bold;	
}

.row-werken a {
	color: #4d4d4d;
}

.fotobox {
	border-radius: 30px;
	box-shadow: 0 5px 12px rgb(0 0 0 / 0.2);
}

/*--------------*/
/* certificaten */
/*--------------*/

.row-certificaten-1 {
	/*border-radius: 35px 35px 0px 0px;*/
	background: #f2eeff;
	padding:35px 35px 17px 35px;
	text-align: center;
}
.row-certificaten-2 {
	/*border-radius: 0px 0px 35px 35px;*/
	background: #f2eeff;
	padding:17px 35px 35px 35px;
	text-align: center;
	/*border-bottom: #dcb3d5 solid 1px;*/
}

.row-certificaten-2 .col-md-one-third {
	display: inline-block;
	padding: 15px 30px;
}

.row-certificaten h2, .row-certificaten p {
	text-align: center;
}

.row-certificaten-1 p {
 	font-family: open-sans, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}

.centered-image {
	text-align: center;
	position: relative;
}
.centered-image img {
	vertical-align: middle;
}

/*-----------*/
/* werkwijze */
/*-----------*/

.curve {
	width: 100%;
	background: url("../Images/stappenplan_bg.webp");
	background-size:100%;
	background-position: center top;
	background-repeat: no-repeat;
	height: 90px;
}

.row-werkwijze {
	/*border-radius: 35px 35px 25px 35px;*/
	padding:40px 35px 35px;
	text-align: center;
	/*background:#2a262f;*/
	background: url("../Images/stappenplan_bg.webp");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.row-werkwijze h3, .row-werkwijze p {
	color: #ffffff;
}

.row-werkwijze h3 {
	padding-top:20px;
}

.row-werkwijze p {
	padding:0px 40px 60px;
	max-width: 360px;
	margin: auto;
	font-weight: 200;
}

/*--------*/
/* footer */
/*--------*/


.row-footer {
	background: #7a8eeb;
	background: #1d122d;
	padding:0px 40px;
}

.row-footer ul {
	color: #fff;
	list-style-type: none;
	list-style-position: inside;
}

.voorwaarden {
	list-style-position: inside;
	list-style-type: none;
}

.row-footer a {
	color: #ffffff;
	text-decoration: none;
}

hr {
	color: #4d4d4d;
	line-height: 0.05;
	opacity: 0.25;
}

.row-footer p, .row-footer ul {
		/*font-size: 12px;*/
	line-height: 150%;
	font-weight: 200;
}



.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}



/*Tablet View*/

@media (min-width: 768px) and (orientation: landscape){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 3em;
		//margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	.col-md-one-third {
		width:33%;
	}
	.row-aanbod {
		padding-left: 40px;
		padding-right: 40px;
	}
	.aanbod {
		margin:0px 10px 10px;
		padding: 20px;
		border-radius: 25px;
		height: 250px;
		
		width:280px;
		display: inline-block;
    }
	.col-aanbod {
		padding-topem: 10px;
		padding-bottom: 30px;
	}
	
	.col {
		float: left;
		/*padding: 0px 7px 14px;*/
	}
	.col-werken h2 {
		padding-top: 20px;
	}
	.row-werkwijze p {
		padding-bottom: 20px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
		width: 320px;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	.col-lg-three-fourth {
		width: auto;
		float: right;
	}
	.intro h1 {	
		padding-top: 40px;
	}
	.row-werken h1 {
		padding-top: 40px;
	}
	.aanbod {
		padding:10px;
		width: auto;
		max-width: 210px;
		min-width: 220px;
		margin:10px;
		height: 280px;
	}
	.col-werken h2 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.row-werkwijze p {
		padding-bottom: 20px;
	}
	.col-lg-one-fourth {
		width:25%;
	}
	.row-aanbod {
		padding-top: 20px;
	}
}

