/* home */
/* eerste colomn geen background */
#ajax-content-wrap .main-content > .row > .vc_row:first-child > .span_12 > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    background-image: none !important;
}

/* icons */

body [class^=icon-].icon-tiny {
    line-height: 23px;
    height: 28px;
    width: 6px;
    margin-right: 0px;
    margin-left: 11px;
    font-size: 20px;
    color: white;
}

/* images */
 .jaar10 {
    max-width: 25vw !important;
}

.jaar45 {
    max-width: 40vw !important;
    padding-bottom: 8% !important;
}
/* 45border */
.bRad{ border-radius: 50%;}



/* logo in header */
@media screen and (min-width: 1000px) {
    #header-outer[data-header-resize="1"] #logo img, #header-outer[data-header-resize="1"] .logo-spacing img {
        opacity: 0;
    }
}

@media screen and (min-width: 1000px) {
    #header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) #logo img, #header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) .logo-spacing img {
        opacity: 1;
    }
}

#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 29px;
}

/* flip boxes */

.nectar-flip-box .flip-box-back[data-bg-overlay=true]:after, .nectar-flip-box .flip-box-front[data-bg-overlay=true]:after {
    background: #1e1e1e;
    background: linear-gradient(180deg, rgba(249, 247, 246, 0) 10%, rgb(0 0 0 / 87%) 38%, rgb(0 0 0) 62%, rgba(255, 255, 255, 0) 91%);
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: #ffffff7a;
    top: -4px;
}

.nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
    padding-top: 140px;
}

/* achterkant lihnking */
.full-link-flipbox .flip-box-back .inner a {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 270px;
    padding-bottom: 250px;
}

/* balk relief */
.vc_column-inner .column-overlay-layer {
    background-image: linear-gradient(360deg, #1e1f2142 48%, rgb(28 29 31 / 22%) 40%, rgb(42 43 46) 82%, rgb(58 59 62) 85%, rgb(36 37 39) 98%, rgb(44 45 47) 101%, rgb(8 9 10 / 38%) 99%) !important;
}

