/*!
Theme Name: lmprojects
Theme URI: http://underscores.me/
Author: ARVEE | Ramon Vroegop
Author URI: https://arvee.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lm-projects
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lmprojects is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #CDE1D0;
	font-family: congenial-light, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #ffffff;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #373d2f;
}

a:visited {
	color: #373d2f;
}

a:hover,
a:focus,
a:active {
	color: #373d2f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #AFA96A;
	color: #fff;
	line-height: 1;
	padding: 0.5em 1em 0.4em;
	font-size: 16px;
	font-weight: 200;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #9E4647;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	border: 1px solid #CDE1D0;
	border-radius: 0px;
	padding: 3px;
	background-color: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.gfield_validation_message {
	display: none;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Buitenwaard */

.colorsinuse {
	color: #CDE1D0;
	color: #373D2F;
	color: #AFA96A;
	color: #9E4647;
	font-family: congenial-light, sans-serif; /* 100 200 400 500 */
	font-family: congenial, sans-serif; /* 400 700 */
}
a {
	/* transition: all 0.3s ease-in-out; */
}
*:focus {outline:none !important}

body.page-template-page-barebones {
	background-color: rgba(228, 228, 228, 0.5);
	padding: 0;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}
.page-template-page-barebones .header-buitenwaard {
	background-color: #CDE1D0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
}
.page-template-page-barebones .header-buitenwaard img {
	max-width: 250px !important;
	margin: 40px auto !important;
}

h1, h2, h3, h4, h5, h6 {
	
}
h1{
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	font-weight: 200;
	color: #CDE1D0;
}

.vve h2 {
	color: #373D2F;
}

.typen p {
	font-size: 20px;
	margin: 0 auto;
	color: #CDE1D0
}





/* !FULLSITE */

.site-header {
	padding: 30px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 260px;
	background-color: rgba(255, 255, 255, 0);
	/* mix-blend-mode: difference; */

}

@media screen and (min-width: 1200px) {
	.site-header {
		padding: 10px 0px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 9999;
		width: unset;
		background-color: rgba(255, 255, 255, 0);
		/* mix-blend-mode: difference; */
		-webkit-box-shadow: 0px 4px 8px -2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 4px 8px -2px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 4px 8px -2px rgba(50, 50, 50, 0.5);
	}
}



#mega-menu-menu-1 .mPS2id-highlight,
a.mega-menu-link:hover {
	/* text-decoration: underline !important; */
}

._mPS2id-h {
	color: #322823 !important;
}
._mPS2id-h:hover {
	color: #557a82 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
		padding-left: 40px;
	}


.fullsite .site {
	max-width: 1024px;
	margin: 0 auto;
	font-size: 17px;
}





.page-id-1095 input[type="text"]:focus, 
.page-id-1095 input[type="email"]:focus, 
.page-id-1095 input[type="url"]:focus, 
.page-id-1095 input[type="password"]:focus, 
.page-id-1095 input[type="search"]:focus,
.page-id-1095 input[type="number"]:focus, 
.page-id-1095 input[type="tel"]:focus, 
.page-id-1095 input[type="range"]:focus, 
.page-id-1095 input[type="date"]:focus, 
.page-id-1095 input[type="month"]:focus, 
.page-id-1095 input[type="week"]:focus, 
.page-id-1095 input[type="time"]:focus, 
.page-id-1095 input[type="datetime"]:focus, 
.page-id-1095 input[type="datetime-local"]:focus, 
.page-id-1095 input[type="color"]:focus, 
.page-id-1095 textarea:focus {
	color: #000;
}





@media screen and (min-width: 1200px) {
	.fullsite .site {
		/* max-width: 100%; */
	}
}	

.fullsite .site .intro,
.site-info {
	font-size: 20px;
}
.afsluiter {
	font-size: 17px;
}

.home-header-tekst {
	margin-top: -116px;
}
.page-id-1095 .home-header-tekst,
.page-id-51 .home-header-tekst {
	margin-top: -10px;
}


.woning-typen-inner-wrap {
	margin-top: -225px;
}
.fullsite h1,
.fullsite h2 {
	font-size: 32px;
}
.fullsite .intro-woning h1 {
	font-size: 42px;
	color: #000;
}
.fullsite .intro-woning h2 {
	font-size: 24px;
}

.woning-typen h2 {
	color: #fff;
	margin-top: 60px;
}
.woning-typen p {
	margin-bottom: 6px;
}

.foto-rond img {
	border-radius: 999px;
	border: 3px solid #B2AC6B;
	min-width: 140%;
}
.foto-rond.tweekapper img {
	border: 3px solid #98484B;
}
.foto-rond.rijwoning img {
	border: 3px solid #557A82;
}

.meer-info a {
	display: inline-block;
	width: 180px; /* Set width of the image */
	height: 80px; /* Set height of the image */
	background-image: url('/wp-content/uploads/2025/04/more-info-yellow.svg'); /* Replace with your image URL */
	background-size: contain; /* Make sure the image covers the area */
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Hides the text */
	overflow: hidden;
}

.villas .meer-info a {
	display: inline-block;
	width: 180px; /* Set width of the image */
	height: 80px; /* Set height of the image */
	background-image: url('/wp-content/uploads/2025/04/more-info-yellow.svg'); /* Replace with your image URL */
	background-size: contain; /* Make sure the image covers the area */
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Hides the text */
	overflow: hidden;
}
.tweekappers .meer-info a {
	background-image: url('/wp-content/uploads/2025/04/more-info-red.svg'); /* Replace with your image URL */
}
.rijwoningen .meer-info a {
	background-image: url('/wp-content/uploads/2025/04/more-info-green.svg'); /* Replace with your image URL */
}
.villas .meer-info a:hover {
	background-image: url('/wp-content/uploads/2025/04/more-info-yellow-hover.svg'); /* Replace with your image URL */
	cursor: pointer;
}
.tweekappers .meer-info a:hover {
	background-image: url('/wp-content/uploads/2025/04/more-info-redhover.svg'); /* Replace with your image URL */
	cursor: pointer;
}
.rijwoningen .meer-info a:hover {
	background-image: url('/wp-content/uploads/2025/04/more-info-green-hover.svg'); /* Replace with your image URL */
	cursor: pointer;
}
.site-info .inschrijven a {
	display: inline-block;
	width: 156px; /* Set width of the image */
	height: 155px; /* Set height of the image */
	background-image: url('/wp-content/uploads/2025/04/button-1.svg'); /* Replace with your image URL */
	background-size: contain; /* Make sure the image covers the area */
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Hides the text */
	overflow: hidden;
}
.site-info .inschrijven a:hover {
	background-image: url('/wp-content/uploads/2025/04/button-over.svg'); /* Replace with your image URL */
}

.pre-sale a {
	display: inline-block;
	width: 350px;
	height: 350px;
	background-image: url(/wp-content/themes/lm-projects/img/big-button.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 999;
	position: relative;
	margin-top: -86px;
	position: absolute;
	right: -68px;
}
.pre-sale a:hover {
		background-image: url(/wp-content/themes/lm-projects/img/big-button-over.svg);
}
.double-button {
	width: 350px;
	z-index: 999;
	position: relative;
	margin-top: -130px;
	position: absolute;
	right: -68px;
}



.footer-rij {
	margin-bottom: 0 !important;
	padding-bottom: 40px !important;
}


.dubbel-beeld {
	margin: -272px 0;
}
.disclaimer-link a {
	margin-left: 20px;
}

.makelaars p {
	font-size: 14px;
	margin-top: 0;
}

.knop-slider-vogelvlucht div div span {
	font-size: 80% !important;
}

.zonsondergang {
	max-width: 400px;
	float: left;
	position: relative;
	margin-top: -45px
}
.klimmen {
	max-width: 270px;
	float: right;
	position: relative;
	z-index: 99;
	margin-top: 20px;
	margin-right: -28px;
}
.vogelvlucht-eronder {
	margin-bottom: -180px;
}
.molen {
	max-width: 250px;
	float: left;
	margin-bottom: -80px;
	margin-top: -180px;
	position: relative;
	z-index: 99;
}
.shoppen {
	max-width: 450px;
	float: right;
	margin-top: -5px;
}

.tweekapper-wrap,
.villa-wrap,
.rijwoning-wrap {
	max-height: 310px;
}
.tweekapper-wrap h2,
.villa-wrap h2,
.rijwoning-wrap h2 {
	margin-top: 0;
}
.tweekapper-wrap .foto-rond.tweekapper,
.villa-wrap .foto-rond.villa,
.rijwoning-wrap .foto-rond.rijwoning {
	max-width: 300px;
	z-index: 99999;
	position: relative;
}
.tweekapper-eerste-verdieping {
	margin-top: 306px;
}
.download-wrap {
	position: absolute;
	width: 393px;
	top: -135px;
	right: -90px;
}
.download-plattegrond a {
	display: flex;
	width: 185px;
	height: 150px;
	background-image: url('/wp-content/uploads/2025/04/download-plattegrond.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 999;
	position: relative;
	margin-top: -75px;
	margin-left: -40px;
}
.page-id-256 .download-plattegrond a {
	margin-top: -75px;
	margin-left: 115px;
}
.download-plattegrond a:hover {
	background-image: url('/wp-content/uploads/2025/04/download-plattegrond-hover.svg');
}
.tweekapper-begane-grond-tekst {
	margin-top: -138px;
	margin-left: 125px;
}
.tweekapper-eerste-verdieping-tekst {
	margin-top: 74px;
}

.villa-eerste-verdieping {
	max-width: 197px;
	margin: 477px auto 0;
}
.villa-begane-grond-tekst {
	margin-top: -70px;
}
.villa-eerste-verdieping-tekst {
	margin-top: 249px;
}

.rijwoning-eerste-verdieping {
	margin-top: 557px;
}	
.rijwoning-tweede-verdieping {
	margin-top: 557px;
}
.rijwoning-begane-grond-tekst {
	margin-top: -70px;
}
.rijwoning-eerste-verdieping-tekst {
	margin-top: 65px;
}
.rijwoning-tweede-verdieping-tekst {
	margin-top: 76px;
}


.schommel {
	position: absolute;
	top: 200px;
	left: -192px;
	max-width: 280px;
}
.stoel-en-lamp {
	max-width: 300px;
}


.gform_wrapper.gravity-theme #input_1_13.gfield_checkbox label, 
.gform_wrapper.gravity-theme #input_1_13.gfield_radio label {
	font-size: 17px;
}


.hoofdtekst.subpagina h1 {
	color: #cce1d0;
}
.subpagina h2,
.subpagina h3,
.subpagina h4 {
	color: #a04647;
}
.subpagina h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.subpagina h2 + p {
	margin-top: 0;
}
.subpagina h3 {
	font-size: 20px;
	font-weight: 700;
}
.subpagina ul {
	margin: 0 0 1.5em -20px;
}
.subpagina.lijstjes p + ul {
	margin-top: -28px;
}
.subpagina a {
	text-decoration: none;
	color: #000;
}
.subpagina a:hover {
	text-decoration: underline;
	color: #000;
}
.subpagina .knoppen a {
	background-color: #b0ab6a;
	padding: 6px 14px;
	color: #fff;
	font-weight: 700;
	margin-right: 14px;
	text-decoration: none;
}
.subpagina .knoppen a:nth-child(2) {
	background-color: #a04647;
}
.subpagina .knoppen a:nth-child(3) {
	background-color: #577c85;
}
.subpagina .knoppen a:hover {
	background-color: #322823;
}
.banner-subpagina {
	position: absolute;
	top: 190px;
	left: 18px;
	max-width: 120px;
}

/* !LAYOUT */

/* VOLLE HOOGTE */
.page-template-page-barebones .entry-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Full viewport height */
}
.page-template-page-barebones.content-deel {
}

.page-template-page-barebones .site-header {
	position: relative;
	z-index: 9999;
}

.page-template-page-barebones .site {
	background-color: #373D2F;
	/* max-width: 1440px; */
	margin: 0 auto;
	padding: 0;
	/* box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); */
}

.page-template-page-barebones .site-main {
	/* max-width: 1440px; */
	margin: 0 auto 0;
	padding: 0;
}

.text-blok {
	max-width: 600px;
	margin: 70px auto 0;
}
.page-id-31 .text-blok {
	max-width: 1000px;
	margin: 70px auto 0;
}

.opsomming {
	color: #000;
}
.opsomming p {
	margin-bottom: 0;
}
.opsomming ul {
	margin: 0;
	padding: 0 0 0 18px;
	font-weight: 200;
}

.plattegronde-villas p {
	color: #000;
}
.plattegrond-xw p {
	margin-bottom: 51px;
}





.banner {
	position: absolute;
	top: 100px;
	left: 63%;
	right: 0;
	width: 200px;
}
p.banner-link {
	margin: 0;
}

.banner-link a {
	display: inline-block;
	width: 151px; /* Set width of the image */
	height: 150px; /* Set height of the image */
	background-image: url('/wp-content/uploads/2025/04/button.svg'); /* Replace with your image URL */
	background-size: cover; /* Make sure the image covers the area */
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Hides the text */
	overflow: hidden;
}
.banner-link a:hover {
	background-image: url('/wp-content/uploads/2025/04/buttonn-over.svg'); /* Replace with your image URL */
	cursor: pointer;

	  /* Similar syntax to box-shadow */
}





.gform_footer.top_label {
	padding-bottom: 0 !important;
}



.site-info a,
.footer-rij a {
	color: #000;
	text-decoration: none;
}
.site-info a:hover,
.footer-rij a:hover {
	color: #a17d20;
	text-decoration: underline;
}


.afsluiter a {
	color: #CCE0CE;
	text-decoration: none;
}
.afsluiter a:hover {
	color: #CCE0CE;
	text-decoration: underline;
}


.page-template-page-barebones .footer-buitenwaard {
	background-color: #9E4647;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	width: 100%;
	display: flex;

}

.page-template-page-barebones .footer-buitenwaard p {
	font-family: congenial, sans-serif; /* 400 700 */
	font-style: normal;
	font-weight: 400;
	color: #CDE1D0;
	font-size: 30px;
	margin: 30px auto;
}


/* !BOXZILLA POPUP */

.boxzilla-center-container {
	z-index: 99999999999999 !important;
}
.boxzilla {
	background-color: transparent !important;
	padding: 0 !important;
}
.boxzilla-close-icon {
	color: #fff !important;
}
#boxzilla-899 .boxzilla-close-icon {
	color: #000 !important;
}
.popup-banner {
	background-image: url(https://woneninbuitenwaard.nl/wp-content/uploads/2025/05/bg-popup.jpg);
	background-position: center bottom;
	background-size: cover;
}
.popup-banner h2 {
	color: #fff;
	margin: 0;
	font-size: 28px;
	line-height: 1.3;
}
.popup-banner h3 {
	color: #fff;
	margin: 0;
	font-size: 23px;
	line-height: 1.3;
}
.popup-banner h4 {
	color: #fff;
	margin: 3px 0 0 0;
	font-size: 19px;
	line-height: 1.3;
}
.popup-banner p {
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 200;
}
.popup-banner {
	padding: 18px 20px 216px 20px;
}
.popup-banner a {
	background-color: #d84b00bf !important;
	border: 1px solid #fff !important;
}
.popup-banner a:hover {
	background-color: #DA5A14 !important;
}
.so-widget-sow-editor-base > p {
	display: none;
}
.popup-banner-usp {
	background-image: url(/wp-content/themes/lm-projects/img/bg-usp.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	padding: 20px;
}
.popup-banner-usp p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 200;
}
.popup-banner-usp h2 {
	color: #000;
	margin: 0;
	font-size: 28px;
	line-height: 1.3;
	font-weight: normal;
}
.popup-banner-usp h3 {
	color: #9D9F69;
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	margin: 16px 0 0 0;
}
.popup-banner-usp h3 + p {
	margin-top: 0;
}
.popup-banner-usp ul {
	padding: 0 0 0 16px;
	margin: 0;
}
.popup-banner-usp ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 200;
}
.usp-button {
	display: none;
}

body:not(.home) .usp-button {
	display: block;
	width: 150px;
	height: auto;
	z-index: 99999;
	position: fixed;
	right: 20px;
	top: 20px;
	transition: all 0.5s ease-in-out;
}
.usp-button:hover {
	transform: scale(1.05)
}
.kom-langs {
	width: 200px;
	height: auto;
	z-index: 99999;
	position: fixed;
	right: 60px;
	top: 20px;
	transition: all 0.5s ease-in-out;
}
.kom-langs:hover {
	transform: scale(1)
}
body:not(.home) .kom-langs {
	display: none;
}


.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  border-bottom: 1px dotted #4267cf;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16px;
  line-height: 1.5;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



/* !WONINGEN POPUP */

/* !WONINGEN POPUP */

.boxzilla {
	padding: 0 !important;
}
.wrap-woning-popup {
	height: 373px;
	width: 1000px;
}
.woning-type {
	float: left;
	width: 25%;
	background-color: #EAB010;
	height: 100%;
}
.wrap-woning-popup.groen {
	background-color: #b0ab6a;
}
.wrap-woning-popup.blauw {
	background-color: #577c85;
}
.wrap-woning-popup.rood {
	background-color: #a04647;
}
.woning-afbeelding {
	float: right;
	width: 50%;
	line-height: 0;
	background-color: #fff;
}
.woning-details {
	float: left;
	width: 50%;
	padding: 20px 20px 20px 20px ;
}
.woning-details h4 {
	font-weight: 500;
	color: #fff;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
}
.woning-details p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
}
.woning-details p span {
	display: inline-block;
	width: 166px;
}
.woning-details p.bijzonderheden {
	display: block;
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

.woning-details p.downloads {

}
.woning-details p.downloads a {
	color: #fff;
	background-color: #000;
	line-height: 1.3;
	margin-top: 14px;
	display: inline-block;
	padding: 6px 10px 4px;
	border: 1px solid #fff;
	font-size: 14px;
	text-decoration: none;
}
.woning-details p.downloads a:hover {
	color: #fff;
	background-color: green;
	border: 1px solid #fff;
}

.woning-afbeelding {
	height: 100%;
	padding-top: 32px;
}
.woning-afbeelding p {
	position: relative;
	height: 100%;
	margin: 0;
}
.inschrijven-pu,
.dl-pg,
.dl-tp  {
	margin-right: 10px;
}
.bijzonderheden small {
	display: inline-block;
	line-height: 1;
	margin-top: 6px;
}



.boxzilla-bouwnummer-1 .boxzilla-close-icon,
.boxzilla-bouwnummer-2 .boxzilla-close-icon,
.boxzilla-bouwnummer-3 .boxzilla-close-icon,
.boxzilla-bouwnummer-4 .boxzilla-close-icon,
.boxzilla-bouwnummer-5 .boxzilla-close-icon,
.boxzilla-bouwnummer-6 .boxzilla-close-icon,
.boxzilla-bouwnummer-7 .boxzilla-close-icon,
.boxzilla-bouwnummer-8 .boxzilla-close-icon,
.boxzilla-bouwnummer-9 .boxzilla-close-icon,
.boxzilla-bouwnummer-10 .boxzilla-close-icon,
.boxzilla-bouwnummer-11 .boxzilla-close-icon,
.boxzilla-bouwnummer-12 .boxzilla-close-icon,
.boxzilla-bouwnummer-13 .boxzilla-close-icon,
.boxzilla-bouwnummer-14 .boxzilla-close-icon,
.boxzilla-bouwnummer-15 .boxzilla-close-icon,
.boxzilla-bouwnummer-16 .boxzilla-close-icon,
.boxzilla-bouwnummer-17 .boxzilla-close-icon,
.boxzilla-bouwnummer-18 .boxzilla-close-icon,
.boxzilla-bouwnummer-19 .boxzilla-close-icon,
.boxzilla-bouwnummer-20 .boxzilla-close-icon,
.boxzilla-bouwnummer-21 .boxzilla-close-icon,
.boxzilla-bouwnummer-22 .boxzilla-close-icon,
.boxzilla-bouwnummer-23 .boxzilla-close-icon,
.boxzilla-bouwnummer-24 .boxzilla-close-icon,
.boxzilla-bouwnummer-25 .boxzilla-close-icon,
.boxzilla-bouwnummer-26 .boxzilla-close-icon,
.boxzilla-bouwnummer-27 .boxzilla-close-icon,
.boxzilla-bouwnummer-28 .boxzilla-close-icon,
.boxzilla-bouwnummer-29 .boxzilla-close-icon,
.boxzilla-bouwnummer-30 .boxzilla-close-icon,
.boxzilla-bouwnummer-31 .boxzilla-close-icon,
.boxzilla-bouwnummer-32 .boxzilla-close-icon,
.boxzilla-bouwnummer-33 .boxzilla-close-icon,
.boxzilla-bouwnummer-34 .boxzilla-close-icon,
.boxzilla-bouwnummer-35 .boxzilla-close-icon,
.boxzilla-bouwnummer-36 .boxzilla-close-icon,
.boxzilla-bouwnummer-37 .boxzilla-close-icon,
.boxzilla-bouwnummer-38 .boxzilla-close-icon,
.boxzilla-bouwnummer-39 .boxzilla-close-icon,
.boxzilla-bouwnummer-40 .boxzilla-close-icon {
	background-color: #b0ab6a;
	padding: 6px 9px;
	opacity: 1;
}

.boxzilla-bouwnummer-6 .boxzilla-close-icon,
.boxzilla-bouwnummer-7 .boxzilla-close-icon,
.boxzilla-bouwnummer-8 .boxzilla-close-icon,
.boxzilla-bouwnummer-9 .boxzilla-close-icon,
.boxzilla-bouwnummer-17 .boxzilla-close-icon,
.boxzilla-bouwnummer-18 .boxzilla-close-icon,
.boxzilla-bouwnummer-19 .boxzilla-close-icon,
.boxzilla-bouwnummer-20 .boxzilla-close-icon,
.boxzilla-bouwnummer-21 .boxzilla-close-icon,
.boxzilla-bouwnummer-22 .boxzilla-close-icon {
	background-color: #577c85;
	padding: 6px 9px;
	opacity: 1;
}

.boxzilla-bouwnummer-6 .nextend-fullscreen,
.boxzilla-bouwnummer-7 .nextend-fullscreen,
.boxzilla-bouwnummer-8 .nextend-fullscreen,
.boxzilla-bouwnummer-9 .nextend-fullscreen,
.boxzilla-bouwnummer-17 .nextend-fullscreen,
.boxzilla-bouwnummer-18 .nextend-fullscreen,
.boxzilla-bouwnummer-19 .nextend-fullscreen,
.boxzilla-bouwnummer-20 .nextend-fullscreen,
.boxzilla-bouwnummer-21 .nextend-fullscreen,
.boxzilla-bouwnummer-22 .nextend-fullscreen {
	background-color: #577c85;
	padding: 6px 9px;
	opacity: 1;
}

.boxzilla-bouwnummer-27 .boxzilla-close-icon,
.boxzilla-bouwnummer-28 .boxzilla-close-icon,
.boxzilla-bouwnummer-29 .boxzilla-close-icon,
.boxzilla-bouwnummer-30 .boxzilla-close-icon,
.boxzilla-bouwnummer-31 .boxzilla-close-icon,
.boxzilla-bouwnummer-32 .boxzilla-close-icon,
.boxzilla-bouwnummer-33 .boxzilla-close-icon,
.boxzilla-bouwnummer-34 .boxzilla-close-icon,
.boxzilla-bouwnummer-35 .boxzilla-close-icon,
.boxzilla-bouwnummer-36 .boxzilla-close-icon,
.boxzilla-bouwnummer-37 .boxzilla-close-icon,
.boxzilla-bouwnummer-38 .boxzilla-close-icon,
.boxzilla-bouwnummer-39 .boxzilla-close-icon,
.boxzilla-bouwnummer-40 .boxzilla-close-icon {
	background-color: #a04647;
	padding: 6px 9px;
	opacity: 1;
}
.boxzilla-bouwnummer-27 .nextend-fullscreen,
.boxzilla-bouwnummer-28 .nextend-fullscreen,
.boxzilla-bouwnummer-29 .nextend-fullscreen,
.boxzilla-bouwnummer-30 .nextend-fullscreen,
.boxzilla-bouwnummer-31 .nextend-fullscreen,
.boxzilla-bouwnummer-32 .nextend-fullscreen,
.boxzilla-bouwnummer-33 .nextend-fullscreen,
.boxzilla-bouwnummer-34 .nextend-fullscreen,
.boxzilla-bouwnummer-35 .nextend-fullscreen,
.boxzilla-bouwnummer-36 .nextend-fullscreen,
.boxzilla-bouwnummer-37 .nextend-fullscreen,
.boxzilla-bouwnummer-38 .nextend-fullscreen,
.boxzilla-bouwnummer-39 .nextend-fullscreen,
.boxzilla-bouwnummer-40 .nextend-fullscreen {
	background-color: #a04647 !important;
}

.page-id-644 .inschrijven-pu {
	/* display: none !important; */
}


.statuswoningen span {
	font-size: 22px;
	vertical-align: middle;
	margin-top: 2px;
	display: inline-block;
}
.statuswoningen p {
	margin-bottom: 0;
}



.semantic_ui .ui.table {
	border: 0px solid rgba(34, 36, 38, .15) !important;
	border-radius: 0 !important;
}

/* !NINJA TABLES */
td.groen {
	background-color: rgba(0, 127, 0, 1) !important;
	color: #fff !important;
}
td.oranje {
	background-color: rgba(255, 165, 0, 1) !important;
	color: #fff !important;
}
td.rood {
	background-color: rgba(255, 0, 0, 1) !important;
	color: #fff !important;
}
#footable_478 tbody tr:nth-child(odd) td.groen {
	background-color: rgba(0, 109, 0, 1) !important;
	color: #fff !important;
}
#footable_478 tbody tr:nth-child(odd) td.oranje {
	background-color: rgba(201, 131, 1, 1) !important;
	color: #fff !important;
}
#footable_478 tbody tr:nth-child(odd) td.rood {
	background-color: rgba(202, 0, 0, 1) !important;
	color: #fff !important;
}



.page-id-638 .gform_required_legend {
	display: none;
}


.gform_wrapper.gravity-theme .gsection.geenhoogte {
	border-bottom: 0;
	padding: 00;
}
.gform_wrapper.gravity-theme .gsection.geenhoogte h3 {
	display: none;
}


.no-break-mobile {
	
}



body.page-id-638, 
.page-id-638 button, 
.page-id-638 input, 
.page-id-638 select, 
.page-id-638 optgroup, 
.page-id-638 textarea,
.page-id-638 h2,
.page-id-638 h3 {
	color: #000;
}

.page-id-638 input[type="text"], 
.page-id-638 input[type="email"], 
.page-id-638 input[type="url"], 
.page-id-638 input[type="password"], 
.page-id-638 input[type="search"], 
.page-id-638 input[type="number"], 
.page-id-638 input[type="tel"], 
.page-id-638 input[type="range"], 
.page-id-638 input[type="date"], 
.page-id-638 input[type="month"], 
.page-id-638 input[type="week"], 
.page-id-638 input[type="time"], 
.page-id-638 input[type="datetime"], 
.page-id-638 input[type="datetime-local"], 
.page-id-638 input[type="color"], 
.page-id-638 textarea {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	padding: 3px;
	background-color: transparent;
}


.page-id-638 ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.page-id-638 ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

#gform_2 {
	font-weight: 300;
}

.downloads-acc {
	font-weight: 500;
}
.downloads-acc h3,
.downloads-acc a {
	color: #373d2f;
}

.downloads-acc a {
	text-decoration: underline;
}
.downloads-acc a:hover {
	color: #000;
}
.downloads-acc.faqs h2 {
	color: #373d2f;
	font-size: 26px;
}
.downloads-acc.faqs {
	padding-top: 20px;
	margin-bottom: 40px;
}
.quicklinks a {
	color: #373d2f;
	text-decoration: none;
}
.quicklinks a:hover {
	text-decoration: underline;
}


.woning-typen a {
	color: #cce0ce;
	text-decoration: underline;
}
.woning-typen a:hover {
	color: #fff;
	text-decoration: underline;
}
.woning-typen a:visited {
	color: #cce0ce;
	text-decoration: underline;
}



.n2-full-screen-widget-image:before {
	content: "Beeld vergroten ->";
	position: absolute;
	color: #000;
	left: -110px;
	font-size: 13px;
	top: 9px;
	font-weight: 400;
}

.n2-ss-slider--fullscreen .nextend-arrow {
	bottom: 20px !important;
}

.n2-ss-slider--fullscreen .nextend-arrow img {
	width: 40px !important;
}


/* !WONINGKIEZER indien uncommented > oranje */

div [data-title="4w"],
/* div [data-title="5w"], */
/* div [data-title="11w"], */

/* div [data-title="15w"], */
/* div [data-title="16w"], */
div [data-title="17w"],
/* div [data-title="19w"], */
div [data-title="20w"]
/* div [data-title="22w"], */
/* div [data-title="23w"], */

/* div [data-title="25w"] */
{
	background: rgba(255, 133, 0, 0.65) !important;
}

/*div [data-title="29w"] polygon,*/
/* div [data-title="32w"] polygon, */
/* div [data-title="33w"] polygon */
div [data-title="34w"] polygon
/* div [data-title="35w"] polygon */
/* div [data-title="36w"] polygon, */
/* div [data-title="37w"] polygon, */

/* div [data-title="40w"] polygon   */
{
	fill: rgba(255, 133, 0, 0.65);
}

/* Hieronder indien verkocht */

div [data-title="7w"],
div [data-title="8w"],
div [data-title="9w"],
div [data-title="6w"],
div [data-title="10w"],
div [data-title="12w"],
div [data-title="13w"],
div [data-title="14w"],
div [data-title="26w"] {
	background: rgba(255, 38, 0, 0.5) !important;
}
div [data-title="1w"] polygon,
div [data-title="27w"] polygon,
div [data-title="28w"] polygon,
div [data-title="30w"] polygon,
div [data-title="31w"] polygon,
div [data-title="38w"] polygon,
div [data-title="39w"] polygon {
	fill: rgba(255, 38, 0, 0.5);
}



/* !MEDIA QUERIES */

@media screen and (min-width: 2300px) {
	.home .diap.home-header-tekst.dark {
		padding-top: 135px !important;
	}
}

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

	body, button, input, select, optgroup, textarea {
		font-size: 18px;
	}
	.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
		padding: 4px !important;
	}
	.page-id-31 .text-blok {
		margin: 100px auto 0;
	}
	
	
	
	.pre-sale a {
		display: inline-block;
		width: 275px;
		height: 275px;
		background-image: url(/wp-content/themes/lm-projects/img/big-button.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 999;
		position: relative;
		margin-top: -78px;
		position: absolute;
		right: 40px;
	}
	.hoofdtekst {
		
	}
	.fullsite .site .intro, .site-info {
		padding: 0 20px;
	}
	.foto-rond img {
		min-width: 100%;
	}
	.klimmen {
		margin-right: 20px;
	}
	.site-width {
		padding-right: 20px !important;
	}
	.download-wrap {
		position: absolute;
		width: auto;
		top: -135px;
		right: 0;
	}
}

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

}

@media screen and (max-width: 450px) {
	.page-template-page-barebones .entry-content {
		height: auto;
	}

	.page-template-page-barebones .header-buitenwaard,
	.page-template-page-barebones .footer-buitenwaard {
		position: initial;
	}
	.page-template-page-barebones .footer-buitenwaard {
		margin-top: 50px;
	}
	
	.banner {
		position: absolute;
		top: 158px;
		left: 60%;
		right: 0;
		width: 140px;
	}
	.banner-link a {
		width: 101px;
		height: 100px;
	}
	
	
	h1 {
		font-size: 28px;
	}
	.page-template-page-barebones .text-blok {
		padding: 0 20px;
	}
	
	
	.pre-sale a {
		margin-top: 0;
		position: relative;
		right: 40px;
	}
	.fullsite .site .intro, .site-info {
		padding: 0;
	}
	.site-width {
		padding: 30px 20px !important;
	}
	.home-header-tekst {
		margin-top: 0;
	}
	.minpadding {
		padding-top: 0 !important;
		margin-top: -45px;
	}
	.woning-typen-inner-wrap {
		margin-top: 44px;
	}
	.dubbel-beeld {
		margin: 60px 16px;
	}
	.vogelvlucht-eronder {
		margin-bottom: 0;
	}
	.molen {
		margin-top: 0;
	}
	.tweekapper-wrap .foto-rond.tweekapper, .villa-wrap .foto-rond.villa, .rijwoning-wrap .foto-rond.rijwoning {
		max-width: 300px;
		z-index: 99999;
		position: relative;
		margin: 30px auto;
	}
	.tweekapper-wrap, .villa-wrap, .rijwoning-wrap {
		max-height: unset;
		padding: 20px 0 40px !important;
	}
	.woning-typen p,
	.woning-typen h2 {
		text-align: center !important;
	}
	
	.villa-eerste-verdieping-tekst {
		margin-top: 0;
	}
	
	.stoel-en-lamp {
		max-width: 300px;
		display: none;
	}
	.villa-eerste-verdieping {
		max-width: 34%;
		margin: 70px auto 0;
	}
	.villa-begane-grond-tekst {
		margin-top: -34px;
	}
	.download-plattegrond a {
		display: flex;
		width: 145px;
		height: 150px;
		background-image: url(/wp-content/uploads/2025/04/download-plattegrond.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 999;
		position: relative;
		margin-top: -94px;
		margin-right: 13px;
	}
	
	.avond-buiten {
		display: none;
	}
	.tweekapper-begane-grond-tekst {
		margin-top: 0;
		margin-left: 125px;
	}
	.download-plattegrond a {
			display: flex;
			width: 145px;
			height: 150px;
			background-image: url(/wp-content/uploads/2025/04/download-plattegrond.svg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			text-indent: -9999px;
			overflow: hidden;
			z-index: 999;
			position: relative;
			margin-top: 90px;
			margin-right: 13px;
	}
	.tweekapper-eerste-verdieping {
		margin-top: 110px;
		padding: 0 20px;
		max-width: 61%;
	}
	.tweekapper-eerste-verdieping-tekst {
		margin-top: 0;
	}
	.rijwoning-begane-grond-tekst {
		margin-top: 0;
	}
	.rijwoning-eerste-verdieping {
		margin-top: 0;
		padding: 0 20px;
		max-width: 58%;
	}
	.zomer-buiten {
		display: none;
	}
	.schommel {
		display: none;
	}
	.rijwoning-tweede-verdieping {
		margin-top: 0;
		padding: 20px;
		max-width: 58%;
	}
	.rijwoning-tweede-verdieping-tekst {
		margin-top: 0;
	}
	
	
	
	
	.footer-rij {
		margin-bottom: 0 !important;
		padding: 20px 20px !important;
	}
	.afsluiter p {
		text-align: center !important;
	}
	.afsluiter img {
		margin: 0 auto !important;
	}
	
	
	
	.wrap-woning-popup {
		height: auto;
		width: 100%;
	}
	.woning-type {
		float: none;
		width: 100%;
		height: 120px;
	}
	.woning-afbeelding {
		float: none;
		width: 100%;
		line-height: 0;
		height: auto;
	}
	.woning-details {
		float: none;
		width: 100%;
		padding: 12px 20px 20px 20px;
	}
	.woning-afbeelding {
		padding-top: 0;
	}
	.imp-object-text.imp-object {
		font-size: 7px !important;
	}
	
	
	
	body:not(.home) .usp-button {
		width: 110px;
		height: auto;
		z-index: 9999;
		position: fixed;
		right: 20px;
		top: 20px;
		transition: all 0.5s ease-in-out;
	}
	.usp-button:hover {
		transform: scale(1.05)
	}
	.kom-langs {
		width: 130px;
		height: auto;
		z-index: 99999;
		position: fixed;
		right: 10px;
		top: 20px;
		transition: all 0.5s ease-in-out;
	}
	
	.double-button {
		width: 100%;
		z-index: 999;
		position: relative;
		margin-top: 0;
		position: relative;
		right: 0;
		left: 0;
	}
	
	.subpagina .knoppen a {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	.page-id-981 .text-blok,
	.page-id-998 .text-blok {
		padding: 0 20px;
	}
	
	
}