@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    vertical-align: middle;
}

input::-moz-focus-inner
/*Remove button padding in FF*/

{
    border: 0;
    padding: 0;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'aller', sans-serif;
    font-weight: 200;
    position: relative;
}


/* Cookie Melding */
.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #B51227;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}

/* Einde Cookie Melding */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    padding: 5px 15px;
    color: #E53323;
    font-size: 25px;
    animation: wiggle 3s;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(25deg);
    }
    80% {
        transform: rotate(-25deg);
    }
    85% {
        transform: rotate(20deg);
    }
    95% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    transition: all 0.8s ease;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 1.6em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: bold;
    font-size: 50px;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* Navigatie */

.navigatie {
    width: 100%;
    position: relative;
    padding: 0 10px;
    z-index: 10;
    background-color: #fff;
}

.navigatie_top {
    width: 100%;
    background-color: #00274F;
    padding: 6px;
}

.navigatie_top>div {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
}

.navigatie_top a {
    color: white;
    margin-right: 30px;
}

.navigatie_top select {
    text-transform: uppercase;
    padding-right: 20px;
    border: none;
    background-color: transparent;
    color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    background-image: url(/images/select_white.png);
}

.inner_navigatie {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.inner_navigatie .logo {
    width: 250px;
    margin: 10px 0 30px 0;
}

.inner_navigatie .lang {
    color: #BBBABA;
    padding: 10px 5px;
}

.inner_navigatie .activelang {
    color: #707070 !important;
}

.inner_navigatie nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.inner_navigatie nav .topnav {
    margin-bottom: 30px;
}

.inner_navigatie nav .topnav a:not(.lang) {
    color: #707070;
    margin-left: 20px;
    font-size: 15px;
}

.inner_navigatie nav .mainnav a:not(.curtain-click):not(.lang) {
    margin: 0 25px;
    font-size: 18px;
    line-height: 130%;
    color: #B41227;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

.inner_navigatie nav .topnav a:first-of-type {
    margin-left: 0;
}

.inner_navigatie nav .mainnav a:first-of-type {
    margin-left: 0 !important;
}

.inner_navigatie nav>ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 20px;
}

.inner_navigatie nav>ul>li {
    margin: 0;
    padding: 10px 30px;
}

.inner_navigatie nav>ul a {
    color: #B51227;
    font-size: 18px;
    font-weight: 200;
}

.inner_navigatie nav>ul>li:last-of-type {
    margin-right: 0;
}

.inner_navigatie .maincat {
    padding: 31px 0;
    font-size: 1.6rem;
    color: #003366;
}

.inner_navigatie nav .active {
    border-bottom: 1px solid #191D34;
}

.navigatie .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 50px 0;
    top: 100%;
    min-height: 50vh;
    z-index: 100;
    display: none;
}

.navigatie .mainnav:hover .maincat {
    color: #EF3E34;
    border-bottom: 2px solid #EF3E34;
}

.navigatie .mainnav:hover .subnav {
    display: block !important;
}

.navigatie .subnav .innersubnav {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 60vh;
}

.navigatie .subnav .innersubnav>div {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.navigatie .subnav .subcat {
    font-size: 13px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 5px;
}

.navigatie .subnav .subsubcat {
    font-size: 13px;
    color: #958373;
    padding-bottom: 10px;
}

.navigatie .subnav .innersubnav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style-type: disc;
    padding-left: 10px;
}

.navigatie .subnav .innersubnav ul li {
    padding: 5px 0;
    line-height: 120%;
}

.menuoverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}

.res-nav {
    width: 100%;
    max-width: 700px;
    height: 100vh;
    position: fixed;
    right: -700px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: #fff;
    padding-bottom: 100px;
    background-image: url(/images/navbg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.menubtn {
    width: 35px;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s;
}

.showres {
    display: none;
    justify-content: center;
    align-items: center;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
}

.nav_top>.logo_nav {
    width: 120px;
}

.closebtn {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 20px 50px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: #353535;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:hover {
    color: #273343;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #E53323;
    height: 2px;
}

.navitem a:hover:after {
    width: 100%;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.activelink {
    color: #E53323 !important;
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #7f7f7f;
    background-color: #f3f3f3;
    z-index: 2;
}

.navi_footer p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    color: #E53323;
    font-weight: 700;
    font-size: 20px;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: #7f7f7f;
}

.vacaturebutton {
    background-color: #B41227;
    color: #FFFFFF !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.faqbutton {
    background-color: #F08324;
    color: #FFFFFF !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}



/* Einde Navigatie */

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.spinnerbox img {
    width: 100px;
}

.noprods {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 20px;
}


/* Footer */

footer {
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.innerfooter {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
    padding: 10px;
    padding-top: 100px;
}

.innerfooter>img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_info .schermovernames {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.contact_info .schermovernames h2 {
    color: white;
}

.contact_info .schermovernames article button {
    background-color: #fff;
    background-image: none;
    color: #E95723;
}

.contact_info .selectric-items {
    height: 330px !important;
}

.contact_info h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.contact_info select {
    padding: 15px 0;
    min-width: 350px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact_switch {
    width: 400px;
}

.innerfooter .nummer {
    margin-left: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.innerfooter .nummer a {
    color: #FFF;
}

.innerfooter .links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 150px;
}

.innerfooter .links .sociallinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
    margin-bottom: 20px;
}

.innerfooter .links .sociallinks a {
    margin-right: 15px;
    color: #fff;
    font-size: 30px;
}

.innerfooter .links div:not(.sociallinks)>a {
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
}

.innerfooter .links>div p {
    color: white;
}

.innerfooter .links>div {
    margin-right: 30px;
    margin-left: 20px;
}

.innerfooter .links>div>p:first-of-type {
    font-weight: 700;
    margin-bottom: 10px;
}

.innerfooter .privacy {
    margin-top: 50px;
}

.innerfooter .privacy a {
    color: #EFBDB4;
    margin-right: 30px;
}

.innerfooter .privacy a:last-of-type {
    float: right;
    margin-right: 200px;
    color: #efbdb463;
}


/* Einde Footer */


/* Home page */

.home_header {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_header>div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
}

.home_header h1 {
    font-weight: 700;
    font-size: 80px;
    max-width: 700px;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_header_tekst {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.home_header_tekst>div {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 600px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.home_header_tekst>a {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #404040;
    padding: 12px 0;
    position: absolute;
    right: 0;
    border-bottom: 2px solid #E53323;
}

.home_header_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 600px;
}

.home_header_links a {
    font-weight: 300;
    font-size: 20px;
    color: #F18E24;
}

.oplossingen {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oplossing_ov {
    width: 50%;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 80px;
}

.oplossing_ov>h2 {
    font-weight: 300;
    color: white;
    font-size: 60px;
    line-height: 90px;
    width: 100%;
    text-align: right;
}

.oplossing_ov ul {
    padding: 50px 0 0 0;
}

.oplossing_ov ul li {
    display: flex;
    padding: 18px 0;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.oplossing_ov ul .active>div:last-of-type,
.oplossing_ov ul li:hover {
    font-size: 25px !important;
    font-weight: 400;
}

.oplossing_ov ul li>img {
    display: none;
}

.oplossing_ov ul .activeOplossing>img,
.oplossing_ov ul li:hover img {
    display: block;
}

.oplossing_ov ul li>div:first-of-type {
    width: 70px;
    color: white;
    font-size: 30px;
}

.oplossing_ov ul li>div:last-of-type {
    color: white;
    font-size: 18px;
    min-width: 300px;
}

.oplossing_det {
    width: 50%;
}

.oplossing_det>div {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.oplossing_det>div h2 {
    font-size: 22px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 40px;
}

.oplossing_det>div>div {
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.05em;
    color: #404040;
    margin-bottom: 50px;
}

.oplossing_det>div>a {
    font-weight: 300;
    font-size: 20px;
    color: #404040;
    border-bottom: 2px solid #E53323;
    padding-bottom: 10px;
}

.diensten {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.diensten>h2 {
    font-weight: 300;
    font-size: 60px;
    color: #404040;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.diensten>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1600px;
}

.diensten>div article {
    width: 25%;
    padding: 40px;
    color: #656565;
}

.diensten>section {
    width: 50%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diensten>section a {
    font-weight: 300;
    font-size: 20px;
    color: #404040;
    border-bottom: 2px solid #E53323;
    padding-bottom: 10px;
}

.homediensten {
    width: 50%;
}

.homediensten article {
    padding: 20px !important;
    width: 50% !important;
}

.diensten>div article ul {
    padding-left: 20px;
    list-style-type: disc;
    line-height: 150%;
}

.diensten>div article a {
    font-weight: 700;
    color: #656565;
}

.diensten article h2 {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.diensten article i {
    color: #404040;
    margin-bottom: 25px;
    font-size: 35px;
}

.diensten article p {
    line-height: 150%;
}

.home_sectoren {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.sectoren_overzicht {
    width: 50%;
}

.sectoren_overzicht>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.sectoren_overzicht>div>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
}

.sectoren_overzicht ul {
    width: 100%;
    padding: 40px 0;
}

.sectoren_overzicht ul li {
    font-weight: 300;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 14px 0;
    height: 50px;
    transition: all 1s;
}

.sectoren_overzicht ul li img {
    display: none;
}

.sectoren_overzicht .active_sector,
.sectoren_overzicht ul li:hover {
    font-weight: 400;
    font-size: 22px;
}

.sectoren_overzicht .active_sector img,
.sectoren_overzicht ul li:hover img {
    display: block !important;
}

.sectoren_overzicht>div>a {
    font-weight: 300;
    font-size: 20px;
    color: #404040;
    border-bottom: 2px solid #E53323;
    padding-bottom: 10px;
}

.sectoren_det {
    width: 50%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
    position: relative;
}

.sectoren_det>div {
    max-width: 325px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.sectoren_det>div h2 {
    font-size: 22px;
    line-height: 32px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 30px;
}

.sectoren_det>div>div {
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;
}

.sectoren_det>div>div p {
    margin-bottom: 20px;
}

.sectoren_det>div>div ul {
    padding-left: 20px;
    line-height: 180%;
    list-style-type: disc;
}

.sectoren_det>div>div a {
    font-weight: 700;
    color: #404040;
}

.sectoren_det>div>a {
    font-weight: 300;
    font-size: 20px;
    color: #F18E24;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectoren_det>div>a img {
    margin-left: 30px;
}

.sectoren_det .image {
    position: absolute;
    max-width: 400px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.laatste_nieuws {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 90px 0;
}

.laatste_nieuws>h2 {
    font-weight: 300;
    font-size: 60px;
    color: #404040;
    margin-bottom: 50px;
}

.laatste_nieuws>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.laatste_nieuws>a {
    font-weight: 300;
    font-size: 20px;
    color: #404040;
    border-bottom: 2px solid #E53323;
    padding-bottom: 10px;
    margin-top: 30px;
}

.laatste_nieuws article {
    width: 23%;
    margin: 1%;
    border-radius: 4px;
    border: #f6f6f6 2px solid;
    overflow: hidden;
    position: relative;
}

.laatste_nieuws article>img {
    width: 100%;
}

.laatste_nieuws article h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    min-height: 90px;
}

.laatste_nieuws article>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.laatste_nieuws article button {
    font-weight: 300;
    font-size: 20px;
    border: none;
    background-color: transparent;
    padding: 0;
    color: #F18E24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.laatste_nieuws article button img {
    margin-left: 20px;
}

.laatste_nieuws article>div {
    padding: 15px;
}

.vacatures {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 10px;
}

.vacatures>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    width: 100%;
    margin-bottom: 50px;
}

.vacatures>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vacatures article {
    margin-bottom: 30px;
    width: 100%;
    background-color: #F7F7F7;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacatures article>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vacatures article:nth-child(even) {
    margin-right: 0;
}

.vacatures article h3 {
    color: #F18E24;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

.vacatures article h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.vacatures article .vacature_tekst {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.vacatures article a {
    color: white;
    padding: 12px 30px;
    margin-top: 15px;
    border-radius: 4px;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.vacatures article img {
    width: 200px;
    margin-left: 40px;
    border-radius: 300px;
}

.vacatures article .vacature_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.vacatures article .vacature_links a {
    font-weight: 300;
    font-size: 20px;
    color: #404040;
    padding-bottom: 10px;
    border-bottom: 2px solid #E53323;
}


/* Einde Home page */


/* Referenties */

.reference_page {
    width: 100%;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.reference_page>img {
    width: 100%;
    margin-bottom: 30px;
    cursor: zoom-in;
}

.reference_content {
    width: calc( 100% - 500px);
    font-size: 1.1em;
    color: #3A3A3A;
    padding: 0;
    line-height: 180%;
}

.reference_content p {
    margin-bottom: 15px;
}

.reference_content h1 {
    font-weight: 700;
    font-size: 60px;
    width: 100%;
    line-height: 120%;
    padding: 15px 0;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reference_content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.reference_page aside {
    width: 450px;
    margin-left: 50px;
    border: #f6f6f6 2px solid;
    padding: 20px;
}

.reference_page aside>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px dashed #f7f7f7;
}

.downloaden {
    width: 100%;
}

.downloaden a {
    padding: 14px 15px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    color: white;
    font-weight: 700;
}

.socialsharer>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialsharer p {
    font-weight: 700;
    color: #353535;
    margin-right: 10px;
}

.socialsharer a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: white;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.socialsharer a:last-of-type {
    margin-right: 0;
}

.imagesreff {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: none !important;
}

.imagesreff h2 {
    font-weight: 700;
    color: #353535;
    margin-right: 10px;
    width: 100%;
    padding: 20px 0 10px 0;
}

.imagesreff>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.imagesreff>div img {
    width: 49%;
    margin-bottom: 2%;
    cursor: zoom-in;
}


/* Einde Referenties */

/* Videos */
.video {
    cursor: pointer;
}
/* Einde Videos */

/* Bibliotheek */

.bibliotheek .downloads {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.bibliotheek .downloads article {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
    padding: 20px;
}

.bibliotheek .downloads article h2,
.links article h2 {
    font-weight: 700;
    font-size: 20px;
    color: #4e4e4e;
    line-height: 150%;
}

.bibliotheek .downloads article a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.bibliotheek .downloads article div {
    min-width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: transparent;
    background-image: linear-gradient(50deg,#e53323 30%,#ed7024 100%);
    color: #fff;
    font-size: 1.2em;
    margin-right: 18px;
}

.bibliotheek .downloads article a i {
    font-size: 1.3em;
}

.bibliotheek .downloads article>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.bibliotheek .links {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.bibliotheek .links article {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
    padding: 20px;
}

.bibliotheek .links article a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.bibliotheek .links article div {
    min-width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    color: white;
    font-size: 1.2em;
    margin-right: 18px;
}

.bibliotheek .soort {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 200px;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    color: #fff;
}

.bibliotheek .main-title {
    text-align: center;
    max-width: 1600px;
    color: #E53323;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin: 60px auto 20px auto;
}

.bibliotheek .main-title hr {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.bibliotheek .main-title span {
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 0 20px;
}

.vacimg {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vacimg img {
    width: 100%;
}


/* Einde Bibliotheek */


/* Powertitels */

.powertitel {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 10px;
    font-size: 50px;
    font-weight: 700;
    color: #c0c0c0;
    line-height: 120%;
}

.powertitel b {
    color: #ED7024;
}


/* Einde Powertitels */


/* Oplossingen Banner */

.oplossing_banner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
    position: relative;
}

.oplossing_banner h1 {
    font-weight: 700;
    font-size: 60px;
    max-width: 700px;
    color: #F18E24;
    width: 100%;
    text-align: right;
}

.oplossing_banner h2 {
    font-weight: 300;
    font-size: 25px;
    width: 100%;
    text-align: right;
    line-height: 60px;
}

.first_part {
    width: 100%;
    position: relative;
}

.first_part img {
    width: 100%;
}

.oplossing_banner .text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .6);
    padding: 20px;
}

.oplossing_banner .buttons {
    width: 100%;
    position: relative;
}

.oplossing_banner .buttons>img {
    width: 100%;
}

.oplossing_banner .buttons div {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.oplossing_banner .buttons div a {
    margin-right: 80px;
    color: #F18E24;
    cursor: pointer;
    font-size: 20px;
    background-color: white;
    padding: 10px 0;
    border-radius: 200px;
    font-weight: 300;
}

.oplossing_troeven {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
}

.oplossing_troeven>h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

.oplossing_troeven>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #404040;
}

.oplossing_troeven article {
    width: 31%;
}

.oplossing_troeven article h2 {
    font-size: 22px;
    line-height: 32px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 15px;
}

.oplossing_troeven article div {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
}

.oplossing_troeven article div ul {
    padding-left: 20px;
    list-style-type: disc;
}

.oplossing_troeven article div p {
    margin-bottom: 15px;
}

.oplossing_troeven article div p:last-of-type {
    margin-bottom: 0;
}

.oplossing_blok {
    width: 100%;
    background: #F7F7F7;
    padding: 80px 10px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.oplossing_top {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.oplossing_top>div:first-of-type {
    width: 40%;
}

.oplossing_top>div:last-of-type {
    width: 45%;
}

.oplossing_top article {
    font-weight: 300;
    font-size: 16px;
    color: #404040;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    line-height: 25px;
    margin-bottom: 20px;
}

.oplossing_top article a {
    color: #404040;
    font-weight: 700;
    text-decoration: underline;
}

.oplossing_top article div {
    min-width: 60px;
    height: 1px;
    margin-top: 12px;
    margin-right: 30px;
    background-color: #404040;
}

.oplossing_top h2 {
    font-size: 22px;
    line-height: 32px;
    color: #404040;
    margin-bottom: 15px;
}

.oplossing_top h3 {
    font-size: 16px;
    line-height: 25px;
    color: #F18E24;
}

.oplossing_top h3 a {
    font-weight: 700;
    color: #F18E24;
    text-decoration: underline;
}

.oplossing_ak {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    transform: translateY(100px);
}

.vacatures-vid {
    width: 80%;
    margin: auto;
}

.oplossing_ak>div:not(.vid),
.oplossing_ak>div.vid div {
    padding: 40px;
    display: flex;
    max-width: 700px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(20px, 50%);
    justify-content: center;
    align-items: center;
    background: rgb(229, 51, 35);
    background: -moz-linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    background: linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e53323", endColorstr="#ee7824", GradientType=1);
}

.oplossing_ak>div.vid {
    position: relative;
    transform: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
}

.oplossing_ak>div.vid div {
    width: 100%;
    position: relative;
    transform: none;
}

.page_slider article>article {
    padding: 40px;
    display: flex;
    max-width: 700px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: rgb(229, 51, 35);
    background: -moz-linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    background: linear-gradient(90deg, rgba(229, 51, 35, 1) 0%, rgba(238, 120, 36, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e53323", endColorstr="#ee7824", GradientType=1);
}

.oplossing_ak>div h2,
.page_slider article>article h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 22px;
    color: white;
    max-width: 200px;
    margin-right: 50px;
}

.oplossing_ak>div a,
.page_slider article>article a {
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    color: white;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
}

.oplossing_ak img {
    width: 100%;
}


/* Einde Oplossingen Banner */


/* Producten */

.producten {
    width: 100%;
    background-color: #F7F7F7;
    position: relative;
    padding-bottom: 50px;
}

.producten .offset {
    width: 100%;
    height: 200px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
}

.producten_ov {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.producten_ov article {
    width: 23%;
    margin: 1%;
    position: relative;
    background-color: white;
    transition: all .3s;
}

.producten_ov article:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.producten_ov article a {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.producten_ov>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    padding: 1%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.producten_ov article img {
    width: 100%;
}

.producten_ov article>div {
    padding: 30px;
}

.producten_ov article h2 {
    color: #404040;
    font-weight: bold;
    font-size: 18px;
    min-height: 50px;
    line-height: 20px;
}

.producten_ov article button {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #404040;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #E53323;
}

.producten_ov article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


/* Einde Producten */


/* Contact AK */

.contact_ak {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #eeeeee;
    margin: 30px auto;
}

.contact_ak h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #404040;
    margin-bottom: 20px;
    max-width: 600px;
}

.contact_ak>div:first-of-type {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
}

.contact_ak div:first-of-type div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_ak div:first-of-type div a {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #404040;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #E53323;
}

.contact_ak div:first-of-type div h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    max-width: 300px;
}

.contact_ak>div:last-of-type {
    width: 50%;
}

.contact_ak div:last-of-type img {
    width: 100%;
}


/* Einde Contact AK */


/* Product Pagina */

.product_detail {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10px;
}

.product_left {
    width: 35%;
}

.product_left img {
    width: 100%;
}

.product_right {
    width: 55%;
}

.product_right>h1 {
    color: #404040;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.product_right>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
}

.product_intro {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
}

.product_intro p {
    margin-bottom: 20px;
}

.product_intro ul {
    list-style-type: disc;
    padding-left: 17px;
    margin: 10px 0;
}

.product_contact {
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 50px;
}

.product_contact h2 {
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.product_contact a {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #E53323;
}


/* Einde Product Pagina */


/* Page Slider */

.page_slider {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.page_slider article {
    position: relative;
}

.page_slider article>img {
    width: 100%;
}

.page_slider article>div {
    position: absolute;
    width: calc(100% - 140px);
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.page_slider article>div h2 {
    font-weight: 700;
    color: white;
    font-size: 50px;
    margin-bottom: 20px;
}

.page_slider article>div a {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #E53323;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.page_slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.page_slider .slick-dots li button {
    display: none;
}

.page_slider .slick-dots li {
    border: 1px solid #acacac;
    background-color: white;
    border-radius: 200px;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    cursor: pointer;
}

.page_slider .slick-dots .slick-active {
    background-color: transparent;
    border: none;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.page_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 200px;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border: none;
}

.page_slider .slick-next {
    left: initial;
    right: 10px;
}


/* Einde Page Slider */


/* Page Header */

.page_header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 150px 10px;
}

.page_header h2 {
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;
}

.page_header h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}

.page_header div:first-of-type {
    width: 35%;
}

.page_header div:last-of-type {
    width: 60%;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.page_header div:last-of-type ul {
    padding-left: 20px;
    list-style-type: disc;
}

.page_header div:last-of-type p {
    margin: 10px 0;
}


/* Einde Page Header */


/* Content Bricks */

.content_bricks {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 30px 10px;
}

.content_bricks article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.content_bricks .largeimg {
    width: 100%;
}

.content_bricks .smallimg {
    width: 49.5%;
}

.content_bricks>article>h2 {
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}

.content_bricks article>.normaltekst {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    color: #404040;
    padding: 30px 0;
}

.content_bricks article>.splitimage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.content_bricks article>.splitimage img {
    width: 49%;
}

.content_bricks article>.splitimage>div {
    width: 49%;
    font-size: 18px;
    line-height: 35px;
    color: #404040;
}

.content_bricks article>.splitimage>div ul,
.content_bricks article>.normaltekst ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 18px;
    line-height: 35px;
    color: #404040;
}

.content_bricks article>.splitimage>div a,
.content_bricks article>.normaltekst a {
    font-weight: 700;
    text-decoration: underline;
}

.content_bricks .getuigenis {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.content_bricks .getuigenis>img {
    width: 15%;
    border-radius: 200px;
}

.content_bricks .getuigenis>div {
    width: 80%;
    font-size: 18px;
    line-height: 35px;
    color: #404040;
}

.content_bricks .getuigenis>div h2 {
    font-weight: 700;
    font-size: 27px;
    color: #F18E24;
}

.content_bricks .quotenormal {
    width: 100%;
    background-color: #F1F3F4;
    padding: 30px;
    font-size: 22px;
    line-height: 35px;
    color: #404040;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

.content_bricks .quotenormal div {
    padding: 0 30px;
}

.content_bricks .quotenormal h2 {
    font-weight: 700;
    font-size: 27px;
    color: #F18E24;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}


/* Einde Content Bricks */


/* Sectoren */

.sectoren {
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
    margin-top: 50px;
}

.sectoren .offset,
.core_business .offset {
    width: 100%;
    height: 200px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
}

.filterholder {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filterholder .selectric-wrapper {
    width: 49%;
}

.filterholder .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    background-color: #f6f6f6;
    padding: 15px;
    padding-top: 18px;
    height: 50px;
    font-size: .9em;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background-image: url(/images/select2.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.filterholder .selectric-items ul li:first-of-type {
    cursor: none;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #353535!important;
    display: none;
    font-weight: 700!important;
    border-bottom: 2px dashed #f1f3f4!important;
}

.filterholder .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #000;
    opacity: 0;
    text-align: center;
    background-size: contain;
    visibility: none;
    background-image: url(/images/select2.png);
}

.sectoren .filter {
    position: relative;
    z-index: 1;
}

.sectoren>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.sectoren .sectoren_ov {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sectoren article {
    width: 31.33%;
    margin: 1%;
    background-color: #fff;
    transition: all .3s;
    padding-bottom: 10px;
    position: relative;
}

.sectoren article:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sectoren article img {
    width: 100%;
}

.sectoren article h2 {
    font-weight: 700;
    font-size: 25px;
    min-height: 80px;
    margin: 0;
}

.sectoren article>div {
    padding: 40px;
}

.sectoren article .hoofda {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    display: inline-block;
    border-bottom: 2px solid #E53323;
}

.sectoren article .floata {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
}

.sector_page {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sector_page img {
    width: 100%;
}

.sector_page h1 {
    font-weight: 700;
    font-size: 60px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sector_page h2 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #3A3A3A;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sector_page div {
    width: 100%;
    padding: 20px 0;
    max-width: 900px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
}


/* Einde Sectoren */


/* 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%;
}

.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: #000;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    font-size: 16px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
}

.blokken_tekst ul {
    padding-left: 20px;
    list-style-type: disc;
}

.blokken article:nth-child(even) img {
    order: 3;
}


/* Blokken */


/* Over Ons */

.core_business {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F7F7F7;
}

.core_business img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
}

.core_business>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    margin: 40px 0;
}

.core_business_items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    padding: 0 10px 50px 10px;
}

.core_business_items article {
    width: 33.33%;
    padding: 0 40px;
}

.core_business_items article h2 {
    color: #404040;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 32px;
}

.core_business_items article div {
    color: #404040;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.missie_strategie {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 50px;
}

.missie_strategie h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient( 50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
}

.missie_strategie h2 {
    color: #404040;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.missie_strategie .c {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    width: 100%;
    text-align: left;
    margin: unset;
}

.missie_strategie .c div {
    width: 60%;
}

.missie_strategie_items {
    width: 100%;
    margin-top: 0px;
}

.missie_strategie_items>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}

.missie_strategie_items article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.missie_strategie_items article .img {
    width: 55%;
}

.missie_strategie_items article img {
    width: 100%;
}

.duurzaam-ondernemen article .img {
    text-align: right;
    width: 50% !important;
}

.duurzaam-ondernemen article img {
    width: 200px !important;
}

.missie_strategie_items article>div.content {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 30px;
}

.missie_strategie_items article>div h2 {
    color: #404040;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
}

.missie_strategie_items article>div div {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
}

.historiek {
    display: flex;
    justify-content: center;
    align-items: center;
}

.historiek_labels {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 600px;
    padding: 50px;
}

.historiek_labels>h2 {
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    line-height: 90px;
}

.historiek_labels>h3 {
    color: #404040;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    width: 100%;
}

.historiek_labels h3>img {
    width: 50px;
    margin-left: 50px;
    display: none;
}

.historiek_labels .activeHistoriek img {
    display: block !important;
}

.activeHistoriek {
    font-weight: 700 !important;
    font-size: 1.2em !important;
}

.historiek_items {
    background: #F7F7F7;
    width: calc(100% - 600px);
}

.historiek_items article h3 {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.historiek_items article {
    position: relative;
    padding: 100px;
}

.historiek_items article .date {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
    color: #BBBABA;
    transform: translate(-50%, -50%);
}

.historiek_items .intro {
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    max-width: 1000px;
}

.historiek_subitems {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
    margin-top: 50px;
    max-width: 1000px;
}

.historiek_subitem {
    width: 50%;
    padding-right: 30px;
}

.historiek_subitem h4 {
    font-weight: 700;
    color: #F18E24;
    margin-bottom: 5px;
}

.historiek_subitem div {
    font-size: 16px;
    line-height: 25px;
}

.ceo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 10px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.quote {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 10px;
    flex-wrap: wrap;
}

.decenter {
    position: absolute;
    transform: translateX(-300px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    max-width: 500px;
}

.quote .decenter h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: right;
    letter-spacing: -0.05em;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote .decenter h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

.quote img {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 70px;
    margin-top: 70px;
}

.subquote {
    background: #F7F7F7;
    padding: 70px;
    width: 100%;
}

.subquote h2 {
    font-size: 22px;
    line-height: 32px;
}

.subquote h3 {
    margin-bottom: 15px;
}

.subquote div {
    color: #F18E24;
    font-family: Aller;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.ahwoord {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 300px;
}

.ahwoord h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #404040;
    margin-bottom: 70px;
}

.ahwoord div {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #9D9D9D;
}

.ahwoord div p {
    margin: 15px 0;
}


/* Einde Over Ons */


/* Vacatures */

.vacatures_image {
    width: 100%;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
}

.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_split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vacature_pagina>div {
    width: 100%;
}

.vacature_pagina .vacimg {
    position: relative;
}

.vacature_pagina>div div {
    line-height: 180%;
    color: #8A8A8A;
    font-size: 1.1em;
}

.vacature_pagina .vacimg img {
    width: 100%;
}

.vacature_pagina>div>h2 {
    width: 100%;
    color: #E94E1B;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vacature_pagina>div div {
    line-height: 180%;
    color: #8A8A8A;
    font-size: 1.1em;
}

.vacature_pagina>div h3:first-of-type {
    margin-top: 0;
}

.vacature_pagina>div h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px;
}

.vacature_pagina aside {
    max-width: 450px;
    width: 100%;
    margin-left: 50px;
}

.vacature_pagina aside form {
    border: 2px solid #F2F2F2;
    padding: 35px 30px;
}

.vacature_form>h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #E94E1B;
    margin-bottom: 15px;
}

.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;
    color: #353535;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.vacature_form input[type=submit] {
    width: 100%;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 15px;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.vacature_form .inputfile+label {
    cursor: pointer;
}

.vacature_form .inputfile+label {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #353535;
    background-color: #F8F8F8;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.vacature_form .inputfile+label * {
    pointer-events: none;
}

.vacature_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inschrijving_bevestiging {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
    min-height: 60vh;
}

.inschrijving_bevestiging>div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.inschrijving_bevestiging>div i {
    font-size: 3.5em;
    color: #E94E1B;
}

.inschrijving_bevestiging>div h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.inschrijving_bevestiging>div div {
    text-align: center;
    line-height: 150%;
    color: #9b9b9b;
    font-size: 1.3em;
}

.inschrijving_bevestiging a {
    padding: 10px 30px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    display: inline-block;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 1.2em;
}


/* Einde Vacatures */


/* Trending */

.trending {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.trending .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    flex-wrap: wrap;
}

.trending .slick-dots .slick-active {
    background-color: #353535;
}

.trending .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    margin: 0 5px;
    border-radius: 200px;
    cursor: pointer;
}

.trending .slick-dots li button {
    display: none;
}

.trending_slider {
    width: 100%;
    max-width: 1600px;
}

.trending article {
    padding: 0 30px;
}

.trending article>div {
    position: relative;
}

.trending article>div img {
    width: 100%;
}

.trending_content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding: 15px;
}

.trending_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.trending article h2 {
    font-size: 2em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    text-align: left;
    margin-top: 5px;
    width: 100%;
}

.trending article h3 {
    color: #F18E24;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    width: 100%;
}


/* Einde Trending */

.contactname {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_form .form_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form .form_section .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_form .form_section .buttons div:last-of-type {
    color: #F18E24;
    font-size: 18px;
}

.contact_form .form_section h2 {
    width: 100%;
    color: #F18E24;
    font-size: 25px;
    padding: 15px 0;
    margin-top: 20px;
    border-top: 2px dashed #ededed;
}

.contact_form .form_section h2:first-of-type {
    border-top: none;
}

.contact_form .selectric .label {
    padding: 10px;
    font-family: 'aller', sans-serif;
    color: #353535;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    height: 50px;
    background-image: url(/images/select2.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#Motivatie {
    min-height: 100px !important;
    height: 100px;
}

#GemeenteInput {
    width: 70%;
}

#PostcodeInput {
    width: 28%;
}

.contactname .contact_form {
    padding: 25px;
    width: 400px;
    border: 2px solid #f3f3f3;
}

.contact_form .inputfile+label {
    cursor: pointer;
}

.contact_form .inputfile+label {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #353535;
    background-color: #f3f3f3;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.contact_form .inputfile+label * {
    pointer-events: none;
}

.contact_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.contactname .contact_form input[type=text],
.contactname .contact_form input[type=email] {
    margin-bottom: 10px;
}

.contactname .contact_form h2 {
    color: #F18E24;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
}

.contactname_tekst {
    width: calc(100% - 450px);
}

.contactname_tekst h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #404040;
    margin-bottom: 20px;
}

.contactname_tekst div {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #9D9D9D;
}

.contactname_tekst div p {
    margin-bottom: 20px;
}

.contactname_tekst div ul {
    padding-left: 20px;
    list-style-type: disc;
}


/* Contact */

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 500px;
    background-color: #F5F5F5;
}

.contact_gegevens {
    max-width: 1600px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    z-index: 1;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
}

.contact_gegevens h1 {
    font-weight: 600;
    font-size: 1.5em;
    color: #C00058;
    text-align: center;
}

.contact_gegevens h2 {
    font-weight: 600;
    color: #EE7824;
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.contact_gegevens div {
    line-height: 200%;
    font-size: 17px;
    width: 33.33%;
}

.contact_gegevens div p {
    text-align: center;
    width: 100%;
}

.contact_gegevens div a {
    color: #252525;
    width: 100%;
    text-align: center;
}

.contact_content {
    max-width: 1300px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 50px 10px;
}

.formswitch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 10px;
}

.formswitch div {
    padding: 5px 15px;
    font-weight: 700;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
    border-right: 2px solid #efefef;
}

.formswitch div:last-of-type {
    border-right: none;
}

.activeform {
    color: #EE7824;
}

.formholder {
    width: 70%;
    padding: 20px 60px 20px 0;
}

.schermovernames {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.schermovernames>div {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.schermovernames article {
    width: 46%;
    margin: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #f3f3f3;
    padding: 25px;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.schermovernames article h2 {
    font-weight: 700;
    font-size: 20px;
    color: #E95324;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.schermovernames article i {
    font-size: 30px;
    margin-right: 10px;
}

.schermovernames article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}

.schermovernames article button {
    border: none;
    font-family: 'aller', sans-serif;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    padding: 12px 25px;
    border-radius: 4px;
}

.contact_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showBig {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 70px;
    top: 70px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    font-size: 3em;
    align-items: center;
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.contactimgs:hover .showBig {
    opacity: 1;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    padding: 10px;
    font-family: 'aller', sans-serif;
    color: #353535;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    width: 100%;
    height: 50px;
    display: flex;
    border-radius: 4px;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1em;
}

#same_gegs,
#same_gegs_offerte {
    margin-bottom: 15px;
}

.same_gegs_checkbox,
.checkbox_demo {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
    color: #a3a3a3!important;
}

.same_gegs_checkbox input,
.checkbox_demo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.same_gegs_checkbox:hover input~.checkmark,
.checkbox_demo:hover input~.checkmark {
    background-color: #ccc;
}

.same_gegs_checkbox input:checked~.checkmark,
.checkbox_demo input:checked~.checkmark {
    background-color: #353535;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.same_gegs_checkbox input:checked~.checkmark:after,
.checkbox_demo input:checked~.checkmark:after {
    display: block;
}

.same_gegs_checkbox .checkmark:after,
.checkbox_demo .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#NaamInput,
#BtwInput {
    width: 100%;
}

#EmailInput {
    width: 100%;
}

#Bericht,
#Motivatie,
#Vraag,
#Opmerkingen {
    width: 100%;
    font-family: 'aller', sans-serif;
    color: #353535;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    font-size: 1em;
    padding: 10px;
    border-radius: 4px;
    min-height: 200px;
    margin-bottom: 20px;
}

#Opmerkingen {
    margin-top: 10px;
}

.contact_form input[type=submit] {
    border: none;
    font-family: 'aller', sans-serif;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    padding: 12px 25px;
    border-radius: 4px;
}

#Submit {
    position: relative;
}

.notchecked {
    position: absolute;
    right: 0;
    line-height: 150%;
    padding: 10px;
    top: -83px;
    background-color: #DEE2EB;
    color: #353535;
    font-family: 'aller', sans-serif;
    width: 400px;
    display: none;
}

.notchecked img {
    position: absolute;
    right: 10px;
    bottom: -15px;
    width: 30px;
}

.forallerercheck {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.formtitel {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.right_contact_content {
    width: 40%;
    border-left: 2px solid #f3f3f3;
    padding: 0 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 20px;
}

.right_contact_content div {
    display: flex;
    justify-content: space-between;
    color: #353535;
    margin-bottom: 10px;
}

.right_contact_content div a {
    color: #353535;
}

.right_contact_content h2 {
    font-size: 1.8em;
    color: #EE7824;
    line-height: 150%;
    margin-bottom: 5px;
    font-weight: 600;
}

.right_contact_content p {
    padding: 15px 0;
    font-family: 'aller', sans-serif;
    color: #353535;
}

.right_contact_content p a {
    color: #353535;
}

.openings {
    padding-left: 50px;
}

.openings p {
    margin-top: 10px;
    margin-bottom: 0;
}

.openings h2 {
    margin-bottom: 30px !important;
}

.openings p span {
    min-width: 130px;
    display: inline-block;
}


/* Einde Contact */

.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s 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);
    }
}


/* Team */

.team {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.team_ov {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.team>h2 {
    margin-top: 20px;
    color: #F18E24;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.team article {
    padding: 15px;
}

.team article>div:not(.verhaal_popup) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.team article>div div {
    width: 100%;
    max-width: 250px;
    border: 2px solid #ececec;
    border-radius: 200px;
    overflow: hidden;
}

.team article .open_verhaal {
    border: none;
    text-decoration: underline;
    color: #f18e24;
    text-align: center;
    margin-top: 10px;
    font-weight: 200;
    cursor: pointer;
}

.verhaal_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid #ececec;
    padding: 50px;
    z-index: 100;
    width: 700px;
    overflow-y: scroll;
    max-height: 90vh;
}

.verhaal_popup i {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ececec;
    font-size: 30px;
    transition: all 0.8s ease;
}

.verhaal_popup i:hover {
    color: #f18e24;
}

.verhaal_popup h3 {
    color: #f18e24;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.verhaal_popup div {
    color: #969696;
    font-size: 18px;
    line-height: 130%;
}

.verhaal_popup ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

.verhaal_popup ul li {
    color: #969696;
    font-size: 18px;
    line-height: 130%;
}

.verhaal_popup p:not(:last-of-type) {
    margin-bottom: 10px;
}

.team .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.team .slick-dots li {
    border: 1px solid #acacac;
    background-color: white;
    border-radius: 200px;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    cursor: pointer;
}

.team .slick-dots .slick-active {
    background-color: transparent;
    border: none;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
}

.team .slick-dots li button {
    display: none;
}

.team .slick-arrow {
    position: absolute;
    left: 10px;
    top: 35%;
    border-radius: 200px;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border: none;
}

.team .slick-next {
    left: initial;
    right: 10px;
}

.team article img:first-of-type {
    display: block;
}

.team article img:last-of-type {
    display: none;
}

.team article:hover img:first-of-type {
    display: none;
}

.team article:hover img:last-of-type {
    display: block;
}

.team article img {
    width: 100%;
}

.team article h2 {
    font-size: 25px;
    font-weight: 700;
    color: #F18E24;
    margin-top: 10px;
}

.team article h3 {
    margin-top: 5px;
    color: #969696;
}

.team article h3 a {
    color: #969696;
}


/* Einde Team */


/* Blog*/

.sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f6f6f6;
}

.sharing>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sharing>div a {
    color: #fff;
    border-radius: 4px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    transition: all .3s;
    font-weight: 700;
}

.sharing>div a:hover {
    transform: scale(1.15);
}

.sharing>div a i {
    font-size: 20px;
}

.sharing p {
    font-weight: 700;
    color: #353535;
    margin-right: 10px;
}

.sharing>a {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    transition: all 0.8s ease;
}

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px;
    z-index: 1;
    border: 2px solid #f1f1f1;
    background-color: #fff;
    color: #252525;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    transition: all 0.8s ease;
}

.button-hold a:hover {
    transform: scale(1.1);
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #f1f1f1;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #F18E24;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #F18E24;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #F18E24;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #F18E24;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #F18E24;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    transition: all 0.5s ease;
}


/* .blog-overzicht .btn-hold a:hover {

  } */

  .blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 140%;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-size: 1.2em;
    line-height: 150%;
    color: #E94E1B;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .blog-img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde Blog */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

.privacytitle {
    font-weight: bold;
    font-size: 60px;
    line-height: 140%;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

#content-container h2 {
    color: #F18E24;
    font-size: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #F1F3F4;
    color: #353535;
    font-size: 1.2em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #F18E24;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #F1F3F4;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}

.voorwaardenblok {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.voorwaardenblok ul {
    padding-left: 20px;
    list-style-type: disc;
}

.voorwaardenblok ul li {
    padding-bottom: 20px;
}

.voorwaarden {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.voorwaarden article {
    border: #f3f3f3 2px solid;
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.voorwaarden article h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 23px;
    color: #3A3A3A;
    align-items: center;
    cursor: pointer;
}

.voorwaarden article h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.voorwaarden article div {
    margin-top: 20px;
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 180%;
    letter-spacing: .5px;
}

.voorwaarden article div a {
    color: #5C9090;
    font-weight: 600;
}


/* Media Query's */

@media screen and (max-width: 1650px) {
    .sectoren_det .image {
        width: 300px;
    }
}

@media screen and (max-width: 1600px) {
    .voordelen {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .sectoren_det .image {
        display: none;
    }
}

@media screen and (max-width: 1450px) {
    .missie_strategie {
        max-width: 98%;
    }
}

@media screen and (max-width: 1400px) {
    .historiek_labels {
        width: 400px;
    }
    .historiek_items {
        width: calc(100% - 400px);
    }
    .historiek_items article {
        padding: 20px 20px 20px 70px;
    }
    .contact_ak {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .inner_navigatie nav>ul>li {
        padding: 10px 20px;
    }
    .inner_navigatie .logo {
        width: 200px;
    }
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1250px) {
    .inner_navigatie nav .mainnav a:not(.curtain-click) {
        margin: 0 15px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .quote {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .ahwoord {
        width: 100%;
        order: 2;
    }
    .decenter {
        position: relative;
        transform: none;
    }
    .quote img {
        margin: 0;
        margin-left: 20px;
    }
    .subquote {
        margin-top: 30px;
    }
    .ahwoord {
        padding-top: 0;
    }
    .ceo {
        flex-wrap: wrap;
    }
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
    .vacature_pagina {
        flex-wrap: wrap;
    }
    .vacature_pagina aside {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .vacature_pagina h1 {
        width: 100%;
    }
    .diensten>div article {
        width: 33.33%;
    }
    #dasmap {
        height: 300px;
    }
    .contact_content {
        flex-wrap: wrap;
    }
    .contact_form {
        padding: 10px;
        width: 100%;
    }
    .right_contact_content {
        width: 100%;
        padding: 0;
        border: none;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 2px solid #f1f1f1;
    }
    .right_contact_content h2,
    .right_contact_content p {
        text-align: center;
    }
    .right_contact_content div {
        justify-content: center;
        align-items: center;
    }
    .formholder {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 1150px) {
    .page_header h1 {
        font-size: 40px;
    }
    .reference_content {
        width: 100%;
    }
    .reference_page aside {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .reference_content h1 {
        font-size: 40px;
    }
    .diensten {
        flex-wrap: wrap;
    }
    .diensten>div {
        width: 100%;
    }
    .diensten>section {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0;
    }
}

@media screen and (max-width: 1100px) {
    .inner_navigatie nav>ul {
        display: none;
    }
    .innerfooter .links {
        margin-top: 40px;
        flex-direction: column;
    }
    .contact_info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .innerfooter .nummer {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .innerfooter .links>div {
        margin: 0;
        padding: 10px 0;
    }
    .innerfooter .links>a {
        padding: 10px 0;
    }
    .page_header {
        flex-wrap: wrap;
        padding: 30px 10px;
    }
    .page_header h1 {
        padding-bottom: 5px;
    }
    .page_header h2,
    .page_header h1 {
        line-height: 120%;
    }
    .page_header div:first-of-type {
        width: 100%;
        margin-bottom: 20px;
    }
    .page_header div:last-of-type {
        width: 100%;
    }
    .historiek_subitems {
        flex-wrap: wrap;
    }
    .historiek_subitem {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_info .schermovernames {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
    }
    .contact_info .schermovernames article {
        margin-left: 0;
    }
    .vacatures-vid {
        width: 90%;
    }
    .oplossing_ak>div.vid {
        margin-right: 5%;
    }
}

@media screen and (max-width: 1050px) {
    .oplossingen {
        flex-wrap: wrap;
    }
    .oplossing_det {
        width: 100%;
    }
    .oplossing_ov {
        width: 100%;
        padding: 30px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .oplossing_ov ul {
        padding-top: 20px;
    }
    .oplossing_ov>h2 {
        text-align: left;
    }
    .oplossing_det>div {
        max-width: 100%;
        padding: 30px;
    }
    .core_business_items {
        flex-wrap: wrap;
    }
    .core_business_items article {
        width: 100%;
        padding: 10px 0;
    }
    .missie_strategie_items>div {
        margin-top: 0px;
    }
    .missie_strategie_items article {
        flex-direction: column;
    }
    .missie_strategie_items article .img {
        width: 100%;
    }
    .duurzaam-ondernemen article .img {
        width: 100% !important;
        text-align: left;
    }
    .missie_strategie_items article>div.content {
        width: 100%;
        padding: 30px;
    }
    .duurzaam-ondernemen h2 {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 1000px) {
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
    .page_slider article>div h2 {
        display: none;
    }
    .page_slider article>div {
        justify-content: center;
        align-items: center;
    }
    .page_slider article>div a {
        color: #fff;
        padding: 10px 20px;
        border-radius: 4px;
        border: none;
        background-color: #E53323;
    }
    .sectoren article {
        width: 48%;
    }
    .sectoren article>div {
        padding: 15px;
    }
    .sectoren article h2 {
        font-size: 20px;
    }
    .sectoren article a {
        font-size: 15px;
    }
    .oplossing_banner h1,
    .oplossing_troeven>h2 {
        font-size: 30px;
    }
    .oplossing_banner h2 {
        font-size: 18px;
    }
    .oplossing_banner>div div {
        flex-wrap: wrap;
    }
    .oplossing_banner>div div a {
        width: 100%;
    }
    .contactname {
        flex-wrap: wrap;
    }
    .contactname .contact_form {
        width: 100%;
        margin-top: 20px;
        padding: 0;
        border: none;
        order: 2;
    }
    .contactname_tekst h2 {
        font-size: 30px;
    }
    .contactname_tekst {
        width: 100%;
        order: 1;
    }
    .oplossing_ak {
        margin-bottom: 30px !important;
    }
    .contactname {
        padding-top: 0;
    }
    .showres {
        display: flex;
    }
    .inner_navigatie nav .topnav,
    .inner_navigatie nav .mainnav {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .contact_content {
        padding-top: 0;
    }
    .contact_gegevens {
        padding: 10px;
        flex-wrap: wrap;
    }
    .contact_gegevens h2 {
        font-size: 20px;
    }
    .contact_gegevens div {
        margin-bottom: 20px;
        width: 100%;
    }
    .vacatures-vid {
        width: 100%;
        padding: 0 10px;
    }
    .oplossing_ak>div.vid {
        width: 100%;
        margin-right: 0;
        padding: 0 10px;
    }
    .oplossing_ak>div.vid div {
        max-width: 100%;
    }
    .powertitel {
        font-size: 30px;
    }
    .laatste_nieuws>div {
        flex-wrap: wrap;
    }
    .laatste_nieuws article {
        width: 48%;
    }
    .diensten>div article {
        width: 50%;
    }
    .home_sectoren {
        flex-wrap: wrap;
    }
    .sectoren_overzicht {
        width: 100%;
    }
    .sectoren_det {
        width: 100%;
        padding: 30px;
    }
    .sectoren_overzicht>div {
        max-width: 100%;
        padding: 30px;
    }
    .diensten {
        padding: 30px 10px;
    }
    .sectoren_det>div {
        max-width: 100%;
    }
    .home_header_tekst>a {
        position: relative;
    }
    .home_header_tekst {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .home_header_tekst>div {
        margin: 20px 0;
        max-width: 100%;
    }
    .home_header h1 {
        font-size: 60px;
    }
    .oplossing_troeven>div {
        flex-wrap: wrap;
    }
    .oplossing_troeven article {
        margin-bottom: 20px;
        width: 100%;
    }
    .oplossing_blok {
        margin-top: 0;
        padding: 10px;
    }
    .oplossing_top {
        flex-wrap: wrap;
    }
    .oplossing_ak {
        transform: none;
    }
    .oplossing_ak>div,
    .page_slider article>article {
        position: relative;
        transform: none;
        max-width: 100%;
    }
    .oplossing_top>div:first-of-type {
        width: 100%;
        margin-bottom: 20px;
    }
    .oplossing_top>div:last-of-type {
        width: 100%;
    }
    .oplossing_top article div {
        display: none;
    }
    .producten_ov article {
        width: 48%;
    }
    .producten_ov article>div {
        padding: 15px;
    }
    .blokken article>img {
        order: 1 !important;
        width: 100%;
    }
    .blokken_content {
        width: 100%;
        padding: 10px 0;
        order: 2 !important;
    }
    .bibliotheek .downloads article {
        width: 100%;
    }
    .bibliotheek .links article {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .vacatures>div {
        flex-wrap: wrap;
    }
    .subquote {
        padding: 20px;
    }
    .ahwoord h2 {
        margin-bottom: 10px;
    }
    .quote img {
        margin-left: 0;
    }
    .quote .decenter h2 {
        font-size: 30px;
        text-align: center;
    }
    .vacatures article {
        width: 100%;
        margin: 5px 0;
        padding: 30px;
    }
    .vacatures article .vacature_links a {
        font-size: 15px;
    }
    .vacatures>h2,
    .laatste_nieuws>h2,
    .sectoren_overzicht>div>h2,
    .diensten>h2,
    .oplossing_ov>h2,
    .missie_strategie h2 {
        font-size: 40px;
    }
    .blog-main .c {
        font-size: 1em;
    }
    .historiek {
        flex-wrap: wrap;
    }
    .historiek_labels {
        width: 100%;
        padding: 15px;
    }
    .historiek_subitems {
        margin-top: 10px;
    }
    .historiek_items article {
        padding: 15px;
    }
    .historiek_items article .date {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin-top: 10px;
    }
    .historiek_items {
        width: 100%;
    }
    .vacature_split {
        flex-wrap: wrap;
    }
    .vacature_split article {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 850px) {
    .verhaal_popup {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .content_bricks .getuigenis {
        flex-direction: column;
    }
    .content_bricks .getuigenis>img {
        width: 150px;
        margin-bottom: 10px;
    }
    .content_bricks .quotenormal {
        font-size: 18px;
    }
    .content_bricks article>.splitimage {
        flex-direction: column;
    }
    .content_bricks article>.splitimage img {
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    .content_bricks article>.splitimage div {
        order: 2;
        width: 100%;
    }
    .content_bricks .getuigenis>div h2 {
        text-align: center;
    }
    .content_bricks .getuigenis>div {
        text-align: center;
        width: 100%;
    }
    .inner_navigatie .logo {
        width: 160px;
    }
    .innerfooter .links {
        justify-content: center;
        align-items: center;
    }
    .innerfooter .links>a {
        margin-right: 0;
    }
    .innerfooter .links>div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .innerfooter .privacy {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact_info {
        justify-content: center;
        align-items: center;
    }
    .innerfooter .nummer,
    .contact_info h2 {
        text-align: center;
    }
    .innerfooter>img {
        display: none;
    }
    .home_header h1 {
        text-align: center;
        font-size: 50px;
    }
    .home_header_tekst>div {
        text-align: center;
    }
    .home_header_tekst {
        justify-content: center;
        align-items: center;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
    .innerfooter .links .sociallinks {
        justify-content: center;
    }
    .innerfooter .links .sociallinks a {
        margin: 0 8px;
    }
    .innerfooter .links>i {
        display: none;
    }
    .navitem a {
        font-size: 20px;
    }
    .innerfooter .privacy a:last-of-type {
        margin-right: 10px;
    }
    .formswitch {
        flex-wrap: wrap;
        border-radius: 0;
    }
    .formswitch div {
        width: 100%;
        border-right: none;
        padding: 15px;
        margin: 5px 0;
        border: 1px solid #cfcfcf !important;
    }
}

@media screen and (max-width: 750px) {
    .blog-recent .blog-item {
        width: 100%;
    }
    .vacature_pagina h1 {
        font-size: 23px !important;
    }
}

@media screen and (max-width: 700px) {
    .verhaal_popup {
        width: 95%;
    }
    .diensten>div article {
        padding: 30px;
    }
    .home_header_links a {
        font-size: 14px;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
    .page_header h1,
    .missie_strategie>h2,
    .ahwoord h2,
    .sectoren>h2,
    .producten_ov>h2,
    .sector_page h1 {
        font-size: 25px;
    }
    .missie_strategie>h2 {
        margin-bottom: 10px;
    }
    .missie_strategie_items article {
        flex-wrap: wrap;
    }
    .missie_strategie_items article img {
        width: 100%;
        margin-bottom: 10px;
    }
    .missie_strategie_items article>div {
        width: 100%;
    }
    .page_header h2 {
        font-size: 18px;
    }
    .quote {
        flex-wrap: wrap;
    }
    .quote h2 {
        font-size: 30px;
        text-align: center;
    }
    .quote div {
        order: 2;
        justify-content: center;
        align-items: center;
    }
    .quote img {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
    .vacature_pagina aside form {
        padding: 10px;
    }
    .sharing {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sharing>div {
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .sharing>a {
        text-align: center;
    }
    #PostcodeInput,
    #GemeenteInput {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .missie_strategie_items article>div.content {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 600px) {
    .diensten article p {
        display: none;
    }
    .diensten article h2 {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .diensten>div article {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 25px 10px;
    }
    .home_header h1 {
        font-size: 35px;
    }
    .res-nav {
        width: 100%;
        left: -600px;
    }
    .menu-is-open {
        left: 0;
    }
    .vacatures>h2 {
        margin-bottom: 20px;
    }
    .laatste_nieuws {
        padding: 40px 0;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
    .producten_ov article {
        width: 100%;
    }
    .verhaal_popup h3 {
        font-size: 18px;
    }
    .verhaal_popup div {
        font-size: 16px;
    }
    .verhaal_popup i {
        font-size: 25px;
    }
    .vacatures>h2,
    .laatste_nieuws>h2,
    .sectoren_overzicht>div>h2,
    .diensten>h2,
    .oplossing_ov>h2,
    .missie_strategie h2 {
        font-size: 32px;
        line-height: 120%;
    }
}

@media screen and (max-width: 580px) {
    .innerfooter .privacy a {
        font-size: .8em;
        margin-right: 15px;
    }
}

@media screen and (max-width: 550px) {
    .sectoren article {
        width: 98%;
    }
    .closebtn {
        left: 20px;
        top: 40px;
    }
    .navitem {
        padding: 20px 20px;
    }
    .missie_strategie {
        margin-top: 20px;
    }
}

@media screen and (max-width: 530px) {
    .laatste_nieuws article button {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
    .innerfooter .privacy a {
        font-size: .7em;
    }
    .oplossing_ov ul li {
        font-size: 14px;
    }
    .oplossing_ov ul .active>div:last-of-type {
        font-size: 20px;
    }
    .oplossing_ov ul li>div:last-of-type {
        min-width: 250px;
    }
    .missie_strategie_items article>div.content {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
    .innerfooter .privacy a:last-of-type {
        display: none;
    }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}