@charset "utf-8";
/* CSS Document */

/* top layout */	
body {
    font-family: "Open Sans", serif;
    margin: 0px;
    padding: 0px;
}
.top {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #a49481;
    z-index: 1000;
}
.talen {
    float: left;
    width: 50%;
    height: 50px;
    margin-left: 0px;
}
.vlag {
    width: 35px;
    margin: 11px 8px;
}
.socials {
    float: right;
    width: 50%;
    height: 50px;
	text-align: right;
}
.social_icoon {
    font-size: 30px;
    margin: 10px 8px;
    color: #e5dece;
}
.foto_index {
    float: left;
    width: 100%;
    height: 350px;
    margin-top: 45px;
    padding-bottom: 0px;
    background-image: url("IMG/index_klein.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: flex-end;     /* Verticaal centreren */
}
.menu, .menu1 {
    position: fixed;
    width: 100%;
    min-height: 100px;
    top: 50px;
    background: rgba(255, 255, 255, 0);
    transition: background 1.0s ease, opacity 1.0s ease;
    z-index: 1000;
    padding: 10px 0px;
}
.menu.scrolled {
    background: #E5DECE;
}
.menu_div {
float: right;	
width: 35px;
height: 40px;
margin: 10px 5px 0px 0px;	
padding: 5px;	
color: #fff;	

}
	.menu_groot {
	display: none;	
	}
	.menu_mobile {
	display: block;	
	}	

.knop {
    float: left;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.midden {
    width: 98%;
    min-height: 40px;
    margin: 0px auto;
    display: block;
}
.logo {
    float: left;
    width: 250px;
    transition: width 0.4s ease-in-out;
}
.tekst {
    width: 100%;
    height: 40px;
    font-family: "Comforter", cursive;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #be783b, 0 0 10px #be783b, 0 0 15px #be783b;
}
	.watermerk_div {
	float: right;	
	width: 100%;
	height: 105px;
	}
	.watermerk {
	float: right;	
	width: 75px;
	height: 75px;	
	margin: 15px;	
	}	
/* einde top layout */
	
/* index layout */	
	
.index_div {
    float: left;
    width: 100%;
    min-height: 500px;
}
.index_tekst {
    float: left;
    width: 95%;
    margin: 1% 2.5%;
    display: block;
    line-height: 28px;
}
.knop1 {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    width: 30.33%;
    height: 35px;
    background-color: #be783b;
    margin: 10px 1.5%;
    padding: 5px 0px 0px 0px;
    border-radius: 30px;
}
.index_foto {
    float: left;
    width: 97%;
    margin: 2.5% 1.5%;
    display: block;
}
.index_div1 {
    float: left;
    width: 100%;
    min-height: 200px;
    background-color: #e5dece;
   }
.index_foto1 {
    float: left;
    width: 100%;
}
.index_div2 {
	float: left;
    width: 100%;
	min-height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
	padding: 30px 0px;
}
.knop3 {
	float: left;	
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    width: 40%;
    height: 25px;
    background-color: #be783b;
    margin: 15px 0% 0px 25%;
    padding: 10px;
    border-radius: 30px;
	display: block;	
}
.index_div3 {
    float: left;
    width: 100%;
    min-height: 400px;
}
.index_titel {
    width: 100%;
    height: 60px;
    margin: 40px 0px 25px 0px;
    text-align: center;
}
.reviews {
	float: left;
 	width: 96%; 
	margin: 0px 3% 15px 1%;
	font-weight: bold;
	text-align: right;
}
.onder {
    float: left;
    width: 96%;
    padding: 20px 2%;
    background-color: #262626;
    font-size: 14px;
    color: #dbdbdb;
    text-align: center;
}
h20 {
	font-size: 10px;
}
	.logo1 {
	float: left;	
	width: 80%;
	margin: 15px 0% 0px 10%;
	display: block;	
	}		
/* einde index layout */

/* appartement layout */
.foto_appartement {
    float: left;
    width: 100%;
    height: 250px;
    margin-top: 150px;
    padding-bottom: 0px;
    background-image: url("IMG/appartement_klein.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: flex-end;     /* Verticaal centreren */
}
.knop {
    color: #000;
}
.menu1 {
    position: fixed;
    width: 100%;
    min-height: 100px;
    top: 50px;
    background: #E5DECE;
    transition: background 1.0s ease, opacity 1.0s ease;
    z-index: 1000;
    padding: 10px 0px;
}
.menu_div1 {
    float: right;
    width: 35px;
    height: 40px;
    margin: 10px 5px 0px 0px;
    padding: 5px;
    color: #000;
}
.logo1 {
    float: left;
    width: 250px;
    transition: width 0.4s ease-in-out;
}
.appartement_div1 {
    float: left;
    width: 100%;
    min-height: 500px;
}
.appartement_div2 {
    float: left;
    width: 100%;
    min-height: 500px;
    background-color: #e5dece;
    padding: 0px;
}
.midden1 {
    width: 100%;
    min-height: 40px;
    margin: 0px auto;
    display: block;
}
.appartement_tekst {
    float: left;
    width: 96%;
    margin: 2%;
    display: block;
    line-height: 28px;
}
.appartement_foto {
    float: left;
    width: 96%;
    height: 480px;
    margin: 6% 2% 0% 2%;
    display: block;
}
.appartement_foto1 {
    float: left;
    width: 95%;
    margin: 2.5%;
    display: block;
}
b1 {
    font-weight: bold;
    text-decoration: underline;
}
.tabel_div {
    float: left;
    width: 96%;
    margin: 15px 2%;
}
.tabel_div_klein {
    float: left;
    width: 96%;
    margin: 25px 2%;
}
.tabel_div_klein1 {
    float: left;
    width: 96%;
    margin: -25px 2%;
}
.tabel_div_titel {
    float: left;
    width: 97%;
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    background-color: #be783b;
    padding: 0px 1.5%;
}
.tabel_div_icoon {
    float: left;
    width: 12%;
    font-size: 30px;
    line-height: 52px;
    text-align: left;
    padding: 5px 0% 5px 0%;
}
.tabel_div_icoon1 {
    float: left;
    width: 12%;
    height: 68px;
    font-size: 30px;
    line-height: 55px;
    text-align: left;
    padding: 5px 0% 5px 0%;
}
.tabel_div_tekst {
    float: left;
    width: 86%;
    font-size: 14px;
    padding: 22px 0% 21px 2%;
}
.tabel_div_tekst1 {
    float: left;
    width: 86%;
    height: 35px;
    font-size: 14px;
    padding: 22px 0% 21px 2%;
}
.tabel_div_tekst2 {
    float: left;
    width: 96%;
    min-height: 20px;
    font-size: 16px;
    padding: 4% 2%;
}
.tabel_div_klein3 {
    float: left;
    width: 100%;
    margin: 0%;
}
/* einde appartement layout */

/* ligging style */
	.foto_ligging {
    float: left;
    width: 100%;
    height: 250px;
    margin-top: 150px;
    padding-bottom: 0px;
    background-image: url("IMG/ligging_klein.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
    display: flex;
    justify-content: left; /* Horizontaal centreren */
    align-items: flex-end;     /* Verticaal centreren */

}
	
	.ligging_div {
	float: left;	
	width: 100%;
	min-height: 100px;

	}	
	.ligging_midden {
	width: 98%;
	min-height: 10px;	
	margin: 25px auto 10px auto;
	display: block;
	}

	.ligging_v_thumb {
	float: left;	
	width: 100%;;
	min-height: 50px;	
	margin: 0px;
	display: block;

	}
	.ligging_tekst_foto {
	float: left;
	width: 94%;
	min-height: 100px;		
	padding: 0px 3%;		
	display: block;
	text-overflow: ellipsis;	

	}
	.l_grijs {
	background-color: #e5dece;		
	}
	.grijs {
	background-color: #e5dece;	
	}
	.bruin {
	background-color: #73624a;		
	}
/* einde ligging style */


/* omgeving layout */
.foto_omgeving {
    float: left;
    width: 100%;
    height: 250px;
    margin-top: 150px;
    padding-bottom: 0px;
    background-image: url("IMG/omgeving_klein.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: flex-end;     /* Verticaal centreren */
}
/* einde omgeving layout */

/* contact layout */
.foto_contact {
    float: left;
    width: 100%;
    height: 250px;
    margin-top: 150px;
    padding-bottom: 0px;
    background-image: url("IMG/contact_klein.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
    display: flex;
    justify-content: left; /* Horizontaal centreren */
    align-items: flex-end;     /* Verticaal centreren */
}
			.contact_div {
	float: left;	
	width: 100%;
	min-height: 10px;
  justify-content: center; /* Horizontaal centreren */
  align-items: center;     /* Verticaal centreren */	
		}
			.contact_midden {
	width: 100%;
	min-height: 10px;	
	margin: 0px auto 10px auto;
	display: block;


	}
	.contact_titel {
  width: 98%;
	margin: 0px auto;	
  padding: 1%;
font-size: 25px;
	font-weight: bold;
  text-align: center;
display: block;	
}
	.contact_tekst, .contact_tekst1 {
	float: left;
	width: 94%;
	min-height: 100px;		
	padding: 0px 3% 20px 3%;		
	display: block;
	line-height: 25px;	
	}
	h10 {
	font-size: 16px;
	line-height: 25px;	
	font-weight: 700;
	text-align: center;	
	display: block;	
	margin-bottom: 15px;	
	}	
		.contact_maps {
	float: left;	
	width: 100%;
	min-height: 50px;	
	margin: 0px;
	display: block;
	}
	
	.icoon {
	font-size: 25px;
	margin: 5px 10px 0px 0px;
	}
	input {
  font-size: 20px;
  width: 95%;
  padding: 2%;
  background-color: #e5dece;
		border-radius: 10px;	
}
textarea {
  font-size: 20px;
  width: 95%;
  height: 140px;
  padding: 2%;
  background-color: #e5dece;
border-radius: 10px;		
}
textarea:required:invalid, textarea:focus:invalid, input:required:invalid, input:focus:invalid {
  border: 2px solid  #be783b;
}
textarea:required:valid, input:required:valid {
  border: 2px solid #3C0;
}
.label1 {
  font-size: 18px;
  float: left;
  width: 94%;
	margin-top: 10px;
	padding: 5px 3%;
text-align: left;
}
.input1 {
  float: left;
  width: 90%;
  padding: 5px 5%;
text-align: left;	
	}
.textarea1 {
  float: left;
  width: 90%;
padding: 5px 5%;	
border-radius: 5px;	
}
	.recaptcha{
		float: left;
	width: 90%;
	height: 75px;
	margin: 0px 5%;	
}
input[type=submit] {
		float: left;	
	  font-family: "Open Sans", sans-serif;
		font-size: 18px;
  font-weight: 500;
  font-style: normal;
	text-align: center;	
	width: 65%;
	min-height: 40px;
	background-color: #be783b;
	margin: 15px 17.5%;	
	padding: 10px;
	border-radius: 30px;
	border: 0px;
}	
	.verzonden {
		width: 90%;
		margin: 10px auto 10px auto;
		padding: 10px;
		background-color: #1CB31C;
		box-shadow: 0 0 5px 1px #2b536c;
		border: 1px solid #000;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}
	
	.fout {
		width: 90%;
		margin: 10px auto 10px auto;
		padding: 10px;
		background-color: #ED1C24;
		box-shadow: 0 0 5px 1px #2b536c;
		border: 1px solid #000;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}
			.vinkje {            
		float: left;
        font-size: 75px;    
        margin: 5px 10px 15px 0px;
	}

	.whatsapp {
	float: left;
	width: 80%;	
	margin: 0px 10% 10px 10%;	
	}
	.iframe {
	width: 98%;
		height: 560px;
	margin: 0px 1%;	
	}
	.label_groot{ display: none;}
	.label_klein{ display: block;}
	/* einde contact layout */


	a:link, a:visited {
	color: #000;
	font-weight: bold;	
	text-decoration: none;	
	}