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

:root {
  --body-font-family: "Nunito Sans", sans-serif;
  --body-font-size: 16px;
  --body-font-weight: 500;
  --body-color: #545137;
  --body-dark-color: #10200F;
  --headers-font-family: "Kalnia", serif;
  --attention-font-family: "Caveat", cursive;
  --primary-color: #979683;
  --second-color: #734142;
  --second-dark-color: #4B3035;
  --second-light-color: #C5B4A6;
  --bg-color: #F8F3EB;
  }

* {
-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: var(--body-color);
line-height: 1.550;
}

body, p, td, td p {
font-family: var(--body-font-family);
font-weight: var(--body-font-weight);
font-size: var(--body-font-size);
}

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

ul, ol {
margin-top: 0;
margin-bottom: 30px;
}

h1 {
font-family: var(--headers-font-family);
font-size:36px;
font-weight:normal;
line-height:100%;
color:var(--body-dark-color);
text-align:center;
}

h1:after {
content:"";
display:block;
width:100px;
height:1px;
margin:5px auto 0 auto;
background-color:#535353;
}

h1 em {
font-family: var(--attention-font-family);
color: var(--second-color);
font-style: normal;
font-size: 54px;
}

h2 {
text-transform:uppercase;
font-weight: normal;
font-size:24px;
}

h3 {
font-family: var(--headers-font-family);
font-weight:normal;
font-size:18px;
line-height:120%;
}

h4 {
font-family: var(--headers-font-family);
font-size:36px;
font-weight:normal;
line-height:100%;
color: var(--second-color);
}

h4 em {
font-family: var(--attention-font-family);
color: var(--body-color);
font-style: normal;
font-size: 54px;
}

h5 {
font-family: var(--attention-font-family);
color: var(--second-color);
font-style: normal;
font-size: 30px;
line-height: 100%;
}

/*p, h2, ul, table{
max-width: 980px;
margin-left: auto;
margin-right: auto;
}*/

a {
color:var(--second-light-color);
text-decoration:none;
font-weight: bold;
}

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

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

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

input[type=text], input[type=email],input[type=password], select, textarea {
line-height:36px;
border-radius: 0px;  
border:solid 1px var(--body-color);
font-family: var(--body-font-family);
font-size: var(--body-font-size);
padding: 0 12px;
}

select {
padding-top: 8px;
padding-bottom: 8px;
background-color: var(--bg-color);
}

textarea  {
border:solid 1px #2D3134;
font-family: var(--body-font-family);
font-size: var(--body-font-size);
padding:12px;
}

a.button, span.button, input[type=submit], ul.subnav li a, footer.button, button.button {
display:inline-block;
width:auto;
padding: 13px 38px;
color:var(--bg-color);
background-color:var(--primary-color);
border: solid 2px var(--primary-color);
font-family: var(--headers-font-family);
font-size:16px;
border-radius: 25px;
line-height:100%;
transition: all 500ms ease;
cursor: pointer; 
font-weight:400;
}

a.button.outline {
color:var(--body-color);
background-color:var(--bg-color);
border: solid 2px var(--body-color);
}

a.button:hover, input[type=submit]:hover, ul.subnav li a:hover, footer.button:hover {
background-color: var(--body-color);
border: solid 2px var(--body-color);
text-decoration:none;
}

a.button.outline:hover {
background-color: var(--second-dark-color);
border: solid 2px var(--second-dark-color);
color: var(--second-light-color);
}

a:hover {
text-decoration:underline;
}

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



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

form.mx_contact_form label, form.mx_newsletter label {
/*font-family: var(--headers-font-family);
font-size:20px;*/
font-style:italic;
}

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

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

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

#headerwrapper {
width:100%;
background-color: var(--primary-color);
}

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

#logo {
float:left;
width:260px;
padding-top:15px;
padding-bottom: 15px;
}

#logo img {
height:85px;
width:auto;
display:block;
}

#nav {
float:left;
width:calc(100% - 260px);
text-align:right;
}

#sfeerwrapper {
width:100%;
background-size:cover;
background-position:bottom center;
}

#sfeer {
/*background: rgba(174, 207, 216, 0.5);*/
width:100%;
}

#sfeertext {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:90px 30px;
color:var(--bg-color);
}

#sfeer p.sfeertext-title {
font-family: var(--headers-font-family);
text-transform:none;
font-size:36px;
font-weight:normal;  
line-height:110%;
color:var(--bg-color);
text-shadow: 0px 3px 10px var(--body-dark-color);
}

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

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

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

#breadcrumbs ul li a {
width:auto;
color:var(--bg-color);
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:980px;
margin: 0 auto;
padding:80px 30px 50px 30px;
}

#asidewrapper {
width:100%;
background-color:var(--second-light-color);
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;
}

#footerwrapper {
width:100%;
}

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

#footer form.mx_form {
display: flex;
flex-wrap: wrap;
text-align: left;
gap:30px; 
padding-top: 30px;
}

#footer .mx_form_row {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 10px;
}

#footer .mx_form_row:last-of-type {
width: 100%;
text-align: center;
}

#footer form.mx_form .mx_form_input {
width: 100%;
}

#footer form.mx_form input[type="submit"] {
margin-left: 0;
}

#footer .mx_form_row > label {
  position: absolute;
  left: 5px;
  top: 8px;
  padding: 0 6px;
  line-height: 1;
  z-index: 2;
  transform-origin: left top;
  transition: transform 180ms ease, top 180ms ease, opacity 180ms ease;
  pointer-events: none;
  font-family: var(--attention-font-family);
  font-size: 26px;
}

#footer .mx_form_row .mx_form_input input,
#footer .mx_form_row .mx_form_input textarea,
#footer .mx_form_row .mx_form_input select {
  width: 100%;
  position: relative;
  z-index: 1;
}

#footer .mx_form_row.sl-label-focused > label,
#footer .mx_form_row.sl-label-active > label {
  top: -30px;
  opacity: 1;
}

#bottomwrapper {
width:100%;
background-color:var(--bg-color);
}

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

#bottom span {
font-family: var(--headers-font-family);
padding-left:3px;
font-size: 17px;
}

#copy {
width:50%;
font-size: 14px;
}

#copy a {
display:inline-block;
color: var(--primary-color);
padding-top:4px;
}

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

#socialbottom span {
font-family: var(--attention-font-family);
font-size:36px;
}

#socialbottom a {
color: var(--primary-color);
}

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

#socialbottom i:last-of-type {
padding-right:0;
}

.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:var(--bg-color);
}

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

#blockswrapper {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
margin-left: -15px;
padding-bottom: 70px;
padding-top: 30px;
}

.block {
width: calc(33.3% - 30px);
margin: 15px;
margin-bottom: 25px;
background-color: var(--second-light-color);
padding: 15px;
position: relative;
color: var(--bg-color);
}

.block h3 {
font-family: var(--attention-font-family);
font-size: 30px;
color: var(--second-color);
}

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

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

.block_description {
padding: 15px 5px;
}

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

p.buttons {
text-align:center;
}

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

.pageblockwrapper {
width: 100%;
}

.pageblockwrapper.licht {
background-color: var(--bg-color);
}

.pageblockwrapper.donker {
background-color: #b6b5a8;
}

.pageblockwrapper.first {
margin-top: 80px;
}

.pageblock {
width:100%;
max-width:1200px;
margin: 0 auto;
padding:75px 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
}

.pageblock h1 {
text-align: left;
}

.pageblock h1:after {
display: none;
}

.pageblock h2 {
margin-bottom: 10px;
}

.donker h3 {
color:var(--bg-color);
}

.donker a:not(.button) {
color:var(--bg-color);
}

.first .pageblock {
align-items: flex-start;
}

.pageblock_image {
width: 50%;
padding-right: 30px;
}

.first .pageblock_image img {
margin-top: -150px;
}

.pageblock_image img {
width: 468px;
  height: auto;
  max-width: 100%;
}

.pageblock_content {
width: 50%;
}

.even .pageblock_image {
order:2;
text-align: right;
  padding-left: 30px;
  padding-right: 0px;
}

.even .pageblock_content {
order:1;
}

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

#mapswrapper iframe{
display:block;
}

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

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

#content .review:nth-of-type(even) {
background-color:var(--bg-color);
padding:20px;
margin-bottom:30px;
}

.pricing-item {
float:left;
width:31.33%;
margin-right:3%;
margin-top:48px;
margin-bottom:48px;
background-color:var(--bg-color);
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: var(--second-color);
}

.pricing-price {
padding-top:40px;
text-align:center;
font-family: var(--headers-font-family);
font-size:28px;
line-height:100%;
}

.pricing-label {
font-family: var(--headers-font-family);
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:var(--second-color);
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) {

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

} /* end mediaquery */

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

#logo {
width:70%;
}

#logo img{
height: 55px;
}

#nav {
display:none;
}

#header-social {
top:23px;
}

#header-social i {
font-size:32px;
}

#language {
top:31px;
}

} /* end mediaquery */


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

#mobile-nav span {
display:none;
}

#mapswrapper {
width:100%;
}

#address {
width:100%;
}

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

h1, #footer h5, h4 {
font-size:40px;
}

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

.block { 
width: 100%;
}

.pageblock_content {
width: 100%;
order: 2!important;
}

.pageblock_image {
width: 100%;
text-align: center!important;
padding-left: 0!important;
padding-right: 0!important;
padding-bottom: 30px;
order: 1!important;
}

#contentwrapper ul, .pageblockwrapper ul, #reviews-text ul ,
#contentwrapper ol, .pageblockwrapper ol, #about-text ol{
margin-left: -25px;
}

.pageblock_content .button + .button {
margin-top: 20px;
}

} /* end mediaquery */

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

h1 {
font-size: 28px;
}

h1 em {
font-size:44px;
}

img[style*="left"], img[align="left"], 
img[style*="right"], img[align="right"] { 
display: block;
margin: 0 auto 25px auto;
float: none!important;
}

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

#socialbottom {
width:100%;
text-align:center;
padding-bottom:30px;
order: 1;
}

} /* end mediaquery */

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

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

} /* end mediaquery */