@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: effra, sans-serif;
}




.imageStartHome{
  width:100%;
  object-fit:cover;
}

/* Cookie Melding */

.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 100;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #10182F;
  padding: 25px 0px;
  line-height: 25px;
}

.plenso_cookies>div a {
  color: #10182F;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #41AB35;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies>a:hover {
  transform: scale(1.1);
}


/* Einde Cookie Melding */

.center-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table {
  display: table;
  width: 100%;
  height: 100%;
}

.loctek-lightbox,
#loctek-lightbox-close {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #818285 !important;
  border-color: #818285 !important;
}



#loctek-lightbox-close {
  line-height: 20px !important;
}

.errors {
  margin-bottom: 1em;
  line-height: 1.5em;
}

#container {
  min-height: 100%;
  position: relative;
}

.c {
  line-height: 1.5em;
  font-family: effra, sans-serif;
}

#container .center {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
}

nav {
  float: right;
}

nav li,
nav ul {
  display: inline-block;
}

footer .center>div>span:last-child {
  display: block;
  text-align: right;
  color: #000;
}

nav a {
  font-size: 1.2em;
  height: 110px;
  line-height: 110px;
  padding: 0 1em;
  color: #6D6E72;
  display: inline-block;
}

nav a:hover,
nav .active {
  color: #41AB35;
}

#logo {
  margin-top: 5px;
  float: left;
}

header .center:after,
footer .center:after {
  display: block;
  clear: both;
  content: '';
}

#ttcontainer {
  position: relative;
  height: 150px;
  background: url(/images/tickertape.png) no-repeat center;
  background-size: cover;
}

#ttcontainer p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.7em;
}

footer .center {
  color: #696969;
  padding: 1.5em 0;
}

footer .center>div {
  width: 30%;
  margin-left: 5%;
  float: left;
}

footer .center>div:first-child {
  margin-left: 0;
}

footer li {
  list-style-position: inside;
  list-style-type: square;
  color: #696969;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  border-top: 1px solid #C5C5C5;
}

footer li:first-child {
  border-top: 0;
}

footer {
  background: #fff url(/images/footer.png);
}

footer h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
}

footer address {
  padding: 2em 0;
  background-color: #6D6E72;
  color: #fff;
  text-align: center;
}

footer address a {
  color: #fff;
}

footer address p {
  padding-left: 40px;
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: left 7px;
}

footer address>div {
  display: inline-block;
  margin: 0 5%;
  text-align: left;
  vertical-align: top;
}

footer .fb>img {
  margin-bottom: 10px;
  margin-top: 10px;
}

footer .fb {
  display: block;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8em;
  text-transform: uppercase;
}

footer .fb>strong {
  display: block;
  font-weight: normal;
  font-size: 1.4em;
}

.topper {
  background-color: #41AB35;
  padding: 5px;
  width: 100%;

}

.topper div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.topper a {
  color: white;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 200;
}

.topper a i {
  margin-right: 5px;
  font-size: 18px;
}

/* Home */

.home_banner {
  width: 100%;
  height: calc(100vh - 151px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_banner article {
  width: 33.33%;
  border: none;
  border-right: 4px solid white;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.home_banner article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.home_banner article:last-of-type {
  border-right: none;
}

.home_banner article h2 {
 
  color: #fff;
  padding: 20px;
  font-size: 40px;
  line-height: 150%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  font-weight: 700;
  transition: all .5s;
  position: absolute;
  width:500px;
  
}

.articleDiensten img{
  width: 100%;
  z-index: 0;
  position: relative;
  cursor:pointer;
}
.dienstenTitelDiv{
  width: 100%;
  text-align: center;
  color: #252525;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 25px;
}

.articleDiensten h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 4;
  font-weight: 200;
  font-size: 22px;
}


.articleDiensten{
  position: relative;
  width: 25%;
  margin-bottom: 1%;
  overflow: hidden;
  margin-right:2%;
 
}

.inhoudBlokken{
  max-width: 1700px;
  margin: 0 auto;
  display:none;
  
}

.divRondInhoudBlokken{
  margin-bottom:5%;
}

.articlesDienstenDiv{
  display:flex;
  flex-direction: row;
  max-width: 1700px;
  margin: 0 auto;
  margin-bottom:5%;
}
.articlesDienstenDiv>*:nth-child(4n){
  margin-right:0;
}

/* Einde Home */

/* Home Diensten */

.home_diensten {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
}

.home_diensten article {
  position: relative;
  width: 32.33%;
  margin: .5%;
  margin-bottom: 1%;
  overflow: hidden;
}

.home_diensten article img {
  width: 100%;
  transition: all 2s;
  z-index: 0;
  position: relative;
}

.home_diensten article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.home_diensten article h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 4;
  font-weight: 200;
  font-size: 22px;
}

.home_diensten article .overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.home_diensten article:hover .overlay {
  opacity: .5;
}

.home_diensten article:hover img {
  transform: scale(1.2);
}


/* Einde Home Diensten */


/* Detail Page */

.detailpage {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10px;
}

.home_diensten > h2 {
  width: 100%;
  text-align: center;
  color: #252525;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 20px;
}

.detailpage .detail_left {
  width: 48%;
}

.detailpage .detail_right {
  width: 48%;
}

.detailpage .detail_left div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.detailpage .detail_right .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detailpage .detail_right .links a {
  background-color: #252525;
  padding: 14px 30px;
  color: white;
  border-radius: 4px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.detailpage .detail_right .links a i {
  margin-right: 10px;
  font-size: 20px;
}

.detailpage .detail_right h1 {
  font-size: 30px;
  font-weight: 700;
  color: #41AB35;
  margin-bottom: 15px;
}

.detailpage .detail_right h2 {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #e3e3e3;
}

.detailpage .detail_right > a {
  color: #252525;
  font-weight: 200;
  margin-top: 20px;
  display: inline-block;
}

.detailpage .detail_right > a i {
  margin-right: 5px;
  font-size: 20px;
}

.detailpage .detail_left .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailpage .detail_left .social h2 {
  font-weight: 700;
  color: #252525;
  font-size: 18px;
}

.detailpage .detail_left .social a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 18px;
}

.detailpage .detail_right .text {
  width: 100%;
  text-align: left;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
} 

.detailpage .detail_right .text p {
  margin-bottom: 10px;
}

/* Einde Detail Page */


.intro {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 50px 10px;
}

.intro h1 {
  font-size: 35px;
  line-height: 130%;
  margin-bottom: 30px;
  text-align: center;
  color: #222121;
  font-weight: bold;
}

.subtitle {
  color: #41AB35;
  font-style: italic;
  text-align: center;
  line-height: 100%;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px;
}

.maintext {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #252525;
  text-align: center;
}

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

.pmargin p {
  margin-bottom: 16px;
}


.contactheight {
  min-height: 575px;
  padding-bottom: 5em;
  position: relative;
}

.contactheight button {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #818285;
  border: none;
  text-transform: uppercase;
  color: white;
  bottom: 0;
  font-family: effra, sans-serif;
}

.contactheight button a {
  color: white;
}

.contact-form,
.gegevens {
  width: 350px;
}

.contactimg>img {
  width: 100%;
  /*max-width: 405px;*/
}

.gegevens p {
  padding-left: 50px;
  position: relative;
}

.gegevens p img {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.contact-form {
  float: left;
}

.gegevens {
  float: right;
}

.location {
  margin: 0 370px;
}

#mymap {
  height: 429px;
}

.contact-form>input[type="text"] {
  width: 100%;
  height: 35px;
  margin-bottom: 7px;
  box-sizing: border-box;
  padding-left: 10px;
}

.contact-form>input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #818285;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  font-family: effra, sans-serif;
}

.contact-form textarea {
  height: 93px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 7px;
}

.gegtekst {
  margin-top: 20px;
}

.gegtekst p {
  margin-bottom: 1em;
}

.gegtekst p:nth-child(2),
.gegtekst p:nth-child(4) {
  margin-bottom: 20px;
}

.gegtekst a {
  color: #3e3e3e;
}

.gegtekst>div {
  display: inline-block;
  margin-left: 30px;
}

.offert .contactheight {
  min-height: 570px;
}

.offert #mymap {
  height: 506px;
}

.offert .gegtekst {
  margin-top: 45px;
}

.offert .gegtekst p:nth-child(2),
.offert .gegtekst p:nth-child(4) {
  margin-bottom: 45px;
}

#contact {
  margin: 5% 0;
}

.contact-errors {
  padding-bottom: 4em;
}

#contact input:nth-of-type(4)::placeholder,
#contact input:nth-of-type(5)::placeholder,
#contact input:nth-of-type(6)::placeholder,
#contact textarea::placeholder {
  color: red;
}

.content>div {
  width: 49%;
  margin-bottom: 20px;
  text-align: center;
}


.content:after,
.content>div:after {
  display: block;
  clear: both;
  content: '';
}

.content .c {
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
}

.content img {
  width: 100%;
}

.content>div:first-child {
  float: left;
}

.content>div:last-child {
  float: right;
  padding: 1.5em;
}

.content:nth-child(even)>div:first-child {
  float: right;
  padding: 0;
}

.content:nth-child(even)>div:last-child {
  float: left;
  padding: 1.5em;
}

.content h2 {
  color: #41AB35;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: .55em;
  text-align: left;
}

.content h3 {
  font-size: 1.3em;
  text-align: left;
  line-height: 120%;
}

.content .c {

  text-align: justify;
  font-family: effra, sans-serif;
}

.content .btn {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: .8em;
  text-align: center;
  width: 160px;
  border: 2px solid #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 1.5em;
  position: relative;
}

.btnoff {
  position: relative;
}

.content .btn:after,
#splash .btn:after,
.btnoff:after {
  width: 0;
  transition: width .35s;
  -wekbit-transition: width .35s;
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: #000;
}

.btnoff:after {
  background-color: #6D6E72;
}

.btnoff:hover span {
  z-index: 1;
  position: relative;
  color: #fff !important;
}

.content .btn:hover:after,
#splash .btn:hover:after,
.btnoff:hover:after {
  width: 100%;
}

.content .btn>span,
#splash .btn>span {
  color: #000;
  z-index: 1;
  position: relative;
  transition: color .35s;
  -wekbit-transition: color .35s;
}

.content .btn:hover>span,
#splash .btn:hover>span,
.btnoff:hover>span {
  color: #fff;
}

#slider>div {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slider {
  overflow: inherit;
}

#slidercontainer {
  border-bottom: 25px solid #DFDFDF;
}

#container .loctek-slider-controls {
  bottom: -20px;
  margin-left: 0 !important;
  left: 0;
  width: 100%;
  text-align: center;
}

#container .loctek-slider-controls>li {
  background: #A5A5A5;
  height: 14px;
  width: 14px;
  border: 0;
  margin: 0 4px;
}


#container .loctek-slider-controls>li.active {
  border-width: 0;
  background: #000;
}

.dienstitem {
  background-color: #6D6E72;
  color: white;
  position: relative;
  padding-bottom: 1px;
}

.btnoff {
  display: none;
}

.btnoff {
  margin-top: 2em;
  display: inline-block;
  width: 185px;
  text-align: center;
  padding: .6em;
  text-transform: uppercase;
  font-weight: bold;
  color: #6D6E72;
  border: 2px solid #6D6E72;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}

.btnoff {
  display: none;
  color: #6D6E72;
  padding: .75em;
  margin-bottom: 5%;
  font-size: .9em;
}

.dienstitem img {
  width: 100%;
}

.dienstitem .titelcont {
  height: 61px;
  line-height: 61px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
}

.dienstitem .titelcont:after {
  width: 90%;
  border-bottom: 1px solid white;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.dienstitem h2 {}

.dienstitem p {
  color: white;
  line-height: 1.5em;
  width: 90%;
  margin: 0 auto;
  height: 84px;
  overflow: hidden;
}

.dienstitem button {
  display: block;
  margin: 20px auto;
  width: 140px;
  text-transform: uppercase;
  color: white;
  color: #000;
  font-weight: bold;
  font-family: effra, sans-serif;
  font-size: 1.2em;
  padding: 0.6em 0;
  background-color: #fff;
  text-align: center;
  border: 0;
}

.dienstitem a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.dienstitem:hover button {
  background-color: #000;
  color: #fff;
}

.dienstitem:hover img {
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
  webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

#catbar {
  border-bottom: 1px solid #818285;
  padding-bottom: 2%;
  text-align: center;
}

#catbar button {
  padding: 0.5em 0.75em;
  color: white;
  text-transform: uppercase;
  font-family: effra, sans-serif;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #6D6E72;
  color: #6D6E72;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 15px;
  position: relative;
}

#catbar button span {
  position: relative;
  color: #6D6E72;
  z-index: 1;
  transition: color .4s;
  -webkit-transition: color .4s;
}

#catbar button:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 0;
  content: '';
  background-color: #6D6E72;
  transition: width .4s;
  -webkit-transition: width .4s;
}

#catbar .activebtn span {
  color: #fff;
}

#catbar button:hover span {
  color: #fff;
}

.endbutton:after {
  display: none !important;
}

#catbar button.endbutton {
  margin-right: 0;
  background-color: #DFDFDF;
  color: #6D6E72;
  border: 1px solid #DFDFDF;
}

#catbar button.activebtn:after,
#catbar button:hover:after {
  width: 100%;
}

.pic {
  border: 1px solid #6D6E72;
}

#ols>a {
  position: relative;
}

#ols>a>img {
  max-width: 310px;
}

#ols h2 {
  display: none;
}

#ols>a:hover>h2 {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  z-index: 1;
  text-align: center;
  padding: .5em;
  width: 100%;
}

#ols>a:hover:after {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 100%;
  content: '';
  background-color: rgba(109, 110, 114, .8);
  right: 0;
  width: 100%;
}

#siteby {
  background: #231F20;
  color: #6D6E72;
  padding: .6em;
  text-align: center;
  display: block;
  font-size: .8em;
}

#siteby a {
  color: #6D6E72;
}

.refover img {
  width: 100%;
}

.refover {
  position: relative;
}

.refover h2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1.3em;
  padding: .5em;
  background-color: rgba(109, 110, 114, .9);
}


/* pagina TIPS */
#tips {
  margin: 0 auto;
  max-width: 1400px;
}

#tips div {
  padding: 1.5em;
  font-weight: 200;
  font-size: 18px;
}

#tips div:nth-of-type(odd) {
  background-color: #41AB35;
  color: white;
}

#tips i {
  width: 5%;
  float: left;
  font-size: 25px;
}

#tips p {
  width: 95%;
  float: right;
  line-height: 150%;
}
/* einde pagina TIPS */


/* Contact */

.contact_page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_page #mymap {
  width: 100%;
  margin-top: 30px;
  height: 500px;
  margin-bottom: 50px;
}

.contact_page > div {
  width: 38%;
  padding: 40px;
  border: #f4f4f4 2px solid;
}

.contact_page > div p {
  position: relative;
  margin-bottom: 20px;
  line-height: 150%;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 200;
  color: #252525;
}

.contact_page > div p a {
  color: #252525;
}

.contact_page > div h2 {
  font-size: 25px;
  color: #252525;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact_page .openingsuren {
  color: #252525;
}

.contact_page > div p i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 25px;
  color: #41AB35;
}

.contact_page > form {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_page > form input[type=text],
.contact_page > form input[type=email],
.contact_page > form input[type=file],
.contact_page > form textarea {
  border: #f4f4f4 2px solid;
  padding: 10px;
  font-weight: 200;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: effra, sans-serif;
}

.contact_page > form input[type=file] {
  cursor: pointer;
  margin-bottom: 10px;
}

.contact_page > form p {
  width: 100%;
}

.filesinput {
  cursor: pointer;
  height: 50px !important;
  margin-bottom: 15px !important;
}

.contact_page > form textarea {
  height: 100px;
}

.contact_page #Naam,
.contact_page #Voornaam {
  width: 49%;
}

.contact_page > form input[type=submit] {
  background-color: #41AB35;
  border: #41AB35 2px solid;
  color: white;
  font-size: 20px;

  padding: 10px 30px;
  font-family: effra, sans-serif;
}

/* Einde Contact */



@media all and (max-width: 1470px) {
  .content>div:last-child {
    font-size: .85em;
  }
}

@media all and (max-width: 1250px) {
  .content {
    padding-top: 1px;
  }
  .content>div {
    float: none;
    width: 100% !important;
  }

  .home_banner {
    height: 600px;
  }


}

@media all and (max-width: 1120px) {
  #res {
    float: right;
    margin-top: 50px;
    display: block;
    cursor: pointer;
  }
  header {
    height: 125px;
  }
  nav li,
  nav ul {
    display: block;
  }
  nav a {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    height: 4em;
    line-height: 4em;
    color: #fff;
  }
  nav {
    display: none;
    position: absolute;
    right: 0;
    top: 125px;
    width: 100%;
    z-index: 80;
    background-color: #6D6E72;
  }
  nav a:hover,
  nav .active {
    background-color: #333;
  }
}

@media screen and (max-width: 1100px) {
  #contact:after {
    display: block;
    content: "";
    clear: both;
  }
  .contactheight {
    float: left;
    width: 49%;
  }
  .question {
    min-height: 40px !important;
  }
  .contact-form {
    margin-right: 2%;
  }
  .location {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .contactimg {
    max-height: 200px;
    overflow: hidden;
  }

  .detailpage {
    width: 100%;
    flex-wrap: wrap;
  }

  .detailpage .detail_left {
    width: 100%;
  }

  .detailpage .detail_right {
    width: 100%;
  }
  .home_banner article h2{
    font-size:30px;
  }
}

@media all and (max-width: 1050px) {
  .content h2 {
    font-size: 1.4em;
  }
  .content h3 {
    font-size: 1.1em;
  }
  .content .c {
    font-size: .9em;
  }
}

@media all and (max-width: 1000px) {
  .btnoff {
    display: inline-block;
  }
  #ols>a>img {
    max-width: 240px;
  }

  .home_diensten article {
    width: 49%;
  }
}

@media all and (max-width: 950px) {
  .contact_page {
    padding: 0 10px;
  }

  .contact_page > form {
    width: 100%;
  }

  .contact_page > div {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 900px) {
  footer .center>div {
    width: 47.5%;
  }
  footer .center>div:last-child {
    display: none;
  }

  .home_banner {
    flex-wrap: wrap;
    height: auto;
  }

  .home_banner article {
    width: 100%;
    height: 400px;
  } 
}
@media all and (max-width: 900px) {
  .home_banner article h2{
    font-size:29px;
  }
}
@media all and (max-width: 800px) {
  .home_banner article h2{
    font-size:25px;
  }
}


@media all and (min-width: 750px) {

  .flex-title {
    transform: rotate(-90deg);
    left:0;
    transform-origin: left;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    bottom: 0%;
    margin-left: 13%;
    
  }

  .flex-slide {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    display:flex;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
  .flex-slide:hover {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    transform: rotate(0deg);
    transform-origin: left;
    margin-left: 0%;
  }
  .flex-slide:hover .flex-title {
    transform: rotate(0deg);
    left:7%;
    bottom:4%;
    transform-origin:left;
    margin-left: 0%;
  }
}

@media all and (max-width: 750px) {
  #slidercontainer {
    display: none;
  }
  .home_banner article h2{
    position: absolute;
    width: 100%;
    top: 44%;
    font-size: 2rem;
    text-align: center;
  }
  .flex-slide{
    margin-bottom:4%;
  }
}

@media all and (max-width: 680px) {
  #diensten .dienstitem {
    width: 47.5%;
  }
}

@media all and (max-width: 650px) {
  footer .center>div {
    width: 100%;
    margin: .5em 0;
  }
  footer address>.dn {
    display: inline;
  }
  footer .fb {
    margin: 1.5em 0;
  }
  footer {
    border-top: 1px solid #6D6E71;
  }
  #ttcontainer {
    display: none;
  }
  footer .social {
    display: none;
  }
  footer .social2 {
    display: block;
  }

  .detailpage .detail_right .text {
    font-size: 16px;
  }
}



.mobiletekst {
  display: none;
}

.desktoptekst {
  display: block;
}

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 10em;
}

#content-container h2 {
  color: #6ac633;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #6ac633;
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #6ac633;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #6ac633;
  color: white;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

@media screen and (max-width: 600px) {
  .contactheight {
    margin: 0 0 40px 0;
    width: 100%;
    float: none;
    min-height: 1px;
    padding-bottom: 60px;
  }
  #siteby {
    line-height: 1.5em;
  }
  #siteby span {
    display: block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
  .contactheight>*:last-child {
    margin-top: 10px;
  }
  .gegevens>img {
    max-width: 100%;
  }
  .mobiletekst {
    display: block;
  }
  .desktoptekst {
    display: none;
  }

  .contact_page > form input[type=submit] {
    width: 100%;
  }

  .contact_page #Naam, .contact_page #Voornaam {
    width: 100%;
  }

  .home_diensten article {
    width: 96%;
    margin: 1% 2%;
  }
}

@media all and (max-width: 450px) {
  #catbar button {
    width: 100%;
  }
  #diensten .dienstitem {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 400px) {
  .content .fl img {
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 350px) {
  #logo {
    display: block;
    width: auto;
    margin-right: 80px;
    float: none;
    padding-bottom: 10px;
  }
  #logo>img {
    width: 100%;
  }
  header {
    position: relative;
    height: auto;
  }
  #res {
    margin-top: 65px;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */

.cf {
  *zoom: 1;
}