* {
	box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

body {
	width: 100%;
	height: 100%;
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	background-color: rgb(255, 255, 255);
	color: black;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

html {
	box-sizing: border-box;
	height: 100%;
}

.kleiner_scherm {
	display: none !important;
}

/* Footer */

footer {
	background-image: url(/images/footer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
  }
  
  .inner_footer {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 1500px;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	padding: 50px 10px;
  }
  
  .inner_footer img {
	width: 250px;
  }

  .inner_footer div:nth-of-type(2) img {
	width: 200px;
  }


  .inner_footer div:nth-of-type(2) img:nth-of-type(2) {
	width: 180px;
	margin-left: 2em;
}
  
  .inner_footer {
	width: 75%;
	min-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items:center;
	-ms-align-items: center;
	text-align: left;
	line-height: 200%;
	font-size: 1.1em;
  }

  .inner_footer>div div a {
	color: #3C3C3B;
	padding: 10px 0;
  }
  
  .footer_overlay {
	background-color: #ffffff !important;
	opacity: .89;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
  }
  
  .social_media {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 10px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
  }
  
  .social_media a {
	width: 50px;
	height: 50px;
	min-width: 50px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 200px;
	background-color: #646464;
	color: #fff;
	font-size: 1.2em;
	margin: 0 10px;
  }
  
  .social_media>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
  }
  
  .social_media>article {
	width: 100%;
	height: 3px;
	margin: 0 20px;
	background-color: #878787;
  }
  
  .social_media>div div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
  }
  
  .disclaimer {
	background-color: #646464;
	padding: 10px;
	font-size: .9em;
  }
  
  .disclaimer>div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	color: #4B4B4B;
  }
  
  .disclaimer>div span {
	margin: 0 15px;
	color: #4B4B4B;
  }
  
  .disclaimer div a {
	color: #4B4B4B;
  }
  
  .disclaimer a:last-of-type i.show{
	display: inline-block;
  }
  
  .disclaimer a:last-of-type i.hidden{
	display: none;
	color: #8bcf97;
  }
  
  .disclaimer a:last-of-type:hover i.show {
	  display: none;
  }
  .disclaimer a:last-of-type:hover i.hidden {
	display: inline-block;
  }

  .input-group {
	  display: none;
  }
  
  /* Einde Footer */

/* Home Slider */

  .textcontent h1 {
	color: #fff;
	font-weight: 800;
	line-height: 130%;
	font-size: 2.9em;
	margin-bottom: 0px;
	max-width: 640px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
	z-index: 400;
  }
  
  .textcontent h3 {
	color: #fff;
	line-height: 180%;
	font-size: 1.6em;
	font-weight: 800;
	max-width: 800px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
	z-index: 10;
  }

  
/* uitlijningen */
.topcontent {
	top: 20%;
  }
  
  .centcontent {
	top: 50%;
  }
  
  .bottomcontent {
	bottom: 10%;
  }
  
  .centercontent {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
  }
  
  .rightcontent {
	right: 10%;
  }
  
  
  .leftcontent {
	left: 10%;
  }
  
  .leftcontent .contentlink {
	justify-content: flex-start;
  }
  
  .centercontent .contentlink {
   justify-content: center;
  }
  
  .rightcontent .contentlink {
	justify-content: flex-end;
  }
  
  
  /* einde uitlijningen */
  



.medimage, .smaimage, .medlogo, .smalogo {
	display: none !important;
}


.home_slider {
	width: 100%;
	max-height: 100vh;
	position: relative;
	margin-top: 0;
	padding-top: 0;
	z-index: 0;
}

.home_slider article {
	position: relative;
}

.home_slider article img.biglogo {
	z-index: 30;
	width: 350px;
	position: absolute;
}

.main_logo img {
	width: 100%;
	max-width: 300px;
	top: 15px;
	left: 20px;
	position: absolute;
	z-index: 5;
}

.projecten-btn {
	width: auto;
  height: 50px;
  z-index: 5;
  border-radius: 200px;
  color: white;
  background-color: #b1933f;
  position: absolute;
  right: 85px;
  top: 25px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: .9em;
  line-height: 130%;
  padding: 20px;
  cursor: pointer;
  transition: all .3s;
}

.projecten-btn:hover {
	color: #b1933f;
	background-color: white;
}

.home_slider img {
	max-height: 100vh;
	margin-top: 0;
}

  .medimage, .smaimage {
	display: none !important;
  }
  
  .home_slider .slick-arrow {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	font-size: 1.4em;
	color: #fff;
	display: flex;
	background-color: transparent;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: none;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 200px;
	background-color: rgba(0,0,0,.6);
  }
  
  .home_slider .slick-next {
	right: 10px;
	left: initial;
  }
  
  .home_slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	background-color: transparent;
	position: absolute;
	bottom: 1em;
  }
  
  .home_slider .slick-dots .slick-active {
	background-color: white;
	border: white 2px solid;
  }
  
  .home_slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 200px;
	border: #d9d9d9 2px solid;
  }
  
  .home_slider .slick-dots li button {
	display: none;
  }
  
  .home_slider article {
	position: relative;
  }
  
  .home_slider article img {
	position: relative;
	z-index: 0;
	width: 100%;
  }
  
  .home_slider article > div {
	position: absolute;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1600px;
	padding: 10px;
	transition: all 1.5s;
	display: flex;
	flex-direction: column;
	width: 100%;
    height: 100vh;
	padding: 0 !important;
    transition: all 1.5s;
  }
  
  .home_slider article h2 {
	color: white;
	font-weight: 700;
	font-size: 3.7em;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
	max-width: 1000px;
	line-height: 140%;
	margin-bottom: 20px;
  }
  
  .home_slider article h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: white;
	line-height: 140%;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.95);
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid white;
	width: 100%;
	max-width: 800px;
  }
  
  .home_slider article a {
	background-color: #0757a3;
	border: 3px solid #0757a3;
	color: white;
	font-weight: 700;
	padding: 15px 30px;
	transition: all .3s;
  }
  
  .home_slider article a i {
	margin-left: 10px;
  }
  
  .home_slider article a:hover {
	color: #0757a3;
	background-color: transparent;
  }
  
  /* Einde Home Slider */

  /* home_blokken */

.home_blokken {
	  width: 100%;
	  height: 100%;
	  overflow-y: auto;
	  position: relative;
	  display: inline-block;
}
.home_blokken>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
    opacity: .9;
	z-index: 0;
	padding-top: 150px;
  }
  
  .home_blokken>h2 {
	color: #343534;
	font-family: 'hurme_bold', sans-serif;
	text-align: center;
	font-size: 2.5em;
	width: 100%;
	margin-bottom: 20px;
  }
  
  .home_blokken>h3 {
	color: #343534;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'hurme_bold', sans-serif;
  }
  
  .home_blokken_items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow-x: hidden;
	padding-left: 100px;
	padding-right: 100px;
  }
  
  .home_blokken_items article {
	width: 33.33%;
  }

  .home_blokken_items article a {
	  color: white;
  }

  .home_blokken_items article:active {
	  border: none;
	  outline: none;
  }
  
  

  .home_blokken_items article img {
	width: 100%;
	transition: all 1s ease;
  }


  .home_blokken_items article img:hover{
	transform: scale(1.1);
  }

  .home_blokken_items article .image {
	  position: relative;
	  width: 85%;
	/*max-width: 400px;*/
	
	margin: 0 auto;
	/*border-radius: 200px;*/

  }

  .home_blokken_items .slick-arrow {
	position: absolute;
    left: 50px;
    top: 50%;
	transform: translateY(-50%);
    z-index: 10;
    font-size: 1.2em;
    color: #fff;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: rgba(0,0,0,.6);
  }
  
  .home_blokken_items .slick-next {
	right: 50px;
	left: initial;
  }
  
  .home_blokken_items article h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: rgb(226, 226, 226);
	padding: 0 30px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 2px;
  }
  
  .home_blokken_items article h2 {
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: 600;
	color: white;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 10px;
  }
  
  .home_blokken_items_tekst {
	line-height: 150%;
	padding: 0 30px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 1.1em;
	color: white;
  }

.home_blokken_items_link {
	border: 2px solid white;
	background-color: transparent;
	color: white;
	padding: 7px 15px;
	border-radius: 200px;
	margin-top: 1.5em;

}

.home_blokken_items_link a {
	color: white;
	font-weight: 600;
}

.home_blokken_items_link:hover, .home_blokken_items_link:hover a{
	color: #667b83;
	background-color: white;
}
  .home_blokken_items .slick-dots {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
  }
  
  .home_blokken_items .slick-dots li {
	width: 13px;
	height: 13px;
	cursor: pointer;
	background-color: white;
	border-radius: 200px;
	margin: 0 5px;
  }
  
  .home_blokken_items .slick-dots button {
	display: none;
  }
  
  .home_blokken_items .slick-dots .slick-active {
	background-color: transparent;
	border: 2px solid white;
  }


  
  /* Einde home_blokken*/

.middle-content {
	text-align: center;
	width: 60%;
	margin: 5em auto;
}

.middle-content img.logo {
	margin-bottom: 1.5em;
	max-width: 300px;
}

.middle-content img.afb {
	width: 100%;
	max-width: 70%;
}

.middle-content .logo-immo img {
	width: 100%;
	max-width: 380px;
}

.middle-content .logo-immo .mob img {
	display: none;
}

.middle-content h1 {
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	font-size: 10em;
	letter-spacing: 2px;
	line-height: 100%;
}

.middle-content h2 {
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	margin-top: 30px;
	color: white;
	letter-spacing: 5px;
	padding: 15px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.middle-content .content-btn {
	border: 2px solid #b1933f;
	background-color: #b1933f67;
	color: white;
	padding: 10px 30px;
	border-radius: 200px;
	margin-top: 0;
	font-weight: 400;
	font-size: 1.3em;
}

.middle-content .content-btn:hover {
	color: #b1933f;
	background-color: white;
	border: 2px solid white;
}

.middle-content a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

/* Curtaindrop */

.curtain-click {
	position: absolute;
	  right: 24px;
	  top: 25px;
	  z-index: 70;
	  display: flex;
	  justify-content: center;
	  -ms-align-items: center;
	  align-items: center;
  }
  
  .curtain-click>a {
	width: 50px;
	height: 50px;
	transition: all .5s;
	padding: 0;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 200px;
	background-color: #b1933f;
	border-radius: 200px;
	font-size: 1em;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  }
  
  .curtain-click>a i {
	color: white;
  }
  
  .curtaindrop {
	width: 100%;
	z-index: 400;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	position: fixed;
	text-align: center;
  }
  
  .curtaindrop>video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	z-index: 0;
	transform: translate(-50%, -50%);
  }
  
  .curtaindrop>div {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	background-color: rgba(58, 58, 58, .67);
  }
  
  .curtaindrop>div>div:last-child {
	position: absolute;
	left: 50%;
	width: 95%;
	max-width: 1000px;
	color: #fff;
	z-index: 200;
	top: 45%;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
  }
  
  .curtaindrop .button {
	display: inline-block;
	background: #A08B56;
	color: #fff;
	border: 2px solid #A08B56;
	border-radius: 200px;
	font-weight: 700;
	font-size: 1.1em;
	padding: 15px 30px;
	transition: all .2s;
  }
  
  .curtaindrop .button:hover {
	background: transparent;
	color: #A08B56;
  }
  
  .curtaindrop p {
	font-size: 1.2em;
	line-height: 1.6em;
  }
  
  .curtaindrop img {
	max-width: 1000px;
	width: 96%;
  }
  
  .curtaindrop img.curtain-logo {
	width: 400px;
	margin-bottom: 1em;
}

  .curtaindrop h2 {
	font-weight: bold;
	font-family: 'Playfair Display', sans-serif;
	font-size: 2em;
	margin: 1em 0;
  }
  
  .curtaindrop>span {
	position: absolute;
	left: -123px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-top: 34px solid #92C020;
	border-left: 18px solid transparent;
  }
  
  .curtaindrop>span>i {
	font-style: normal;
	position: absolute;
	right: 20px;
	cursor: pointer;
	color: #92c020;
	width: 300px;
	overflow: hidden;
	top: -34px;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: right;
  }
  
  .curtaindrop>span:before {
	position: absolute;
	top: -38px;
	cursor: pointer;
	left: -17px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	width: 36px;
	display: block;
	text-align: center;
	content: '!';
  }
  
  .curtain-close {
	position: absolute;
	right: 40px;
	top: 30px;
	font-size: 60px;
	cursor: pointer;
	color: white;
	z-index: 5;
  }
  

  /* lastenboek */


.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
   
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .lastenboek-btn {
	text-align: center;
  }
  
  .lastenboek-btn button {
	border: none;
	font-weight: 700;
	color: #b1933f;
	background-color: transparent;
	border: 2px solid #b1933f;
	transition: all .3s;
	padding: 10px 25px;
	border-radius: 200px;
	font-family: "Comfortaa", sans-serif;
	margin-bottom: 3em;
  }
  
  .lastenboek-btn button:hover {
	background-color: #b1933f;
	color: #fff;
	border: none;
  }
  
  #lastenboek-popup, #inschrijven-popup {
	position: fixed;
	top: 15%;
	left: 22.5%;
	width: 55%;
	z-index: 9999;
	padding: 30px;
	background-color: #fefefe;
	margin: auto;
  }
  
  #inschrijven-popup {
	width: 80% !important;
	max-width: 100%;
	left: 10%;
  }
  
  .lastenboek-confirm {
	display: none;
	text-align: center;
	margin: 5em auto;
	line-height: 180%;
	font-size: 1.5em;
  }
  
  .lastenboek-confirm hr {
	width: 20%;
	margin: 1em auto;
  }
  
  .popup-intro h2, .popup-intro p {
	text-align: left;
	margin-left: 0;
	font-family: 'Comfortaa',sans-serif !important;
	color: black;
  }
  
  .popup-intro h2 {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0;
  }
  
  .popup-intro p {
	width: 100%;
	margin-bottom: 2em;
	line-height: 120%;
	color: black;
  }
  
  .lastenboek-form input {
	border: none;
	padding: 10px;
	color: black !important;
	font-size: 1em;
	font-weight: 200;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
  }
  
  .lastenboek-form input[type=text], .lastenboek-form input[type=email] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 48%;
	margin: 1%;
  }
  
  .lastenboek-form input[type=submit] {
	padding: 15px 30px;
	background-color: #b1933f;
	color: white;
	margin-top: 15px;
	border-radius: 200px;
	border: none;
	font-size: 0.9em;
  }
  
  .lastenboek-form input[type=submit]:disabled {
	opacity: 0.7;
  }

  .button {
	  margin-top: 2em;
  }

  .split_footer form, #lastenboek-popup form, #inschrijven-popup form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
  }
  
  .split_footer form #NaamInput, #lastenboek-popup form #NaamInput, #inschrijven-popup form #NaamInput {
	width: 49%;
	margin-bottom: 30px;
	text-align: left;
  }
  
  .split_footer #EmailInput, #lastenboek-popup form #EmailInput, #inschrijven-popup form #EmailInput {
	width: 100%;
	text-align: left;
  }
  #inschrijven-popup {
	color: black !important;
  }
  
  .split_footer form #PostInput, #lastenboek-popup form #PostInput, #inschrijven-popup form #PostInput {
	width: 49%;
	margin-bottom: 30px;
	text-align: left;
  }
  
  .split_footer form input[type=text],
  .split_footer form input[type=email],
  .split_footer select,
  #lastenboek-popup form input[type=text],
  #lastenboek-popup form input[type=email],
  #lastenboek-popup select,
  #inschrijven-popup form input[type=text],
  #inschrijven-popup form input[type=email],
  #inschrijven-popup select {
	width: 100%;
	font-family: Comfortaa, sans-serif;
	border: none;
	padding: 8px;
	font-size: .9em;
	color: #fff;
	background-color: rgba(255,255,255,.05);
	border-bottom: 2px solid #D4D2C6;
  }
  
  #lastenboek-popup form input[type=text],
  #lastenboek-popup form input[type=email],
  #lastenboek-popup select,
  #inschrijven-popup form input[type=text],
  #inschrijven-popup form input[type=email],
  #inschrijven-popup select {
	color: black !important;
  }
  
  .split_footer select, #lastenboek-popup select,  #inschrijven-popup select {
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/images/select.png);
  }
  .split_footer select option, #lastenboek-popup select option,  #inschrijven-popup select option {
	color: #000;
  }
  
  .split_footer form input[type=submit] {
	padding: 7px 20px;
	color: #353535;
	font-family: Comfortaa, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	background-color: #fff;
  } 
  
  #lastenboek-popup form input[type=submit], #inschrijven-popup form input[type=submit]  {
	padding: 7px 20px;
	color: white;
	background-color: #b1933f;
	border-radius: 200px;
	font-family: Comfortaa, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
  }
  
  #lastenboek-popup form input[type=submit]:disabled, #inschrijven-popup form input[type=submit]:disabled {
	opacity: 0.7;
  }
  
  .split_footer form textarea, #lastenboek-popup form textarea, #inschrijven-popup form textarea {
	width: 100%;
	border: none;
	font-family: Comfortaa, sans-serif;
	color: #fff;
	padding: 5px;
	background-color: rgba(255,255,255,.05);
	border-bottom: 2px solid #D4D2C6;
	min-height: 100px;
  }
  
  
/* Popup */

.index-popup {
	position: fixed;
	right: 20px;
	max-width: 450px;
	width: 100%;
	bottom: -50em;
	z-index: 200;
	padding: 15px;
	transition: all 1s;
	background-color: white;
	padding-top: 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
  }

  
  .index-popup span {
	font-size: 1em;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	font-weight: 500;
	color: #b1933f;
	text-align: center;
	display: none;
	cursor: pointer;
  }
  
  .index-popup h1 {
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 20px;
	color: #b1933f;
  }

  .inschrijven-btn {
	background-color:#b1933f;
	color:white;
	display:block;
	text-align:center;
	padding: 10px 15px;
	margin-top:1em;
	line-height:1.4em;
	border: none;
	width: 49%;
	text-transform: uppercase;
	border: 2px solid transparent;
  }

  .inschrijven-btn:hover {
	background-color: transparent;
	color: #b1933f;
	border: 2px solid #b1933f;
  }

  .popup-btns {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
  }

  .index-popup a {
	background-color:white;
	color:#b1933f;
	border: 2px solid #b1933f;
	display:block;
	text-align:center;
	padding: 10px 15px;
	margin-top:1em;
	line-height:1.4em;
	width: 49%;
	text-transform: uppercase;
  }

  .index-popup a:hover {
	  background-color: #b1933f;
	  color: white;
	  border: 2px solid transparent;
  }
  

/* Einde popup */

/* Inschrijvings Popup */



.inschrijven_popup>div {
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all 1s;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	z-index: 101;
	right: -1000px;
	width: 500px;
	max-width: 500px;
  }

  .inschrijven_popup span.popup-text {
	font-size: 1em;
	position: fixed;
	bottom: 10px;
	transition: all 1s;
	background-color: #b1933f;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 101;
	right: 0px;
	padding: 7px 20px;
	padding-left: 25px;
	display: none;
	justify-content: center;
	align-items: center;
	-ms-align-items: center;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;

  }

  .inschrijven_popup span i {
	  margin-left: 15px;
  }

  .inschrijven_popup > div:first-of-type {
	padding: 30px 50px;
	padding-left: 30px;
  }
  
  
  .inschrijven_popup i.closer {
	font-size: 2rem;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
  }

  .inschrijven_popup>div a.more {
	  color: #b1933f;
	  padding-bottom: 5px;
	text-decoration: underline;  
}

  .inschrijven_popup>div a.more i {
	  margin-right: 10px;
  }

  
  .inschrijven_popup .privholder {
	max-width: 100%;
	margin: auto;
	padding-left: 5px;
  }
  
  .inschrijven_popup div h2 {
	font-size: 1.4rem;
	font-weight: 700;
	width: 100%;
	margin: 20px auto;
	margin-top: 0;
  }




  
  #NaamInput {
	width: 100%;
	margin: auto;
  }
  
  #NaamInput input[type=text] {
	width: 100%;
	margin: auto;
	font-family: Comfortaa, sans-serif;
	border: none;
	padding: 8px;
	font-size: .9em;
	color: #4b4b4b;
	background-color: rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.164);
  }
  
  #NaamInput input[type=email] {
	width: 100%;
	margin: auto;
	font-family: Comfortaa, sans-serif;
	border: none;
	padding: 8px;
	font-size: .9em;
	color: #fff;
	background-color: rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.164);
  }
  
  #NaamInput input[type=text]::placeholder, #NaamInput input[type=email]::placeholder {
	color: #4b4b4b  !important;
  }
  
  #NaamInput input[type=text], #NaamInput input[type=email] {
	color: #4b4b4b  !important;
  }
  
  .inschrijven_popup input[type=submit] {
	border: none;
	font-weight: 700;
	color: #fff;
	background-color: #b1933f;
	border: 2px solid #b1933f;
	transition: all .3s;
	padding: 7px 20px;
	border-radius: 200px;
	font-family: "Comfortaa", sans-serif;
	margin-bottom: 1em;
	transition: all 1s;
	font-size: .8em;
  }
  
  .inschrijven_popup input[type=submit]:disabled {
	opacity: 0.7;
  }
  
  .inschrijven_popup input[type=submit]:enabled:hover {
	background-color: transparent;
	color: #7ab887;
  }
/* Einde Inschrijvings Popup */
  

/* contactform */

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 300; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }

  #contact-popup {
	position: fixed;
	top: 15%;
	left: 22.5%;
	width: 55%;
	z-index: 9999;
	padding: 30px;
	background-color: #fefefe;
	margin: auto;
  }

  #contact-popup form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
  }
  
 #contact-popup form #NaamInput {
	width: 49%;
	margin-bottom: 30px;
  }
  
 #contact-popup form #EmailInput {
	width: 100% !important;
  }
  .split_footer form #PostInput, #contact-popup form #PostInput {
	width: 49%;
	margin-bottom: 30px;
  }
  
  #contact-popup form input[type=text],
  #contact-popup form input[type=email],
  #contact-popup select {
	width: 100%;
	font-family: Comfortaa, sans-serif;
	border: none;
	padding: 8px;
	font-size: .9em;
	color: #fff;
	background-color: rgba(255,255,255,.05);
	border-bottom: 1px solid black;
  }
  
  #contact-popup form input[type=text],
  #contact-popup form input[type=email],
  #contact-popup select {
	color: black !important;
  }
  
#contact-popup select {
background-position: center right;
background-size: contain;
background-repeat: no-repeat;
background-image: url(/images/select.png);
}
  #contact-popup select option {
	color: #000;
  }

  #contact-popup form input[type=submit] {
	padding: 7px 20px;
	color: white;
	border-radius: 200px;
	font-family: Comfortaa, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
  }
  
  #contact-popup form input[type=submit]:disabled {
	opacity: 0.7;
  }
  
  #contact-popup form textarea {
	width: 100%;
	border: none;
	font-family: Comfortaa, sans-serif;
	color: #fff;
	padding: 5px;
	background-color: rgba(255,255,255,.05);
	border-bottom: 1px solid black;
	min-height: 100px;
  }
 
  /* Bevestiging */

.bevestiging_bg {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .bevestiging {
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
	max-width: 700px;
	padding: 50px;
	background-color: white;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
  }
  
  .bevestiging i {
	font-size: 2em;
	color: #0757a3;
	margin-bottom: 1em;
  }
  
  .bevestiging h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #0757a3;
	font-size: 15px;
	margin: 10px 0;
  }
  
  .bevestiging h1 {
	font-weight: 700;
	font-size: 1.7em;
	text-align: center;
	color: #0757a3;
	margin-bottom: 10px;
	width: 100%;
  }
  
  .bevestiging p {
	line-height: 150%;
	color: #0757a3;
	font-size: 17px;
	font-weight: 300;
  }
  
  .bevestiging a {
	cursor: pointer;
	display: inline-block;
	padding: 13px 30px;
	background-color: #0757a3;
	font-weight: 200;
	color: white;
	margin-top: 20px;
  }

  .bevestiging a:hover {
	  background-color: white;
	  border: 2px solid #0757a3;
	  color: #0757a3;
	  font-weight: 400;;
  }

  
  /* Einde Bevestiging*/

  
/* GDPR */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding-top: 8em;
  }
  
  #content-container h2 {
    color:#0757a3;
    font-size:2.4em;
    font-weight:bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
  }
  
  #content-container h3 {
    background: #0757a3;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  
  #content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
  }
  
  #content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  #content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
  }
  
  #content-container ul {
    margin-left: 3em;
  }
  
  #content-container table {
    width: 100%;
  }
  
  #content-container a {
    color: #0757a3;
    font-weight: 700;
  }
  
  #gdpr-wrapper {
    min-height:100%;
    position:relative;
  }
  
  #content-container thead {
    background-color: #4C4C4C;
    color: #fff;
  }
  
  
  #content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
  }
  
  #content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
  }
  
  #content-container tbody td p {
    padding: 0px;
  }
  
  #content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
  }
  
/* EINDE GDPR */

/* footer */

.disclaimer {
	background-color: white;
	text-align: center;
	padding: 5px;
	height: 2.5em;
}

.disclaimer a {
	color: #0757a3
}
  
  .disclaimer a:last-of-type i.show{
	display: inline-block;
  }
  
  .disclaimer a:last-of-type i.hidden{
	display: none;
	color: #8bcf97;
  }
  
  .disclaimer a:last-of-type:hover i.show {
	  display: none;
  }
  .disclaimer a:last-of-type:hover i.hidden {
	display: inline-block;
  }

/* einde footer */
  
@media all and (max-width: 1700px) {
	.middle-content h1 {
		font-size: 7em;
	}
}

@media all and (max-width: 1400px) {
	.inner_footer>div {
		min-width: initial;
		width: 100%;
	  }
}

@media all and (max-width: 1250px) {
	.disclaimer {
		margin-bottom: 2em;
		text-align: center;
	}

	.disclaimer>div {
		max-width: 100%;
		margin: auto;
	}
}

@media screen and (max-width: 1210px) {
   
	#lastenboek-popup, #inschrijven-popup {
	  width: 75%;
	  top: 15%;
	  left: 15px;
	  right: 15px;
	  z-index: 50;
	}
  
	.popup-intro h2 {
	  padding-right: 15px;
	  font-size: 1.8em;
	}
}

@media all and (max-width: 1200px) {

	
	.home_slider article img.biglogo {
		width: 200px;
	}

	
	.topcontent {
		top: 25%;
	  }
	 
	  
	  .bottomcontent {
		bottom: 10%;
	  }
	  

	.middle-content h1 {
		font-size: 3em;
	}

	.middle-content h2 {
		font-size: 1.3em;
	}


	.middle-content img.logo {
		max-width: 250px;
	}

	.middle-content img.afb {
		max-width: 80%;
	}

	.middle-content .logo-immo img, .middle-content .logo-immo.mob img {
		max-width: 280px;
	}

}

@media all and (max-width: 1150px) {
	.home_blokken_items article {
		width: 50%;
		margin-bottom: 20px;
	  }

}

@media all and (max-width: 1100px) {
	.home_blokken_items .slick-arrow {
		left: 30px;
	}

	.home_blokken_items .slick-next {
		right: 30px;
		left: initial;
	}
	.middle-content h2 {
		font-size: 1.1em;
	}

	#contact-popup form #NaamInput, #contact-popup form #PostInput {
		width: 100%;
	}
}

@media all and (max-width: 1000px) {

	.middle-content h2 {
		font-size: 1em;
		max-width: 100%;
	}


	.middle-content img.logo {
		max-width: 250px;
	}

	.middle-content img.afb {
		max-width: 100%;
	}

	.middle-content .logo-immo img, .middle-content .logo-immo.mob img {
		max-width: 250px;
	}

	.middle-content .content-btn {
		font-size: 0.9em;
		font-weight: 700;
	}

}

@media all and (max-width: 1000px) {

	.middle-content img.logo {
		max-width: 200px;
	}


}

@media screen and (max-width: 900px) {
	
	.inner_footer>div div:first-of-type {
	  display: none;
	}

	.inner_footer {
		width: 95%;
		min-width: 0px;
		margin: auto;
	}

	.inner_footer img {
		width: 200px;
	}


	  .inner_footer div:nth-of-type(2) img {
		width: 170px;
	  }

}

@media screen and (max-width: 850px) {
	
	.inner_footer {
		justify-content: center;
		font-size: 1em;
	  }

	.projecten-btn, .middle-content .content-btn {
		font-size: 0.95em;
		font-weight: 500;
	}

	.main_logo img {
		max-width: 250px;
	}

	.disclaimer>div {
		display: block;
	}

	.inner_footer img {
		width: 200px;
		display: block;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		flex-direction: column;

	}
	
}

@media all and (max-width: 800px) {

	#contact-popup {
		width: 90%;
		left: 5%;
	}

	.medimage {
		display: none !important;
	}

	.bigimage {
		display: none !important;
	}

	.smaimage {
		display: block !important;
	}

	.home_slider article img.biglogo {
		width: 150px;
	}

	.home_blokken_items .slick-arrow {
		left: 20px;
		width: 35px;
		height: 35px;
		font-size: 1.1em;
	}

	.home_blokken_items .slick-next {
		right: 20px;
		left: initial;
	}

	.home_blokken_items {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.topcontent {
		top: 35%;
	  }
	 
	  
	  .bottomcontent {
		bottom: 10%;
	  }
	  
	  .leftcontent {
		  left: 5%;
	  }

	  .rightcontent {
		  right: 5%;
	  }

	.home_blokken_items {
		height: 100% !important;
	}

	.home_blokken>div {
		padding-top: 30px;
	}



	  .disclaimer>div div {
		  font-size: 0.8em;
	  }

	  .topcontent {
		top: 25%;
	  }
	  
	  
}

@media screen and (max-width: 750px) {

	#lastenboek-popup form #NaamInput, #lastenboek-popup form #PostInput, #inschrijven-popup form #NaamInput, #inschrijven-popup form #PostInput {
	  width: 100%;
	}
	.inner_footer {
		display: block;
		padding-top: 1.5em;
		text-align: center;
		font-size: 0.8em;
		color: #4B4B4B;
		padding-bottom: 0;
	}

	.inner_footer img {
		width: 180px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 1.5em;
	}

	.inner_footer div:nth-of-type(2) img {
		width: 160px;
	}

}

@media all and (max-width: 700px) {
	.home_blokken_items article h3, .home_blokken_items article h2, .home_blokken_items_tekst {
		padding: 0 15px;
	  }
	
	.home_blokken_items article h3 {
		padding-top: 25px;
	}

	.home_blokken_items .slick-arrow {
		top: 20%;
	}
}

@media all and (max-width: 650px) {

	.groter_scherm {
		display: none !important;
	}

	.kleiner_scherm {
		display: block !important;
	}

	.curtaindrop img.curtain-logo {
		width: 300px;
		margin-bottom: 1em;
	}

	.projecten-btn {
		height: 40px;
		right: 75px;
	}

	.menu_button>div, .curtain-click>a {
		width: 40px;
		height: 40px;
	  }
	
	.curtain-close {
	z-index: 300;
	}

	.home_blokken_items article {
		width: 100%;
		margin-top: 2em;
	}

	.disclaimer {
		font-size: 1em;
	}

	.home_blokken_items article .image {
		max-width: 450px;
		/* max-width: 300px; */
	}

	.inner_footer {
		font-size: 0.9em;
	}

	.home_slider article img.biglogo {
		width: 120px;
	}

	.bevestiging a {
		width: 100%;
	}

	
}


@media all and (max-width: 600px) {

	#lastenboek-popup, #inschrijven-popup {
		width: 90%;
	}
	
	.middle-content h1 {
		font-size: 2em;
	}

	.middle-content .logo-immo img {
		display: none;
	}
	
	.middle-content .logo-immo .mob img {
		display: inline-block;
	}
	

	.disclaimer>div div {
		width: 100%;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		flex-direction: column;
	}

	.disclaimer span {
		display: none;
	}

	.disclaimer>div {
		padding-bottom: 3em;
	}

	.main_logo img {
		max-width: 150px;
	}

	.curtain-click {
		top: 10px;
		right: 10px;
	}
	.projecten-btn {
		font-size: 0.7em;
		top: 10px;
		right: 55px;
		padding: 5px 10px;
	}

	.social_media {
		padding-top: 1.5em;
	}

	.social_media a {
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 1em;
	}

	.index-popup {
		width: 90%;
		left: 5%;
		bottom: 0;
	}

}

@media screen and (max-width: 550px) {
  
	.home_blokken_items_tekst {
	  font-size: 1em;
	}

	.home_blokken_items .slick-arrow {
		left: 10px;
		width: 35px;
		height: 35px;
		font-size: 1.1em;
	}

	.home_blokken_items .slick-next {
		right: 10px;
		left: initial;
	}

}


@media screen and (max-width: 500px) {

	.inschrijven_popup>div {
		margin-left: 10px;
		left: 10px;
		right: 0px !important;
		transition: unset;
		width: 95%;
	}
   .bevestiging h1 {
	 font-size: 1.4em;
	 padding-top: 0.5em;
	 padding-bottom: 0.5em;
   }
  
   .bevestiging p {
	 font-size: 15px;
   }
  
   .bevestiging a {
	 font-size: 14px;
   }

   .middle-content .content-btn {
	font-size: 0.8em;
}

/* Curtaindrop */

.curtaindrop {
	height: 100%;
	overflow: scroll;
  }

 .curtaindrop .button {
   font-size: 1em;
   padding: 10px 20px;
 }
 
 .curtaindrop p {
   font-size: 1em;
 }
 
 .curtaindrop h2 {
   font-size: 1.7em;
 }
 
 .curtain-close {
   font-size: 40px;
 }

 .home_blokken_items article .image {
	 max-width: 80%;
 }


  
}