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

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

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

.videoInstagram{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }

.slidercenter {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0 20px;
}

.slidertitle {
    color: #CE171B;
    font-size: 1.4em;
    margin: 2em 0 .9em 0;
}

.slidersubtitle {
    color: #fff;
    font-size: 1.2em;
}

.tu {
    text-decoration: underline;
}

.sliderred {
    font-size: .9em;
    color: #CE171B;
}

.vakjes.c {
    color: #575756;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Verdana, Arial, Sans-Serif;
}

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


/* HEADER */

#headerwrap {
    background: #100c08;
    height: 90px;
}

#header {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
}


/* BODY */

#bodywrap {
    padding-bottom: 188px;
    /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}

#body {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 35px 20px 45px 20px;
    position: relative;
}


/* FOOTER */

#menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#footerwrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 188px;
    /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
    background: #100c08;
}

.lbtext {
    padding: 1px;
}

.lbtext .c {
    padding: 1em;
    line-height: 1.5em;
    color: #333 !important;
}

#footer {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}

.loctek-slider-controls {
    display: none;
}

#footer ul li {
    list-style-type: none;
}

#footer a {
    color: #FFF;
}

.logo {
    position: absolute;
}

.topnav {
    width: 50%;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
}

.topnav a {
    float: right;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em;
    margin-left: 2%;
    line-height: 90px;
}

.topnav a.active {
    color: #CD1719
}

.slideritem {
    height: 347px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner {
    height: 347px;
    width: 100%;
    position: relative;
}

#footer .justify {
    padding-top: 15px;
}

.ar_l {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.ar_r {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0px;
}

.navholder {
    width: 100%;
    background-color: #9d9d9c;
}

.nav {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.nav a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
}

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

.foot {
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 25px;
    background-color: #575656;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.foot a {
    color: #999999;
}

.social a {
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.6em;
    color: #cd1719;
    line-height: 2em;
    margin-bottom: 2%;
}

.hometxt {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #575756;
}

.scissor {
    width: 100%;
    margin: 2% 0 2% 0;
    width: 100%;
    height: 27px;
    background-image: url(../images/scissor.png);
    background-repeat: no-repeat;
    background-position: left;
    clear: both;
}

.blocks h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.4em;
    color: #cd1719;
    line-height: 2em;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.block {
    position: relative;
}

.block a {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #BE1616;
    display: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.6em;
}

.block:hover a {
    display: block;
}

.block a div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.breadcrump {
    position: absolute;
    top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 2em;
    color: #575756;
}

.breadcrump a {
    text-decoration: underline;
    color: #575756;
}

.ball {
    width: 100%;
    height: 77px;
    background-image: url(../images/ball.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 5%;
    margin-bottom: 5%;
}

.ak {
    text-align: center;
    color: #575756;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.4em;
}

.quotes {
    width: 100%;
    background-color: #b6b6b6;
    padding: 2% 0 2% 0;
    color: #575756;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 2em;
}

.quote {
    max-width: 1400px;
    text-align: center;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: auto;
}

.quote span {
    font-size: 0.6em;
}

a.quotebtn {
    display: block;
    color: #575756;
    text-align: center;
    border: 1px solid #575756;
    width: 180px;
    font-size: 0.6em;
    line-height: 2em;
    margin: auto;
}

.cutoff {
    height: 230px;
    overflow: hidden;
}

.superocdheader {
    display: none;
    height: 347px;
    width: 100%;
    position: relative;
    background-position: right center;
}

.band {
    background-color: #e2edf2;
    padding: 60px 0;
}

.instagram_content {
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
}

.between-title {
    margin-bottom: 30px;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.between-title h3 {
    font-size: 2.4rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: 700;
    background-color: #e2edf2;
    display: inline-block;
    padding: 0 100px;
    color: #03344F;
}

.line-hold:after {
    display: block;
    height: 1px;
    background-color: #03344F;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
}

.instagram_feed {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 0px;
  }
  
  .instagram_feed .instagram_post {
    width: 24%;
    margin: 0 .5%;
    position: relative;
    height: 350px;
    background-size: cover;
  }
  
  .instagram_post i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
  }
  
  .instagram_feed .instagram_post img {
    width: 100%;
  }
  
  .instagram_feed .instagram_post video {
    width: 100%;
  }
  
  .instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
  }
  
  .instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
  }
  
  
  /* Einde Instagram */

.nieuws>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
}

.nieuws>.cb {
    border: 0;
}

.nieuwscontent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em;
    color: #575756;
    text-align: justify;
}

.nieuwscontent .link {
    background-image: url(../images/bg_link.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
    color: #575756;
    text-decoration: underline;
}

.delen {
    width: 100%;
    height: 31px;
}

.delen a {
    float: right;
    margin-left: 1%;
    background-image: none;
    margin-bottom: 1%;
}

.errors li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: .8em;
    color: #CD1719;
}

.cta {
    background-color: #8e8e8d;
}

.ctatxt {
    text-align: center;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em;
    padding-top: 3%;
    width: 100%;
}

.left {
    float: left;
}

.vakjes {
    color: #575756;
    text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.4em;
}

.redquotes {
    width: 100%;
    background-color: #ab1613;
    padding: 1% 0 1% 0;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.8em;
}

.redquote {
    max-width: 1400px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.redquote span {
    text-decoration: underline;
    font-weight: bold;
    color: #FFF;
}

.greyquote {
    max-width: 1400px;
    text-align: center;
    padding: 1% 0 1% 0;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.8em;
    color: #575756;
}

.team {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #2b2b2b;
}

.team h2 {
    color: #cd1719;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 2em;
}

.team .span_1_of_4 {
    position: relative;
}

.team a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.team div:hover a {
    display: block;
}

.merk {
    position: relative;
}

.merk a {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg_merk.png);
    display: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.6em;
    text-transform: uppercase;
}

.merk:hover a {
    display: block;
}

.merk a div,
.diensten .cp div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.diensten .cp div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    padding: 5%;
    font-size: 1.15em;
}

.ak .redhover {
    color: #222;
}

.redhover .vakjes {
    width: 100%;
}

.redhover:hover .vakjes {
    color: #000;
}

#leftnut {
    position: absolute;
    right: 50%;
    margin-right: 70px;
    text-transform: uppercase;
    color: #838383;
    font-size: 1.2em;
    margin-top: 16px;
}

#rightnut {
    position: absolute;
    left: 50%;
    margin-left: 75px;
    text-transform: uppercase;
    color: #838383;
    font-size: 1.2em;
    margin-top: 16px;
}

#nieuwsbrief input {
    width: 300px;
    margin-top: 10px;
    float: none;
    margin-top: 15px;
}

#nieuwsbrief {
    margin: 0 auto;
    width: 300px;
}

.merken {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #575756;
}

.merken h2 {
    font-weight: 400;
    color: #cd1719;
    font-size: 1.4em;
    margin-top: 2%;
}

.merken h2: first-child {
    margin-top: 0;
}

.diensten {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #2b2b2b;
}

.diensten h2 {
    color: #cd1719;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 400;
}

.diensten .span_1_of_4 div {
    position: relative;
}

.diensten a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8%;
    text-align: justify;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #FFF;
    background-image: url(../images/bg_merk.png);
}

.diensten div:hover a {
    display: block;
}

.zoeken {
    background-color: #ab1613;
}

.cent {
    text-align: center;
}

.zoeken input[type=text] {
    border: none;
    width: 90%;
    margin-bottom: 3%;
    margin-top: 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
}

a.submit {
    width: 90%;
    text-align: center;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1em;
    background-color: #141414;
    display: block;
    margin-top: 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5%;
}

.klanten .noimage .klantquote {
    display: block;
}

.klanten .noimage img {
    opacity: 0;
}

.aanbod h2 {
    margin-top: 5px;
    font-size: 1.1em;
    text-align: center;
    color: #CE1719;
    height: 50px;
    line-height: 1.4em;
    overflow: hidden;
}

#wagen .col {
    width: 31%;
    margin-left: 3.5%;
}

#wagen .col:first-child {
    margin-left: 0;
}

#wagen {
    font-size: .9em;
    line-height: 1.6em;
}

#wagen h2 {
    background-color: #A7A7A7;
    color: #3F3F3F;
    padding: .5em;
    margin: .5em 0;
}

#wagen .term {
    display: inline-block;
    float: left;
    width: 43%;
    margin: .5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    padding-left: 1.4em;
}

#wagen .val {
    display: inline-block;
    width: 57%;
    float: left;
    margin: .5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
}

#wagen .open h2 {
    cursor: pointer;
    background: #A7A7A7 url(/images/ocdopen.png) no-repeat;
    background-position: right 10px center;
}

#wagen .open div {
    padding-left: 1.4em;
}

#wagen .open .term {
    padding-left: 0;
}

#merken1 {
    text-align: justify;
}

#merken1:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.redhover:hover,
.redhover.active {
    color: #CD1719;
}

.redhover:hover .s,
.redhover.active .s {
    display: none;
}

.redhover:hover .dn,
.redhover.active .dn {
    display: inline;
}

#merken1 a {
    display: inline-block;
    text-transform: uppercase;
    padding: .4em 0;
    width: 11%;
    text-align: center;
    color: #fff;
    background-color: #AB1613;
}

#merken1 .active,
#merken1 a:hover {
    background-color: #9D9D9C;
}

#merken2 {
    display: none;
    background-color: #AB1613;
    padding: .4em;
    text-align: right;
}

#merken2 select {
    float: none;
    width: auto;
}

#nieuwsbrief>div:first-child {
    width: 700px;
}

.klanten .reverseimage .klantquote {
    display: block;
}

.klanten .reverseimage img {
    opacity: 0;
}

.klanten .reverseimage:hover .klantquote {
    display: none;
}

.klanten .reverseimage:hover img {
    opacity: 1;
}

.klanten .span_1_of_4 {
    position: relative;
    cursor: pointer;
}

.klantquote {
    min-height: 100%;
    overflow: hidden;
    background-color: #FFF;
    background-image: url(../images/quotes2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #575756;
    font-size: 1.2em;
    line-height: 1.4em;
    display: none;
}

.klantquote span {
    font-size: 0.8em;
    line-height: 1em;
}

.klanten>div:hover .klantquote {
    display: block;
}

.nieuwsitem {
    max-width: 960px;
    margin: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #575756;
    padding-bottom: 3%;
}

.extra {
    width: 100%;
    margin-bottom: 10%;
}

.extra a {
    float: left;
    color: #575756;
    line-height: 2em;
    border-bottom: 2px solid #cd1719;
    display: block;
    padding: 0 2% 0 2%;
    margin-right: 2%;
}

.extra a:last-child {
    float: right;
    margin-right: 0;
}

.ocdgrid>div {
    float: left;
    width: 23%;
    margin-left: 2.66%;
}

.ocdgrid.even div.spontaan,
.ocdgrid.odd>div {
    width: 48.66%;
}

.ocdgrid.even div.spontaan,
.ocdgrid.odd>div {
    padding-top: 23%;
}

.ocdgrid.even .weirdshit,
.ocdgrid.odd .weirdshit {
    display: none;
}

.ocdgrid .cb {
    padding-top: 0 !important;
    width: 100% !important;
    float: none;
}

.page_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.page_header h1 {
    font-size: 35px;
    color: #063651;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.page_header h2 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #252525;
    text-transform: uppercase;
    text-align: center;
}

.page_header div {
    font-size: 18px;
    font-weight: 200;
    line-height: 150%;
    text-align: center;
}


/* Vacature Overzicht */

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

.vacature_overzicht>h2,
.vacature_overzichth2 {
    width: 100%;
    font-weight: 700;
    font-size: 1.5em;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}

.vacature_overzicht>a {
    display: block;
    padding: 10px 0;
    color: #E94E1B;
    font-weight: 700;
    margin: 0 auto;
    border-bottom: 2px solid #E94E1B;
    margin-bottom: 50px;
    transition: all .3s;
}

.vacature_overzicht>a:hover {
    background-color: transparent;
    color: #E94E1B;
}

.vacature_overzicht article {
    width: 49.5%;
    margin-bottom: 1%;
    margin-right: 1%;
    border: 2px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.vacature_overzicht article:nth-child(even) {
    margin-right: 0%;
}

.spontaan_sol {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.spontaan_sol img {
    opacity: 0;
}

.spontaan_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.spontaan_content h5 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}

.spontaan_content button {
    border: none;
    background-color: #E64B2B;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
}

.vacature_overzicht article>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.vacature_overzicht article img {
    width: 50%;
}

.vacature_overzicht article>div {
    padding: 25px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.vacature_overzicht article h3 {
    color: #063651;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.vacature_overzicht article h2 {
    color: #063651;
    line-height: 140%;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.vacature_overzicht article h4 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
    color: #A3A3A3;
}

.vacature_overzicht article h4 i {
    margin-right: 5px;
}

.vacature_overzicht article div a {
    background-color: transparent;
    color: #063651;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 1em;
    display: inline-block;
    z-index: 2;
    transition: all .3s;
    border: 2px solid #063651;
}

.vacature_overzicht article div a:hover {
    background-color: #063651;
    color: white;
}

.ak_videocall_vacature {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    position: relative;
}

.ak_videocall_vacature img {
    width: 100%;
}

.ak_videocall_vacature div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}

.ak_videocall_vacature div h2 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 140%;
    color: white;
    max-width: 300px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
}

.ak_videocall_vacature div a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    background-color: #E93C1E;
}


/* Einde Vacature Overzicht */

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

.vacature_pagina .vacimg {
    position: relative;
}

.vacature_pagina .vacimg img {
    width: 100%;
}

.vacature_pagina .vacimg p {
    position: relative;
    font-size: 1em;
    font-weight: 700;
    color: white;
    padding: 10px 25px;
    background-color: #F25029;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 200px;
}

.vacature_pagina .vacimg p i {
    font-size: 1.2em;
}

.vacature_pagina>div {
    width: 100%;
}

.vacature_pagina h1 {
    font-size: 1.8em;
    font-weight: 700;
    color: #0b354d;
    line-height: 150%;
}

.vacature_pagina>div>h2 {
    width: 100%;
    color: #E94E1B;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vacature_pagina>div>h1 {
    width: 100%;
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina>div>h1 article {
    font-size: .6em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina>div>h1 article a {
    margin: 0 10px;
    color: #000;
}

.vacature_pagina>div div {
    line-height: 180%;
    color: #646464;
    font-weight: 200;
    font-size: 17px;
}

.vacature_pagina>div div ul {
    padding-left: 20px;
    list-style-type: disc;
}

.vacature_pagina>div h3 {
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px;
}

.vacature_pagina>div h3:first-of-type {
    margin-top: 0;
}

.vacature_pagina>div div a {
    color: #8A8A8A;
    font-weight: 700;
}

.vacature_pagina>div div strong {
    font-size: 1em;
    color: #3C3C3B !important;
    font-weight: 700;
    padding-bottom: 15px;
}

.vacature_pagina aside {
    max-width: 450px;
    width: 100%;
    margin-left: 50px;
    top: 120px;
    position: sticky;
}

.vacature_pagina aside form {
    border: 2px solid #F2F2F2;
    padding: 35px 30px;
}

.vacature_pagina .contactpersoon-vacature {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.vacature_pagina .contactpersoon-vacature img {
    width: 25%;
    object-fit: contain;
    align-self: flex-start;
}

.vacature_pagina .contactpersoon-vacature .details {
    width: 70%;
}

.vacature_pagina .contactpersoon-vacature .details h2 {
    font-weight: bold;
    color: #E94E1B;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.vacature_pagina .contactpersoon-vacature .details p {}

.vacature_form .vacaturelabel {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.vacature_form input[type=text],
.vacature_form input[type=email],
.vacature_form select,
.vacature_form textarea {
    width: 100%;
    border: none;
    background-color: #F8F8F8;
    padding: 12px;
    font-size: 16px;
    color: #353535;
    font-weight: 200;
    margin-bottom: 20px;
    height: initial;
    font-family: 'Poppins', sans-serif;
}

.vacature_form textarea {
    height: 150px;
}

.vacature_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.vacature_form input[type=submit] {
    width: 100%;
    background-color: #0b354d;
    color: white;
    font-weight: 200;
    margin-top: 10px;
    letter-spacing: 0;
    text-transform: none;
    height: initial;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 10px 20px;
}

.vacature_form>h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: #0b354d;
    margin-bottom: 15px;
}

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

.vacature_form .inputfile+label {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    height: initial;
    color: #353535;
    background-color: #F8F8F8;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

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

.vacature_form .inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

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

.vacature_form .inputfile+label * {
    pointer-events: none;
}

.vacature_ak {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.vacature_ak div {
    position: relative;
}

.vacature_ak a {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.vacature_ak div>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000', GradientType=0);
}

.vacature_ak .mainimage {
    width: 100%;
}

.vacature_ak .triangle {
    position: absolute;
    left: 10px;
    width: 25px;
    bottom: 0;
    z-index: 2;
}

.vacature_ak {
    width: 100%;
}

.vacature_ak h3 {
    font-size: 1.2em;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 700;
    color: #E94E1B;
}

.vacature_ak h2 {
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 20px;
    color: #3C3C3B;
    margin-top: 5px;
}

.service_manager {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    border: 2px solid #F2F2F2;
}

.service_manager img {
    width: 30%;
}

.service_manager>div {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 30px;
}

.service_manager h2 {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
    font-weight: 700;
    color: #F25029;
    margin-bottom: 10px;
}

.service_manager>div div {
    font-size: 1.1em;
    font-weight: 200;
    color: #9e9e9e;
    line-height: 170%;
}


/* Einde Vacature Pagina */

.contact-crew {
    margin-top: 60px;
    background-color: transparent !important;
}

.contact-crew h1 {
    color: #0b354d !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}

.contact-crew .crewheader div {
    color: #0b354d !important;
    font-size: 18px !important;
}

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

.crew_holder article {
    width: 24%;
    position: relative;
    margin: .5%;
}

.crew_holder article img {
    width: 100%;
}

.crew_holder article div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 25px 5px;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s;
}

.crew_holder article div h2 {
    font-weight: 700;
    font-size: 23px;
    color: #489ccd;
    margin-bottom: 5px;
}

.crew_holder article div p {
    color: white;
    font-size: 15px;
}

.crew_holder article:hover div {
    opacity: 0;
}

.crewheader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.crewheader div {
    font-size: 16px;
    font-weight: 200;
    color: white;
    line-height: 150%;
}


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 10px 10px;
    margin: 0 auto;
    width: 100%;
}

.aanbod-blok {
    padding: 10px 10px;
    width: 90%;
    text-align: right;
    margin-right: 10%;
    margin-bottom: 5em;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}

.blokken article>img {
    width: 48%;
    order: 1;
}

.blokken_content {
    width: 50%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel h2 {
    color: #053651;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 25px;
}

.blokken_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 16px;
    color: #4C4C4C;
    width: 100%;
    margin-top: 15px;
}

.blokken_tekst ul {
    padding-left: 20px;
    list-style-type: disc;
}

.blokken_tekst p>a {
    color: #DBB957;
}

.blokken_content>a {
    display: inline-block;
    background-color: #D61920;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.blokken_content>a i {
    margin-left: 5px;
    transition: all .5s;
}

.blokken_content>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(even) img {
    order: 3;
}

.aanbod-btn {
    color: white;
    background-color: #D23B3D;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 1.1em;
    margin-bottom: 2em;
}

.aanbod-btn i {
    padding-left: 0.5em;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}


/* Einde Blokken */

input[type="text"]:not(.field input[type="text"]):not(.vacature_form input[type="text"]):not(.boek_fw input[type="text"]),
input[type="file"]:not(.field input[type="file"]):not(.vacature_form input[type="file"]),
input[type="email"]:not(.field input[type="email"]):not(.vacature_form input[type="email"]),
select,
textarea {
    width: 70%;
    border: 1px solid #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}

form p {
    width: 50%;
    float: left;
    height: 70px;
}

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

form p:nth-child(2n) label {
    padding-left: 20px;
}

input[type="submit"]:not(#subm1):not(#subm) {
    margin-top: 15px;
    width: 50%;
    border: 1px solid #333;
    background-color: #303030;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    height: 35px;
    line-height: 35px;
}

textarea {
    height: 150px;
    line-height: 1.5em;
    width: 85%;
}

label:not(.privcnt):not(.nameinput):not(.filllabel) {
    display: inline-block;
    line-height: 130%;
    width: 100%;
}

#PL_privacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.vacature {
    position: relative;
    padding-top: 23%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vacature a {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.vacature a h2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    background-color: #cd1719;
    font-size: 1.2em;
    line-height: 3em;
}

.ocdgrid div.spontaan {
    position: relative;
    margin-left: 0;
}

.spontaan a {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #ca1618;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.6em;
}

.spontaan a div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.rel {
    position: relative;
}

a.soliciteer {
    width: 100%;
    max-width: 360px;
    margin: auto;
    display: block;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    background-color: #8e8e8d;
}

.kaart {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #c71618;
    position: relative;
    max-height: 230px;
}

a.groot {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    color: #FFF;
    background-color: #e61416;
    text-align: center;
    width: 145px;
}

.gegevens {
    background-color: #303030;
    height: 230px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em;
}

.vakjes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    color: #FFF;
    width: 50%;
    float: left;
}

.line {
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
}

.single-row-four.nieuws>div {
    margin-top: 20px;
}


/* SECTIONS NAV */

.col_nav {
    display: block;
    float: left;
    margin: 1% 0 1% 0%;
}

.col_nav:first-child {
    margin-left: 0;
}

.span_1_of_7_nav {
    width: 14.28%;
}

.showmobile {
    display: none;
}

#res {
    display: none;
}

.single-row-four.ak>div {
    margin-bottom: 15px;
}

.bannerdetail {
    position: relative;
    text-align: center;
    height: 435px;
}

.ppp {
    position: absolute;
    top: 0;
    height: 100%;
    right: 50%;
    margin-right: 390px;
}

.nnn {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: 390px;
}

#ocdbuttons {
    position: absolute;
    top: -15px;
    right: 15px;
}

#ocdbuttons img {
    margin-left: 10px;
}

.act-button a {
    background-color: #23516b;
    color: white;
    padding: 10px 30px;
    font-size: 1.1em;
}

.act-button a:hover {
    border: 2px solid #23516b;
    color: #23516b;
    background-color: transparent;
}

.act-button {
    margin-top: 3em;
}

@media all and (max-width: 1250px) {
    .vacature_overzicht {
        padding: 10px;
    }
    .vacature_overzicht article {
        flex-wrap: wrap;
    }
    .vacature_overzicht article img {
        width: 100%;
        order: 1;
    }
    .vacature_overzicht article>div {
        width: 100%;
        order: 2;
    }
}

@media all and (max-width: 1200px) {
    input[type="text"],
    input[type="file"],
    select,
    #container .filesinput {
        width: 60%;
    }
    textarea {
        width: 80%;
    }
    #wagen .term {
        width: 50%;
    }
    #wagen .val {
        width: 50%;
    }
}

@media all and (max-width: 1000px) {
    #wagen .col {
        margin-left: 0;
        width: 100%;
    }
    .plzfuckingkillmenow {
        display: none;
    }
    #container .plzfuckingkillme {
        display: block;
    }
    .vacature_pagina {
        flex-wrap: wrap;
    }
    .vacature_pagina aside {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .vacature_pagina aside form {
        border: none;
        border-top: 2px solid #f2f2f2;
        padding: 0;
        padding-top: 25px;
    }
    .vacature_pagina h1 {
        font-size: 1.3em;
    }
}

@media all and (max-width: 920px) {
    form p {
        width: 100%;
    }
    input[type="text"],
    input[type="file"],
    select,
    #container .filesinput {
        width: 80%;
    }
    .crew_holder article {
        width: 32%;
    }
}

@media all and (max-width: 850px) {
    .ocdgrid>div {
        float: left;
        width: 48%;
        margin-left: 4%;
        margin-top: 20px;
    }
    .ocdgrid>.vacature {
        padding-top: 48%;
    }
    .ocdgrid>div:nth-child(3) {
        margin-left: 0;
    }
    .ocdgrid.even div.spontaan {
        width: 100%;
        padding-top: 30%;
    }
    .ocdgrid.even>div:nth-child(3) {
        margin-left: 4%;
    }
    .ocdgrid.even>div:nth-child(2) {
        margin-left: 0;
    }
    .ocdgrid.even div.spontaan .weirdshit {
        display: none;
    }
    .ocdgrid.odd>div {
        width: 100%;
        margin-left: 0;
        padding-top: 40%;
    }
}

@media all and (max-width: 820px) {
    .homehide3 {
        display: none;
    }
    input[type="text"],
    input[type="file"],
    select,
    #container .filesinput,
    textarea,
    input[type="submit"]:not(#subm1):not(#subm) {
        width: 60%;
    }
    .vacature_pagina {
        padding-top: 90px;
    }
    .vacature_form input[type="text"],
    .vacature_form input[type="email"],
    .vacature_form select,
    .vacature_form textarea {
        font-size: 14px;
    }
    .privcnt {
        padding-left: 30px !important;
    }
    .vacature_overzicht article {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .vacature_overzicht article>div {
        padding: 15px;
    }
    .vacature_overzicht article h3 {
        font-size: 16px;
    }
    .vacature_overzicht article h4 {
        font-size: 14px;
    }
    .vacature_overzicht article div a {
        font-size: 14px;
    }
}

@media all and (max-width: 770px) {
    .banner,
    .single-row-four.nieuws,
    .homehide2,
    .nnn,
    .ppp {
        display: none;
    }
    .content {
        margin-top: 80px;
    }
    .homespacer {
        display: none;
    }
    .bannerdetail {
        display: block;
        height: auto;
    }
    .bannerdetail img {
        width: 100%;
    }
    .showmobile,
    .superocdheader {
        display: block;
    }
    #headerwrap {
        position: relative;
        z-index: 81;
    }
    .nav {
        padding-bottom: 100px;
        background: url('/images/lol.png') no-repeat center bottom;
    }
    .nav .col_nav {
        display: block;
        width: 100%;
    }
    .nav .col_nav a {
        display: block;
        padding: .4em;
    }
    .navholder {
        z-index: 80;
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
    }
    #fuckocd {
        z-index: 79;
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #9D9D9C;
    }
    #res {
        display: inline;
        float: right;
        margin-top: 50px;
        cursor: pointer;
    }
    .topnav {
        display: none;
    }
    .page_header {
        margin-top: 80px;
    }
}

@media all and (max-width: 720px) {
    #container .cta {
        width: 100%;
        margin-left: 0;
    }
    #nieuwsbrief>div:first-child {
        width: 300px;
    }
    .between-title h3 {
        font-size: 1.8rem;
        padding: 0px 70px;
    }
    .vacature_pagina>div div {
        font-size: 14px;
    }
}


/* GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 600px) {
    .col_nav {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_7_nav {
        width: 100%;
    }
}


/* SECTIONS */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/* COLUMN SETUP */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}

.col: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: 49%;
}


/* GRID OF THREE */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66%;
}

.span_1_of_3 {
    width: 32%;
}


/* GRID OF FOUR */

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

.span_1_of_4:nth-child(4n+1) {
    margin-left: 0px;
}


/* GRID OF FIVE */

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.6%;
}

.span_3_of_5 {
    width: 59.2%;
}

.span_2_of_5 {
    width: 38.8%;
}

.span_1_of_5 {
    width: 18.4%;
}

@media all and (max-width: 1280px) {
    #merken1 {
        display: none;
    }
    #merken2 {
        display: block;
    }
}


@media all and (max-width:1000px){
    .instagram_feed .instagram_post {
        width:48%;
        margin-bottom:4%;
    }
}

/* GO FULL WIDTH BELOW 480 PIXELS */

@media all and (max-width: 650px) {
    .crew_holder article {
        width: 49%;
    }
}

@media all and (max-width: 600px) {
    .superocdheader {
        height: 220px;
        background-position: center;
    }
    .homehide,
    .hidehomeocd {
        display: none;
    }
    #container .showhomeocd {
        display: block;
    }
    .redquotes {
        font-size: 1.2em;
    }
    .redquotes img {
        margin-top: 10px;
    }
    .hidemobile {
        display: none;
    }
    .quotes {
        font-size: 1.2em;
    }
    .cta:last-child {
        margin-bottom: 2em;
    }
    #leftnut,
    #rightnut {
        display: none;
    }
    #body {
        padding-bottom: 0;
    }
    .cta {
        margin-bottom: 15px;
    }
    #footer .eerstweg {
        display: none;
    }
    .extra {
        margin-bottom: 20%;
    }
    .zoeken {
        padding-top: 5%;
    }
    .zoeken input[type=text] {
        margin-left: 5%;
        margin-bottom: 5%;
    }
    a.submit {
        margin: auto;
        margin-bottom: 5%;
    }
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }
    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }
    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5 {
        width: 100%;
    }
    .breadcrump {
        display: none;
    }
    form p {
        height: auto;
    }
    input[type="text"],
    input[type="file"],
    select,
    #container .filesinput,
    textarea,
    input[type="submit"]:not(#subm1):not(#subm) {
        width: 100%;
    }
    .between-title h3 {
        font-size: 1.4rem;
        padding: 0 25px;
    }
    #PL_privacy {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    .boeksubm {
        width: 100%;
        text-align: right;
        margin-top: 30px;
    }
    .boek_form input[type="submit"] {
        padding: 7px 25px !important;
    }
}
@media all and (max-width:500px) {
    .instagram_feed .instagram_post {
        width:100%;
        margin-bottom:4%;
    }
    
}
@media all and (max-width: 460px) {
    .gegevens .vakjes {
        float: none;
        display: inline-block;
        width: auto;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0;
    }
    .gegevens {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 .4em;
    }
    .crew_holder article {
        width: 100%;
    }
}

@media all and (max-width: 420px) {
    #footer .tweedeweg {
        display: none;
    }
    #ocdbuttons .xxx {
        display: none;
    }
    #wagen .col div {
        font-size: .8em;
    }
    .ocdgrid>div,
    .ocdgrid.even>div {
        margin-left: 0 !important;
        width: 100%;
    }
    .ocdgrid>.vacature {
        padding-top: 100%;
    }
    .ocdgrid.odd>div {
        padding-top: 100%;
    }
    .ocdgrid.even div.spontaan,
    .ocdgrid.odd>div.spontaan {
        padding-top: 0;
        height: 150px
    }
    .gegevens {
        height: auto;
    }
    .groot {
        display: none;
    }
    #wagen .term,
    #wagen .val {
        width: 100%;
        padding: 0;
        padding-left: 1.4em;
    }
    #wagen .term {
        margin-bottom: 0;
    }
    #wagen .val {
        margin-top: 0;
    }
    .vakjes {
        width: 100%;
        float: none;
    }
    .redquotes {
        font-size: 1em;
    }
}

@media all and (max-width: 400px) {
    .klanten .noimage img {
        display: none;
    }
    .klanten .klantquote {
        position: static;
        height: auto;
        padding-bottom: 0;
    }
    .klanten {
        margin-bottom: 2em;
    }
}

@media all and (max-width: 320px) {
    #footer .social {
        display: none;
    }
    .ctatxt {
        font-size: 1em;
    }
}

@media all and (max-width: 300px) {
    #header a img {
        width: 120px;
        height: auto;
    }
}

#nieuwsbrief {
    background-color: #3CADE9;
}

#nieuwsbrief form input {
    margin-left: 5%;
    height: 30px;
    margin-bottom: 10px;
    width: 90%;
    border: 1px solid #000;
    padding: 0;
}

.upscroll {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

#content-container {
    width: 50%;
    margin: auto;
    margin-bottom: 2em;
}

#content-container h2 {
    color: #0b354d;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background-color: #fff;
    color: #000;
    font-size: 1.5em;
    margin: 1em;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 0 #0b354d;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    cursor: pointer;
}

#content-container h2:hover+div>h3,
#content-container h3:hover {
    box-shadow: inset 1200px 0 0 0 #0b354d;
    color: #fefefe;
}

#content-container h3.active {
    color: #fff;
    box-shadow: inset 1200px 0 0 0 #0b354d;
}

#content-container h3 span {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #0b354d;
    margin-right: 10px;
    margin-top: 9px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.4s;
}

#content-container h2:hover+div>h3>span,
#content-container h3:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
}

#content-container h3.active span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#content-container h3.active:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
}

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

#content-container p {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
}

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

#content-container li {
    margin-bottom: 0.5em;
    margin-left: 1em;
    list-style: disc;
}

#content-container table {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 1em;
}

#content-container th,
#content-container td {
    border: 1px solid #000;
    padding: 5px;
}

#content-container th {
    font-weight: bold
}

#content-container a {
    color: #D3191C;
}