* {
    margin: 0;
    box-sizing: border-box;
}
html {

}

body {
    margin: 0;
	max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    image-orientation: from-image;
}

/* SITE */

.site {
    
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;

    display: flex;
    min-height: 100vh;
    height:100%;
    flex-direction: column;
}

.site-uitklap {
  transition: left 0.25s ease-in;
  left: 300px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.75);
}


.body-uitklap {
    

    overflow: hidden;
    width: 100%;
    position: fixed;
}


.site-header {
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  justify-content:center;
}

.site-submenu {
	flex:1;
}

.site-submenu-items {

    box-sizing:border-box;
    overflow:hidden;
}

.site-submenu h2 {
	margin-bottom:20px;
}
	
.site-submenu ul {
	list-style: none;
	text-align:center;
	margin:0;
	padding:0;
}

.site-submenu li {

	width:100%;
	display:inline-block;
    font-weight: normal;
}


.site-submenu li hr {
    text-align:center;
	margin:5px 0 5px 25%;
	border: 0;
    height: 1px;
}

.site-submenu li:last-of-type hr {
	display:none;
}

.site-submenu li a {
    text-decoration: none;
	display:block;
}

.site-submenu li a:hover {
    
}

.site-submenu li a.actief {
    cursor:default;
}


/* CONTENT */

.site-content {

	-webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
	width:100%;
	box-sizing:border-box;
	margin:auto;
}

.content-met-submenu {
	display:flex;
	flex-direction: row;
	flex-wrap:no-wrap;
}
.main-content {

    flex:4;
}

.volledigbreed {
	width:100%;
	
}
.volledigbreed section {
	width:100%;
	margin:auto;
	
}
/* FOOTER */

.site-footer {
	
	
}


/* MOBILE NAV */

.mobile-nav {
    display:none;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;

}

.mobile-nav h2 {
    
    font-weight: normal;
    margin:10px;
}

.mobile-nav ul {
    
    list-style: none;
    margin:20px 0 0 0;
    padding:0px;
}

.mobile-nav li {
  
    font-weight: normal;
}

.mobile-nav li:first-child {
    
}

.mobile-nav li a {
    
    display:block;
}

.mobile-nav li a:hover {
 
}

.mobile-nav li a.actief {
	cursor:default;
}

/* HEADER - BOVENBALK */
.bovenbalk {
	width:100%;
	padding:0;
	box-sizing:border-box;
	margin:auto;
	display: flex;
	flex-direction:row;
	flex-wrap:no-wrap;
	justify-content:flex-end;
	align-items:center;
}

.bovenbalk div {
	flex:none;
}

.bovenbalk div:first-child {
}

.bovenbalk span {
    font-weight: normal;
    margin:0;
    padding:0;
}

.bovenbalk span:before {
    
    font-weight: normal;
    margin:0;
    padding:0;
}


.bovenbalk a{

}

.bovenbalk a:hover{

}




/* HEADER - VISUAL */

.header-visual-home {
	
	display:flex;
	flex-direction: row;
	flex-wrap:no-wrap;
}

.header-visual {
	
	display:flex;
	flex-direction: row;
	flex-wrap:no-wrap;
}




.visual {
	height:inherit;
	flex:2;
}

/* BUTTONS */


.button {
    font-weight: normal;
	border: 0;
	cursor:pointer;
}


.button_met_icon {
	display:block;
 	padding:0;
}
.button-tekstueel {

	display:inline-block;
}

.button_met_icon span {

}

.button_met_icon span:before {
	
}



.foutmeldingen {
        
}

.foutmeldingen li {
    font-weight: normal;
}


/* PAY OFF HEADER */

.payoffheader {

	height:inherit;
	min-height:inherit;
	width:100%;
	
	margin:auto;
	
    
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.payoffheader_content {

}

.payoffheader h2 {

}

.payoffheader h3 {

}

.payoffheader span {

}


.payoffheader button {

}


/* HEADER - NAVIGATIE */
.hoofdnav {
	width:100%;
	box-sizing:border-box;
	padding:0;
	margin:auto;
}

.hoofdnav ul {
    list-style: none;
    margin: 0;
	text-align:center;
}

.hoofdnav li {
	display:inline-block;
    font-weight: normal;
}

.hoofdnav li:last-child {
	border-right: 0;
}

.hoofdnav li a {
    
    text-decoration: none;
	display:block;
	transition:.5s color;
}

.hoofdnav li a:hover {

}

.hoofdnav li a.actief {

	cursor:default;
}

.icon-menu {
 
}

.icon-menu:hover {
 
}
/* HEADER - NAVIGATIE - SUB UITKLAP */

.hoofdnav li ul {
	position:absolute;
	display:none;	
	text-align:left;
}


.hoofdnav li ul li {
	display:block;
}

.hoofdnav li li {
	
	border-right:0;
	height:auto;
	
}

.hoofdnav li:hover ul
{
	z-index:99;
	display:block;
}

/* CONTENT - ALGEMENE INDELING */

section {
    padding: 0;
	display:flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:flex-start;
}

section div {
}

.section-zelfde-hoogte {
	align-items:stretch;
}

.flex1div {
	margin:0;
	flex:1;
	
}

.div3-12 {
	
	margin: 10px 1%;
	flex:1 0 23%
}

.div4-12 {
	
	margin: 10px 1%;
	flex:1 0 31%
}

.div6-12 {
	margin: 10px 1%;
	flex:1 0 48%
}

.div8-12 {
	margin: 10px 1%;
	flex:1 0 64%
}
.div9-12 {
	margin: 10px 1%;
	flex:1 0 73%
}

.div12-12 {
	margin: 10px 1%;
	flex:1 0 98%;
}

.standaard-padding {
	box-sizing:border-box;
	padding:20px;
}

.standaard-vertical_padding {

	width:100%;
	height:20px;
}

/* CONTENT */

.content-naast-elkaar {
	display:flex;
	flex-direction: row; 
	flex-wrap:row wrap;
	justify-content:flex-start;
	align-items:stretch;
}

.imgbackground-stretch {
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.animeer {
	transition:.5s all ease;
}

.centreren {
	text-align:center;
}
.afgerond {
	
	overflow:hidden;
}

.border {
	
}


.mobilenietzichtbaar {
	
}

.mobilewelzichtbaar {
	display:none;
}

.toggle1nietzichtbaar {
	
}

.toggle1welzichtbaar {
	display:none;
}

.toggle2nietzichtbaar {
	
}

.toggle2welzichtbaar {
	display:none;
}


.kruimelpad {

    font-weight: normal;
    
    
}
.kruimelpad a {

}

.kruimelpad a:hover {

}


/* FONT */


H1 {

    font-weight: normal;
	padding:0;
	margin:0 0 0px 0;
}

H2 {
    font-weight: normal;
	padding:0;
	margin:0 0 10px 0;
}

H3 {
    font-weight: normal;
	padding:0;
	margin:0 0 10px 0;
}

H4 {
	padding:0;
	margin:0;
}


P, P P {
	padding:0;
	margin:0 0 10px 0;
}

P:empty:first-of-type {
    display:none;
    
}


P:empty {
    
    //display:none;
}

label {
	padding:0;
}

strong {
    font-weight: bold;
}

.site-content section  ul,
.site-content section  ol {
    
    margin:0 0 40px 0;
    padding:20px 40px;
    overflow:hidden;
}


section * li,  {
    
    margin-bottom:10px;
    
}

section img {
    width:auto;
}

/* DOWNLOADS TABEL */

table {
    margin-bottom:30px;
}

.downloads {
    
    font-weight: normal;
}

tr {
    
}

td {
    padding:10px;
    margin:0;
}


tr:hover {

}

.formulier_melding
{
	padding: 10px;
	border-radius: 5px;
}

body {
  font-family: 'open_sansregular';
}
a {
    color:#000;
}

/* SITE */

.site {
    background-color: #fff;
}

.site-submenu {
    min-width:250px;
	margin-right:40px;
	margin-top:60px;
	text-align:center;
}

.site-submenu-items {

    padding:20px;
	border-radius: 15px;
	border:1px solid #5EBFBF;
}

.site-submenu h2 {
    font-size: 20px;
}

.site-submenu ul {
	line-height:30px;
}
	
.site-submenu li {

	font-size:12px;
	line-height:30px;
}


.site-submenu li hr {
    width:50%;
    background: #F0F0F0;
}

.site-submenu li:last-of-type hr {
	
	height: 12px;
}

.site-submenu li a {
    color: #000;
}

.site-submenu li a:hover {
    color: #5EBFBF;
}

.site-submenu li a.actief {
    color: #A14594;
}

/* CONTENT */

.site-content {

	max-width:1200px;
	padding:0 20px;
	min-height:40px;
}

.main-content {

    flex:4;
}

.volledigbreed {
	
}
.volledigbreed section {
	
	max-width:1200px;
	width:100%;
	margin:auto;
	
}
/* FOOTER */

.site-footer {
	
	background:rgb(255,255,255);
	height:auto;
	margin-top:0px;
}

.site-footer section {

	max-width:1200px;
	width:100%;
	margin:auto;
	
}

.site-footer h2 {
	font-family:open_sanslight;
	color:rgb(45,54,95);
	font-size:30px;
}

.site-footer p {
	font-family:open_sansregular;
	color:rgb(45,54,95);
	font-size:15px;
}

.site-footer a {

	color:rgb(62,187,197);
	
}

/* MOBILE NAV */

.mobile-nav {
    background: rgb(45,54,95);
}

.mobile-nav h2 {
    
    font-family: 'open_sanslight';
    color:#fff;
    font-size: 30px;
}

.mobile-nav li {

    line-height:30px;
	font-size:18px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li:first-child {
    border-top: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li a {
    
    padding:10px;
    color:rgb(255,255,255);
}

.mobile-nav li a:hover {
 
    background: rgba(255,255,255,0.25);
    
}

.mobile-nav li a.actief {
    background: rgba(255,255,255,0.5);
}

/* HEADER - BOVENBALK */
.bovenbalk {
	max-width:1200px;
	height:40px;
	background:#FFF;
	text-align:right;
	color:#5EBFBF;
	font-size:16px;
}

.bovenbalk div {
	margin-right:20px;
	padding:0;
}

.bovenbalk div:first-child {
	margin-left:20px;
}

.bovenbalk span {
    font-family: 'museo_sans_cyrl300';
	font-size:12px;
}

.bovenbalk span:before {
    font-family: 'museo_sans_cyrl300';
	font-size:20px;
    margin-right:5px;
}


.bovenbalk a{
	color:#5EBFBF;
}

.bovenbalk a:hover{
	color:#ff0000;
}



/* HEADER - VISUAL */

.header-visual-home {
	position:relative;
	height:750px;
}

.header-visual {
	position:relative;
	height:385px;
}


.visual {
	
}

/* BUTTONS */


.button {

	display:inline-block;
    font-family: 'open_sansbold';
    font-size:18px;
    text-transform: uppercase;
    background:rgb(45,54,95);
	border-radius:5px;
	padding:0 20px;
	line-height:40px;
	color:#FFFFFF;
}


.button_met_icon {
	display:block;
    font-family: 'open_sansbold';
    text-transform: uppercase;
	line-height:20px;
	padding:0;
	color:#FFFFFF;
}

.button_met_icon span {
	margin-right:10px;
}

.button_met_icon span:before {
	font-size: 70%;
}


.button-tekstueel {

	display:inline-block;
    font-family: 'open_sansbold';
    font-size:18px;
    text-transform: uppercase;
	padding:0 20px;
	line-height:40px;
	color:rgb(45,54,95);
}

.foutmeldingen li {

    font-size: 15px;
    line-height: 20px;
}


/* PAY OFF HEADER */

.payoffheader {
	max-width:1140px;
	padding:20px;

}

.payoffheader_content {
	width:50%;
	text-align:center;
	
}



.payoffheader h2 {

	font-family: 'open_sanslight';
	font-weight:bold;
	font-size:50px;
	text-transform: uppercase;
	margin:0;
}

.payoffheader h3 {

	font-family: 'open_sanslight';
	font-size:30px;
	text-transform: uppercase;
}

.payoffheader span {

	font-family: 'open_sansregular';
	font-size:18px;
	
}


.payoffheader .button {

    font-size:23px;
	padding:0 20px;
	line-height:50px;
}

/* HEADER - NAVIGATIE */
.hoofdnav {
	margin:0;
	height:40px;
}

.hoofdnav ul {

	padding: 0 20px;
}

.hoofdnav li {

	font-family: 'open_sanslight';
	text-transform: lowercase;
	font-size:20px;
	line-height:40px;
	
}

.hoofdnav li a {
    color:rgb(45,54,95);
	padding:0 20px;
}

.hoofdnav li a:hover {
    color:rgb(62,187,197);
    font-weight:bold;
}

.hoofdnav li a.actief {
    color: rgb(62,187,197);
}

.icon-menu {
     color:#5EBFBF; 
}

.icon-menu:hover {
     color:#A14594; 
}
/* HEADER - NAVIGATIE - SUB UITKLAP */

.hoofdnav li ul {
	padding-top:9px;
}

.hoofdnav li li {
	
	font-size:.8em;
	min-height:30px;
	line-height:30px;
	background:rgb(62,187,197);
	border-top: 1px solid #FFF;
}


/* CONTENT - ALGEMENE INDELING */

section {
	margin-bottom:20px;
}

section div {
	margin-bottom:0px;
}

.afgerond {
	
	border-radius: 15px;
}

.border {
	border-radius: 15px;
	border:1px solid rgba(94,191,191,0.5);
}

/* KRUIMELPAD */
.kruimelpad {
    font-family: 'museo_sans_cyrl300';
    font-size:12px;
    color:#000;
 
}
.kruimelpad a {
    color:#000;
}

.kruimelpad a:hover {
    color:#5EBFBF;
}


/* FONT */

H1 {
    font-family: 'open_sanslight';
	font-size:80px;
	color:rgb(45,54,95);
}

H2 {
    font-family: 'open_sanslight';
	font-size:30px;
	color:rgb(45,54,95);
}

H3 {
    font-family: 'open_sanslight';
	font-size:20px;
	color:rgb(45,54,95);
}

H4 {
    font-family: 'open_sansregular';
	font-size:15px;
	color:rgb(45,54,95);
}


P, P P {
    font-family: 'open_sansregular';
	font-size:15px;
    line-height: 25px;
    color:rgb(45,54,95);
}

label {
	font-family: 'open_sansregular';
	margin:10px 0;
	font-size:13px;
    line-height: 20px;
}

.site-content section * ul,
section * ol {
    font-family: 'open_sansregular';
    font-size:13px;
    background:rgba(240,240,240,0.8);
    border-radius: 15px;
}


section img {
    margin:0 10px 10px 0;
}


/* KLEUREN */

section img {
	max-width:100%;
    margin:0 10px 10px 0;

}

.roze {
	background:#F5B4D8;
}

.roze H1,
.roze H2,
.roze H3,
.roze H4 {
	color:#FFFFFF;
}

.roze ul,
.roze ol{
  background:rgba(255,255,255,0.25);
}

.grijs {
	background:#F8F8F8;
}


.wit {
    border-radius:0;
    padding-left:0;
    padding-right:0;
	background:#FFFFFF;
}

.tekst_wit {
	color:rgb(255,255,255);
}

.tekst_blauw {
	color:rgb(45,54,95);
}

.tekst_zwart {
	color:rgb(0,0,0);
}



/* DOWNLOADS TABEL */


.downloads {
    max-width:400px;
    font-family: 'museo_sans_cyrl300';
    margin-bottom:80px;
    border:1px solid rgba(0,0,0,0.15);
}

tr:hover {
    background:rgba(0,0,0,0.15);
}

/* SOCIAL MEDIA*/

.socialmedia{
    text-align:center;
    font-family: 'museo_sans_cyrl300';
    font-weight: normal;
    font-size:12px;
    line-height:20px;
    color:#000;
}

.socialmedia span:before{
    color:#5EBFBF;
    font-size: 20px;
    line-height:20px;
    margin:0 0 0 10px;
    padding:0;
}

.formulier_melding
{
	color:rgb(255,255,255);
	display:inline-block;
    font-family: 'open_sansregular';
    background:rgb(45,54,95);
	border-radius:5px;
	padding:0 20px;
	line-height:40px;
	color:#FFFFFF;
}/* SITE */

.standaard-vertical_padding {
	height:40px;
}


/* LOGO MENU BALK */

.logomenubalk {
	height:120px;
	width:100%;
	max-width:1200px;
	margin:auto;
	align-items:center;
}

.logomenubalk_logo {
	flex:none;
	margin-left:20px;
	width:206px;
	height:115px;
	align-items:top;
}

.logomenubalk_logo img {
	width:100%;
	height:auto;
}

.icon {
	padding: 8px 9px;
    display: inline-block;
    line-height: 1;
    border-radius: 50px;
	background:rgb(62,187,197);
	color:rgb(255,255,255);
	margin-right: 15px;
}

/* HEADER LICHTBLAUW */

.bg_lichtblauw {
	background:rgb(230,246,247);
	padding:40px 20px 0 40px;
	margin-bottom:20px;
}

.bg_lichtblauw .imgovervisual {
	position:relative;
	margin-top:-100px;
}

.p_intro {
	font-size:20px;
	line-height:35px;
}

.imgwidth {
	width: 250px;
}

/* CONTACT CONTAINER */

.position_relative {
	position:relative;
	display:inline-block;
}

.contact_container {
	width:400px;
	height:200px;
	background:rgba(0,0,0,.5);
	border-radius: 15px;
	position:absolute;
	bottom:30px;
	right:20px;
	margin:0 10px 10px 0;
}

.contactformulier input[type=text] {
	width:350px;
	height:50px;
	border-width:3px;	
    border-style:solid;
    border-color:rgb(62,187,197);
    border-radius:15px;
	float:right;
	margin-right:20px;
	padding:10px;
	font-size:16px;
	color:rgb(149,149,149);
}

.contactformulier input[type=submit] {
	width:150px;
	height:50px;
	font-family: 'open_sansbold';
    font-size: 20px;
	color:rgb(255,255,255);
    background:rgb(62,187,197);
    border-style:none;
    border-radius:15px;
    float:right;
    margin:20px;
}

h2.container_kop {
	font-family: 'open_sansbold';
    font-size: 35px;
	color:rgb(255,255,255);
	margin-left:25px;	
}

.container_p {
	color:rgb(255,255,255);
	margin-left:25px;
}

/* LIJST VOORDELEN */

.icon-email.voordelen {
	color:rgb(45,54,95);
}

.voordelen {
	display:table;
	line-height:25px;
	margin-bottom:10px;
}

.voordelen:before {
	padding-right:15px;
	/*display:table-cell;*/
}

/* PRIJZENTABEL */

.prijzentabel {
	display:flex;
	flex-direction:row;
	flex-wrap:no-wrap;
	justify-content:center;
	align-items:stretch;
}

.prijzentabel:last-child {
	margin-bottom:20px;
}

.prijzentabel-kop-links {
	flex:1;
	margin-left:0;
	text-align:center;
	background:#FFFFFF;
}

.prijzentabel-kop-links h3 {
	padding: 50px 5px 0 5px;
	color:rgb(45,54,95);
	font-family:'open_sansbold';
}

.prijzentabel-kop {
	flex:1;
	text-align:center;
	padding-top:15px;
	background:#FFFFFF;
	background-image:url('../img/tabel_header.png');
	background-repeat : no-repeat;
	background-position: top right;
	min-height:200px;
	max-width:225px;
	margin-left:20px;
}

.prijzentabel-kop h2 {
	font-size: 75px;
	line-height:45px;
	color:#FFFFFF;
}

.prijzentabel-kop h3 {
	font-family:'open_sansbold';
	color:#FFFFFF;
}

.prijzentabel-kolom-links {
	flex:1;
	margin-left:0;
	text-align:center;
	color:rgb(45,54,95);
}

.prijzentabel-kolom {
	flex:1;
	text-align:center;
	color:rgb(45,54,95);
	max-width:225px;
	margin-left:20px;
}

.even {
	line-height:40px;
}

.oneven {
	background:#FFFFFF;
	line-height:40px;
}




/* FOOTER */

.paddingleft40 {
	padding-left:40px;
}

.input_verplicht_icon_positie
{
	font-size:15px;
	padding:5px;
	position:absolute;
	right:30px;
	line-height:40px;
	font-weight:bold;
	font-family: "standaard";
}

.input_ok:before
{
	color:green;
	content: "\73"
}

.input_verplicht:before {
	color:orange;
	content: "\77";
}

.input_nok:before {
	color:red;
	content: "\67";
}

/* MEDIA QUERIES */


@media all and (max-width:1000px) {
	
	.hoofdnav li a {
		padding:0 10px;
	}
    
    .content-met-submenu {
		flex-direction: column;
		flex-wrap:no-wrap;
        margin-top:10px;
	}
    
    
    .site-submenu {
        display:block;
        width:100%;
        margin:0;
        padding:0;
        border:0;
    }

    .site-submenu-items {
        border-radius: 0;
        border:0;
        margin:0;
        padding:0;
    }


    .site-submenu h2 {
        display: none;
    }

    .site-submenu ul {
        list-style: none;
        line-height:30px;
        text-align:center;
        margin:0;
        padding:0;
    }

    .site-submenu li {

        padding:5px;
        width:inherit;
        margin-right:10px;
        font-size:12px;
        line-height:30px;

    }

    .site-submenu a {
        margin:0;
        padding:0;
    }

    .site-submenu li hr {
        display:none;
    }

	.toggle1nietzichtbaar {
		display:none;
	}
	
	.toggle1welzichtbaar {
		display:inline;
	}
	
    
}
@media all and (max-width:800px) {
	
	.div3-12 {
		flex:1 0 48%;
	}
	
	.div4-12 {
		flex:1 0 48%;

	}
	
	.div8-12 {
		flex:1 0 48%
	}
	
	.div9-12 {
		flex:1 0 48%;
	}
	
	
	.toggle2nietzichtbaar {
		display:none;
	}
	
	.toggle2welzichtbaar {
		display:inline;
	}
	
}


@media all and (max-width: 600px) {
	
	.bovenbalk{
		justify-content:space-between;
	}
	
	.div3-12 {
		flex:1 0 100%;
	}
	.div4-12 {
		flex:1 0 100%;
	}
	
	.div6-12 {
		flex:1 0 100%;
	}

	.div8-12 {
		flex:1 0 100%;
	}
	
	.div9-12 {
		flex:1 0 100%;
	}

	.mobilenietzichtbaar {
		display:none;
		transition: all 0.5s ease-in;
	}
	

	.mobilewelzichtbaar {
		display:inline;
		transition: all 0.5s ease-in;
	}


}

/* MEDIA QUERIES */


@media all and (max-width:1000px) {
	

	
	.header-visual-home {
		position:relative;
		height:600px;
		transition: height 0.5s ease-in;
	}

    .site-submenu-items {
        border-bottom: 1px solid #dedede;
        height:50px;
    }

    .site-submenu ul {
        line-height:30px;
    }

    .site-submenu li {
        padding:5px;
        margin-right:10px;
        font-size:12px;
        line-height:30px;
    }

   	.payoffheader h2 {
		font-size:40px;
	}
	
	.payoffheader h3 {

		font-size:25px;

	}
	
	.payoffheader span {
	
		font-size:16px;
	}
    
}
@media all and (max-width:800px) {
	
	.header-visual-home {
		position:relative;
		height:500px;
		transition: height 0.5s ease-in;
	}
	
	.hoofdnav li a {
		padding: 0 5px;
	}
	
	.progressbalk_tekst {
		font-size:12px;
	}
		
		
	.hoofdnav li {

//		font-size:12px;
	}
	
	.payoffheader h2 {
		font-size:30px;
	}
	
	.payoffheader h3 {

		font-size:20px;

	}
	
	.payoffheader span {
	
		display:none;
		font-size:14px;
	}


	
}


@media all and (max-width: 600px) {
	
	.header-visual-home {
		position:relative;
		height:250px;
		transition: height 0.5s ease-in;
	}
	
	.progressbalk_tekst {
		display:none;
	}
		
}


/* MEDIA QUERIES */

@media all and (max-width:1150px) {
		
	H1 {
		font-size:70px;
	}


@media all and (max-width:1000px) {
	
	.header-visual {
		position:relative;
		height:250px;
	}
	
	.bg_lichtblauw {
		padding:20px 20px;
	}
		
	H1 {
		font-size:60px;
	}
		
	H2 {
		font-size:30px;
	}
		
	H3 {
		font-size:20px;
	}
		
	.p_intro {
		font-size:15px;
		line-height:25px;
	}			
	
	.voordelen_content_div {
		flex:1 0 100%;
	}

}


@media all and (max-width:800px) {

	.header-visual {
		position:relative;
		height:200px;
	}

	H1 {
		font-size:50px;
	}

	.paddingleft40 {
		padding-left:0px;
	}

	.prijzentabel-kop {
		background-color:rgb(45,54,95);
		background-image:none;
	}
	
}


@media all and (max-width:600px) {
	
	.header-visual {
		position:relative;
		height:150px;
	}
	
	.bg_lichtblauw {
		padding:10px 10px;
	}
	
	.bg_lichtblauw .imgovervisual {
	    position: relative;
	    margin-top: 0px;
	}
		
	.contact_container {
		width:270px;
		height:170px;
		position:absolute;
		bottom:20px;
		right:15px;
		margin:0 0px 10px 0;
	}
	
	.contactformulier input[type=text] {
		width:250px;
		height:50px;
		border-width:3px;	
	    border-style:solid;
	    border-color:rgb(62,187,197);
	    border-radius:15px;
	    float:right;
		margin:0 10px 0 0;
	}
	
	.contactformulier input[type=submit] {
		width:120px;
		height:40px;
		font-family: 'open_sansbold';
	    font-size: 15px;
		color:rgb(255,255,255);
	    background:rgb(62,187,197);
	    border-style:none;
	    border-radius:12px;
	    float:right;
		margin:10px 10px 0 0;
	}
	
	h2.container_kop {
		font-family: 'open_sansbold';
	    font-size: 25px;
		color:rgb(255,255,255);
		margin:0 0 10px 10px;	
	}
	
	.prijzentabel {
		font-size:12px;
	}
	
	.prijzentabel-kop {
		flex:none;
		width:70px;
		min-height:110px;
		margin-left:2px;
	}
	
	.prijzentabel-kop h2 {
		font-size:60px;
		line-height:25px;
	}

	.prijzentabel-kop h3 {
		font-size:12px;
	}
		
	.prijzentabel-kop-links h3 {
		font-size:12px;
	}
	
	.prijzentabel-kolom {
		flex:none;
		width:70px;
		margin-left:2px;
	}
	
	.even {
		line-height:30px;
	}
	
	.oneven {
		line-height:30px;
	}
}
