
body, html {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000e35 !important;
	background-color: #faf9f5;
	-webkit-font-smoothing: subpixel-antialiased;
   	overflow-x: hidden;
}

.display-none {
	display: none;
}
 
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}  

.slick-dots {
   bottom: auto !important;
}

.slick-dots li {
   width: 35px !important;
   height: 35px !important;
}

.slick-dots li button {
   width: 35px !important;
   height: 35px !important;
   padding: 5px !important;
}

.slick-dots li button:before {
   width: 35px !important;
   height: 35px !important;
   background-image: url(/favicon.svg);
   background-position: center center;
   background-size: contain;
   content: '' !important;
   filter: grayscale(75%);
}

.slick-dots li.slick-active button:before {
   background-image: url(/favicon.svg);
   opacity: 1 !important;
   filter: grayscale(0%);
}

.carousel-control .glyphicon-chevron-right {
	left: auto;
	right: 50%;
}

h1,h2,h3,h4,h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0px;
}

h1 {
	font-size: 48px;
	line-height: 58px;
	color: #fff;
}

h2,h3 {
	font-size: 26px;
	line-height: 36px;
}

header {
	/* background-image: url(/img/header_remax.jpg);
	background-position: center top;
	background-size: cover; */
   background-color: #000e35;
   background-color: #faf9f5;
}

header#header-home {
	height: 550px;
	background-image: url(/img/pondjesbrug.jpg);
	background-position: center center;
   background-size: cover;
}

#logo {
	z-index: 201;
	position: relative;
}

#logo img{
	margin: 30px;
	height: 85px;
}

a {
	cursor: pointer;
	color: #000e35;
}

.telephone_number {
	display: none;
}

.img-responsive {
	max-width: 100% !important;
}

.hidden-xs {
	display: inline!important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
}
/* - - - - - H E A D E R - - - - - */

header .container .column-1-2 .button {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #fff;
	background-color: #002F6D;
	width: 75%;
	float: right;
}

header {
	position: relative;
}

 #headergradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000e35;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#header-home #headergradient {
	background-color: transparent;
	background-image: url(/img/gradient.png);
	background-repeat: repeat-x;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#home-content-header {
	display: none;
	margin-top: 65px;
}

header#header-home #home-content-header {
	display: block;
}

#sitesearch {
    position: absolute;
    right: 45px;
    top: 25px;
    width: 250px;
}

.input-group .btn-default {
	width: 35px !important;
	background-color: #000e35;
	color: #fff;
	height: 35px !important;
	border: none;
	border-radius: 0px 5px 5px 0px !important;
}

.column-4-5 .block h3 {
	color: #000e35;
	font-weight: 500;
	background-color: rgba(33, 60, 133, 0.15);
	padding: 5px 15px;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.menublock {
	z-index: 250;
	background-color: #002F6D; /* Ronde-3: rood -> blauw (wordt hieronder door #fff overschreven; enkel opgeschoond) */
   background-color: #fff;
	color: #fff;
   color: #000e35;
	position: relative;
	padding: 15px 20px;
}

.form-control {
	height: 35px !important;
	border: none;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	font-size: 14px !important;
}

.affix {
	position: static;
}

.menublock li {
	width: 50%;
}

.menublock a {
	color: #fff;
}

.menublock .column-1-3 span i {
	font-size: 26px;
	float: left;
	margin-top: 4px;
}

.menublock .column-1-3 .menuitem {
	margin-bottom: 15px;
	display: inline-block;
}

.menublock .column-1-3 .menuitem:hover,
.menublock .column-1-3 .menuitem:hover p {
   color: #002F6D; /* Ronde-3: rood -> blauw */
}

.menublock .column-1-3 .menuitem:last-child {
	margin-bottom: 0px;
}

.menublock .column-1-3 .menuitem .menuitemcontent {
	padding-left: 55px;
}

.menublock .column-1-3 .menuitem h3 {
	font-size: 19px;
   line-height: 24px;
   margin: 7px 0px;
}

.menublock .column-1-3 .menuitem p {
	color: rgba(255,255,255,0.75);
   	color: rgba(33, 59, 132, 0.7);
   	color: rgba(0, 14, 53, 0.7);
	margin-bottom: 0px;
}

.nav2 {
	float: right;
	position: absolute;
	width: 100%;
	top: 60px;
	z-index: 200;
}

.nav2 ul {
	float: right;
	text-align: left;
	margin-right: 30px; 

}

.nav2 ul li {
	float: left;
	list-style: none;
}

.nav2 ul li.nocontainer {
	padding: 0px;
}

.nav2 ul li a {
	color: #fff;
   color: #000e35;
	display: block;
	text-decoration: none;
	padding: 8px 14px;
}

.nav2 ul > li > a {
	font-size: 17px;
	font-weight: 500;
   color: #fff;
/*	text-shadow: 1px 1px 3px rgba(0,0,0,0.25); */
}

.nav2 .menublock li a {
	color: #fff;
   color: #000e35 !important;
}

/* Ronde-3: RE/MAX-rood -> huisstijl-blauw op nav/dropdown-menu (site-breed). */
.nav2 ul li.active:not(.nocontainer) {
	background-color: #002F6D;
}
.nav2 ul li:hover {
	background-color: #001F4D;
}

.nav2 .menublock,
.nav2 .dropdown {
	position: absolute;
	margin: 0px auto;
	right: 0px;
	left: 0px;
	top: auto;
	width: 100%;
	display: none;
}

.nav2 .dropdown {
	background-color: #002F6D; /* Ronde-3: dropdown-paneel rood -> blauw */
	float: left;
	display: inline-block;
	padding: 0px;
	position: static;
	display: none;
}

.nav2 .dropdown a:hover {
	background-color: rgba(0,0,0,0.15);
}

.nav2 .menublock a:hover {
	text-decoration: underline;
}

/*.nav2 ul li:hover .menublock,
.nav2 ul li:hover .dropdown,
*/
.nav2 ul li.active .menublock,
.nav2 ul li.active .dropdown {
	display: block;
}

.nav2 .dropdown li {
	float: none;
}

/*
.pagesdropdown li {
	width: 50%;
}
*/


#projectslider .column-1-4 {
   padding-left: 5px;
   padding-right: 5px;
}

#projectslider .slick-next {
   right: 50px;
   z-index: 100px;
}

#projectslider .slick-prev {
   left: 50px;
   z-index: 100px;
}

#projectslider .slick-prev:before, 
#projectslider .slick-next:before {
   font-family: "Font Awesome 5 Pro";
   font-size: 125px;
}   
   #projectslider .slick-prev, 
   #projectslider .slick-next {
   height: 125px;
   z-index: 100;
   width: 47px;
}


/* - - - - - S E A R C H - B L O C K - - - - - */

#searchblock {
	padding: 30px 0px;
	padding-bottom: 45px;
	background-color: #000e35;
	color: #fff;
	margin-bottom: 50px;
}

#searchblock .quicksearchform { 
	position: relative;
}

#searchblock #searchtypes_more {
	cursor: pointer;
}

#searchblock h2 {
	margin-bottom: 30px;
}

#searchblock input[type=text],
#searchblock select,
#searchblock label {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: 0px;
	font-size: 16px;
	color: #000e35;
	-webkit-appearance: none;
	outline: none;
}

#searchblock #searchtype label {
	width: auto;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	color: #fff;
	padding: 0px 15px;
	background-color: transparent;
}

#searchblock #searchtype input:checked + label {
	background-color: rgba(255, 255, 255, 0.30);
}

#searchblock #searchtype input {
	display: none;
}

#searchblock input[type=text] {
	text-indent: 15px;
}

#searchblock select {
	text-indent: 60px;
}

#searchblock .form-group {
	position: relative;
}

#searchblock .form-group label {
	color: #B1B1B1;
	position: absolute;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	left: 0px;
	top: 0px;
	font-size: 15px;
	font-weight: 500;
}

#searchblock .row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

#searchblock .column-1-6,
#searchblock .column-1-2 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

#searchblock button,
#newsletterhome button {
	width: 85%;
	float: right;
	height: 58px;
	line-height: 35px;
	box-shadow: 0px 2px 0px rgba(255,255,255,0.35);
	border-radius: 4px;
	background-color: #fff;
	font-weight: 600;
	border: none;
	color: #000e35;
}

#searchblock button {
	background-color: #002F6D;
	color: #fff;
	box-shadow: none;
	transition: all 0.3s;
}

#searchblock button:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
	background-color: #001F4D;
	transition: all 0.2s;
}

#specificsearch {
	margin-top: -50px;
}

#specificsearch a {
	color: #000e35;
	margin: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

#comcol-homepage {
  background-color: #f5f3ea;
  padding: 50px 0px;
}

#specificsearch {
   display: none;
}

#comcol-homepage a .grid-item {
   border: 1px solid #C7CEE0;
   border-radius: 8px;
   background-color: #fff;
   padding: 55px 0px;
   text-align: center;
}

#comcol-homepage a:hover .grid-item {
   box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
   border: 0px;
}

#comcol-homepage a.column-1-2 p {
   margin: 0px;
   margin-top: 15px;
   display: block;
}

/* - - - F E A T U R E D L I S T I N G S - H O M E P A G E - - - */

#featuredlistings,
#newsletterhome {
	margin: 50px auto;
}

#featuredlistings {
   margin-bottom: 25px;
}

#featuredlistings .column-1-3 {
	font-size: 16px;	
	color: #000e35;
   margin-bottom: 25px;
}

#featuredlistings .column-1-3 h4,
#homeprojects .text1 {
	color: #000e35;
	font-size: 16px;
	margin: 15px 0px;
	display: inline-block;
}

#homeprojects .text1 {
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

#homeprojects .text2 {
	font-size: 14px;
	color: #000e35;
	text-align: center;
	width: 100%;
	display: inline-block;
}

#homeprojects a:hover {
	text-decoration: underline;
}

#newsletterhome input[type=email] {
	height: 58px;
	border-radius: 3px;
	border: 1px solid rgba(151, 151, 151, 0.5);
	width: 100%; 
	margin-right: 10px;
	max-width: 100%;
	padding: 0px 15px;
	float: left;
}

#newsletterhome .button {
	background-color: #000e35;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0px 30px;
	float: none;
	border: none;
	height: 58px;
	border-radius: 5px;
	font-weight: 500;
}

#newsletterhome .button:hover {
	background-color: #1c3371;
}

#newsletterhome p {
	margin: 10px 0px;
	margin-bottom: 25px;
}

/* - - - O V E R V I E W - P A G E - - - */


#overviewoptions {
	width: 100%;
	font-weight: 400;
	color: #b1b1b1;
}

#overviewoptions label {
	font-weight: 400;
	margin-right: 15px;
}

#overviewoptions a {
	color: #b1b1b1;
	margin-right: 20px;
}

#overviewoptions a i {
	margin-right: 5px;
}

#overviewoptions a.active,
#overviewoptions a:hover {
	color: #000e35;
	text-decoration: none;
}

#overviewoptions select {
	border: none;
	color: #000e35;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: right;
	outline: none;
	padding: 0px 5px;
	background-color: transparent;
}

#overviewtypeblock, #filterchoice {
	float: left;
}

#sortbyblock {
	float: right;
	display: inline-block;
	width: auto;
}

#savesearchblock {
	position: absolute;
	z-index: 500;
	color: white;
}

#savesearchblock a {
	color: white;
}

#filterblock {
	line-height: 28px;
}

#filterblock .filteritem {
	margin-bottom: 35px;
}

#filterblock #hometypeblock label {
   text-transform: capitalize;
}

#filterblock strong {
	width: 100%;
	display: inline-block;
}

#filterblock input {
	margin-right: 5px;
}

#filterblock label {
	font-weight: normal;
}

.listing h4.overview_title {
	font-size: 19px;
	line-height: 26px;
	color: #000e35;
	margin-bottom: 5px;
}

.listing {
	padding: 35px 0px;
	border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}

.listing a:hover {
	text-decoration: none;
}

.listing .overview_price {
	color: #000e35;
	display: inline-block;
	float: left;
	width: 30%;
}

.listing .overview_area {
	color: #000e3597;
}

.listing .remaxcollections {
	float: right;
	margin-top: -10px;
}

.listing p,
.listing label {
	color: #000e35;
}

.listing label {
	font-weight: normal;
	margin-right: 25px;
	margin-bottom: 0px;
}

.listing .overview_price.sold {
	text-decoration: line-through;
}

.listingmap label {
	width: 100%;
	margin-bottom: 10px;
}

.listingmap .column-1-2 {
	width: 40%;
	margin-top: 10px;
}

.listingmap .column-1-2.listingimage {
	width: 60%;
}

.listingmap .remaxcollections {
	margin-top: -10px;
}

.map-overview-content #overviewoptions {
	margin-top: 25px;
}

.listing label i {
	margin-right: 5px;
}

.listing .label.label-danger,
.column-1-3 .overview_image_message {
	height: 32px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	border-radius: 0px;
	background-color: #C92532;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0px 15px;
	z-index: 500;
}

.label-danger {
	background-color: #C92532;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}

.column-1-3 .overview_image_message {
   left: 0px;
}

.overview_description {
	width: 85%;
}

/* - - - D E T A I L - P A G E - - - */

.detailcontainer {
	max-width: 1200px;
	margin: 15px auto;
	margin-bottom: 0px;
}

[class*='detailcontainer'],
.detailcontainer [class*='column-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.detailcontainer .row {
	margin-left: -5px;
	margin-right: -5px;
}

.detailcontainer .grid-item {
	margin: 5px 0px;
	min-height: 135px;
}

.crumb {
	height: 50px;
	color: #000e35;
	font-weight: 500;
	background-color: rgba(33, 60, 133, 0.15);
	background-color:rgba(0, 14, 53, 0.05);
	margin-bottom: 25px;
}

.crumb i {
	margin: 0px 5px;
	color: #C92532;
}

.crumb a {
	line-height: 50px;
	font-weight: 500;
	color: #000e35;
}

#objectheader h1 {
	font-size: 26px;
	line-height: 36px;
	color: #000e35;
	font-weight: 800;
   max-width: 85%;
}

#objectheader .float-right {
	float: right;
}

#objectheader a.sharebutton {
	height: 40px;
	min-width: 40px;
	border: 1px solid #000e35;
	color:#000e35;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: center;
	float: left;
	text-decoration: none;
}

#objectheader a:hover {
	background-color: #000e35;
	color: #fff;
	text-decoration: none;
}


#objectheader a {
	padding: 0px 15px;
}

#objectheader #share_content {
	position: absolute;
	z-index: 100;
	border: 1px solid #000e35;
	color: #000e35;
	background-color: #fff;
	margin-top: 39px;
	right: 5px;
}

#objectheader #share_content:not(.show) {
	display: none;
}

#objectheader #share_content a {
	display: block;
	padding: 5px 15px;
}

#objectheader #share_content a i {
	width: 20px;
}


#objectheader .area {
	color: #B1B1B1;
	margin-top: 5px;
	margin-bottom: 15px;
   max-width: 85%;
}

#objectheader .price {
	font-size: 19px;
	color: #000;
	font-weight: 600;
}

#objectheader .price.soldprice {
	text-decoration: line-through;
}

.favorite_item {
	font-size: 19px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	border: 1px solid #000e35;
	color: #000e35;
	display: inline-block;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: center;
	float: left;
}


.favorite_item i.fal {
	color: #000e35;
}

.favorite_item i.fas {
	color: #000e35;
}

#detail-button {
	border-bottom: 1px solid #C5C9D4;
	max-width: 1180px;
	margin-top: 0px;
}

#detail-button-row {
	margin: 5px 0px;
	margin-bottom: 7px;
	text-align: left;
}

#detail-button-row button.btn,
#detail-button-row a#map_button {
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #000e35;
	font-weight: 300;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

#detail-button-row button.btn i,
#detail-button-row a#map_button i {
	margin-right: 5px;
}

#detail-button-row button.btn:hover,
#detail-button-row a#map_button:hover {
	color: #002F6D;
}
#map_canvas {
	width: 800px;
	height: 600px;
}

#detail-button-row #map_canvas {
	display: none;
}

#content-detail-container h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
   color: #0F1C36;
}

#content-detail-container h4 {
	margin-bottom: 10px;
}

#content-detail-container .column-2-3 p {
	line-height: 26px;
	padding-right: 10%;
}

#content-detail-container .column-2-3 p.description-text {
	font-size: 22px;
	line-height: 32px;
}

#content-detail-container #description.collapsed {
	height: 200px;
	overflow: hidden;
	position: relative;;
}

#content-detail-container #description.collapsed:after {
    position: absolute;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
}

#showdescription {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 15px;
}

#showdescription:hover {
	background-color: transparent;
	border: none;
}

.carousel-inner.img-responsive img {
	width: 100%;
}

.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: 5px 0px;
	font-weight: 500;
	border: none;
}

#content-detail-container #propertytable td:first-child {
	width: 35%;
}

#content-detail-container #propertytable td:nth-child(2n) {
	color: #000e35;
}

.agent-image_detail {
	margin-right: 15px;
   margin-bottom: 15px;
   width: 25%;
}

#detail_agentlist .btn {
	width: 100%;
	border: none;
	padding: 10px 15px;
	text-align: left;
	margin-top: 15px;
	width: auto;
}

.projectitems tr {
	border-bottom: 1px solid #e1e1e1;
	margin: 5px 0px;
}

.projectitems tr td a {
	margin: 5px 0px;
	display: inline-block;
}

.btn:active, .btn.active {
	box-shadow: none; 
}

#showdescription {
	color: #000e35;
	border: none;
}

.fancybox-skin {
	padding: 0px !important;
}

#partners .partnerblock_content .partnerblock_item {
	margin-bottom: 25px;
} 

#prospectus_button {
   height: 45px;
   line-height: 45px;
   background-color: #b1bcc5;
   border-radius: 4px;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
   font-size: 22px;
   padding-left: 15px;
   display: inline-block;
   color: #fff;
   text-decoration: none;
   font-weight: 500;
}

#prospectus_button label {
   float: right;
   width: 45px;
   height: 45px;
   line-height: 45px;
   font-size: 20px;
   background-color: #385879;
   border-radius: 0px 4px 4px 0px;
   text-align: center;
   margin-left: 15px;
}
#prospectus_button:hover {
   background-color: #385879;
}


/* - - - S T A T I C P A G E S - - - */

.leftcontainer .block {
	line-height: 24px;
}

.leftcontainer .block h1,
#subcatpage h1 {
	font-size: 40px;
	line-height: 50px;
	color: #000e35;
   color: #000e35;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 5px;
}

.leftcontainer .block h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
}

.detail_right_block .button_social {
	width: 40px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}

.detail_right_block .button_social.facebooka {
	color: #3f5c98;	
}

.detail_right_block .button_social.twittera {
	color: #33ccff;
}

.detail_right_block .button_social.linkedina {
	color: #0274b3;
}	

.detail_right_block .button_social i {
	line-height: 40px;
}

/* - - - F O O T E R - - - */

footer {
	background-color: #000e35;
	color: #ffffff;
	padding: 25px 0px;
   padding-bottom: 0px;
	margin-top: 75px;
	/* background-image: url(/img/palmtree.png);*/
	background-position: right 50px bottom;
	background-repeat: no-repeat;
	position: relative;
}

footer #disclaimer {
   margin-top: 35px;
   background-color: rgba(0,0,0,0.25); 
   padding: 10px 0px;
   padding-top: 15px;
}

footer #footerlogo {
	margin-left: 25px;
	position: absolute;
}

footer #footerlogo img {
	margin-bottom: 15px;
}

footer h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

footer a {
	font-size: 14px;
	color: #ffffff;
	line-height: 19px;
}

footer i {
	font-size: 28px;
	margin-right: 15px;
}


#commercialblock a {
	color: #000e35;
	font-weight: 500;
}

/* --- No-results UX (sitesearch + overview) --- */
.no-results { max-width: 720px; margin: 40px 0; padding: 0 5px; }
.no-results h2 { font-size: 22px; margin-bottom: 16px; color: #213C84; }
.no-results p { margin: 16px 0 8px; }
.no-results ul { list-style: disc; padding-left: 24px; margin: 12px 0; }
.no-results .search-suggestions { list-style: none; padding: 0; margin: 12px 0; }
.no-results .search-suggestions li { display: inline-block; margin: 4px 8px 4px 0; }
.no-results .search-suggestions a { display: inline-block; padding: 6px 14px; background: #f5f5f5; border-radius: 4px; color: #213C84; text-decoration: none; }
.no-results .search-suggestions a:hover { background: #e5e5e5; }

/* Sticky Request information CTA — mobile only */
.sticky-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #002F6D;
	padding: 10px 16px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom));
	box-shadow: 0 -2px 12px rgba(0,0,0,0.10);
	transform: translateY(100%);
	transition: transform 280ms ease-out;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 16px;
	background: transparent;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
	border: 0;
	min-height: 44px;
}
.sticky-cta-button i { font-size: 16px; color: #ffffff; }
@media (max-width: 768px) {
	.sticky-cta { display: block; }
	body.has-sticky-cta-visible { padding-bottom: 64px; }
}

/* Verberg de oude rode "Request information"-knop in de agent-zijbalk
   op mobiel — vervangen door .sticky-cta. Desktop blijft ongemoeid. */
@media (max-width: 768px) {
	#detail_agentlist .btn-warning {
		display: none !important;
	}
}

/* Iframe-variant van .media-modal voor inquire-form */
.media-modal.media-modal-iframe {
	background: rgba(0, 0, 0, 0.6);
}
.media-modal.media-modal-iframe .media-modal-body {
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
}
.media-modal.media-modal-iframe iframe {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

/* Desktop: gecentreerd, max 600px */
@media (min-width: 769px) {
	.media-modal.media-modal-iframe .media-modal-body {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 600px;
		max-width: calc(100vw - 40px);
		height: auto;
		max-height: calc(100vh - 80px);
		min-height: 500px;
	}
	.media-modal.media-modal-iframe .media-modal-close {
		background: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		position: absolute;
		top: 8px;
		right: 8px;
		z-index: 10;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		border: 0;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
	}
}

/* Mobile: fullscreen */
@media (max-width: 768px) {
	.media-modal.media-modal-iframe .media-modal-body {
		position: absolute;
		inset: 0;
		border-radius: 0;
	}
	.media-modal.media-modal-iframe .media-modal-close {
		background: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		top: 16px;
		right: 16px;
		z-index: 10;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 0;
		font-size: 22px;
		line-height: 1;
		cursor: pointer;
	}
}

/* === Mobile homepage rebrand — hero CTA + category links === */

/* Smooth scroll-gedrag voor anchor-navigatie naar zoek-blok */
html {
	scroll-behavior: smooth;
}

/* Hero: desktop toont de originele live-hero, mobiel de ronde-2 categorie-knoppen.
   display:contents op desktop zodat de .button-links zich exact als directe
   kinderen van .column-1-2 gedragen (visueel identiek aan productie). */
#header-home .hero-desktop { display: contents; }
#header-home .hero-mobile { display: none; }
@media (max-width: 768px) {
	#header-home .hero-desktop { display: none; }
	#header-home .hero-mobile { display: block; }
}

/* Ronde-3 (MOBIEL): desktop-<h1> verbergen op mobiel; mobiele hero-titel als los blok.
   Ronde-5 (MOBIEL): titel staat nu BOVEN de knoppen (markup-volgorde in content.php),
   dus hoger over het videobeeld (mogelijk lichtere lucht). Kleur/grootte ongewijzigd;
   alleen de text-shadow iets versterkt (extra zachte halo) voor contrast op die hogere
   positie. De hero-overlay #headergradient loopt horizontaal (0.4->0.1) en is verticaal
   uniform, dus de overlay-bijdrage zelf verandert niet door het omhoog schuiven. */
@media (max-width: 768px) {
	#header-home #home-content-header .column-1-2 h1 { display: none; }
	#header-home .hero-mobile-title {
		margin: 16px auto 0;
		text-align: center;
		color: #ffffff;
		font-size: 22px;
		line-height: 1.25;
		font-weight: 700;
		text-shadow: 0 1px 6px rgba(0,0,0,0.55), 0 0 14px rgba(0,0,0,0.35);
	}
}

/* Ronde-4 (MOBIEL): hero-hoogte + verticale verdeling van knoppen+titel.
   Oorzaak (diagnose): mobile.css zet `header#header-home { height: auto }` (<=760px),
   waardoor de hero samenkrimpt tot logo + knoppenblok. De hero heeft dan geen eigen
   hoogte meer, dus er is nauwelijks video zichtbaar en de knoppen zitten strak onder
   het logo. Dit staat los van de gele STAGING-balk: die duwt de hero als geheel omlaag
   (position:relative, in-flow), maar verandert de verdeling BINNEN de hero niet.
   Fix: geef de hero een meeschalende min-hoogte (= het video-vlak) en zet het
   knoppen+titel-blok als geheel onderin via flex, i.p.v. een vaste pixel-marge.
   `min-height` in vh rekent vanaf de viewport, dus de banner telt niet mee: deze
   waarden zijn afgestemd op productie (zonder balk).
   Fijnstellen voor Nick: `min-height` = hoogte video-vlak (hoger = meer lucht/zee),
   `padding-bottom` = ruimte onder de titel. */
@media (max-width: 768px) {
	header#header-home {
		height: auto;
		min-height: 60vh;
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
	/* Logo blijft linksboven; zonder dit zou het als flex-item full-width
	   (en dus over de hele breedte klikbaar) worden. */
	#header-home #logo {
		align-self: flex-start;
	}
	/* Duwt knoppen + titel als geheel naar de onderkant van de hero.
	   width:100% omdat .container margin-left/right:auto heeft: in een column-flex
	   zijn dat cross-as auto-marges, die anders shrink-to-fit i.p.v. stretch geven. */
	#header-home #home-content-header {
		width: 100%;
		margin-top: auto;
		margin-bottom: 0;
	}
}

/* Hero categorie-knoppen: Buy/Rent/Lots als duidelijke knoppen met icoon (mobiel) */
#header-home .hero-category-buttons {
	display: flex;
	gap: 12px;
	margin: 12px auto 0;
	max-width: 480px;
	flex-wrap: wrap;
}
#header-home .hero-cat-btn {
	flex: 1 1 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 10px;
	min-height: 64px;
	background: #002F6D;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	transition: background 0.2s, transform 0.1s;
	box-sizing: border-box;
}
#header-home .hero-cat-btn:hover,
#header-home .hero-cat-btn:focus {
	background: #001F4D;
	color: #ffffff;
	text-decoration: none;
}
#header-home .hero-cat-btn:active {
	transform: translateY(1px);
}
#header-home .hero-cat-btn i {
	font-size: 22px;
	line-height: 1;
	color: #ffffff;
}
#header-home .hero-cat-label {
	font-weight: 600;
}
#header-home .hero-cat-count {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.85;
}

/* Mobile: compactere knoppen, blijven naast elkaar tot het echt niet meer past */
@media (max-width: 768px) {
	#header-home .hero-category-buttons {
		gap: 8px;
		max-width: none;
	}
	#header-home .hero-cat-btn {
		flex: 1 1 80px;
		min-height: 56px;
		font-size: 14px;
		padding: 10px 6px;
	}
	#header-home .hero-cat-btn i {
		font-size: 20px;
	}
}

/* Onder het zoek-blok: "Verkoop je woning"-call-out */
#home-sell-cta {
	text-align: center;
	margin: 24px auto;
	padding: 0 16px;
}
#home-sell-cta a {
	display: inline-block;
	color: #002F6D;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 16px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s;
}
#home-sell-cta a:hover,
#home-sell-cta a:focus {
	color: #002F6D;
	border-bottom-color: #002F6D;
	text-decoration: none;
}