/*------------------------------------------------------*/
/*------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%;
}

.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: #f5f0e;
}

.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;
}

#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: "proxima-nova", sans-serif;
	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: #f5f0e;
	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;
} */

.imp-object {
	stroke-width: 1px !important;
}

.imp-object.available {
	fill:rgb(0 128 0 / 25%) !important;
}

.imp-object-highlighted.available {
	fill:rgb(0 128 0 / 35%) !important;
}

.imp-object.option {
	fill:rgb(123 128 0 / 25%) !important;
}

.imp-object-highlighted.option {
	fill:rgb(123 128 0 / 35%) !important;
}

.imp-object.sold {
	fill:rgb(128 0 0 / 25%) !important;
}

.imp-object-highlighted.sold {
	fill:rgb(128 0 0 / 35%) !important;
}

tr.highlight {
	background-color: #f7f7f7;
}

button:not(.active) {
	filter: brightness(0.75);
	color: white;
}

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

#woningen {}

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

.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;
}


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

.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: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.beschikbaarheid {
	height: 50px;
}

.kenmerken {
	background: #226b69;
	color: #fff;
	padding: 20px;
	height: 280px;
	border-radius: 20px;
}

.kenmerken h2 {
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 22px;
}

.downloads {
	background: #ccc;
	color: #000;
	padding: 15px 15px 15px 25px;
	height: 120px;
	line-height: 1;
}

.downloads h3 {
	margin-top: 10px;
	color: #000000;
	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;
}

.filtermain {
	background: #000000;
	color: #fff;
}

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

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

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

.actie {
	margin-top: 10px;
}

#pano form select {
	max-width: 100%;
	padding: 6px 70px 6px 10px;
	color: #ffffff;
	background: #000;
}

.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;
}

#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 {
	border: none;
	margin-right: -0.5em;
	background: none !important;
}



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

.nav-container {
	position: absolute;
	top: 0;
	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: #000000;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0.5em;
	text-align: center;
	border-radius: 20px;
	padding: 0.5em 1em;
	transition: background 0.3s ease;
}

.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: #ccc;
}

.nav .dot.active {
	background-color: color(display-p3 0.877 0.957 0.568);
	/* Highlight color */
	/* transform: scale(1.3); */
}

.nav .dot.active+span {
	background: #000;
	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:#ccc;
	border-radius: 2em;
	width: 2em;
	height: 2em;
}
.nav .btn button.active+span{
	top: 0.35em;
} */
.filter-bar form>div {
	padding: 1.5em 1.5em;
}

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

	#pano .amount>div,
	#pano .oppervlakte>div {
		font-size: 11px;
	}
}

#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;
}

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

.ui-widget-header {
	background: #9ac836 !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: #fff;
	border-radius: 20px;
	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: #000000;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	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: #000000;
	color: #dbf584;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.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;
	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: #f5f0e4;
	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 {
}

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

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

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

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

.imp-tooltip-content {
	background-color: white;
	opacity: 1;
	color: black;
	padding-top: 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: #f5f0e;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin: -15px -15px 15px;
}

.pulse {
	background: #6fc2b6;
	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: 90px;
	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: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
}

.nopad {
	padding: 0 !important;
}

.container-fluid {}

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

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-family: "scale-variable", sans-serif;
	font-weight: 400;
	color: #073a39;
}

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;
}

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

.foto {
	max-width: 97%;
}

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

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

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

.ggskin_rectangle {

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

}

.ggskin_rectangle p {

	margin: 0px !important;

}

.nummer_btn {
	background: #226b69;
	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: #f5f0e;
	color: #fff;
}

.btns {
	background: #ccc;
	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: #dd7244;
	color: #ffffff !important;
	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: 10px 40px 10px 40px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.button:hover {
	background: color(display-p3 0 0 0);
	color: #ffffff !important;
}

.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: "proxima-nova", 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: 82px;
}

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: 85px;
	align-items: center;
}

header {
	width: 100%;
	position: fixed;
	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: #f5f0e4;
}

.logo {
	width: 210px;
	position: absolute;
}

header .col-logo {
	width: 190px;
	max-width: 50%;
	display: flex;
	flex: 1 1 auto;
}



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;
	margin: 0;
}

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

header .menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px;

}

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

header .menu ul li a {
	color: #073a39;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "machomodular", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

header ul li:nth-child(28) {
	background: #dd7244;
	color: #fff !important;
	padding: 0 15px;
	margin: 0;
}

.toggle {
	margin-top: 35px;
	height: 20px;
	width: 30px;
	border-bottom: 2px solid #000;
	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 #000;
	-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 #000;
	-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: #f5f0e;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

header.scroll .toggle,
header.scroll .toggle:before,
header.scroll .toggle:after,
header.subpage .toggle,
header.subpage .toggle:before,
header.subpage .toggle:after {
	border-color: #000;
}

header.scroll .menu ul li a,
header.subpage .menu ul li a {
	color: #000;
}

header .triangle {
	position: absolute;
	width: 136px;
	height: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(135deg, #f5f0e 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: #226b69;
	-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;
}

section .container {
	opacity: 0;
	transform: translate(0, 90px);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

section.onScreen .container {
	opacity: 1;
	transform: translate(0, 0);
}

/*------------------------------------------------------*/
/*------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 {
	font-size: 16px;
	padding: 50px;
	color: #fff;
	position: relative;
}

section#normal-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(35 106 105);
}

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

section#green {
	background: #f5f0e;
	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: #f5f0e;
	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%;
	/* 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: #ffffff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	font-size: 52px;
	margin-left: 80px;
}

#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: #226b69;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

section#intro .text {
	background: #f5f0e4;
	border-radius: 20px;
	color: #000;
	padding: 30px;
}

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: #f5f0e;
}

#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: #f5f0e;
	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: #f5f0e;
	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;
	background: #f5f0e4
}

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%;
	border-radius: 20px;
	margin-bottom: 20px;
}

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

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

section.text-img .image-label {
	position: absolute;
	top: 44px;
	padding: 6px 12px;
	background: #6fc2b6;
	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: '';
	background: #f5f0e4;
	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: #f5f0e;
}

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: #f5f0e4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #5a595e;
	border-radius: 20px;
}

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

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

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

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

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;
}

section#images-overlap {
	position: relative;
	padding: 60px 0;
	background: #f5f0e4;
}

#images-overlap .images img {
	border-radius: 20px;
	margin-bottom: 20px;
}

@media (min-width : 1200px) {

	#images-overlap .images .img-1 {
		margin-left: 220px;
		width: calc(100% - 220px);
	}

	#images-overlap .images .img-2 {
		transform: translate(45px, -75px);
		width: 300px;
	}

	#images-overlap .images .img-3 {
		transform: translate(-70px, 15px);
	}
}

#inschrijven-modal iframe {
	width: 100%;
	height: 600px;
	border: none;
}

@media (min-width: 1200px) {
	#inschrijven-modal .modal-dialog {
		width: calc(80vw - 200px);
	}
}


/*------------------------------------------------------*/
/*------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: #f5f0e;
}

#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: #f5f0e;
	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: #f5f0e;
	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: #f5f0e;
	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;
}

.terms h3{
	color: #fff;
}

.terms {
	position: fixed;
	width: 400px;
	z-index: 99;
	right: 0;
	bottom: 0;
	background: #dd7244;
	padding: 30px;
	color: #fff;
}

.terms .close-btn {
	color:#fff;
	cursor: pointer;
	float: right;
	font-size: 21px;
}


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: #f5f0e;
	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-width: 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(https://kreekzicht-bkz.nl/assets/img/userfiles/original/impressies/Interieur-3-web.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: #226b69;
	padding: 2px 30px 40px 30px;
	color: #fff;
	border-radius: 20px;
	padding-top: 20px;
}

.box2 {
	background: #6ebd8d;
	padding: 10px 20px 10px 20px;
	color: #fff;
	width: 143px;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
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: #f5f0e;
	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: #f5f0e;
}

.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: #f5f0e;
	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: "proxima-nova", 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: #f5f0e4;
	padding-bottom: 20px;
}

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

footer a {
	color: #216b6a;
}

footer a:hover {
	color: #000;
	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;
	}

	.slick-list.draggable {
		height: 500px !important;
	}

	.nav-container {
		pointer-events: none !important;
	}

	.nav-container .btn,
	.nav-container button {
		pointer-events: auto;
	}
}

@media (max-width: 996px) {

	.situatie {
		padding: 0px !important;
		position: static !important;
		margin-top: 40px;
	}
}

@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;
	}


}

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

	.filterToggle {
		display: block;
	}

	.filterToggle i {
		padding: 10px;
		font-size: 24px;
		/* Make it larger */
		cursor: pointer;
		/* Change mouse cursor to pointer */
	}

	.hidden-sm {
		display: none !important;
	}

	.navbar-collapse.collapse {
		border: 0;
		box-shadow: 0 0 0 0;
	}

	.navbar-collapse.in {
		height: 300px !important;
		overflow: hidden !important;
	}

	.cta {
		display: none
	}


	section#impressies-mob {
		display: none;
	}

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

	#Layout_6 #img-right,
	#Layout_24 #img-right,
	#Layout_25 #img-right {
		padding-top: 120px;
	}

	#form-nieuwsbrief label {
		width: 100%;
	}

	header {
		background: #f5f0e4;
		height: 55px;
	}

	section#project {
		padding: 145px 0 0 !important;
	}

	header.subpage .res-logo {
		margin: 0;
	}

	header .logo img {
		width: 160px;
	}

	section#header-background {
		height: 45vh;
		padding: 0;
	}

	section#woning-links {
		overflow-x: hidden;
	}

	section#intro .section-inner {
		padding: 15px 0;
	}

	#impressies .section-inner {
		padding: 75px 0 120px;
	}

	#impressies .bx-wrapper .bx-controls-direction a {
		top: auto;
		bottom: -55px;
		font-size: 40px;
	}

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

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

	.res-logo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.navbar-toggle {
		position: absolute;
		right: -35px;
		top: -110px;
		color: #5a595e;
		font-size: 30px;
	}

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

	header .menu {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		height: 80vh;
		width: 100vw;
		background: #f5f0e4;
		top: 55px;
		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: 20px;
	}

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

	header .menu ul .link {
		display: block;
		line-height: inherit;

	}

	header .menu ul li a.button {
		margin-top: 30px;
		display: block;
	}

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

	.ticket {
		position: relative;
		width: 100%;

		float: left;
		height: auto;
	}

	.ticket table {
		width: 230px !important;
	}

	.project-intro .section-title {
		left: -85px;
	}

	#header-background .text {
		line-height: 40px;
		padding: 0 0 30px;
	}

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

	header.scroll .menu ul li a,
	header.subpage .menu ul li a {
		color: #fff;
	}

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

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

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

	#draw_signature {
		max-width: 100%;
	}

	section#images-left,
	section#images-right {
		padding: 45px 0;
	}

	section#images-right:before {
		display: none;
	}

	section#images-right .text {
		padding: 30px;
	}

	section#images-right .image {
		padding: 0;
	}

	section#images-right .image div {
		padding: 0;
		margin-top: 30px;
	}

	section#img-right a {
		color: #2b655f;
	}


	section#impressies-mob {
		display: none;
	}

	table#woningen tr th:nth-child(1),
	table#woningen tr td:nth-child(2) {
		display: none
	}

	section#pano {
		padding:60px 0;
		background:#2e665f;
	}

	section#pano h1 {
		color:#fff;
	}

	section#pano .object {
		background:#fff;
		margin:15px 0;
	}

	section#pano .object .header {
		background:#f5f0e4;
		padding:5px 15px;
	}

	section#pano .object .content {
		padding:15px 15px 30px;
	}

	main {
		padding-top: 55px;
	}

	.kenmerken {
		height: auto;
		margin-bottom: 30px;
	}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#datatable {
		margin-top: 30px;
	}

	.situatie .mob {
		display: block;
	}

	.situatie img {
		padding: 0;
		padding-right: 50px;
	}

	.nav .dot {

		transform: scale(1);
	}

	.nav-container .dot {
		border-radius: 50%;
		/* Perfect circle */
		display: inline-block;
		/* Ensure it doesn't stretch */
		vertical-align: middle;
		/* Center with text */
		position: relative;
		border: 2px solid #fff;
		/* Optional: Add a border to make it stand out */
	}

	.nav-container .dot {
		width: 15px;
		/* Smaller size for mobile */
		height: 15px;
		/* Same as width to maintain circle */
	}

	#woningen {
		top: 0;
	}

	.filter-bar {
		display: none;
	}

	.filterToggle {
		display: block;
	}

	#header-background .start {
		position: absolute;
		top: 20px;
		right: 20px;
		background: #F0DC6F;
		border-radius: 200px;
		width: 80px;
		height: 80px;
		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: 12px;
		line-height: 16px;
		text-align: center;
	}

	main {}

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

	h1 {
		font-size: 24px;
		background-image: none;
	}

	h3 {
		font-size: 20px;
	}

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

	#header-background .text h1 {
		color: #fff;
	}

	section#header-background {
		height: 90vh;
		align-items: flex-end;
	}

	#header-background .pulse {
		bottom: 10px;
		right: 10px;
		left: auto;
	}

	section#img-left,
	section#img-right {
		padding: 30px 0;
	}

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

	section#img-left .image {
		padding: 0;
	}

	section#img-right,
	section#img-right h3 {
		color: #32322e;
	}

	section#img-right .image {
		padding: 0;
		margin: 15px 0 30px;
	}

	section#img-left .image-label {
		transform: rotate(0deg);
		top: 0;
		left: 0;
	}

	section#img-right .image-label {
		transform: rotate(0deg);
		top: 0;
		right: 0;
	}

	section#img-left .text,
	section#img-right .text {
		transform: translate3d(0, 0, 0);
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

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

	.pano-close {
		top: 3px;
	}

	.section-inner-2 {
		padding: 45px 0;
	}

	#impressies .section-title {
		margin-bottom: 30px;
	}

	#bouwtype-overview .info {
		padding-bottom: 90px;
	}

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

	section#img-right:before {
		background: #f6f5ea !important;
	}

	section#img-right p {
		color: #32322e !important;
	}

	section#pano {
		padding-top: 0;
	}

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

	.pano-modal {
		padding: 30px 15px;
	}

	.pano-modal .content {
		max-height: calc(100vh - 120px);
	}

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

	.pano-modal .col-left {
		order: 2;
	}

	.pano-modal .col-right {
		max-width: 100%;
	}

	section#pano .col-sm-12 {
		padding: 0;
	}


	section.big-pr {
		padding: 0 0 60px;
	}

	section#project-kenmerken {
		padding: 45px 15px;
	}

	section.project-back {
		padding: 60px 15px;
	}

	#Layout_13 main {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	#Layout_13 main>section {
		width: 100%;
	}

	#Layout_13 main section#pano {
		padding-top: 0;
		padding-bottom: 45px;
	}


	.modal-header {
		background: #32322d !important;
	}

	.close {
		color: #fff !important;
		filter: none !important;
		font-size: 45px !important;
		margin-top: -3px !important
	}

	.logo {
		width: 130px;
		z-index: 10;
	}

	.aanmelden-btn {
		background-color: #000000 !important;
		color: #ffffff !important;
		margin-left: -25px;
	}

	section#impressies-mob {
		display: block;
	}

	.beschikbaarheid {
		height: 50px;
		margin-top: 8px;
	}

	.wng-ruimte {
		font-size: 12px;
	}

	.filter-bar .button {
		border: 1px solid #fff !important;
	}

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


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.slick-slide img {
		display: block;
		width: 300px;
	}

	.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: 0px;
	}

	.pano-close {
		top: 3px;
	}

	section#impressies .image img {
		height: 200px;
	}

	.slick-arrow {
		bottom: 15px;
	}

	.slick-arrow.slick-next {
		bottom: 22px;
	}

	header.mainpage .navbar-toggle {
		top: 5px;
	}

	#image-map-pro-container {
		display: none;
	}



	section#impressies-mob {
		display: block;
	}

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

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}