/* CSS Document */
body {
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align:left;
	color: #000;
  margin: 0px;
  padding: 0px;
}



A:link , A:visited, A:active {
    color: #000;
}

A:hover {
    color: #666;
}




A.ktab:link ,A.ktab:visited, A.ktab:active {
	display:inline-block;
	position: relative;
	padding: 12px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #E2E7E7;
	color: #666;	
    border-radius: 10px;
	margin-right: 5px;
	font-size: 12px;
    text-decoration: none;
}



A.ktab:hover { 
	background-color: #3273a4;
	color: #fff;
}



A.kbtn1:link ,A.kbtn1:visited, A.kbtn1:active {
	display:inline-block;
	position: relative;
	padding: 12px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: var(--kleur1);
	color: #fff;	
    border-radius: 10px;
	margin-right: 5px;
	font-size: 12px;
    text-decoration: none;
}



A.kbtn1:hover { 
	background-color: #3273a4;
	color: #fff;
}




.viewtabel {
	display: table;
	max-width: 1100px;
	table-layout: fixed;
	height: 25px;
	line-height: 25px;
	color: #999;
	padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
		cursor:hand;
		font-size: 12px;
    border-radius: 10px;
}




.viewtabeltr {
    display: table-row;
}


.cel0 {
display:table-cell;
vertical-align:middle;
width: 100px;
}


.cel1 {
display:table-cell;
vertical-align:middle;
text-align: left;
width: 30%;
}

.cel2 {
	display:table-cell;
	vertical-align:middle;
	text-align: left;
    max-width: 500px;

}



.cel310 {
	display:table-cell;
	vertical-align:middle;
	width: 10%;
	text-align: center;
	font-size: 12px;
	color: #888;
}


.cel4 {
	display:table-cell;
	vertical-align:middle;
	width: 200px;
	text-align: left;
	font-size: 11px;
	color: #999;
}



.cel5 {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
width: 30%;
}


.cel5r {
	display:table-cell;
	vertical-align:middle;
	text-align: right;
width: 90px;
padding-right: 50px;
color: #999;
}



.kaderpdf {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #E40010;
	position: relative;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(/img/pdf.png);
	background-position:center center;
	background-repeat:no-repeat;
    background-size: 35px;
}




.klein {
	color: #999;
	font-size: 12px;
}

.kleiner {
	color: #999;
	font-size: 9px;
}


.alvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.alvideo iframe, .alvideo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.nieuwachter {
 position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.nieuwicon {
 display: inline-block;
   width: 40px;
    height: 15px;
    background-repeat: no-repeat;
}

.inloggen, .wapp, .bel {
     -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
}

.inloggen:hover, .wapp:hover, .bel:hover {
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
}


.nieuwcat {
 display: inline-block;
    padding: 10px;
    padding-left: 50px;
    font-size: 12px;
    padding-right: 20px;
    margin-right: 5px;
    background-color: #efefef;
    color: #000;
    border-radius: 10px;
}

.nieuwcat:hover {
 background-color: #999;
    color: #fff;
    cursor: pointer;
}


.nieuwelayout {
 display: block;
     
    margin-bottom: 80px;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
}


.nieuwgrijs {
   background-color: #efefef;
}


.nieuwelayout .midden {
  display: block;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}


.nieuwelayout .middenkop {
    font-size: 46px;
    font-weight: bold;
}



.nieuwelayout .kader {
      max-width: 1440px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
    }

 .nieuwelayout .text {
      flex: 1 1 50%;
      padding: 4vw;
      box-sizing: border-box;
    }

.nieuwelayout .image {
      flex: 1 1 50%;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nieuwelayout .image img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
    }

    @media (max-width: 990px) {
        
        .nieuwelayout {
     padding: 20px;
    }
        
        
.nieuwelayout .text, .nieuwelayout .image {
        flex: 1 1 100%;
        text-align: center;
      }
    }


.nieuwelayout .kader4a {
 display: block;
    margin: 15px;
}


.nieuwelayout .kader4 {
    position: relative;
      max-width: 1400px;
    min-height: 500px;
      display: block;
      margin: 0 auto;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    }


.nieuwelayout .kader4 .linksonder4 {
    position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    }


.nieuwelayout  .overlay-black-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 1;
}



.nieuwelayout .kader4 .kop4 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    }



.nieuwelayout .tussen {
 display: block;
    height: 20px;
}


.nieuwelayout A.knop0:link, .nieuwelayout A.knop0:visited, .nieuwelayout A.knop0:active { 
display: inline-block;
padding: 15px;
padding-left: 25px;
padding-right: 25px;
border-radius:20px;
border: 1px solid #666;
    color: #666;
    text-decoration: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
     -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.nieuwelayout A.knop0:hover { 
-webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    padding-left: 35px;
padding-right: 35px;
}



.nieuwelayout A.knop1:link, .nieuwelayout A.knop1:visited, .nieuwelayout A.knop1:active { 
display: inline-block;
padding: 15px;
padding-left: 25px;
padding-right: 25px;
border-radius:20px;
border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
     -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.nieuwelayout A.knop1:hover { 
-webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    padding-left: 35px;
padding-right: 35px;
}






.topmenu {
    display: block;
    background-color: #efefef;
padding: 0px;
}

#menunieuw {
    margin-left: 100px;
    margin-top: 10px;
}

.menu_s ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative;
    display: block;
    font-size: 12px;
}

.menu_s .bmenu {
    display: block;
    width: calc(100% - 300px);
    position: relative;
    left: 10px;
    padding: 10px;
    color: #FFF;
    z-index: 100000;
}







.menu_s .blmenubtn {
    color: #000;
    padding: 16px;
    border: none;
    text-decoration: none;
}

.menu_s .blmenubtn:hover {
    color: #a38447;
}

.menu_s .blmenubtnactie {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    background-color: #F90;
    border: none;
}

.menu_s .blmenubtnactie:hover {
    color: #a38447;
}

.menu_s .blmenu {
    position: relative;
    display: inline-block;
    margin-right: 2vw;
}

.menu_s .blmenu-content {
    position: absolute;
    min-width: 260px;
    z-index: 1;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
}


/* achtergrond subbuttons */
.menu_s .blmenu-content a, .menu_s .blmenu-content .menu_s .blmenubtnsub {
    background-color: #efefef;
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* teksten subbuttons */
.menu_s .blmenu-content a, .menu_s .blmenu-content {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
}

.menu_s .blmenu-content {
    padding-left: 0px;
}

.blmenu-content a:hover {
    color: #fff;
    background-color: var(--kleur1);
}

.blmenu:hover .blmenu-content, .blmenu:active .blmenu-content {
    display: block;
    text-decoration: none;
}

.blmenu:hover .blmenubtn {
    color: #cc0000;
    background-color: #efefef;
    text-decoration: none;
}

.blmenu:hover .blmenubtnactie {
    color: var(--kleur1);
    background-color: #fff;
    text-decoration: none;
}

.bmenu_mobk {
    display: none;
    background-color: #efefef;
    padding: 10px;
    position: relative;
    z-index: 1000000;
}

.bmenu_mob {
    display: block;
    position: relative;
    cursor: pointer;
    background-image: url(/img/menu.svg);
    background-repeat: no-repeat;
    animation-duration: 1000ms;
    background-position: 0px 0px;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function: steps(30);
    animation-name: menuani2;
    width: 24px;
    height: 24px;
}

.play1 {
    animation-name: menuani;
}

.play2 {
    animation-name: menuani2;
}

@keyframes menuani {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -720px 0px;
    }
}

@keyframes menuani2 {
    0% {
        background-position: -720px 0px;
    }

    100% {
        background-position: 0px 0px;
    }
}

@media screen and (max-width :800px) {
    .menu_s .bmenu_mobk {
        display: block;
        right: 0;
    }



    .menu_s {
        top: 0px;
    }

    .menu_s .bmenu {
        display: none;
        position: absolute;
        padding: 30px;
		 width: calc(90vw - 60px);
        right: 0;
        top: 0;
        color: #666;
        background-color: #efefef;
        overflow: auto;
        padding-top: 100px;
        -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    }

    .menu_s .blmenu {
        position: relative;
        display: block;
        padding: 10px;
    }

    .menu_s .blmenu-content {
        position: relative;
        display: none;
        padding-top: 0px;
        font-size: 14px;
        width: 100%;
    }

    .menu_s .blmenu-content {
        padding-left: 0px;
    }

    .menu_s .blmenubtn {
        display: block;
        color: #333;
    }

    .menu_s .bmenu {
        left: 0px;
    }

    .menu_s .bmenu_mob {
        display: block;
    }

    .menu_s .bmenu_mob:hover {}
}



.reserveerbtn {
position: relative;
    display: inline-block;
padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #fff;
	text-align: center;
	border: 3px solid #73B515;
	background-color: #73B515;
    border-radius: 10px;
	cursor: pointer;
}


.reserveerbtn:hover {
background-color: #7BC116;
border: 3px solid #5A8D10;
}



.mkaderwit {
display: block;
background-color: #fff;
}




.mkader {
display: block;
	padding: 30px;
background-color: #efefef;
}


.mkader h2  {
padding: 0;
font-weight: bold;
padding-bottom: 5px;
padding-top: 20px;
}


.mkader h1 {
padding: 0;
font-weight: bold;
padding-bottom: 20px;

}


.mkader2 {
display: block;
margin: 40px;
padding: 40px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
background-color: #fff;	
}

.mkader2foto {
display: block;
margin: 0px;
padding: 0px;
max-width: 880px;
margin-left: auto;
margin-right: auto;
background-color: #fff;	
}





.deel0 {
    display: block;
    width: 100px;
    height: 40px;
   line-height: 40px;
    float: left;
    color: #888;
    font-size: 12px;
    
}

.deel1 {
    display: block;
    width: 80px;
    height: 40px;
   
    float: left;
    background: url('/img/icon_whatsapp.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
     background-color: #43d853;
    border-radius: 7px;
    
}



.headerfoto { 
display: block; position: relative; background-color:#333;  height: 350px;
    color: #fff; 
}


.headerkop {
display: block;
position: absolute;
    text-align: right;
bottom: 60px; 
right: 60px;
width: 50%;
font-size: 48px;  
    letter-spacing: 2px;
    text-shadow: 1px 0px 6px rgba(0,0,0,0.6);
font-weight: bold;
}

.headeronder {
font-size: 12px;  
    letter-spacing: 5px;
font-weight: lighter;
}




A.btn1:link , A.btn1:visited, A.btn1:active {
display: inline-block;
text-decoration: none;
background-color: var(--kleur1);
color: #fff;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 5px;
    float: right;
text-decoration: none;
font-size: 16px;
z-index: 1000001;
}

A.btn1:hover {
    cursor: pointer;
    background-color: var(--kleur2);
}







A.whatsappbnt:link , A.whatsappbnt:visited, A.whatsappbnt:active {
display: inline-block;
text-decoration: none;
color: #666;
text-decoration: none;
font-size: 18px;

}

A.whatsappbnt:hover {
    color: #000;
}


.whatsappnr {

}







.sselect4 {
	position: relative;
    display: block;
	width: 100%;
	height: 50px;
    color: #333;
    background-color:transparent;
	font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}




.sselect5 {
	position: relative;
    display: inline-block;
    color: #333;
    background-color:transparent;
	font-size: 16px;
    padding: 10px;
    border: 1px solid #efefef;
    text-align: center;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}













.whatsappvlag {
	display: block;
	width: 100px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	
}


.whatsappbox {
display: block;
border: 1px solid #ccc;	
	padding: 10px;
	margin:20px;
	padding-left: 30px;
	padding-right: 30px;
}


.whatsappbox:hover {
border: 1px solid #000;		
}




.linkback {
	display: block;
	padding: 20px;
	color: #454545;
	font-size: 12px;
	width: 200px;
	float: left;
	background: url('/img/back.svg');
  background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
	padding-left: 20px;
}

.linkback:hover {
	color: #000;
}
	



.telonder {
display: block;
top: 0;
left: 0;
font-size: 12px;	
}




.logo {
display: block;
width: 220px;
margin: 15px;
margin-right: 20px;
height: 50px;
float: left;
	
}

.logo:hover {
	cursor: pointer;
}


.bovag {
   cursor: pointer;	
display: block;
    float: left;
width: 25px;
height: 40px;
    margin: 15px;
    margin-left: -20px;
background: url('/img/bovag.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
}




.vanafpr {
color: #999;
font-size: 12px;
position: absolute;
bottom: 10px;
right: 10px;	
}


.label {
color: #fff;
font-size: 11px;
position: absolute;
top: 12px;
padding: 10px;
text-align: center;
display: inline-block;
left: 12px;
max-width: 100px;
border-radius: 8px;	
}


.productlinksfoto {
	display: block;
	width: 100%;
}



.arrow1 {
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 10%;
    width: 40px;
    height: 40px;
    background: url('/img/arrow1.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    
}


.arrow1:hover {
	 
	 background: url('/img/arrow1w.svg');
	  background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
	 background-color: #000;
	 cursor: pointer;
}



.arrow2 {
	  display: block;
	  position: absolute;
	  left: 60px;
	  top: 10%;
    width: 40px;
    height: 40px;
    background: url('/img/arrow2.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    
}


.arrow2:hover {
	 
	 background: url('/img/arrow2w.svg');
	  background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
	 background-color: #000;
	 cursor: pointer;
}



.productlinksfoto {
	display: block;
	width: 100%;
}




.logo2 {
display: block;
width: 220px;
margin: 15px;
margin-left: auto;
margin-right: auto;
height: 50px;
}


.logotekst {
display: block;
width: 220px;
margin: 15px;
margin-right: 20px;
height: 50px;
line-height: 50px;
font-size: 24px;
float: left;
color: #000;
}



.clear {
	float: none;
	clear:both;
}

.geen {
	display: none;
}


.anderebtn {
	text-align: center;
	color: #999;
	text-decoration: none;
	
}

.anderebtn:hover {
text-decoration: underline;
	cursor: pointer;
}



.bovengrijs {
	display: block;
	background-color: #efefef;
	height: 50px;
}


.startdatumtekst {
display: block;
text-align: center;
font-size: 28px;	
padding: 20px;
padding-top: 0;
animation-name: tekstdatum;
animation-duration: 1s;
animation-fill-mode: forwards;
}



@keyframes tekstdatum {
  0% {
   color: #efefef;
   padding-top: 20px;
   padding-bottom: 0px;
  }
  100% {
  color: #000;
  padding-top: 0px;
  padding-bottom: 20px;
  }
}



.animatiekader {
display: block;
position: relative;
padding-bottom: 60px;
font-size: 42px;
}


.animatiehome1a2 {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;

-webkit-animation:homeani1 6s infinite;
}


.animatiehome2a2 {
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
-webkit-animation:homeani2 6s infinite;
}



@-webkit-keyframes homeani1{
    0% { opacity:0;  top:5px;  }
	10% { opacity:1;  top:0px;  }
	40% { opacity:1;  top:0px;  }
	50% { opacity:0;  top:-5px;  }
   100% { opacity:0;  top:-5px;  }
}


@-webkit-keyframes homeani2{
    0% { opacity:0;  top:5px;  }
	50% { opacity:0;  top:5px;  }
	60% { opacity:1;  top:0px;  }
	90% { opacity:1;  top:0px;  }
	100% { opacity:0;  top:-5px;  }
   
}


.ronding {
	border-radius: 15px;
}


.rechtspl {
	float: right;
}

.ruimtetekst {
	 letter-spacing: 5px;
}


.ruimtetekst::placeholder {
	 letter-spacing: 0px;
}


.animatiehome1a3 {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;

-webkit-animation:home3ani1 9s infinite;
}


.animatiehome2a3 {
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
-webkit-animation:home3ani2 9s infinite;
}

.animatiehome3a3 {
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
-webkit-animation:home3ani3 9s infinite;
}



@-webkit-keyframes home3ani1{
    0% { opacity:0;  top:5px;  }
	5% { opacity:1;  top:0px;  }
	25% { opacity:1;  top:0px;  }
	30% { opacity:0;  top:-5px;  }
   100% { opacity:0;  top:-5px;  }
}


@-webkit-keyframes home3ani2{
    0% { opacity:0;  top:5px;  }
	30% { opacity:0;  top:5px;  }
	35% { opacity:1;  top:0px;  }
	55% { opacity:1;  top:0px;  }
	60% { opacity:0;  top:0px;  }
	100% { opacity:0;  top:-5px;  }
   
}

@-webkit-keyframes home3ani3{
     0% { opacity:0;  top:5px;  }
	60% { opacity:0;  top:5px;  }
	65% { opacity:1;  top:0px;  }
	95% { opacity:1;  top:0px;  }
	100% { opacity:0;  top:-5px;  }
   
}







.startdatumtekstup {
	 -webkit-animation: animatiefade5;
    -moz-animation: animatiefade5;
    animation: animatiefade5;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
	opacity: 0;
	margin-left: 50px;
	display: none;
	width: 90%;
	float: left;
	text-align: left;
	font-weight: normal;
	color: #000;
}


 @keyframes animatiefade5 {
     from { margin-left: 50px; opacity: 0; }
    to { margin-left: 10px; opacity: 1; }

}





.einddatumtekst {
display: none;
text-align: center;
font-size: 28px;	
padding: 20px;
padding-top: 0;
animation-name: tekstdatum2;
animation-duration: 1s;
animation-fill-mode: forwards;
}



@keyframes tekstdatum2 {
  0% {
   color: #fff;
   padding-top: 20px;
   padding-bottom: 0px;
  }
  100% {
  color: #000;
  padding-top: 0px;
  padding-bottom: 20px;
  }
}



.randkader {
	display: block;
	position: relative;
}



.rand {
display: block;
position: absolute;
width: 50vw;
right: 0;
height: 10px;
background-color:  var(--kleur1);
z-index: 8;	
}


.melding {
	
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}



.grijsb {
display: inline-block;
background-color: #ccc;
color: #555;
padding: 10px;
	
}


.grijsb:hover {
background-color: #333;
color: #fff;
cursor: pointer;
}



.groepkader {
position: relative;
display: block;
color: #fff;
background-color: #333;
}




.groep1van2{
display: inline-block;
position: relative;	
width: 50%;
margin: 0;
padding: 0;
float: left;
background-color: #333;
min-height: calc(100vh - 80px);
}


.groep1van2in{
display: block;
position: absolute;	
left:0;
right: 0;
top: 0;
bottom: 0;
border: 6px solid transparent;
}


.groep1van2in:hover{
border: 6px solid var(--kleur1);
cursor: pointer;
}


.groep1van2in:hover .groep1b1{
bottom: 15vh;
}

.groep1van2in:hover .groepbtn{
background-color: var(--kleur1);
color: #fff;
}







.groep1van3{
display: inline-block;
position: relative;	
width: 33.33%;
margin: 0;
padding: 0;
float: left;
background-color: #333;
min-height: calc(100vh - 80px);
}


.groep1van3in{
display: block;
position: absolute;	
left:0;
right: 0;
top: 0;
bottom: 0;
border: 6px solid transparent;
}


.groep1van3in:hover{
border: 6px solid var(--kleur1);
cursor: pointer;
}


.groep1van3in:hover .groep1b1{
bottom: 15vh;
}

.groep1van3in:hover .groepbtn{
background-color: var(--kleur1);
color: #fff;
}






.groep1b1 {
display: block;
position: absolute;
bottom: 10vh;
left: 30px;

color: #fff;	
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.groepkop1 {
font-size: 36px;
font-weight: bold;	
margin-bottom: 20px;
}


.groepbtn {
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}







.klkalender {
display: block;
position: relative;
background-color: #fff;	
padding: 30px;
font-size: 12px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 100;
}

.kalenderladen {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
background: url('/img/ld.gif');
  background-repeat: no-repeat;
    background-position: center center;
text-align: center;
z-index: 101;
}



.kaderinloggen {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #efefef;	
	overflow: scroll;
}


.inlog0 {
	display: none;
}

.inlog1 {
	display: inline-block;
	position: relative;

}



.kaderinloggen2 {
	display: block;
	position: absolute;
	z-index: 1000000;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 60px;
	background-color: #fff;	
}

.kaderinloggen3 {
	display: block;
	position: relative;
	max-width: 500px;	
	margin-left: auto;
	margin-right: auto;
}




.dmaanddagen {
color: #555;
}



.maandnaam {
font-size: 22px;
display: block;
text-align: center;
color: #999;	
}


.kalenderpop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1000;
}




.maandvor {
cursor: pointer;	
display: block;
width: 50px;
height: 50px;
background: url('/img/vori.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;

}

.maandvor:hover {
	background: url('/img/vori2.svg');
	 background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
background-color: #60A224;
}


.maandvol {
cursor: pointer;	
display: block;
width: 50px;
height: 50px;
background: url('/img/volg.svg');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.maandvol:hover {
background: url('/img/volg2.svg');	
 background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
background-color: #60A224;

}




.dmaanddag2 {
display: block;
height: 40px;
line-height: 40px;
text-align: center;
color: #000;
font-size: 14px;
font-weight: bold;
}


.dmaanddag2:hover {
color: #fff;
	background-color: #60A224;
	cursor: pointer;
}


.dmaanddag2niet {
display: block;
height: 40px;
line-height: 40px;
text-align: center;
color: #ccc;
}

.dmaanddag2niet:hover {
cursor: not-allowed;
}


.dvandaag {
	background-color: #efefef;
	color: #777;
}


.dkeuze1 {
	background-color: var(--kleur2);
	color: #fff;
	animation-name: agendakeuze1;
animation-duration: 1s;
animation-fill-mode: forwards;
}

.dkeuze1:hover {
color: #fff;
background-color: #60A224;
cursor: pointer;
}


.dkeuzestart {
	background-color: var(--kleur2);
	position: relative;
	color: #fff;
	animation-name: agendakeuze1;
animation-duration: 1s;
animation-fill-mode: forwards;
}

.dkeuzestart:hover {
color: #fff;
background-color: #60A224;
cursor: pointer;
}



.dkeuzestart:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(97, 188, 6, 0);
	border-left-color: #61BC06;
	border-width: 4px;
	margin-top: -4px;
	z-index: 10000;
		animation-name: agendakeuzeafter;
animation-duration: 1s;
animation-fill-mode: forwards;
}


@keyframes agendakeuze1 {
  0% {
   background-color: #fff;
  }
  100% {
   background-color: var(--kleur2);
  }
}



@keyframes agendakeuzeafter {
  0% {
 border-color: rgba(255, 255, 255, 0);
 border-left-color: #FFFFFF;
  }
  100% {
   border-color: rgba(97, 188, 6, 0);
   border-left-color: #61BC06;
  }
}





.kcat {
display: inline-block;
position: relative;
width: 200px;
height: 200px;
text-align: center;
border: 1px solid rgba(255,255,255,0);
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.kcat:hover {
cursor: pointer;
background-color: rgba(0,0,0,0.5);
}






.kcat:hover .kcat1a {
top: 120px;	
opacity: 1;
}


.kcat1 {
display: block;
position: absolute;
top: 100px;
width: 100%;
height: 70px;
font-size: 24px;
margin-left: auto;
margin-right: auto;
 -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}


.kcat1a {
display: block;
opacity: 0;
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
font-size: 12px;
color: #ccc;
-webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
}


.kcat2 {
display: block;
position: absolute;
top: 20px;
width: 100%;
height: 70px;
margin-left: auto;
margin-right: auto;
}




#awachtwoord {
	display: none;
}

.kaderbtns {
display: inline-block;
padding: 20px;	
float: right;
}


.proddatum {
background-color: #efefef;
color: #999;
display: block;
text-align: center;
font-size: 14px;
font-weight: 300;
padding: 10px;	
}



.inloggen {
display	: inline-block;
position: relative;
background: url('/img/acc.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
padding: 10px;
padding-left: 50px;
padding-right: 30px;
color: #000;
border: 1px solid #fff;
margin-right: 20px;
text-decoration:none;
}


.taal {
display	: block;
position: relative;
width: 50px;
height: 40px;
color: #000;
border: 1px solid #fff;
margin-right: 20px;
text-decoration:none;
float: left;
cursor: pointer;
}


.taalkeuze {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px;
border: 1px solid #ccc;
z-index: 10000;
background-color: #fff;
}



.taalkeuze1 {
display: block;
position: relative;
width: 200px;	
padding: 20px;
}


.taalkeuze1:hover {
background-color: #efefef;
}


.taalonder {
display	: inline-block;
position: relative;
width: 50px;
height: 40px;
cursor: pointer;
}




.en {
background: url('/img/taal_en.svg');
background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;

}


.de {
background: url('/img/taal_de.svg');
background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;

}


.nl {
background: url('/img/taal_nl.svg');
background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;

}


.en1 {
background: url('/img/taal_en.svg');
background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 25px;

}


.de1 {
background: url('/img/taal_de.svg');
background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 25px;

}

.nl1 {
background: url('/img/taal_nl.svg');
background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 25px;

}




.inloggen:hover {
border: 1px solid #ccc;	
}



.uitloggen {
display	: inline-block;
position: relative;
float: right;
background: url('/img/acc.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
padding: 10px;
padding-left: 50px;
padding-right: 30px;
color: #000;
border: 1px solid #fff;
margin-right: 20px;
text-decoration:none;
}


.uitloggen:hover {
border: 1px solid #ccc;	
}



.uitloggen2 {
display	: inline-block;
position: relative;
background: url('/img/acc.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
padding: 10px;
padding-left: 50px;
padding-right: 30px;
color: #000;
border: 1px solid #ccc;
margin-right: 20px;
text-decoration:none;
}


.uitloggen2:hover {
border: 1px solid #000;	
}





.bel {
display	: inline-block;
position: relative;
float: right;
background: url('/img/bel.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px 22px;
padding: 10px;
padding-left: 50px;
padding-right: 30px;
color: #000;
border: 1px solid #fff;
text-decoration:none;
}


.bel:hover {
border: 1px solid #ccc;	
}


.wapp {
display	: inline-block;
position: relative;
float: right;
background: url('/img/whatsapp.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px 22px;
padding: 10px;
padding-left: 50px;
padding-right: 30px;
color: #000;
border: 1px solid #fff;
text-decoration:none;
}


.wapp:hover {
border: 1px solid #ccc;	
}











.specificaties {
	position: relative;
	display: block;
	width: 400px;
	padding: 30px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 12px;
	margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
margin-top: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}



.specificatiesres {
	position: relative;
	display: block;
max-width: 700px;
padding: 70px;	
	font-size: 12px;
	margin-left: auto;
margin-right: auto;
margin-top: 10px;
	background-color: #fff;
}


.hoog60 {
position: relative;
display: block;
height: 60px;
}


.melding {
 background-color: #1B8DDD;
    color: #fff;
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 18px;
    font-size: 14px;
}



.totaalbedrag {
display: block;
position: absolute;
	top: -20px;
	right: 10px;
background-color: #fff;
    width: 250px;
	height: 250px;
    color: #000;
    z-index: 1000;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}


.totaalbedragtd {
	font-size: 14px;	
}
	


.totaalbedrag2 {
display: block;
padding: 20px;	
}



.totaalboven {
display: none;
position: fixed;	
top: 0;
left: 0;
right: 0;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 10000;
}

.dagboven {
	display: block;
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: 24px;
}

.prijsboven {
	display: block;
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

.buttonboven {
	display: block;
	width: 30%;
	float: left;
	font-weight: bold;
	padding: 2%;
	text-align: center;
	background-color: #61BC06;
	color: #fff;
	font-size: 14px;
}





.speckop {
font-size: 24px;
font-weight:bold;
margin-bottom: 20px;	
}



.tot_dag {
font-size: 36px;	
font-weight: bold;
}

.tot_bedrag {
font-size: 14px;	
}

.tot_perdag {
font-size: 12px;	
color: #999;
}


.tot_korting {
font-size: 14px;	
text-decoration:line-through;
opacity: 0.6;
}

.kortingbed {
font-size: 14px;	
opacity: 0.6;
}



.totaalbedrag:hover .tot_reserveer {
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
line-height: 400%;
}

.tot_reserveer {
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 180px;
padding: 20px;	
background-color: #61bc08;
font-weight: bold;
line-height: 100%;
color: #fff;
font-size: 24px;
text-align: center;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}



.tot_reserveer:hover {
	cursor: pointer;
	
}



.productspec {
display: block;
padding: 0px;	
text-align: left;
height: 40px;
}

.specicon {
display: block;
width: 40px;
height: 40px;
float: left;	
}

.caticon {
display: block;
width: 50px;
height: 60px;
float: left;	
}


.spectitel {
display: inline-block;
padding: 10px;
padding-right: 20px;
float: left;
font-size: 14px;	
}



.usps {
display	: block;
position: absolute;
left: 20px;
bottom: 20px;
z-index: 1;
font-size: 22px
}


.usps ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.usps ul li {
    background-image: url(/img/chk.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
	background-size: 17px;
    padding: 5px;
    padding-left: 30px;
	font-size: 22px;
}







.achter {
position: relative;
display: block;
min-height: calc(100vh - 80px);
color: #fff;
background-color: #333;
}


.achter2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
overflow: hidden;	
}


.achter3 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 animation:is-scale 10s ease forwards; 
    -ms-animation:is-scale 10s ease forwards;
    -webkit-animation:is-scale 10s ease forwards;
    -o-animation:is-scale 10s ease forwards;
    -moz-animation:is-scale 10s ease forwards;   	
}



@keyframes is-scale {
    from {
		transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
   
    }
    to {
      transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}    
 




.menu {
	display: block;
	height: 80px;
	background-color: #fff;
	color: #C00;
}


.menu_black {
	display: block;
	height: 80px;
	background-color: #000;
	color: #fff;
}

.menu_black a {

	color: #fff;
}



.standaardblauw2 A:hover {
    background-color: #F00;
}


.bovenstart {
	display: block;
	height: 20vh;
}



.datumstart1 {
	display: block;
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 7;
}



.catstart1 {
	display: block;
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 7;
}




.starthome {
display: block;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #efefef;
	text-align: center;
}

.startbook {
display: block;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	padding-top: 40px;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100px);
text-align: center;
}

.startbookhide {
display: none;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	padding-top: 40px;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100px);
text-align: center;
}



.datumkeuze1 {
position: relative;
display: inline-block;
vertical-align: top;
width: 480px;
}


.datumkeuze2 {
    display: block;
	width: 420px;
	 font-size: 20px;
	 padding: 10px;
	 padding-left: 40px;

   background: url('/img/cal.svg');
  background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 21px 21px;
	border: 1px solid #fff;
	border-radius: 5px;
}


.aanbiedingen {
		display: block;
		padding-top: 30px;
		color: #000;
}




.datumhome .aanbiedingen {


background-color: #efefef;
padding: 10px;
z-index: 0;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}


.datumboven .aanbiedingen {


background-color: #efefef;
padding: 10px;
z-index: 0;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}



.opnieuw {
	display: inline-block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	color: #ccc;
	font-size: 11px;
}


.opnieuw:hover {
	color: #999;
	cursor: pointer;
}




.datumboven .datumkeuze2 {
   
	border: 1px solid #efefef;
}





.datumkeuze2:hover {
border: 1px solid #ccc;

}



.datumst1 {
	display: block;
	width: 200px;
	float: left;
	font-weight: normal;
	color: #999;
	text-align: left;
}


.datumst1a {
	font-weight: bold;
	color: #000;
}

.datumkeuze1:hover {
cursor: pointer;
}




.perskeuze0 {
position: relative;
    display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin: 0;
	padding: 0;
   background: url('/img/pers.svg');
  background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 22px;
}


.perskeuze1 {
position: relative;
    display: block;
		float: left;
	width: 130px;
	height: 40px;

	 font-size: 18px;
	font-family: 'Arial', serif;
    color: #333;
    background-color:transparent;
	border: 0;
    text-align: left;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	 -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	z-index: 1;
	cursor: pointer;
}


.kindkeuze0 {
position: relative;
    display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin: 0;
	padding: 0;
   background: url('/img/kind.svg');
  background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 22px;
}



.kindkeuze1kader {
position: relative;
	display: block;
}


.kop1 {
font-size: 36px;
}

.kop2 {
font-size: 24px;
}


.midden {
	text-align: center;
}


.geb1 {
display: block;
width: 45%;
height: 55px;
line-height: 55px;
margin-right: 5%;
float: left;
text-align: right;	
}

.geb2 {
display: block;
width: 50%;
float: left;	
text-align: left;

}



.kindkeuze1 {
position: relative;
	width: 130px;
	height: 40px;
	display: block;
	 font-size: 18px;
	font-family: 'Arial', serif;
    color: #333;
    background-color:transparent;
	border: 0;
    text-align: left;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	 -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	cursor: pointer;
}


.kindkeuzes {
position: relative;
	width: 80%;
	height: 40px;
	display: block;
	 font-size: 14px;
	font-family: 'Arial', serif;
    color: #333;
    background-color:transparent;
	border: 0;
	margin-right: 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	 -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}



.formsubmit {
    width: 100px;
    color: #fff;
    height: 40px;
	display: block;
	float: left;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
	margin-top: 0;
	margin-left: 30px;
    background-color:  #7FC716;
    border: 0px solid #ccc;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.formsubmit:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #609A11;
}


.kinderen {
	display: none;
	position: absolute;
	width: 160px;
	top: 40px;
	left: 10px;
	margin-top: 20px;
	color: #000;
	background-color: #efefef;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.7);
z-index: 10000;
}



.leeftijd {
	position: absolute;
	top: 50px;
	left: 10px;
	font-size: 12px;
	color: #999;
}

.leeftijd:hover {
	color: #000;
	cursor: pointer;
}




.kinderen:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 239, 239, 0);
	border-bottom-color: #efefef;
	border-width: 10px;
	margin-left: -10px;
}



.setdel3 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
background-image: url(/img/del.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	z-index: 100001;
}

.setdel3:hover {
	background-color: #ccc;
	cursor: pointer;
}



.setdel {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
background-image: url(/img/del.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
}

.setdel:hover {
	background-color: #999;
	cursor: pointer;
}



.setdel2 {
	position: absolute;
	right: 11px;
	top: 11px;
	width: 20px;
	height: 20px;
background-image: url(/img/del.svg);
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	opacity: 0.2;
}

.setdel2:hover {
	background-color: #efefef;
	cursor: pointer;
	opacity: 1;
}





.datumboven {
	display: block;
	padding: 15px;
background-color: #efefef;
}

.resultaat {
	display: block;
	padding: 15px;
background-color: #efefef;
text-align: center;
}


h1 {
	font-weight: bold;
	font-size: 30px;
	padding: 20px;
	margin: 0;
}


.kop3 {
	font-weight: 400;
	font-size: 30px;
	padding: 0px;
	margin: 0;
}


.h1home {
	font-weight: bold;
	font-size: 64px;
}



.bodem {
position: relative;
background-color: #fff;
display: block;
padding: 20px;
border-bottom: 1px solid #ccc;
text-align: center;
}


.helft {
display: block;
width: 49%;
float: left;	
}


.rechtsgrijs {
color: #999;
text-align: right;	
font-size: 14px;
display: none;
}



.betl {
	display: inline-block;
	width: 60px;
	height: 30px;
	padding: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}





.bet1 {
background-image: url(/img/bet1.svg);
}

.bet2 {
background-image: url(/img/bet2.svg);
}

.bet3 {
background-image: url(/img/bet3.svg);
}

.bet4 {
background-image: url(/img/bet4.svg);
}

.bet5 {
background-image: url(/img/bet5.svg);
}

.bet6 {
background-image: url(/img/bet6.svg);
}


.bet7 {
background-image: url(/img/cash1.gif);
}

.bet8 {
background-image: url(/img/cash2.gif);
}

.bet9 {
background-image: url(/img/cash3.gif);
}

.bet10 {
background-image: url(/img/cash4.gif);
}


.bet10eng {
background-image: url(/img/cash4_en.gif);
}



.bodem2 {
position: relative;
background-color: #fff;
display: block;
padding: 20px;
text-align: center;
font-size: 12px;
color: #999;
}


.bodem2 a {
color: #999;
}

.bodem2 a:hover {
color: #666;
}


.bodem3 {
position: relative;
background-color: #fff;
display: block;
padding: 20px;
text-align: center;
font-size: 12px;
color: #999;
}


.bodem3 a {
color: #999;
}

.bodem3 a:hover {
color: #666;
}




.productkader2 {
	display: block;
	background-color: #efefef;
	padding: 30px;
}




form {
	padding: 0;
	margin: 0;
}



 .datumstart2 {
	display: block;
	width: 1000px;
	background-color: #fff;
	text-align: left;
	  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.7);
  -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}


 .datumstart2smal {
	display: block;
	width: 530px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,7);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.7);
  -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}





.datumboven  .datumstart2 {
	display: block;
	width: 100%;
	background-color:transparent;
	text-align: center;
  -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	 -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
}


.datumboven .formulierbutton {
	display: none;
}




.datumstart3 {
	display: block;
	padding: 30px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}



.formulierbutton2 {
background-color:  #7BC116;
}



.personenk {
	display: inline-block;
vertical-align: top;
	position: relative;
	width: 190px;
	padding-left: 10px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 5px;
}


.personenk:hover {
border: 1px solid #ccc;

}



.formulierbutton {
display: block;
position: relative;
margin-top: 30px;
padding: 20px;
height: 50px;
text-align :center;
font-size: 24px;	
}


.formulierbutton2 {
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 50px;
line-height: 50px;
background-color: #7FC715;
padding: 20px;
text-align :center;
font-size: 24px;	
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	cursor: pointer;
	z-index: 1;

}

.formulierbutton:hover .formulierbutton2  {
top: 10px;
bottom: 10px;
right: 10px;
left: 10px;
height: 30px;
line-height: 30px;
background-color: #6eac1d;
}




.onder {
display: block;
padding: 50px;
background-color: #666;
color: #efefef;	
font-size: 14px;
}

.onder1 {
display: block;
width: 33%;
float: left;	
}
.onder1a {
	display: block;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}




.onder1 a {
color: #fff;	
}


.dagn {
	text-align: left;
	width: 150px;
}


.kader1 {
display: block;
background-color: #efefef;
padding: 40px;
}




.resback {
display: block;
padding: 50px;
background-color: #efefef;	
	
}


.reskader {
display: block;
max-width: 600px;
margin-left: auto;
margin-right: auto;	
}

.resprod {
display: block;
position: relative;
max-width: 700px;
padding: 70px;
background-color: #fff;
margin-left: auto;
margin-right: auto;	
}


.resprodkl {
position: relative;
max-width: 700px;
padding: 70px;
background-color: #fff;
margin-left: auto;
margin-right: auto;	
}

.kl2 {
display: block;	
}

.kl {
display: none;	
}




.specbtn {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #999;
	padding: 10px;
	text-align: center;
}

.specbtn:hover {
	color: #000;
	cursor: pointer;
}



.resnote {
display: block;
position: relative;
max-width: 650px;
margin-left: auto;
margin-right: auto;	
text-align: right;
}

.resnote1 {
display: none;
position: relative;
max-width: 650px;
margin-left: auto;
margin-right: auto;	
text-align: right;
}

.resnote2 {
display: inline-block;
position: relative;
margin-left: auto;
padding: 5px;
padding-left: 20px;
padding-right: 20px;

margin-bottom: 4px;
background-color: #ccc;
font-size: 12px;
color: #555;	
}



.grijs {
color: #999;	
}


.rechts {
text-align: right;	
}


.lijn {
border: 0;
border-bottom: 1px solid #ccc;	
}


.lijn2 {
border: 0;
display: block;
width: 60%;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;	
}



.prodkader {
display: block;
position: relative;
max-width: 1400px;
margin-left: auto;
margin-right: auto;	
background-color: #fff;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);

}


.prodkader2 {
display: block;
position: relative;
max-width: 1400px;
padding-top: 40px;
margin-left: auto;
margin-right: auto;	
text-align: center;
}


.prodkader3 {
display: block;
position: relative;
max-width: 1100px;
padding-top: 40px;
margin-left: auto;
margin-right: auto;	
text-align: left;
}







.overigkader {
display: block;
position: relative;
max-width: 700px;
padding: 60px;
margin-left: auto;
margin-right: auto;	
background-color: #fff;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);

}



.faq {
display: block;
padding: 30px;
padding-left: 0px;
padding-bottom: 50px;
border: 1px solid #fff;	
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
color: #999;
}


.faq:hover {
cursor: pointer;	
color: #000;
}


.vraag {
	text-align: left;
	display: block;
	font-weight: bold;
font-size: 26px;

}


.antwoord {
	margin-top: 10px;
	text-align: left;
display: none;
}




.prodlinks {
	display: block;
	width: 700px;
	float: left;
background: #efefef;
background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(239,239,239,1) 100%);

}


.prodlinks2 {
	display: block;
	padding: 40px;§
	padding-left: 60px;
	padding-right: 60px;
}


.prodrechts {
    position: relative;
	display: block;
	max-width: 700px;
	padding-left: 60px;
	float: left;
}



.prodrechtsmidden {
	display: block;
	max-width: 500px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}


.prodopties {
display: block;
position: relative;
background-color: #fff;
padding: 30px;	
margin: 5px;
margin-bottom: 15px;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.prodopties:hover {
cursor: pointer;
margin: 0;
padding: 40px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 10;
}


.prodopties:hover .picon1 {
top: 6px;
right: 10px;
background-color: #58af15;	
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.prodopties:hover .picon2 {
top: 10px;
right: 6px;
background-color: #58af15;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;	
}


.prodoptiesaantal {
display: block;
position: relative;
background-color: #E7E7E7;
padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
margin: 5px;
margin-top: -15px;
	margin-bottom: 15px;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}



.prodoptiesaantal:after {
	top: 0%;
	left: 75px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}


.optiesub {
display: none;
}

.optiesubaantal {
display: none;
}


.suboptie {
margin-left: 30px;	
}


.catoptie {
	display: block;
	padding: 10px;
	padding-left: 0;
	font-size: 18px;
}



.optiestitel {
	font-weight: bold;
}



.optiesicon {
display: block;
width: 40px;
height: 40px;
float: left;	
}



.aantalkm {
display: block;
position: relative;
background-color: #fff;
padding: 30px;	
margin: 5px;
margin-bottom: 15px;
text-align: center;
}


.aantalkmkl {
font-size: 12px;
}



.aantalkminvul {
position: relative;
   display: inline-block;
padding: 10px;
width: 80px;
background-color: #efefef;
font-size: 18px;
border: 0;
margin: 5px;
text-align: center;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.tijd0 {
display: block;
text-align: center;	
}


.tijd1 {
display: inline-block;
width: 40%;
font-size: 12px;
text-align: center;	
}




.tijd2 {
position: relative;
   display: inline-block;
padding: 10px;
padding-left: 42px;
width: 120px;
background-color: #fff;
font-size: 14px;
border: 0;
margin: 5px;
text-align: center;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}




.actie1 {
display: block;
position: relative;
background-color: #fff;
padding: 20px;	
margin: 5px;
text-align: left;
font-size: 14px;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}


.actie1:hover {
cursor: pointer;
margin: 0;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 10;
}







.infobtn {
display: inline-block;
position: relative;
margin-left: 10px;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
border-radius: 3px;
background-color: #efefef;
color: #999;
font-size: 12px;	
}


.infobtn span {
    background: #F8F8F8;
    color: #717171;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -80px;
    left: -30px;
    width: 200px;
    display: none;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    z-index: 99999;
}

.infobtn span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f8f8f8;
    left: 20%;
    margin-left: -10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.infobtn:hover span {
    display: block;
}




.infobtn2 { 
display: inline-block;
position: relative;
margin-left: 10px;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
border-radius: 3px;
background-color: #fff;
color: #999;
font-size: 12px;
}


.infobtn2 span {
    background: #F8F8F8;
    color: #717171;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -80px;
    left: -30px;
    width: 200px;
    display: none;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    z-index: 99999;
}

.infobtn2 span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f8f8f8;
    left: 20%;
    margin-left: -10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.infobtn2:hover span {
    display: block;
}




.infobtn2left { 
display: inline-block;
position: relative;
margin-left: 10px;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
border-radius: 3px;
background-color: #fff;
color: #999;
font-size: 12px;
}


.infobtn2left span {
    background: #F8F8F8;
    color: #717171;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -28px;
    left: -225px;
    width: 200px;
    display: none;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.38);
    z-index: 99999;
}

.infobtn2left span:after {
   left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(248, 248, 248, 0);
	border-left-color: #f8f8f8;
	border-width: 8px;
	margin-top: -8px;
}

.infobtn2left:hover span {
    display: block;
}






.optiebtn1 {
display: block;
position: relative;
float: right;
width: 65px;
height: 30px;
background-color: #fff;
border-radius: 3px;
}

.optiebtncheck {
display: block;
position: absolute;
right: 0px;
top: 2px;
width: 30px;
height: 26px;
border-radius: 3px;
  background: url('/img/chk.svg');
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 18px 18px;
  z-index: 10;
}

.optiebtn3 {
display: block;
position: absolute;
left: 2px;
top: 2px;
width: 26px;
height: 20px;
border-radius: 3px;
  background-color: #ccc;
  border: 3px solid #ccc;
  -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	z-index: 9;
}



.prodopties:hover .optiebtn3 {
 border: 3px solid #7DD450;	
}









.pralert {
display: block;
	max-width: 440px;
background-color: #D8232C	;
padding: 5px;
text-align: center;
color: #fff;
margin-bottom: 40px;
	
}


.productoms {
display: block;
max-width: 440px;
margin-top: 30px;
margin-bottom: 30px;
}


.betalingper {
	display: block;
	padding: 20px;
	padding-left: 40px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}

.betalingper:hover {
	background-color: #7FC715;
	color: #fff;
	
}

.betalingper:hover .rechtsgrijs{
	color: #fff;
	
}






.voorwaardenak {
	display: block;
font-size: 14px;
text-align: center;
}



#voorwaardenkader {
display: none;	
position: relative;
z-index: 1;
}



.voorwaardenkader2 {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 30px;
font-size: 12px;
color: #555;
max-height: 300px;
overflow:scroll;
}


.voorwaardensluiten {
display: inline-block;
position: absolute;
background-color: #333;
color: #fff;
padding-left: 15px;
padding-right: 15px;
z-index: 2;
top: 10px;
left: 10px;
padding: 5px;
font-size: 14px;	
}

.voorwaardensluiten:hover {
background-color: #73B515;
cursor: pointer;
}




.voorwaardlink {
	text-decoration:underline;
	cursor: pointer;
}




.betalingper2 {
	display: block;
	padding: 20px;
	padding-left: 40px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}



.borderrood {
	border: 2px solid #7FC715;
}




.bforminput1 {
position: relative;
   display: block;
padding: 10px;
width: 100%;
background-color:transparent;
font-size: 18px;
border: 1px solid #ccc;
margin-top: 5px;
margin-bottom: 5px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.bforminput1groot {
position: relative;
   display: block;
padding: 10px;
width: 100%;
height: 120px;
background-color:transparent;
font-size: 18px;
border: 1px solid #ccc;
margin-top: 5px;
margin-bottom: 5px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.bforminput2 {
position: relative;
   display: block;
padding: 10px;
width: 49%;
float: left;
background-color:transparent;
border: 0;
font-size: 18px;
border: 1px solid #ccc;
margin-top: 5px;
margin-bottom: 5px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}





.bforminput3 {
position: relative;
   display: block;
padding: 10px;
width: 100px;
background-color:transparent;
font-size: 18px;
border: 1px solid #ccc;
margin: 0;
margin-top: 5px;
margin-bottom: 5px;

	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.bforminput4 {
position: relative;
   display: block;
padding: 10px;
width: 32%;
float: left;
background-color:transparent;
border: 0;
font-size: 18px;
border: 1px solid #ccc;
margin-top: 5px;
margin-bottom: 5px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}



.bforml {
margin-left: 1%;	
}

.bformr {
margin-right: 1%;	
}




.bforminput1d {
position: relative;
width: 100%;
   display: block;
   padding: 10px;
margin-top: 5px;
min-height: 100px;
background-color:transparent;
border: 1px solid #ccc;
font-size: 18px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}



.bformbutton {
position: relative;
    display: block;
width: 100%;
padding: 10px;
    font-size: 18px;
    color: #fff;
	text-align: center;
	border: 3px solid #73B515;
	background-color: #73B515;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	cursor: pointer;
}


.bformbutton:hover {
background-color: #7BC116;
border: 3px solid #5A8D10;
}



.producten {
display: block;
text-align: center;	
}









.product1 {
display: inline-block;
position: relative;
width: 270px;
height: 370px;
padding: 20px;
background-color: #fff;
border: 4px solid #fff;
margin-left: 20px;
margin-top: 20px;
text-align: left;
}

.product1:hover {
	border: 4px solid var(--kleur1);
cursor: pointer;
	
}


.product1foto {
	display: block;
	height: 150px;
}


.productrechtsfoto {
	display: block;
	margin-top: 60px;
	width: 450px;
height: 270px;
}



.productonderfoto2 {
display: inline-block;
padding: 30px;
margin: 20px;
margin-bottom: 20px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,3);
box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);

}

.productonderfoto2 img {
height: 300px;	
}


.producttitel {
	display: block;
	text-align: left;
font-size: 22px;
margin-top: 10px;
height: 80px;
}


.producttitel1
{
    font-weight: bold;
    font-size: 36px;
}


.productsub {
	display: block;
	text-align: left;
font-size: 12px;
}



.produsps {
display	: block;
position: relative;

font-size: 14px;
}


.produsps ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.produsps ul li {
    background-repeat: no-repeat;
    background-position: 0px 14px;
	background-size: 12px;
    padding: 10px;
    padding-left: 18px;
}



.uspvinkje {
    background-image: url(/img/chk4.svg);
}

.produsps ul .uspicon {
    background-repeat: no-repeat;
    background-position: 0px 8px;
	background-size: 20px;
    padding: 10px;
    padding-left: 35px;
    
}




.nieuwlay {
width: calc(33.33% - 10px); /* 3 kolommen per rij */
  padding: 0px;
    float: left;
  text-align: center;
  box-sizing: border-box;
}





.nieuwlay .product1 {
display: block;
position: relative;
width: auto;
height: 450px;
padding: 40px;
background-color: #fff;
border: 3px solid transparent;
margin: 4px;   
    color: #fff;
margin-left: 20px;
margin-top: 20px;
text-align: left;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.0);
}

.nieuwlay .product1:hover {
	border: 3px solid #fff;
cursor: pointer;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);    
}



.nieuwlay .vanafpr {
 border-radius: 16px;   
}

.nieuwlay .producttitel {
	display: block;
	text-align: left;
    font-weight: bold;
font-size: 24px;
margin-top: 10px;
height: 80px;
}



.nieuwlay .produsps {
position: absolute;
    bottom: 20px;
    left: 20px;
}




.pakket1 {
display: block;
position:relative;
padding: 30px;
margin: 5px;
margin-bottom: 15px;
background-color: #fff;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	z-index: 1;
}


.pakket1:hover {
cursor: pointer;
margin: 0;
padding: 40px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 10;
}



.pakket1:hover .picon1 {
top: 6px;
right: 10px;
background-color: #58af15;	
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.pakket1:hover .picon2 {
top: 10px;
right: 6px;
background-color: #58af15;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;	
}



.picon0 {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.picon1 {
	display: block;
	background-color: #fff;
	width: 3px;
	height: 11px;
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.picon2 {
	display: block;
	background-color: #fff;
	width: 11px;
	height: 3px;
	position: absolute;
	top: 10px;
	right: 20px;
	-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}




.pakketkeuze {
display: block;

position: absolute;
width: 50px;
height: 50px;
background-image:url(/img/chk3.svg);
background-repeat:no-repeat;
background-position: center center; 
background-size: 20px;
top: 0px;
right: 0px;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.pakketopac {
opacity: 0;	
}

.pakketopac2 {
opacity: 1;	
}

.pakket_oms {
color: #999;
font-size: 12px;	
}


.optiestitel2 {
color: #999;
font-size: 12px;	
}



.pakket_oms ul {
list-style-type:none;
padding:0px;
margin:0px;
}


.pakket_oms ul li
{
display: block;
background-image:url(/img/chk2.svg);
background-repeat:no-repeat;
background-position:0px 10px; 
background-size: 8px;
padding: 5px;
padding-left: 14px;
color: #666;
}



.pakket_oms ul li A:link ,.pakket_oms ul li A:visited, .pakket_oms ul li A:active {
	color: #999;
  text-decoration: underline;
}
.pakket_oms ul li A:hover { 
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  
}






.pakketprijs {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #999;
	font-size: 12px;
}






.product3 {
display: block;
position: relative;
width: 200px;
height: 160px;
background-color: #efefef;
}

.product_prijs {
display: inline-block;
position: absolute;
bottom: 10px;
right: 10px;
padding: 20px;
font-size: 18px;
background-color: #D8232A;
font-size: 18px;
color: #fff;
	
}


.resl {
display: block;
text-align: center;
}


.reslimg {
max-height: 200px;
}



.resr {
display: block;
font-size: 12px;	
}

.resr1 {
display: block;
width: 25%;
float: left;	
}

.resbedrag {
display: block;
position: relative;

font-size: 24px;
text-align:center;	
}

.resbedpers {
font-size: 14px;	
color: #999;
}

.resborg {
font-size: 12px;	
color: #999;
}



.resbtn {
display: block;
width: 100px;
text-align: center;
padding: 10px;
background-color: #fff;
margin-right: 10px;
font-size: 12px;
float: left;
border-radius: 16px;	
}

.resbtn:hover {
background-color: #333;
color: #fff;
cursor: pointer;
}

.resbtn2 {
display: block;
width: 100px;
background-color: #efefef;
text-align: center;
padding: 10px;
margin-right: 10px;
font-size: 12px;
float: left;
border-radius: 16px;	
}


.resbtn2:hover {
background-color: #efefef;
}



.resbtnback {
	background-color: #efefef;
}





.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}


.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
 opacity: 0;
}


.daterangepicker td.off.disabled {
  background-color: #fff;
  border-color: transparent;
  color: #efefef;
 opacity: 1;
}


.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  background-color:  var(--kleur1);
  border-color: transparent;
  color: #fff;
}


.daterangepicker td.today.off.disabled {
  background-color: #efefef;
  border-color: transparent;
  color: #666;
}



.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 18px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}


.daterangepicker th {
	color: #999;
}

.daterangepicker th.month {
	color: #000;
	font-size: 16px;
}


.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}








@media (max-width: 990px) {



    
A.btn1:link , A.btn1:visited, A.btn1:active {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 4px;
    float: right;
text-decoration: none;
font-size: 14px;
z-index: 1000001;
position: absolute;
right: 2px;
    top: 3px;
}

A.btn1:hover {
    cursor: pointer;
}
    
    


.mkader {
display: block;
	padding: 10px;
background-color: #efefef;
}


.mkader2 {
display: block;
margin: 30px;
padding: 30px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
background-color: #fff;	
}
    
    
    
    
    
.headerfoto { 
height: 250px;
    
}
    
.headerkop {
bottom: 30px; 
right: 30px;
width: calc(100% - 60px);
font-size: 36px;  
}

.headeronder {
font-size: 12px;  
    letter-spacing: 5px;
font-weight: lighter;
}    
    
    
    
    
.bovenstart {
	display: block;
	height: 10vh;
}
    
    

.groep1van3{
display: inline-block;
width: 100%;
float: none;
background-color: #333;
min-height: calc(33vh);
}


.groep1van3in:hover .groep1b1{
bottom: 8vh;
}


    
    
.groep1van2{
display: inline-block;
width: 100%;
float: none;
background-color: #333;
min-height: calc(33vh);
}


.groep1van2in:hover .groep1b1{
bottom: 8vh;
}






.groep1b1 {
bottom: 5vh;

}



.telonder {
display: none;
}


.linkback {
	display: none;
}


.animatiekader {
min-height: 150px;
padding-bottom: 0px;
}


	
	
.btnboven {
	display: none;
}
	
	
.inloggen {
display	: inline-block;
position: relative;
width: 40px;
height: 40px;
padding: 0;
 background-position: center center;
 border: 1px solid #efefef;
 margin-right: 5px;	
}



.uitloggen {
display	: block;
position: relative;
width: 40px;
height: 40px;
padding: 0;
 background-position: center center;
 border: 1px solid #efefef;
 margin-right: 5px;	
}

.wapp {
display	: block;
position: relative;
width: 40px;
height: 40px;
padding: 0;
 background-position: center center;
 border: 1px solid #efefef;	
}

.bel {
display	: block;
position: relative;
width: 40px;
height: 40px;
padding: 0;
 background-position: center center;
border: 1px solid #efefef;	
margin-right: 5px;
}


.kaderbtns {
display: block;
position: absolute;
right: 0;
top: 0;
float: right;
}


.klkalender {
	width: calc(100% - 50px);
	margin: 0px;
	padding: 25px;
	margin-top: 20px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,6);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,6);
}




.kader1 {
padding: 0px;
margin: 0;
}


.prodlinks {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
}

.prodrechts {
	display: block;
	max-width: 100%;
	padding: 30px;
}


.prodrechtsmidden {
	display: block;
	max-width: 100%;
	padding: 30px;
}


.prodlinks2 {
	display: block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}


.specificaties {
	display: none;
}



.resback {
padding: 10px;
}


.resprod {
padding: 30px;
	
}


.resprodkl {
padding: 30px;	
}



.logo {
	width: 40%;
}


.kalenderpop {
	position: relative;
	left: 0;
	top: 0;
}



.datumkeuze1 {
width: 100%;
}


.datumkeuze2 {
    display: block;
		float:  none;
	width: calc(100% - 70px);
	 font-size: 20px;
	 padding-left: 60px;
	border: 0;	
}



.datumst1 {
	display: block;
	width: 90%;
	height: 40px;
	float: none;
}



.perskeuze1 {
	width: calc(100% - 30px);
	
}


.kindkeuze1 {
width: calc(100% - 30px);
}



.kinderen {
	display: none;
	position: relative;
	width: calc(100% - 60px);
	top: 0px;
	left: 0px;
}


.leeftijd {
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 10px;
	font-size: 14px;
	color: #999;
}


 .datumstart2 {
	margin: 10px;
	width: calc(100% - 20px);
}


 .datumstart2smal {
	margin: 10px;
	width: calc(100% - 20px);
}





.personenk {
	display: block;
	width: calc(100% - 75px);
	margin-top: 25px;

}
	
	
	
.achter {
padding-bottom: 20px;
}


.usps {
display	: block;
position: relative;
left: 0px;
bottom: 0px;
padding: 10px;
}
	
	
	
.totaalbedrag {
display: block;
position: relative;
	top: 0px;
	right: 0px;
	margin: 10px;

    width: calc(100% - 20px);
	height: 250px;
}
	
	
	


.specificaties {
	position: relative;
	display: block;
	width: calc(100% - 80px);
	margin: 10px;
		margin-top: 60px;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,6);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
z-index: 100;
}

.specificatiesres {
padding: 25px;	
}








.datumboven  .datumstart2 {
	display: block;
	width: 100%;
}


.productrechtsfoto {
	width: 100%;
	height: 200px;
}

.productonderfoto2 {
margin: 10px;
margin-bottom: 20px;
padding: 5px;
}

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


.onder1 {
width: 100%;
float: none;
margin-bottom: 80px;	
font-size: 16px;
text-align: center;
}





.lijn2 {
	margin-left: auto;
	margin-right: auto;
}


.dagn {
	width: 50%;
}


.grijs {
display: block;
}



.geb1 {
display: block;
width: 95%;
height: auto;
padding-top: 10px;
line-height: normal;
float: none;
text-align: left;	
}

.geb2 {
display: block;
width: 95%;
float: none;
text-align: left;	
}



.kaderinloggen2 {
	
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 20px;
}



.product1 {
width: auto;
display: block;
max-width: 270px;
height: 370px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
float: none;
}



.voorwaardenak {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}



.taal {
display	: block;

}

.mobkadbtns {
	top: 50px; }




}



@media (max-width: 350px) {
	

.taal {
display	: none;

}

	
}




