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

/*fix voor iframe demo*/
body, html {
width: 1px;
min-width: 100%;
*width: 100%;
 min-height: 100vh;
  margin: 0;
  /*background: linear-gradient(135deg, #ffffff 0%, #fff3eb 70%, #e96613 100%);*/
  color: #111;
}


img:not([src]):not([srcset]) {
  visibility: hidden;
}

html.mx_logged_in {
margin-top:0 !important;
}

.mx_logged_in #topwrapper, .mx_logged_in #menu{
top:52px;
}

.mx_logged_in #menu .container-bar {
top: 69px;
}

body {
margin:0;
padding:0;
color: #000;
line-height: 1.450;
}

/* Gebaseerd op: clamp(minimum, voorkeur/schaalbaar, maximum) */

body, p, td, td p {
    font-family: 'Roboto', sans-serif;
    /* Schaalt tussen 15px en 17px */
    font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
    font-weight: 300;
    line-height: 1.6;
}

h1 {
    margin: 0;
    /* Padding schaalt mee met de schermgrootte */
    padding-bottom: clamp(1.5rem, 4vw, 1.2rem); 
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-weight: 900;
}

h2, h3, h4, h5, h6 {
    margin: 0;
    /* Padding schaalt mee met de schermgrootte */
    padding-bottom: clamp(1.5rem, 4vw, 1.2rem); 
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-weight: 700;
}


h2 {
    margin-top: clamp(1.5rem, 4vw, 1.2rem);
}
h4 {padding:0;}

p, ul {
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    /* Schaal tussen 24px en 36px (iets groter dan h2 voor hiërarchie) */
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.50rem);
}

h2 {
    /* Schaal tussen 22px en 32px */
    font-size: clamp(1.375rem, 1.1rem + 1.2vw, 2rem);
}

h3 {
    /* Schaal tussen 20px en 26px */
    font-size: clamp(1.25rem, 1.1rem + 1vw, 1.625rem);
}

h1::before {
content: "";
display: block;
width: 100px;
height: 5px;
margin: 0 0 5px 0;
/*background: rgb(31,24,58);
background:linear-gradient(90deg,rgba(0,85,160) 25%,rgba(0,157,224) 50%,rgba(120,190,32));*/
    background: linear-gradient( to bottom, #ff9e49 -5%, #ff7e2d 12%, #ff6701 57%, #ff7e2d 75%, #ff9e49 125% )
	
}

h1[style*="center"]:before {
margin: 0 auto 30px auto;
}

h1[style*="right"]:before {
margin: 0 0 30px auto;
}

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

a{
color:#e7610d;
text-decoration:none;
}

a:hover {
text-decoration: underline
}

::selection {
  background: #e7610d; /* WebKit/Blink Browsers */
  color: #FFFFFF;
}
::-moz-selection {
  background: #e7610d; /* Gecko Browsers */
  color: #FFFFFF;
}

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea {
-webkit-appearance: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
line-height:36px;
padding:0 10px;
border: solid 1px #212529;
 font-family: 'Roboto', sans-serif;
font-size: 16px;
width: 100%;
max-width: 450px;
filter: none;
}

input[type="file"] {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
border: solid 1px #DDDDDD;
border-radius: 25px;
width: 100%;
max-width: 450px;
padding: 5px;
}

input[type=file]::-ms-browse {
line-height:30px;
padding: 0 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
background: #2ca5d9;
color:#FFFFFF;
text-transform:uppercase;
 font-family: 'Roboto', sans-serif;
font-size:15px;
border:none;
cursor: pointer;
}

input[type=file]::-webkit-file-upload-button {
line-height:30px;
padding: 0 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
background: #2ca5d9;
color:#FFFFFF;
text-transform:uppercase;
 font-family: 'Roboto', sans-serif;
font-size:15px;
border:none;
cursor: pointer;
}

input[type=file]::file-selector-button {
line-height:30px;
padding: 0 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
background: #2ca5d9;
color:#FFFFFF;
text-transform:uppercase;
 font-family: 'Roboto', sans-serif;
font-size:15px;
border:none;
cursor: pointer;
}

input:focus::placeholder { 
    opacity: 0; /* Firefox */
}

input:focus::-ms-input-placeholder { /* Microsoft Edge */
     opacity: 0;
}

select {
background-color: transparent;
height:36px;
padding:0 10px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-khtml-border-radius: 35px;
border-radius: 35px;
border: solid 1px #DDDDDD;
cursor: pointer;
}

textarea {
line-height:20px;
padding: 10px;
resize: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}

.button, input[type=submit], button {
display:inline-block;
color:#FFFFFF;
background-color:#e7610d;
padding:10px 17px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-khtml-border-radius: 35px;
border-radius: 35px;
text-transform:uppercase;
font-size:15px;
 font-family: 'Roboto', sans-serif;
font-weight:700;
transition: all 0.8s ease;
}

input[type=submit], button {
cursor:pointer;
border:none;
line-height:20px;
width: auto;
}

input[type=button] {
cursor:pointer;
}

.button.outline {
background-color: #FFFFFF;
color:#212529;
padding:8px 15px;
border:solid 2px #e7610d;
}

.button:after {
content:"\f061";
font-family:'Line Awesome Free';
font-weight:bold;
padding-left:6px;
position:relative;
top:0;
}

a.button:hover, input[type=submit]:hover {
color:#212529!important;
background-color:#d7e4db;
text-decoration: none;
}

.button.outline:hover {
color:#FFFFFF!important;
background-color:#e7610d;
}

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

td {
vertical-align:top;
}

ul.tick {
list-style-type:none;
padding-left:0;
}

ul.tick li:before {
content:"\f058";
font-family:'Line Awesome Free';
font-size: 24px;
padding-right:8px;
background: linear-gradient(to right, #212529 5%, #e7610d 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position:relative;
top:2px;
}

ul.tags {
list-style-type: none;
text-align: center;
max-width: 600px;
margin: 0 auto;
padding-left: 0;
}

ul.tags li {
display: inline-block;
margin: 8px 5px;
}

ul.tags li a, .button-small {
border: solid 1px #e7610d;
color: #e7610d;
text-transform: uppercase;
font-size: 14px;
 font-family: 'Roboto', sans-serif;
padding: 2px 8px;
border-radius: 20px;
}

#footer .button-small {
border: solid 1px #FFFFFF;
}

.button-small {
display: inline-block;
padding: 2px 8px;
  margin-bottom: 5px;
  line-height: 27px;
}

.button-small i {
float: left;
padding-right: 5px;
	    padding-top: 6px;
}

ul.tags li a:hover, .button-small:hover {
border-color: #0c4b35;
color: #0c4b35;
text-decoration: none;
}

p[style*="left"] {
font-family: "Times New Roman", Times,  "serif";
font-style: italic;
font-size:18px;
}

blockquote {
  width: 100%;
  margin: auto;
  margin-bottom:35px;
  position: relative;
  padding: 30px;
  padding-bottom:0;
  background: #FFFFFF;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 1em;
}
blockquote:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    /*background: linear-gradient(to right, #1f183a, #5FB748 90%);*/
	background-color: #212121;
}


/* FAQ - Modern Design */
.faq {
  width: 100%;
  padding: 40px 0;
}

.faqwrapper {
 
}

.faqlist {
  float: left;
  width: 100%;
  margin-right: 2%;
}

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



.faqitem {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(166, 126, 77, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #c1a480;
}

.faqitem:hover {
  box-shadow: 0 4px 16px rgba(166, 126, 77, 0.2);
  transform: translateY(-2px);
	opacity: 0.8;
}

.faqitem:before {
  display: none;
}
.faqwrapper .faqlist:last-of-type .faqitem:last-of-type {
    margin-bottom: 0;
}

.faqcontent ul {
  margin: 0 0 15px 20px;
  padding-left: 20px;
}

.faqcontent ol {
  margin: 0 0 15px 20px;
  padding-left: 20px;
}

.faqcontent ul li {
  padding: 5px 0;
  position: relative;
}

.faqcontent ul li:before {
  content: "•";
  color: #a67e4d;
  font-weight: bold;
  position: absolute;
  left: -15px;
}

.faqcontent ol li {
  padding: 5px 0;
}

.faqheader p {
  margin-bottom: 0;
  font-size: 16px !important;
  padding-right: 40px;
  font-weight: 600;
	padding-bottom: 0;
}

a.faqheader {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 20px 24px;
     background: linear-gradient(to bottom, #ff9e49 0%, #ff8f3f 20%, #ff7e2d 40%, #ff6701 101%, #ff7e2d 60%, #ff8f3f 80%, #ff9e49 100%);
  transition: all 0.3s ease;
}

a.faqheader:hover {
  background: linear-gradient(135deg, #e96613 15%, #f08a33 20%,);
}

a.faqheader::after {
  content: "+";
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: #fff;
  transition: transform 0.3s ease;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

a.faqheader.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.faqcontent {
  width: 100% !important;
  display: none;
  padding: 24px;
  background: #fff;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faqcontent p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.faqcontent p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
	.icon.lekkage {
 display:none;
}
}

@media screen and (max-width: 665px) {
  .faqlist {
    width: 100%;
    margin-right: 0;
  }
  
  a.faqheader {
    padding: 16px 20px;
  }
  
  .faqheader p {
    font-size: 15px !important;
  }
  
  .faqcontent {
    padding: 20px;
  }
}

/* Diensten wrapper en titels blijven zoals ze zijn */
.diensten-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 25px;
  text-align: center;
}

.diensten-titel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 28px;
}

/* Grid van de diensten */
.diensten-grid {
  display: flex;
  flex-wrap: wrap; /* maakt het mogelijk om meerdere rijen te vormen */
  gap: 20px;
  justify-content: center;
}

/* Kaarten */
.dienst-kaart {
  flex: 1 1 calc(25% - 20px); /* standaard 4 per rij */
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}
.dienst-kaart {text-decoration: none; color: inherit;}

.dienst-kaart:hover {
	text-decoration: none; color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(233,102,19,0.28);
}

.dienst-blok {
  width: 100%;
  height: 193px;
  background: linear-gradient(to bottom, #ff9e49 0%, #ff8f3f 20%, #ff7e2d 40%, #ff6701 101%, #ff7e2d 60%, #ff8f3f 80%, #ff9e49 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px;
	padding-bottom: 15px;
}

.dienst-icoon {
    width: 128px;
    height: 128px;
    margin: auto auto 0; /* duwt icoon naar beneden */

    background: #000;

    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 111px auto;
    mask-size: 111px auto;
}


.dienst-blok svg {
width: 62px;
    height: 62px;
}

.dienst-label {
  font-size: 16px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
	padding-bottom: 10px;
}

.dienst-tekst {
  background: #ffffff;
  padding: 14px 16px 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dienst-tekst .button {
  display: inline-block;
  width: auto;
  align-self: flex-start;
}

.dienst-omschrijving {
  margin-bottom: 12px;
  flex: 1;
}

.lees-meer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #e96613;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1.5px solid #e96613;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.15s ease, color 0.15s ease;
  align-self: flex-start;
  margin-top: auto;
}

.lees-meer:hover {
  background: #e96613;
  color: white;
}
/* Basis grid: standaard 4 per rij */
.diensten-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Standaard grid: 3 per rij (diensten pagina) */
.diensten-grid .dienst-kaart {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

/* Homepage variant: 4 per rij */
.diensten-grid.homepage-grid .dienst-kaart {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}

/* Tablet: 2 per rij */
@media (max-width: 900px) {
  .diensten-grid .dienst-kaart {
    flex: 1 1 calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
}

/* Mobiel: 1 per rij */
@media (max-width: 560px) {
  .diensten-grid .dienst-kaart {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
/* --------------------- RESPONSIVE --------------------- */

/* Tablet / kleiner desktop: 2 per rij */
@media (max-width: 1024px) {
  .dienst-kaart {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobiel: onder elkaar */
@media (max-width: 768px) {
  .dienst-kaart {
    flex: 1 1 100%;
  }

  .diensten-grid {
    gap: 15px; /* iets kleinere gap op mobiel */
  }
}



#mx_search_form {
width: 100%;
max-width: 550px;
margin-left: auto;
  margin-right: auto;
padding-bottom: 35px;
margin-top: 20px;
position: relative;
}

#menu #mx_search_form, #menu #mx_search_form input[type="text"] {
max-width: 700px!important;
}

#mx_search_form input[type="text"] {
width: 100%;
line-height: 42px;
max-width: 100%!important;
}

#menu input::placeholder { 
color: #FFFFFF; /* Firefox */
}

#menu input::-ms-input-placeholder { /* Microsoft Edge */
color: #FFFFFF;
}

#menu #mx_search_form input {
border:solid 1px #FFFFFF;
}

#mx_search_form button {
position: absolute;
top: 0;
right: -1px;
font-size: 28px;
line-height: 42px;
padding: 1px 8px;
}

#menu #mx_search_form button, #menu #mx_search_form input {
background-color: transparent;
color: #FFFFFF;
}

#headerwrapper {
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
background-size:cover;
    background-position: center;
position:relative;
}

#header {
background: rgb(31,24,58);
/*background: linear-gradient(90deg, rgba(255, 204, 153, 0.79) 20%, rgba(253, 234, 212, 0.79) 35%, rgba(255, 220, 180, 0.79));*/
	background: rgb(0, 0, 0);
background: linear-gradient(90deg,
rgba(0, 0, 0, 0.85) 20%,
rgba(35, 35, 35, 0.85) 35%,
rgba(0, 0, 0, 0.65)
);

height:auto;
padding:0 40px; 
}
#topwrapper {
position:fixed;
top:0;
left:0;
width:100%;
height:95px;
transition: all 0.7s ease;
padding:0 20px;
z-index:88;
pointer-events:none;
}

#topwrapper.stick {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 20%, rgba(35, 35, 35, 0.85) 35%, rgba(0, 0, 0, 0.65));
}

.progress-container {
  width: 100%;
  height: 4px;
  background: #ccc;
  display:none;
  position:absolute;
  bottom:0;
  left:0;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #e7610d;
  width: 0%;
}

#topwrapper.stick .progress-container {
display:block;
}

#payoffwrapper {
max-width:1300px;
margin:0 auto;
min-height:250px;
padding: 95px 30px 15px;
text-align:center;
color:#fff;
position: relative;
}

#payoffwrapper p {
font-size:36px;
font-weight:bold;
padding-bottom:5px;
 font-family: 'Roboto', sans-serif;
}

#breadcrumbs {
width: auto;
margin: 0 auto;
}

#payoffwrapper ul {
padding: 0;
margin: 0;
display: inline-block;
font-size:14px;
}

#payoffwrapper ul li { display: inline; }

#payoffwrapper ul li a {
width:auto;
color:#333333;
text-decoration: none;
float: left;
}

#payoffwrapper ul li a:after {
content:"›";
padding-left:10px;
padding-right:10px;
}

#payoffwrapper ul li a:hover span {
text-decoration:underline;
}

#logo {
/*background-image:url(../images/blob-shape-white.svg);
background-position:center bottom;
background-repeat:no-repeat;
background-size:100% auto;*/

	  display: block;       /* maakt het logo blokniveau zodat margin auto werkt */
    width: 320px;         /* pas dit aan naar gewenste logo-breedte */
    margin: 0 auto;       /* centreert horizontaal */
    padding: 0;
    pointer-events: initial;

}

#logo img {
width: 100%; height:auto;
}

#logo img.white {
display:block;
}

#logo img.color {
display:none;
}

#nav {
float:left;
width: 70%;
text-align:center;
pointer-events: initial;
}

#icons {
text-align:right;
float:right;
pointer-events: initial;
}
.icon.bellen {
  width: 200px;
	    border: #e7610d solid 0px;
}


.icon.bellen a {
  display: block;
  padding: 10px 0 10px 23px;
  background-color: #e7610d;   /* standaard ORANJE */
  color: #fff;                /* witte tekst */
  text-decoration: none;
}

.icon.bellen a i {
  color: #fff;                /* witte icon */
}

.icon.bellen a:hover {
  background-color: #000;     /* zwart bij hover */
  color: #fff !important;                /* wit blijft wit */
}

.icon.bellen a:hover i {
  color: #fff;                /* icon blijft wit */
}
.icon.lekkage {
  width: 200px;
  border: #000 solid 0px;
}

.icon.lekkage a {
  display: block;
  padding: 10px 0 10px 0px;
 
  color: #fff;              /* witte tekst */
  text-decoration: none;
}

.icon.lekkage a i {
  color: #fff;              /* wit icoon */
}

.icon.lekkage a:hover {
  background-color: #e7610d; /* oranje bij hover */
  color: #fff !important;
}

.icon.lekkage a:hover i {
  color: #fff;              /* icoon blijft wit */
}



.icon {
float:left;
width : 42px;
height : 42px;
margin-top : 30px;
margin-right: 7px;
margin-left:7px;
border-radius: 46px;
border: #e7610d solid 2px;
color:#FFFFFF;
background-color: #e7610d;
text-align:center;
position:relative;
}

.icon a {
color:#FFFFFF;
text-decoration:none;
}

.icon i {
font-size:24px;
line-height:42px;
position:absolute;
top:-2px;
left:8px;
}

.icon i.la-envelope {
top:-3px;
left:7px;
}

.icon i.la-user-check {
left:8px;
}

#mx_webshop_summary_button span {
background-color:#212529!important;
}

.icon-menu {
float:right;
width : 65px;
height : 65px;
margin-top : 15px;
border-radius : 46px;
border: #e96613 solid 2px;
}

.icon-menu-hide {display:none;}

.container-bar {
display : inline-block;
cursor : pointer;
padding-top : 8px;
padding-right : 11px;
}

.bar1, .bar2, .bar3 {
width : 34px;
height : 3px;
background-color : #fff;
margin : 9px 2px;
transition : 0.4s;
}

.change .bar1 {
transform : rotate(-45deg) translate(-10px,7px);
width : 35px;
background-color : #fff !important;
}

.change .bar2 {
opacity : 0;
background-color : #fff !important;
}

.change .bar3 {
transform : rotate(45deg) translate(-9px,-7px);
width : 35px;
background-color : #fff !important;
}

@media screen and (min-width: 641px) {



#topwrapper.stick #logo img.white {
display: none;
}

#topwrapper.stick #logo img.color {
display: block;
}

#topwrapper.stick #logo {
width: 224px;
        padding: 35px 20px 15px 0;
	display: inherit;display:none;
}
#topwrapper.stick .icon, #topwrapper.stick .icon-menu {
border-color:#e7610d;

}

#topwrapper.stick .icon, #topwrapper.stick .icon a{

}

#topwrapper.stick .bar1, #topwrapper.stick .bar2, #topwrapper.stick .bar3,
#menu.stick .bar1, #menu.stick .bar2, #menu.stick .bar3 {
background-color:#fff;
}

} /* end mediaquery */
.phoenix-container {
    pointer-events: none; /* Voorkomt conflicten */
}
.phoenix-container {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.phoenix-container:hover {
    transform: translateY(-8px);
}

.phoenix-logo {
      width: 70px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(231, 95, 13, 0.2));
    overflow: visible;
    padding: 5px;
    transition: filter 0.3s ease;
}

.block:hover .phoenix-logo {
    filter: drop-shadow(0 8px 20px rgba(231, 95, 13, 0.4));
}

/* Vleugel animatie - nu werkt het op het hele blok! */
.block:hover #oU1JqY {
    animation: wingFlap 0.4s ease-in-out infinite;
    transform-origin: center center;
}
.st0 {
        fill: #000;
      }


@keyframes wingFlap {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.05) scaleY(0.99);
    }
}






#contentwrapper {
width:100%;
height:auto;
position: relative;
	padding: 60px 25px 115px;
/*background-image:url(../images/blob-shape-grey.svg);
background-position: right -300px top -200px;
background-repeat:no-repeat;
background-size: 800px 100%;*/
}


/* --- 2 Kolom Sectie Basis --- */

.flex-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    background: transparent; /* Achtergrond wordt bepaald door de kolommen */
}

/* Linker tekstkolom (Desktop) */
.main-column {
    flex: 1;
    min-width: 300px;
    padding: clamp(1.5rem, 4vw, 3rem);
    background-color: #eee;
    /* Radius alleen links op desktop */
    border-radius: 20px 0 0 20px;
}

/* Rechter afbeelding kolom (Desktop) */
.image-aside {
    flex: 0 0 50%;
    min-height: 300px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    /* Radius alleen rechts op desktop */
    border-radius: 0 20px 20px 0;
    overflow: hidden; /* Zorgt dat de afbeelding binnen de radius blijft */
}

.image-aside img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    /* Radius matcht met de container */
    border-radius: 0 20px 20px 0;
}

@media (max-width: 680px) {
    .flex-section {
        flex-direction: column;
    }

    .main-column {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .image-aside {
        /* Gebruik 'flex: none' om te voorkomen dat flexbox de hoogte beperkt */
        flex: none; 
        width: 100% !important;
        
        /* Hier bepaal je de hoogte op mobiel */
        height: 533px; 
        /* Of gebruik min-height voor de zekerheid */
        min-height: 533px; 
        
        border-radius: 0 0 20px 20px;
        overflow: hidden;
    }

    .image-aside img {
        /* Belangrijk: zorg dat de afbeelding de nieuwe hoogte vult */
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 0 0 20px 20px;
    }
}

/* --- UL/LI Styling (Blijft hetzelfde) --- */
.main-column ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.main-column ul li {
    position: relative;
    padding: 12px 15px 12px 45px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5); /* Subtiel contrast op de #eee achtergrond */
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.main-column ul li::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #e7610d;
    font-weight: bold;
    font-size: 1.2rem;
}

.main-column ul li:hover {
    transform: translateX(5px);
    background-color: #fff;
}




#content {
width:100%;
max-width:1300px;
margin:0 auto;
padding: 60px 0;
}


/* Algemene lijst reset */
#content ul, #content ol {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

#content li {
    position: relative;
    padding: 5px 15px 5px 45px;
    margin-bottom: 5px;  
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  
}

#content li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(231, 97, 13, 0.1);
    border-color: #e7610d;
}

/* --- Unordered List (UL) styling --- */
#content ul li::before {
    content: '✓'; /* Of gebruik een bolletje: '●' */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #e7610d;
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- Ordered List (OL) styling --- */
#content ol {
    counter-reset: my-counter; /* Voor custom nummering */
}

#content ol li {
    counter-increment: my-counter;
}

#content ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e7610d;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
}



#column {
    float: left;
    width: 72%;
}
#column .column-variatie {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	row-gap: 0;
    align-items: flex-start;
    margin: 0;
}
#column .column-variatie-left {
    flex: 2;
    padding: 10px 0;
}
#column .column-variatie-right {
    flex: 1;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 22px;
    border-radius: 6px;
	margin-top: 18px;
	
}
#column .column-variatie-right ul {
    margin: 0;
    padding-left: 0px;
}
#column .column-variatie-right li {
    margin-bottom: 6px;
}
#column .column-variatie-wide {
    flex-basis: 100%;
}
@media (max-width: 768px) {
    #column .column-variatie {
        flex-direction: column;
        gap: 20px;
    }
}


#aside {
    display: block;
    float: left;
    width: 28%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 130px;
    left: 0;
    padding-left: 35px;
}

#review {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
      background: linear-gradient(to bottom, #ff9e49 0%, #ff8f3f 20%, #ff7e2d 40%, #ff6701 101%, #ff7e2d 60%, #ff8f3f 80%, #ff9e49 100%);
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* voorkomt dat afbeelding buiten het blok valt */
}

#review img {
  width: 100%;
  height: 100%;       /* vul de hoogte van het blok */
  object-fit: cover;  /* zorgt dat de afbeelding het blok volledig vult */
  display: block;
}

.review p {
  color: #FFFFFF;
}

.review p:first-of-type {
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  font-size: 18px;
}
/* container van afbeelding + tekst */
#reviewswrapper {
  display: flex;
  gap: 20px; /* ruimte tussen afbeelding en tekst */
  align-items: stretch; /* zorgt dat beide kolommen even hoog worden */
}

/* linkerkant: afbeelding */
#review {
  flex: 1; /* neemt evenveel ruimte als rechts */
  overflow: hidden; /* voorkomt dat afbeelding buiten blok valt */
  border-radius: 20px; /* optioneel, zelfde als blok */
}

#review img {
  width: 100%;
  height: 100%;      /* vult de hoogte van het flex-item */
  object-fit: cover; /* afbeelding vult blok volledig */
  display: block;
}

/* rechterkant: tekst/FAQ */
#about {
  flex: 1; /* evenveel ruimte als afbeelding */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/*.review p:first-of-type:before {
content:"“";
font-family: 'Nunito', serif;
font-size:42px;
line-height:22px;
position:relative;
top:10px;

}

.review p:first-of-type:after {
content:"”";
font-family: 'Nunito', serif;
font-size:42px;
line-height:0;
position:relative;
top:25px;
padding-left:15px;
}*/

.review h3 {
padding-bottom:0;
color:#FFFFFF;
}

img.portrait {
display:block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius:100%;
/*background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,rgba(0,85,160,.79) 50%,rgba(42,169,156,.79));*/
background-origin: border-box;
background-clip: content-box, border-box;
}

#review img.portrait {
    padding: 5px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    bottom: 4px;
    width: 97px;
    height: auto;
}


/* Full-width achtergrond */
.fotoblok-tekst-background {
    width: 100%;
    background: linear-gradient(to bottom, #eeeeee, #f2f2f2);
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Gecentreerde wrapper */
.fotoblok-tekst-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
    border-radius: 20px; /* optioneel, afgeronde hoeken van de content */
}

/* Flex container */
.fotoblok-tekst {
    display: flex;
    gap: 20px;
    align-items: stretch; /* belangrijke regel: maakt foto even hoog als tekst */
    text-align: left;
}

/* Afbeelding */
.fotoblok-tekst__image {
    flex: 0 0 40%; /* 40% van de breedte */
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Tekstvak */
.fotoblok-tekst__content {
    flex: 1; /* vult resterende ruimte */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Optioneel: styling tekst */
.fotoblok-tekst__content p {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive onder elkaar op mobiel */
@media (max-width: 768px) {
    .fotoblok-tekst {
        flex-direction: column;
        text-align: center;
    }

    .fotoblok-tekst__image,
    .fotoblok-tekst__content {
        flex: none;
        width: 100%;
    }

    .fotoblok-tekst__image {
        min-height: 200px; /* hoogte voor mobiel, kan aangepast worden */
    }
}


#sidemenu {
background-color:#FFFFFF;
padding:20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
margin-bottom:30px;
text-align:center;
}

#sidemenu i {
padding-bottom:15px;
}

#sidemenu i.la-filter, #aside i.la-filter {
font-size:60px;
background: linear-gradient(to bottom, #e7610d 5%, #049EDA 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-top:20px;
}

#sidemenu i.la-folder-open {
font-size:60px;
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Safari 3-8 */
transform: rotate(-90deg);
background: linear-gradient(to right, #049EDA 5%, #e7610d 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#sidemenu p {
font-size:24px;
font-weight:bold;

}

#sidemenu ul {
text-align:left;
list-style-type:none;
padding:0;
margin:0;
}

#sidemenu ul li a, .mx_webshop_filter strong {
display:block;
text-transform:uppercase;
color:#000000;
font-weight:bold;
font-size:15px;
}

.mx_webshop_filter strong {
display:inline;
}

#sidemenu ul li a:hover {
color:#e7610d;
}

#sidemenu ul li a:before, .mx_webshop_filter strong:before {
content:"\f061";
font-family:'Line Awesome Free';
font-weight:bold;
padding-right:5px;
}

#bottomcontentwrapper {
width:100%;
height:auto;
    background: #000;
position:relative;
overflow:hidden;
}

.bg-bottom {
position:absolute;
width:53%;
height:110%;
top:-20px;
right:0;
background: url("../images/banner.jpg");
background-size:cover !important;
background-position:bottom right !important;
border-bottom-left-radius:10% 100% ;
border-top-left-radius: 20% 100%;
z-index:1;
}

#bottomcontent {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 2% 30px;
    position: relative;
    z-index: 2;
    min-height: 300px;
}

#bottomcontent-inner {
width:75%;
color:#fff;
}
#bottomcontent-inner h3 {
	color:#fff;
}

#bottomcontent-inner > p {
max-width:45%;
}

#prices {
display: flex;
flex-wrap: wrap;
}

.price {
float:left;
width:31.33%;
margin-right:3%;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
border: solid 2px #212121;
/*background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #1f183a,
#B10265);
background-origin: border-box;
background-clip: content-box, border-box;*/
margin-bottom:35px;
}

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

.price .inner {
height:100%;
background-color:#FFFFFF;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-khtml-border-radius: 24px;
border-radius: 24px;
padding:20px;
padding-bottom:40px;
text-align:center;
position:relative;
}

.price h3, .price h4 {
padding-bottom:0;
}

.price h4 {
position:absolute;
bottom:10px;
left:0;
width:100%;
font-size:36px;
color:#e7610d;
 font-family: 'Roboto', sans-serif;
}

.member {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
border: solid 2px transparent;
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,rgba(0,85,160,.79) 50%,rgba(42,169,156,.79));
background-origin: border-box;
background-clip: content-box, border-box;
margin-bottom:35px;
}

.member .inner {
height:100%;
background-color:#FFFFFF;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-khtml-border-radius: 24px;
border-radius: 24px;
padding:20px;
padding-bottom:0;
text-align:center;
position:relative;
}

.member img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
margin-bottom:10px;
}

.member h3 {
padding-bottom:0;
}

.member i {
font-size:28px;
line-height:40px;

/*background: linear-gradient(to bottom, #049EDA 5%, #5FB748 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
padding:0 10px;
}

#counter {
padding-top:15px;
display: flex;
flex-wrap: wrap;
}

.counter {
float:left;
width:31.33%;
margin-right:3%;
margin-bottom:35px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;

/*background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,rgba(0,85,160,.79) 50%,rgba(42,169,156,.79));
background-origin: border-box;
background-clip: content-box, border-box;*/
text-align:center;
font-weight:700;
text-transform:uppercase;
 font-family: 'Roboto', sans-serif;
}

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

.counter .inner {
color: #212529;
background-color:#FFFFFF;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-khtml-border-radius: 24px;
border-radius: 24px;
padding:40px 20px;
text-align:center;
height:100%;
}

.counter span {
font-size:52px;
color:#e7610d;
}

#ctawrapper {
width:100%;
height:auto;
}

#cta {
width:100%;
max-width:1400px;
margin:0 auto;
padding: 20px 30px;
text-align:center;
}

#footerwrapper {
width:100%;
height:auto;
/*background: linear-gradient(90deg,rgba(204,221,209,.79) 25%,rgba(253,234,212,.79) 50%,rgba(209,221,205,.79));*/
background-color:#000000;
/*background-image: url("../images/Naamloos-2 kopie.png");
  background-position: bottom 0 right 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;*/
}

#footer {
width:100%;
max-width:1400px;
margin:0 auto;
padding: 60px 30px 0 30px;
color:#FFFFFF;
display: flex;
flex-wrap: wrap;
}

#footer ul {
list-style-type:none;
padding-left:0;
}

#footer h3 {
color: #fff;
}

#footer a {
color:#FFFFFF;
}

#column-1 a {
text-decoration: none;
}

#column-1 a::before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    padding-right: 6px;
    position: relative;
    top: 0px;
	transition: all 0.3s ease;
}

#column-1 a:hover::before {
    padding-right: 2px;
	padding-left:4px;
}
#column-1, #column-2, #column-3 {
float:left;
width:33%;
	
}

#column-3  i {
font-size:23px;
position:relative;
top:2px;
		text-align: center;

}
#column-4 {width:33%; text-align:right;}
#column-4 img {padding:5px;}


#google-reviews {
background-color:#FFFFFF;
width:272px;
display:inline-block;
padding:15px;
padding-top:20px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
}

#google-reviews a {
display:block;
color:#000000;
text-decoration: none;
}

#google-reviews img {
display:block;
width:60px;
height:auto;
float:left;
margin-right:10px;
margin-top:-5px;
} 

#google-reviews i, #google-reviews span {
color: #FF9900;
font-size:24px;
}

#google-reviews span {
font-size:18px;
}

#copy {
font-size:12px;
padding:20px;
color: #959595;
}

#bottomwrapper {
width:100%;
height:auto;
background-color:#FFFFFF;
}

#bottom {
width:100%;
max-width:1300px;
margin:0 auto;
padding: 15px 30px;
text-align:center;
}

#bottom a {
display:inline-block;
width:40px;
height:40px;
background-color: #e7610d;
margin:0 10px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
border-radius: 25px;
text-align:center;
}

#bottom i {
font-size:24px;
line-height:40px;
/*background: linear-gradient(to bottom, #049EDA 5%, #5FB748 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
color:#fff;
}

#bottom a:hover i {
/*background: linear-gradient(to bottom, #0055A0 5%, #0055A0 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
color:#000;
}

#mobile-contact {
text-align: center;
padding-top: 30px;
}

#mobile-contact a {
display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  margin: 0 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  background-color:#000000;
  position: relative;
  color: #FFFFFF;
}

#mobile-contact i {
font-size:24px;
line-height:42px;
}

.mx_pagination ul, .mx_pagination li {
border:none !important;
float:none !important;
text-align:center;
}

.mx_pagination li {
display:inline-block;
-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
-khtml-border-radius: 20px !important;
border-radius: 20px !important;
}

.mx_pagination li a{
background-color:#F2F2F2;
-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
-khtml-border-radius: 20px !important;
border-radius: 20px !important;
width:34px;
height:34px;
line-height:34px;
color:#000000;
padding:0 !important;
}

.mx_pagination li.mx_current a {
    background-color:#049EDA !important;
	color:#FFFFFF;
}

.clear {
clear:both;
}

.business .mx_news_block_item .mx_news_block_content .button.outline,
.mx_news_category_content .button.outline {
color:#212529!important;
border-color:#e7610d!important;
}

.business .mx_news_block_item .mx_news_block_content .button.outline:hover,
.mx_news_category_content .button.outline:hover {
color:#FFFFFF!important;
background-color:#e7610d!important;
}

.business .mx_news_block_item .overlay, .mx_news_category_image a {
background-color: transparent!important;
transition: all 0.7s ease;
}

/* basis afbeelding */
.business .mx_news_block_item img,
.mx_news_category_item .mx_news_category_image img{
transition: transform .4s ease;
}

/* hover vergroting */
.business .mx_news_block_item:hover img,
.mx_news_category_item:hover .mx_news_category_image img{
transform: scale(1.08);
}

/* overflow voorkomen */
.business .mx_news_block_item,
.mx_news_category_item .mx_news_category_image{
overflow:hidden;
}

h2#show-filters {
display:none;
}

@media screen and (max-width: 1240px) {
#bottomcontent-inner {
width:90%;
}

} /* end mediaquery */

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



} /* end mediaquery */

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

#content {
padding:0;
}

} /* end mediaquery */

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

.search {
display: none;
}

#column {
width:100%;
}
#contentwrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 25px 60px;
}

#aside {
        width: 100%;
        padding-left: 0;
}

#aside.category {
display:block;
padding-right: 0 !important;
width:100%;
position:relative;
top:inherit;
background-color: #FFFFFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
margin-bottom:35px;
padding:10px 20px !important;
}

#sidemenu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom:0;
padding:0;
display:none;
}

#sidemenu i {
display:none;
}

h2#show-filters {
display:block;
padding:0;
position:relative;
cursor:pointer;
}

h2#show-filters i{
font-size:40px !important;
top:0;
right:0;
padding-top:0 !important;
position:absolute;
}

#sidemenu ul {
padding-bottom:20px;
padding-top:20px;
}

#topwrapper, #header, #cta, #bottomcontent {
padding-left: 20px;
padding-right: 20px;
}

#logo {
width: 250px;
        padding: 0;
}

#contentwrapper {
background-position: right -300px top -200px;
background-repeat:no-repeat;
background-size: 600px 600px;
}


#payoffwrapper {
padding-left:0;
padding-right:0;
}

#footerwrapper {
background-image: none;
}

#footer {
padding:0;
}

#column-3 {
background:none;
}

#column-1 h3, #column-2 h3 {

}

#column-1 p, #column-1 a, #column-2 p, #column-2 a{

}

	#column-1, #column-2, #column-3, #column-4 {

padding: 40px 20px 0 20px;

}



#copy {
position:absolute;
}

#bottom {
text-align: right;
}

} /* end mediaquery */

@media screen and (max-width: 860px) {
.price p:nth-of-type(2) {
display:none;
}
	
		#column-1, #column-2, #column-3, #column-4 {
width:100%;
padding: 40px 20px 0 20px;
	text-align: left !important;
}

} /* end mediaquery */

@media screen and (max-width: 750px) {
.bg-bottom {
    width: 100%;
		    opacity: 0.3;
}
	 #bottomcontent-inner > p {
        max-width: 95%;
    }

	    #topwrapper, #header, #cta, #bottomcontent {
        padding-left: 20px;
        padding-right: 0;
    }
	
	#bottomcontent-inner > p {
    max-width: 70%;
}
#bottomcontent-inner {
    width: 100%;
	
}

.counter {
font-size:14px;
}

.counter span {
font-size:34px;
}

} /* end mediaquery */

@media screen and (max-width: 640px) {
	
		.icon.lekkage {
  display:none;
}
	

    .bg-bottom {
        width: 100%;
			    opacity: 0.3;
    }
    #bottomcontent-inner > p {
        max-width: 95%;
    }
	
	
	#column-4  i {
		text-align: left;

}
	
	#icons {
  width: 100%;
}

#topwrapper.stick {
position: absolute;
background-color: transparent;
}

#topwrapper.stick .progress-container {
  display: none;
}
#header {

}

#topwrapper {
padding:0 10px;
}

.price {
width:100%;
}

} /* end mediaquery */

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

#icons {
  width: 100%;
}

#mx_webshop_logged_in_status {
display:none;
}

#payoffwrapper p {
    font-size: 26px;
	}
	
h1, h2 {
font-size:24px;
}

.counter {
width:100%;
}

.counter .inner {
padding:5px 20px 15px 20px;
}

#column-1, #column-2, #column-3, #column-4 {
width:100%;
}

#google-reviews {
width:223px;
padding:10px;
padding-top:13px;
}

#google-reviews img {
width:50px;
margin-top:-2px;
} 

#google-reviews i {
font-size:20px;
}

#google-reviews span {
font-size:14px;
}

#column-3 {
background-image: none;
padding-bottom: 10px;
}

#copy {
position: relative;
}

#bottom {
text-align: center;
}

} /* end mediaquery */

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



#mx_webshop_summary {
display:none;
}

} /* end mediaquery */
#blogwrapper {
	background: linear-gradient(to bottom, #eeeeee, #f2f2f2);
	padding:40px 0
}

#projectenwrapper {
	background-color:#fff;
	padding:40px 0;
}
