/*
Theme Name: ELB Offertes
Author: HETWORKS
Author URI: https://hetworks.nl/
Version: 1.0
Text Domain: nen
*/

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, sup, tt, b, ui, dl, dt, dd, ol, ul, li, fieldset, 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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*einde wp css*/

body {
    font-family: 'Montserrat', sans-serif;
}

header {
    position: fixed;
    padding: 10px;
    top: 0px;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-color: #fff;
    width: 100%;
}

.page-template-bedrijf header {
    position: absolute;
}

#banner {
    height: 568px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 70px 0 60px;
    /*width: 100vw;
    margin-left: -15px;*/
    width: 100%;
}

.page-template-bedrijf #banner {
    padding: 80px 0px;
    height: auto;
}

#banner .banner_content {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

#banner .banner_content.bedrijf {
    text-align: left;
    margin: 0 35px;
    font-size: 18px;
    color: #fff;
}

#banner .banner_content.bedrijf p {
    line-height: 1.5;
    max-width: 550px;
}

.banner_content h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.3;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.74);
}

.banner_content h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0 30px 0;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.74);
}

.banner_content p {
    margin-top: 20px;
}

#banner .banner_content .searchform {
    margin-top: 50px;
    position: relative;
}

#velden_container {
    position: relative;
    display: inline-block;
    /*box-shadow:0px 0px 83px #0094d9;
    background-color:rgba(0,148,217,.33);*/
    background-color: rgba(255, 255, 255, .55);
    border: solid 1px rgba(255, 255, 255, .38);
    border-radius: 6px;
    padding: 10px 10px 14px;
}

#velden_container #postcode_error {
    position: absolute;
    left: 0;
    color: red;
    text-shadow: 1px 1px 8px #000;
}

#banner .banner_content .searchform input {
    padding: 15px 25px;
    display: inline-block;
    /*margin: 0px 5px;*/
    /*border: 1px solid #0094d9;*/
    border: 1px solid rgba(255, 255, 255, .0);
    position: relative;
    height: 55px;
}

#banner .banner_content .searchform input[type=submit] {
    border: 1px solid #42b284;
}

#banner .banner_content .searchform input.button {
    /*background-color: #0094d9;*/
    background-color: #1fca57;
    color: #fff;
    padding: 7px 109px !important;
    cursor: pointer;
    transition: .3s;
    font-size: 28px;
    line-height: 40px;
    height: 55px;
    position: relative;
    top: 5px;
}

#banner .banner_content .searchform input.button:hover {
    opacity: 0.9;
}

#formulier_in_banner {
    background: #fff;
    border-radius: 5px;
    max-width: 340px;
    width: auto;
    padding: 20px 35px;
    text-shadow: none;
}

#formulier_in_banner h2 {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    margin: 15px 0px;
}

#formulier_in_banner .subtitel {
    font-size: 16px;
    line-height: 22px;
    color: #5e5f61;
    margin-bottom: 25px;
}

#logo,
#header_items,
#mobiel_menu_btn,
.header_item {
    display: inline-block;
}

.header_item {
    padding: 0px 7.5px;
    font-size: 12px;
}

.header_item svg {
    color: #0094d9;
    margin: 0px 5px -1px 0px;
    font-size: 15px;
}

#logo img {
    max-width: 250px;
    width: auto;
    margin: 0 20px 0 20px;
}

#header_items {
    position: relative;
    top: -22px;
}

#menu_knop_container {
    display: flex;
    position: relative;
    float: right;
    margin: 15px 0 0 0;
    justify-content: center;
    align-items: center;
}

#menu_tekst {
    margin: 0 5px 0 0;
}

#mobiel_menu_btn {
    width: 29px;
    height: 20px;
    position: relative;
    float: right;
    /*margin: 15px 0px 0 0;*/
    cursor: pointer;
}

#mobiel_menu_btn span {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #000;
    transition: all .25s ease;
}

#mobiel_menu_btn span:nth-of-type(1) {
    top: 0;
}

#mobiel_menu_btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

#mobiel_menu_btn span:nth-of-type(3) {
    bottom: 0;
}

#mobiel_menu_btn:hover span:nth-of-type(1) {
    top: 3px;
}

#mobiel_menu_btn:hover span:nth-of-type(3) {
    bottom: 3px;
}

#header:after {
    content: '';
    clear: both;
    display: block;
}

h2.title,
h3.title {
    text-align: center;
}

h3.title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #212529;
}

h2.title {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 65px 0;
    color: #212529;
}

#usps_sectie_blok {
    background: #fafafa;
    padding: 70px 80px 90px 80px;
}

#usps_sectie, #waarom_sectie {
    background: #fafafa;
}

.usp {
    text-align: center;
}

.usp svg {
    font-size: 100px;
    color: #0094d9;
    margin: 0 0 10px;
}

.usp h3 {
    font-size: 17px;
    font-weight: 700;
    color: #212529;
    margin: 10px 0 5px 0;
}

.usp p {
    font-size: 15px;
    line-height: 22px;
    color: #5e5f61;
    max-width: 150px;
    margin: 0 auto;
}

.tekst.center {
    text-align: center;
}

.tekst h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

.tekst h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 22px;
    color: #212529;
}

.tekst p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 15px;
    color: #5e5f61;
}

.tekst p strong {
    font-weight: bold;
}

.tekst p em {
    font-style: italic;
}

.tekst p a {
    color: #0094d9;
}

.tekst ol, .tekst ul {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px 0;
    color: #5e5f61;
}

.tekst ol {
    list-style: decimal inside;
}

.tekst ul {
    list-style: disc inside;
}

.tekst p img {
    max-width: 100%;
    height: auto;
}

#referentie_slider {
    margin: 0 150px;
}

#referentie_slider iframe {
    max-width: 100%;
}

#referentie_slider .tekst h3 {
    color: #0094d9;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 22px;
}

#referentie_slider .tekst p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 12px;
    color: #5e5f61;
}

#waarom {
    background: #fafafa;
    padding: 70px 80px 90px 80px;
}

#cta_blok_sectie {
    padding: 45px 0;
    text-align: center;
}

#cta_blok {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cta_blok h2 {
    display: inline-block;
}

#cta_blok h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 35px 0px 0;
}

#cta_blok a {
    border: solid 1px #0094d9;
    color: #0094d9;
    transition: all .25s ease;
    padding: 20px 50px;
    font-size: 17px;
    display: inline-block;
    margin: 0 10px 0 0;
}

#cta_blok a:hover {
    background: #0094d9;
    color: #fff;
    text-decoration: none;
}

footer {
    border: 1px solid #dadada;
    padding: 50px 0 0;
}

#logo_slider_sectie {
    padding: 22px 0 80px 0px;
}

#logo_slider a {
    text-align: center;
}

#logo_slider img {
    max-width: 200px;
    width: auto;
    display: inline-block;
}

#referentie_slider_sectie {
    padding: 60px 0 45px;
}

#referentie_slider_sectie .tekst {
    /*padding: 30px 10px;*/
    padding: 0px 10px;
}

#referentie_slider_sectie h2.title {
    margin: 0 0 55px 0;
}

.referentie_blok {
    position:relative;
    margin:15px;
    padding:10px;
    min-height:100%;
    height:350px;
    border:1px solid #0094d9;
    border-radius: 6px;

    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,148,217,0.35);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,148,217,0.35);
    box-shadow: 0px 0px 9px 3px rgba(0,148,217,0.35);
}

.referentie_blok .cijfer {
    position:relative;
    top:10px;
    left:0px;
    width:45px;
    height:45px;
    font-size: 26px;
    border-radius: 100%;
    background-color:#eee;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    color:#0094d9;
    display:block;
}
.referentie_blok h3 {
    margin-top:40px!important;
}
.referentie_blok .naam {
    display:block;
    position: absolute;
    bottom:20px;
    left:15px;
    font-weight: bolder;
}
.referentie_blok .datum {
    display:block;
    position: absolute;
    top:20px;
    right:15px;
    font-weight: bolder;
    font-size: 14px;
    margin-left:60px;
    margin-top:8px;
}


#cta_blok_sectie {
    padding: 65px 0;
}

.footer_content {
    font-size: 15px;
    line-height: 24px;
    color: #5e5f61;
}

.footer_content h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 27px 0;
    color: #212529;
}

.footer_content a {
    color: #5e5f61;
    line-height: 2;
}

.footer_content a:hover {
    text-decoration: underline;
    color: #5e5f61;
}

.footer_content img {
    margin: 0 0 -6px;
    max-width: 100%;
    width: auto;
}

.footer_content p {
    margin-top: 55px;
    padding-right: 15px;
}

#footer_email {
    position: relative;
    padding: 0 0 0 23px;
}

#footer_email:before {
    content: '';
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNWU1ZjYxIiBkPSJNNDY0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2Mjg4YzAgMjYuNTEgMjEuNDkgNDggNDggNDhoNDE2YzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMTEyYzAtMjYuNTEtMjEuNDktNDgtNDgtNDh6bTAgNDh2NDAuODA1Yy0yMi40MjIgMTguMjU5LTU4LjE2OCA0Ni42NTEtMTM0LjU4NyAxMDYuNDktMTYuODQxIDEzLjI0Ny01MC4yMDEgNDUuMDcyLTczLjQxMyA0NC43MDEtMjMuMjA4LjM3NS01Ni41NzktMzEuNDU5LTczLjQxMy00NC43MDFDMTA2LjE4IDE5OS40NjUgNzAuNDI1IDE3MS4wNjcgNDggMTUyLjgwNVYxMTJoNDE2ek00OCA0MDBWMjE0LjM5OGMyMi45MTQgMTguMjUxIDU1LjQwOSA0My44NjIgMTA0LjkzOCA4Mi42NDYgMjEuODU3IDE3LjIwNSA2MC4xMzQgNTUuMTg2IDEwMy4wNjIgNTQuOTU1IDQyLjcxNy4yMzEgODAuNTA5LTM3LjE5OSAxMDMuMDUzLTU0Ljk0NyA0OS41MjgtMzguNzgzIDgyLjAzMi02NC40MDEgMTA0Ljk0Ny04Mi42NTNWNDAwSDQ4eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
}

#copy p {
    text-align: left;
    padding: 20px 0;
    font-size: 15px;
}


/*menu spul*/

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    background: rgba(0, 0, 0, .5);
}

.menu_open #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

#main_menu {
    position: fixed;
    top: 0;
    right: -400px;
    height: 100%;
    width: 400px;
    padding: 70px 0;
    z-index: 4;
    transition: 300ms ease-in-out right;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#main_menu ul li a {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 50px;
    font-size: 17px;
    line-height: 17px;
    color: #5e5f61;
    transition: all .25s ease;
    color: #5e5f61;
}

#main_menu ul li a:hover {
    background-color: #0094d9;
    color: #fff;
    padding: 20px 50px 20px 30px;
    color: #fff;
    text-decoration: none;
}

.menu_open #main_menu {
    right: 0;
}

#main_menu_container {
    position: relative;
}

#sluit_menu {
    position: absolute;
    top: -50px;
    right: 20px;
    background: #efefef;
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
}

#sluiten {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 9px 0 0 0;
}

#sluiten span {
    height: 2px;
    width: 20px;
    background-color: #000;
    position: absolute;
    display: block;
    transition: all .25s ease;
}

#sluiten span:nth-of-type(1) {
    transform: rotate(-45deg);
}

#sluiten span:nth-of-type(2) {
    transform: rotate(45deg);
}

#sluit_menu:hover #sluiten span {
    transform: rotate(0deg);
}


/*ind3ex*/

#contact_container {
    padding: 60px 0;
}

#contact_container .row {
    border-top: 1px solid #e2e2e2;
}

#contact_blokje {
    text-align: center;
}

#contact_blokje h3 {
    font-size: 20px;
    color: #5e5f61;
    font-weight: 700;
    margin: 60px 0 30px 0;
}


/*bedrijvenpagina spul*/

.scroll #page_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.waarombedrijf {
    padding: 80px 0 50px 0;
}

.scroll .waarombedrijf {
    margin: 84px 0 0 0;
}

#page_nav ul {
    border-bottom: 1px solid #a0a09f;
    display: inline-block;
    padding: 0 0 30px;
}

.scroll #page_nav ul {
    border-bottom: none;
    padding: 15px;
}

#page_nav ul li {
    display: inline-block;
}

#page_nav ul li a {
    padding: 5px 20px;
    color: #a0a09f;
    display: inline-block;
    transition: all .25s ease;
}

#page_nav ul li a:hover {
    text-decoration: none;
    color: #0094d9;
}

#page_nav ul li:first-of-type a {
    padding: 5px 20px 5px 0;
}

#page_nav ul li:last-of-type a {
    padding: 5px 0px 5px 20px;
}

#page_nav ul li a.knop {
    border: solid 1px #a0a09f;
    padding: 10px 20px 10px 20px;
    /*border-radius: 5px;*/
}

#page_nav ul li a.knop:hover {
    border-color: #0094d9;
}

.scroll #page_nav ul li a.knop {
    background: #0094d9;
    color: #fff;
    border: 1px solid #0094d9;
}

.scroll #page_nav ul li a.knop:hover {
    background: #fff;
    color: #0094d9;
}

#hoe_het_werkt_anchor {
    background-color: #f8f8f8;
    margin: 30px 0 60px 0;
}

#slider_background {
    padding: 0 100px;
    text-align: center;
}

#slider_background h2,
#verhalen h2 {
    font-size: 34px;
    margin: 0px 0 10px 0;
    padding: 60px 0 0 0;
}

#verhalen h2 {
    padding: 0 0 20px 0;
}

#slider_background p {
    font-size: 18px;
    line-height: 25px;
    color: #5e5f61;
    margin: 0 0 50px;
}

.beschrijving {
    text-align: center;
    background-color: #f0f1f3;
    padding: 20px 0;
}

#bedrijvenslider .slick-dots,
#verhalen_slider .slick-dots {
    text-align: center;
    padding: 20px 0;
}

#bedrijvenslider .slick-dots li:only-child {
    display: none;
}

#bedrijvenslider .slick-dots li,
#verhalen_slider .slick-dots li {
    display: inline-block;
    cursor: pointer;
    color: #c2c2c2;
    transition: all .25s ease;
    padding: 0 10px;
}

#bedrijvenslider .slick-dots li:hover,
#verhalen_slider .slick-dots li:hover {
    color: #0094d9;
}

#bedrijvenslider .slick-dots .slick-active,
#verhalen_slider .slick-dots .slick-active {
    color: #0094d9;
}

#bedrijvenslider .slick-next,
#bedrijvenslider .slick-prev,
#verhalen_slider .slick-next,
#verhalen_slider .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #bbbdbf;
    text-align: center;
    color: #bbbdbf;
    cursor: pointer;
    transition: all .25s ease;
}

#bedrijvenslider .slick-next:hover,
#bedrijvenslider .slick-prev:hover,
#verhalen_slider .slick-next:hover,
#verhalen_slider .slick-prev:hover {
    border-color: #0094d9;
    color: #0094d9;
}

#bedrijvenslider .slick-next,
#verhalen_slider .slick-next {
    right: -75px;
}

#bedrijvenslider .slick-prev,
#verhalen_slider .slick-prev {
    left: -75px;
    z-index: 1;
}

.mogelijkheidblok {
    border: solid 2px #f0f0f0;
}

.mogelijkheidblok.main {
    box-shadow: 1px 1px 20px rgba(202, 202, 202, 0.4);
}

.mogelijkheidblok .mogelijk_header {
    text-align: center;
}

.mogelijkheidblok.verborgen {
    border: solid 2px transparent;
}

.mogelijkheidblok .mogelijk_header .mogelijk_titel {
    font-size: 24px;
    text-transform: uppercase;
    /*margin:30px 0;*/
    padding: 30px 0;
}

.mogelijkheidblok .mogelijk_header .mogelijk_subtitel {
    padding: 15px 0;
}

#mogelijkheden .row .col-lg-4:nth-of-type(2) .mogelijkheidblok .mogelijk_header .mogelijk_subtitel {
    background: #0094d9;
    color: #fff;
}

#mogelijkheden .row .col-lg-4:nth-of-type(3) .mogelijkheidblok .mogelijk_header .mogelijk_subtitel {
    background: #f0f1f3;
    color: #5e5f61;
}

#mogelijkheden .tekst {
    padding-bottom: 60px;
}

.mogelijkheidblok ul {
    padding: 20px;
    display: block;
}

.mogelijkheidblok ul li {
    font-size: 18px;
    line-height: 25px;
    display: flex;
    padding: 10px 0;
    border-bottom: 2px solid #f0f0f0;
    color: #445b69;
}

.mogelijkheidblok ul li .icon_container {
    width: 35px;
}

.mogelijkheidblok ul li svg {
    color: #0094d9;
}

.mogelijkheidblok ul li:last-of-type {
    border-bottom: none;
}

#mogelijkheden .row .col-lg-4:nth-of-type(2) .mogelijkheidblok ul li:last-of-type {
    border-bottom: 2px solid #f0f0f0;
}

.mogelijkheidblok .mogelijk_footer {
    text-align: center;
}

.mogelijk_footer a {
    display: inline-block;
    background: #0094d9;
    border: solid 1px #0094d9;
    padding: 10px 20px;
    color: #fff;
    /*border-radius: 5px;*/
    margin: 0 0 10px;
    transition: all .25s ease;
}

.mogelijk_footer a:hover {
    background: #0084c1;
    text-decoration: none;
}

.mogelijk_footer p {
    font-size: 15px;
    line-height: 22px;
    margin: 13px 0 25px 0;
}

#verhalen {
    margin: 50px 0;
    background: #f8f8f8;
}

#verhalen_bg {
    padding: 45px 100px;
}

.verhaal_item {
    position: relative;
    border: 2px solid #f5f5f5;
    height: 190px;
    padding: 12px;
    background-color: #fff;
    margin: 12px 0;
    display: block;
    color: #5e5f61 !important;
    cursor: pointer;
}

.verhaal_item img {
    width: 110px;
    height: 110px;
    padding: 8px;
    margin: 22px 15px 0 15px;
    object-fit: cover;
    background: #f5f5f5;
    border-radius: 50%;
}

.verhaal_item .quote {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 145px;
}

.verhaal_item span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #0094d9;
    font-size: 14px;
}

#faq {
    margin: 50px 0;
    background: #f8f8f8;
}

#faq .tekst.center {
    padding: 0 0 20px;
}

.faq_container {
    background: #f8f8f8;
    padding: 45px;
}

.faq_item {
    border-top: solid 1px #e0e0e0;
    position: relative;
}

.faq_item .vraag {
    padding: 15px 33px 15px 12px;
    cursor: pointer;
}

.faq_item .antwoord {
    display: none;
    padding: 15px 15px 15px 12px;
}

.faq_item .antwoord ul {
    list-style: disc inside;
}

.faq_item .antwoord ul li {
    line-height: 22px;
}

.faq_item .faq_knop {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.faq_item .faq_knop span {
    width: 100%;
    height: 2px;
    background: #797979;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.faq_item .faq_knop span:last-of-type {
    transform: translateY(-50%) rotate(-90deg);
    transition: all .50s ease;
}

.faq_item.collapsed .faq_knop span:last-of-type {
    transform: translateY(-50%) rotate(-180deg);
}

#quote_onder {
    text-align: center;
    padding: 20px 0 70px;
}

#quote_onder h2 {
    font-size: 20px;
    font-weight: 400;
}

#bedrijven_formulier_blokje {
    max-width: 600px;
    width: auto;
    margin: 0 auto;
}

/*formulier spul*/

#formulier_container {
    max-width: 480px;
    width: auto;
    margin: 0 auto;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    resize: both;
    max-width: 100%;
    max-height: 500px;
}

body .gform_wrapper .gform_footer input[type=submit] {
    width: 67%;
    background-color: #1fca57;
    color: #fff;
    border: solid 2px #1fca57;
    padding: 20px 0;
    cursor: pointer;
    transition: all .25s ease;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fff;
    color: #1fca57;
}

body .gform_wrapper .gform_footer {
    margin: 0;
}

body .gform_wrapper label.gfield_label {
    font-size: 14px;
}

body .gform_wrapper .gform_body ul li.hidden_label input {
    margin-top: 0;
    margin-left: 0;
    padding: 10px !important;
    font-size: 15px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    color: #616060;

}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio] {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield_html {
    font-weight: 700;
    margin: 30px 0 10px 0;
    padding: 10px 0px 10px 4px;
    border-bottom: 1px solid lightgrey;
    color: #333;
    font-size: 18px;
    background-color: lightgrey;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label:before {
    content: "";
    position: absolute;
    left: 0;
    font-size: 0px;
    background: lightgray;
    padding: 8px;
    top: 49%;
    transform: translateY(-50%);
    border-radius: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_8 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_32 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_44 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_38 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_26 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_20 label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_14 label {
    padding: 20px 0;
    border-radius: 0;
    width: auto;
    white-space: nowrap;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_8 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_32 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_44 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_38 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_26 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_20 label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_14 label:before {
    content: 'Nog een bedrijfspand toevoegen?';
    font-size: 16px;
    color: #333;
    border-radius: 0;
    width: auto;
    padding: 10px 20px;
}


body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_8 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_32 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_44 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_38 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_26 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_20 input[type=radio]:checked + label:before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio#input_1_14 input[type=radio]:checked + label:before {
    color: #fff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:checked + label:before {
    content: "";
    background-color: #0094d9;
}

/*
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}*/


/*body .gform_wrapper#gform_wrapper_4 ul.gform_fields:not(.top_label) .gfield_label{
	width:20%;
}
body .gform_wrapper#gform_wrapper_4 ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date){
	margin-left:20%;
}*/
/*
body .gform_wrapper#gform_wrapper_4 ul li.gf_left_half, body .gform_wrapper#gform_wrapper_4 ul li.gf_right_half{
	width:49%;
	display:inline-block;
}
body .gform_wrapper#gform_wrapper_4 ul li.geen_label div{
	margin-left:0!important;
	display:inline-block;
	width:99%;
}
body .gform_wrapper#gform_wrapper_4 ul li.geen_label_full div{
	margin-left:0!important;
	display:inline-block;
	width:98%;
}
body .gform_wrapper#gform_wrapper_4 .gform_footer.left_label{
	margin-left:0!important;
	width:98%;
}
body .gform_wrapper#gform_wrapper_4 ul li.offerte-html-blok{
	margin-left:0!important;
	width:98%;
	text-align:center;
	font-size:20px;
	font-weight:600;
	margin:20px 0;
}

body .gform_wrapper#gform_wrapper_4{
	max-width:555px;
	width:auto;
	margin:16px auto;
}
*/

#page_nav_mob_container {
    display: none;
}

#slide_in_menu_page {
    display: none;
}

.page-template-bedrijf #banner {
    height: 642px;
}

#naar_formulier_knop {
    display: none;
}

.resultaat {
    position: relative;
    margin: -163px 0 0 0;
}

#geen_resultaat_postcode {
    text-align: center;
    font-weight: 700;
    padding: 77px 0;
}

.resultaat-header .resultaat_inside, #geen_resultaat_postcode .resultaat_inside {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 10px 0;
}

/*.resultaat-body .resultaat_inside{}*/
.resultaat-body .resultaat_inside {
    border-top: solid 1px #0094d9;
}

.resultaat_inside {
    background-color: #fff;
    padding: 0 10px 10px;
}

.resultaat .button > a {
    display: inline-block;
    padding: 20px;
    background: #0094d9;
    color: #fff;
    transition: all .25s ease;
}

.resultaat .button > a:hover {
    text-decoration: none;
    background: #007ab3;
}

.bedrijfsspul_container {
    height: 56px;
    display: flex;
    align-items: center;
}

.resultaat-header p {
    margin: 0 0 10px;
    font-weight: 700;
}

.naam_bedrijf_box {
    height: 56px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 264px;
}

.naam_bedrijf_box b {
    font-weight: 700;
}


#tekst_blok_home {
    padding: 80px 0;
    background: #fafafa;
    margin: 0 0 80px;
}


#formulier_container_home {
    display: none;
}

/*modal spul*/
.modal-dialog {
    max-width: 800px;
}

.modal_flex {
    display: flex;
}

.modal_flex img {
    margin: 0 20px 0 0;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: #f5f5f5;
    object-fit: cover;
    font-family: 'object-fit:cover';
}

.modal_flex p {
    line-height: 22px;
}

#volgend_verhaal {
    color: #0094d9;
    cursor: pointer;
}

.slick_slider_div_image_container {
    text-align: center;
}

/*custom bootstrap 4 container*/

.container {
    max-width: 1400px;
}

@media (max-width: 1400px) {
    .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .verhalen_slide .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #usps_sectie_blok, #waarom {
        margin: 0 -15px;
    }
}

@media (max-width: 1200px) {
    #page_nav ul {
        display: table;
        margin: 0 auto;
    }

    .bedrijvenslide img {
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 1036px) {
    #banner .banner_content .searchform input {
        margin: 5px;
    }
}

@media (max-width: 991px) {
    #header_items .header_item:nth-of-type(2), #header_items .header_item:nth-of-type(3) {
        display: none;
    }

    #usps_sectie .container #usps_sectie_blok .row:nth-of-type(2) .col-lg-4:nth-of-type(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .usp {
        margin: 15px 5px;
    }

    .bedrijvenslide img {
        max-width: none;
        width: 100%;
        height: 310px;
        object-fit: cover;
        object-position: center center;
        font-family: 'object-fit:cover; object-position:center center;';
    }
}

@media (max-width: 907px) {
    #page_nav ul li a {
        padding: 5px 10px;
    }

    #page_nav ul li:first-of-type a {
        padding: 5px 10px 5px 0;
    }

    #page_nav ul {
        padding: 15px 0;
    }
}

@media (max-width: 839px) {
    #velden_container {
        border-radius: 0px;
    }
}

@media (max-width: 817px) {
    #page_nav ul li a {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    #referentie_slider {
        margin: 0 !important;
    }
}

@media (max-width: 766px) {
    .banner_content h1 {
        font-size: 38px;
    }

    .banner_content h2 {
        font-size: 20px;
    }

    #header_items .header_item {
        display: none;
    }

    #cta_blok {
        display: block;
        text-align: center;
    }

    #cta_blok h2 {
        margin: 0;
    }

    #cta_blok a {
        margin: 20px 0 0;
    }

    .footer_content {
        text-align: center;
        margin: 0 0 30px;
    }

    .footer_content h3 {
        margin: 0 0 15px 0;
    }

    .footer_content img {
        margin: 0 0 -37px;
    }

    footer .container .row .col-lg-4:first-of-type .footer_content {
        margin: -37px 0 30px;
    }

    #logo_slider img {
        margin: 0 auto;
    }

    #page_nav ul#desktop_page_nav {
        display: none;
    }

    #slide_in_menu_page {
        display: block;
        position: fixed;
        top: 66px;
        bottom: 0;
        right: -315px;
        background: #fff;
        width: 315px;
        transition: all 1s ease;
        box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.1);
    }

    body #page_nav #slide_in_menu_page ul {
        padding: 5px;
        display: block;
    }

    #page_nav #slide_in_menu_page ul li {
        display: block;
        border-bottom: solid 1px #f8f8f8;
    }

    #page_nav #slide_in_menu_page ul li:last-of-type {
        border-bottom: none;
    }

    #page_nav #slide_in_menu_page ul li a, #page_nav #slide_in_menu_page ul li:first-of-type a {
        padding: 15px 20px;
    }

    #page_nav #slide_in_menu_page ul li:last-of-type a {
        margin: 15px 0 0 15px;
        padding: 10px 15px;
    }

    #page_nav_mob_container {
        height: 66px;
        text-align: right;
        padding: 23px 22px;
        display: block;
    }

    #page_nav_mob_container #menu_tekst_bedrijf {
        display: inline-block;
        position: relative;
        top: -7px;
    }

    #page_nav_mob_knop {
        position: relative;
        height: 22.5px;
        width: 30px;
        display: inline-block;
        cursor: pointer;
    }

    #page_nav_mob_knop span {
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        display: block;
    }

    #page_nav_mob_knop span:nth-of-type(1) {
        top: 0;
        transition: all .25s ease;
    }

    #page_nav_mob_knop span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        transition: all .50s ease;
    }

    #page_nav_mob_knop span:nth-of-type(3) {
        bottom: 0;
        transition: all .25s ease;
    }

    .page_menu #page_nav_mob_knop span:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: top left;
    }

    .page_menu #page_nav_mob_knop span:nth-of-type(2) {
        transform: translateY(-50%) rotate(-360deg);
        opacity: 0;
    }

    .page_menu #page_nav_mob_knop span:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: bottom left; /*top:0;*/
    }

    .page_menu #slide_in_menu_page {
        right: 0;
    }

    .page_menu #page_nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

    .page_menu .waarombedrijf {
        margin: 84px 0 0 0;
    }

    #verhalen_bg {
        padding: 45px 20px;
    }

    #verhalen_slider .slick-next, #verhalen_slider .slick-prev, #bedrijvenslider .slick-next, #bedrijvenslider .slick-prev {
        display: none !important;
    }

    #slider_background {
        padding: 0 20px;
    }

    #slider_background h2 {
        font-size: 24px;
    }

    .faq_container {
        padding: 45px 15px;
    }

    #banner .banner_content.bedrijf {
        position: static;
        transform: none;
    }

    #formulier_in_banner {
        margin: 20px 35px;
        max-width: 100%;
    }

    #banner_formulier_container {
        display: none;
    }

    #naar_formulier_knop {
        display: inline-block;
    }

    #naar_formulier_knop a {
        display: inline-block;
        background: #0094d9;
        border: solid 1px #0094d9;
        padding: 10px 20px;
        color: #fff;
        border-radius: 5px;
        margin: 0 0 10px;
        transition: all .25s ease;
    }

    .mogelijkheidblok {
        margin: 5px 0;
    }

    #bedrijven_formulier_blokje {
        padding: 0 10px;
    }

    body .gform_wrapper#gform_wrapper_4 ul li.gf_left_half, body .gform_wrapper#gform_wrapper_4 ul li.gf_right_half {
        width: 100%;
        display: block;
    }
}

@media (max-width: 500px) {
    #usps_sectie_blok {
        padding: 70px 20px 90px;
    }

    h2.title {
        font-size: 28px;
    }
}

/*menu css*/
@media (max-width: 405px) {
    #main_menu {
        right: -315px;
        width: 315px;
    }

    .menu_open #main_menu {
        right: 0;
    }

    .banner_content h1 {
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    #logo img {
        max-width: 160px;
        margin: 8px 20px 0 20px;
    }
}

/*NEW FORM*/

/*#gform_1 #field_1_2, #gform_1 #field_1_57, #gform_1 #field_1_50 {*/
/*    font-weight: 700;*/
/*    margin: 30px 0 0 0;*/
/*    padding: 30px 0 10px 30px;*/
/*    border: 1px solid lightgrey;*/
/*    border-bottom: none;*/
/*    color: #333;*/
/*    font-size: 18px;*/
/*    background-color: transparent;*/
/*}*/

/*#gform_1 .gform_body > ul > li {*/
/*    border-left: 1px solid lightgrey;*/
/*    border-right: 1px solid lightgrey;*/
/*    margin: 0;*/
/*    padding: 30px 0 0 30px;*/
/*    display: flex;*/
/*    vertical-align: middle;*/
/*    align-items: center;*/
/*}*/

/*#gform_1 li:nth-of-type(5), #gform_1 li:nth-of-type(7), #gform_1 li:nth-of-type(11) {*/
/*    border-bottom: 1px solid lightgrey;*/
/*    !*margin-bottom: 30px !important;*!*/
/*    !*padding: 30px 0 30px 30px !important;*!*/
/*}*/

/*#gform_1 li input[type=text], #gform_1 li input[type=tel], #gform_1 li input[type=email], #gform_1 textarea {*/
/*    margin-top: 0;*/
/*    margin-left: 0;*/
/*    padding: 10px !important;*/
/*    font-size: 15px !important;*/
/*    width: 85%;*/
/*    border: 1px solid lightgrey;*/
/*    max-width: 403px;*/
/*}*/

/*#gform_1 ul li label {*/
/*    float: left;*/
/*    width: 50%;*/
/*    padding-right: 16px;*/
/*    margin-bottom: 16px;*/
/*    text-align: right;*/
/*    margin: 0;*/
/*}*/

/*#gform_1 .gform_body #field_1_56 .ginput_container {*/
/*    width: 100% !important;*/
/*}*/

/*#gform_1 .gform_body #field_1_56 .ginput_container .gfield_radio {*/

/*    width: 100% !important;*/
/*}*/

/*#gform_1 .gform_body #field_1_56 .ginput_container .gfield_radio li label {*/
/*    text-align: left;*/
/*    padding-left: 30px;*/
/*}*/

/*#gform_1 .gform_body #field_1_56 ul li label {*/
/*    width: 100% !important;*/
/*}*/

/*#gform_1 .ginput_container {*/
/*    width: 60% !important;*/
/*    !*margin-left: 50% !important;*!*/
/*    margin: 0;*/
/*}*/

/*#gform_1 .gform_footer {*/
/*    width: 100% !important;*/
/*    margin-left: 0 !important;*/
/*    margin-top: 14px;*/
/*}*/

/*#gform_1 .gform_footer input {*/
/*    width: 100%;*/
/*}*/

/*#gform_1 .gform_body #field_1_57 {*/
/*    border-right: none !important;*/
/*    border-bottom: 1px solid lightgrey;*/
/*    padding: 42px 0 43px 30px !important;*/
/*    width: 48%;*/
/*}*/

/*#gform_1 .gform_body #field_1_58 {*/
/*    border: 1px solid lightgrey;*/
/*    padding: 30px;*/
/*    !*width: 52%;*!*/
/*    width: 100%;*/
/*    display: flex !important;*/
/*    align-items: center;*/

/*}*/

/*#gform_1 .gform_body #field_1_58 .ginput_container {*/
/*    width: 85% !important;*/
/*}*/

/*#gform_1 .gform_body #field_1_58 .ginput_container select {*/
/*    margin-top: 0;*/
/*    margin-left: 0;*/
/*    padding: 10px !important;*/
/*    font-size: 15px !important;*/
/*    width: 92%;*/
/*    border: 1px solid lightgrey;*/
/*}*/

/*#gform_1 .gform_body #field_1_58 .ginput_container select::placeholder {*/
/*    color: #757575;*/
/*}*/

/*#gform_1 .gform_body #field_1_58 label {*/
/*    flex: 0 0 47%;*/
/*    text-align: left;*/
/*    font-weight: 700;*/
/*    border-bottom: none;*/
/*    color: #333;*/
/*    font-size: 18px;*/
/*    background-color: transparent;*/
/*}*/

/*#gform_1 .gform_body #field_1_57,*/
/*#gform_1 .gform_body #field_1_58 {*/
/*    display: inline-block;*/
/*    vertical-align: initial;*/
/*}*/

#field_1_58 {
    margin: 30px 0 0 !important;
}

@media(max-width: 1100px) {
    #header_items {
        display: none;
    }
}