/*------------------------------------------------------*/
/*------Algemeen
/*------------------------------------------------------*/

.embed-container { position: relative; padding-bottom: 60%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 1200px) {

	#pano .embed-container,
	#pano #image-map-pro, 
	#pano .nav-container {
		transform: translate(-10%,0);
	}

	#pano .nav-container {
		justify-content: center;
		margin-top: 15px;
	}

	#datatable {
		position: absolute;
		right:0;
	}

}

.imp-tooltip[data-tooltip-id="7d433684-114a-491c-b8ad-fd30a89e308a"] {
	background: #3b4b40 !important;
  bottom: -40px;
}

.imp-tooltip[data-tooltip-id="7d433684-114a-491c-b8ad-fd30a89e308a"] .imp-tooltip-content {
	min-height: auto;
	background:none;
	padding:0;
}

.imp-tooltip[data-tooltip-id="7d433684-114a-491c-b8ad-fd30a89e308a"] .imp-tooltip-content > div {
	color:#fff !important;
	padding:0 !important;
}

.imp-tooltip[data-tooltip-id="7d433684-114a-491c-b8ad-fd30a89e308a"] .hs-arrow-bottom {
	border-top-color: #3b4b40 !important;
	border-left-color: #3b4b40 !important;
}

#image-map-pro svg.imp-object[data-title="Parkeerplaats"] {
	background: #3b4b40;
  fill: #6ebd8d;
  border-radius: 50%;
  transform: scale(0.8);
}

#image-map-pro svg.imp-object-highlighted[data-title="Parkeerplaats"] {
	fill: #6ebd8d !important;
	opacity: 0.8 !important;
}

.imp-tooltip-park {
	padding:0 !important;
}

.park-tooltip {
	max-width: 420px;
}

.park-tooltip .col-xs-6 {
	padding:0;
}

.park-tooltip img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.park-tooltip .flex-row {
	display: flex;
	flex-wrap: wrap;
}

.park-tooltip .text {
	padding:15px;
}

.park-tooltip h3 {
	margin-top: 0;
}

.park-tooltip .col-right {
	background:#feecdf;
}
 

.situatie .mob{
	display:none;
}

@keyframes second {
	  100% {margin-left:-650px}
}

@keyframes back {
	0% {margin-left:-650px}
	  100% {margin-left:0px}
}

.second{
	-webkit-animation: slide-in 0.5s forwards;
	animation-name: second;
	  animation-duration: 1s;
}

.back{
	-webkit-animation: slide-out 0.5s forwards;
	animation-name: back;
	  animation-duration: 1s;
}

.outer-container{
	max-width: 630px;
	overflow: hidden;
	height: 450px;
	float: left;
}

.inner-container{
	max-height: 450px;
	width: 7000px;
	float: left;
	overflow: hidden;
}

.inner-container > div{
	float: left;
	height: 450px;
}

.plattegrondb{
}

div.has-image{
	display: block;
	float: left;
	padding: 0 1em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #686868;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3b4b40;
}

a:not(a[href]){
	display: none;
}

.imp-tooltip-wrap {
	transform: translate(50%,0);
}

.imp-tooltip-wrap .imp-tooltip {
	-webkit-transition:  all 0.5s ease-in-out !important;
	-moz-transition:  all 0.5s ease-in-out !important;
	-o-transition:  all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}

.imp-object.beschikbaar{
	fill: #33af3370 !important;
}

.imp-object.in-optie{
	fill: #ff880070 !important;
}

.imp-object.verkocht{
	fill: #ff000070 !important;
}

.imp-object.grayed{
	fill: #34303070 !important;
}

.end_layer td {
	border-bottom: 2px solid #ddd;
}

.werken_wrapper {
	position: relative;
	height: 100vh;
}

.werken_spots {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width:100%;
}

.werken_spots .imp-object {
  fill: #33af3370 !important;
}

.werken_spots .imp-object-highlighted {
	stroke-width: 1px !important;
	fill: #3b4b40 !important;
	opacity: 0.7 !important;
}

#Layout_37 .imp-tooltip-wrap.imp-tooltip-position-top .imp-tooltip {
	padding:0 !important;
	background:none !important;
}

#Layout_37 .imp-tooltip-content > div {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 12px !important;
	line-height: 22px !important;
	color:#000 !important;
	padding:0 !important;
}

#Layout_37 .tooltip_content {
	display: flex;
	flex-wrap: wrap;
}

#Layout_37 .tooltip_header {
		background: #3b4b40;
	margin-top: -15px;
	margin-left: -15px;
	padding: 5px 15px;
	width: calc(100% + 30px);
	margin-bottom: 15px;

}

#Layout_37 .tooltip_content .image {
	width:200px;
}

#Layout_37 .tooltip_content .text {
	margin-left: 15px;
}

body{
}

video{
	position: absolute;
	left:0;
	top:0;
	width:100%;
}

/* #Layout_28 .imp-tooltip-wrap{
	pointer-events: all;
} */

#image-map-pro svg.imp-object-highlighted{
	opacity: 0.7 !important;
	/* stroke-width: 8px !important;
	stroke: #ffffff !important; */
	fill: #3b4b40 !important;
}

tr.highlight{
	background-color: #f7f7f7;
}
button:not(.active){
	filter:brightness(0.75);
	color:white;
}

#datatable{
	cursor: pointer;
	background: #fff;

}

#woningen{
}



.status{
	width: 1em;
	border: 0.5em;
	border-radius: 1em;
	height: 1em;
	display: inline-block;
}

.status.available{
	background: green;
}

.status.option{
	background-color: #ff8800;
}

.status.sold{
	background-color: red;
}

.plattegrond,
.plattegrondb{
	background: #e8ede5;
	padding: 20px;
	height: 450px;
	border: 1px solid #ccc;
}

.plattegrond .img-plattegrond,
.plattegrondb .img-plattegrond{
	position: relative;
	max-height: 400px;
	border: 20px solid #fff;
}


.plattegrond .overlay,
.plattegrondb .overlay {
	position: absolute;
	right: 45px;
	width: 60px;
}

.text-right{
	font-weight: 600;
}

.title {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
	color: #3b4b40;
}

.box{
	background: #6ebd8d;
	padding: 10px 20px 10px 20px;
	color: #fff;
	width: 143px;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.beschikbaarheid{
	height: 50px;
}

.kenmerken{
	background: #3b4b40;
	color: #fff;
	padding: 20px;
	height: 280px;
}

.kenmerken h2{
	margin: 0px 0px 10px 0px;
	color: #6ebd8d;
	text-transform: uppercase;
	font-size: 22px;
}


.button.downloads1 {
    background: #3b4b40;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    margin: 15px 0;
    width: auto !important;
}

.downloads{
	background: #6ebd8d;
	color: #000;
	padding: 15px 15px 15px 25px;
}

.downloads h3{
	margin-top: 10px;
	color: #3b4b40;
	text-transform: uppercase;
	font-size: 22px;
}

.situatie{
	padding: 40px;
	text-align: center;
	position: absolute;
}

.situatie img{
	width: 330px;
	padding: 0 20px 0px 20px;
	margin-top: 25px;
}

.impressies{
	margin: 30px 0px 0px 0px;
}

.impressies img{
	max-height: 235px;
}

.details{
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.details h3{
	padding: 0px 20px 0px 0px;
	text-transform: uppercase;
	font-size: 30px;
}

.filtermain{
	background: #feecdf;
	color: #3b4b40;
}

.fancybox-image{
	border: 20px solid #fff;
}

.portfolioimage-img{
	max-height: 255px;
	overflow: hidden;
}

.portfolioimage2-img{
	max-height: 255px;
	overflow: hidden;
}

#image-map-pro {
	position: absolute;
	top: 0;
	
}

#image-map-pro.active {
	-webkit-transition:  all 0.5s ease-in-out;
	-moz-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.amount > div,
.oppervlakte > div{
	float:left;
	width: 50%;
	font-size: 15px;
	margin-bottom: 12px;
}
.amount > .value-right,
.oppervlakte > .value-right{
	text-align: right;
	margin-bottom: 0.5em;
} 





.nav-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.nav-container {
	position: absolute;
	top:-10px;
	justify-content: flex-end;
}

.nav {
}

.nav img {
  position: absolute;
  top: 10px; /* Adjust to align with the buttons */
  width: 80%; /* Adjust size as needed */
}

.nav .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 10em;
}

.nav .btn span {
color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.5em;
    text-align: center;
    border-radius: 15px;
    padding: 0.5em 1em;
    transition: background 0.3s ease;
    background: #3b4b40;
}

.nav .btn span:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.nav .dot {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #e0e0e0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav .dot:hover {
  transform: scale(1.2);
  background-color: #6ebd8d;
}

.nav .dot.active {
  background-color: #6ebd8d; /* Highlight color */
  /* transform: scale(1.3); */
}

.nav .dot.active + span {
  background: #6ebd8d;
  color: #fff;
}

/* 
.nav{
	top: -120px;
	margin: 0 auto;
}

.nav img{
	display: block;
	margin: 0 auto;
}

.nav .btn{
	width:18em;
	max-width: 33%;
}
.nav div{
	float: left;
}

.nav .btn span{
color: #ffffff;
position: relative;
top: 15px;
display: block;
text-align: center;
background: #000;
padding: 5px 0px 5px 0px;
}

.nav .btn button{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #ffffff;
	border-radius: 1em;
	border-color: white;
}
.nav .btn button.active{
	background-color:#6ebd8d;
	border-radius: 2em;
	width: 2em;
	height: 2em;
}
.nav .btn button.active+span{
	top: 0.35em;
} */

#amount,
#oppervlakte {
	margin: 0.1em 0;
}

.row table.dataTable thead th,
.row table.dataTable thead td {
	padding: 10px 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-radius: 50% !important;
}

.ui-slider .ui-slider-handle {
	width: 1em !important;
	height: 1em !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.15em !important;
	background:#3b4b40 !important;
}

.ui-widget-content {
	background: #dddddd !important;
}

.ui-widget-header {
	background: #6ebd8d !important;

}

#datatable table thead th {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	z-index: 2;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.pano-modal {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: fixed;
	z-index: 999;
	top: 0;
	height: 0;
	display: flex;
	justify-content: center;
	padding: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.50);
	overflow: hidden;
}

.pano-modal .content {
	background: #feecdf;
	border: 2px solid #134741;
	color: #322d28;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 30px;
	font-size: 14px;
}

.pano-modal h1 {
	color: #000000;
	margin-top: -15px;
}

.pano-modal.active {
	opacity: 1;
	height: 100vh;
	visibility: visible;
}

.pano-close {
	background: #3b4b40;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6ebd8d;
	position: absolute;
	right: 15px;
	top: -5px;
	cursor: pointer;
	z-index: 10;
}

.pano-modal .slick-dots {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}

.pano-modal .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ececec;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	margin: 0 5px;
}

.pano-modal .slick-dots li button {
	display: none;
}

.pano-modal .slick-dots li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #134741;
	border-radius: 50%;
	opacity: 0;
	margin-left: -7px;
}

.pano-modal .slick-dots li.slick-active:before,
.pano-modal .slick-dots li:hover:before {
	opacity: 1;
}

.pano-modal .slick-arrow {
	position: absolute;
	top: 0;
	left: 0;
	background: #3b4b40;
	color: #6ebd8d;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pano-modal .slide {
	padding:0 15px 0 0;
}

.pano-modal .slick-arrow.fa-angle-right {
	left: 30px;
}

.pano-modal .button {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
}

.pano-modal .row{
	padding: 1px;
}

.pano-modal .flex-row {
	display: flex;
	flex-wrap: wrap;
}

.pano-modal .flex-row .pg-wrapper {
	background: #ffffff;
	background: #fff;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	border: 1px solid #ccc;
	height: 100%;
}

.image-container {
	position: relative;
	display: inline-block;
}

.pg-image {
	display: block;
	width: 100%; /* Zorg dat het schaalbaar is */
	border: 20px solid #fff;
}

.overlay-image {
	position: absolute;
	top: 0;
	left: 10px;
	width: 120%;
}

.tooltip-title{
	padding: 4px 15px;
	background-color: #6ebd8d;
	color:rgb(0, 0, 0);
}

.popup-row{
}

.hs-arrow-bottom {
	left:8px !important;
	border-bottom: 8px solid transparent;
	border-top: 8px solid white !important;
	border-left: 8px solid white !important;
}

.imp-tooltip-content{
	min-height:12em;
}

.imp-tooltip-content .image{
	width:200px;
}

.imp-tooltip-content .wrapper {
	width:180px;
	padding:0 0 0 15px;
}

.imp-tooltip-content .wrapper > div {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.imp-tooltip-content .wrapper > div > div{
	width:50%;
}

.imp-tooltip {
	border-radius: 0 !important;
	background:#fff !important;
}

.imp-tooltip-content > div {
	color:#000 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.imp-tooltip-content{
	background-color: white;
	opacity: 1;
	color:black;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
}

.hs-arrow-bottom{
	border-top: 8px solid white !important;
}

.ggskin_hotspot .hover {
	min-width: 215px;
	background: #fff;
	border: 2px solid #134741;
	padding: 15px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	transform: translate(-50%, calc(-100% - 15px));
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ggskin_hotspot:hover .hover {
	opacity: 1;
	visibility: visible;
}

.ggskin_hotspot .ggskin.ggskin_text {
	display: none;
}

.ggskin_hotspot .index {
	width: 100px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	transform: translate(-50%, -60px);
}

.ggskin_hotspot:hover .index {
	opacity: 1;
	visibility: visible;
}

.ggskin_hotspot .bnr {
	background: #3b4b40;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin: -15px -15px 15px;
}

.pulse {
	background: #666;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgb(255 255 255);
	height: 45px;
	width: 45px;
	transform: scale(1);
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	position: fixed;
	bottom: 15px;
	cursor: pointer;
	margin-left: -21px;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
    color: #3b4b40;
    background: #feecdf;
}

.nopad {
	padding: 0 !important;
}

.container-fluid {
}

@media (min-width: 1440px) {
	.container {
		width: 1290px;
	}
}

a {
	color: #5a595e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	color: #5a595e;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
	position: relative;
	color: #000000;
}

h1 {
	padding-bottom: 10px;
}

/*h1:after {
	content:'';
	position: absolute;
	bottom:0;
	padding-bottom: 20px;
	width:75px;
	border-bottom: 5px solid #F0DC6F;
	left:0;
}*/

td {
	padding-right: 10px;
}

.table>thead>tr>th{
	font-size: 11px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px 2px 8px 2px;
}
.image img {}

section.big-pr {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0;
	background: #ececec;
	padding: 160px 0 0;
}

.pin-spacer {
	background: #ececec;
}

section.big-pr .image {
	width: 100vw;
	background-size: cover;
	background-position: center;
	height: calc(90vh - 131px);
}


.pano-modal .intro li {
	margin: 0px 0px 0px -25px;
}


#Layout_1 #header-background .text {
	padding: 15px;
}

.black{
	background: #000;
}

/*------------------------------------------------------*/
/*------inline css?
/*------------------------------------------------------*/

#slideout-menu .close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
}

#slideout-menu .close-menu:hover {
	color: #f00; 
}

#slideout-menu {
	position: fixed;
	top: 0;
	right: -100%; /* Off-screen initially */
	width: 300px; 
	height: 100vh; 
	background-color: #000; 
	z-index: 9999; /* Lower than the close button */
	transition: right 0.3s ease-in-out; 
	display: flex;
	flex-direction: column;
}


.slideout-menu-items {
	list-style: none;
	padding: 0;
	margin: 50px 0; 
}

.slideout-menu-items a:hover {
	background-color: #444;
	color: #fff;
}

#slideout-menu.active {
	right: 0; /* Brings the menu into view */
}

.slideout-menu-items {
	list-style: none;
	padding: 0;
	margin: 50px 0; 
}

.slideout-menu-items li {
	padding: 15px 20px; 
	border-bottom: 1px solid #000; 
}

.slideout-menu-items a {
	color: #fff;
	text-decoration: none;
    text-transform: uppercase;
	font-size: 18px;
	display: block;
}


.menu-items-container {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

body.menu-open {
	overflow: hidden;
}


.menu-items-container {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

header .col-menu .aanmelden-btn {
    font-style: normal;
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
        background: #65c192;
        border: 2px solid currentColor;
        border-color: #65c192;
        box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
        padding: 7px 20px 8px 20px;
        font-weight: normal;
        border-radius: 30px;
        border: 1px solid #65c192;
        transition: all 0.2s ease;
        display: inline-block;
        letter-spacing: 2px;
        text-transform: uppercase;
        height: 40px;
}

header .col-menu .aanmelden-btn:hover {
	color:#3b4b40;
  background: #65c192;
  box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.aanmelden-btn:hover {
	text-decoration: none;
}

.woning-btn {

}

.woning-btn a {

	background: #6ebd8d;
  color: #fff !important;
  border-radius: 30px;
}

.menu-link a:hover {
	transition: 0.3s;
	color: white !important;
	text-decoration: none !important;
}

.menu-link a {
	font-weight: 500 !important;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #3b4b40;
	color: white;
	min-width: 225px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	z-index: 1;
	top: 100%;
	left: 0;
}

.dropdown-content span {
	list-style: none;
	padding: 0;
	font-weight: 500 !important;
}

.dropdown-content span a {
	color: white !important;
}

.dropdown-content span {
}

.dropdown-content a {
	color: white;
	padding: 16px 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 11px !important;
}

.dropdown-content a.download::before {
	content: url('https://img.icons8.com/material-outlined/16/ffffff/download.png');
	margin-right: 8px;
}

.dropdown-content a:hover {
	background-color: #3b4b40;
}

.menu-link.dropdown:hover .dropdown-content {
	display: block;
}

.first-dropdown-item a {
	border-bottom: 1px solid #ffffff !important;
}

.download-icons-dropdown a {
	border-bottom: 1px solid #222 !important;
}

.technical {
    line-height: 1.8;
}

/*------------------------------------------------------*/
/*------Pano
/*------------------------------------------------------*/

.foto {
	max-width: 97%;
}

#pano .foto {
	margin-bottom: 15px;
}

#pano .ggskin {
	font-family: "Montserrat", sans-serif;
}

#pano .ggskin_text>div {
	line-height: 1.4;
}

#pano .filter-bar select{
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	border:none;
}

#pano .filter-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1660px) {
	#pano .filter-bar {
		justify-content: flex-start;
	}
}

#pano .filter-bar .flex-col {
	min-width: 200px;
	padding:1.5em;
	display: flex;
	align-items: center;
	font-size: 13px;
}

#pano .filter-bar .wrapper {
	width:100%;
}

#pano .filter-bar .button {
	margin:0;
}

#pano .row.black {
	background:#feecdf;
}

#pano select {
	width: 100%;
	padding: 6px 70px 6px 10px;
	color: #3b4b40;
    background: #fff;
}
#pano .ui-slider {
	top: 1.25em;
}
#pano .ui-slider-horizontal{
	height: 4px;
}
#pano .ui-slider-horizontal .ui-slider-range{
	top: 4px;
}
#pano .ui-widget-content{
	margin-top: 5px;
	border:none;
	margin-right:-0.5em;
	background: none !important;
}

@media screen and (max-width: 800px){
	#pano .amount>div,
	#pano .oppervlakte>div{
		font-size: 11px;
	}
}


.ggskin_rectangle {

	font-family: sofia-pro, sans-serif !important;

}

.ggskin_rectangle p {

	margin: 0px !important;

}

.nummer_btn {
	background: #2a675e;
	color: #fff;
	padding: 4px 7px 7px 6px;
	margin: 3px 3px 3px 0;
	display: inline-flex;
	width: 110px;
	justify-content: center;
	cursor: pointer;

}

.nummer_btn:hover {
	background: #3b4b40;
	color: #fff;
}

.btns {
	background: #6ebd8d;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	border: none !important;
	border-radius: 30px;
	padding: 5px 20px 5px 20px;
	font-weight: 600;
}

.button {
	    background: #6ebd8d;
    color: #fff;
	padding: 7px 15px 10px 15px;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	border: none !important;
	border-radius: 30px;
	padding: 5px 40px 5px 40px;
	font-weight: 600;
	font-size: 14px;
}

.button.downloads {

}

.inline {
	display: inline-block;
}

.blok {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

.site-btn {
	color: #fff;
	background: #5a595e;
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
}

.site-btn:hover:before {
	transform: translateX(0);
}

.site-btn:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.18);
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-100%);
	transition: all ease 0.3s;
}

.site-btn:focus {
	outline: 0;
	color: #fff;
}

.site-btn:hover {
	color: #fff;
}

.mt-15 {
	margin-top: 15px;
}

.mr-15 {
	margin-right: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.ml-15 {
	margin-left: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mt-45 {
	margin-top: 45px;
}

.mr-45 {
	margin-right: 45px;
}

.mb-45 {
	margin-bottom: 45px;
}

.ml-45 {
	margin-left: 45px;
}

.pt-15 {
	padding-top: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pl-15 {
	padding-left: 15px;
}

.pt-30 {
	padding-top: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.pt-45 {
	padding-top: 45px;
}

.pr-45 {
	padding-right: 45px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pl-45 {
	padding-left: 45px;
}

.my-15 {
	margin: 15px 0;
}

.my-30 {
	margin: 30px 0;
}

.my-45 {
	margin: 45px 0;
}

.mx-15 {
	margin: 0 15px;
}

.mx-30 {
	margin: 0 30px;
}

.mx-45 {
	margin: 0 45px;
}

.py-15 {
	padding: 15px 0;
}

.py-30 {
	padding: 30px 0;
}

.py-45 {
	padding: 45px 0;
}

.px-15 {
	padding: 0 15px;
}

.px-30 {
	padding: 0 30px;
}

.px-45 {
	padding: 0 45px;
}

.nopad {
	padding: 0 !important;
}

.nopad-x {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.nopad-y {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.nopad-t {
	padding-top: 0 !important;
}

.nopad-b {
	padding-bottom: 0 !important;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	justify-content: center;
}

main {
	padding-top: 80px;
}

input[type=radio],
input[type=checkbox] {
	margin: 5px 0 0;
}

/*------------------------------------------------------*/
/*------inschrijven formulier
/*------------------------------------------------------*/

section#formulier {
	padding: 45px 0;
}

#draw_signature {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/*------------------------------------------------------*/
/*------Header
/*------------------------------------------------------*/

.cta {
	background: #be4d4d;
	color: #fff !important;
	padding: 15px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px !important;
	position: absolute;
	text-align: center;
	top: 40px;
	right: 40px;
}

.cta-link {
	position: absolute !important;
	top: 35px;
}

header .flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	height: 80px;
	align-items: center;
}

header {
	width: 100%;
	position: absolute;
	z-index: 999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #3b4b40;
}

.site-header-row {
	  display: grid;
	  grid-template-columns: auto auto;
}

.logo {
	width: 72px;
}

header .col-logo {
	display: flex;
	align-items: center;
}

header .col-menu {
	display: flex;
	justify-content: flex-end;
}



header.scroll .logo {
	height: 129px;
}

header .top-bar {
	background: #124741;
	color: #666;
	padding: 10px 0;
	text-align: center;
}

header .top-bar a {
	color: #32322d;
	display: inline-block;
	margin-left: 30px;
}

header .menu {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .menu ul.top {
	margin-bottom: 15px;
}

header .menu ul {
	list-style: none;
	padding: 0;
}

header .menu .logo {
	max-height: 100px;
}

header .menu ul li {
	display: inline-block;
}

header .menu ul .link {
	line-height: 40px;
	vertical-align: text-top;
}

header .menu ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#fff;
	padding-left: calc(65px / 2);
	padding-right: calc(65px / 2);
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	display: inline-block;
	line-height: 1.6;
}

header ul li:nth-child(43) {
	background: #79ab8d;
	padding: 0 15px;
	margin: 0;
}

.toggle {
	margin-top: 35px;
	height: 20px;
	width: 30px;
	border-bottom: 2px solid #65c192;
	position: relative;
	float: right;
	cursor: pointer;
	z-index: 100;
	display: none;
}

.toggle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 2px solid #65c192;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.toggle:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 2px solid #65c192;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.toggle.active {
	border: none;
}

.toggle.active:before {
	transform: rotate(45deg);
	top: 50%;
}

.toggle.active:after {
	transform: rotate(-45deg);
}

header.scroll,
header.subpage {
	position: fixed;
	z-index: 15a595e0;
	width: 100%;
	background: #3b4b40;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

header .triangle {
	position: absolute;
	width: 136px;
	height: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(135deg, #3b4b40 calc(50% - 1px), #5a595e0 50%);
}

header.scroll .triangle,
header.subpage .triangle {
	width: 100px;
}

/*------------------------------------------------------*/
/*------Slider
/*------------------------------------------------------*/

#header-slider {
	max-height: 100vh;
	overflow-y: hidden;
}

#header-slider .caption {
	position: absolute;
	top: 210px;
	left: 45px;
	z-index: 99;
	background: #5d7d92;
	max-width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	border-radius: 50%;
	height: 200px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	transition: all 1s ease;
	transform: rotate(-10deg);
}

#header-slider .caption a {
	color: #fff;
	text-decoration: none;
}

#header-slider .type-home {
	position: absolute;
	top: 350px;
	right: -90px;
	z-index: 99;
	background: #322d28;
	transform: rotate(90deg);
	max-width: 300px;
	padding: 15px;
	font-size: 20px;
	color: #fff;
}

.bx-wrapper {
	background: initial;
	margin: 0;
}

.bx-wrapper img {
	width: 100%;
}

.bx-wrapper ul {
	margin: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 3px;
	background: #2a675e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 40px;
}

.slick-slide {}

/* Default style for the dot */
.nav-container .dot {
  width: 20px!important; 
  height: 20px!important;
  border-radius: 50%; /* Ensures the element is circular */
  display: inline-block; /* Maintain its inline-block shape */
  position: relative; 
  border: 2px solid #fff; /* Optional: Border around dot */
  box-sizing: border-box; /* Ensures padding and border don't affect width/height */
  flex-shrink: 0; /* Ensures it doesn't shrink */
  flex-grow: 0; /* Ensures it doesn't grow */
  appearance: none; /* Remove default browser appearance */
  -webkit-appearance: none; /* Remove webkit appearance */
  -moz-appearance: none; /* Remove Firefox appearance */
  pointer-events: auto; /* Ensure it works on mobile */
  line-height: 0; /* Avoid vertical alignment issues */
  font-size: 0; /* Ensure no inherited font size */

}


/* Mobile-specific adjustments */




.nav-container .btn {
  display: flex; /* Make sure btn and dot are in a flex layout */
  justify-content: center; /* Center the content */
  align-items: center; /* Center the button and text */
}


/*------------------------------------------------------*/
/*------Overlay test pagina
/*------------------------------------------------------*/

body#Layout_9 header,
body#Layout_9 .gasloos,
body#Layout_9 footer {
	display: none;
}

section#overlay-test {
	padding: 5px 0 0;
}

section#overlay-test .container-fluid {
	padding: 0 280px;
}

#overlay-test .buttons div {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ececec;
	margin: 15px 5px;
}

/*------------------------------------------------------*/
/*------Sections
/*------------------------------------------------------*/

#standaard {

	padding-top: 60px;
}


.two {
	background: #322d28 !important;
}

.section-title {
	padding-bottom: 5px;
	position: relative;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}


.section-title:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #b3a379;
	position: center;
	bottom: -6px;
	text-align: center;
}

.section-title.text-right:before {
	left: auto;
	right: 0;
}

.section-title.text-right:after {
	left: auto;
	right: 0;
}

.section-inner {
	padding: 180px 0px 75px 0px;
}

.section-inner-head {
	padding: 80px 0px 80px 0px;
}

.section-inner-2 {
	padding-top: 40px;
	padding-bottom: 80px;
}

section {}

section#normal-content {
	background-attachment: fixed;
	background-image: url(https://nieuweoogst-heerhugowaard.nl/assets/img/sfeerbeeld.jpg);
	font-size: 16px;
	padding: 190px 0 215px;
	color: #fff;
	position: relative;
	text-align: center;
}

section#normal-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}

section#normal-content .container {
	padding: 0 140px;
}

section#green {
	background: #3b4b40;
	font-size: 16px;
	padding: 90px 0 115px;
	color: #fff;
	position: relative;
}

section#green h1 {
	margin-top: 60px;
}

section#green h2 {
	color: #fff;
	text-align: center;
}

section#green a {
	color: #fff;
}

section#form-nieuwsbrief {
	background-color: #d9c5aa;
	font-size: 18px;
	padding: 150px 0 315px;
	color: #322d28;
	position: relative;
	background-position: right;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

section#form-nieuwsbrief form {
	max-width: 500px;
	margin: 0 auto;
	padding: 45px;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

#form-nieuwsbrief .bg-image {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	top: 0;
}

#form-nieuwsbrief .bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section#form-nieuwsbrief h2 {
	margin: 0px;
	margin-bottom: 20px;
}

label {
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 15px;
}

.spacer {
	height: 140px;
}

section#header-woningen {
	background: #3b4b40;
	color: #fff;
	padding-bottom: 60px;
}



section#header-background {
	background-size: cover;
	background-position: center;
	height: 90vh;
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	padding: 90px;
}

#header-background:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 50%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#header-background .text h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

section#header-background.project-page {}

#header-background .bg {
	float: left;
	width: 50%;
	height: 100%;
	background-size: 100%;
	background-position: center;
}

section#header-background.home {}

section#header-background {
	background-size: cover;
	background-position: center;
	height: calc(100vh - 115px);
}


#header-background .text h1 {
	color: #fff;
	font-size: 52px;
}

#header-background .text h1:after {
	border-bottom: none;
}

#header-background .start {
	position: absolute;
	top: 90px;
	right: 90px;
	background: #F0DC6F;
	border-radius: 200px;
	width: 220px;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #32322d !important;
	transition: all 1s ease;
	transform: rotate(-10deg);
	margin-top: 10px;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
}


.number {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 60px;
}

#header-background.home .section-inner {}

section#header-slider {
	padding: 0;
}

section#intro {
	background: #000;
	padding-top: 40px;
	padding-bottom: 40px;
}

section#intro h3{
	font-weight: 400 !important;
	font-size: 16px;
}

#Layout_8 section#intro .section-title {
	text-align: center;
}

#Layout_8 section#intro .section-title:before,
#Layout_8 section#intro .section-title:after {
	display: none;
}


#subfooter {
	padding-top: 60px;
	padding-bottom: 60px;
}

section#intro.overlap-1 {}

#intro.overlap-1 .text {
	background: #fff;
	padding: 0 30px 30px;
	margin-top: -85px;
}

#intro.overlap-1 .text h1 {
	margin-bottom: 45px;
}

section#impressies {
	background: #ececec;
	padding-bottom: 30px;
}

#impressies h1,
h2 {
	color: #3b4b40;
}

#impressies .container-fluid {
	padding: 0 60px;
}

#impressies .img-bg {
	background-size: cover;
	background-position: center;
	height: 440px;
	position: relative;
}

#impressies .slide {
	padding: 0 2px;
}

#impressies .images {}

#impressies .section-title {
	display: block;
}

#impressies .slick-slide .img-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

#impressies .slick-slide.slick-active .img-bg:after {
	opacity: 0;
}

#impressies .slick-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	background: #bda16e;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	right: 15px;
	cursor: pointer;
	color: #fff;
}

#impressies .slick-arrow.prev {
	top: calc(50% - 60px);
	background: #2d5265;
}

#impressies .slick-dots {
	text-align: center;
	margin-top: 10px;
}

#impressies .slick-dots li {
	display: inline-block;
}

#impressies .slick-dots li:focus,
#impressies .slick-dots button {
	outline: none;
}

#impressies .slick-dots button {
	font-size: 0;
	border: 0;
	background: #927b52;
	width: 35px;
	height: 4px;
	margin: 0 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 0;
}

#impressies .slick-dots .slick-active button {
	background: #2d5265;
}

/*#impressies .slick-dots button {
			font-size: 0;
			border: 0;
			background: #877451;
			width: 20px;
			height: 20px;
			margin: 0 5px;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			padding: 0;
		}

		#impressies .slick-dots .slick-active button {
			background:#2d5265;
		}*/


.slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 50%;
	border: none;
	background: none;
	font-weight: bold;
	text-transform: uppercase;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 0px;
	transform: rotate(180deg);
}

#impressies .bx-wrapper .bx-controls-direction a {
	color: #fff;
	text-indent: 0px;
	font-size: 30px;
	background: #666;
	padding: 10px;

}

#impressies .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -15px;
}

#impressies .bx-wrapper .bx-controls-direction a.bx-next {
	right: -15px;
	text-align: right;
}

section#image-bg {
	padding: 0;
	background-size: cover;
	background-position: center;

}

#image-bg .container-fluid {
	height: 100%;
}

#image-bg .text {
	background: #3b4b40;
	color: #fff;
	padding: 20px 30px;
	height: 100%;
}

section#pano {
}

#pano .ggskin .table td {
	padding: 3px 10px;
	width: 50%;
}

section#maps {
	padding: 0;
	margin: 0 0 -5px;
}

#woning-links {
	padding: 60px 0;
	position: relative;
	background: #fff;
}

#woning-links.projects {
	padding: 0;
	z-index: 33;
}

#woning-links.projects .section-inner {
	padding: 45px 0;
}

#woning-links.project {
	padding-top: 0;
}

#woning-links h1 {
	display: block;
	background-image: none;
}

#woning-links ul {
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}

#woning-links ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 6px 8px;
	background: #3b4b40;
	margin: 15px 25px;
	font-size: 18px;
	width: 80px;
	position: relative;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

/*#ede7dc*/
#woning-links ul li:before {
	content: '';
	position: absolute;
	background: #322d28;
	left: 0;
}

#woning-links ul li:after {
	content: '';
	position: absolute;
	background: #322d28;
}

#woning-links ul li:hover:before {
	border-left-color: #3d4049
}

#woning-links ul li:hover a {
	color: #fff;
}

#woning-links.project ul li {}

#woning-links ul li a {
	color: #fff;
	position: relative;
	z-index: 12;
}


section#appartementen {
	background: linear-gradient(to bottom, rgba(206, 206, 206, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	padding-top: 30px;
}


section#google-map {
	padding: 0;
	margin: 0 0 -5px;
}

section#google-map iframe {
	width: 100%;
	height: 25vw;
}

section#img-left,
section#img-right {
	position: relative;
	padding: 90px 0;
}

section#img-left:before {
	content: '';
	background: #2e665f;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

section#img-left .image {
	padding-right: 60px;
}

section#img-left .image img,
section#img-right .image img {
	width: 100%;
}

section#img-left .text {
	padding: 30px;
	background: #fff;
	transform: translate(-120px, 30px);
	width: calc(100% + 120px);
}

section#img-left .right {
	padding: 0 15px 0 60px;
}

section.text-img .image-label {
	position: absolute;
	top: 44px;
	padding: 6px 12px;
	background: #212223;
	color: #fff;
}

section#img-right .image-label {
	right: -29px;
	transform: rotate(90deg);
}

section#img-left .image-label {
	left: -29px;
	transform: rotate(-90deg);
}

section#img-right:before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

section#img-right .image {
	padding-left: 60px;
}

section#img-right .image h1{
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 8px;
color: color(display-p3 0.863 0.943 0.56);
font-size: 65px;
font-weight: 400;
}

section#images-left,
section#images-right {
	position: relative;
	padding: 90px 0;
	background: #3b4b40;
}

section#images-left:before {
	content: '';
	background: #ece6dc;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color: #5a595e;
}

section#images-right:before {
	content: '';
	background: linear-gradient(90deg, rgba(190, 186, 168, 0.427608543417367) 0%, rgba(255, 255, 255, 1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #5a595e;
}

section#images-left .image {
	padding-right: 60px;
}

section#images-left .image img,
section#images-right .image img {
	width: 100%;
}

section#images-left .text {
	padding: 0 15px 0 60px;
}

section#images-right .text {
	padding: 0px 40px 30px 30px;
	background: #fff;
}

section#images-right .image {
	padding-left: 60px;
}

.last-image {
	margin: 30px 0 0;
}

section#omgeving {
	padding: 0 !important;
}

section#omgeving .bx-wrapper {
	margin: 0;
}

section#omgeving .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	font-size: 50px;
}

section#omgeving section#normal-content {
	padding: 90px 0;
}

section#omgeving.first section {
	padding-top: 190px !important;
}

section.faq-section {}

.faq-section .faq {
	margin: 15px 0;
	cursor: pointer;
	border-bottom: 1px solid #9b9481;
	padding-bottom: 15px;
}

.faq-section .faq:last-child {
	border-bottom: 0;
}

.faq-section .faq .question span {
	width: 30px;
	display: inline-block;
}

.faq-section .faq .question .fa {
	transform: rotate(180deg);
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.faq-section .faq .question.collapsed .fa {
	transform: rotate(0deg);
}

.faq-section .faq .answer .text {
	padding: 15px 0 15px 34px;
}


/*------------------------------------------------------*/
/*------Project
/*------------------------------------------------------*/


section#img-right.project:before {
	right: auto;
	left: 0;
}

.project h2 {
	color: #322d28;
	margin-top: 0;
	font-size: 20px;
}

.project .col-right {
	padding: 0;
}

.project .project-info span {
	color: #32322d !important;
}

.project .container-fluid {
	padding: 0 15px;
}

section#project {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: #ebe9e9;
}

#project .right .info {
	background: #212223;
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

#project .right .info h1 {
	color: #3b4b40;
}

#project .right .info h3 {
	color: #ffd2b1;
}

#project .right .info a {
	color: #e4bb76;
}

#project .right .info h4 {
	color: #ffd2b1;
}

#project .right .image-kaart {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#project .section-inner {
	padding: 0;
}

#project:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #ede7dc;
	z-index: 90;
	display: none;
}

#project .flex {
	justify-content: center;
	height: 100%;
}

#project .project-floor {
	position: absolute;
	right: 15px;
	top: 0;
	width: 190px;
}

#project .project-floor .text {
	position: relative;
	z-index: 10;
	color: #fff;
	background: #3b4b40;
	padding: 20px;
}

/*	#project .project-floor:after {
	   content: '';
		position: absolute;
		border-right: 140px solid #ede7dc;
		border-bottom: 140px solid transparent;
		z-index: 8;
		top: 5px;
		left: 5px;
	}*/

#project .project-info {
	z-index: 120;
}

.project .project-info .image {
	padding: 0 !important;
}

#project img {
	max-height: 100vh;
}

section#project .row {
	margin: 0;
	display: block;
}


#project .plattegronden {
	margin-top: 45px;
	float: left;
	width: 100%;
	padding: 0 15px;
}


.project-info {}

.project-info li {
	margin-left: -25px;
}

.project-info h1 {
	color: #322d28;
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.info {
	padding-top: 10px;
}

.info p {
	margin-top: 20px;
}

.info .downloads a {
	margin-top: 0;
	margin-bottom: 5px;
	display: inline-block;
}

/*.ticket.closed {
	right: calc(-33.3333333% + 120px);
}

.ticket.open {
	right: 30px ;
}*/

table {
	margin-bottom: 20px;
	font-size: 12px;
}

td {
	vertical-align: bottom;
}

.print_pdf {
	padding: 10px;
	background: #3b4b40;
	color: #fff;
	width: 295px;
	display: block;
	position: relative;
}

.print_pdf:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	right: 0;
	height: 10px;
	width: 100%;
	background-image: url(/assets/img/tape.png);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 15a595e;
}

.project-intro {
	width: 100%;
	float: left;
	background: #3b4b40;
	min-height: 275px;
	padding: 0 30px 45px;
}

.project-intro .button {
	color: #fff;
	margin-top: 30px;
	display: inline-block;
	background: #c9bca3;
	padding: 6px 12px;
	border: none;
	border-radius: 3px;
}

.project-intro .button-plattegrond {
	color: #fff;
	margin-top: 30px;
	display: inline-block;
	background: #c9bca3;
	padding: 6px 12px;
	border: none;
	border-radius: 3px;
}

.project-intro h1 {
	margin-bottom: -15px;
}

.project-intro h3 {
	color: #fff;
	margin-top: -5px;
	margin-bottom: 15px;
}

.project-intro li {
	margin-left: -20px;
}


.project-intro .text {
	color: #fff;
}

.project-intro .text td {
	padding-right: 30px;
}

.corners {
	width: 100%;
	height: 100%;
	position: absolute;
}


section#woning-links,
section#impressies,
section#sub-footer,
footer {
	position: relative;
	z-index: 2;

}

.ticket-body {
	padding: 30px 15px;
	color: #fff;
}

#plattegrond {
	background: linear-gradient(to bottom, rgba(206, 206, 206, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	padding-top: 0px;
}

#plattegrond h3 {
	color: #F0DC6F;
}

#plattegrond .section-inner {
	padding-top: 45px;
}

#plattegrond .section-title {
	margin-top: -15px;
	display: block;
	background-image: none;
}

#plattegrond .map {
	margin: 15px 0;
}

.plattegronden img {
	margin: 15px auto;
	max-height: calc(100vh - 110px);
}

.specs {
	padding: 30px 0 60px;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
}

.specs h1 {
	margin-bottom: 30px;
}

section#project-images {
	background: #ececec;
	padding: 60px 0;
}

section#project-images .description {
	margin-bottom: 30px;
	font-size: 20px;
}

section.project-links {
	background: #ded0c9;
}

section#project-kenmerken {
	padding: 20px 0px 55px 0px;
	background: #75866d;
}

#project-kenmerken h3 {
	color: #ffffff;
}

#project-kenmerken .info td {
	padding: 3px 10px;
	color: #32322e;
	vertical-align: top;
}

#project-kenmerken .info tr:nth-child(even) td {
	background: #17171a;
}

#project-kenmerken .info p {
	margin: 0px !important;
}

section.project-back {
	background: #3b4b40;
	color: #fff;
	padding: 60px;
	text-align: center;
}

.plattegrond-nav .pg-nav {
	cursor: pointer;
}

.plattegrond-nav .slick-current .pg-nav {
	background: #272d34;
	color: #fff;
}

.project .slick-arrow {
	background: #666;
	color: #fff;
	width: 45px;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 305px;
}


.project .slick-arrow.fa-angle-right {
	left: 0px;
	margin-left: -1px;
}

section#img-right.project {
	padding: 0;
}

section#img-right.project .flex-row {
	display: flex;
	flex-wrap: wrap;
}

section#img-right.project .col-left {
	padding-top: 90px;
	background: #f6f6f6;
}

.plattegrond-slider,
.plattegrond-slider .slick-list,
.plattegrond-slider .slick-track {
	height: 100%;
}

.plattegrond-slider .slide {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pg-image {
	max-height: 400px;
}

.plattegrond-slider .slide .pg-label {
	width: 100%;
	text-align: center;
	font-style: italic;
}

.plattegrond-slider img {
	
}

section#img-right.project .text .flex {
	display: flex;
	justify-content: center;
}

section#img-right.project .project-info {
	padding: 0px 80px 30px 15px;
}

#img-right.project .slider-wrapper {
	width: 100%;
	background: #fff;
}

#pano #container {
	height: 600px !important;
}

#pano .remove_prices .table tbody tr:last-child {
	display: none;
}

#header-background.project .image img {
	max-height: calc(100vh - 115px);
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.projectheader-slider .slick-arrow {
	z-index: 1;
	bottom: auto;
	top: 50%;
	color: #fff;
	font-size: 45px;
	cursor: pointer;
}

.projectheader-slider .slick-arrow.fa-angle-left {
	left: 15px;
}

.projectheader-slider .slick-arrow.fa-angle-right {
	right: 15px;
}

/*------------------------------------------------------*/
/*------Sub-Footer
/*------------------------------------------------------*/

section#streamer {
	background-attachment: fixed;
	background-image: url(/assets/img/userfiles/original/beelden/beeld1.jpg);
	font-size: 18px;
	padding: 90px 0 115px;
	color: #000;
	position: relative;
	background-size: cover;
}

section#streamer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

#streamer .box {
	background: #2a675e;
	padding: 2px 30px 40px 30px;
	color: #fff;
}

section#streamer h1 {
	margin-top: 0px;
}

section#streamer h2 {
	color: #fff;

}

section#streamer a {
	color: #fff;
}

#streamer .radio input {
	margin-top: 7px;
}

.disclaimer {
	background: #666;
	padding: 20px 0px 5px 0px;
	margin-top: -10px;
	position: absolute;
	width: 100%;
}

.disclaimer a {
	color: #fff;
	padding: 5px 0;
}

/*------------------------------------------------------*/
/*------Sub-Footer
/*------------------------------------------------------*/


section#sub-footer {
	position: relative;
	padding: 0 0 30px;
	color: #3b4b40;
	background: linear-gradient(to bottom, rgba(206, 206, 206, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.projectpage section#sub-footer {
	position: relative;
}

section#sub-footer .woning-links {
	padding: 30px;
	height: 20vw;
}

section#sub-footer iframe {
	width: 100%;
	height: 20vw;
	margin-bottom: -5px;
}

section#sub-footer h3 {
	margin-top: 45px;
	margin-bottom: 45px;
	color: #3b4b40;
}

.woning-links h1 {
	color: #fff;
}

.woning-link {
	color: #fff;
}

.woning-link a {
	color: #fff;
}

/*------------------------------------------------------*/
/*------Bouwtype
/*------------------------------------------------------*/

section#bouwtype-overview {
	padding: 45px 0;
}

@media(min-width: 769px) {

	#bouwtype-overview .flex-row {
		display: flex;
		flex-wrap: wrap;
	}
}


#bouwtype-overview .bouwtype {
	margin-bottom: 30px;
	background: #ececec;
	box-shadow: 0 0 8px rgb(0 0 0 / 11%);
	height: 100%;
	color: #000;
}

#bouwtype-overview .image {
	background-size: cover;
	background-position: center;
	height: 240px;
}

#bouwtype-overview .title {
	color: #3b4b40;
	font-weight: 600px;
	padding: 15px 0px 0px 15px;
}

#bouwtype-overview .info {
	margin-top: 5px;
	padding: 15px 15px 0px;

}

#bouwtype-overview i {
	border-radius: 50%;
	border: 1px solid #ececec;
	font-size: 14px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#bouwtype-overview .actions {
	position: absolute;
	bottom: 30px;
}

#bouwtype-overview .actions a {
	cursor: pointer;
}

#bouwtype-overview .prices-modal table {
	width: 100%;
}

#bouwtype-overview .prices-modal td {
	padding: 5px 15px;
}

#bouwtype-overview .prices-modal tr:nth-child(even) td {
	background: #f7f7f7;
}


@media (min-width: 1200px) {

	#bouwtype-overview .modal-dialog {
		width: 1080px;
		margin: 30px auto;
	}
}

/*------------------------------------------------------*/
/*------Footer
/*------------------------------------------------------*/

.form-inp {
	border: 0;
	background: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 45px;
}

.form-inp::placeholder {
	color: #5a595e;
}

.contact-form textarea {
	font-family: "Montserrat", sans-serif;
	border: 0;
	background: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

section#diagonal .section-inner {
	padding: 0;
}

section#contact {
	background: #212223;
	color: #fff;
}

section#contact h2 {
	color: #fff;
}


section#contact a {
	color: #fff;
}


.niveau {
	margin: 45px 0;
	max-width: 400px;
}


footer {
	background: #666;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#NewsLetterFormFooterError,
#SuccesSignFooterForm {
	display: none;
}

#NewsLetterForm {
	width: 290px;
}

#NewsLetterForm input {
	margin: 15px 0 0;
}

.after-footer {
	padding-top: 20px;
}

.after-footer h4 {
	color: #fff;
	margin-top: 15px;
	font-size: 12px;
}

.cd-top {
	position: fixed;
	right: 0px;
	display: none;
	background: rgba(0, 0, 0, 0.70);
	z-index: 100;
	color: #fff;
	padding: 6px 20px;
	font-size: 30px;
	bottom: 30px;
}


.slick-arrow:focus {
	outline: none;
}

.res-info {
	border-radius: 4px;
	color: #fff;
}

footer .container-fluid {
	padding: 0 75px;
}

footer .inline {
	margin: 0 30px 0 0;
	vertical-align: middle;
}

.sticky-contact {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999;
}

.sticky-contact--item {
	background: #c69c4e;
	color: #fff;
	padding: 12px 14px;
	border-radius: 25px;
	margin-right: 5px;
	display: inline-block;
	font-size: 0.75em;
	min-width: 44px;
	min-height: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0px 4px 14px 6px rgb(0 0 0 / 14%);
}

.sticky-contact--item:hover {
	background: #a9823c;
	color: #fff;
}

.filterToggle{
	display: none;
}
.nav-container{
	display:flex;
}

/*------------------------------------------------------*/
/*------Responsive
/*------------------------------------------------------*/

@media (min-width: 768px) {

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.in {

		display: block !important
	}

	section#impressies-mob {
		display: none;
	}
}

@media (max-width: 760px) {
  .nav {
	display: flex !important;
	flex-direction: column !important;
  }
  .nav-container {
  pointer-events: none!important;
  }
	.nav-container .btn, 
	.nav-container button { 
	pointer-events: auto;
	}
}

@media (max-width: 996px) {

	.situatie {
		position: relative;
		padding:0 !important;
	}

	.situatie img {
		width:100%;
		padding:0;
		margin:0;
	}
}

@media (min-width: 992px) {
	.navbar-collapse.collapse {
		display: block !important
	}

	.navbar-toggle {
		display: none;
	}

	.hidden-sm-up {
		display: none;
	}

	section#impressies-mob {
		display: none;
	}

}

@media only screen and (max-width : 1440px) {

	.nav-container{
		position:absolute;
	}

	header .menu ul li.logo {
		top: -32px;
		margin-top: 15px;
	}

	header .logo img {
		width: 255px;
	}

	section#impressies-mob {
		display: none;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	header .menu ul li {
		top: 0;
		min-width: auto;
		margin: 0 7px 0;
	}

	header .menu ul li.logo {
		display: none !important;
	}

	header .menu ul li a {
		font-size: 14px;
	}

	.res-logo img {
		width: 200px;
	}

	header.subpage .res-logo {
		margin-top: 15px;
	}

	header .menu .logo {
		max-height: 75px;
	}

	#header-background .number {
		font-size: 44px;
	}

	#header-background .text {
		font-size: 16px;
	}

	.plattegrond-nav .slick-slide {
		width: 100% !important;
	}

	.plattegrond-nav .slick-slide .pg-nav {
		margin-top: 10px;
	}

	#img-right.project .slider-wrapper {
		padding: 0 15px;
	}

	section#impressies-mob {
		display: none;
	}

	header .menu {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background: #3b4b40;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}

	header .menu ul {
		text-align: center;
		flex-direction: column;
		max-height: 100%;
	}

	header .menu ul.top {
		margin-top: 60px;
		margin-bottom: 0;
	}

	header .menu ul li {
		margin-bottom: 10px;
	}

	header .menu ul li a {
		font-size: 18px;
	}

	header .menu ul .link {
		display: block;
		margin:0 0 15px;
	}

	header .menu.active {
		opacity: 1;
		visibility: visible;
	}

	header .menu ul .dropdown-content {
    position: relative;
    min-width: auto;
    top: inherit;
    box-shadow: none;
    display: block;
	}

	header .menu ul .dropdown-content span 
	{
		display: block;
	}

	header .menu ul .dropdown-toggle svg {
		display: none;
	}

	header .menu ul .first-dropdown-item a {
		border:none !important;
	}

	header .menu ul .dropdown-content span a {
		font-size: 18px !important;
		padding:15px 0;
	}

	.toggle {
		display: block;
		position: absolute;
		margin-top: 0;
		top: 30px;
		right: 17px;
		z-index: 999;
	}

	#pano .filter-bar {
		display: none;
	}

	#pano .nav-container {
		top:10px;
		justify-content: flex-start;
	}

	.filterToggle{
		display: block;
		position: absolute;
		right: -15px;
		top: 1px;
		z-index: 99;
		background: #3b4b40;
		color: #65c192;
		font-size: 24px;
		padding: 0;
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	section#pano  {
		padding:30px 0;
	}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {




}

.pano-modal .spots {
	display: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.pano-modal .spots {
		display: block;
	}

	.visible-sm {
		display: block !important;
	}

	header .col-menu {
		padding-right: 60px;
	}

	.nav-container .dot {
		display: none;
	}

	.filtermain {
		padding:0 45px;
	}

	.pano-modal {
		padding:15px;
	}

	.plattegrond-slider {
		height: 300px;
	}

	.beschikbaarheid {
		height: auto;
		margin:15px 0;
	}

	.pano-close {
		top:-60px;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

