h1{
	font-size:4vw;
}
h2{
	font-size:2vw;
}
h3{
	font-size:1.5vw;
}

#navi{
	width:70%;
	display: block;
	height:12.6vw;
	margin:0 auto;
	/*padding: 2vh 0px;*/
	text-align:center;
	color:white; /*#025868;*/
	font-size:1.2vw;
	text-align:center;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	position: relative;
	}

#navi ul{
	margin:0px;
	padding:0px;
}

#navi ul li{
	display:inline;
	width:16%;
	height:auto;
	padding: 0 0.2vm;
	float:left;
	list-style:none;
	position:relative;
}

#navi li a{
	color:white; /*#025868;*/
	text-decoration:none;
	font-weight: bold;
	/*font-family: 'Lato', sans-serif;
	font-weight:50;
	font-size:24px;*/
}

#navi li a:hover{
	color:#FFCC00;
}

#navi .actief{
	color:#FFCC00;
}

.js #menu {
		display:none;
	}
	
.js .slicknav_menu {
		display:none;
	}

/*  ===========================================================
	Header
    =========================================================== */

header{
background-image: url("/img/achtergrondfoto-d.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
/*min-height:800px;*/
font-family: 'Canva Sans', sans-serif;
height:36vw; /*moet obv scherm breedte:was 80vh (was ongeveer verhouding van foto)*/
display: block;
position: relative;
padding: 1vw 0;
/*	border: 2px solid #FFFF00;*/
}

.header_smal{
background-image: url("/img/achtergrondfoto-smal.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
/*min-height:800px;*/
font-family: 'Canva Sans', sans-serif;
height:18vw; /*moet obv scherm breedte:was 80vh (was ongeveer verhouding van foto)*/
display: block;
position: relative;
padding: 1vw 0;
/*	border: 2px solid #FFFF00;*/
}

header h1, .header_smal h1{
	font-size:3.8vw;
	height:20%;
	color: #e4ffc2;
	text-align:center;
	display: block;
	max-width:80%;
	margin: 0 auto;	
	/*padding: 9vh 0px 0px 0px;*/
	line-height: 1.5;
	font-weight: bold;
}
header h2, .header_smal h2{
	font-size:3vw;
	height:25%;
	color: white;
	text-align:center;
	display: block;
	max-width:80%;
	margin: 0 auto;	
	padding: 0;
	font-weight: normal;
}
header h3, .header_smal h3 {
	font-size:2vw;
	height:18%;
	color: white;
	text-align:center;
	display: block;
	justify-content: center; 
    align-items: center;
	max-width:70%;
	margin: 0 auto;	
	font-weight: normal;
	/*border:2px solid #FFFF00;*/
}
.header3-l, .header3-r {
	/*flex: 1; */
	width:40%;
	height:100%;
	float:left;
	margin-left:0%;
	/*flex-direction: column;*/
	display: flex;/*display: flex;*/
	align-items: center;
	justify-content: center; 
	/*margin: 0 1vw;*/
	/*background-color:#008000;*/
	border-radius: 15px;
	border:2px solid #FFFF00;
}
.header3-r{
	float:right;
}
.header3-l:hover, .header3-r:hover{
	color: #2e6417;
	background-color: #e4ffc2;
	text-decoration:none;
	border-radius: 15px;
}
header h3 a{
	color:white;
	text-decoration:none;
}

.last_minute{
	font-size:2vw;
	width:15%;
	height:12%;
	color: white;
	position: absolute; 
	top: 1vw; 
	right: 1vw;	
	display: flex;
	justify-content: center; 
    align-items: center;
	background-color: #002060;
	/*border:2px solid #FFFF00;*/
}
.last_minute a{
	color: white;
	text-decoration:none;
}
.last_minute a:hover{
	color:#FFCC00;
}

	
section {
		width: 80%;
		margin: 1vw auto;
		font-family: 'Calibri', sans-serif;
		/*border: 2px solid #ffff00;*/
		font-size: 20px;
}
section img{
		height: auto;	
		display: block; 
		margin: 1vw auto;    /* Stelt bovenste/onderste marge in op 10px en linker/rechter marge op 'auto' voor centreren */
		border-radius: 15%;
}
section ul{
		line-height: 1.6;
    }
section h1{
		font-size:2.5vw;
	}
section h2{
		font-size:2vw;
	}
section h3{
		font-size:1.5vw;
	}
section p, ul{
		font-size:1.3vw;
	}
.beschikbaarheidlink {
	/*flex: 1; */
	font-size:2vw;
	height:6vw;
	width:50%;
	margin:0 auto;
	/*flex-direction: column;*/
	display: flex;/*display: flex;*/
	align-items: center;
	justify-content: center; 
	color:#2e6417;
	background-color: #e4ffc2;
	text-align:center;
	font-weight: normal;
	text-decoration:none;
	border-radius: 15px;
	line-height: 1.6;
}
.beschikbaarheidlink:hover{
	text-decoration:none;
	border-radius: 15px;
	background-color:#2e6417;
	color: #e4ffc2;
}
.container_grid2_1 {
		display:grid;
		grid-template-columns: 2fr 1fr;
		border:solid;
    }
.container_grid2_1 >div{
	border:solid;
}
.container_grid2_1 img{
	width: 75%;
}
.container_flex {
		display:flex;
    }
	.container_flex h1 {
		margin-bottom:0;
    }
    .container_flex img {
        width: 75%;
    }
.container{
	display:block;

}
    .container img {
        width: auto;
		align-items: center;
    }

    .text-col-60 {
        /*flex: 1; /* Neemt de beschikbare ruimte in */
		max-width: 60%;
        /*padding: 2%;*/
		/*	border: 1px solid #ccc;*/
		display: block;
    }      
	.text-col-50 {
        /*flex: 1; /* Neemt de beschikbare ruimte in */
		width: 50%;
        /*padding: 5%;*/
		/*	border: 1px solid #ccc;*/
		display: block;
		margin:0 3%;
    }      
	.text-col-indeling {
		width: 50%;
		display: block;
    } 
	.text-col-indeling ul{
		margin-top: 0;
		margin-bottom:0;
		padding:0 auto;
		line-height:1.5;
    } 
	.text-col-indeling p{
		margin-top: 0;
		margin-bottom:0;
		line-height:1.5;
    } 
    .col_2huizen {
        flex: 1; /* Neemt de beschikbare ruimte in */
		display:block;
		margin: 0 auto;	
		padding:10px 0px 0px 0px;
    }
	.col_2huizen ul{
		margin-left:6vw;
	}

    .image-col {
        flex: 1; /* Neemt de beschikbare ruimte in */
		max-width:40%;
    }

.reviews {
	display:block;
}
.reviews img{
	width:100%;
	hight:auto;
}
	
.container-oud {
        display: flex;
        flex-wrap: wrap; /* Maakt een nieuwe regel bij kleinere schermen */
        width: 80%;
		margin: 1vw auto;
		font-family: 'Calibri', sans-serif;
		/*border: 2px solid #ffff00;*/
		font-size: 18px;
    }
    .container img-oud {
        width: 80%;
        height: auto;	
		display: block; 
		margin: 25px auto;    /* Stelt bovenste/onderste marge in op 10px en linker/rechter marge op 'auto' voor centreren */
		border-radius: 15%;	
    }
	.container ul-oud{
		line-height: 1.6;
    }
	
    .text-col-oud {
        flex: 1; /* Neemt de beschikbare ruimte in */
        /*padding: 2%;*/
		/*	border: 1px solid #ccc;*/
		display: block;
    }  
    .col_VNK-oud {
        flex: 1; /* Neemt de beschikbare ruimte in */
        /*background-image: url("/img/VNK-ontdek.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 80%;	
		/*min-height:30vh;*/
		display:block;
		margin: 0 auto;	
		padding:10px 0px 0px 0px;
		/*border: 2px solid #ffff00;*/
		/*min-height:800px;*/
    }
    .col_VOK-oud {
        flex: 1; /* Neemt de beschikbare ruimte in */
        /*background-image: url("/img/VOK-ontdek.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 80%;
		/*min-height:30vh;*/
		display:block;
		margin: 0 auto;	
		padding:10px 0px 0px 0px;
		/*border: 2px solid #ffff00;*/
    }
    .col_beide-oud {
        flex: 1; /* Neemt de beschikbare ruimte in */
        /*background-image: url("/fotos/nieuwbouw/tuin3.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 80%;
		/*min-height:30vh;*/
		display:block;
		margin: 0 auto;	
		padding:10px 0px 0px 0px;
		/*border: 2px solid #ffff00;*/
    }	
	.col_villa-oud {
		font-size:20px;
		width:50%;
	display: grid;
	align-items: center;

		height:3vw;
		margin: 10vw auto 0 auto;
			/*padding:10px 0px 0px 0px;*/
		color:white;
		text-align:center;
		/*border: 1px solid #ccc;*/
	}
	

    .image-col-oud {
        flex: 1; /* Neemt de beschikbare ruimte in */
		/*display: block;
        /*width:50%;
		height:auto;*/
        /*text-align: center; /* Centreert de afbeelding */
		flex-direction: column; /* Zorgt ervoor dat items onder elkaar staan */
		/*gap: 10px; /* Voegt ruimte toe tussen de foto's (optioneel) */
		/*	border: 1px solid #ccc;*/
    }

table{
	border:1px solid #c3c7c7;
	margin-bottom:50px ;
}

.weekdagenrij {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	width: 600px;
	height: 40px;
	padding:0 0 0 0;
	margin: 0px 0px 0x 0px;
	font-weight: 900;
	}

.weekdagenrijhalf {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	width: 600px;
	height: 20px;
	padding:0 0 0 0;
	margin: 0px 0px 0x 0px;
	font-weight: 900;
	border: 1px solid #c3c7c7;	
	}

.weekdagenrijhalf1 {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	width: 600px;/*25*/
	height: 20px;/*12*/
	padding: 0 0 0 0;
	margin: 0px 0px 0x 0px;
	font-weight: 900;
	border: 1px 1px 0px 1px solid #c3c7c7;	
	}

.weekdagenrijhalf2 {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	width: 600px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0px 0px 0x 0px;
	font-weight: 900;
	border: 0px 1px 1px 1px solid #c3c7c7;
	}

.calendertekstvrij {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	height: 50px;
	padding: 0 0 0 0;
	margin: 0px 0px 0x 0px;
	font-weight: 400;
	border: 1px solid #c3c7c7;
	}

.weekdag1 {
	width: 120px;
	text-align: center;
	color: #c3c7c7;
	background: #fff;
	}

.geboekt {
	color: #fff;
	background: #F84646;
	text-align: center;
	vertical-align: text-top;
	padding: 0px 0px 0px 5px;
	/*border: 1px solid #c3c7c7;*/
	}

.vrij {
	text-align: center;
	color: #777777;
	vertical-align: text-top;
	background: #8AFF4F;
	padding: 0px 0px 0px 5px;
	/*border: 1px solid #c3c7c7;*/
	}

.vrijbuitenmaand {
	text-align: center;
	color: #C8C8C8;
	vertical-align: text-top;
	background: #B7FF93;
	padding: 0px 0px 0px 5px;
	/*border: 1px solid #c3c7c7;*/
	}

.geboektbuitenmaand {
	text-align: center;
	color: #888888;
	vertical-align: text-top;
	background: #FB8D8D;
	padding: 0px 0px 0px 5px;
	/*border: 1px solid #c3c7c7;*/
	}


/*  ===========================================================
	FOOTER
    =========================================================== */	
footer{
	width:100%;
	height:auto;
	background-color:#025868;
	}
	
#contentf{
	width:80%;
	/*max-width:1024px;*/
	display: block;
	margin: 0 auto;
	}
		
#contentf a{
	text-align:right;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-decoration:underline;
	}

#contentf p{
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	color:#fff;
	}
	
.footerl{
	width:auto;
	height:auto;
	margin-left:0%;
	float:left;
	}	
.footerr{
	width:auto;
	height:auto;
	margin-right:0%;
	float:right;
	}
	
/*  ===========================================================
	CONTACT
    =========================================================== */

::-moz-placeholder {
    color:#999;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
 
::-webkit-input-placeholder {
    color:#999;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

*:focus {outline: none;}


.contact_form label {
	font-family: 'Lato', sans-serif;
	color:#6d6d6d;
	}
	
.contact_form p {
	font-family: 'Lato', sans-serif;
	color:#6d6d6d;
	}
	

input:required, textarea:required {
    background: #fff url(img/red_asteriks.png) no-repeat 98% center;
}
	
.contact_form input, .contact_form textarea {
    padding-right:1px;
}

.contact_form ul {
    /*width:750px;*/
    list-style-type:none;
    /*list-style-position:outside;*/
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    /*border-bottom:1px solid #666;*/
    /*position:relative;*/
}


.contact_form label {
    width:200px;
    margin-top: 3px;
    /*display:inline-block;*/
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px;
    width:400px;
    padding:5px 8px;
}
.contact_form textarea {
	padding:8px;
	width:400px;
	}
	
.contact_form button {
	margin-left:210px;
	}


/* Extra styling */

.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
/* Button Style */
button.submit {
    background-color: #025868;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}

/* Vergroten van de input bij focus */

/*.contact_form input:focus, .contact_form textarea:focus { 
    padding-right:70px;
}*/

/* Vergroten van de input bij focus vloeiend */

.contact_form input, .contact_form textarea { 
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

/*  ===========================================================
	DROPDOWNS
    =========================================================== */

.contact_form select {
	border: 0 !important;  
	-webkit-appearance: none;  
	-moz-appearance: none; 
	/*background: #025868 url(img/demo/select-arrow.png) no-repeat 90% center;*/
	width: 400px; 
	text-indent: 0.01px; 
	text-overflow: ""; 
	font-family: 'Lato', sans-serif;
	/*color: #FFF;*/
	border-radius: 3px;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}
.contact_form .select_kort{
	width: 100px;
	
}
select:focus option.holder {
  display: none;
}	
select:required option[value=""] {
  display: none;
}

.fotoruimte1 {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* Maakt 5 gelijke kolommen */
    /*gap: 10px; /* Voegt ruimte toe tussen de foto's */
	grid-gap: 1%;
	padding: 0px;
	margin-bottom:40px;
}

.fotoruimte1 img{
	width:100%;
	height:auto;

}


@media screen and (min-width: 20px) and (max-width: 350px){
	
/*  ===========================================================
	NAVIGATIE
    =========================================================== */

#navi2 {
	display:none;
	}
	

.js #menu {
		display:none;
	}
			
.js .slicknav_menu {
	display:block;
	}
header h1{
	
}