/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
margin:0;
padding:0;
color: #535353;
line-height: 1.550;
}

html {
  font-size: 100%;
}

body, p, td, td p {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {
margin-bottom:15px;
}

h1, h3, #footer h5, h4 {
font-family: 'Questrial', sans-serif;
 font-size: clamp(28px, 4vw, 40px);
font-weight:normal;
line-height:100%;
color:#000000;
}

h2 {
font-family: 'Questrial', cursive;
font-weight:normal;
 font-size: clamp(20px, 2.5vw, 26px);
line-height:120%;
}

h3 {
text-transform:uppercase;
font-weight: normal;
 font-size: clamp(16px, 1.8vw, 20px);
color:#000000;
}

p.small {
 font-size: clamp(11px, 1vw, 13px) !important;
color: #999999;
}

a {
text-decoration:none;
color:#668f7c;
}





ul.subnav {
margin:0;
padding:0;
list-style-type:0;
}

ul.subnav li {
display:inline-block;
margin-bottom:15px;
}

a.button, span.button, input[type=submit], ul.subnav li a, footer.button {
display:inline-block;
width:auto;
padding: 9px 10px;
background-color:#f18e7a;
color:#FFFFFF;
font-family: 'Questrial', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
text-transform:uppercase;
line-height:100%;
border: solid 2px #f18e7a;
transition: all 500ms ease;
cursor: pointer; 
	border-radius: 5px;
}
.button-container {
    display: flex;
    justify-content: center; /* horizontaal centreren */
    align-items: center;     /* verticaal centreren (optioneel als je hoogte hebt) */
    width: 100%;             /* volledige breedte van de container */
    margin: 20px 0;          /* optionele ruimte boven/onder */
}

footer.button {
padding:9px 10px;
min-width:150px;
}

a.button:hover, input[type=submit]:hover, ul.subnav li a:hover, footer.button:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

*:active, *:focus { 
outline: 0; 
} 

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
filter: none;
}

input[type=text], input[type=email],input[type=password] {
line-height:36px;
border:solid 1px #2D3134;
font-family: 'Questrial', sans-serif;
font-size: 16px;
padding: 0 12px;
}

textarea {
border:solid 1px #2D3134;
font-family: 'Questrial', sans-serif;
font-size: 16px;
padding:12px;
}

form.mx_contact_form input[type=text], form.mx_contact_form input[type=email], form.mx_contact_form textarea {
background-color:#EEEEEE;
border: solid 1px #EEEEEE;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 20px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 20px; }

#content img {
max-width:100%;
height:auto;
}
.vervolgmw {padding:0 !important;}
.vervolgmw h1 {    padding-top: 50px;
   }
.midden {max-width:1200px;margin:0 auto;    padding: 10px 25px 15px;

}
.midden {
    display: flex;
    flex-direction: column;

}
.midden2 {
    display: flex;
    flex-direction: column;
    align-items: center;   /* horizontaal perfect midden */
    justify-content: center;
    text-align: center;
}

.midden ul, #content ul {
    position: relative;
    padding-left: 5px;
    margin-bottom: 30px;
	list-style:none;
}

.midden li, #content li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
	list-style:none;
}

.midden li::before, #content li::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid #f18e7a;
}


.mx_share {
    justify-content: center; /* iconen onderling centreren */
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}

#topwrapper {
width:100%;
}

#top {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:5px 30px;
}

#payoff {
float:left;
width:50%;
}

#socialtop {
float:left;
width:50%;
text-align:right;
}

#socialtop i {
margin-left:5px;
}

#headerwrapper {
width:100%;

}
#headerwrapper {
    width: 100%;
    position: sticky;   /* plakt wanneer je scrollt */
    top: 0;             /* vanaf de bovenkant */
    z-index: 1000;      /* boven andere elementen */
    background-color: #fff; /* geef een achtergrond om overlappen te voorkomen */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optioneel: klein schaduweffect */
}

@media (min-width: 1024px) {
    #headerwrapper {
        position: sticky;
        top: 0;
        z-index: 1000;
    }
}

#header {
width:100%;
max-width:1240px;
padding:0 30px;
margin:0 auto;
}

#logo {
float:left;
width:auto;
padding-top:20px;
	position: absolute;
	z-index: 999;
}
#logo img {width:195px; height:auto;}
#logo a {
font-family: 'Satisfy', cursive;
font-size:36px;
color:#000000 !important;
text-decoration:none !important;
}

#nav {
float: left;
    width: 85%;
    text-align: right;
    margin-left: 14%;
}

#sfeerwrapper { 
    width: 100%;
    background-size: cover;
    background-position: top center;
    position: relative; /* noodzakelijk voor ::after */
    overflow: hidden;
	    margin-top: 50px;
}

#sfeerwrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images3/golf-wit.png);
    background-size: 48%;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    transform: translateX(120%);
    animation: golfInkomen 3s ease-out forwards;
}

@keyframes golfInkomen {
  to {
    transform: translateX(0);
  }
}


#sfeerwrapper { 
 
	 margin-top: 0px;
}


#sfeer {
/*background: rgb(42, 46, 75) transparent;
background: rgba(42, 46, 75, 0.8);*/
	background: rgba(114, 88, 73, 0.7);
width:100%;
}

#sfeertext {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:60px 30px;
color:#FFFFFF;min-height: 300px;
}


#sfeer h3 {
font-family: 'Questrial', sans-serif;
font-size:30px;
font-weight:normal;  
line-height:100%;
color:#FFFFFF;  
}

#sfeer h3:nth-of-type(2) {
display:none;
}

#breadcrumbs ul {
padding: 0;
margin: 0;
float: left;
font-size:13px;
}

#breadcrumbs ul li { display: inline-block; }

#breadcrumbs ul li a {
width:auto;
color:inherit;
text-decoration: underline;
float: left;
}

#breadcrumbs ul li:after {
content:"/";
padding-left:8px;
padding-right:8px;
text-decoration:none;
}

#breadcrumbs ul:last-of-type li:last-of-type:after {
display:none;
}

#contentwrapper {
width:100%;
}

#content {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:50px 30px;
}

#asidewrapper {
width:100%;
background-color:#668f7c;
padding: 20px 50px;
}

#aside {
width:100%;
max-width:1140px;
border: solid 1px #FFFFFF;
padding:25px 20px 0 20px;
color:#FFFFFF;
margin: 0 auto;
text-align:center;
}

#aside h2 {
font-size:36px;
}

#aside h3 {
color:#FFFFFF;
}

#referencesheader {
text-align:center;
padding-top:40px;
}

#references {
padding:60px 0 60px 0;
}

/* SOCIAL BLOKKEN HOME */

.social-blokken-home {
    width:100%;
    overflow:hidden;
}

.social-blok {
    position:relative;
    float:left;
    width:32%;
    margin-top:60px;
    margin-right:2%;
    padding-bottom:15px;
    border-bottom:solid 2px #F8F8F8;
}

.social-blok:nth-of-type(3) {
    margin-right:0;
}

/* ICON BOVENOP */

.social-icon {
    position:absolute;
    top:-20px;
    left:50%;
    margin-left:-35px;
    width:70px;
    height:60px;
    border-radius:5px;
    color:#FFFFFF;
    font-size:32px;
    display:flex;
    align-items:center;
    justify-content:center;
	z-index: 99;
}

/* PLATFORM KLEUREN */
.social-icon.instagram { background:#f18e7a; } /* evt. Instagram-kleur */
.social-icon.pinterest { background:#f18e7a; }
.social-icon.facebook  { background:#f18e7a; }

/* IMAGE */

.social-image {
    margin-bottom:35px;
}

.social-image img {
    width:100%;
    height:auto;
    border-radius:5px;
}

/* CONTENT */

.social-content h3 {
    margin:0 0 10px 0;
}

.social-content p {
    margin:0;
}

/* FOOTER */

.footer-breed {
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px 5%;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links a {
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
    position: relative;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 100%;
}
@media (max-width: 680px) {
    .footer-links {
        flex-direction: column;
        align-items: center;
    }
}


.social-footer {
    position:absolute;
    width:100%;
    bottom:-25px;
    left:0;
}
/* IMAGE WRAPPER */

.social-image {
    position:relative;
    overflow:hidden;
    border-radius:5px;
}

.social-image img {
    width:100%;
display: flex;
    
}

.mx_logged_in .social-image
 {
    width: 100%;
    display: block;
	     overflow: inherit;
}


/* OVERLAY */

.social-overlay {
    position:absolute;
    inset:0;
    background:rgba(114,88,73,0.45);
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    opacity:0;
    transition:opacity .3s ease;
}

.social-image:hover .social-overlay {
    opacity:1;
}

/* TEKST */

.social-overlay h3 {
    margin:0 0 5px 0;
     font-size: clamp(18px, 2.2vw, 22px);
	color:#fff;
}

.social-overlay p {
    margin:0 0 15px 0;
    font-size: clamp(13px, 1.4vw, 15px);
}

/* BUTTON */

.social-btn {
    display:inline-block;
    padding:8px 18px;
    border:2px solid #fff;
    font-size:13px;
    text-transform:uppercase;
}

/* MOBILE: altijd zichtbaar */

@media screen and (max-width:700px) {
    .social-overlay {
        opacity:1;
        background:rgba(0,0,0,0.55);
    }
}


/* MOBILE */

@media screen and (max-width:700px) {
    .social-blok {
        width:100%;
        margin-right:0;
    }
}







#footerwrapper {
width:100%;
}

#footer {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:60px 30px;
text-align:center;
}

#footer p {
text-transform:uppercase;
font-size:16px;
}

#bottomwrapper {
width:100%;
background-color:#725849;
}

#bottom {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:30px 30px;
color:#FFFFFF;
line-height:100%;
}

#bottom span {
font-family: 'Questrial', sans-serif;
font-size:22px;
padding-left:3px;
}

#copy {
float:left;
width:50%;
}

#copy a {
display:inline-block;
color: #ccc;
padding-top:4px;
}

#socialbottom {
float:left;
width:50%;
text-align:right;
}

#socialbottom i {
padding:0 8px;
font-size:20px;
}

#socialbottom i:last-of-type {
padding-right:0;
}
#socialbottom .social-icons a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 12px;
    text-decoration: none;
}

#socialbottom .social-icons a:hover {
    opacity: 0.7; /* subtiele hover */
}

.clear {
clear:both;
}

.mx_pagination {
width:100%;
text-align:center;
}

.mx_pagination ul {
border:none !important;
}

.mx_pagination ul li {
    border-left:none !important;
}

.mx_pagination ul li a {
border: solid 1px #000000;
color:#000000;
}

.mx_pagination ul li a:hover {
background-color:#EEEEEE;
}

.mx_pagination ul li.mx_current a {
border: solid 1px #000000;
color:#ffffff;
background-color:#000000;
}


.mx_pagination ul, .mx_pagination li {
display: inline-block;
float:none !important;
}

.mx_pagination ul li, .mx_pagination ul li a, .mx_pagination ul {
border-radius:0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius:0 !important;
}

.cat_list {
float: left;
width: 32%;
margin-right: 2%;
background-color: #EEEEEE;
margin-top: 15px;
margin-bottom: 25px;
padding: 15px;
position: relative;
}

.cat_list:nth-of-type(3) {
margin-right:0;
}

.cat_list_image img {
width:100%;
height:auto;
}

.cat_list a {
color: #535353;
text-decoration: none;
}

.cat_list_description {
padding: 15px 5px;
}

.cat_list footer {
position: absolute;
bottom: -20px;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space:nowrap;
}

.category_product {
width: 100%;
height: auto;
border-bottom: 2px #F8F8F8 solid;
text-align: center;
padding-bottom: 30px;
padding-top: 40px;
margin-bottom: 40px;
}

.category_product_image {
float: left;
height: auto;
width: 25%;
background-size: cover;
background-position: center center;
}

.category_product_image a {
display:block;
width:100%;
height:100%;
}

.category_product_description {
float: left;
height: auto;
width: 75%;
position: relative;
padding: 0 15px;
}

.category_product footer {
position: absolute;
text-align: center;
width: 100%;
left: 0;
bottom: -50px;
}

.product_image {
float:left;
max-width:30%;
margin-right:15px;
}

.product_image img {
width:100%;
}

.product_prices {
font-size: 18px;
margin: 0 0 10px;
text-align:center;
}

.product_old_price {
font-family: 'Old Standard TT', serif;
text-decoration: line-through;
font-size: 20px;
}

.product_price, .product_new_price{
font-family: 'Old Standard TT', serif;
font-size: 42px;
}

.product_vat {
font-size: 12px;
display: block;
}

p.buttons {
text-align:center;
}

p.back {
text-align:left;
margin-top:20px;
}

#mapswrapper {
float:left;
width:60%;
height:auto;
}

#mapswrapper iframe{
display:block;
}

#address {
float:left;
width:40%;
height:auto;
background-color:#EEEEEE;
padding:35px 20px;
text-align:left;
}

#address p:last-of-type, #address h3 {
margin-bottom:0;
}

.portfolio-item {
float:left;
width:31.33%;
margin-right:3%;
margin-top:48px;
text-align:center;
}

.portfolio-item:nth-of-type(3n) {
margin-right:0;
}

.portfolio-item a {
color:#535353;
text-decoration:none;
}

.portfolio-item-image {
margin-bottom:20px;
}

.portfolio-item-desc {
position:relative;
border-bottom:solid 2px #F8F8F8;
padding-bottom:24px;
margin-bottom:48px;
}

.portfolio-item-footer {
position:absolute;
bottom:24px;
width:100%;
}

.portfolio-item-footer span {
  position: absolute;
  white-space:nowrap;
 left: 50%;
  transform: translateX(-50%);
}

.portfolio-item-image img{
width:100%;
display:block;
	border-radius: 5px;
}

.pricing-item {
float:left;
width:31.33%;
margin-right:3%;
margin-top:48px;
margin-bottom:48px;
background-color:#EEEEEE;
text-align: left;
padding:35px 50px;
position:relative;
}

.pricing-item:nth-of-type(3n) {
margin-right:0;
}

.pricing-description ul {
margin:0;
padding:0;
list-style-type:none;
}

.pricing-description ul li {
padding-left:20px;
position:relative;
}

.pricing-description ul li:before {
position:absolute;
left:0;
display:block;
content:"\f00c";
font-family:"FontAwesome";
color: #668f7c;
}

.pricing-price {
padding-top:40px;
text-align:center;
font-family: 'Satisfy', cursive;
font-size:28px;
line-height:100%;
}

.pricing-label {
font-family: 'Satisfy', cursive;
font-size:22px;
position:absolute;
top:-18px;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#668f7c;
color:#FFFFFF;
padding:3px 13px;
}

.pricing-button {
position: absolute;
width:100%;
bottom:-46px;
left:0;
text-align:center;
}

.fancybox-title fancybox-title-float-wrap {
display: none !important;
}

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

#asidewrapper {
padding: 20px 30px;
}
}

@media screen and (max-width: 1023px) {
	
.portfolio-item, .portfolio-item:nth-of-type(3n) {
width: 48%;
margin-right:4%;
}

.portfolio-item:nth-of-type(2n) {
margin-right:0;
}

.pricing-item {
padding:20px 20px;
}

} /* end mediaquery */

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

#sfeerwrapper {
   margin-top: 60px;
}


	
	
#logo {
width:80%;
padding:15px 0;
	position: fixed;
}

#nav {
display:none;
}

} /* end mediaquery */


@media screen and (max-width: 700px) {
	
	#sfeerwrapper::after {
    background-size: 112%;
    background-position: right -176px center;
   
}
	

#mobile-nav span {

}

#mapswrapper {
width:100%;
}

#address {
width:100%;
}
	
.portfolio-item, .portfolio-item:nth-of-type(3n) {
width: 100%;
margin-right:0;
}

.pricing-item {
width:100%;
margin-right:0;
}

h1, #footer h5, h4 {

}

.product_image {
max-width:100%;
margin-right:0;
margin-bottom:40px;
}

.cat_list {
width: 100%;
margin-right: 0;
}

} /* end mediaquery */

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



#copy {
width:100%;
text-align:center;
}

#socialbottom {
width:100%;
text-align:center;
padding-top:20px;
}

} /* end mediaquery */

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

#logo a {
font-size:30px;
}

} /* end mediaquery */