/*=========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: #111111;
  line-height: 150%;
  font-size: 1.15em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.image-nav>img {
  width: 99%;
}

.bg-home {
  background-image: url(/images/bg.jpg);
  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.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;
}

.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: cover;
  background-position: center;
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
}

.bottom-left, .bottom-right {
  height: 50px;
  background-color: #B39982;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-left {
  display: flex;
  padding-right: 30px;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.bottom-left img {
  margin: 0 10px;
}

.bottom-right {
  background-color: #524234;
}

.links-bryan {
  padding-left: 30px;
  padding-top: 20px;
  font-size: .6em;
  line-height: 15px;
}
.links-bryan a {
  color: #a2a2a2
}
.links-bryan2 {
  padding-top: 20px;
  font-size: .6em;
  line-height: 15px;
  text-align: center;
}
.cd-bryan {
  position: absolute;
  right: 50px;
  bottom: 10px;
  width: 100px;
}

.bryan-title {
  color: #000;
  font-size: 7em;
  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: 4em;
  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: #E30613;
}

.location-bryan {
  color: #524234;
  font-size: 2.3em;
  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 #E30613;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  color: #E30613;
  transition: all .3s; 
  margin: 20px;
  float: right;
}

.site-visit:hover {
  color: white;
  background-color: #E30613;
}

.arrow-up {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.right-bryan {
  position: relative;
  background-image: url(/images/bg.png);
  background-repeat: repeat;
  background-size: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}


.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);

}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

/**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;
}

.percent {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*======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: #333333;
}
#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%;
}


#menubutton {
  height: 45px;  
  padding:10px;
  z-index: 110;
  border: 3px solid #524234;
  cursor: pointer;
  position: absolute;
  top: 0;
  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;
  margin-top: -10px; 
  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: #524234;
  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 #524234;
  margin-bottom: 5px;
  display: block;
  content: "";
  transition-duration: 0.3s, 0.3s; 
}
#menubutton span {
  height: 20px;
  border-top: 0;
  border-bottom: 2px solid #524234;  
  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: 0 !important;
  width: 20% !important;
  margin-left: 6.6% !important;
  display: block;
  float: left;
}


.image-nav a:first-child
{
  margin-left: 0 !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: 22px;
}

nav {
  position: fixed;
  z-index: 11;
  background-color: #b39982;
  height: 100%;
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -350px;
  overflow-y: auto;
}

.innernav {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 30px;
}

.image-nav .black img {
  width: 100%;
}

.image-nav {
  padding: 0;
  text-align: center;
  width: 80%;
  overflow: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.image-nav .black
{
  margin-bottom: 10px;
  padding: 15px;
}

.image-nav>div>a {
  margin: 5px;
}



.innernav >a:first-child {
  margin-top: 5px;
}
.innernav  a {
  font-size: 1.7em;
  color: #524234;
  width: 100%;
  text-align: left;
  display: block;  
  padding:15px;
  padding-left: 0;
  font-family: 'berthold', sans-serif;
  border-left: 3px solid #b39982;

}
.innernav  a.active, nav a:hover {
  color: black;
}

.tut {
  width: 20px;
  height: 35px;
  margin-top: -5px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .5s;
}

nav a.active .tut {
 background-image: url(/images/tut.png);
}

nav a:hover .tut {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-image: url(/images/tut.png);
}

.innernav  .extra a {    
  display: inline-block;
  font-size: 80%;
  width: auto;
}
.innernav  .extra {
  text-align: right;
}
/*====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: #E30613;
}

.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;
}





/* =====NIEUWS PAGE===== */
.nieuwsitem > div
{
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  border: 3px solid #b39982;
  color: #b39982;
  width: 100%;
  box-sizing: border-box;
  display: 
  margin-top: 1.2em;
  text-align: center;
  margin-top: 20px;
}

.slidebutton:after
{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  min-height: 100%;
  width: 0;
  background-color: #b39982;
  transition: width .4s;
  -webkit-transition: width .4s;

}

.slidebutton span
{
  position: relative;
  font-family: 'berthold', sans-serif;
  z-index: 1;
  color: #b39982;
  letter-spacing: 1px;
  width: 100%;
  transition: color .4s;
  -webkit-transition: color .4s;
}

.slidebutton:hover:after
{
  width: 100%;
}

.slidebutton:hover span
{
  color: #fff;
}

.slidebutton
{
  position: relative;
}

.nieuwsitem > p
{
  line-height: 1.5em;
}

.nieuwsitem > img 
{
  width: 100%;
}

.nieuwsitem > h2
{
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #524234;
  font-family: 'berthold', sans-serif;
  margin: 1em 0;
}

#nieuwsoverzicht {
  width: 100%;
  margin-bottom: -4%;
}

#nieuwsoverzicht > a
{
  display: block;
  width: 23%;
  color: #000;
  margin-bottom: 4%;
  margin-right: 2%;
}

#nieuwsoverzicht > a:nth-child(3n)
{
  margin-right: 0;
}

.nieuws {
  padding: 20px;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

.nieuws-detail {
  max-width: 1120px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: -200px;
  padding-bottom: 200px;
  padding-top: 20px;
}

.nieuws-detail .center {
  width: 100%;
}

.nieuws-detail h1 {
  margin-top: 20px !important;
  margin-bottom: 30px;
  text-align: center !important;
}

.text-nieuws-detail {
  margin-bottom: 50px;
}

#ficheheader
{
  margin-top: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.videoframe {
  width: 100%;
  min-height: 400px;
}

.rightarr {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icoright.png);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: -50px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s;
}

.rightarr:hover {
  background-image: url(../images/icoright2.png);
}

.leftarr {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icoleft.png);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: -50px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s;
}

.leftarr:hover {
  background-image: url(../images/icoleft2.png);
}

.header-nieuws-detail {
  width: 100%;
  height: auto;
  position: relative;
}


.nieuwsfichebutton
{
  border: 3px solid #524234;
  width: 110px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-left: 1em;
  height: 40px;
  line-height: 30px;
  padding-bottom: 5px;
  color: #524234;
  vertical-align: top;
  font-family: 'berthold', sans-serif;
}

.nieuwsfichebutton:first-child
{
  margin: 0;
}

.nieuwsfichebutton img
{
  vertical-align: middle;
  margin-right: .3em;
}

.nieuwsfichebutton span
{
  vertical-align: middle;
}

#nieuwsdetail-onder {
  max-width: 1120px;
  padding: 20px;
  display: block;
  margin: 0 auto;
}

#nieuwsdetail-onder h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #524234;
  font-size: 2em;
  font-family: 'berthold', sans-serif;
}

.nieuwsitem-small h2{
  font-size: 1.5em;
  margin-bottom: 30px;
  font-family: 'berthold', sans-serif;
  color: #b39982;
  padding-top: 8px;
  transition: all .3s;
}
.nieuwsitem-small h2 img {
 transition: all .3s;
}
.nieuwsitem-small h2:hover img {
  margin-left: 10px;
}

/*=====EINDE=====*/

.detail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.meerfotos {
  width: 300px;
  height: 500px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.meerfotos h1 {
  background-image: url(/images/camera1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  width: 100px;
  height: 50px;
  margin-top: 0;
}
.meerfotos a {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.meerfotos:hover {
  width: 325px;
}

.fotocount {
  position: absolute;
  top: -50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  font-size: .9em;
  font-weight: 800;
  text-transform: uppercase;
  color: #303030;
  font-family: 'berthold', sans-serif;
  text-align: right;
}

.fotocount a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}





.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;
}
.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;
  padding-bottom: 33%;
}
.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.reverse .content {
 padding-bottom: 33%; 
}
.cont2.reverse.big .content {
  padding-bottom: 33%;
}
.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: 31.33%;
  margin-right: 2%;
  float: left;
  text-align: center;  
}
.cont4>*:last-child {
  margin-right: 0%;
}
.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%);
}
.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: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.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: #524234;
  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%;
}

.res-waarde {
  display: none;
}

.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 45px;
  padding:0 1em;
  border: 3px solid #524234;
  color:#524234;
  box-shadow: inset 0 0 0 0 #524234;
  -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;
}
.btn:hover {
  box-shadow: inset 600px 0 0 0 #524234;
  color: white;
}
.btn.black {
  color:#524234;
  border: 1px solid #524234;
  box-shadow: inset 0 0 0 0 #524234;
}
.btn.black:hover {
  box-shadow: inset 300px 0 0 0 #524234;
  color: white;
}
.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: 50px;
    left: 50px;
  }

  .cb {
    clear: both;
    content: "";
    height: 1px;
  }
  /*====Einde Splash===*/

  /*===Content rows===*/
  main {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .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: #524234;
    padding-top: 40px;
    margin-top: 50px; 
  }
  .footeritems {
    justify-content: center;
    color: #fefefe;
    padding-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;
    left: -42px;
  }
  .footitem .line2 {
    margin-left: auto;
    margin-right: auto;
  }
  .footitem p {
    position: relative;
    padding-left: 30px;
    font-size: 80%;
  }
  .footitem a {
    color: #fefefe;
  }
  .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;  
  }
  .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====*/


  .raster
  {
    width: 100%;
    margin:auto;
    position: relative;
  }

  .raster_item
  {
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 600px;
  }

  .raster_item > div:first-child
  {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 50%;
    left:0;
    top:0;
    height: 100%;
  }

  .raster_item > div:nth-child(2n)
  {
    padding: 50px 50px 50px 50px;
    width: 50%;
    float:right;
  }

  .raster_item:nth-child(even) > div:nth-child(2n+1)
  {
    right:0;
    left:auto;
  }
  .raster_item:nth-child(even) > div:nth-child(2n)
  {
    float:left;
  }

  .raster_item h1
  {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #f47b13;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
  }

  .res-title {
    text-align: right;
    float: right;
    width: 100%;
    position: relative;
    padding: 0;
    padding-right: 25px;
    padding-bottom: 20px;
    display: none;
    left: 0;
  }



  /*===Contact Page===*/  

  .contact-content {
    max-width: 1280px;
    margin: 0 auto;
    overflow: auto;
    display: block;
  }

  .contact-content form {
    float: right;
    width: 50%;
    padding: 15px;
  }

  .contact-content form label {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #534335;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'berthold', sans-serif;
  }

  .contact-content input[type="text"] {
    width: 100%;
    border: 1px solid #b39982;
    padding: 5px;
    color: #534335;
    font-family: 'berthold', sans-serif;
  }

  .contact-content input[type="submit"] {
    border: 1px solid #b39982;
    padding: 5px 25px;
    color: #534335;
    float: right;
    transition: all .3s; 
    background-color: transparent;
    font-family: 'berthold', sans-serif;
  }
  
  .contact-content input[type="submit"]:hover {
    background-color: #b39982;
    color: white;
  }
  
  .contact-uitleg {
    float: left;
    width: 50%;
    padding: 15px;
    padding-top: 30px;
  }

  .contact-uitleg strong {
    font-weight: bold;
    color: #534335;
    margin-bottom: 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'berthold', sans-serif;
  }

  .switch {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    margin-top: 35px;
    background-color: #b39982;
  }

  .switch div {
    width: 25%;
    padding: 10px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 1.1em;
    text-transform: uppercase;
    color: white;
    border: 1px solid #534335;
    border-top: 1px solid #534335;
    border-bottom: 1px solid #534335;
    font-family: 'berthold', sans-serif;
  }

  .switch div:last-child, .switch div:first-child {
    border-right: 1px solid #534335;
  }

  .switchactive {
    background-color: #534335;
  }

  .textarea-holder {
    width: 100%;
    height: 170px;
    position: relative;
  }

  .textarea-holder > div {
    position: absolute;
    width: 100%;
  } 

  .textarea-holder > div p {
    background-color: white;
  }

  .achttien {
    z-index: 2;
  }

  .twaalf {
    z-index: 2;
  }

  .zes {
    z-index: 2;
  }

  .Felicitaties {
    z-index: 5;
  }

  .contact-content textarea {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #b39982;
    color: #534335;
    font-family: 'berthold', sans-serif;
  }

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-family: 'berthold', sans-serif;
   font-size: 1em;
   color: #b39982;
 }
 ::-moz-placeholder { /* Firefox 19+ */
   font-family: 'berthold', sans-serif;
   font-size: 1em;
   color: #b39982;
 }
 :-ms-input-placeholder { /* IE 10+ */
   font-family: 'berthold', sans-serif;
   font-size: 1em;
   color: #b39982;
 }
 :-moz-placeholder { /* Firefox 18- */
   font-family: 'berthold', sans-serif;
   font-size: 1em;
   color: #b39982;
 }

 /*===Einde Contact Page===*/  


 .fotoalbum {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  color: #534335;
  font-size: 1.5em;
  margin-top: 40px;
}

.fotoalbum img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

#labelfortonen {
  text-transform: none;
  float: left;
  font-size: 1em;
  width: auto;
  margin-left: 10px;
  margin-top: 13px;
}

#Tonen_op_site {
  float: left;
  margin-top: 18px;
  width: 17px;
  height: 17px;
}

.tonenopsite {
  position: absolute;
}

#outrotext {
  margin-top: -23px !important;
}

.placed-messages {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  overflow: auto;
  margin-top: 40px;
  box-sizing: border-box;
}

.placed-message {
  width:98%;
  float: left;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
  margin: 1%;
  border: 1px solid #b39982;
}

.placed-message h1 {
  color: #534335;
  font-size: 1.3em;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  float: left;
}

.placed-message h2 {
  float: right;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  margin-left: 20px;
  color: #b4b4b4;
}

.placed-message h2 span {
  float: right;
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  margin-top: -10px;
  color: #b4b4b4;
  padding-right: 4px;
}

.placed-message p {
  display: block;
  margin-top: 40px;
}

.geplaatst {
  max-width: 1280px;
  padding: 1%;
  margin: 0 auto;
  display: block;
  font-family: 'berthold', sans-serif;
  font-size: 1.5em;
  color: #534335;
  text-transform: uppercase;
}

.filledup {
  margin-top: -30px;
  padding: 5px;
  padding-left: 0;
  position: relative;
  z-index: 10;
  background-color: white;
}

/*===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: 4em !important;
  }

  #nieuwsoverzicht > a {
    width: 31.33%
  }
}

@media screen and (max-width: 1350px) {
  .cont2.t2 .vertcent {
    left: 20px;
    right: 20px;
  }

  .bryan-title {
    font-size: 6em !important;
  }

  .location-bryan {
    font-size: 2.2em;
  }

}
@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 all and (max-width: 1200px) {
  #nieuwsoverzicht > a
  {
    width: 47%;
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(3n)
  {
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(2n)
  {
    margin-right: 0;
  }

  .leftarr {
    left: 10px;
    z-index: 2;
  }

  .rightarr {
    right: 10px;
    z-index: 2;
  }

  .switch div {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
	.cont3 {
		width: 96%;
	}

  .video {
    min-height: 400px !important;
  }

  .raster_item {
   min-height: 400px;
 }
}
@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: 4em !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;
	}


  .raster_item {
    font-size: .9em;
  }


}
@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) {
  .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) {

    .cont4>* {
      width: 50% !important;
      margin: 0 !important;
      overflow: auto;
      padding-top: 50px;
      height: 150px;
    }

    .left-bryan {
      display: none;
    }

    .right-bryan {
      min-height: 100%;
      order: 0;
      width: 100% !important;
      background-repeat: no-repeat !important;
      background-size: cover;
    }
    
    .bottom-right {
      background-color: #524234 !important;
    }

    .resbot {
      padding-top: 10px;
      text-align: center;
      display: block;
      background-color: transparent !important;
    }

    .down-arrow-home {
      bottom: 10px;
    }

    .raster_item > div {
      padding: 20px !important;
      width: 100% !important;
      text-align: center;
    }

    .line2 {
      display: inline-block;
    }

    .raster_item h1 {
      margin-bottom: 10px;
      margin-top: 20px;
    }

    .raster_item > div:first-child {
      width: 100%;
      padding: 20px 0 !important;
      min-height: 500px;
      position: relative;
    }

    .raster_item > div:nth-child(even) {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .res-waarde {
      display: block;
    }
  }

  @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;
    }

    .raster_item > div:first-child {
      position: relative;
    }

    .raster_item > div {
      margin-bottom: 20px;
      padding: 0 !important;
      width: 100% !important;
    }
  }
  @media screen and (max-width: 850px) {
    .feco {
      width: 100%;
    }
    .meerfotos {
      width: 200px;
      height: 300px;
    }
    .meerfotos:hover {
      width: 225px;
    }
    .meerfotos h1 {
      width: 80px;
      height: 40px;
      top: 40%;
      margin-left: 0px;
      margin-top: 30px !important;
    }
  }
  @media screen and (max-width: 800px) {
   .cont4 > * {
    width: 48%;
  }
  .cont4 > *:first-child {
    margin-right: 4%;
  }
  .footeritems .footitem:nth-child(2) {
    position: relative;
    left: 0px;
  }

  .contact-uitleg {
    width: 100%;
  }

  .contact-content form {
    width: 100%;
  }

}
@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;
	}

  .frontca {
    font-size: 2.5em !important;
    padding-bottom: 5px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 700px){
  .footeritems .footitem {
    width: 100%;
    width: 240px;
    margin:0 auto;
    display: block; 
    text-align: center;  
    margin-bottom: 60px;

  }
  .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;
  }

}
@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;
}

}
@media screen and (max-width: 650px) {

}
@media screen and (max-width: 600px) { 

  .raster_item {
    min-height: 0;
  }

  .raster_item h1 {
    margin-bottom: 10px;
  }

  .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;
    top: 0 !important;
    bottom: -100px!important;
    height: 100% !important;
    overflow: auto !important;
  } 
  nav a {
    font-size: 1.4em;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .innernav {
    padding-top: 60px;
  }

  .innernav a {
    padding: 10px;
  }

  nav .language {
    text-align: center;
  }
  nav .language a {
    display: inline-block;
    float: none;
  }

  .bryan-title {

    font-size: 4em !important;
  }

  .bottom-left {
    padding-right: 50px;
    padding-left: 10px;
    text-align: left;
  }

  .switch div {
    border-bottom: 1px solid #534335;
    width: 50%;
  }

  .innernav a
  {
    font-size: 1.9em;
    padding: 10px;
  }

  .image-nav {
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    width: 200px;
  }

  .image-nav .black
  {
    margin-bottom: 0;
  }

  .image-nav > div
  {
    margin: 0 !important;
    margin-top: 10px !important;
  }

  .image-nav a
  {
    padding: 0;
    bottom: 30px !important;
  }

  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;
  }

  #menubutton.pageready {
    right: 10px;
  }
  #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;
  }

  .videoframe {
    min-height: 100px;
  }

  .video, .videodet {
    min-height: 200px !important;
  }

  .raster_item > div:nth-child(even) {
    margin-top: 20px;
  }

  .raster_item > div:first-child {
    min-height: 300px;
  }
}
@media screen and (max-width: 580px) {
  .meerfotos {
      width: 135px;
      height: 200px;
    }
    .meerfotos:hover {
      width: 150px;
    }
    .meerfotos h1 {
      width: 60px;
      height: 30px;
      top: 35%;
      margin-left: 0px;
      margin-top: 30px !important;
    }
}
@media screen and (max-width: 547px) {
  .btn.margin {
    margin-left: auto;
    display: block;
  }
  
  .res-title {
    color: #524234;
    display: block;
  }

  .no-res-title {
    display: none;
  }

  .btn.width {
    width: 245px;
    max-width: 100%:;
    padding-left: 0;
    padding-right: 0;
  }

  #nieuwsoverzicht > a
  {
    width: 97%;
    margin-right: 3%;
    margin-bottom: 80px;
  }
  #nieuwsoverzicht {
  margin-bottom: -80px;
}
}
@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: 2.3em !important;
  }

}
@media screen and (max-width: 480px) {
  .backblack .vertcent {
    font-size: 85%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cont4>* {
    padding-top: 20px;
    height: 100px !important;
    width: 100% !important;
  }

  .res-waarde {
    display: none;
  }
}
@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;
  }

  .raster_item > div:first-child {
    min-height: 200px;
  }

  .links-bryan {
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: .9em;
  }

  .cd-bryan {
    display: none;
  }

  .content-bryan {
    bottom: 40px;
  }

}
@media screen and (max-width: 370px) {
  .contact-content input[type="submit"] {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .bryan-title {
    font-size: 3em !important;
  }

  .switch div {
    width: 100%;
  }
}

@media screen and (max-width: 330px) {
  .cd-bryan {
    width: 50px;
    bottom: 20px;
  }
}

@media screen and (max-height: 560px) {
  .image-nav {
    display: none;
  }

  .innernav a {
    padding: 20px;
  }
}


@media screen and (max-height: 480px) {
  .innernav a {
    padding: 15px;
  }
}

@media screen and (max-height: 430px) {
  .innernav a {
    padding: 10px;
  }
}

@media screen and (max-height: 550px) {
  .bryan-title {
    text-align: left;
  }

  .content-bryan {
    padding-left: 0;
    top: 55px;
    padding-left: 5px;
  }

  .bryan-sub-title {
    text-align: left;
    padding: 0;
  }

  .location-bryan {
    text-align: left;
    padding-left: 0;
    display: none;
  }
}