* {
	margin: 0;
	padding: 0;
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
/*  letter-spacing: 0.1em;*/
  color: #fff;
  text-decoration: none !important;
  
}


/************************************************************************
HEADER
************************************************************************/
.header{
	width:100%;
	background-image: url("../images/img/kfc_header_2.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}

/************************************************************************
HEADER VASTGEODVERZEKERING
************************************************************************/
.header_vastgoedverzekering{
	width:100%;
	background-image: url("../images/img/vastgoed_verzekeringen_pand.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}


/************************************************************************
HEADER DOCUMENTEN
************************************************************************/
.header_documenten{
	width:100%;
	background-image: url("../images/img/documenten_verzekeringen.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}

/************************************************************************
HEADER PARTICULIER
************************************************************************/
.header_particulier{
	width:100%;
	background-image: url("../images/img/particuliere_verzekeringen_reis.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}

/************************************************************************
HEADER ZAKELIJK
************************************************************************/
.header_zakelijk{
	width:100%;
	background-image: url("../images/img/zakelijke_verzekeringen_pand.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}

/************************************************************************
HEADER OVER ONS
************************************************************************/
.header_overons{
	width:100%;
	background-image: url("../images/img/mdo_verzekeringen_over_ons.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}

/************************************************************************
HEADER INKOMENSVERZEKERING
************************************************************************/
.header_inkomensverzekering{
	width:100%;
	background-image: url("../images/img/inkomens_verzekering.jpg");
	background-color: #fff;
	height:450px;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:-80px;
}


/************************************************************************
NAVIGATIE
************************************************************************/

.nav-bar {
  height: 170px;
  background-color:#fff;
  top: 0;
}
 
.brand {
  position: absolute;
  padding-left: 5%;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-right:20px;
  width: 180px;
}
/*
.brand a img {
  max-height: 70px;
  background-color:#000;
}
*/
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
  background-color:#fff;
}
 
.nav-container {
  width: 100%;
  margin: 0 auto;
  background-color:#fff;
  position: fixed;
  z-index: 100;
}
 
nav {
  float: right;
  padding-right: 2%;
  background-color:#fff;
	
}
nav ul {
  list-style: none;
  background-color:#fff;
  margin: 0;
  padding: 0;
	
	
}
nav ul li {
  float: left;
  position: relative;
  background-color:#fff;
  padding-right:10px;
  color:#58595b;	
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding-top: 30px;
  padding-right:10px;
  padding-bottom:0px;
  padding-left: 10px;
  line-height: 60px;
  background-color:#fff;
  color:#58595b;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width:100%;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #fff;
  color: #4298B5;
	  text-decoration: underline;

  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width:100%;
	
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
  width:100%;
	
}
nav ul li ul li {
  min-width: 190px;
	
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100px;
  width: 80px;
}




/* Grid verzekeringen -------------------------------------------------*/


/*
.verzekeringen a{
  text-decoration: none;
  width: 100%;
  height:auto;
}
*/

.verzekeringen {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top:2rem;
  padding-bottom:1rem;
}

.verzekeringen > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
	list-style: none;
}

/*
.verzekeringen > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}
*/

.verzekeringen > ul > li > figure {
  max-height: 87%;
  overflow: hidden;
  
/*
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
*/
  position: relative;
}

.verzekeringen > ul > li > figure > a> img {
  width: 100%;
	height:auto;
}

.verzekeringen > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
/*  background-color: rgba(0,0,0,.7);*/
  width: 100%;
}

.verzekeringen ul > li > figure > figcaption > h3 {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
text-align: center;
  padding: .7rem;
  font-size: 1rem;
}

/*
.verzekeringen > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #fff;
}

.verzekeringen > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
  
}
*/

/* Opacity #2 */
.hover12 figure {
	background: #4298B5;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .3;
}



/* Grid over ons home -------------------------------------------------*/

.overons_home {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom:2rem;
}

.overons_home > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}

.overons_home > ul > li > figure {
  height: 100%;
	width:100%;
  overflow: hidden;
	list-style: none; 
}

.overons_home > ul > li > figure > img {
	height: 100%;
	width:100%;

}


.overons_home > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #fff;
}

.overons_home > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}


/* Grid over ons -------------------------------------------------*/

.overons {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top:0;
  padding-bottom:0;
}

.overons > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0rem;
  list-style: none;
}

/*
.verzekeringen > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}
*/

.overons > ul > li > figure {
  height: 100%;
	width:100%;
  overflow: hidden;
	list-style: none; 
/*
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
*/
/*  position: relative;*/
}

.overons > ul > li > figure > img {
	height: 100%;
	width:100%;

}


.columns {
  -moz-column-count: 2;
  -moz-column-gap: 0.5rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 0.5rem;
  column-count: 2;
  column-gap: 0.5rem;
	list-style: none; 
}

.columns > ul {
  margin-top: 0;
  list-style: none; 
}



.kop_top {
  color: #4298B5;
	text-transform: capitalize !important;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.tekst_left {
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.5rem;
}

.tekst_left_2 {
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
}

h4 {
  color: #4298B5;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  padding-left: 2rem;
  padding-top: 2rem;
  font-size: 3rem;
}


h3 {
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 2rem;
  font-size: 2rem;
}


h2 {
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.5rem;
}

h5 {
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.5rem;
}

h5 a{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
}

h5 a:hover{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
}

h5 a:visited{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
}



.link_tekst a{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.2rem;
	text-decoration: underline!important;
}


.link_tekst a:link{
  color: #4298B5;
   font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: underline!important;
}

.link_tekst a:hover{
  color: #4298B5;
   font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: underline!important;
}

.link_tekst :visited{
  color: #4298B5;
   font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: underline!important;
}

.link_tekst :active{
 color: #4298B5;
   font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  text-decoration: underline!important;
}



.overons > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #fff;
}

.overons > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}


/* Bedankt pagina -------------------------------------------------*/

.bedankt {
	text-align: center;
	left:0;
	right:0;
	margin: 0 auto;
  padding-top:2rem;
  padding-bottom:2rem;
}


.kop_top_bedankt {
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}

.tekst_bedankt {
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
}


.tekst_bedankt a{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
	text-decoration: none !important;
}


.tekst_bedankt a:link{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.tekst_bedankt a:hover{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.tekst_bedankt :visited{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.tekst_bedankt :active{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}






/* mislukt pagina -------------------------------------------------*/

.mislukt {
	text-align: center;
		left:0;
	right:0;
	margin: 0 auto;
  padding-top:2rem;
  padding-bottom:2rem;
}

/* Grid documenten -------------------------------------------------*/

.documenten {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top:0;
  padding-bottom:0;
}

.documenten > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  list-style: none;
}



.documenten > ul > li > figure {
  height: 100%;
	width:100%;
  overflow: hidden;
	list-style: none; 
}

.documenten > ul > li > figure > img {
	height: 100%;
		width:100%;

}

.documenten > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #fff;
}

.documenten > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
  
}


.kop_top_documenten {
  color: #4298B5;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.download_document{
	display: flex;
   align-items:center;
	padding-bottom: 1rem;
}

.tekst_left_documenten {
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0.6rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: .8rem;
  line-height: 1.5rem;
}




/* Grid klanten -------------------------------------------------*/

.klanten_tekst {
  color: #4298B5;
  text-align: center;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-bottom:.6rem
}

.klanten {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top:2rem;
  padding-bottom:.5rem;
}

.klanten > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: .5rem 4rem;
  list-style: none;
}

/*
.klanten > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}
*/

.klanten > ul > li > figure {
  max-height: 100%;
  overflow: hidden;
  
/*
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
*/
  position: relative;
}

.klanten > ul > li > figure > img {
  width: 100%;
}


/*
.klanten > ul > li > figure > figcaption > h3 {
  color: white;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding: .7rem;
  font-size: 1.3rem;
}
*/

/*
.klanten > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #fff;
}
*/

/*
.klanten > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
  
}
*/





/************************************************************************
Formulier
************************************************************************/

form
    {
    padding-left: 0px;
	padding-right: 0px;
	width:98%;
    }



.formulier {
   background-color: #d0e3eb;
   padding-left: 6rem;
   padding-right: 4rem;
 }

.form_intro{
  	width:98%;
	height:25px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
	color: #58595b;
    letter-spacing: 0.1em;
	padding-bottom: 2rem;
	margin-top: 5px;
    }

.form_kop{
  	width:98%;
	height:25px;
    font-family: 'Open Sans', sans-serif;
    font-style: 700;
    font-size: 24px;
	color: #4298B5;
	text-transform: uppercase;
    letter-spacing: 0.1em;
	margin-bottom: 15px;
	margin-top: 5px;
    }

#form1 {
   margin-top:0px;
   margin-left:0px;
 }

label
    {    
	text-align: left;
    padding-left: 2px; 
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #58595b;
    text-decoration: none !important;
    }

input {
    background-color: #f4f9fa;
  	width:100%;
	height:25px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
	color: #58595b;
    letter-spacing: 0.1em;
	margin-bottom: 15px;
	margin-top: 5px;
    }

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: #f4f9fa;
    -webkit-rtl-ordering: logical;
    cursor: text;
    border-width: 0px;
    border-style: inset;
    border-image: initial;
}


#button{
	height:53px;
	width:156px;
	padding-bottom:20px;
	background-color: #d0e3eb; 
    }


textarea
    {
    height: 100px;
	width:100%;
    background-color: #f4f9fa;    
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
	color: #58595b;
    letter-spacing: 0.1em;
    border-width: 0px;
    border-style: inset;
    border-image: initial;
    margin-bottom: 15px;
	margin-top: 5px;
    }





/************************************************************************
Bedrijfsgegevens
************************************************************************/
.bedrijfsgegevens {
  background-image: url("../images/achtergrond_bedrijfsgegevens.jpg");
	background-color: #f0f0f0;
	 background-repeat:no-repeat;
	background-position: bottom right;
	width:100%;
	height: auto;
    padding-top:1rem;
}

.bedrijfsgegevens > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 0rem;
  list-style: none;
	padding-left: 4rem;
  padding-right: 4rem;
}

/*
.verzekeringen > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}
*/



.bedrijfgegevens_tekst_kop{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
 
  padding-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.bedrijfgegevens_tekst{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: .8rem;
  line-height: 1.3rem;
}

.bedrijfgegevens_tekst a{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
}


.bedrijfgegevens_tekst a:link{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.bedrijfgegevens_tekst a:hover{
  color: #4298B5;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.bedrijfgegevens_tekst :visited{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.bedrijfgegevens_tekst :active{
  color: #58595b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none !important;
}


/************************************************************************
Footer
************************************************************************/
.footer {
/*  position: fixed;*/
  left:0px;
  bottom: 0px;
  width: 100%;
  height: 35px;
  background-color:#4298B5;
  z-index: 100;
  text-align: center;
}




h8 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}


h8 a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}

h8 a:link{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}

h8 a:hover{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}

h8 a:visited{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}

h8 a:active{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}







/************************************************************************
MEDIAQUERY MOBILE 600px
************************************************************************/


@media only screen and (max-width: 600px) {
.columns {
  -moz-column-count: 1;
  -moz-column-gap: 0.5rem;
  -webkit-column-count: 1;
  -webkit-column-gap: 0.5rem;
  column-count: 1;
  column-gap: 0.5rem;
	list-style: none; 
}


	.kop_top {
  color: #4298B5;
	text-transform: capitalize !important;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}	
	
	
.verzekeringen {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:2rem;
  padding-bottom:1rem;
}

.verzekeringen > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
	list-style: none;
}

	
	
	
.overons_home {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:2rem;
  padding-bottom:2rem;
}

.overons_home > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}
	
	
.overons {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:0;
  padding-bottom:0;

}
	
.overons > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}
	
.documenten {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:0;
  padding-bottom:0;
}

.documenten > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
  list-style: none;
}
	
	
.klanten > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .5rem 4rem;
  list-style: none;
}	

	
.verzekeringen > ul > li > figure > figcaption > h3 {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
text-align: center;
  padding: .7rem;
  font-size: 1rem;
}	
	
	
.formulier {
   background-color: #d0e3eb;
   padding-left: 2rem;
   padding-right: 1rem;
 }
	
	
.bedrijfsgegevens {
	  background-image: url("../images/achtergrond_bedrijfsgegevens_2.jpg");
	background-color: #f0f0f0;
	 background-repeat:no-repeat;
	background-position: bottom right;
	width:100%;
	height: auto;
    padding-top:1rem;
}		

	
	
.bedrijfsgegevens > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 0rem;
  list-style: none;
	padding-left: 2rem;
  padding-right: 2rem;
}	
	
	
.brand {
  width: 35%;
  padding-top: 15px;
  padding-left: 5%;
  left:10px;
}	
	
.nav-mobile {
  display: block;
	height:80px;
}
 
  nav {
    width: 100%;
    padding-top: 80px;
	padding-left: 40px;	  
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 7%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
	
.brand a img {
  max-height: 70px;
  margin-top: 5px;
}


}


	
/************************************************************************
MEDIAQUERY 
************************************************************************/


@media only screen and (max-width: 1100px) {
	.columns {
  -moz-column-count: 1;
  -moz-column-gap: 0.5rem;
  -webkit-column-count: 1;
  -webkit-column-gap: 0.5rem;
  column-count: 1;
  column-gap: 0.5rem;
	list-style: none; 
}

	
.kop_top {
  color: #4298B5;
	text-transform: capitalize !important;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}		
	
.verzekeringen {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:2rem;
  padding-bottom:1rem;
}
	
	.verzekeringen > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  list-style: none;
}
	
	
.verzekeringen > ul > li > figure > figcaption > h3 {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
text-align: center;
  padding: .7rem;
  font-size: 1rem;
}	
		
	
.overons_home {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:2rem;
  padding-bottom:2rem;
}

.overons_home > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}	
	
	
	
.overons {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:0;
  padding-bottom:0;

}
	
.overons > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}
	
.documenten {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:0;
  padding-bottom:0;
}

.documenten > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
  list-style: none;
}	
	
	
.klanten > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .5rem 4rem;
  list-style: none;
}	
	

	
.formulier {
   background-color: #d0e3eb;
   padding-left: 2rem;
   padding-right: 1rem;
 }	
	
	
	
.bedrijfsgegevens {
	  background-image: url("../images/achtergrond_bedrijfsgegevens_2.jpg");
	background-color: #f0f0f0;
	 background-repeat:no-repeat;
	background-position: bottom right;
	width:100%;
	height: auto;
    padding-top:1rem;
}		

	
.bedrijfsgegevens > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 0rem;
  list-style: none;
	padding-left: 2rem;
  padding-right: 2rem;
}	
	
	
.brand {
  width: 160px;
  padding-top: 15px;
  padding-left: 5%;
  left:10px;
}	
	
.nav-mobile {
  display: block;
	height:80px;
}
 
  nav {
    width: 100%;
    padding-top: 80px;
	padding-left: 40px;	  
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 7%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
	
/*
.brand a img {
  max-height: 70px;
  margin-top: 5px;
}
*/


}



/************************************************************************
MEDIAQUERY DESKTOP
************************************************************************/


@media screen and (min-width: 1201px) {

	
.columns {
  -moz-column-count: 2;
  -moz-column-gap: 0.5rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 0.5rem;
  column-count: 2;
  column-gap: 0.5rem;
	list-style: none; 
}
	
	
.verzekeringen {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top:2rem;
  padding-bottom:1rem;
}	
	
.verzekeringen > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
  list-style: none;
}


	
.overons_home {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top:2rem;
  padding-bottom:2rem;
}

.overons_home > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
  list-style: none;
}	
	
	
.overons {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top:0;
  padding-bottom:0;

}	
	
.documenten {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top:0;
  padding-bottom:0;
}

.documenten > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  list-style: none;
}	
	
	
.bedrijfsgegevens {
  background-image: url("../images/achtergrond_bedrijfsgegevens.jpg");
	background-color: #f0f0f0;
	 background-repeat:no-repeat;
	background-position: bottom right;
	width:100%;
	height: auto;
    padding-top:1rem;
}	
	
.brand {
  position: absolute;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right:20px;
  width: 180px;
}
	
.nav-list {
  display: block !important;
}
	
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 25px;
  cursor: pointer;
  padding: 10px 15px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #666;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
 
article {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}



