/* EXTERNE FONTS */

@import url(http://fonts.googleapis.com/css?family=[NAAM VAN DE FONT]);

/* GEHOSTE FONTS */
@font-face {
    font-family: '[NAAM VAN DE FONT]';
    src: url('../fonts/[BESTANDSNAAM VAN FONT].eot');
    src: url('../fonts/[BESTANDSNAAM VAN FONT].eot?#iefix') format('embedded-opentype'),
         url('../fonts/[BESTANDSNAAM VAN FONT].woff') format('woff'),
         url('../fonts/[BESTANDSNAAM VAN FONT].ttf') format('truetype'),
         url('../fonts/[BESTANDSNAAM VAN FONT].svg#[NAAM VAN DE FONT]') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial, Helvetica, sans-serif;
}
#container {
   min-height:100%;
   position:relative;
}

/* HEADER */
#headerwrap {
   background:#fff;
   height:124px; 
   position: fixed;
   z-index: 10;
   width: 100%;
   top:0;
    border-bottom: 1px solid #727256;
}
#header{
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    font-family: 'Roboto', sans-serif; position:relative; line-height:41px; display:block; 
    width: 100%;
    height: 100%;
    position: relative;
}

.dienst .dotdotdot
{
  padding: 1px 0;
}

#headerwrap.scroll
{
  -webkit-box-shadow: 0 2px 3px 0px #aaa;
  box-shadow: 0 2px 3px 0px #aaa;
}

/* BODY */
#bodywrap {
   padding-bottom:500px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   width: 100%;
}
#body {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 50px 20px 50px 20px; position: relative;
}

/* FOOTER */
#footerwrap {
   position:absolute;
   bottom:0;
   width:100%;
   height:485px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   background:#225890;
}

#footer
{
  text-align: center;
  padding: 2em;
  color: #fff;
}

#footer > *
{
  display: inline-block;
  margin: 0 2%;
  vertical-align: top;
}

#footer p
{
  padding-left: 35px;
  background-position: left .7em;
  background-repeat: no-repeat;
  line-height: 2.2em;  text-align: left;
}

#footer img
{
  vertical-align: middle;
}

#footer .social
{
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 3px solid #03080D;
  padding: 1em 2em;
  line-height: 2.2em;
}

#footer a
{
  color: #000;
}


#slider
{
  background-color: #225890 !important;
}

.nieuwsfichebutton
{
  background-color: #225890 !important;
}

#home > div > .img > img
{
  width: 100%;
}

#home > div:after
{
  clear: both;
  display: block;
  content: '';
}

#home > div > .img
{
  width: 50%;
  float: left;
}

#home > div > .txt
{
  width: 50%;
  float: right;
  padding: 1em;
  box-sizing: border-box;
}

#home h2
{
  font-weight: bold;
  font-size: 1.4em;
  color: #00218b;
  text-align: left;
  margin-top: 0;
}

#home > div:nth-child(even) > .img
{
  float: right;
}

#home > div:nth-child(even) > .txt
{
  float: left;
}

#footer a { color:#FFF;}

.footy {
  background-color: #b3b3b3;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.footy a {
  color: #fff;
}

.footy a:last-of-type i.show{
  display: inline-block;
}

.footy a:last-of-type i.hidden{
  display: none;
  color: #8bcf97;
}

.footy a:last-of-type:hover i.show {
    display: none;
}
.footy a:last-of-type:hover i.hidden {
  display: inline-block;
}
.footy a { color:#fff;}

.logo { position:absolute; width:400px; transition: all .2s ease-in-out; margin-left:20px; margin-top: 0; z-index: 1; top:40px;}

.nav { width:100%; line-height:35px; text-transform:uppercase; top:44px; position:absolute; right:20px; max-width: 1400px;}
.nav a { float:right; color:#225890; font-size:1em; margin-left:40px; font-weight:400; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:0 30px 0 30px; border:1px solid #225890;}
.nav a:last-child { margin-left:0px;}
.nav a:hover { background:#225890;color:#fff; }


.banner_home {
	background: url(../images/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; height:386px;
	}

.ak_banner { width:390px; height:386px; background-image:url(../images/bg_ak.png); padding:35px;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; float:right; position: relative;}
.ak_banner h3 { color:#9F0000; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:1.8em; line-height:1.2em; margin-bottom:30px; }
.ak_banner h2 { font-family: 'Roboto Condensed', sans-serif;  color:#000; font-size:1em; font-weight:700; line-height:1.2em;}
.aktxt { text-align:justify; height:6.3em; overflow:hidden;}
.aktxt p {margin:0;}
a.aklink { width:100%; text-align:center;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; color:#9F0000; border:2px solid #9F0000; display:block;font-family: 'Roboto Condensed', sans-serif; font-weight:700; line-height:47px; display:block; margin-top:30px;}

a.aklink:hover
{
  background-color: #9F0000;
  color: #fff; 
}

#slider
{
  margin-top:124px;
}

#slider .aklink
{
  position: absolute;
  bottom:10px;
  width: 80%;
  right:10%;
}

.banner {
	background: url(../images/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; height:125px;
	}

.breadcrump { position:absolute; width:90%; font-size:9px; color:#000; top:10px; }
.breadcrump a { color:#000;}

.greystroke { width:100%; background-color:#cacaca;}

h1 {font-family: 'Roboto Condensed', sans-serif; text-align:center; font-size:1.5em; font-weight:300; background-image:url(../images/bg_h1.png); background-repeat:repeat-x; background-position:center; line-height:1.4em; margin-bottom:40px;}
h1 span{ padding: 0 2% 0 2%; background-color:#FFF; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; display: inline-block;}
.greystroke h1 span{ padding: 0 2% 0 2%; background-color:#cacaca; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; display: inline-block;}

.txt { font-size:0.9em; line-height:1.8em;}
.txt h2 { color:#9F0000; margin:1em 0 0 0; text-align:center; font-size:1.2em; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; height: 2.8em;overflow: hidden;}
.cent { text-align:center;}
.just { text-align:justify;}
.rel { position:relative;}

.dienst { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding-bottom:30px; margin-bottom:30px; background-image:url(../images/balls.png); background-repeat:no-repeat; background-position:bottom center;}


#tickertape { width:100%; height:107px; background: url(../images/bg_ticker.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; position:relative;}
.tickertxt { width:100%; font-family: 'Roboto Condensed', sans-serif;  line-height:1.2em; color:#242424; top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
position:absolute; text-align:center;  font-size:1.7em; font-weight:300;
}

.fotoband { width:100%; background-color:#FFF;}

.adres { position:relative;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding-left:50px;}
.icon { position:absolute; left:0px; top:5px;}

a.star { position:absolute; top:0px; right:0px; background-color:#919191;}
a.star:hover { background-color:#ed1c24;}

.redstroke { background-color:#ed1c24; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:25px;}
.redstroke  h2 { color:#FFF; text-align:center; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; margin-bottom:25px; font-size:1em; }
.redstroke select { width:100%;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:10px; border:none; margin-bottom:10px;}

.param { color:#ed1c24; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; float:left; width:130px; font-size:1em; line-height:1.8em;}
.left { float:left;}

a.terug {font-family: 'Roboto Condensed', sans-serif; color:#ed1c24; font-size:1em;}
a.int { width:100%; color:#FFF;font-family: 'Roboto Condensed', sans-serif; background-color:#ed1c24; font-size:1em; line-height:40px; text-align:center; display:block; width:100%;}
.line { width:100%; text-align:right; border-top:1px solid #bfbfbf; padding:10px 0 10px 0;}

.faqItem {}
.faqItem h2 { font-size:1.1em;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:10px 40px 10px 20px; color:#FFF; background-color:#9F0000;  margin-bottom:10px; background-image:url(../images/faq.jpg); background-repeat:no-repeat; background-position:right top;}
.faqItem .c 
{
  line-height: 1.5em;
  padding-left:5%;
  width: 90%;
}

.ant { width:95%; margin:auto; margin-bottom:10px;}

a.ak { position:absolute; width:100%; height:100%; display:block;}
.ak_con {width:100%; font-family: 'Roboto Condensed', sans-serif;  line-height:1.4em; color:#FFF; top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
position:absolute; text-align:center; text-transform:uppercase; font-size:1.2em;}

a.con { line-height:38px; text-align:center; color:#FFF; text-transform:uppercase; display:block; background-color:#9F0000; font-size:1em; margin-top:14px; margin-bottom:28px;}

.gegevens {  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:20px 0 0 30px; position:relative;}
.icons { position:absolute; left:0px; padding-top:5px;}

.content { max-width:960px; margin:auto;}
.content a { font-weight:bold; color:#9F0000;}


.rightfiche { background-color:#959595; padding-bottom:40px;}
.rightfiche a { display:block; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding: 20px 20px 0 20px; }
.rightfiche a:hover { background-color:#dbdbdb;}
.rightfiche a img { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; border:1px solid #9F0000;}
.right_txt { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:0 20px 0 20px; height:88px; overflow:hidden; color:#FFF; font-size:0.8em; line-height:1.6em; text-align:justify;}
.rightfiche a:hover .right_txt { color:#000;}
.right_txt h2 {font-family: 'Roboto Condensed', sans-serif;  color:#9F0000;  margin-bottom:5px; font-weight:600; font-size:1.2em;}
.bor {border-bottom:1px solid #FFF; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding-top:20px; }
a.lijst {color:#fff; background-color:#292929;  text-align:center; display:block;  line-height:32px; height:32px; width:120px; font-size:0.8em;  position:absolute; margin-top:-16px; left:50%; margin-left:-50px;}


.btns { width:418px; position:absolute; top:-16px; left:209px; left:50%; margin-left:-209px; }
.btns a {color:#FFF; background-color:#292929; text-align:center; display:block; float:left; margin:0 7px 0 7px; line-height:32px; width:87px; font-size:0.7em;}

.ar_l { position:absolute; top:-16px; left:8px;}
.ar_r { position:absolute; top:-16px; right:8px;}


#persoonquote
{
  float: right;
  width: 370px;
  font-style: italic;
  color: #444;
}

#persoonquote img
{
  float: right;
  border: 4px solid #225890;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
}

#persoonquote .c
{
  margin-right: 140px;
  text-align: left;
}

.kalender_cats
{
  padding: 0 40px;
  text-align: center;
  margin-bottom: 25px;
}

.kalender_cats > div
{
  display: inline-block;
  border: 3px solid #00218c;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  margin-bottom: 25px;
}

.kalender_cats > div.active, .kalender_cats > div:hover
{
  background-color: #00218c;
}

.kalender_cats > div a
{
  color: #00218c;
}

.kalender_cats > div.active a, .kalender_cats > div:hover a
{
  color: #fff;
}

.realisaties
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}

.realisaties > *
{
  box-sizing: border-box;
}

.realisaties
{
  margin:auto;
  max-width: 1600px;
  justify-content: space-between;
}

.realisaties > div
{
  width: 25%;
  padding:20px;
  position: relative;
  margin-bottom: 1em;
}

.realisaties > div.nieuwsitem
{
  margin-bottom: 0;
}

.realisatie_inhoud
{
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.realisatie_opmerking
{
  position: absolute;
  top:5px;
  right: 5px;
  background-color: rgba(255,255,255,0.8);
  padding:5px;
}

.realisatie_afb
{
  position: relative;
  border:1px solid rgba(8,3,4,0.5);
}

.realisatie_afb > img
{
  width: 100%;
}

.realisatie_titel
{
  font-size: 1.25em;
}

.nieuwsitem .realisatie_titel
{
  font-weight: bold;
}

.realisatie_titel i
{
  margin-left: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#94000c;
}

.realisaties > div:hover .realisatie_titel i
{
  margin-left: 20px;
}

.realisatie_afb_info
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 33, 140,0.8);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.realisatie_afb_info span
{
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color:#fff;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.realisaties > div:hover .realisatie_afb_info
{
  opacity: 1;
  visibility: visible;
}

/* GDPR */ 

#content-container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #225890 ;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color:#225890 ;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #225890 ;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #225890 ;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #225890 ;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #225890 ;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}



/* Einde GDPR */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #225890 ;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #225890 ;
  border: 1px solid #225890 ;
  color: #fff;
width: 42%;
  font-size: 1.2em;
  font-weight: 200;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #225890 ; 
}
/* Einde Cookie Melding */

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

  .realisaties > div
  {
    width: 33.3333%; 
  }
}

@media all and (max-width: 950px){
 
  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }

  #content-container h2 {
    font-size:1.8em;
  }
 
}

@media all and (max-width: 700px){
 .realisaties > div
 {
  width: 50%;
}
}

@media all and (max-width: 650px) {
  .footy a {
    font-size: 0.9em;
  }
  #content-container h1 {
    font-size: 2.1em;

  }

  #content-container h2 {
    font-size:1.5em;
  }
}

@media all and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }
}

@media screen and (max-width: 500px){


  #content-container h1 {
   font-size: 1.8em;
 
 }
 
 }
 

@media all and (max-width: 450px){
 .realisaties > div
 {
  width: 100%;
}
}

/*4 op rij*/
.col-group_3 > div {
  padding: 1em;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  transition: all .2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .col-group_3 {
    overflow: hidden;
  }
  .col-group_3 > div {
    float: left;
    width: 50%;    padding: 0.8em; 
  }
  .col-group_3 > div:nth-child(odd) {
    clear: left;
  }
   
}

@media screen and (max-width: 550px) {
  .footy a {
    font-size: 0.8em;
  }

  .footy {
    display: flex;
    flex-direction: column;
  }

  .footy span {
    display: none;
  }

  .footy a {
    line-height: 160%;
  }
  .PL_Buttons {
    flex-direction: column;
  }

  .PL_Buttons a {
    width: 100%;
  }

  .PL_Buttons a:first-of-type {
    margin-bottom: 5px;
  }

}

@media screen and (min-width: 1200px) {
  .col-group_3 > div {
    width: 33.33%;
  }
  .col-group_3 > div:nth-child(odd) {
    clear: none; 
  }
 
}

/* end */






/*4 op rij*/
.col-group_4 > div {
  padding: 1em;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  transition: all .2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .col-group_4 {
    overflow: hidden;
  }
  .col-group_4 > div {
    float: left;
    width: 50%;    padding: 0.8em; 
  }
  .col-group_4 > div:nth-child(odd) {
    clear: left;
  }
   
}

@media screen and (min-width: 1200px) {
  .col-group_4 > div {
    width: 25%;
  }
  .col-group_4 > div:nth-child(odd) {
    clear: none; 
  }
 
}

/* end */







/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }


/*  COLUMN SETUP  */
.col_foot {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col_foot:first-child { margin-left: 0; }


.col_pr {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col_pr:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 { width: 100%;}
.span_1_of_2 { width: 48.5%;}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.66%; }
.span_1_of_3 { width: 31.33%; }

/*  GRID OF THREE  */
.span_3_of_3_pr { width: 100%; }
.span_2_of_3_pr { width: 65.66%; }
.span_1_of_3_pr { width: 31.33%; }

/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%;}
.span_4_of_5 { width: 79.4%;}
.span_3_of_5 { width: 58.8%;}
.span_2_of_5 { width: 38.2%;}
.span_1_of_5 { width: 17.6%;}

/*  GRID OF SEVEN  */
.span_7_of_7 { width: 100%;}
.span_6_of_7 { width: 85.28%;}
.span_5_of_7 { width: 70.57%;}
.span_4_of_7 { width: 55.85%;}
.span_3_of_7 { width: 41.14%;}
.span_2_of_7 { width: 26.42%;}
.span_1_of_7 { width: 11.71%;}


@media only screen and (max-width: 1150px) {
	
	.nav { }
    .nav a {  margin-left:10px;}
	
	}


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

.adres {padding-left:30px;}

	#logoft
  {
    display: none;
  }

  #home > div > *
  {
    width: 100% !important;
  }
}

@media only screen and (max-width: 880px) {
.col_pr {  margin: 1% 0 1% 0%; }
	.span_3_of_3_pr, .span_2_of_3_pr, .span_1_of_3_pr { width: 100%; }
   
	
}

/*  GO FULL WIDTH BELOW 800 PIXELS */
@media only screen and (max-width: 800px) {
	
	
	#bodywrap {padding-bottom:500px;}
	
	.gegevens { width:180px; margin:auto;}
	
	.col_foot {  margin: 3% 0 3% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }


  #footerwrap .span_1_of_5
  {
    width: 25%;
  }

   #footerwrap .span_2_of_5
   {
    width: 45%;
    margin-left:5%;
   }
	
		.ar_l { top:-150px; }
.ar_r { top:-150px; }
	
  #footer
  {
    padding: 2em 0;
  }
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
  #footerwrap .span_2_of_5
  {
    display: none;
  }

  .xxx.dn
  {
    display: block;
  }

  #footerwrap .span_1_of_5, #footerwrap .span_2_of_5
  {
    width: 50%;
  }

  #bodywrap {padding-bottom:555px;}
    #footerwrap {height: 515px; width: 100%}
	
	.ak_banner { width:100%;}
	.col {  margin: 1% 0 1% 0%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
	
	.btns { width:304px;    left:50%; margin-left:-152px; }
.btns a { margin:0 3px 0 3px; line-height:32px; width:70px; }
	.fotoband
  {
    display: none;
  }

  #footer
  {
    padding: 0;
  }

  #footer > *
  {
    width: 205px;
    display: block;
    margin:  1em auto;
  }
}



.akcover
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}


.resbutton
{
  position: absolute;
  right:20px;
  top:50%;
  margin-top:-14px;
  display: none;
}

.mobilemenu
{
  display: none;
}

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

  .faq
  {
    width: 100%;
  }
  .akakak
  {
    display: none;
  }
}


@media only screen and (max-width: 480px) 
{
    #slider2
    {
      height: 0 !important;
    }

    .logo
    {
      width: auto;
      right: 60px;
      left: 0;
    }
}


@media only screen and (max-width: 400px) 
{
    #footerwrap .span_1_of_5 {
      width: 100%;
    }

    #footerwrap .gegevens
    {
      margin-left: 0;
    }
}


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


  .nav { display:none;}
  
  .resbutton
  {
    display: block;
  }

  .mobilemenu
  {
    border-top:1px solid #fff;
    height: 100vh;
    background-color: #292929;
  }

  .mobilemenu a 
  {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 1.5em;
    text-align: center;
    line-height: 60px;
    color:#fff;
    border-bottom:1px solid #fff;
  }

  .mobilemenu a:hover
  {
    background:#9F0000;color:#fff
  }
}