/*  Wordpress CSS */

.alignleft {
    float: left;
    margin: 14px 14px 14px 0;
}

.alignright {
    float: right;
    margin: 14px 0 14px 14px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 14px auto;
}

.alignnone {
    clear: both;
    display: block;
    margin: 14px 0;
}


/* postcode checker */

.postcode-checker .message {
    display: inline-block;
    position: absolute;
    margin: 0;
    margin-top: -20px;
    font-size: 15px;
    width: 200px;
    margin-left: 25px;
}

.c-list--agenda__row .c-pill {
    width: 115px;
    text-align: center;
    font-weight: 600;
}

.c-page-head__mobile-call {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    line-height: 1.9375;
}


/* .c-cta--home{margin-top: 0!important;} */

.o-layout__item table tr td {
    padding: 10px 0;
}


/* Referenties */

.slick-slider-2 .slick-slide {
    margin: 0 20px;
}

.slick-slider-2 .slick-slide:active {
    outline: none;
}

.slick-slider-2 .slick-list {
    margin: 0 -20px;
}


/*.c-slider li {display: block; height: 100%; }
.c-slider .c-box {height: 100%; }
.c-slider .o-media__body {padding-bottom: 150px;}*/

.c-box__link:hover,
.c-box__link:active,
.c-box__link:focus {
    transform: none;
}


/* Kraamlijn */

.kraamlijn {
    display: inline-block;
    margin-right: 5px;
    top: -6px;
    position: relative;
    font-size: 13px;
}


/* Activiteiten */

#em-wrapper .row .item-1 span {
    width: 120px;
    display: block;
}


/* Actie afbeelding */

.actie_afbeelding {
    margin-top: 320px;
}


/* usp */

.c-slab--athens-gray .u-h3 {
    word-wrap: break-word;
    margin-left: 0px !important;
}


/* Footer */

footer .u-text-semi-o-media__body {
    word-break: break-word;
}


/* Ervaringen */

.category-ervaringen ul.tester {}

.c-card__list.ervaringen {
    margin-left: 0px;
}

.o-wrapper--nopadding {
    padding: 0px;
}

.c-card-wrap,
.grid-sizer {
    width: 25%;
}

.grid-sizer {
    display: none;
}

.c-card-wrap {
    width: 300px;
    padding: 16px;
}

.category-ervaringen .center {
    text-align: center;
}

.category-ervaringen .page-numbers {
    background: #FFF;
}

.category-ervaringen .c-slab__bg--line-dark {
    background: none;
    height: 100px;
}

.ervaringen__desc {
    width: 100%;
    /* border-top: 1px #e6e6e6 solid; */
    padding: 5% 0px 4% 0px;
}

.ervaringen__intro {
    text-align: left;
    width: 60%;
    float: left;
    margin-top: -100px;
}

.zorgkaart {
    width: 336px;
    float: right;
}

.ervaringen .c-card {
    height: auto !important;
}

@media (max-width: 600px) {
    .c-card__list.ervaringen {
        align-items: center;
    }
}

@media (max-width: 879px) {
    .ervaringen__intro {
        text-align: left;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .zorgkaart {
        float: left;
        width: 100%;
    }
    .zorgkaart .zkn-widget-type-3 {
        width: 100% !important;
    }
    .zorgkaart .zkn-widget-type-3 .zkn-widget-body {
        max-width: 100% !important;
    }
}

@media (max-width: 400px) {
    .zorgkaart .zkn-widget-type-3 .zkn-widget-body {
        height: inherit !important;
    }
}

.u-padding-vertical-large--grey {
    background: #edeff3;
}

.c-card {
    margin: 0px;
    width: 100%;
    min-height: 0;
}


/* .c-card__image {min-height: 150px;} */

.c-card__bg {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.c-card-wrap a {
    width: 100%;
    display: block;
}

.ervaringen .c-card img {
    width: 100%;
}

.c-card__foot {
    background: #FFF;
    color: #352f32;
    font-weight: 300;
    position: relative;
    height: auto;
}

.c-card__foot .rating {
    background: #aecc52;
    color: #FFF;
    font-family: "marydale";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding-top: 7px;
    padding-left: 17px;
    font-size: 25px;
    position: absolute;
    top: -30px;
    right: 10px;
}

.c-card__foot span.title {
    font-size: 22px;
    line-height: 26px;
    color: #012d4e;
    font-weight: 600;
}

.em-pagination--center {
    text-align: center;
}

.c-card__foot--uitgelicht {
    background: #e02d8a;
    text-align: center;
}

.c-card__foot--uitgelicht div {
    padding-right: 0;
    width: 100%;
}

.c-card__foot--uitgelicht span.title {
    font-family: "marydale", sans-serif;
    font-size: 26px;
    color: #fff;
}

.c-card__foot--uitgelicht span.title .baby {
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
}


/* Homepage blocks */

.block-image {
    width: 100%;
    height: 100%;
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
}

.scroll-up {
    width: 100%;
    position: fixed;
    bottom: -50px;
    right: 50px;
    width: 52px;
    height: 52px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-up.fixed {
    bottom: 50px;
}

.scroll-up a {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 52px;
    height: 53px;
    background-color: #e6e7e9;
    border-radius: 4px;
}

.scroll-up a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}

.home .c-box__link span.link {
    cursor: pointer;
    color: #E02D8A;
}

.home .c-box__link span.link:hover {
    text-decoration: underline;
}

.modal {
    display: none;
    padding: 0;
    max-width: 512px;
    width: 100%;
    overflow: initial;
    padding: 31px;
    border-radius: 10px;
}

.fancybox-close-small {
    position: absolute;
    top: -40px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:before {
    content: 'Sluiten';
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.941em;
    font-weight: 600;
    color: #fff;
}

.fancybox-close-small:after {
    margin-left: 8px;
    content: '\f00d';
    font-family: FontAwesome;
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:hover:after {
    color: #fff;
    background: inherit;
}

.resp_nav_icon {
    display: none;
}

.bevallingslijn {
    display: none;
}

.resp_nav_menu {
    display: none;
}

.dim {
    background: rgba(22, 22, 22, 0.3);
    height: 0;
    width: 100%;
    opacity: 0;
    top: 67px;
    right: 0;
    -webkit-transition: opacity .5s ease, width .1s ease .5s, height .1s ease .5s;
    transition: opacity .5s ease, width .1s ease .5s, height .1s ease .5s;
    z-index: 1;
    position: absolute;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.beoordeling-bold {
    font-weight: 600;
}

#menu-top-menu {
    display: inline-block;
}

.lang-dropdown-btn {
    margin-left: 0px;
    display: inline-block;
}

.lang-dropdown-wrap {
    display: inline-block;
    position: relative;
}

.lang-dropdown-btn:after {
    content: "";
    display: block;
    background: url(../img/arrow-down.png) center no-repeat;
    width: 7px;
    height: 4px;
    float: right;
    margin: 13px 0 0 10px;
    padding-top: 9px;
    background-size:contain;
}

.lang-dropdown-btn:hover {
    cursor: pointer;
}

.lang-dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    margin-top: 50px;
    width: 180px;
    right: -20px;
    padding: 20px;
    border-radius: 5px;
}

.lang-dropdown-menu.visible {
    display: block;
}

.lang-dropdown-menu .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    right: 30px;
    position: absolute;
}

.lang-dropdown-menu .item {
    display: block;
    color: #797979;
}

.lang-dropdown-menu .item .image {
    margin-right: 20px;
}

.c-site-nav__list .dropdown-menu {
    width: 100%;
    display: none;
    visibility: visible;
    top: 40px;
    z-index:-1;
    padding-top:32px;
    padding-bottom:32px;
    border-radius:0 0 40px 40px;
}

.c-site-nav__list .dropdown-menu .o-layout__item .actie {
    width: 100%;
    margin-bottom: 0;
}

.o-layout__item .actie {
    border: 3px #d5d7da dashed;
    border-radius: 5px;
    padding: 35px;
    margin-bottom: 40px;
}

.c-site-nav__list .dropdown-menu li {
    line-height: 1.82353;
}

.c-site-nav__list .dropdown-menu p {
    line-height: 1.82353;
}

.c-site-nav {
    position: static;
}

.c-site-nav__list {
    position: static;
}

.c-site-nav__list li {
    position: static;
}

.c-page-head__top {
    padding-bottom: 0px;
    padding-top: 0px;
}

.c-site-nav__list li.has-dropdown {
    box-sizing: border-box;
    height: 76px;
    line-height: 76px;
}

.c-site-nav__list li.has-dropdown .o-media__img {
    display: inline-block;
}

.c-site-nav__list li.has-dropdown>a:after {
    position: relative;
    top: 25px;
}

.menu-left-side {
    width: 100% !important;
}

.menu-right-side {
    width: 25% !important;
    padding-left: 0px;
    display:none;
}

#dim {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.c-page-head__top {
    z-index: 11;
}

.c-page-head {
    z-index: 10;
}

.c-top-bar.u-padding-vertical-tiny {
    z-index: 11;
    position: relative;
}

.c-site-nav__list .dropdown-menu .col {
    flex:0 0 33.333%;
    display: block;


}

.c-site-nav__list .dropdown-menu .col li {
    width: 100%;
    height: 29px;
    line-height: 20px;
    display: flex;
    align-items:flex-start;
    margin-left: 0px !important;
}

.c-site-nav__list .dropdown-menu .col li:before {
    content: "";
    display: block;
    background: url('../images/arrow-right-grey.png');
    width: 4px;
    height: 7px;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 17px;
}

.c-site-nav__list .dropdown-menu .col li.label:before {
    display: none;
}

.c-site-nav__list .dropdown-menu .col li a {
    font-weight: 300;
    border-bottom: 0px;
    color:#E04095;

}

.c-site-nav__list .dropdown-menu .col li.label {
    color: #444;
    font-size: 19px;
    font-weight: 400;
    height:1em;
}

.actie .titel strong {
    color: #012d4e !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}

.actie p {
    font-size: 18px;
    font-weight: 300;
}

.c-call-spoed {
    display: inline-block;
    margin-right: 20px;
    color: #2c2c2c;
    font-size: 15px;
}

.c-call-spoed a {
    color: inherit;
}

.c-call-spoed i {
    color: #aecc52;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.c-call-spoed--mobile {
    display: none;
}

.c-call-spoed,
.top_menu li a,
.beoordeling-bold {
    font-size: 15px;
}


/* Gravity forms */

.page .gform_wrapper {
    margin-bottom: 25px;
}

.gform_wrapper ul {
    list-style: none;
    margin: 0px;
}

.page-template-template-aanvraag .gform_wrapper ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#gform_9 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#gform_9 .clear-multi {
    display: flex;
}

#input_9_16_3_container,
#input_9_15_3_container {
    margin-right: 0 !important;
}

#input_9_16_3_container:after,
#input_9_15_3_container:after {
    display: none;
}

#gform_9 .clear-multi div {
    margin-right: 20px;
    position: relative;
}

#gform_9 .clear-multi div:after {
    content: "";
    background-color: #e02d8a;
    position: absolute;
    right: -14px;
    top: 25px;
    width: 6px;
    height: 2px;
}

#gform_9 .clear-multi ginput_container_date {
    flex-wrap: wrap;
}

#gform_9 .postcode-letters {
    float: none;
}

#gform_9 .form-block.first {
    width: 100%;
}

.gform_wrapper ul li {
    margin-bottom: 16px;
}

.gform_wrapper label {
    max-width: 200px;
    min-width: 200px;
    margin-right: 31px;
    font-weight: bold;
}

.gfield_radio label,
.gfield_checkbox label {
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}

.gfield_radio label {
    position: relative;
    top: -8px;
}

.gfield_radio label,
.gfield_checkbox label {
    position: relative;
}

.gfield_radio input,
.gfield_checkbox input {
    margin-right: 10px;
}

ul.gfield_radio li,
ul.gfield_checkbox li {
    margin-bottom: 5px;
}

.gform_wrapper input:not( [type=radio]) {
    width: 100%;
}

.gform_wrapper .ginput_container {
    width: 100%;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=date],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel] {
    padding: 8px;
}

.gform_wrapper .gsection h2 {
    display: block;
    width: 100%;
    padding: 8px 0 8px 31px;
    margin-bottom: 31px;
    font-weight: bold;
    color: #1d1d1d;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1rem;
    line-height: 1.82353;
}

#field_8_1 h2 {
    font-size: 2.11765rem;
}

.gform_wrapper .gsection h2 {
    background-image: url(../images/form-icon-1.png);
}

.gform_wrapper .gsection.section-persoonlijke-gegevens h2 {
    background-image: url(../images/form-icon-1.png);
}

.gform_wrapper .gsection.section-verzekeringsgegevens h2 {
    background-image: url(../images/form-icon-2.png);
}

.gform_wrapper .gsection.section-bevallingsgegevens h2 {
    background-image: url(../images/form-icon-3.png);
}

.gform_wrapper .gsection.section-info h2 {
    background-image: url(../images/form-icon-4.png);
}

.gform_wrapper .gsection.welkomstcedeau h2 {
    background-image: url(../images/form-icon-4.png);
}

.gform_wrapper .postcode-cijfers {
    width: 68%;
    float: left;
    margin-right: 2%;
}

.gform_wrapper .postcode-letters {
    width: 30%;
    float: left;
}

.gform_wrapper .woonplaats {
    clear: both;
}

.gform_wrapper .postcode-letters label {
    visibility: hidden;
    display: none;
}

.gform_wrapper .no-label>label {
    display: none;
}

.gform_wrapper .no-label {
    margin-bottom: 0px;
}

.gform_wrapper .newsletter {
    margin-top: 50px;
}

.gform_wrapper .no-label .gfield_checkbox label {
    font-weight: bold;
}

.gform_wrapper .terms-conditions {
    margin-bottom: 30px;
}

.gform_wrapper .gfield_checkbox input[type=checkbox] {
    width: auto;
}

.gform_wrapper .validation_message,
.validation_error {
    color: #f00;
    flex: 1 100%;
    padding-left: 15px;
}

.gform_button.button {
    width: auto !important;
}

.newsletter label {
    position: relative;
    top: -8px;
}


/* - Postal check - */

.valign:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.postal-check {
    text-align: center;
    padding: 6.6145833333% 0px;
    z-index: 1;
}

.postal-check__title {
    margin-bottom: 25px;
}

.postal-check__input {
    width: 185px !important;
    border-radius: 26px !important;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 0.5;
}

.postal-check-popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
}

.postal-check-popup__dim {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.postal-check-popup__block {
    display: none !important;
    vertical-align: middle;
    background: #FFF;
    border-radius: 22px;
    padding: 45px 45px 45px 45px;
    max-width: 450px;
    position: relative;
}

.postal-check-popup__block.show {
    display: inline-block !important;
}

.postal-check-popup__title {
    margin-bottom: 20px;
}

.postal-check-popup__close {
    position: absolute;
    right: 27px;
    top: 27px;
    cursor: pointer;
}

.postal-check-popup__block--negative p {
    margin-bottom: 0px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #aecc52;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto;
    box-shadow: inset 0px 0px 0px #aecc52;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    margin-top: 0px;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.home-icon{
    max-height: 55px;
}

.submenu__owl{
    text-align: right;
}

.submenu__owl svg { width: 35%; margin-bottom: -20px; }

/* Submenu */

.c-site-nav .o-list-bare.c-list--secondary li a {
    text-decoration: none;
}

/* footer */
.footer-items .o-list-bare.c-list--secondary li a {
    text-decoration: none;
}

/* Buttons */

#section-home-experiences .experiences-box .c-btn.c-btn--secondary{
 color: #aecc52;
}

#section-home-experiences .experiences-box .c-btn.c-btn--secondary svg path {
    fill: #aecc52;
}

/*products page */

/* Flex container for products */
.product {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to next line */
    margin-bottom: 30px;
}

/* Product title and text container */
.product__content {
    flex: 70%; /* Take up 70% of the width */
    padding-right: 10px; /* Adjust padding as needed */
    box-sizing: border-box; /* Include padding in the width calculation */
}

/* Product title */
.product__title {
    margin-bottom: 10px; /* Adjust margin as needed */
}

/* Product text */
.product__text {
    margin-bottom: 10px; /* Adjust margin as needed */
}

/* Product images container */
.product__images {
    flex: 30%; /* Take up 30% of the width */
    box-sizing: border-box; /* Include padding in the width calculation */
    text-align: center;
}

/* Product images */
.product__img {
    height: auto; /* Maintain aspect ratio */
}

/* Modifier class for the second image */
.product__img--2 {
    margin-top: 10px; /* Add spacing between the two images */
}

@media (max-width: 768px) {

    .product {
        flex-direction: column;
    }

    .product__content {
        flex: 100%;
    
    }

    .product__images {
        flex: 100%; 
}
}


/* - Animations - */

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #aecc52;
    }
}

@media (max-width: 1550px) {
    .c-site-nav__list li a,
    .c-site-nav__list li a:hover,
    .c-site-nav__list li a:active,
    .c-site-nav__list li a:focus {
        font-size: 15px;
    }
    .actie p {
        font-size: 15px;
    }
    .c-top-bar {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .c-call-spoed {
        font-size: 13px;
    }
}

@media (max-width: 1350px) {
    .e-owl-top-left {
        left: 20px;
    }
    #footer-checker .postcode-checker {
        margin-bottom: 60px;
    }
    .c-slab--athens-gray .u-margin-center\@tablet-and-up div:not(:first-child),
    .u-margin-center\@tablet-and-up a:not(:first-child) {
        margin-left: 16px;
    }
    .c-call-spoed,
    .top_menu li a,
    .beoordeling-bold {
        font-size: 12px;
    }
}

@media (max-width: 739px) {
    .c-slab--athens-gray .u-margin-center\@tablet-and-up div:not(:first-child),
    .u-margin-center\@tablet-and-up a:not(:first-child) {
        margin-left: 0px;
    }
}

@media (max-width: 1420px) {
    .c-page-head__mobile-call {
        display: block;
    }
    .c-top-bar {
        display: none;
    }
    .c-site-nav{
        display: none;
    }
    .inschrijf-btn {
        display: none!important;
    }
    .c-page-head__top-bar {
        display: flex;
    }
    .c-page-head__logo {
        display: inline-block;
    }
    .c-page-head__top {
        padding: 7px 0;
    }
    .c-page-head__logo img {

    }
    .bevallingslijn {
        display: inline-block;
        float: right;
        padding-top: 15px;
        padding-right: 20px;
    }
    .bevallingslijn i {
        font-size: 1.5em;
    }
    .resp_nav_icon {
        float: right;
        display: block;
        margin-top: 16px;
        width: 30px;
        height: 37px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .resp_nav_icon span {
        border-radius: 10px;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #e02d8a;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .resp_nav_icon span:nth-child(1) {
        top: 0px;
    }
    .resp_nav_icon span:nth-child(2),
    .resp_nav_icon span:nth-child(3) {
        top: 8px;
    }
    .resp_nav_icon span:nth-child(4) {
        top: 16px;
    }
    .resp_nav_icon.on span {
        background: #e02d8a;
    }
    .resp_nav_icon.on span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    .resp_nav_icon.on span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .resp_nav_icon.on span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .resp_nav_icon.on span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    .nav_visible {
        overflow: hidden;
        position: fixed;
    }
    .resp_nav_menu {
        background-color: #fff;
        display: block;
        width: 80%;
        z-index: 99999;
        position: fixed;
        top:0;
        /* padding-top: 67px; */
        right: 0;
        bottom: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform .5s ease, width .5s ease;
        transition: transform .5s ease, width .5s ease;
        -webkit-overflow-scrolling: touch;
    }
    .resp_nav_menu .resp_nav_icon {
        position: absolute;
        right: -60px;
        top: 20px;
    }
    .resp_nav_menu .menu_inner {
        overflow-y: scroll;
        position: absolute;
        top: 70px;
        left: 0;
        bottom: 66px;
        right: 0;
        border-top: 1px solid #ebebeb;
        border-left: solid 1px #ebebeb;
    }
    .resp_nav ul {
        margin: 0;
    }
    .resp_nav.resp_main_menu {
        padding: 0 20px;
    }
    .resp_nav.resp_main_menu ul li {
        list-style: none;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        width: 100%;
        display: block;
    }
    .resp_nav.resp_main_menu ul li:last-child{
        display:none;
    }
    .resp_nav.resp_main_menu ul li a {
        color: #2c2c2c;
        padding: 10px 20px;
        display: block;
        font-size: 18px;
    }
    .resp_nav.resp_main_menu ul li a:hover {}
    .resp_nav.resp_main_menu li .sub-menu {
        display: none;
        margin: 0 20px;
    }
    .resp_nav.resp_main_menu li .sub-menu li {}
    .resp_nav.resp_main_menu li .sub-menu li a {
        border-color: #609eda;
        border-bottom-style: dotted;
        border-bottom-width: 2px;
        padding-bottom: 2px;
        color: #609eda;
        text-decoration: none;
        padding-left: 0;
        padding-right: 0;
    }
    .resp_nav.resp_main_menu li .sub-menu li a:hover {
        border-color: #012d4e;
        color: #012d4e;
        border-bottom-style: solid;
    }
    .resp_nav.resp_main_menu li .sub-menu li:last-of-type {
        margin-bottom: 20px;
    }
    .resp_nav.resp_main_menu li .sub-menu li.label {
        margin: 0;
        color: #2c2c2c;
        border: none;
    }
    .resp_nav.resp_main_menu li .sub-menu li.label>a {
        color: #2c2c2c;
        border: none;
    }
    .resp_nav.resp_main_menu li .sub-menu li.label>a:hover {
        background: inherit;
        cursor: default;
    }
    .resp_nav.resp_main_menu li .arrow {
        display: none;
    }
    .resp_nav.resp_main_menu li .arrow:hover {
        cursor: pointer;
    }
    .resp_nav.resp_main_menu li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 13px 20px;
        color: #2c2c2c;
        text-align: center;
        font-size: 18px;
    }
    .resp_nav.resp_main_menu li .arrow.active {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .resp_nav.resp_main_menu li.menu-item-has-children>.arrow {
        display: block;
    }
    .resp_nav.resp_top_menu {
        margin: 20px;
        background-color: #edeff3;
        padding: 20px 15px;
        display:none;
    }
    .resp_nav.resp_top_menu ul li {
        list-style: none;
        position: relative;
        width: 100%;
        display: block;
        line-height: 2;
    }
    .resp_nav.resp_top_menu ul li a {
        color: #797979;
        font-size: 16px;
    }
    .nav_visible .resp_nav_menu {
        position: fixed;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .nav_visible .dim {
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        width: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .c-call-spoed {
        background: #aecc52;
        width: 100%;
        color: #FFF;
        text-align: center;
        padding: 4px 5px;
    }
    .c-call-spoed--mobile {
        display: block;
        font-weight: 500;
    }
    .c-call-spoed i {
        color: #FFF;
    }
}

@media (max-width: 940px) and ( min-width: 768px) {
    .o-flex-items-center\@tablet-and-up.footer-flex-items {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    .em-search-form input[type="text"] {
        width: 100%;
        margin: 0;
        margin-bottom: 8px;
    }
    .em-search-wrapper button {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #em-wrapper .row .item-1 span {
        width: auto;
    }
    .modal {
        width: 80%;
    }
    .agenda-top {
        display: none;
    }
    .c-egg {

    }
    .c-egg .o-form__input--extra-small {

    }
    .c-egg .c-btn--small {
        padding: 2px 10px;
    }
    #block_cta div {
        width: 100%;
    }
    #block_cta .u-text-big {
        width: 100%;
    }
    #ervaringen .text {
        width: 100% !important;
    }
    #ervaringen .slider {
        width: 100% !important;
    }
    .o-flex-items-center\@tablet-and-up.footer-flex-items {
        text-align: center;
    }
}

@media (max-width: 740px) {
    #submenu {
        display: none;
    }
    .o-layout__item {
        margin-top: 30px;
    }
    #first_blok {
        margin-bottom: 30px;
    }
    .c-box--grid2 {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    /* Header slider */
    .e-owl-header {
        display: none;
    }
    .postal-check-popup__block {
        width: 320px;
        max-width: 100%;
    }
    .page-template-template-aanvraag .gform_wrapper ul li {
        flex-direction: column;
    }
    .page-template-template-aanvraag .gform_wrapper ul.gfield_radio li,
    .page-template-template-aanvraag .gform_wrapper ul.gfield_checkbox li {
        flex-direction: row;
    }
    #gform_9 ul li {
        flex-direction: column;
    }
    /* 	#gform_9 ul.gfield_radio li, .page-template-template-aanvraag .gform_wrapper ul.gfield_checkbox li { flex-direction: row; } */
    .gform_wrapper {
        overflow: hidden;
    }
    .gform_wrapper .postcode-letters label {
        display: block;
    }
}

@media (max-width: 400px) {
    #block_cta div.button {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .bevallingslijn {
        display: none;
    }
}
