/*=========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: #4a4a49;
  line-height: 150%;
  font-size: 1.15em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.image-nav .vierkant {
  width: 100%;
  margin:auto;
}

.image-nav .vierkant:nth-child(2),.image-nav .vierkant:nth-child(3)
{
  display: none;
}

.image-nav:hover .vierkant:first-child
{
  display: none;
}

.image-nav:hover .vierkant:nth-child(2)
{
  display: block;
}

.image-nav span
{
  display: none;
}

@media screen and (max-height: 900px)
{
  .image-nav .vierkant
  {
    display: none;
  }
}


.bg-home {
  /*background-image: url(/images/bg.jpg);*/
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


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

.bryan-splash {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gotositelink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.bryan-splash>div {
  width: 50%;
}

.left-bryan {
  background-image: url(/images/11.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}

.bottom-left, .bottom-right {
  height: 50px;
  background-color: #faa938;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  right: 0;
}

.bottom-left {
  display: flex;
  padding-right: 70px;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.bottom-left img {
  margin: 0 10px;
}

.bottom-right {
  background-color: black;
}

.links-bryan {
  padding-left: 30px;
  padding-top: 20px;
  font-size: .6em;
  line-height: 15px;
}

.links-bryan a {
  color: #a2a2a2
}

.cd-bryan {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 80px;
}

.bryan-title {
  color: #faa938;
  font-size: 8.5em;
  line-height: 80%;
  padding: 15px;
  text-align: left;
  z-index: 10;
  position: absolute;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
}

.resbot {
  display: none;
}

.bryan-sub-title {
  color: black;
  font-size: 3.5em;
  line-height: 80%;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  text-align: right;
  padding-right: 30px;
}

.bryan-sub-title span {
  color: #faa938;
}

.location-bryan {
  color: black;
  font-size: 5.5em;
  line-height: 80%;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  text-align: right;
  padding-right: 30px;
}

.content-bryan {
  overflow: auto;
  width: 100%;
  min-height: 250px;
  padding: 20px;
  position: absolute;
  bottom: 100px;
}

.arrow-content {
  left: 20px;
  position: absolute;

}

.site-visit {
  font-size: 1.1em;
  padding: 10px 30px;
  border: 4px solid #faa938;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  color: #faa938;
  transition: all .3s; 
  margin: 20px;
  float: right;
}

.site-visit:hover {
  color: white;
  background-color: #faa938;
}

.left-bryan {
  padding: 20px;
  position: relative;
}

.arrow-up {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.right-bryan {
  position: relative;
  background-image: url(/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}


.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 #4a4a49;
}
.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);

}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

/**Lightbox**/
#loctek-lightbox-close {
  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;
}

/*======einde algemeen=====*/
/*====Start Header====*/
header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 11;
  height: 0px;
}
header.scrolling {
  top: 0;
  height: 0px; 
}
header.active {
  /* background-color: rgba(0,0,0,.8); */
  background-color: #4a4a49;
}
#logo {
  width: 210px;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 11;
  background-color: #223e99;  
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
  height: 150px;
}
#logo.noblue {
  background-color: transparent;
  padding-top: 0;
  width: 190px;
}
#logo.pageready {
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#logo img {
  width: 170px;
  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: 150px;
  padding: 0;
} 
header #logo.home {
  display: none;
}
header.scrolling2 #logo.home {
  display: block;
}
header.scrolling #logo {
  height: auto;
  width: 135px;
  padding-right: 5px;
}
header.scrolling #logo img {
  width: 130px;
  padding-top: 6px;
}

html,body
{
  height: 100%;
  min-height: 100%;
}

#contactbutton
{
  display: block;
  height: 45px;
  line-height: 40px;
  padding: 0 10px;
  z-index: 50;
  border: 3px solid #faa938;
  cursor: pointer;
  position: absolute;
  top:0;
  right:160px;
  color: #faa938;
  margin-top:45px;
  transition: -moz-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s; 
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;  
  transition: right .45s;
  transition-delay: 0s;
}


#menubutton {
  height: 45px;  
  padding:10px;
  z-index: 50;
  border: 3px solid #faa938;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 40px;
  margin-top:45px;
  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;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
}

#menubutton.pageready {  
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menubutton.menubtn {
  transition: right .45s;
  transition-delay: 0s;
}
#menubutton .label {  
  line-height: 20px;
  font-size: 1.2em;    
  display: inline-block;
  color: #faa938;
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}
#menubutton .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#menubutton span, #menubutton span:before, #menubutton span:after {
  width: 100%;
  height: 2px;
  border-top: 2px solid #faa938;
  margin-bottom: 5px;
  display: block;
  content: "";
  transition-duration: 0.3s, 0.3s; 
}
#menubutton span {
  height: 20px;
  border-top: 0;
  border-bottom: 2px solid #faa938;  
  margin-bottom: 0;
}
#menubutton.active span {
  border-bottom: 0;
}
#menubutton.active span:after, #menubutton.active span:before {
  position: absolute;
  width: 20px; 
  color: #fefefe;
}

.image-nav a
{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 20% !important;
  margin-left: 6.6% !important;
  display: block;
  float: left;
  margin-left:10% !important;
}


#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 .label {
  display: none;
}
header.scrolling #menubutton {
  margin-top: 30px;
}

header.scrolling #contactbutton
{
  margin-top: 30px;
}

nav {
  position: fixed;
  z-index: 100;
  background-color: #4a4a49;
  height: 100%;
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -350px;
  overflow-y: auto;
}

.innernav, .langnav {
  width: 100%;
  padding-left: 48px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 55px;
}

.langnav
{
  padding-bottom: 15px;
  padding-left:37px;
}

.langnav > a
{
  padding:13px;
  font-family: 'berthold', sans-serif;
  font-size: 1.4em;
  color: #fff;
}

.langnav > a.active, .langnav > a:hover
{
  background-color: #fff;
  color: #faa938;
  text-decoration: none;
}

.image-nav .black img {
  width: 100%;
}

.image-nav {
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 35px;
  left: 50%;
  padding:0 35px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

.image-nav .black
{
  margin-bottom: 10px;
  padding: 15px;
  background-color: black;
}

.image-nav>div>a {
  margin: 5px;
}

.innernav >a:first-child {
  margin-top: 5px;
}
.innernav  a {
  font-size: 2em;
  color: white;
  width: 100%;
  text-align: left;
  display: block;  
  padding:13px;
  padding-top: 0;
  padding-bottom: 35px;
  padding-left: 50px;
  font-family: 'berthold', sans-serif;

}
.innernav  a.active, nav a:hover {
  color: #faa938;
  background-image: url("/images/menuflame.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 22px;
}
.innernav  .extra a {    
  display: inline-block;
  font-size: 80%;
  width: auto;
}
.innernav  .extra {
  text-align: right;
}

.langnav
{

}

#reslogo
{
  display: none;
}
/*====Einde Header====*/
/*====Start Styles====*/


.c-tekst {
  position: absolute;
  bottom: 0;
  right: 70px;
  text-align: right;
  padding-bottom: 70px;
}

.loc-home {
  color: black;
  font-size: 4em;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  line-height: 80%;
}

.datum-home {
  color: black;
  padding-bottom: 50px;
  font-size: 3em;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  line-height: 80%;
}

.datum-home span {
  color: #faa938;
}

.down-arrow-home {
  position: absolute;
  left: 50%;
  bottom: 13px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.videoframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.videop {
  color: #dbdbdb;
  font-family: 'Lato', sans-serif;
}



.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;
  border-bottom: 1px solid #ededed;
  background-color: #ededed;
}
.cont2 .img img {
  width: 100%;
}
.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;
}
.cont2.abso .content {
  background-color: #ededed;
  position: relative;
}
.cont2 .vertcent {
  left: 100px;
  right: 100px;
}
.cont2 .content.medium {
  padding:100px 75px;
}
.cont2.abso .content.medium {
  padding:0 0 33% 0;
}
.cont2 .content.small {
  padding:50px 75px;
}
.cont2 .img {
  background-image: url('/images/placeholder.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom:33%;
}
.cont2.wc .img {
  padding-bottom: 0%;
}
.cont2.wc .content {
  padding:100px 50px;
}

.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: 45%;
  float: left;
  text-align: center;  
}
.cont4>*:first-child {
  margin-right: 10%;
}
.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: rgba(0,0,0,.8);
  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%);
  margin-top:3px;
}
.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;
}

.logos {
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 230px;
}
.logosleft {width:50%; text-align:right; float:left;}
.logosright {width:50%; text-align:left; float:right;}


.font1 {
  font-size: 2.8em; 
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Open Sans', 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: 110%;
  font-weight:300;
  font-family: 'Lato', sans-serif;
}
.font4 {
  font-weight: 800;
  text-transform: uppercase; 
  font-size: 2.7em;
  color: black;
  line-height: 1;
  color: #faa938;
  font-family: 'berthold', sans-serif;
}
.font4 img {
  max-width: 100%;
  margin-bottom: 10px;
}
.font5 {
  font-size: 2.5em;
  line-height: 1;  
  font-weight: 300; 
  text-transform: uppercase;  
  color: black;
}
.font6 {
  font-size: 2.2em;  
  margin-bottom: 20px;
  line-height: 125%;
  font-family: 'berthold', sans-serif;
  color: white;
  text-transform: uppercase;
}
.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;
}
.line2 > img {
  width: 100%;
}



.btn, .btn2 {
  display: inline-block;
  font-weight: bold;
  line-height: 45px;
  padding:0 1em;
  border: 3px solid #faa938;
  color:#faa938;
  box-shadow: inset 0 0 0 0 #faa938;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 80px auto;
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.btn:hover {
  box-shadow: inset 600px 0 0 0 #faa938;
  color: #fefefe;
}
.btn.black {
  color:#4a4a49;
  border: 1px solid #4a4a49;
  box-shadow: inset 0 0 0 0 #4a4a49;
}
.btn.black:hover {
  box-shadow: inset 600px 0 0 0 #4a4a49;
  color: #fefefe;
}

.btn.black.active,.btn.black.active:hover
{
  color:#fff;
  background-color: #4a4a49;
  box-shadow: none;
}

.btn2
{
  color:#fefefe;
  background-color: #faa938;
}

.btn2:hover
{
  box-shadow: inset 600px 0 0 0 #fefefe;
  color: #faa938;
}

.margin {
  margin-left: 40px;
}
.box1 {
  position: relative;
  padding-left: 70px;
  text-align: left;
  padding-bottom: 10px;
}
.box1 > img {
  position: absolute;
  top: 0;
  left: 30px;  
}

.box2 img {
  display: block;
  margin: 0 auto;
  width: 85%;
  -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: #223e99;
  padding:60px 30px;
  float: left;
  padding-top: 80px;µ
  min-height: 455px;
}
.box3:nth-child(2n-1) {
  text-align: left;
}
.box3:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}
.box3 img {
  position: absolute;  
  top: -25px;
  left: 50%;
  margin-left: -52.5px;
}
.box3 .top1, .box3 .top2, .box3 .bottom1, .box3 .bottom2 {
  position: absolute;
  width: 10%;
  height: 10%;
}
.box3 .top1, .box3 .top2 {
  top: 0;
  border-top: 6px solid #223e99;
}
.box3 .bottom1, .box3 .bottom2 {
  bottom: 0;
  border-bottom: 6px solid #223e99;
}
.box3 .top1, .box3 .bottom1 {
  left: 0;
  border-left: 6px solid #223e99;
}
.box3 .top2, .box3 .bottom2 {
  right: 0;
  border-right: 6px solid #223e99;
}
.bluezone {
  background-color: #dde4f5;
}
/*====End Styles===*/
/*====Start Splash====*/
.splash {
  /*background-image: url('/images/Fecotest_CMYK.jpg');
  background-size: cover;
  background-position: center -20%;
  background-repeat: no-repeat;*/
  position: relative;
  color: #fefefe;
  background-color: white;
  z-index: 
}
.splash.held {
  background-position: center center;
}
/*.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%;
  }

  .image-nav a img
  {
    height: auto;
    width: 100%;
  }

  .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: 30px;
    left: 30px;
    max-width: 80%;
  }

  .cb {
    clear: both;
    content: "";
    height: 1px;
  }
  /*====Einde Splash===*/

  .kaart
  {
    position: relative;
  }

  .kaart .zoom
  {
    display: block;
    position: absolute;
    right:0;
    top:0;
    padding:10px;
    font-size: 2em;
    background-color: #fff;
    color: #faa938;
    z-index: 2;
    border-bottom-left-radius: 5px;
  }

  /*===Content rows===*/
  main {
    padding:30px;
    max-width: 100%;
  }

  .row {
    margin-top: 50px;
    margin-bottom: 50px;
    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 #223e99;
    width: 65%;
    padding:40px;
    margin: 100px auto;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color:#223e99;
    font-size: 120%;
    padding-bottom: 0;
  }
  .cta img {
    margin: 0 auto;
    position: relative;
    bottom: -5px;
    z-index: -1;
  }
  /*===Einde content rows===*/
  /*===Footer start===*/
  footer {
    background-color: rgba(0,0,0,.8);
    padding-top: 40px;
    margin-top: 50px; 
  }
  .footeritems {
    justify-content: center;
    color: #fefefe;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    border-color:rgba(254,254,254,0.2);
    margin:auto;
    width: 450px;
    margin-bottom: 20px;
  }
  .footeritems:after {
    display: inline-block;
    content: "";
    width: 100%;
  }
  .footeritems .footitem {
    display: inline-block;
    vertical-align: top;
  }
  .footeritems .footitem:nth-child(2) {
    position: relative;
  }
  .footeritems h1
  {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .footitem .line2 {
    margin-left: auto;
    margin-right: auto;
  }
  .footitem p {
    position: relative;
    padding-left: 30px;
    font-size: 80%;
  }
  .footitem a {
    color: #fefefe;
  }

  .footeritems h1:hover
  {
    color: #faa938;
  }

  .footitem:nth-child(3) p img {
    width: 20px;
    position: absolute;
    top: 3.5px;
    left: 0;  
  }
  .footitem:nth-child(1) p img {
    position: absolute;
    top: 7.5px;
    left: 0;  
  }
  .footitem ul li i
  {
    width: 30px;
  }

  .footbot {
    font-size: 80%;
    line-height: 140%;
    text-align: center;
    color: #fefefe;
  }
  .footbot:after {
    display: block;
    content: "";
    clear: both;
  }
  .footbot a {
    color: #fefefe;
  }
  .footbot .left {
    text-align: left;
  }
  .footbot .right {
    text-align: right;
  }
  .made-by {
    margin-top: 5px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
  }
  .made-by a {
    color: rgba(254,254,254,0.2);
  }
  /*===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 #223e99;
  }
  .cont5 .uurwerk img { 
    position: relative;
    top: -2px;
  }
  /*===Fecotest einde===*/

  .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: 150px;
  }
  .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====*/
  /*===Media quries===*/

  @media screen and (max-width: 1590px) {
    .bryan-title {
      font-size: 8em !important;
    }
  }

  @media screen and (max-width: 1590px) {
    .bryan-title {
      font-size: 7em !important;
    }

    .bryan-sub-title {
      font-size: 3em !important;
    }
  }

  @media screen and (max-width: 1350px) {
    .cont2.t2 .vertcent {
      left: 20px;
      right: 20px;
    }

    .bryan-title {
      font-size: 6em !important;
    }

    .location-bryan {
      font-size: 4em;
    }

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

   #logo {
    width: 160px;
    height: 118.5px;
  }
  #logo img {
    width: 120px;
  }
  header.scrolling #logo {
    width: 115px;
    padding-right: 5px;
  }
  header.scrolling #logo img {
    width: 110px;
    padding-top: 10.25px;
  }
  .btn.black {
    margin-bottom: 20px;
  }


}
@media screen and (max-width: 1200px) {
	.cont3 {
		width: 100%;
	}

}
@media screen and (max-width: 1160px) {
  .cont2.t2 .img, .cont2.t2 .content {
    padding-bottom: 40% !important;
  }
}
@media screen and (max-width: 1150px) {
  .cont2.abso .vertcent {
    left: 50px;
    right: 50px;
  }
  .cont2.t2 .vertcent {
    left: 20px;
    right: 20px;
  }

  .content-bryan {
    padding-right: 0;
  }

  .bryan-title {
    font-size: 5em !important;
  }

  .bryan-sub-title {
    font-size: 2em !important;
  }

  .left-bryan {
    background-size: cover;
  }

}
@media screen and (max-width: 1140px) {
  .homeblocks .font3 span{
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .cont2 .content {
    padding:100px 50px;
  }
  .cont2.abso .content {
    padding:0 0 33% 0;
  }
  .cont2.reverse.big .content {
   padding:100px 50px;
 }
 .cont2.reverse.big.abso .content {
  padding:0 0 33% 0;
}  

}
@media screen and (max-width: 1120px) {
	
	.cont2 .font6 {
		font-size: 2em;
	}
}
@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: 1150px) {
  .cont2 .content .vertcent {
    position: static;
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .cont2 .content {
    padding:50px 35px;
  }
  .cont2.abso .content {
    padding:50px 35px;
  }
  .cont2.big.reverse .content {
    padding:50px 35px;
  }
  .cont2.big.reverse.abso .content {
    padding:50px 35px;
  }
  .cont2.reverse.wc .img {
    padding-bottom: 66%;
  }
  .cont2 {
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
  }
  .cont2 .img {
    padding-bottom: 66.66%;
  }
  .cont2.t2 .img {
    padding-bottom: 66.66% !important;
  }
  .cont2.t2 .content {
   padding:50px 35px !important;
 }
 .cont2 > * {
  width: 100%;
  float: right;
  -moz-transition: initial;
  -webkit-transition: initial;
  transition: initial;
}
.cont2 .line2 {
  display: inline-block;
}
.cont2 .content h1 br {
  display: none;
} 
.cont2 .content h1 br.show {
  display: inline-block;
}
.cont2 .content {
  text-align: center;
}
.cont2 .content .btn.black {
  margin: 40px auto 40px auto;
}
.cont2 .hidemob {
  display: none;
}
.cont2 .showmob {
  display: block;
}
.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%;
    }
    .homeblocks .font3 span{
      display: inline;
    }

  }
  @media screen and (max-width: 980px) {
    .font10 {
      display: block;text-align: center;
    }

    .left-bryan {
      display: none;
    }

    .right-bryan {
      min-height: 100%;
      order: 0;
      width: 100% !important;
    }
    
    .bottom-right {
      background-color: #faa938 !important;
    }

    .resbot {
      padding-top: 10px;
      text-align: center;
      display: block;
      background-color: transparent !important;
    }

    .down-arrow-home {
      bottom: 10px;
    }
  }

  @media screen and (max-width: 900px) {
    .box3 {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
    }
    .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;
    }

    .resbot {
      text-align: right;
      padding-right: 150px;
    }
  }
  @media screen and (max-width: 850px) {
    .feco {
      width: 100%;
    }
  }
  @media screen and (max-width: 800px) {
   .cont4 > * {
    width: 48%;
  }
  .cont4 > *:first-child {
    margin-right: 4%;
  }
  .footeritems .footitem:nth-child(2) {
    position: relative;
    left: 0px;
  }

}
@media screen and (max-width: 790px) {
  .cont6 > * {
    width: 100%;
  }
  .cont6 .placeholder {
    margin-right: 0 !important;
    margin-bottom: 1%;
    padding-bottom: 56.25%;
  } 
}
@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: 700px){
  .footeritems .footitem {
    width: 100%;
    width: 240px;
    margin:0 auto;
    display: block; 
    text-align: center;  
    margin-bottom: 60px;
    font-size: 0.8em;

  }
  .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;
  }  
  .footitem p {
    padding-left: 0;
  }
  .footeritems
  {
    border-bottom: 0;
  }




  .footeritems h1
  {
    text-align: center !important;
  }

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



	.box1 {
		padding-left: 0px;		
	}
	.box1 h3 {
		padding-left: 30px;
		display: block;
	}
	.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;
}

.bryan-title {
  font-size: 4em !important;
}

.logos {
  width: 100% !important;
  padding: 0 10px;
  overflow: hidden;
}

}
@media screen and (max-width: 650px) {
	.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;
	}

}
@media screen and (max-width: 600px) {  
  .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.reverse .content {
    padding: 50px 25px;
  }
  .cont2 .font6{
    font-size: 1.8em;
  }
  .btn {
    margin:40px auto;
  }
  nav {
    display: none;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    padding:0;
    padding-bottom: 40px;
  } 
  nav a {
    font-size: 1.4em;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .innernav {
    padding-top: 0;
  }

  .innernav a {
    padding: 10px;
    text-align: center;
  }

  nav .language {
    text-align: center;
  }
  nav .language a {
    display: inline-block;
    float: none;
  }

  .bryan-title {
    font-size: 5.5em !important;
  }

  .bottom-left {
    padding-right: 50px;
    padding-left: 10px;
    text-align: left;
  }

  .bottom-right .links-bryan
  {
    display: none;
  }

  .innernav
  {
    padding:10px;
  }

  .innernav a
  {
    font-size: 1.7em;
    padding: 10px;
    line-height: 1.6em;
    width: 50%;
    float:left;
  }

  .innernav > a:first-child
  {
    margin-top:0;
  }

  .innernav a:nth-child(2n+1)
  {
    clear:left;
  }

  .innernav a.active, nav a:hover
  {
    background-position: 0 0.7em;
    background:none;
  }

  #reslogo
  {
    display: block;
    position: absolute;
    left:0;
    top:-40px;
    text-align: left;
  }

  #reslogo img
  {
    height:40px;
    max-width: 100% !important;
    line-height: 80px;
  }

  .image-nav {
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    width: 250px;
  }

  .image-nav:hover .vierkant:nth-child(2)
  {
    display: none;
  }

  .image-nav .vierkant
  {
    display: none;
  }

  .image-nav .vierkant:nth-child(3)
  {
    display: block;
  }

  .image-nav .black
  {
    margin-bottom: 0;
  }

  .image-nav > div
  {
    margin: 0 !important;
    margin-top: 10px !important;
  }

  .image-nav a
  {
    padding: 0;
  }

  .image-nav span
  {
    display: block;
    margin-top:0.5em;
  }

  header {
    height: 80px;
  }
  header.scrolling #menubutton {
    /*margin-top: 15px;*/
  }
  header.scrolling #menubutton.active {
    margin-top: 22px;
  }
  .cont3.dn {
    display: block !important;
  }
  #logo {
    width: 100px;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);  
  }
  #logo.noblue {
    width: 100px;     
  }
  #logo img {
    width: 100%;
  }
  #logo.noblue img {
    width: 100%;
  }
  #logo.pageready {
    left: 10px;
  }
  #logo img {
    width: 90px;
    padding:10px 0;
  }
  header.scrolling {
    height: 80px;
  }
  header.scrolling #logo {
    width: 100px;
  }
  header.scrolling #logo img {
    width: 100%;
    padding-top: 6px;
  }  
  #menubutton.pageready {
    right: 10px;
  }

  #contactbutton
  {
    right: 120px;
  }
  #contactbutton span
  {
    display: none;
  }
  #contactbutton i
  {
    line-height: 45px;
  }

  .logosplash {
    position: static;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
  }



  .splash .text {
    /*display: none;*/
    top: 15px;
    left:15px;
    max-width: 50%;
    display: block;
    height: 40px;
  }
  .splash .img {
    padding-top: 80px;
  }
}
@media screen and (max-height: 520px) {  
  .image-nav .vierkant:nth-child(3)
  {
    display: none;
  }
  .image-nav span
  {
    display: none;
  }
}
@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;
  }
  .font5 {
    font-size: 1.8em;
  }

  .bryan-title {
    font-size: 4em !important;
  }

  .location-bryan {
    font-size: 3em !important;
  }

  main
  {
    padding:10px 30px;
  }

  .row
  {
    margin-top: 25px;
    margin-bottom:25px;
    padding-bottom: 0 !important;
  }

  .cont7
  {
    padding: 20px 0;
  }
}
@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;
	}
}
@media screen and (max-width: 450px) {
  .box3 {
    text-align: center !important;
    padding-top: 100px; 
  }  
  .cont2 .content.small {
    padding:10px;
    padding-top: 35px;
  }
  .cont2 .content.medium {
    padding:50px 25px;
  }

  .cont2.reverse .content {
    padding: 30px 25px;
  }

  .cont2 .content .btn.black
  {
    min-width: 80%;
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
	body {
		font-size: 1em;
	}
  .btn.width {
    width: 232px;
    max-width: 100%;
  }
  .backblack .line {
    display: none;
  }
  .backblack .font3 {
    display: none;
  }
  .splash .img {
    padding-top: 80px;
  }

  .bottom-left img {
    margin: 0 5px;
  }


}

@media screen and (max-width: 350px) {
  .bryan-title {
    font-size: 3em !important;
  }
}

@media screen and (max-width: 330px) {
  .cd-bryan {
    width: 50px;
    bottom: 20px;
  }
}

.zestiennegen, .horizon, .vierkant, .zestiennegenhalf
{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.zestiennegenhalf
{
  width: 50%;
}

.zestiennegen:after, .horizon:after, .vierkant:after, .zestiennegenhalf:after
{
  display: block;
  content: '';
  padding-top:56.25%;
}

.vierkant:after
{
  padding-top:100%;
}

.horizon
{
  max-height: 550px;
}

@media screen and (max-width: 1150px)
{
  .zestiennegenhalf
  {
    width: 100%;
    padding:0;
  }
}

@media screen and (min-width: 800px) 
{
  .horizon
  {
    height: 550px;
    padding:0;
  }

  .horizon:after
  {
    display: none;
  }

}

.artikelnav
{
  width: 100%;
  background-color: #faa938;
  margin: auto;
}

.artikelnav > div
{
  width: auto;
  margin:0;
  padding: 0px 10px;
  line-height: 35px;
  height: 35px;
  color:#fff;
}

.artikelnav i
{
  font-size: 1.5em;
  line-height: 35px;
  color:#fff;
}

.artikelnav i:hover
{
  color:#000;
}

.sociallinks a:hover, .sociallinks span:hover, .linkknop:hover
{
  background-color: #faa938;
  color: #fff;
  border-color:#faa938;
}

.artikelnav a
{
  color: #4a4a49;
}

.sociallinks a, .sociallinks span, .linkknop
{
  color: #4a4a49;
  display: block;
  border: 1px solid #4a4a49;
  padding:5px 20px;
  text-align: center;
}
.linkknop
{
  display: inline-block;
  margin:auto;
}
@media screen and (max-width: 700px)
{
  .sociallinks a, .sociallinks span, .linkknop
  {
    width: 100%;
    float:none;
    margin:0 !important;
    margin-bottom: 10px !important;
  }
}


form input, form textarea
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #4a4a49;
  padding: 0 10px;
  margin-bottom:10px;
}

form textarea
{
  height:92px; 
}

form .btn, .kaart .btn
{
  width: 100%;
  height: auto;
  margin:0;
  background-color: #fff;
  text-transform: uppercase;
}

.cccline
{
  height: 1px;
  background-color: #ccc;
  width: 90%;
  margin-left:5%;
}

.switch
{
  max-width: 420px;
  margin:auto;
}

.switch span
{
  background-color: #fff;
  color: #faa938;
  text-transform: capitalize;
  border: 2px solid #faa938;
  display: inline-block;
  line-height: 35px;
  display: block;
  width: 50%;
  float:left;
  cursor: pointer;
}

.switch span.active
{
  color: #fff;
  background-color: #faa938;
}

.switch2 span
{
  border-color:#4a4a49;
  background-color: #fff;
  color:#4a4a49;
}

.switch2 span.active
{
  background-color: #4a4a49;
}

.categ span
{
  display: block;
  width: 100%;
  height: 45px;
  line-height: 43px;
  border: 2px solid #faa938;
  color: #faa938;
  font-size: 1em;
  cursor: pointer;
}

.categ span.active
{
  color: #fff;
  background-color: #faa938;
}

#videohive
{
  display: block;
  position: absolute;
  z-index: 1;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

#videohive video
{
  height: 100%;
}

/* WAITING BOL */

.windows8 {
  position: relative;
  width: 34px;
  height:34px;
  margin:auto;
}

.windows8 .wBall {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgb(255,255,255);
  left:0px;
  top:0px;
  border-radius: 4px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

.beschikbaarheid
{
  position: absolute;
  right:0;
  bottom:0;
  width: 70px;
  height: 35px;
  background-color: rgba(206,206,206,0.7);
}

.beschik_tekst
{
  position: absolute;
  left:0;
  bottom:0;
  right:0px;
  top:0;
  overflow: none;
  display: none;
}

.beschik_label
{
  position: absolute;
  bottom:0;
  left:0;
  right: 70px;
  height: 35px;
  line-height: 35px;
  color:#000;
  background-color: #fff;
  display: none;
  font-size: 0.8em;
  text-transform: uppercase;
}

.beschik_label span
{
  display: none;
}

.besch_loc:hover, .besch_vuur:hover
{
  background-color: #fff;
}

.besch_loc_tekst, .besch_vuur_tekst
{
  position: absolute;
  top:50%;
  left:0;
  right:0;
  text-align: center;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  color: #000;
}

.beschik_ico
{
  position: absolute;
  right:0;
  bottom:0;
  height: 35px;
  width: 70px;
  cursor:pointer;
}

.beschik_ico > div
{
  width: 35px;
  height: 35px;
  padding: 5px;
  float:left;
  text-align: center;
}

.beschikbaarheid.actief
{
  width: auto;
  height: auto;
  top:0;
  left:0;
}

.vestiging .tblopenuren tr:nth-child(even)
{
  background-color: #efefef;
}

.vestiging:hover .tblopenuren tr:nth-child(even)
{
  background-color: #f77647;
}

.contentblok, .contentblokreverse
{
  background-color: #f3f3f3;
}

.kalenderitem
{
  border-bottom: 1px solid #faa938;
  margin-bottom: 2em;
  padding-bottom: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.kalenderitem div:nth-child(1)
{
  width: 40%;
  float:left;
}

.kalenderitem div:nth-child(2)
{
  width: 55%;
  float:right;
}

.kalenderitem h1
{
  color:#faa938;
}

.kalenderitem p
{
  margin-top: 0;
  margin-bottom: 1em;
}

.kalendertitel
{
  position: relative;
  display: block;
  width: 100%;
  background-color: #fa8f69;
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding:10px 20px;
  text-align: left;
}

.kalendertitel i
{
  position: absolute;
  right:20px;
  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) 
{
  .kalenderitem div:nth-child(1),.kalenderitem div:nth-child(2)
  {
    width: 100%;
    float: none;
  }
}

.ajaxloader
{
  display: block;
  width: 100%;
  min-height: 150px;
}

.bigajaxloader
{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #000;
  z-index: 10000;
}
.bigajaxloader img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.contentblok,.contentblokreverse
{
  width: 100%;
}

.contentblok_afbeelding
{
  width: 50%;
  float:left;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.contentblok_afbeelding > img
{
  min-width: 100%;
  min-height: 100%;
}

.contentblok_tekst
{
  width: 50%;
  float:right;
  padding: 50px;
}

.contentblokreverse .contentblok_afbeelding
{
  float:right;
}

.contentblokreverse .contentblok_tekst
{
  float:left;
}

.aktekst
{
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  text-align: center;
  padding: 10px;
  color:#4a4a49;
  position: absolute;
  bottom:0;
  left:0;
  font-weight: 500;
}

@media screen and (max-width: 1150px)
{
  .contentblok_afbeelding
  {
    width: 100%;
    float:none;
  }

  .contentblok_tekst
  {
    width: 100%;
    float:none;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 600px)
{
  .contentblok_afbeelding
  {
    height: auto !important;
  }
}

.pswp__caption__center
{
  text-align: center !important;
}

.greyoverlay
{
  background-image: url(/images/overlay2.png);
  padding-top:;
}

.filter
{
  width: 100%;
  padding:0px 50px;
}

.filter > div
{
  margin-top:0 !important;
  margin-bottom: 1em !important;
}

.filter .btn
{
  margin:0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px)
{
  .filter
  {
    padding: 0px 20px;
  }
}

.contentblok,.contentblokreverse
{
  width: 100%;
}

.contentblok_afbeelding
{
  width: 50%;
  float:left;
  overflow:hidden;
  text-align: center;
  position: relative;
}

.contentblok_tekst
{
  width: 50%;
  float:right;
  padding: 50px;
}

.contentblokreverse .contentblok_afbeelding
{
  float:right;
}

.contentblokreverse .contentblok_tekst
{
  float:left;
}

@media screen and (max-width: 1150px)
{
  .contentblok_afbeelding
  {
    width: 100%;
    float:none;
  }

  .contentblok_tekst
  {
    width: 100%;
    float:none;
  }
}

.aanbod > div
{
  overflow:hidden;
}

.aanbod_afbeelding
{
  overflow:hidden;
  width: 100%;
}

.aanbod_afbeelding span
{
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  /*display: block;*/
  right: 0px;
  padding: 10px;
  bottom: 0px;
  z-index:1;
  cursor:pointer;
}

.aanbod_afbeelding .aanbod_infoicon, .aanbod_afbeelding .aanbod_heart
{
  padding:0;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.aanbod_afbeelding .aanbod_infoicon i, .aanbod_afbeelding .aanbod_heart i
{
  line-height: 40px;
}

.aanbod_afbeelding span.aanbod_infoicon
{
  right: 40px;
}
.aanbod_afbeelding span.aanbod_infoicon i
{
  color: #045dff;
}

.aanbod_afbeelding i
{
  font-size: 1.5em;
  color: #ff0000;
}

.aanbod_afbeelding .aanbod_infotekst, .aanbod_afbeelding .aanbod_hearttekst, .aanbod_afbeelding .aanbod_prijstekst
{
  position: absolute;
  left:0;
  right:80px;
  bottom:0;
  font-size: 0.8em;
  min-height: 40px;
  line-height: 40px;
  padding:0 10px;
  text-align: center;
}


.btn.active
{
  background-color: #faa938;
  box-shadow: none;
  color:#fff;
  border-color: #faa938;
}
.btn.active:hover
{
  box-shadow: none;
}

.imgoverlay:hover img.vertcent
{
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.backimg
{
  position: absolute;
  top:0px;
  bottom:0px;
  left:0;
  right:0;
  background-position: center;
  background-size: cover;
}

.hometitle, .hometitle2
{
  position: absolute;
  max-width: 70%;
  left:30px;
  top:60%;
  color: #f8a927;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 3em;
  /*font-family: 'Permanent Marker', cursive;*/
  font-family: 'berthold', sans-serif;
  padding:20px 40px;
  background-color: rgba(255,255,255,0.5);
  line-height: 1em;
}

.hometitle2
{
  color: #4a4a49;
  top:80%;
  font-size:2em;
}

@media screen and (max-width: 900px)
{
  .backimg
  {
    position: relative;
    padding-top:56.25%;
    top: 200px;
  }

  .mainlogo
  {
    max-width: 400px;
  }

  #menubutton, #contactbutton
  {
    margin-top: 25px;
  }
}

@media screen and (max-width: 750px)
{
  .partond > div > div:first-child, .partond > div > div:nth-child(2)
  {
    width: 47.5% !important;
    float:left !important;
  }
  .partond > div > div:nth-child(2)
  {
    float:right !important;
  }
  .partond .single-row-three figure
  {
    display: none;
  }
  .partond .single-row-three figure:nth-child(1)
  {
    display: block;
  }
}

@media screen and (max-width: 550px)
{
  .backimg
  {
    top: 130px;
  }

  .hometitle
  {
    top:65%;
  }

  .partond .single-row-three figure
  {
    display: none !important;
  }


}

@media screen and (max-width: 450px)
{
  #menubutton .label
  {
    display: none;
  }

  #contactbutton
  {
    right: 60px;
  }
}



#contactgeg
{
  position:relative;
  border:1px solid #4a4a49; 
  overflow: hidden; 
  text-align: left;
}

#contactgeg > div
{
  position: relative;
  clear:both;
}

#contactgeg > div:nth-child(2) > div
{
  padding:0 10px;
}

#contactgeg li
{
  margin-bottom: 0.5em;
}

#contactgeg i
{
  width: 30px;
}

#contactgeg a
{
  color: #4a4a49;
}

#openingsuren
{
  border: 1px solid;
  padding:20px 50px;
}

.aanbodswipetitel
{
  position: absolute;
  left:10px;
  right:10px;
  bottom: 20px;
  z-index: 10;
  background-color: rgba(255,255,255,0.8);
  color: #4a4a49;
  font-weight: 700;
  white-space: normal;
}

@media screen and (max-width: 1200px){
  #contactgeg > div
  {
    padding:0px 20px;
  }
}

@media screen and (max-width: 1150px){
  #frm_vraag .single-row-three > div
  {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    float:none;
  }

  #frm_vraag .single-row-three > div:nth-child(3), #frm_vraag .single-row-three > div:nth-child(2)
  {
    margin-top: 2em;
  }

  .hometitle
  {
    font-size:2em;
  }

  .hometitle2
  {
    font-size: 1.5em;
  }
}


#stappenplan
{

}

#stappenplan > div
{
  /*border: 1px solid #4a4a49;*/
  position: relative;
}

#stappenplan > div > p
{
  position: absolute;
  right: 0;
  bottom: 20%;
  max-width: 80%;
  padding-right:20px;
  text-align: right;
}

#stappenplan > div > p > span
{
  color: #faa938;
  font-weight: 700;
  text-transform: uppercase;
}


.mainlogo
{
  background-color: rgba(255,255,255,0.5);
  padding:5px 40px;
  display: inline-block;
}

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

  .mainlogo
  {
    padding:5px;
  }

  .hometitle, .hometitle2
  {
    font-size: 1.5em;
    max-width: 100%;
    right:30px;
    text-align: center;
    padding:5px 10px;
    top: 75%;
  }

  .hometitle2
  {
    font-size: 1em;
  }

  .contentblok_afbeelding > img
  {
    width: 100%;
    height: auto;
    min-width: :0;
    min-height: 0;
  }



  .contentblok_tekst
  {
    padding:20px !important;
    text-align: left;
  }

  .splash img
  {
    max-width: 80%;
  }

  .footeritems
  {
    width: 100% !important;
  }

}

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

  .hometitle2
  {
    display: none;
  }
  
}


#mandje
{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  padding: 10px;
  text-align: center;
  background-color: #faa938;
  color: #000;
  z-index: 50;
}

#mandje span
{
  color: #fff;
}

#mandje a
{
  color: #fff;
  text-decoration: underline;
}

.swiperoutercontainer
{
  background-image: url(/images/overlay2.png);
  padding:20px;
}

.swiper-container
{
  padding:0px;
  padding-bottom:20px;
}

.swiper-button-next, .swiper-button-prev
{
  width: 44px !important;
  -moz-background-size: 44px 44px !important;
  -webkit-background-size:44px 44px !important;
  background-size: 44px 44px !important;
  margin-top: -80px !important;
}

.swiper-pagination-bullet-active
{
  background: #faa938 !important;
}

.swiper-button-next
{
  background-image: url(/images/hor_right.png) !important;
}

.swiper-button-prev
{
  background-image: url(/images/hor_left.png) !important;
}

.horizon-swiper,.horizon-swiper.arrows
{
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(/images/overlay2.png);
}

.horizon-item
{
  width: 280px;
  /*margin:10px 25px;*/
}

.horizon-swiper .horizon-next, .horizon-swiper .horizon-prev
{
  background-size: contain;
}

.horizon-swiper .horizon-next
{
  background-image: url(/images/hor_right.png) !important;
}

.horizon-swiper .horizon-prev
{
  background-image: url(/images/hor_left.png) !important;
}

.horizon-swiper .horizon-next, .horizon-swiper .horizon-prev
{
  width: 50px !important;
}

.horizon-swiper.arrows
{
  padding: 0 60px !important;
}

.horizon-item
{
  padding:10px;
}

.swiper-slide .zestiennegen h1
{
  position: absolute;
  bottom:5%;
  left:0;
  background-color: #faa938;
  padding:10px;
}

@media screen and (max-width: 700px) {
  .horizon-swiper .horizon-next, .horizon-swiper .horizon-prev
  {
    width: 30px !important;
    background-position: center;
    background-size: contain;
  }
  .horizon-swiper.arrows
  {
    padding: 0 35px !important;
  }

  .horizon-item
  {
    width: 100%;
  }
}

.cta_werking
{
  border: 10px solid #faa938;
  background-color: #fff;
  padding: 50px 20px;
}

.cta_werking p
{
  color: #4a4a49;
  font-family: 'berthold', sans-serif;
  font-size: 2em;
}

.cta_werking:hover
{
  background-color: #faa938; 
}

@media screen and (max-width: 750px) {
  .cta_werking
  {
    padding:30px 15px;
    margin-bottom: 1em;
  }
}

.mobile
{
  display: none;
}

.desktop
{
  display: block;
}

@media screen and (max-width: 1000px) {
  .mobile
  {
    display: block;
  }

  .desktop
  {
    display: none;
  }

  .partond .ar
  {
    text-align: left !important;
  }

  .line2
  {
    margin: 1em auto !important;
  }  
}

.rightform
{
  display: none;
}

.klikbeeld
{
  position: absolute;
  top:10px;
  left:50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  
  font-size: 14px;
  position: relative; text-transform:uppercase;
}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 22px;
}
#cssmenu {
  width: 260px;
}
#cssmenu > ul > li {
  cursor: pointer;

}
#cssmenu > ul > li:last-child {

}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #a5a5a5; background-image:url(../images/li.png); background-repeat:no-repeat; background-position:top left;


}
#cssmenu > ul > li > a:hover {
  text-decoration: none; color:#003859; background-position:bottom left;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {

  color: #003859; background-position:bottom left;

}
#cssmenu > ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;


}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 22px;
  top: 12px;


}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {

  display: block;
  color: #a5a5a5;
  font-size: 12px; padding-left:38px;
}
#cssmenu ul ul a:hover {color: #003859;}

#cssmenu ul ul li {

}
#cssmenu ul ul li.odd a {

}
#cssmenu ul ul li:last-child {
  border: none; margin-bottom:20px;
}
