@charset "utf-8";
/* CSS Document */

/* top layout */	
body {
    font-family: "Open Sans", serif;
    margin: 0px;
    padding: 0px;

}
.top {
    position: fixed;
    width: 100%;
    height: 5%;
    background-color: #a49481;
    z-index: 1000;
}
.top_midden {
    width: 1250px;
    height: 100%;
    margin: 0px auto;
    display: block;

}
.talen {
    float: left;
    width: 140px;
    height: 100%;
    margin-left: 0%;
	    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center;     /* Verticaal centreren */
}
.vlag {
    width: 44%;
    margin: 0px 8px;
}	
.socials {
    float: right;
    width: 50px;
    height: 100%;
    margin-right: 0%;
	display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center;     /* Verticaal centreren */
}
.social_icoon {
    font-size: 1.5em;
    margin: 0px 13px;
    color: #e5dece;
}
.foto_index {
    float: left;
    width: 100%;
    height: 625px;
    margin-top: 25px;
    padding-bottom: 0px;
    background-image: url("IMG/index.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 {
    position: fixed;
    width: 100%;
    min-height: 100px;
    top: 5%;
    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: 775px;
    height: 40px;
    margin-top: 40px;
    color: #fff;
}
	.menu_groot {
	display: block;	
	}	
	.menu_mobile {
	display: none;
	}
.knop {
    float: left;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;

}	
.icoon_menu, .icoon_sluiten {
	display: none;
	}	
	
.midden {
    width: 1250px;
    min-height: 40px;
    margin: 0px auto;
    display: block;
	
}
.logo {
    float: left;
    width: 475px;
    transition: width 0.4s ease-in-out;
}
.tekst {
    width: 100%;
    height: 100px;
    font-family: "Comforter", cursive;
    font-size: 50px;
    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: 200px;
	}
	.watermerk {
	float: right;	
	width: 150px;
	height: 150px;	
	margin: 25px;	
	}
/* einde top layout */
	
/* index layout */	
.index_div {
    float: left;
    width: 100%;
    min-height: 500px;
}
.index_tekst {
    float: left;
    width: 45%;
    margin: 2.5%;
    display: block;
    line-height: 28px;
}
.knop1 {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    width: 150px;
    height: 30px;
    background-color: #be783b;
    margin: 15px 5px;
    padding: 10px;
    border-radius: 30px;
}
.index_foto {
    float: left;
    width: 35%;
    margin: 2.5% 5%;
    display: block;
}
.index_div1 {
    float: left;
    width: 100%;
    min-height: 200px;
    background-color: #e5dece;
    padding: 0px;
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center;     /* Verticaal centreren */
}
.index_foto1 {
    float: left;
    width: 50%;
}
.index_div2 {
    width: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
}
.knop3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    width: 150px;
    height: 30px;
    background-color: #be783b;
    margin: 15px auto;
    padding: 10px;
    border-radius: 30px;
}
.index_div3 {
    float: left;
    width: 100%;
    min-height: 500px;
}
.index_titel {
    width: 100%;
    height: 25px;
    margin: 40px 0px 25px 0px;
    text-align: center;
}
.reviews {
	float: left;
 	width: 80%; 
	margin: 0px 10%;
	font-weight: bold;
	text-align: right;
}
.onder {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #262626;
    font-size: 14px;
    color: #dbdbdb;
    text-align: center;
}
/* einde index layout */

/* appartement layout */

.foto_appartement {
    float: left;
    width: 100%;
    height: 550px;
    margin-top: 155px;
    padding-bottom: 0px;
    background-image: url("IMG/appartement.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 */
}
.menu1 {
    position: fixed;
    width: 100%;
    min-height: 100px;
    top: 5%;
    z-index: 1000;
    padding: 10px 0px;
    background: #E5DECE;

}
.menu_div1 {
    float: right;
    width: 770px;
    height: 40px;
    margin-top: 40px;
}
.logo1 {
    width: 300px;
}
.appartement_div1 {
    float: left;
    width: 100%;
    min-height: 500px;
}
.appartement_div2 {
    float: left;
    width: 100%;
    min-height: 500px;
    background-color: #e5dece;
    padding: 25px 0px;
}
.midden1 {
    width: 1300px;
    min-height: 40px;
    margin: 0px auto;
    display: block;
}
.appartement_tekst {
    float: left;
    width: 60%;
    margin: 2.5% 0% 0% 0%;
    display: block;
    line-height: 28px;
}
.appartement_foto {
    float: left;
    width: 40%;
    height: 700px;
    margin: 6% 0% 0% 0%;
    display: block;
}
.appartement_foto1 {
    float: left;
    width: 90%;
    margin: 2.5% 5%;
    display: block;
}
b1 {
    font-weight: bold;
    text-decoration: underline;
}
	.tabel_div {
	float: left;
	width: 1100px;
	margin: 15px 75px;	
	}
	.tabel_div_klein, .tabel_div_klein1 {
	width: 1180px;
margin: 25px auto;
	display: flex;	

	}
	.tabel_div_titel {
	float: left;
	width: 97%;
	font-size: 22px;
    line-height: 45px;
    font-weight: bold;
    background-color: #be783b;
    padding: 0px 1.5%;	
	}
	.tabel_div_icoon {
	float: left;
	width: 5%;	
	font-size: 30px;
    line-height: 54px;
    text-align: right;
    padding: 5px 2% 5px 1%;	
	}
	.tabel_div_icoon1 {
	float: left;
	width: 5%;
	height: 75px;	
	font-size: 30px;
    line-height: 55px;
    text-align: right;
    padding: 5px 2% 5px 1%;
	}
	.tabel_div_tekst {
	float: left;
	width: 38%;	
	font-size: 16px;
    padding: 22px 2% 21px 2%;
	}
	.tabel_div_tekst1 {
	float: left;
	width: 38%;
	height: 43px;		
	font-size: 16px;
    padding: 22px 2% 21px 2%;	
	}
	.tabel_div_tekst2 {
	float: left;
	width: 96%;
	min-height: 43px;		
	font-size: 16px;
    padding: 4% 2%;	
	}

	.tabel_div_klein3 {
	float: left;
	width: 28%;
	min-height: 100px;	
	margin: 2.5%;
	flex: 1;
	}
/* einde appartement layout */

/* ligging style */
.foto_ligging {
    float: left;
    width: 100%;
    height: 550px;
    margin-top: 155px;
    padding-bottom: 0px;
    background-image: url("IMG/ligging.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: right; /* 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 */
}

		.ligging_div {
	float: left;	
	width: 100%;
	min-height: 10px;
	display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center;     /* Verticaal centreren */	
		}	
	.ligging_midden {
	width: 1250px;
	min-height: 10px;	
	margin: 25px auto 10px auto;
	display: block;
		display: flex;
  align-items: center;     /* Verticaal centreren */	
  justify-content: center; /* Horizontaal centreren */

	}

	.ligging_v_thumb {
	float: left;	
	width: 250px;
	min-height: 50px;	
	margin: 0px;
	display: block;
	}
	.ligging_tekst_foto {
	float: left;
	width: 975px;
	min-height: 100px;		
	padding: 0px 25px 0px 0px;		
	display: block;
	}
	.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: 550px;
    margin-top: 155px;
    padding-bottom: 0px;
background-image: url("IMG/omgeving.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: 550px;
    margin-top: 155px;
    padding-bottom: 0px;
background-image: url("IMG/contact.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 */
}
		.contact_div {
	float: left;	
	width: 100%;
	min-height: 10px;
  justify-content: center; /* Horizontaal centreren */
  align-items: center;     /* Verticaal centreren */	
		}
			.contact_midden {
	width: 980px;
	min-height: 10px;	
	margin: 25px auto 10px auto;
	display: block;


	}
	.contact_titel {
  width: 98%;
  min-height: 45px;
	margin: 0px auto;	
  padding: 1%;
font-size: 32px;
	font-weight: bold;
  text-align: center;
display: block;	

}
	.contact_tekst {
	float: left;
	width: 350px;
	min-height: 100px;		
	padding: 0px 25px 0px 0px;		
	display: block;
	line-height: 25px;
	}
	.contact_tekst1 {
	float: left;
	width: 100%;
	min-height: 100px;		
	padding: 0px 25px 0px 0px;		
	display: block;
	line-height: 25px;	
	}
	h10 {
	font-size: 16px;
	line-height: 25px;	
	font-weight: 700;
	display: block;	
	margin: 0px 0px 15px 25px;	
	}
	h11 {
	font-size: 15px;
	line-height: 10px;	
	}	
		.contact_maps {
	float: left;	
	width: 900px;
	min-height: 50px;	
	margin: 0px;
	display: block;
	}
	
	.icoon {
	font-size: 20px;
	margin: 5px 7px 0px 0px;
	}
	input {
  font-size: 20px;
  width: 85%;
  padding: 2%;
  background-color: #e5dece;
		border-radius: 10px;	
}
textarea {
  font-size: 20px;
  width: 96%;
  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: 50%;
  height: 30px;
	margin-top: 10px;	
text-align: left;
}
.input1 {
  float: left;
  width: 50%;
  height: 50px;
text-align: left;	
	}
.textarea1 {
  float: left;
  width: 945px;
  height: 185px;
border-radius: 5px;	
}	
	.recaptcha{
		float: left;
	width: 100%;
	height: 80px;

	}
input[type=submit] {
		float: left;	
	  font-family: "Open Sans", sans-serif;
		font-size: 18px;
  font-weight: 500;
  font-style: normal;
	text-align: center;	
	width: 250px;
	min-height: 40px;
	background-color: #be783b;
	margin: 15px 5px;	
	padding: 10px;
	border-radius: 30px;
	border: 0px;
}	
	.verzonden {
		width: 60%;
		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: 18px;
		line-height: 22px;
		color: #000000;
	}
	
	.fout {
		width: 60%;
		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: 18px;
		line-height: 22px;
		color: #000000;
	}
			.vinkje {            
		float: left;
        font-size: 75px;    
        margin: 15px 25px;
	}

	.whatsapp {
	float: left;
	height: 450px;	
	margin: 0px 50px 10px 0px;	
	}
	.iframe {
	width: 900px;
		height: 560px;
	}
	.label_groot{ display: block;}
	.label_klein{ display: none;}
/* einde contact layout */

	a:link, a:visited {
	color: #000;
	font-weight: bold;	
	text-decoration: none;	
	}
.enter {
	display: none;
}
