/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body {
  color: rgb(32,32,32);
  line-height: 150%;
  font-size: 1.15em;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #fefefe;
}

.langchanger {
  position: absolute;
  right: 40px;
  top: 13px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.langchanger a {
  margin: 0 5px;
  background-color: #85754D;
  border: 2px solid #85754D;
  transition: all .3s;
  color: white;
  font-size: .8em;
  padding: 0 2px;
}

.langchanger a:hover {
  background-color: #b0a280;
  color: #000;
}

.page {
  position: relative;
  left: 0px;
  transition: left .45s;
}
.page>.after {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0);
  content: "";
  transition: background-color 0.45s ease-in;
}
.page>.after.fade {
 background-color: rgba(0,0,0,0.5);
 transition: background-color 0.45s ease-out;
 z-index: 10;
}

.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.bgdark {
  background-color: #EDEDED;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
  border: 1px solid #231f20;
}
.imgoverlay img {
  width: 100%;
  -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;
}
.imgoverlay:hover img {
  -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);
}
.imgoverlay:hover {
  border: 1px solid rgb(211,113,25);
}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

.content.longline {
  max-width: 1350px;
  padding-left: 100px;
  padding-right: 100px;
}

.bordertop {
  border-top: 1px solid rgb(211,211,211);
}
.toporange {
  height: 30px;
  background-color: #85754d;
}

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #86754D;
	border: 1px solid #86754D;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #86754D;
	border: 1px solid #86754D;
}

/* NEW COOKIE END */

/* COOKIE MELDING 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}*/
/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}

.c p:first-child {
  margin-top: 0;
}
.c p:last-child {
  margin-bottom: 0;
}
.c h2 {
  font-size: 1.4em;
  margin-top: 1.4em;
  color: rgb(70,47,44);
  font-weight: bold;
}
.c a {
  color: #85754D;
}
#klant .c ul {
  list-style-image: url('/images/listico.jpg');
}
#klant .c li a {
  position: relative;
  top: 1px;
}

/*======einde algemeen=====*/
/*====Start Header====*/
header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  z-index: 11;
  height: 0px;
}
header.scrolling {
  top: 0;
  height: 0px; 
}
header.active {
  background-color: rgb(70,47,44);;
}
#logo {
  width: 130px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 11;
  background-color: rgb(70,47,44);;  
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
  /*height: 150px;
  background-color: rgba(255,255,255,0.6);*/
}
#logo.noblue {
  background-color: transparent;
  padding-top: 0;
  width: 130px;
}
#logo.pageready {
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#logo img {
  width: 80px;
  display: block;
  margin: 0 auto;
  z-index: 11;
  padding:18.605px 0;
  position: relative;
  left: 2.5px;
  -webkit-transition: all 0.5s ease-in; 
  -moz-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in; 
}
#logo.noblue img {
  width: 80px;
  padding: 0;
} 
header #logo.home {
  display: none;
}
header.scrolling2 #logo.home {
  display: block;
}
header.scrolling #logo {
  height: auto;
  width: 60px;
  padding-right: 5px;
  top: 0px;
}
header.scrolling #logo img {
  width: 60px;
  padding-top: 18px;
}
#menubutton {  
  padding:15px;
  z-index: 11;
  background-color: #86754D;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
  transition: -moz-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -moz-transform: translateX(160%);
  -webkit-transform: translateX(160%);
  transform: translateX(200%);  
  display: block !important;
}
#menubutton.pageready {  
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menubutton.menubtn {
  transition: right .45s;
  transition-delay: 0s;
}
#menubutton .label {  
  line-height: 16px;
  font-size: 1.2em;    
  display: inline-block;
  color: white;
  position: relative;
  margin-left: 5px;  
}
#menubutton .icon {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#menubutton span, #menubutton span:before, #menubutton span:after {
  width: 100%;
  height: 2px;
  border-top: 2px solid #fefefe;
  margin-bottom: 3px;
  display: block;
  content: "";
  transition-duration: 0.3s, 0.3s; 
}
#menubutton span {
  height: 16px;
  border-top: 0;
  border-bottom: 2px solid #fefefe;  
  margin-bottom: 0;
}
#menubutton.active span {
  border-bottom: 0;
}
#menubutton.active span:after, #menubutton.active span:before {
  position: absolute;
  width: 20px; 
  color: #fefefe;
}
#menubutton.active span:after {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#menubutton.active span:before {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#menubutton.active {
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  top: 15.5px;
}
#menubutton.scrolling.active {
	top: 15.5px;
}
#menubutton.active .label {
  display: none;
}
#menubutton.active .icon {
  top: 0;
}

nav {
  position: fixed;
  z-index: 100;
  background-color: white;  
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 30px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -350px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.75);
}
nav>a:first-child {
  margin-top: 5px;
}
nav a {
  font-size: 1.4em;
  font-weight: 300;
  color:#fefefe;
  width: 100%;
  text-align: left;
  display: block;  
  padding:13px;
  color: #86754D;
  margin-bottom: 5px;
  padding-left: 45px;
  position: relative;
}
nav a img {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 25px;
  margin-top: -10.2px;
  display: none;
}
nav a.active img, nav a:hover img {
  display: block;
}
nav a.grauw {
  font-size: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav a.active, nav a:hover {
  color: #493D25;
}
nav .language:after {
  display: block;
  clear: both;
  content: "";
}
nav .language {
  width: 100%;
  display: block;
}
nav .language a {
  padding:0;
  line-height: 80px;
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  height: 80px;
  width: 80px;
  font-size: 1.5em;
}
nav .language a:hover {
  color: rgb(70,47,44);;
  background-color: #fefefe;
}
nav .extra a {    
  display: inline-block;
  font-size: 80%;
  width: auto;
}
nav .extra {
  text-align: right;
}
nav.scrolling {
  padding-top: 0;
}
nav .bottom a {
  font-size: 1em;
  text-align: center;
  padding:0;
  color: #fefefe;
  margin-bottom: 0;
}
nav .bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fefefe;
  font-size: 0.65em;
  background-color:#86754D; 
}
nav .bottom > * {
  text-align: center;
  display: inline-block;
  float: left;
  width: 50%;
}
nav .bottom .left {
  border-right: 1px solid #fefefe;
}
/*====Einde Header====*/
/*====Start Styles====*/

.nieuwsbriefcontent {
  max-width: 1280px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  overflow: auto;
  padding-bottom: 100px;
}

.nieuwsbriefcontent h1 {
  text-align: center;
  margin-top: 0;
}

.nieuwsbriefform {
  overflow: auto;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  display: block;
  padding: 100px 100px;
  border: 12px solid #ae9a64;
}

.nieuwsbriefform input[type="text"], .nieuwsbriefform input[type="email"] {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  color: #ae9a64;
  padding: 7px;
  border: 1px solid black;
}

.nieuwsbriefform input[type="submit"] {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  border: 2px solid #ae9a64;
  color: #ae9a64;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
}


.nieuwsbriefform input[type="submit"]:hover {
  background-color: #ae9a64;
  color: white;
}

.backblack:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.cont1 {
  max-width: 900px;
  text-align: center;
  margin:0 auto;
}
.cont2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  border-top: 1px solid #ededed;  
}
.cont2 .img img {
  width: 100%;
}
.cont2 .img {
  position: relative;
}
.cont2 .img iframe, .cont2 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cont2.reverse {
  text-align: right;
}
.cont2.reverse .line2 {
  display: inline-block;
}
.cont2:after {
  display: block;
  clear: both;
  content: "";
}
.cont2>*{
  width: 50%;
  float: left;
}
.cont2 .content {
  padding: 200px 100px;
  background-color: #ededed;
  position: relative;
  background-color: #ededed;
  position: relative;
  padding-bottom: 28.125%;
  padding-top: 0;
}
.cont2 .content .font6 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.cont2 .content .line2 {
  margin-bottom: 10px;
}
.cont2 .vertcent {
  left: 50px;
  right: 50px;
}
.cont2 .content.medium {
  padding:100px 75px;
}

.cont2 .img {
  background-image: url('/images/placeholder.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom:28.125%;
}
.content2 {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.cont3 {
  max-width: 1150px;
  text-align: center;
  margin:0 auto;
}
.cont3:after {
  display: block;
  clear: both;
  content: "";
}
.cont4 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.cont4:after {
  display: block;
  clear: both;
  content: "";
}
.cont4>*{
  width: 31%;
  float: left;
  text-align: center; 
}
.cont4>*:first-child, .cont4>*:nth-child(2) {
  margin-right: 3.5%;
}
.cont4 .font10 {
  text-align: center;
  width: 100%;
}
.cont4 .font10 > h1 {
  text-align: center !important;
}
.cont5 {
  width: 80%;
  margin: 0 auto;
}
.cont5.feco {
  width: 100%;
  background-color: white;
  text-align: center;
}
.cont6 {
  width: 100%;  
  margin: 0 auto;
}
.cont6:after {
  display: block;
  clear: both;
  content: "";
}
.cont6>*{
  width: 49.5%;
  float: left;
}
.cont6>*:first-child {
  margin-right: 1%;
}
.cont7 {
  width: 100%;
  padding:60px 0;  
}
.cont7 .subrow:first-child {
  border-top: 1px solid #ededed;
}
.cont7 {
  width: 100%;
  text-align: left;
  margin: 0 auto;  
  border-bottom: 1px solid #ededed;
  padding-bottom: 0;
}
.cont7.reverse {
  text-align: right;
}
.cont7.reverse .line2 {
  display: inline-block;
}
.cont7:after {
  display: block;
  clear: both;
  content: "";
}
.cont7 .subrow:after {
  display: block;
  clear: both;
  content: "";
}
.cont7 .img img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
}
.cont7 .top {
  width: 85%;
  margin: 0 auto;
  background-color:#b92739;
}
.cont7 .top img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.cont7 .subrow>*{
  width: 50%;
  float: left;
  padding-bottom: 28.125%;
}
.cont7 .subrow.reverse>* {
  float: right;
}
.cont7 .content {
  background-color: #ededed;
  position: relative;
}
.cont7 .content .cnt {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 75%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.cont7 .subrow.reverse .content .cnt {
  right: auto;
  left: 60px;
}
.cont7 .content .cnt * {
  text-align: right;
}
.cont7 .content .cnt .font6 {
  font-size: 2.3em;  
}
.cont7 .content .cnt .font6 span {
  font-size: 60%;
  position: relative;
  bottom: 10px;
}
.cont7 .content .cnt .font3 {
  font-size: 130%;
}
.cont7 .subrow.reverse .content .cnt * {
  text-align: left;
}
.cont7 .img {
 position: relative;
}
.cont7 .knikje {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cont8 {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.placeholder {  
 background-image: url('/images/placeholder.png');
 position: relative;
}
.cont6 .placeholder {
  padding-bottom: 33%;
}
.placeholder h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 140%;
  padding:0 10px;
}

.c h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-weight: 700px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: rgb(70,47,44);
}

.othercontent {
 padding: 30px;
 padding-bottom: 100px;
 background-image: url(/images/bgpattern.png);
}

.innerothercontent {
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.slots {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  overflow: auto;
}

.slot {
  width: 50%;
  float: left;
  padding: 20px;
}

.slot div {
  min-height: 180px;
  width: 25%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

.slot div:last-child {
  width: 75%;
  padding-left: 20px;
} 

.slot h1 {
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  color: #7d7050;
  font-size: 1.4em;
}

.videoframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}


.font1 {
  font-size: 2.8em; 
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: 'berthold', sans-serif;
}
.font2 {
  font-weight: 800;
  font-size: 120%; 
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}
.font2 img {
  max-width: 100%;
}
.font3 {
  font-size: 105%;
  font-weight:300;
}
.font4 {
  font-weight: 800;
  text-transform: uppercase; 
  font-size: 2.7em;
  font-family: 'berthold', sans-serif;
  color: black;
  line-height: 1;
  color: #85754d;
  margin-bottom: 20px;
  margin-top: 50px;
}
.font4 img {
  max-width: 100%;
  margin-bottom: 10px;
}
.font5 {
  font-size: 1.5em;
  line-height: 1;  
  font-weight: 300; 
  text-transform: uppercase;  
  color: black;
  margin-top: 15px;
}
.font6 {
  font-size: 2.2em;  
  margin-bottom: 20px;
  font-weight: 700;
  font-style: italic; 
  line-height: 125%;
  color: #85754d;
}
.font7 {
  font-size: 80%;
  font-weight: 300;
}
.font8 {
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}
.font9 {
  text-transform: uppercase;
  font-size: 1.2em;  
  text-align: left; 
}
.font9 span {
  font-weight: bold;
}
.font10 {
  text-align: left; 
  display: inline-block;         
}
.font10>h1 {
  display: inline-block;
  font-size: 1.4em;  
  text-transform: uppercase;
  text-align: left !important;
}
.font10>span {
  font-weight: bold;
  position: relative;
  bottom: 0.5px;
  line-height: 100%;
  display: inline-block;
  margin-right: 10px;
  font-size: 3.2em;
  margin-top: -32px;
}
.font11 {
  font-size: 0.9em;
  color: rgba(0,0,0,0.75);
  text-align: center;
  text-align: left;
}
.font12 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 40px;
}

.line {  
  width: 80px;  
  margin:40px auto;
}
.splash .line {
  margin-top: 60px;
  margin-bottom: 60px;
}
.line3 {
  height: 2.5px;
  margin: 20px 0;
  border-top: 2.5px solid #fefefe;
  width: 25px;
}
.line2 {
  margin:20px 0;
  width: 50px;
  height: 2px;
  background-color: #85754d;
}
.line2 img {
  display: none;
}
.btn {
  display: inline-block;
  font-weight: bold;  
  padding:0.5em 1em;
  border: 1px solid #85754d;
  color: #85754d;
  box-shadow: inset 0 0 0 0 #85754d;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 80px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.btn:hover {
  box-shadow: inset 600px 0 0 0 #85754d;
  color: #fefefe;
}
.btn.black {
  color:black;
  border: 1px solid black;
  box-shadow: inset 0 0 0 0 black;
}
.btn.black:hover {
  box-shadow: inset 300px 0 0 0 black;
  color: #fefefe;
}
.octobtn {
  line-height: 35px;
  position: relative;
  background-color: #d37119;
  color: #fefefe;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding:0 0.5em;
}
.octobtn:before {
  position: absolute;
  content: "";
  left: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop.png');
}
.octobtn:after {
  position: absolute;
  content: "";
  right: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop2.png');
}
.octobtn:hover {
  text-decoration: underline;
}
.meer {
  font-weight: bold;
  color: rgb(70,47,44);
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 70px;
  text-align: left;
}
.meer:hover {
  color: rgb(211,113,25);
}
.margin {
  margin-left: 40px;
}
.box1 {
  position: relative;
  padding-left: 70px;
  text-align: left;
  padding-bottom: 10px;
}
.box1 > img {
  position: absolute;
  top: 0;
  left: 30px; 
  width: 22px; 
}
.box2 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s ease-in-out;  
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
.box2 img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.box3 {
  width: 49%;
  margin-right: 2%;
  position: relative;
  color: rgb(70,47,44);
  padding:15px;
  float: left;
  min-height: 455px;
}
.box3:nth-child(2n-1) {
  text-align: left;
}
.box3:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}
.box3 .top1, .box3 .top2, .box3 .bottom1, .box3 .bottom2 {
  position: absolute;
  width: 47px;
  height: 47px;
}
.box3 .top1 {
  background-image: url('/images/accolade.png');
}
.box3 .top2 {
  background-image: url('/images/accolade2.png');
}
.box3 .bottom1 {
  background-image: url('/images/accolade4.png');
}
.box3 .bottom2 {
  background-image: url('/images/accolade3.png');
}
.box3 .top1, .box3 .top2 {
  top: 0;
  /*border-top: 6px solid rgb(70,47,44)*/
}
.box3 .bottom1, .box3 .bottom2 {
  bottom: 0;
  /*border-bottom: 6px solid rgb(70,47,44);*/
}
.box3 .top1, .box3 .bottom1 {
  left: 0;
  /*border-left: 6px solid rgb(70,47,44);*/
}
.box3 .top2, .box3 .bottom2 {
  right: 0;
  /*border-right: 6px solid rgb(70,47,44);*/
}
.bluezone {
  background-color: rgba(211,113,25, 0.2);
}
.afb img {
  width: 100%;
}
.box3 .afb {
  margin-bottom: 20px;
  position: relative;
}
.box3 .font12 {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding:0.5em 1em;
  background-color: rgba(255,255,255,0.6);
  margin-bottom: 0;
  min-height: 0px;
  font-size: 1.67em;
}
.box3:hover .font12 {
  color: rgb(70,47,44);
}
.box3 .innerbox {
  padding:15px;
}
/*====End Styles===*/
/*====Start Splash====*/
.splash {  
  background-image: url('/images/bg.jpg');
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  position: relative;
  color: #fefefe;
  background-color: white;
  height: 500px;
}
/*.splash:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
  background-color: rgba(0,0,0,0);
  content: "";
  background-image: url('/images/overlay_intro.png');
  }*/
  .splash .img {
    padding-top: 350px;
  }
  .splash .img img {
    width: 850px;
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  .splash.home2:after {
    display: none;
  }
  .splash.home2 {
    color: rgb(23,23,23);
  }
  .splash.home2 .font2 img {
    display: none;
  }
  .splash.home2 .font2 img.dn {
    display: inline-block;
  }
  .splash .text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .splash .krachtlijn {
    padding:20px 10px 5px 10px;
    background-color: rgba(255,255,255,0.6);
  }
  .krachtlijn p {
    display: block;
    margin:0 auto;
    width: 85%;
    max-width: 500px;
    background-color: rgb(238,113,0);
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding:10px 0;
  }
  .krachtlijn img {
    width: 75%;
    max-width: 500px;
    display: block;
    margin:25px auto;
  }

  .krachtlijn2 {
    position: absolute;
    bottom: 60px;
    width: 100%;   
    padding-left: 15%;
    padding-right: 15%; 
    text-align: center;
    font-size: 140%;
    background-color: rgba(255,255,255,0.6);
  }

  .krachtlijn2 h1 {
    color: #85754D;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 130%;
    /*text-shadow: 2px 2px 4px black;*/
    padding:10px;
    max-width: 1300px;
    font-family: 'berthold', sans-serif;
    margin-bottom: 20px;
  }
  .krachtlijn2 h2 {
    background-color: rgba(255,255,255,0.7);
    color: rgb(70,47,44);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding:10px;
  }
  .krachtlijn2 h1:last-child {
    margin-bottom: 0;
  }

  .cb {
    clear: both;
    content: "";
    height: 1px;
  }
  .splashscroll {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    width: 40px !important;
  }
  /*====Einde Splash===*/

  /*===Content rows===*/
  .main {
    padding-top: 30px;
  }
  .row {
    margin-top: 30px;
    margin-bottom: 30px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  .row.appear {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .row.static {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .cta {
    border:3px solid rgb(70,47,44);;
    width: 65%;
    padding:40px;
    margin: 100px auto;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color:rgb(70,47,44);;
    font-size: 120%;
    padding-bottom: 0;
  }
  .cta img {
    margin: 0 auto;
    position: relative;
    bottom: -5px;
    z-index: -1;
  }
  /*===Einde content rows===*/
  /*===Footer start===*/
  /*Prefooter*/
  #meerimages
  {
    position: relative; 
    font-size: 0px;
    height: 168px;
    overflow: hidden;
  }
  #meerimages img {
    width: 300px;
    padding:0 1px;
  }
  #meerimages div
  {
    position: relative;  
    width: 3000px;
  }
  .footermar {
    margin-bottom: 100px;
  }
  /*Prefooter einde*/
  footer {
    background-color: #282423;
    padding-top: 20px;
    margin-top: 0px; 
    position: relative;
  }
  .cor {
    position: absolute;
    bottom: 0;
  }
  .leftcor {
    left: 0;
  }
  .rightcor {
    right: 0;
  }
  .kmohold {
    text-align: center;
    padding-bottom: 20px;
  }
  .kmoport img {
    width: 300px;
    max-width: 96%;
    border: 1px solid #FFFFFF;
  }
  footer .newtop {
    width: 96%;
    max-width: 700px;
    margin:0 auto;
    margin-bottom: 20px;
  }
  footer .newtop:after {
    display: block;
    clear: both;
    content: "";
  }  
  footer .newfootitem {
    float: left;
    width: 50%;
  } 
  footer .foottop {
    text-transform: uppercase; 
    text-align: right;   
    position: relative;
    top: 35px;
  }
  footer .newfootitem:nth-child(1) .foottop {
    float: left;
    left: 20px;
  }
  footer .newfootitem:nth-child(2) .foottop {
    float: right;
    right: 20px;
  }
  footer .newfootitem:first-child > * {
    margin-right: 40px;
  }
  footer .newfootitem:nth-child(2) > * {
    margin-left: 40px;
  }
  footer .footbot2 {
    padding:15px 0 30px 0;
    text-align: right;  
    position: relative; 
  }
  footer .newfootitem:nth-child(2) .footbot2,footer .newfootitem:nth-child(2) .foottop {
    text-align: left;
  }
  footer h4 {
    color: #fefefe;
    font-weight: bold;
    font-size: 1.4em;
  }
  footer .footbot2:after {
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  footer .newfootitem:nth-child(2) .footbot2:after {
    left: 0;
    right: auto;
  }
  
  .footbot {
    font-size: 80%;
    line-height: 140%;
    text-align: center;
    color: rgba(255,255,255,0.6);
    padding-bottom: 5px;
    padding-top: 5px;  
    background-color: rgb(70,47,44);
  }
  .footbot:after {
    display: block;
    content: "";
    clear: both;
  }
  .footbot > * {
    position: relative;
    z-index: 2;
  }
  .footbot a {
    color: rgba(255,255,255,0.6);
  }
  .footbot .left {
    text-align: left;
  }
  .footbot .right {
    text-align: right;
  }
  .made-by {  
    line-height: 25px;
    font-size: 12px;
    text-align: center;  
    background-color: #85754d;
    color: white; 
  }
  .made-by div {
    z-index: 2;
  }
  .made-by a {
    color: white;
    position: relative;
    z-index: 2;
  }
  .newfootitem:hover #zetel img, .newfootitem:hover #footerfb img {
    display: none;
  }
  .newfootitem:hover #zetel img.dn, .newfootitem:hover #footerfb img.dn {
    display: inline-block;
  }
  .newfootitem:hover h4 {
    color: #85754d !important;
  }
  #zetel:hover img, #footerfb:hover img {
    display: none;
  }
  #zetel:hover img.dn, #footerfb:hover img.dn {
    display: inline-block;
  }
  .newfootitem {
    position: relative;
  }

  .newfootitem:focus {outline:0;}

  .newfootitem a:focus {outline:0;}

  .newfootitem a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
  /*===Footer einde===*/

  /*===Fecotest start===*/
  .cont5 .uurwerk {
    position: absolute;
    top: 52%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:16.5px 20px;
    border-radius: 50%;
    border:1px solid rgb(70,47,44);;
  }
  .cont5 .uurwerk img { 
    position: relative;
    top: -2px;
  }
  /*===Fecotest einde===*/
  .homepart {
    margin-top: 2%;
  }
  .homepart .box2, .part .box2 {
    padding:2%;
  }
  .homepart .box2 div, .part .box2 div {
    padding:10px;
    border:1px solid #e5e5e5;
  }
  .homepart .box2:nth-child(4) {
    display: none;
  }
  .homepart h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .three-row-logo:after {
   display: block;
   clear: both;
   content: "";
 }

 .three-row-logo>*
 {
   width: 320px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2%;	
   max-width: 96%;
 }
 .three-row-logo img {
  width: 140px;
  max-width: 100%;
}

/*.three-row-logo>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-logo>*:nth-child(3n+1)
{
	clear: left;
  }*/

  .first {
    margin-top: 120px;
  }
  .mobile {
    display: none;
  }
  /*======Disclaimer=====*/
  .disclaimer {
    text-align: left;
  }
  .disclaimer p {
    margin-bottom: 10px;
  }
  .disclaimer p:last-child {
    margin-bottom: 0;
  }
  .disclaimer h1 {
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /*====Einde Disclaimer====*/
  /*=======Cookies========*/
  #cookiewrapper {z-index:300;position:absolute; width:100%;left: 0;
    top: 0;
    width: 100%;
    background-color: #85734B;
    border-bottom: 3px solid white;



   font-size:small; padding:15px 5px 15px 5px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; }
  #cookieheader {max-width:1200px; margin:auto;color:#fefefe;
    width: 100%;
    left: 0;
    top: 0;
    overflow: auto;
  }
  #cookieheader a {color:white;}
  #cookieheader p {
    margin-bottom: 25px;
    color:#fefefe;
    text-align: center;
  }
  #cookieheader .btn {
    display: inline-block;
    padding:0.35em 0.65em;
    min-width: 250px;
    border:1px solid #fefefe;
    box-shadow: inset 0 0 0px 0 #fefefe;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    font-family: 'berthold';
    font-size: 1.3em;
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-top: 50px;
  }

  .meercookies {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-decoration: underline !important;
  }

  #cookieheader .btn:hover {
    box-shadow: inset 400px 0 0 0 #fefefe;
    color: #85734B;
  }
  .xknop {float:right; margin-right:10px;}
  .xknop a {color: white; font-size: 1.5em;font-style: bold;}
  .knop {color: rgb(211, 113, 25);
    font-family: 'berthold';
  }
  .knop a {color: rgb(211, 113, 25);font-size: 1.5em;}
  #cookieheader .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*====Einde cookies====*/
  /*====start Vacatures===*/
  #vaclist {
    font-size: 0.8em;
    border-top:1px solid #e5e5e5;
  }
  #vaclist:after {
    display: block;
    clear: both;
    content: "";
  }
  #vaclist p {
    font-size: 1.3em;
  }
  #vaclist h2 {
    padding: 20px 0;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-top: 0;
  }
  #vaclist .item {
    height: 250px;
  }
  #vaclist .item {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative;
    padding:45px 30px;
    padding-bottom: 60px;
  }
  #vaclist .item:nth-child(2n){
    border-right: 0px;
  }
  .link {
    font-weight: bold;
    color: rgb(70,47,44);
    font-size: 1.3em;
    position: absolute;
    left: 30px !important;
    bottom: 37px !important;
    right: auto !important;
    top: auto !important;
  }
  .link:hover {
    text-decoration: underline;
  }
  .vaczone {
    padding:40px 5px;
    text-align: center;
  }
  .vaczone a {
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    border: 1px solid rgb(70,47,44);
    color: rgb(70,47,44);
    box-shadow: inset 0 0 0 0 rgb(70,47,44);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin: 0px !important;
    margin-bottom: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .vaczone a:hover {
    box-shadow: inset 600px 0 0 0 rgb(70,47,44);
    color: #fefefe;
  }
  .titlehold {
    height: 70px;
    position: relative;
  }
  .titlehold {
    text-align: center;
  }
  .twosplit h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4em;
    color: black;
    line-height: 1;
    color: rgb(70,47,44);
  }
  .twosplit:after {
    display: block;
    clear: both;
    content: "";
  }
  .twosplit .half {
    width: 50%;   
    float: left;
    text-align: left;
    padding-bottom: 20px;   
  }
  .twosplit .half:first-child {
    padding-right: 2%;
    border-right: 1px solid #e5e5e5;
  }
  .twosplit .half:last-child {
    padding-left: 2%;
  }
  .twosplit {
    border-bottom: 1px solid #e5e5e5;
  }  
  .twosplit .half .c h2 {
    font-size: 1.1em;
  }
  .tempimg {
    float: right;
  }
  .vac-form {
    margin-right: 420px;
  }
  .vac-form input[type="text"] {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    box-sizing: border-box; 
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #2d1f1a;
  }

  .vac-form input[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: rgb(211,113,25);
    border: none;
    text-transform: uppercase;
    color: white;
    margin-top: 20px; 
  }
  .vac-form input[type="submit"]:hover {
    background-color: rgba(211,113,25,0.8); 
  }
  .vac-form select {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #2d1f1a;
    height: 33px;
    background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
    padding: 0; 
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .vac-form textarea {
    height: 98px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2d1f1a;
    padding-top: 5px;
  }
  .vac-form .half > input[type="text"] {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .vac-form .half > input[type="text"]:nth-child(2n) {
    margin-right: 0;
  }
  .vac-form .half:after {
    display: block;
    clear: left;
    content: "";
  }
  .vac-form .filesinput {
    margin-top:10px;
  }
  /*====Einde vacatures===*/
  /*====Start levensboom=====*/
  .levensboom {
    padding:40px 5px;
    max-width: 900px;
    margin:0 auto;
  }
  .tak {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
  }
  .tak strong {
   color: #462F2C;
 }
 .tak .date {
  border-radius: 8px;   
  text-anchor: center;
  border:2px solid #462F2C;
  display: inline-block;
  width: 150px;
  line-height: 35px;
  text-align:center;
  color: #462F2C;
  font-weight: bold;
  background-color: white;
  margin-right: 10px;
}
.tak > * {
  display: inline-block;
}
.boomhold {
  position: relative;
}
.boomhold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74px;
  width: 2px;
  background-color: #462F2C;
  z-index: 0;
}
.levensboom h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4em;
  color: black;
  line-height: 1;
  color: rgb(70,47,44);
  margin-bottom: 25px;
}
/*=====Einde levensboom====*/
/*=====Diensten start=====*/
.linehold {
  position: relative;
}
.linehold .lin1, .linehold .lin2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}
.linehold .lin1 {
  left:32.96%;
}
.linehold .lin2 {
  right:32.96%;
}
.linehold .lin3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 47.5%;
  height: 1px;
  background-color: #e5e5e5;
}
.dienstdot {
  overflow: hidden;
  max-height: 83px;
}
.dienstdot h2 {
  margin-top: 0px !important;
}
/*=====DIensten einde=====*/
/*===Detail page diensten====*/
.bigimg {
  margin-bottom: 30px;
}
.bigimg:after {
  display: block;
  clear: both;
  content: "";
}
.bigimg > * {
  float: left;
}
.bigimg > * > img {
  width: 100%;
}
.bigimg .rechthoek {
  width: 62%;
  margin-right: 3.125%;
}
.bigimg .vierkant {
  width: 34.875%;
}
.lightbg {
  background-color: rgba(182,201,40,0);
}
.fullcont {
  padding:60px 0px;
  text-align: left;
}
.fullcont .rowcont {
  margin-bottom: 40px;
}
.fullcont .rowcont:last-child {
  margin-bottom: 0;
}
/*====Bollen====*/

.bollen {
  margin:45px 0; 
}
.bollen > * {
  width: 22%;    
  margin:1.5%;
  display:inline-block;
  overflow:hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.waardes h3 {
  width: 100%;
  padding:15px 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fefefe;
  font-size: 1em;
  font-weight: bold;
}
.bollen.waardes > * {
  position: relative;
}
.bollen.waardes img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.dienst > * {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding:2%;
  border: 1px solid rgb(200,200,200);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;    
}
.bollen.dienst .bol a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bollen.dienst .bol .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.8s;
  -webkit-border-radius:50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.dienst .bol .background.hover {
  transition: all 0.8s;
  opacity: 0;
  background-size: cover;
}
.bollen.dienst .bol:hover .background.normal {
  opacity: 0;
}
.bollen.dienst .bol:hover .background.hover {
  opacity: 1;
}
.bollen.dienst .bol span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.5em;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
}
.bollen img {
  width: 100%;
  -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;
}
.bollen >*:hover img {
  -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);
}

/*====Biobello====*/

.biobtns {
  text-align: center;
  margin:60px auto;
}
.biobtns > a {
  line-height: 40px;
  text-transform: uppercase;
  color: rgb(70,47,44);
  border:1px solid rgb(70,47,44);
  text-align: center;
  width: 220px;
  margin:10px;
  -webkit-box-shadow: inset 0 0 0 0 rgb(70,47,44);
  -moz-box-shadow: inset 0 0 0 0 rgb(70,47,44);
  box-shadow: inset 0 0 0 0 rgb(70,47,44);
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.biobtns > a:hover {
  color: #fefefe;
  -webkit-box-shadow: inset 220px 0 0 0 rgb(70,47,44);
  -moz-box-shadow: inset 220px 0 0 0 rgb(70,47,44);
  box-shadow: inset 220px 0 0 0 rgb(70,47,44);
}
.assortiment .img {
  position: relative;
}
.assortiment .btnhold {
  padding:20px 0;
  text-align: center;
}
.assortiment .btnhold a {
  position: relative;
  text-transform: uppercase;
  color: #B6C930;
  border:1px solid #B6C930;
  background-image: linear-gradient(to right, transparent 50%, #B6C930 50%);
  background-size: 300% 100%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin:auto;
  font-size: 1.2em;
  padding:5px 15px;
  z-index: 5;
}
.assortiment .btnhold a:hover {
  background-position: -50% 0;
  color: #fefefe;
}
.assortiment .btnover {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: #fefefe;
  background-color: #B6C930;
  width: 30px;
  line-height: 30px;
  text-align:center;
  font-size: 1.4em;
  padding-bottom: 2px;
}
/*.assortiment .btnover.plus:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: 0px;
  right: 0;
  border-top:1px solid #B6C930;
  border-left:1px solid #B6C930;
  }*/
  .assortiment .img img {
    width: 100%;
  }
  .assortiment .tekst {
    display: none;
    text-align: left;
  }

  .assortiment .item {
    border:2px solid #b6c930;
    cursor: pointer;
  }
  .assortiment .titel {
   width: 100%;
   text-align: center;
   background-color: rgb(182,201,48);
   padding:10px;
   color: #fefefe;
   text-transform: uppercase;
   font-weight: bold;
   padding-bottom: 0;
 }
 .assortiment .besch {
  width: 100%;
  text-align: center;
  background-color: rgb(182,201,48);
  padding:10px;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 0;
}
.assortiment .greenarrow{
  width: 45px;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  margin-left: -11.25px;
  display: none;
}
.assortiment h3 {
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.assortiment .item ul{
  width: 90%;
  margin:1em auto;
}
.assortiment .item .c p, .assortiment .item .c h2, .assortiment .item .c h3, .assortiment .item .c strong {
  text-align: center;
}
  /*.assortiment .item {
    margin-bottom: 60px;
    }*/
    /*====Aanpassingen 2====*/
    .headhold {
      text-align: right;
    }
    .headhold img {
      width: 80px;
      margin-right: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border:2px solid rgb(211,113,25);
      position: relative;
      top: 25px;
    }
    /*===Start Dienst===*/
    .dienstmain:after {
      display: block;
      clear: both;
      content: "";    
    }
    .dienstmain img {
      width: 100%;
    }
    .dienstmain > * {
      float: left;
      text-align: left;
    }
    .dienstmain .left {
      width: 66.66%;
      padding-left: 3.33%;
      padding-right: 3.33%;
    }
    .dienstmain .right {
      width: 33.33%;
    }
    .dienstmain .rechthoek {
      margin-bottom: 20px;
      position: relative;
    }
    .dienstmain .vierkant {
      padding:20px;
      border:2px solid rgb(211,113,25);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }
    .dienstmain .logos {
      margin-top: 15px;
    }
    .dienstmain .right h3 {
      text-transform: uppercase;
      font-weight: 1.8em;
      text-align: center;
      margin-top: 20px;
    }
    .dienstmain .logos:after {
      display: block;
      clear: both;
      content: "";
    }
    .dienstmain .logo {
      width: 50%;
      float: left;
      padding:2% 0;
      position: relative;
    }
    .dienstmain .logo:nth-child(2n) {
      padding-left: 2%;
    }
    .dienstmain .logo:nth-child(2n-1) {
      padding-right: 2%;
    }
    .dienstmain .logo span {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center;
      font-size: 1.5em;
      text-transform: uppercase;
      color: yellow;
    }
    .dienstmain .logo .opschrift {
      position: absolute;
      bottom: 3.8%;
      left: 0;
      right: 0;
      padding:5px;
      background-color: rgba(211,113,25, 0.6);
      font-weight: bold;
      text-align: center;
      font-size: 0.85em;
      color: #fefefe;
    }
    .dienstmain .logo:nth-child(2n) .opschrift {
      left: 3.9%;
    }
    .dienstmain .logo:nth-child(2n-1) .opschrift {
      right: 3.9%;
    }
    .contactak {
      margin:40px auto;
      padding:20px;
      padding-bottom: 40px;
      border:2px solid rgb(211,113,25);
      text-align: center;
      position: relative;
      background-color:rgba(211,113,25, 0.8);
      color: #fefefe;
    }
    .contactak {
      background-color: transparent;
      color: rgb(32, 32, 32);
    }
    .contactak h3 {
      color: #462F2C;
    }
    .right .contactak {
      margin-top: 2%;
    }
    .cap {
      position: absolute;
      left: 5px;
      top: 5px;
      width: 45px;
    }
    .cap2 {
      width: 45px;
    }
    .contactak a {
      height: 36px;
      width: 200px;
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -100px;
      border:2px solid rgb(211,113,25);
      border-radius:5px;      
      text-transform: uppercase;
      color: rgb(70,47,44);
      line-height: 30px;
      -webkit-transition: all ease 0.8s;
      -moz-transition: all ease 0.8s;
      transition: all ease 0.8s;
      background-color: #fefefe;
      -webkit-box-shadow: inset 0 0 0 0 rgb(70,47,44);
      -moz-box-shadow: inset 0 0 0 0 rgb(70,47,44);
      box-shadow: inset 0 0 0 0 rgb(70,47,44);
    }
    .contactak a:hover {
      color: #fefefe;
      -webkit-box-shadow: inset 0 0 200px 0 rgb(70,47,44);
      -moz-box-shadow: inset 0 0 200px 0 rgb(70,47,44));
box-shadow: inset 0 0 200px 0 rgb(70,47,44);     
}
.vierkant {
  position: relative;
}
.vierkant .opschrift, .rechthoek .opschrift {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: rgba(211,113,25, 0.6);
  bottom: 0px;
  padding:10px;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
}
/*====Start contact====*/
.contact-form { 
  float: left;
  width: 390px;
}
.contacteer-ons {
  float:right;
  width: 390px;
}
.location {
  float: none;
  margin-left: 430px;
  margin-right: 430px;  
}
.contactheight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 537px;
  padding-bottom: 50px;
  position: relative;
}
#dasmap {
  height: 487px;
}

.contact-form input[type="text"] {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 7px;
  box-sizing: border-box; 
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #85754d;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
}
.contact-form input[type="submit"]:hover {
  background-color: #594d30; 
}
.contact-form select {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
  padding: 0; 
  margin-bottom: 10px;
  padding-left: 5px;
}
.contact-form textarea {
  height: 147px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2d1f1a;
  padding-top: 5px;
}
.contact-form .half > input[type="text"] {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.contact-form .half > input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact-form .half:after {
  display: block;
  clear: both;
  content: "";
}
.contactpage:after {
  display: block;
  clear: both;
  content: "";
}
.errors {
  margin-bottom: 10px;
}

.toon-groot, .contact-us {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px; 
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #85754d;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;  
}
.toon-groot:hover, .contact-us:hover {
  background-color: #594d30;  
}
.contacteer-ons>img {
  width: 100%;
  margin-bottom: 20px; 
}
.special-contact {
  margin-bottom: 30px;
}
.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-info p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-info p a {
  color: black;
}

.contact-us {
  margin-top: 50px;
}
/*Team*/
.team img {
  width: 100%;
  filter: grayscale(100%);
}
.team .img {
  position: relative;
}
.team .img a {
  z-index: 6;
}
.marb {
  margin-bottom: 55px;
}
.team .img span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding:10px 5px;
  line-height: 30px;
  text-align: center;
  background-color: #88B04B;
  opacity: 0.9;
  z-index: 5;
  display: none;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.2em;
}
.team .img:hover span {
  display: block;
}
.team .item {
  text-align: center;
}
.team .titlebox {
  height: 60px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.team .titlebox.sml {
  height: 50px;
}
.team .titlebox h2 {
  font-weight: bold;
  font-size: 1.2em;
}
.team {
  margin-bottom: 80px;
}
/*====Einde contact===*/

.three-row-grid.diensten > * {
  margin-bottom: 6%;
}
.diensten i {
  font-size: 0.85em;
  line-height: 80px;
  vertical-align: top;
  margin-right: 5px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 70px;
}

/*====Start afhaalpunten====*/
.strlform select {
  border:1px solid black;
}
.strlform input[type="text"] {
  width: 350px;
  max-width: 100%;
  border:1px solid black;
  padding-left: 10px;
  line-height: 35px;
  margin-top: 15px;
}
.strlform a {
  cursor: pointer;
}
.strlform {
  padding:0px 5px 40px 5px;
}
.formtitel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  color: black;
  line-height: 1;
  color: rgb(70,47,44);
  margin-top: 40px;
  margin-bottom: 5px;
}
.strlform p {
  margin-top: 15px;
}
.submit {
  line-height: 39px;
  background-color: #462F2C;
  color: #fefefe;
  padding:0 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.gemeente {
  text-transform: uppercase;
  padding:5px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.afhaalban {
  background-color: #B6C930;
  color: #fefefe !important;
  padding-top: 1px;
  position: relative;
}
.afhaalban .formtitel {
  color: #fefefe;
  margin-top: 50px;
}
.afhaalban:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.afhaallist .rowlist:after {
  display: block;
  content: "";
  clear: both;
}
.cont3.afhaallist {
  text-align: left;
  padding:40px 0;
}
.afhaallist .col {
  float: left;
  padding:0 5px;
}
.c1 {
  width: 28%;
  padding-left: 12px !important;
}
.c2 {
  width: 40%;
}
.c3 {
  width: 15%;
}
.c4 {
  width: 17%;
}
.afhaallist strong {
  display: none;
}
.afhaallist .rowhead {
  font-weight: bold;
  background-color: #EE7100 !important;
  color: #fefefe !important;
}
.afhaallist .rowlist {
  padding-top: 8px;
  padding-bottom: 8px;
}
.afhaallist .rowlist.unev {
  background-color: #ECECEC;
}
.afhaalbtns {
  padding:40px 0 0 0;
  text-align: center;
}
.afhaalbtns a {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #EE7100;
  border:1px solid #EE7100;
  background-image: linear-gradient(to right, transparent 50%, #EE7100 50%);
  background-size: 300% 100%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin:auto;
  font-size: 1em;
  padding:5px 15px;
  z-index: 5;
}
.afhaalbtns a:hover, .afhaalbtns a.active {
  background-position: -50% 0;
  color: #fefefe;
}
/*====Einde afhaalpunten====*/
/*===Start klant====*/
#klant .cont2.reverse {
  text-align: left;
}
#klant .cont2 a {
  color: rgb(32,32,32);
  font-weight: bold;
}
/*====Einde klant===*/
/*===Start event contact===*/
.two-row-grid:after {
  display: block;
  clear: both;
  content: "";
}
.two-row-grid > * {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.two-row-grid > *:nth-child(2n) {
  margin-right: 0;
}
/*===Einde event contact===*/
/*===Media quries===*/
@media screen and (max-width: 1770px) {
  .cont2 .vertcent {
    left: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1700px) {
  .cont2 .vertcent {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1630px) {
  .cont2 .font3 {
    font-size: 90%;
  }
}
@media screen and (max-width: 1530px) {
  .cont2 .font3 {
    font-size: 75%;    
  }
  .cont2 .font3 p {
    margin:0.65em 0;
  }
  .cont2 .font3 p:first-child {
    margin-top: 0;
  }
  .cont2 .font3 p:last-child {
    margin-bottom: 0;
  } 
  .krachtlijn2 {
    font-size: 90%;    
    bottom: 30px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .splashscroll {
    bottom: 3px;
  }
/*.krachtlijn2 {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;    
    font-size: 140%;
    background-color: rgba(255,255,255,0.6);
    font-size: 100%;
  }
  .splash {
    background-position: center 10%;
  }*/

}
@media screen and (max-width: 1390px) {
  .cont2 {
    border-top: 0;
  } 
  .row .cont2:first-child {
    border-top: 1px solid #ededed;
  }
  .row .cont2:last-child {
    border-bottom: 1px solid #ededed;
  }
  .cont2 > * {
    width: 100%;
    float: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .cont2 .content .vertcent {
    position: static;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .cont2 .content {
    padding: 50px 15px;
    text-align: left;
    background-color: transparent;
  }
  .cont2 .content.reverse {
    text-align: left;
  }
  .cont2 .img {
    padding-bottom: 450px;
  }
  .cont2 .img.hidemob {
    display: none;
  }
  .cont2 .img.showmob {
    display: block;
  }
  .cont2 .font3 {
    font-size: 105%;    
  }
  .cont2 .font3 p {
    margin:1em 0;
  }
  .cont2 .font3 p:first-child {
    margin-top: 0;
  }
  .cont2 .font3 p:last-child {
    margin-bottom: 0;
  }
  .krachtlijn2 {
    font-size: 80%;
  }
}
@media screen and (max-width: 1300px) { 

 #logo {
  width: 140px;
}
#logo img {
  width: 100px;
}
header.scrolling #logo {
  width: 95px;    
}
header.scrolling #logo img {
  width: 95px;
  padding-top: 21px;
}
.btn.black {
  margin-bottom: 20px;
}
}
@media screen and (max-width: 1230px) {
  .cont2 .vertcent {
    left: 25px;
    right: 25px;
  }
  .cont2 .font6 {
    font-size: 1.5em;
  }
  .cont2 .font3 {
    font-size: 18px;
  }

}
@media screen and (max-width: 1200px) {
	.cont3 {
		width: 96%;
	}
  .contactheight {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contacteer-ons {
    margin-right: 0;
  }
  .contacteer-ons > img {
    max-width: 390px;
  }
  .location {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .headhold img {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1180px) {
  .c1 {
    width: 26%;
  }
  .c2 {
    width: 40%;
  }
  .c3 {
    width: 15%;
  }
  .c4 {
    width: 18%;
  }
}
@media screen and (max-width: 1150px) {
  .krachtlijn2 {
    font-size: 70%;
  }  
}
@media screen and (max-width: 1100px) {
  .vierkant .opschrift, .rechthoek .opschrift {
    left: 0;
    right: 0;
    padding:5px;
    bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .rowhead {
    display: none;
  }
  .afhaallist strong {
    display: inline;
  }
  .afhaallist .rowlist {
    padding:10px 0;
  }
  .afhaallist .col{
    width: 100%;
  }
  .afhaallist .c1 {
    padding-left: 5px !important;
  } 
}
@media screen and (max-width: 1050px) {
  .cont7 .font6 {
    font-size: 1.5em;
  }
  .cont7 .content .cnt {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .cont7 .subrow.reverse .content .cnt {
    left: auto;
    right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .cta {
    width: 600px;
  }
  /*
  .three-row-logo > * {
    float: none;
    width: 50%;
    display: block;
    margin: auto;
    padding:20px 0;
    clear: both;
    text-align: center !important;
    clear: none;
    margin-left: auto !important;
    margin-right: auto !important;
    } */
    .three-row-logo {
      width: 100%;
    }
    .biobtns > a {
      width: 300px;
      max-width: 96%;
    }
    .biobtns > a:hover {    
      -webkit-box-shadow: inset 300px 0 0 0 rgb(70,47,44);
      -moz-box-shadow: inset 300px 0 0 0 rgb(70,47,44);
      box-shadow: inset 300px 0 0 0 rgb(70,47,44);
    }
  }
  @media screen and (max-width: 980px) {
    .font10 {
      display: block;text-align: center;
    }
    .dienstmain .left {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
    .dienstmain .right {
      display: none;    
    }
    .dienstmain .vierkant.dn {
      display: block;
      width: 100%;  
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      padding:0;
      padding-bottom: 100%;
    }
    .resplogos.dn {
      display: block;
    }
    .dienstmain .logo:nth-child(1n) {
      padding:2% 0 0 0;
      width: 33.33%;
    }
    .dienstmain .logo:nth-child(1n) .opschrift {
     bottom: 0;
     right: 6%;
   }
   .dienstmain .logo:nth-child(1) {
     padding-right:2%;
   }
   .dienstmain .logo:nth-child(1) .opschrift {
     bottom: 0;
     right: 6%;
   }
   .dienstmain .logo:nth-child(2) {
    padding-right: 1%;
    padding-left: 1%;   
  }
  .dienstmain .logo:nth-child(2) .opschrift {
   bottom: 0;
   left: 3%;
   right: 3%;
 }
 .dienstmain .logo:nth-child(3) {
  padding-left: 2%;
}
.dienstmain .logo:nth-child(3) .opschrift {
 bottom: 0;
 left: 6%;
 right: 0;
}
.dienstmain .logo:nth-child(4) {
  display: none;
}
.contactak {
  margin-top: 20px;
  margin-bottom: 60px;
}
}
@media screen and (max-width: 950px) {
  .twosplit .half:nth-child(n) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
  .twosplit .half:first-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .headhold img {
    margin-right: 5%;
    top: 0px;
  }
  .levensboom .tak p {
    display: block;
    padding-left: 166px;
  }
  .levensboom .tak p span {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  footer {
    overflow: hidden;
  }
  .rightcor {
    right: -100px;
  }
  .leftcor {
    left: -100px;
  }
  .bollen.dienst > * {
    width: 180px;
    height: 180px;
  }
  .bollen.dienst .bol span {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 900px) {   
  .box3:hover {  
    color: #fefefe; 
  }
  .box3:hover .innerbox {
    background-color: rgb(70,47,44);
  }
  .box3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    cursor: pointer;
    padding:15px;
  }      
  .box3 .text {
    display: none;
    margin-top: 20px;
  }
  .box3 .afb {
    margin-bottom: 0;
  }
  .cont7 { 
    text-align: center;
  }
  .cont7.reverse {
    text-align: center;
  }
  .cont7 .top img {
    width: 100%;
  }
  .cont7 .subrow>*{
    width: 100%;
    float: right;
    padding-bottom:0;
  }
  .cont7 .subrow .img {
    padding-bottom: 56.25%;
  }
  .cont7 .content .cnt {
    position: static;  
    width: 96%;
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    text-align: center;
  }
  .cont7 .content .cnt * {
    text-align: center;
  }
  .cont7 .subrow.reverse .content .cnt * {
    text-align: center;
  }
  .cont7 .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cont7 .content p {
    display: none;
  }
  .cont7 .font6 {
    margin-bottom: 0;
  }
  .cont7 .content {
    display: none;
  }
  .cont7 .content.dn {
    display: block;
  }
  .bollen > * {
    width: 30.333%;
    margin:1.5%;
  }
  .bollen > *:nth-child(7), .bollen > *:nth-child(6) {
    display: none;
  }
  .bollen > *:nth-child(6) {
    display: inline-block;
  }
}
@media all and (max-width: 900px) {
  #nieuwsoverzicht > a
  {
    width: 47%;
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(3n)
  {
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(2n)
  {
    margin-right: 0;
  }
  .content.longline {
    padding-left: 0;
    padding-right: 0;
    max-width: 96%;
  }
  .slot {
    float: none;
    width: 100%;
  }
  .slot:after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (max-width: 860px) {
  .cont2 > * {
    width: 100%;
    max-width: 100%;
  }
  .cont2 .img {
    width: 96%;
    padding-bottom: 54%;
    margin-left: 2%;
  }
  .cont2 .content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 850px) {
  .feco {
    width: 100%;
  }
  .headhold img {
    margin-right: 0%;
    top: 0px;
  }
  .bollen.waardes {
    display: none;
  }
  .waardes.lijst:after {
    display: block;
    clear: both;
    content: "";
  }
  .mobshow {
    display: block !important;
  }
  .waardes.lijst {
    display: block;
    background-color: rgba(0,0,0,0.8);
  }
  .waardes.lijst > * {
    width: 50%;
    padding: 15px 5px;    
    color: #fefefe;
    font-size: 1em;
    font-weight: bold;
    float: left;
    line-height: 25px;
    height: 75px;
    position: relative;
    border-bottom:1px solid rgba(230,230,230);
    border-right:1px solid rgba(230,230,230);
  }
  .waardes.lijst > *:nth-child(2n) {
    border-right:0;
  }
  .waardes.lijst h3 {
    position: absolute;
    left: 5px;
    right: 5px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .vac-form {
    margin-right: 0;
  }
  .tempimg {
    display: none;
  }
  .cont4 > * {
    width: 100%;
    margin-bottom: 50px;
  }
  .cont4 > *:first-child,.cont4 > *:first-child {
    margin-right: 0;
  }
  .footeritems .footitem:nth-child(2) {
    position: relative;
    left: 0px;
  }
  .cont4 > *:last-child {
    margin-bottom: 0;

  }
  .krachtlijn2 {
    font-size: 100%;
  }
  .krachtlijn2 {   
   padding-left: 20px;
   padding-right: 20px;
  }

  .krachtlijn2 h1 {    
    font-size: 1.1em;    
  }
  .krachtlijn2 h2 {    
    font-size: 1em;
  }
  #vaclist .item {
    width: 100%;
  }
  .afhaalbtns {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .afhaalbtns a {
    display: block;
    margin:10px 0;
    width: 100%;
  }

}
@media screen and (max-width: 790px) {
  .two-row-grid > *:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }
  .cont6 > * {
    width: 100%;
  }
  .cont6 .placeholder {
    margin-right: 0 !important;
    margin-bottom: 1%;
    padding-bottom: 56.25%;
  } 
  .leftcor {
    left: -40px;
  }
  .rightcor {
    right: -40px;
  }
  .homepart .box2:nth-child(4) {
    display: block;
  }
  .headhold img {
    margin-right: 20px;
    top: 20px;
  }
  .linehold .lin1 {
    left: 51%;
  }
  .linehold .lin2 {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    bottom: 35.5%;
  }
  .linehold .lin3 {
    top: 32%;
  }
}
@media screen and (max-width: 760px) {
 .font10 > span {
  font-size: 2.5em;
  text-align: center;
}
.font10 > h1 {
  font-size: 1.2em;
}
}
@media screen and (max-width: 750px) {
  .leftcor {
    left: -130px;
  }
  .rightcor {
    right: -130px;
  }
}
@media screen and (max-width: 720px){
  footer .newfootitem:nth-child(n) .foottop {
    float: none;
    position: static;
    padding-top: 10px;
  }
}
@media screen and (max-width: 700px){  
  .footeritems .footitem {
    width: 100%;  
    margin:0 auto;
    display: block; 
    text-align: center;  
    margin-bottom: 40px;
    float: none;

  }
  .footeritems .footitem h3 br, .footeritems .footitem h3 span {
    display: none;
  }
  .footeritems .footitem > img {
    display: block;
    margin: 0 auto;
  }
  .footeritems .font9 {
    text-align: center;
  }
  .footeritems:after {
    display: none;
  }
  .footeritems .footitem:last-child {
    margin-bottom: 0;
  }
  .footitem .line2 {
    display: inline-block;
  }  
  nav .bottom {
    display: none;
  }
  .contactak.edu {
    width: 95% !important;
  }
  .bollen.waardes > * {
    width: 47%;
  }

}
@media screen and (max-width: 680px) {
  .linehold .lin1, .linehold .lin2, .linehold .lin3 {
    display: none;
  }

  .headhold {
    height: 80px;
    position: relative;
  }
  .meer {
    left: 0;
    text-align: right;
    padding-right: 140px;
    z-index: 2;
  }
  .headhold img {
    margin-right: 0px;
    bottom: 0px;
    left: auto !important;
    right: 35px;
    position: absolute;
    z-index: 2;
  }
  .homepart, .part {
    margin-top: 20px;
  }
  .homepart .box2:nth-child(1n), .part .box2:nth-child(1n) {
    width: 49.5%;
    margin-right: 1%;
    padding:1%;
    margin-top: 1%;
  }
  .homepart .box2:nth-child(2n), .part .box2:nth-child(2n) {
    margin-right: 0;
  }
  .two-row-grid > .box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }
  .evnt .part {
    margin-top: 0;
  }
  .box1 {
    padding-left: 0px;		
  }
  .box1 h3 {
    padding-left: 30px;
    display: block;
  }
  .diensten .box1 h3 {
    padding-left: 50px;
  }
  .diensten .box1 > img {
    left:20px !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);    
  }
  .box1 img {
    left: 0px;
  }
  .font7 {
    font-size: 95%;
  }
  .cta {
    width: 90%;
  }
  .cta img {
    width: 75%;
  }
  .font6 {
    font-size: 1.4em;
  }
  .three-row-grid.single > .box1:last-child {
    margin-left: 0;
  }
  .three-row-grid.single > .box1:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .biobtns {
    margin:30px auto;
  }
}
@media screen and (max-width: 650px) {
 .nieuwsfichebutton
 {
  margin-bottom: 2em;
}
.font10 > span {
  width: 100%;
  margin-right: 0;		
}
.font10 {
  text-align: center;
  width: 100%;
}
.font10 > h1 {
  text-align: center !important;
}
.font10 > p {
  text-align: center !important;
}
.box3 .font12 {
  font-size: 1.6em;
}
}
@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }
  .contacteer-ons {
    margin-top: 20px;
  }
  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
  .contact-form p {
    margin-bottom: 0;
  }  
  #dasmap {
    height: 250px;
  } 
}
@media screen and (max-width: 600px) { 
  .mt50 {
    margin-top: 35px;
  }
  .splash {
    min-height: 100vh;
  }
  .first {
    margin-top: 60px;
  }
  .toporange {
    height: 10px;
    display: none;
  }
  .bigimg .rechthoek {
    width: 100%;
    margin-right: 0;
  }
  .bigimg .vierkant {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .conn {
    width: 8px;
    height: 80px;
    background-color: #cad7f0;
    margin: 0 auto;
  }
  .feco img {
    width: 100%;
  }  
  .splash .img {
    padding-top: 250px;
  }

  .cont2 .font6{
    font-size: 1.8em;
  }
  .btn {
    margin:40px auto;
  }
  nav {
    display: none;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    padding:0;
    padding-top: 20px;
    padding-bottom: 40px;
  } 
  nav a {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    padding-left: 13px;
  }
  nav a:hover img {
    display: none;
  }
  nav a img {
    display: none;
  }
  nav .language {
    text-align: center;
  }
  nav .language a {
    display: inline-block;
    float: none;
  }
  header {
    height: 80px !important;
    background-color: #a0a0a0 !important;
    top: 0px !important;
  }
  header #menubutton {
    background-color: transparent;
  }
  header #logo img {
    width: 80% !important;
    padding-top: 12px !important;
  } 
  header #logo {
    top: 0px !important;
  }
  header #menubutton {
    margin-top: 0px !important;
    top: 12px !important;
  }
  header.scrolling #menubutton {
    margin-top: 0px;
    top: 12px;
  }
  header.scrolling #menubutton.active {
    margin-top: 22px;
  } 
  header.scrolling {
    height: 60px;
  }
  header.scrolling #logo {
    width: 70px;
  }
  header.scrolling #logo img {
    width: 80%;
    padding-top: 9px;
  } 
  header.active #logo {
  	display: none !important;
  } 
  #menubutton.pageready {
    right: 10px;
  }
  .cont3.dn {
    display: block !important;
  }
  #logo {
    width: 80px;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);  
  }
  #logo.noblue {
    width: 60px;     
  }
  #logo img {
    width: 100%;
  }
  #logo.noblue img {
    width: 100%;
  }
  #logo.pageready {
    left: 10px;
  }
  #logo img {
    width: 70px;
    padding:10px 0;
  } 
  #video_background {
    display: none;
  }  
  .logosplash {
    position: static;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
  }
  .kaart {
    width: 85% !important;
  }
  .splash .text {
    display: none;
  }
  .splash .img {
    padding-top: 80px;
  }
  .xknop {
    position: absolute;
    margin: 0;
    top: -10px;
    right: 3px;
  }
  #cookieheader p {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cookieheader {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  } 
  #cookiewrapper {
    position: relative;
  }
  .cont4 > * {
    margin-bottom: 35px;
  }
  .mt100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 550px) {
  .reverse.wc {
    margin-top: 50px !important;
  }
  body .team.four-row-grid > * {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
  }
  .leftcor {
    display: none;
  }
  .rightcor {
    display: none;
  }
  #nieuwsoverzicht > a
  {
    margin-right: 0 !important;
    width: 100%;
  }
  .notonmobile
  {
    display: none !important;
  }
  .homepart .box2:nth-child(1n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 547px) {
  .btn.margin {
    margin-left: auto;
    display: block;
  }
  .btn.width {
    width: 245px;
    max-width: 100%:;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .font4 {
    font-size: 2em;
  }
  .smallify {
    font-size: 1.7em !important;
  }
  .font5 {
    font-size: 1.8em;
  }
  .bollen > * {
    width: 46%;
    margin: 2%;
  }
  .bollen.waardes > * {
    width: 48%;
    margin:1%;
  }
  .waardes.lijst > *:nth-child(1n) {
    width: 100%;
    border-right: 0;
  }
  .dienstmain .logo:nth-child(1n) {
    padding:2%;
    width: 50%;
  }  
  .dienstmain .logo:nth-child(1n) .opschrift {
    left: 0;
    right: 0;
    bottom: 3.8%;
  }  
  .dienstmain .logo:nth-child(4) {
    display: block;
  }
  .dienstmain .logo:nth-child(2n) {
    padding-right: 0;
  }
  .dienstmain .logo:nth-child(2n) .opschrift {
    left: 4%;
  }
  .dienstmain .logo:nth-child(2n-1) {
    padding-left: 0;
  }
  .dienstmain .logo:nth-child(2n-1) .opschrift {
    right: 4%;
  }
  .leftcor {
    left: -70px;
  }
  .rightcor {
    right: -70px;
  }
}
@media screen and (max-width: 480px) {
  .backblack .vertcent {
    font-size: 85%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 475px) {
	.font10 br.dn {
		display: inline-block;
	}
	.font10 > h1 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.cta img {
		width: 90%;
	}
	.cta {
		margin:50px auto;
	}
	.cta strong {
		margin-bottom: 20px;
	}
  .contactak.edu a {
    width: 200px !important;
    margin-left: -100px !important;
  }
}
@media screen and (max-width: 460px) {
  .strlform .submit {
    width: 100%;
    top: 0;
  }
  .strlform input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .box3 {
    text-align: center !important;
    padding-top: 100px; 
    padding:30px;
  }
  .cont2 .content.small {
    padding:10px;
    padding-top: 35px;
  }
  .cont2 .content.medium {
    padding:50px 25px;
  }
  .leftcor {
    left: -100px;
  }
  .rightcor {
    right: -100px;
  }
  .part > .box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .bollen.waardes > *:nth-child(n+4) {
    display: none;
  }
  .bollen.waardes > * {
    width: 96%;
    margin:2%;
  }
  
}
@media screen and (max-width: 400px) {
  .cont2 .content, .cont2.reverse .content {
    text-align: center;
  }
  .cont2 .content .line2 {
    display: inline-block;
  }
  body {
    font-size: 1em;
  }
  .btn.width {
    width: 232px;
    max-width: 100%;
  }
  .backblack .line {
    display: none;
  }
  .backblack .font3 {
    display: none;
  }
  .splash .img {
    padding-top: 80px;
  }
  #cookieheader .btn {
    padding:0.5em 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 16px;
  }
  footer h4 {
    font-size: 1.2em;
  }
  footer .newfootitem:nth-child(2) > * {
    margin-left: 20px;
  }
  footer .newfootitem:first-child > * {
    margin-right: 20px;
  }

}
@media all and (max-width: 390px) {
  .nleft
  {
    width: 31%;
  }

  .nright
  {
    width: 65%;
  }

  .nleft .nieuwsfichebutton
  {
    width: 100%;
  }

  .nright .nieuwsfichebutton
  {
    margin-left: 4%;
    float: left;
    width: 48%;
  }

  .nright .nieuwsfichebutton:first-child
  {
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .dienstmain .logo:nth-child(1n) {
    padding:2% 0;
    width: 100%;
  }
  .dienstmain .logo:nth-child(1n) .opschrift {
    left: 0;
    right: 0;
    bottom: 2%;
  }
  .tak .date {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .boomhold:after {
    display: none;
  }
  .tak {
    text-align: center;
  }
  .levensboom .tak p {
    padding-left: 5px;
    padding-right: 5px;
  }

}
@media screen and (max-width: 300px) {
  .bollen > * {
    width: 96%;
    margin: 2%;
  }
}

#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: #594d30;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #594d30;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content-container {
  width: 50%;
  margin: auto;
}

#content-container h2 {
  color:#202020; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color:#202020;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #85754d;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #85754d;  
  color: #fefefe;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #85754d;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #85754d;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  margin-left: 3em;
}

#content-container a {
  color: #D3191C;
}

#gdpr-wrapper {
   min-height:100%;
   position:relative;
}