@charset "UTF-8";
* {
  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: none;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body {
  font-family: 'Raleway', sans-serif;
  height: 100%;
  font-size: 1em;
  box-sizing: border-box;
  line-height: 1.5em;
  background-color: white;
  color: black;
  position: relative;
}
html {
  box-sizing: border-box;
  height: 100%;
}

.teamoverzicht {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.teamoverzicht>div {
  width: 23%;
  margin: 1%;
}

.abs {
  width: 200px;
}

/* COOKIE MELDING */
#PLCookie {
  width: 100%;
  overflow: auto;
  position: fixed;
  z-index: 10000;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.8);
}
#PLCookie article {
  max-width: 550px;
  border-radius: 3px;
  padding: 45px;
  background-color: #fff;
  width: 100%;
  max-height: 80%;
  overflow: auto;
}
#PLCookie img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

#PLCookie h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #231f20;
  padding-top: 15px;
  padding-bottom: 10px;
}
#PLCookie p {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 150%;
}
#PL_Buttons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #efefef;
  justify-content: space-between;
}
#PL_Buttons a {
  width: 48%;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  transition: all .3s;
}
#PL_Buttons a:hover {
  opacity: .8;
}
#PL_Buttons a:first-child {
  background-color: #FF6300;
  color: #fff;
}
#PL_Buttons a:last-child {
  border: 1px solid #FF6300;
  color: #FF6300;
}
@media screen and (max-width: 550px) {
  #PLCookie {
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #PLCookie article {
    flex-direction: column;
    padding: 10px;
    text-align: center;
    max-height: 100vh;
    padding-bottom: 100px;
  }
  #PLCookie article div {
    padding-top: 10px;
  }
}


/* FILE INPUT STYLING */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;

}

.inputfile + label {
  font-size: 1em;
  color: #343434;
  border: 1px solid #343434;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  padding: 5px;
  align-items: center;
  width: 50%;
  transition: all .3s;
  margin-top: -20px;
  float: left;
}
label img {
  margin-right: 10px;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #c8c8c8;
}

.inputfile + label {
  cursor: pointer;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.restform {
  float: left;
  width: 48%;
  margin-bottom: 30px;
}

.fromrig {
  width: 48%;
  float: right;
}

.soliciteren {
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
  display: block;
}

.gegevensinv {
  font-family: 'Raleway', sans-serif;
  width: 50%;
  float: left;
  color: rgb(79, 79, 79);
  padding-right: 10px;
}

.gegevensinv h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: left;
}

.soliciteren-form {
  width: 100%;
  display: block;
  background-color: #f6f6f6;
  padding: 30px;
  padding-bottom: 50px;
}

.soliciteren-form .inputfield {
  width: 100%;
  float: left;
}

.soliciteren-form textarea {
  width: 100%;
  min-height: 260px;
}


.soliciteren-form input[type="submit"] {
  width: 100%;
}

.subm-holder {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
}

.spontaansoliciteren {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  max-width: 300px;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #FF6300;
  transition: all .3s;
  color: #FF6300;
}

.spontaansoliciteren:hover {
  background-color: #FF6300;
  color: #fff;
}

.sitewrapper {
  position: absolute;
  width: 100%;
  overflow: auto;
}

.backtotop {
  position: fixed;
  right: -100px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  z-index: 35;
  cursor: pointer;
  transition: all .3s;
  background-color: #353535;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  font-size: 1.2em;
  transition: all .3s;
  cursor: pointer;
  border: 2px solid #353535;
}

.backtotop:hover {
  opacity: .8;
  color: #353535;
  background-color: transparent;
}

.mainbtn {
  border-radius: 100px;
  margin: 0 auto;
  letter-spacing: 2px;
  display: block;
  width: 150px;
  padding: 7px 20px;
  color: rgb(79, 79, 79);
  text-transform: uppercase;
  border: 1px solid rgb(79, 79, 79);
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .3s;
  text-align: center;
  -o-transition: all .3s;
  transition: all .3s;
}
.mainbtn:hover {
  background-color: rgb(79, 79, 79);;
  color: white;
}

.bgmovie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bgmovie video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.splashcontent {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  padding: 80px 20px;
  border-top: 3px solid #231F20;
  border-bottom: 3px solid #231F20;
}
.splashcontent h1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  font-size: .9em;
  display: block;
  text-align: center;
  color: #231F20;
  font-weight: 600;
  padding-top: 50px;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
}
.splashcontent .c {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
.splashbuttons {
  margin: 0 auto;
  display: block;
  max-width: 1280px;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.splashbuttons a {
  border: 1px solid #231F20;
  color: #231F20;
  border-radius: 100px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 5px 20px;
  margin: 0 10px;
  text-align: center;
  min-width: 150px;
  -webkit-transition: all.3s;
  -o-transition: all.3s;
  transition: all.3s;
}
.splashbuttons a:hover {
  background-color: #231F20;
  color: white;
}
.splashlogo {
  display: block;
  margin: 0 auto;
  width: 300px;
}
#container {
  min-height: 100%;
  position: relative;
}
/* HEADER */

#headerwrap {
  background: #fff;
  height: 100px;
}
#header {
  max-width: 98%;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  height: 100%;
}
.vakken {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tweevakken {
  width: 31.33%;
  margin: 0 1%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.tweevakkenoverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(79, 79, 79, .5);
}

.eenvak {
  width: 31.33%;
  margin: 0 1%;
  padding: 50px 50px;
  background-color: white;
  text-align: center;
  color: #2E2A2B;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #2E2A2B;
  position: relative;
}

.hoverhomeblok {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
  color: white;
  text-align: center;
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  line-height: 150%;
  background-color: #4F4C4D;
  display: none;
}

.eenvak:hover .hoverhomeblok {
  opacity: 1;
  display: block;
}

.homedesign {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  width: 30px;
  background-color: white;
}

.eenvak h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.5em;
  border-bottom: 1px solid #2E2A2B;
}
.eenvak p {
  padding-top: 20px;
  font-size: 1.2em;
  margin-bottom: 40px;
}
.eenvak a {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #4F4C4D;
  text-transform: uppercase;
  text-align: center;
  font-size: .8em;
  transition: all .3s;
  font-weight: 700;
  font-size: 1.2em;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 2;
}

.eenvak a:hover {
  opacity: .8;
}
.overonsdiv {
  width: 100%;
  overflow: auto;
  background-color: rgb(79, 79, 79);
}
.overonsnew {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.overonsnew>div {
  width: 33.33%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  padding: 60px;
  padding-bottom: 70px;
  text-align: center;
}
.overonsoverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(79, 79, 79, .9);
}
.overonsnew div h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  margin: 20px 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

.overonsnew div img {
  position: relative;
  z-index: 2;
  max-width: 200px;
}

.overonsnew div p {
  position: relative;
  z-index: 2;
  padding: 40px;
  line-height: 200%;
  color: white;
  font-family: 'Raleway', sans-serif;
}
.overonsnew div a {
  padding: 7px 20px;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  letter-spacing: 2px;
  bottom: 40px;
  border-radius: 100px;
}
.overonsnew div a:hover {
  background-color: white;
  color: rgb(79, 79, 79);
}
.designding {
  width: 50px;
  margin: 20px auto;
  display: block;
}

.raster
{
  width: 100%;
  padding: 13px;
  margin:auto;
  position: relative;
}

.raster_item
{
  font-family: 'Raleway', sans-serif;
  position: relative;
  min-height: 400px;
}

.raster_item>div>img {
  width: 100%;
}


.raster_item > div:first-child
{
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 50%;
  left:0;
  top:0;
  height: 100%;
}

.raster_item .c
{
  margin-bottom: 1em;
}

.raster_item > div:nth-child(2n)
{
  padding: 20px 30px 50px 30px;
  width: 50%;
  float:right;
  border-left: none;
}

.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;
  border-right: none;
}

.raster_item h2 {
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  display: flex;
  -ms-align-items: center;
  color: #2E2A2B;
  line-height: 200%;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.raster_item a {
  padding: 7px 20px;
  color: rgb(79, 79, 79);
  text-transform: uppercase;
  border: 1px solid rgb(79, 79, 79);
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 150px;
  text-align: center;
  margin-top: 30px;
}

.raster_item a:hover {
  background-color: rgb(79, 79, 79);
  color: white;
}

.raster_item {
  line-height: 150%;
  font-size: 1.3em;
  margin-bottom: 50px;
}



/* SLIDER */

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #FF6300 url("/images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #FF6300;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


/* ZEKER BLOKKEN */

.zeker {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.zeker_item {
  width: 50%;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

.zeker_inner {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.zeker_content {
  background-color: white;
  position: absolute;
  bottom: -20px;
  padding: 15px;
  transition: all 1.3s;
  /*left: -15px;*/ /*uitgeschakeld om het in IE beter te doen lijken*/
  width: 100%; /*erbij geplaatst om het in IE beter te doen lijken*/
  -webkit-box-shadow: 0px 0px 23px 0px rgba(120,120,120,0.34);
  -moz-box-shadow: 0px 0px 23px 0px rgba(120,120,120,0.34);
  box-shadow: 0px 0px 23px 0px rgba(120,120,120,0.34);
}

.zeker_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.zeker_img img {
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: scale(1.05) translate(-50%,-50%);
  transition: all 1.2s;
}

.zeker_inner:hover .zeker_img img {
  transform: scale(1.00) translate(-50%,-50%);
}

.zeker_inner:hover .zeker_content {
  background-color: #ff6300;
}

.zeker_inner:hover  .zeker_content h2 {
  color: white;
  padding: 18px 0;
}

.zeker_item h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  transition: all .5s;
  letter-spacing: 1px;
  padding: 15px 0;
  color: #2E2A2B;
  font-size: 1.45em;
} 

.zeker_item h2 img {
  width: 30px;
}

/* EINDE ZEKER BLOKKEN */

.icons {
  width: 30px;
  margin-right: 20px;
}

.dienstnav {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  transition: all .3s;
}

.dienstnav:hover {
  background-color: #d9d9d9;
}

.prevdienst {
  left: -40px;
  background-image: url(/images/prevdienst.png);
}

.nextdienst {
  right: -70px;
  background-image: url(/images/nextdienst.png);
}

.notavailable {
  opacity: .3;
}

.notavailable:hover {
  background-color: transparent;
}

.dienst {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px; 
  position: relative;
}

.dienst-left {
  width: 50%;
  font-family: 'Raleway', sans-serif;
  padding-right: 30px;
}

.dienst-left h1 {
  text-align: left;
}

.dienst-left p {
  text-align: left;
  line-height: 250%;
  margin-bottom: 20px;
}

.dienst-right {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.dienst-right div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.dienst-right:hover div {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#meerimages {
  position: relative;
  font-size: 0px;
  height: 168px;
  overflow: hidden;
}

#meerimages>div {
  position: relative;
  width: 3000px;
  display: flex;
  height: 175px;
}

#meerimages .img {
  width: 300px;
  padding: 0;
  display: inline-block;
  position: relative;
}

#meerimages img:first-child {
  width: 100%;
}


.dienst-quote {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #797979;
  font-size: 2em;
  margin-top: 40px;
  line-height: 150%;
}

.nieuws {
  padding: 20px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #2E2A2B;
  border-top: none;
  flex: 1;
}

.nieuws h2 {
 font-family: 'Raleway', sans-serif;
 color: #2E2A2B;
 font-weight: 700;
 font-size: 1.3em;
 letter-spacing: 1px;
 margin-bottom: 10px;
 text-transform: uppercase;
}

.nieuws p {
  font-size: 1.2em;
}

.nieuws a {
  padding: 7px 20px;
  color: #ff6300;
  text-transform: uppercase;
  border: 1px solid #ff6300;
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 150px;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.nieuws a:hover {
  background-color: #ff6300;
  color: white;
}

.nieuws-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nieuws-items>div {
  width: 31.33%;
  margin: 1%;
  display: flex;
  flex-direction: column;
}

.topnieuws {
  position: relative;
}

.vacature {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: #232021 1px solid;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}

.vacature h2 {
  padding: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  color: #232021;
  font-family: 'Raleway', sans-serif;
}

.vacature .opened {
  background-color: #fff;
  padding: 15px;
}

.vacature_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 10px;
  padding-bottom: 70px;
}

.vacature_top_left {
  width: 50%;
  min-height: 100px;
  padding-right: 25px;
}

.vacature_top_left h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.6em;
  color: #FF6300;
}

.vacature_top_left div {
  display: flex;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  font-size: 1em;
  color: white;
  color: #FF6300;
  cursor: pointer;
  transition: all .3s;
}

.vacature_top_left div:hover {
  opacity: .8;
}

.vacature_top_left p {
  font-size: 1em;
  background-color: 
  line-height: 150%;
  color: #2E2A2B;
}

.vacature_top_right {
  width: 100%;
  min-height: 100px;
  position: relative;
}

.vacature_top_right img {
  width: 100%;
}

.jobfunctieform {
  text-transform: uppercase;
  letter-spacing: 1Px;
  font-size: 1.2em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.vacature_top_right h2 {
  background-color: rgba(255,255,255,.8);
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #2E2A2B;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.vragen {
  width: 70%;
  font-family: 'Raleway', sans-serif;
  float: left;
}

.vraag {
  width: 100%;
  border: 1px solid #797979;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.vraag h1 {
  text-align: left;
  background-image: url(../images/bg_faq.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  font-size: 1em;
  padding-left: 30px;
  margin-bottom: 0;
}

.antwoord {
  margin-top: 30px;
  padding: 0 30px;
}

.faq-list {
  width: 25%;
  float: right;
}

.faq-list ul {
  padding-left: 35px;
  list-style-image: url(../images/li.png);
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 4.5em;
}


/* CONTACT */

.contact {
  max-width: 1280px;
  margin: 0 auto;
  display: block; 
}

form {
  width: 33.33%;
}

input[type='text'] {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #797979;
  font-family: 'Raleway', sans-serif;
  color: #797979;
  margin-bottom: 10px;
  font-weight: 500;
}

label {
  font-family: 'Raleway',sans-serif;
  color: #2E2A2B;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.inputfield {
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  height: 40px;
  height: 175px;
  border: 1px solid #797979;
  font-family: 'Raleway', sans-serif;
  color: #797979;
  margin-top: -20px;
  padding: 10px 10px;
}

input[type='submit'] {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  margin-top: 10px;
  text-transform: uppercase;  
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border: 1px solid #2E2A2B;
  text-transform: uppercase;
  color: #2E2A2B;
  transition: all .3s;
  letter-spacing: 2px;
}

input[type='submit']:hover {
  background-color: #797979;
  color: white;
}

.contact-form { 
  float: left;
  width: 390px;
}
.contacteer-ons {
  float:right;
  width: 390px;
}
.location {
  float: none;
  margin-left: 430px;
  margin-right: 430px;  
}
.contactheight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 573px;
  position: relative;
}

#cont-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.6);
}

#contactdinge {
  background-image: url(/images/balie.jpeg);
  background-size: cover;
  background-position: center;
  padding-top: 0;
  border: 1px solid #2E2A2B;
  min-height: 480px;
}

#teller {
  display: none !important;
}

.desding {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 10;
  top: 0;
  transform: translate(-50%,-50%);
  width: 30px !important;
}

.contact-info p {
  padding: 0 20px;
}

#dasmap {
  height: 515px;
  border: 1px solid black;
}

.form-height {
  height: 450px;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;</div>
  background-color: transparent;
  border: 1px solid #ff6300;
  text-transform: uppercase;
  color: #ff6300;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
}

.contact-form input[type="submit"]:hover {
  background-color: #ff6300;  
  color: white;
}

.contact-form select {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
  padding: 0; 
  margin-bottom: 10px;
  padding-left: 5px;
}

.errors {
  margin-bottom: 10px;
}

.toon-groot, .contact-us {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px; 
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
  border: 1px solid #FF6300;
  text-transform: uppercase;
  color: #FF6300;
  position: absolute;
  bottom: 0;
  letter-spacing: 2px;
  left: 0;  
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
}
.toon-groot:hover, .contact-us:hover {
  background-color: #FF6300;  
  color: white;
}
.contacteer-ons>img {
  width: 100%;
  margin-bottom: 20px; 
}
.special-contact {
  margin-bottom: 30px;
}

.contact-info
{
  height: 550px;
}

.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
}
.contact-info p img {
  position: absolute;
  left: 15px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-info p a {
  color: black;
}

.contact-us {
  margin-top: 50px;
  width: 90%;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  background-color: white;
}
.contact-form .half > input[type="text"] {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.contact-form .half > input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact-form .half:after {
  display: block;
  clear: both;
  content: "";
}

.res-title {
  float: right;
  text-align: right;
}

.content {
  padding-top: 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.contactpicture {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 40px;
}

.contactpicture img {
  width: 100%;

}

/* EINDE CONTACT */



/* BODY */

#body {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 55px 20px 55px 20px;
  position: relative;
}
h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 2em;
  margin-bottom: 35px;
  font-weight: 600;
  color: #2E2A2B;
}
.txt {
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.txt h2 {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-weight: 600;
}
/* FOOTER */

#footerwrap {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
  height: auto;
  background-image: url(/images/bgover.png);
}
#footer {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 0px 20px;
  color: rgb(79,79,79);
  font-size: 0.9em;
  font-family: 'Raleway', sans-serif;
  line-height: 2em;
  font-weight: 600;
}

.footcontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

.footcontent>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footcontent h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.footy {
  width: 100%;
  position: absolute;
  color: #818181;
  bottom: 0px;
  text-align: center;
  background-color: #2e2a2b;
  line-height: 27px;
  font-size: .9em;
}
.footy a {
  color: #818181;
}
.logo {
  position: absolute;
  max-height: 80%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.logo img {
  height: 100%;
}

.bread {
  width: 100%;
  margin-top: -45px;
  font-size: 10px;
  color: #434343;
}
.bread a {
  color: #434343;
}

.overlaysection {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
}

.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 455px;
}
.bannerholder, .bannerholder2 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 70vh;
  position: relative;
}

.bannerholder {
  overflow: hidden;
}

.bannerholder section{
  height: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;

}

.bannerholder div {
  max-width: 700px;
  width: 100%;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 35px;

}

.bannerholder div h2 {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2E2A2B;
  line-height: 130%;
}

#video_background {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);

}

.bannerholder div p {
  line-height: 150%;
  color: #4d4d4d;
  text-align: center;
  padding: 10px 0;
}

.bannerholder div a {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 10px;
  font-weight: 600;
  background-color: #2E2A2B;
  color: white;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}

.bannerholder2 {
  height: 200px;
}

.banner_cta {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  width: 322px;
  background-color: #ed2d24;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.6em;
  right: 0px;
}
.banner_cta a {
  text-align: center;
  display: block;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 20px;
}
.fotoband {
  height: 173px;
  width: 100%;
  background-image: url(../images/fotoband.jpg);
  background-repeat: repeat-x;
  background-position: center;
}
.nav {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: flex;
  justify-content: flex-end;
}
.nav a {
  color: #353535;
  font-size: 0.9em;
  line-height: 27px;
  margin: 0 30px;
  display: block;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 15px 0;
}
.nav a:last-child {
  margin-right: 0;
}

.nav a:hover {
  color: #ff6300;
}

.nav .active {
  color: #ff6300 !important;
  border-bottom: 4px solid #FF6300;

}

.topnavv {
  background-color: #e1e1e1;
  width: 100%;
}
.extramenu {
  display: none;
}

.popup {
  width: 300px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 55px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(102,102,102,0.29);
  -moz-box-shadow: 0px 0px 23px 0px rgba(102,102,102,0.29);
  box-shadow: 0px 0px 23px 0px rgba(102,102,102,0.29);
  min-height: 46px;
}

.popup section {
  padding: 15px;
  padding-top: 70px;
}

.popup .hidden{
  display: none;
}

.popup h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
  line-height: 150%;
  margin-bottom: 15px;
}

.popup p {
  line-height: 150%;
}

.popup a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ff6300;
  color: white;
  letter-spacing: 1px;
  padding: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.popup_top {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 50px;
  background-color: #FF6300;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  text-transform: uppercase;
  color: white;
}

.pop_close {
  cursor: pointer;
  font-size: 1.5em;
  color: white;
  padding-right: 5px;
}

.dealer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
}
.taal {
  position: absolute;
  right: 5px;
  top: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}
.taal div {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-left: 4px;
  text-transform: uppercase;
  padding: 0px 7px;
  background-color: #231F20;
}

.prevbtn_blg, .nextbtn_blg {
  color: #353535;
  font-size: .9em;
  display: flex;
  font-weight: 700;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.prevbtn_blg i, .nextbtn_blg i {
  font-size: 1.3em;
  padding: 0 5px;
}

.blogbtns {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.blogbtns a {
  padding: 10px 0;
}

.taal .special div{
  background-color: #231F20;
  color: white;
  padding: 0 5px;
}

.taal div:hover {
  opacity: .8;
}
.cent {
  text-align: center;
}
.just {
  text-align: justify;
}
.rel {
  position: relative;
}
.redblock {
  background-color: #ec372d;
  color: #FFF;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 25px 45px 25px;
  font-size: 0.8em;
  line-height: 2em;
  height: auto;
}
.redblock h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.darkblock {
  background-color: #2d292a;
  color: #FFF;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  font-size: 0.8em;
  line-height: 2em;
  height: auto;
}
.darkblock h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 20px;
}
a.btn_d {
  text-align: center;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  color: #FFF;
  line-height: 36px;
  margin-top: 12px;
}
a.greyblock {
  background-color: #636363;
  color: #FFF;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  font-size: 0.8em;
  line-height: 2em;
  display: block;
}
a.greyblock h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.ticker {
  height: 100px;
  width: 100%;
  padding-bottom: 50px;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rel img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.ticker_txt {
  color: #231F20;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  top: 50%;
  transform: translateY(-50%);
  /*position: absolute;*/ /* uitgeschakeld voor compatibiliteit met IE */
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  /*margin: 0 auto;*/ /* uitgeschakeld voor compatibiliteit met IE */
}

.ticker_txt img {
  margin: 0 10px;

}

.footvak {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  padding: 23px;
  padding-top: 0;
}
a.team {
  width: 100%;
  height: 100%;
  background-color: rgba(79, 79, 79, .8);
  position: absolute;
  display: none;
  display: block;
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: 2;
  filter: alpha(opacity=0);
}
a.team:hover {
  display: block;
  transition: all .2s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team_txt {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.team_txt h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.red {
  text-align: center;
  color: #ee2d24;
  font-size: 1.3em;
  margin-bottom: 35px;
  margin-top: 20px;
}

.ar_l {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 2%;
}
.ar_r {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 2%;
}
.fiche_btns {
  position: relative;
  width: 100%;
  top: 30px;
}

.back {
  position: absolute;
  left: 0px;
  width: 75px;
  cursor: pointer;
}
.innerbtns {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  position: relative;
}
.fiche_btns a {
  float: right;
  margin-left: 5px;
}
a.btn_sol {
  color: #3c3c3c;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #232323;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 300px;
  margin: auto;
  display: block;
  font-size: 1.2em;
  margin-top: 30px;
}

.faq {
  font-family: 'Source Sans Pro', sans-serif;
}
.faq h2 {
  font-size: 1.3em;
}
.faq_ar {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3.5px;
}
.ant {
  width: 95%;
  margin: auto;
  margin-bottom: 12px;
}
.form {
  font-family: 'Source Sans Pro', sans-serif;
  color: #4f4f4f;
  font-size: 0.9em;
  line-height: 35px;
}
.form input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7b7b7b;
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #797979;
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 83px;

}
.submit {
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 35px;
  background-color: #231f20;
  text-transform: uppercase;
}
.footlogo {
  max-width: 200px;
}
#centfoot {} .troeven {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  padding: 10px;
  font-size: 0.7em;
  min-height: 190px;
}
.troeven ul {
  list-style: url(../images/troef.png);
  padding-left: 20px;
}
.blockholder {
  max-width: 458px;
  float: right;
}
.block_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: justify;
  position: absolute;
  height: 100%;
  width: 100%;
}
.block_content h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
a.blockbtn {
  width: 100%;
  border: 2px solid #FFF;
  bottom: 0px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  display: block;
}
/*3 op rij*/

.col-group_3 > div {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

.res-button {
  width: 40px;
  z-index: 30;
  height: 40px;
  position: absolute;
  display: none;
  right: 35px;
  cursor: pointer;
  top: 34px;
}

.nav-res {
  width: 300px;
  height: 100%;
  background-color: white;
  position: fixed;
  right: -650px;
  transition: all .3s;
  top: 0;
  z-index: 40;
  -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.36);
}

.close-res {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.menulogo {
  position: absolute;
  bottom: 10px;
  width: 80%;
  margin: 10%;
}

.nav-res ul {
  padding-top: 60px;
}

.nav-res a {
  color: black;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-res ul li {
  padding: 10px 20px;
  border-left: 5px solid white;
}

.nav-res ul a:hover {
  color: #ff6300 !important;
}

.overlayer {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150%;
  z-index: 20;
  display: none;
}

.activeres {
  border-left: 5px solid #ff6300 !important;
}

.activeres a {
  color: #ff6300 !important;
}

.restaal {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 80px;
  display: none;
}

.restaal div {
  cursor: pointer;
  width: 26px;
  line-height: 26px;
  height: 28px;
  float: right;
  background-color: #2E2A2B;
  color: white;
  border: 2px solid #2E2A2B;
  text-align: center;
  font-size: 13px;
  margin-left: 13px;
}
.restaal div:hover {
  background-color: white;
  color: #2E2A2B;
}


/* DIENST */

.dienst_detail {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}


.dienst_imgover img {
  transition: all .3s;
  width: 100%;
}

.dienst_imgover img:hover {
  transform: scale(1.05);
}


.dienst_detail p {
  font-size: 1.3em;
  line-height: 150%;
}

.dienst_detail h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 0;
  padding: 15px 0;
}

.dienst_btns {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 5px;
  background-color: #efefef;
}

.dienst_btns a {
  padding: 0 15px;
}

.dienst_btns a img {
  width: 25px;
}

.dienst_imgover  {
  position: relative;
}

.dienst_imgover h1 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  z-index: 3;
  background-color: rgba(255,255,255,.8);
}

.dienstrightoverlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 2;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  transition: all .3s;
  background-image: url(/images/scaleup.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  animation-name: showshort;
  animation-duration: 3s;
}

@keyframes showshort {
 0%   {opacity: 0;}
 50%  {opacity: 1;}
 100% {opacity: 0;}
}

.dienst_meerfotos {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 3;
}

.dienst_meerfotos img {
  width: 100%;
}

.dienst_imgover:hover .dienstrightoverlay {
  opacity: 1;
}

.dienstdetail_blokken {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dienstdetail_blok {
  width: 31.33%;
  margin: 1%;
}

.dienstdetail_blok img {
  width: 100%;
  transition: all .3s;
}


.dienstdetail_blok:hover img {
  opacity: .6;
}

.detailtitel {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2E2A2B;
}

.dienstdetail_blok h2 {
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  background-color: #f1f1f1;
  padding: 5px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 70px;
  transition: all .3s;
  color: #2E2A2B;
}

.dienstdetail_blok h2:hover {
  border: 2px solid #FF6300;
}

.uitlegkader {
  width: 100%;
  padding: 30px;
  background-color: #F0F0F0;
  border: 2px solid white;
}

.uitlegkader h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #FF6300;
}

.uitlegkader p {
  line-height: 150%;
  font-size: 1.3em;
}

/* schaderapport */

.steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f0f0f0;
}

.schaderapportmaken {
  margin: 0 auto;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 2px solid #FF6300;
  text-transform: uppercase;
  color: #FF6300;
  transition: all .3s;
  display: inline-block;
}

.acoat {
  max-width: 70%;
}

.gallery {
  width: 100%;
  position: relative;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.gallery img {
  width: 31.33% !important;
  margin: 1%;
}


.schaderapportmaken:hover {
  color: white;
  background-color: #FF6300;
}

#schadeform p {
  font-size: 1.2em;
}

.steps div {
  width: 25%;
  border: 3px solid white;
  border-right: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

.tapper {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  transition: all .5s;
  width: 40px !important;
  transform: translateY(50px);
}

.switchops {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.switchops div {
  padding: 5px 10px;
  min-width: 80px;
  text-align: center;
  background-color: #787878;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.activeswitch {
  background-color: #FF6300;
}

.steps div:hover {
  background-color: #f58a46 !important; 
}

.steps div:hover .tapper {
  transform: translateY(0);
  opacity: 1;
}

.steps div:first-child {
  animation-name: bgchange;
  animation-delay: .25s;
  animation-duration: .8s;
  background-color: #d9d9d9;
}

.steps div:nth-child(2) {
  animation-name: bgchange;
  animation-delay: .50s;
  animation-duration: .8s;
}

.steps div:nth-child(3) {
  animation-name: bgchange;
  animation-delay: .75s;
  animation-duration: .8s;
}

.steps div:last-child {
  border-right: 3px solid white;
  animation-name: bgchange;
  animation-delay: 1s;
  animation-duration: .8s;
}

@keyframes bgchange {
  0%   {background-color: transparent;}
  50% {background-color: #f58a46;}
  100% {background-color: transparent;}
}


.steps div img {
  width: 100%;
  max-width: 120px;
}

.steps div h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  color: #606060;
  font-weight: 400;
}

.steps div p {
  text-align: center;
  padding: 10px;
  color: #828282;
  padding-top: 10px;
  width: 100%;
}

.steps .active {
  background-color: #dbdbdb;
}

.stepdetail {
  width: 100%;
}

.stepdetail h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
  padding: 25px 10px;
  color: #FF6300;
}

#schadeform {
  width: 100%;
  background-color: #F0F0F0;
  padding: 50px;
  border: 1px #fff solid;
  padding-bottom: 80px;
}

#schadeform textarea {
  margin-top: 0;
  height: 250px;
}

#schadeform h3 { 
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff6300;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#filelabel {
  height: 200px;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

#schadebutton {
  width: auto;
  float: right;
  display: inline-block;
}

.vervangwagens {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.vervangwagens article { 
  width: 31%;
  margin: 1%;
  position: relative;
}

.vervangwagens article img {
  width: 100%;
}

.vervangwagens article h2 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: rgba(255,255,255,.6);
  color: black;
  text-transform: uppercase;
  padding: 5px;
}



.bestanden {
  width: 49%;
}

.bestanden img {
  width: 100%;
}

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

.nextbtn {
  color: #fff;
  border: 1px solid #ff6300;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #ff6300;
  letter-spacing: 1px;
  float: right;
  display: inline-block;
  font-family: Raleway, sans-serif;
  margin-top: 10px;
}

.nextbtn:disabled {
  opacity: .5;
}

.nextbtn:hover {
  opacity: .8;
}

.nextbtn:hover:disabled {
  opacity: .5;
}

.blog_overzicht {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog_overzicht article {
  width: 33.33%;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.blog_overzicht article>div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog_overzicht article>div img {
  transition: all .3s;
}

.blog_overzicht article>div:hover img {
  opacity: .8;
  transform: scale(1.05);
}

.blog_overzicht a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


.blog_overzicht article h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  background-color: #d1d1d1;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
}

.blog_overzicht article img {
  width: 100%;

}

.bril_personen {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bril_personen .rad {
  width: 18%;
  margin: 1%;
}

.rad, .brad {
  border-radius: 200px;
  overflow: hidden;
}

.inner_pers {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  border-radius: 200px;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background-repeat: no-repeat;
}


.pers_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(255,255,255,.90);
  opacity: 0;
  transition: all .5s;
}

.backbtnblog {
  color: #FF6300;
  font-weight: 700;
  display: inline-block;
}

.toplinks {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.facebookbtn {
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
  background-color: #FF6300;
  display: inline-block;
}

.pers_text h3 {
  font-weight: 700;
  color: #FF6300;
  font-size: 1.2em;
}

.pers_text:hover {
  opacity: 1;
}

.rel {
  width: 100%;
}

.texthome {
  padding: 10px;
  font-size: 1em !important;
}

.overlayttt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(79, 79, 79, .4)
}


.vacature_team {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.vacature_team h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;

}

.vacature_team p {
  line-height: 150%;
  font-size: 1.3em;
  text-align: center;
}


.curtaindrop {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 11111111;
  background-color: #fefefe;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s; 
}

.border_curtain {
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  border: 2px solid #FF6300;
}

.overlaycurtain {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(255,255,255,.4);
}

.menu-block {
  overflow: hidden;
}

.cent h2 {
  font-size: 1em;
}

.contentcurtain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
}

.curtainclose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2em;
  color: white;
  transition: all .3s;
  cursor: pointer;
  background-color: #FF6300;
}

.curtaindrop h2 {
  font-size: 3em;
  text-align: center;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.curtaindrop p {
  font-size: 1.5em;
  line-height: 170%;
  max-width: 900px;
  color: white;
  text-align: center;
}

.curtaindrop a {
  display: inline-block;
  background-color: #FF6300;
  color: white;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  font-weight: 700;
  border: 2px solid #FF6300;
  transition: all .3s;
}

.curtaindrop a:hover {
  background-color: transparent;
  color: #FF6300;
}

.hidecurtain {
  height: 0;
}

.partners {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
}

.partners article {
  width: 23%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.partners article img {
  width: 100%;
}

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


.partners article h2 {
  text-align: center;
  width: 100%;
  font-family: 'Questrial', sans-serif;
  color: #353535;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 10px 10px;  
}

.wof_item .wof_titel {
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
  padding: 10px !important;
}

.wof_item:hover > img {
  transform: scale(1.00) !important;
  opacity: .8;
}

.wof_item .wof_titel span {
  font-size: .9em;
  line-height: 130%;
}

/* MEDIA QUERY'S */
@media screen and (max-width: 1500px) {
  .dienstnav {
    transform: translate(0,0);
    top: 50px;
  }

  .nextdienst {
    right: 0;
  }

  .prevdienst {
    left: 0;
  }

  .dienst {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .overonsnew div p {
    padding: 0;
  }

  .overonsnew div h1 {
    margin: 20px 0;
  }

  .overonsnew>div {
    padding-bottom: 100px;
  }

  .bannerholder {
    padding-bottom: 56.25%;
    height: inherit;
  }
  
  .bannerholder section {
    display: none;
  }

}

@media screen and (max-width: 1300px) {
  .nav a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .location
  {
    margin: 0;
  }

  #contactclear
  {
    display: block;
    clear: both;
    height: 2em;
  }

  .contact-form, #contactdinge
  {
    width: 48.5%;
  }
}

.vacature_top_right {
  display: none;
}

@media screen and (max-width: 1200px) {
  .overonsnew>div {
    padding: 15px;
    padding-bottom: 100px;
  }

  .dienst-left
  {
    width: 65%;
  }

  .dienst-right
  {
    width: 35%;
  }

  .footcontent>div {
    width: 25%;
  }

  .bril_personen .rad {
    width: 23%;
  }

}

@media screen and (max-width: 1130px) {
  .nieuws-item {
    width: 49% !important;
  }
}

@media screen and (max-width: 1100px) {
  .nav  {
    display: none;
  }

  .res-button {
    display: block;
  }

  .taal {
    margin-right: 40px;
  }

  .dienst_imgover h1 {
    font-size: 1em;
  }

  .cd-image-container {
    display: none;
  }

}

@media screen and (max-width: 1040px) {
  .dienst-left
  {
    width: 100%;
    float: none;
  }

  .dienst-right
  {
    width: 100%;
    margin-top: 1.5em;
    float: none;
  }

  .restform {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .gegevensinv {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .gegevensinv h1 {
    text-align: center;
  }

  .inputfile + label {
    margin: 30px auto 30px auto;
    float: none;
  }

  .fromrig, .privcnt {
    width: 100%;
  }

  #PL_privacy {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .bril_personen .rad {
    width: 31.33%;
  }

  .footcontent>div {
    width: 50%;
    margin-bottom: 50px;
  }

  .dienstdetail_blok {
    width: 48%;
  }
}

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


  .vakken {
    justify-content: center;
  }

  .eenvak {
    width: 70%;
    margin-bottom: 70px;
  }

  .overonsdiv {
    background-color: transparent;
  }

  .overonsnew>div {
    width: 100%;
    margin-bottom: 20px;
    min-height: 0;
    background-image: none !important;
  }

  a.team {
    display: block;
    transition: all .2s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .raster {
    padding: 0;
  }

  .zeker_item {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .blog_overzicht article {
    width: 50%;
  }

  .ticker_txt img {
    display: none;
  }

  .dienst_detail p {
    font-size: 1em;
    line-height: 150%;  
  }

  .partners article {
    width: 31.33%;
  }

  .taal a {
    display: none;
  }
  .curtainbtn {
    display: block !important;
  }

  .taal {
    margin: 0;
  }

  .teamoverzicht>div {
    width: 31.33%;
  }

  .vervangwagens article {
    width: 48%;
  }
  
}

@media screen and (max-width: 800px) {
  .steps div {
    width: 50%;
  }

  #schadeform {
    padding: 20px 10px;
    padding-bottom: 80px;
  }

  .bestanden {
    width: 100%;
    margin-bottom: 40px;
  }

  .vacature_top_left {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .vacature_top_right {
    width: 100%;
  }

  .txt {
    font-size: .9em;
  }

  .vacature .opened {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 1.2em;
  }

  .inputfile + label {
    width: 100%;
  }

  .bril_personen .rad {
    width: 48%;
  }

  .faq li h2 {
    font-size: 1em;
  }

  .taal a {
    display: none;
  }

  .curtainbtn {
    display: block !important;
  }

  .restaal {
    display: none;
  }

  .partners article {
    width: 48%;
  }

  .taal {
    display: none;
  }

  .teamoverzicht>div {
    width: 48%;
  }

  .logo {
    height: 50px;
  }
}


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

  .bgmovie {
    background-image: url('/images/schuren.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bgmovie video {
    display: none;
  }

  .nav-res {
    width: 100%;
  }

  .popup {
    display: none;
  }

  .dienst_imgover h1 {
    display: none;
  }

  .dienstdetail_blok {
    width: 98%;
  }

  .dienst_meerfotos {
    width: 30px;
    height: 30px;
  }

  .vacature_top_right h2 {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding: 10px 0;
  }
  .walloffame > div {
    padding: 10px 0 !important;
  }

  #teller {
    right: 20px !important;
    bottom: 20px !important;
  }

  .vervangwagens article {
    width: 98%;
  }
}

@media screen and (max-width: 550px) {
  .splashcontent {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    min-height: 100vh;
  }

  .raster, .nieuws-items {
    width: 100vw;
    margin-left: -20px;
  }

  .topnieuws {
    margin: 0 20px;
  }

  .nieuws {
    margin-bottom: 30px;
    border:none;
  }

  .gegevensinv h1 {
    font-size: 1.2em;
  }

  .soliciteren-form {
    padding: 10px;
    padding-bottom: 30px;
  }

  .faq li {
    border: none;
    border-bottom: 1px solid #FF6300;
  }

  .vacature {
    width: 100%;
    padding: 50px 10px;
  }

  .nieuws-item {
    width: 100% !important;
  }

  .splashlogo {
    width: 100%;
  }

  .splashcontent p {
    display: none;
  }

  .splashbuttons {
    margin-top: 50px;
  }

  .splashbuttons a {
    margin-bottom: 20px;
    min-width: 100%;
  }


  .blog_overzicht article  {
    width: 100%;
    padding: 5px;
  }

  .extramenu {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .bril_personen .rad {
    width: 90%;
    margin: 5%;
    border-radius: 400px;
  }

  .zeker_content {
    position: relative;
    bottom: inherit;
    left: inherit;
  }

  .zeker_item {
    padding: 0;
  }

  .teamoverzicht>div {
    width: 98%;
  }
}

@media screen and (max-width: 500px) {
  .eenvak a {
    position: relative !important;
    left: 5px !important;
    right: 5px !important;
  }
}

@media screen and (max-width: 680px) {
  #contactdinge, .contact-form {
    width: 100%;
    margin-bottom: 2em;
    float: none;
  }

  #contactdinge {
    padding: 0;
  }
}

@media screen and (max-width: 680px) {
  #footerwrap {
    overflow: auto;
    height: auto;
  }

  .footcontent>div {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .eenvak {
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .ticker_txt {
    text-align: center;
  }

  .steps div {
    justify-content: space-between;
    padding: 10px;
    flex-direction: row;
    border: 1px solid white !important;
    width: 100%;
  }

  .steps div img {
    max-width: 70px;
  }

  .steps div p {
    display: none;
  }

  .partners article {
    width: 98%;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 150px;
  }
}

@media screen and (max-width: 200px) {
  .nav-res a {
    font-size: 1em;
  }
}









@media screen and (min-width: 600px) {
  .col-group_3 {
    overflow: hidden;
  }
  .col-group_3 > div {
    float: left;
    width: 50%;
    padding: 0.8em;
  }
  .col-group_3 > div:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .col-group_3 > div {
    width: 33.33%;
  }
  .col-group_3 > div:nth-child(odd) {
    clear: none;
  }
}
/* end */
/*4 op rij*/

.col-group_4 > div {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .col-group_4 {
    overflow: hidden;
  }
  .col-group_4 > div {
    float: left;
    width: 50%;
    padding: 0.8em;
  }
  .col-group_4 > div:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .col-group_4 > div {
    width: 25%;
  }
  .col-group_4 > div:nth-child(odd) {
    clear: none;
  }

}
/* end */
/*4 op rij*/

.col-group_4_ban > div {
  padding: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 100px) {
  .col-group_4_ban {
    overflow: hidden;
  }
  .col-group_4_ban > div {
    float: left;
    width: 50%;
    padding: 1.1em;
  }
  .col-group_4_ban > div:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 8000px) {
  .col-group_4_ban > div {
    width: 25%;
  }
  .col-group_4_ban > div:nth-child(odd) {
    clear: none;
  }
}
/* end */
/*5 op rij*/

.col-group_5 > div {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .col-group_5 {
    overflow: hidden;
  }
  .col-group_5 > div {
    float: left;
    width: 50%;
    padding: 0.8em;
  }
  .col-group_5 > div:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .col-group_5 > div {
    width: 20%;
  }
  .col-group_5 > div:nth-child(odd) {
    clear: none;
  }
}
/* end */
/*  SECTIONS  */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  COLUMN SETUP  */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
  transition: all .2s ease-in-out;
}
.col:first-child {
  margin-left: 0;
}
.col_foot {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
  transition: all .2s ease-in-out;
}
.col_foot:first-child {
  margin-left: 0;
}
.col_con {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
  transition: all .2s ease-in-out;
}
.col_con:first-child {
  margin-left: 0;
}
/*  GROUPING  */

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
/*  GRID OF TWO  */

.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 48.5%;
}
/*  GRID OF THREE  */

.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 65.66%;
}
.span_1_of_3 {
  width: 31.33%;
}
/*  GRID OF FIVE  */

.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.4%;
}
.span_3_of_5 {
  width: 58.8%;
}
.span_2_of_5 {
  width: 38.2%;
}
.span_1_of_5 {
  width: 17.6%;
}
@media only screen and (max-width: 1200px) {
  #centfoot {
    width: 100%;
  }
  .troeven {
    min-height: auto;
  }
}
/*  GO FULL WIDTH BELOW ... PIXELS */

@media only screen and (max-width: 1020px) {
  .nav {
    display: none;
  }
}
/*  GO FULL WIDTH BELOW ... PIXELS */

/*  GO FULL WIDTH BELOW ... PIXELS */

@media only screen and (max-width: 600px) {
  .ticker_txt {
    font-size: 1.25em;
  }
  .col_con {
    margin: 0 0 1% 0%;
  }
  .span_2_of_2,
  .span_1_of_2 {
    width: 100%;
  }
  .col {
    margin: 1% 0 25px 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
  .span_1_of_5,
  .span_2_of_5,
  .span_3_of_5,
  .span_4_of_5,
  .span_5_of_5 {
    width: 100%;
  }
}


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

  .raster_item {
    font-size: .9em;
  }

}

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

  .raster_item { 
    border: 0;
  }


  .raster_item > div {
    padding: 1em !important;
    width: 100% !important;
  }
  .raster_item > div:first-child {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .raster_item > div:first-child {
    position: relative;
  }

  .raster_item > div {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

@media screen and (max-height: 580px) {
  .menulogo {
    display: none;
  }

  .res-menu {
    overflow: auto;
  }
}


@media screen and (max-height: 600px) {
  .popup {
    display: none;
  }
}







.IE-fix-1{
  display: block !important;
}