.bim-content {
    font-size: 18px;
    line-height: 1.8;
}
/* Language switcher */
.polylang_langswitcher {
    list-style: none;
    padding: 0;
    display: flex;
}

.fusion-header .fusion-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.fusion-header .fusion-row:before, .fusion-header .fusion-row:after {
    display: none;
}

.polylang_langswitcher li {
    margin: auto 10px;
    line-height: 11px;
}

.polylang_langswitcher li a {
    padding: 10px 15px;
    border: solid 1px #e5e5e5;
}

.polylang_langswitcher li.current-lang {
    display: none;
}
/* END Language switcher */
/* Home */
.page-template-tpl-pseudo #main {
    padding: 0!important;
}

.column-1-home .bim-html {
    background-image: url(https://d-uniteurope.com/wp-content/uploads/2022/02/457afadf-b12c-40d0-a859-070fd0f34ef1-300x225.jpg);
    background-size: 100%;
}

.column-2-home .bim-html {
    background-image: url(https://d-uniteurope.com/wp-content/uploads/2022/02/7ff055d7-8968-4d1f-b51e-4ffc81fc7cc4-300x169.jpg);
    background-size: 100%;
}

.column-3-home .bim-html {
    background-image: url(https://d-uniteurope.com/wp-content/uploads/2021/05/schade-gevelspuiten-1-225x300.jpg);
    background-size: 100%;
}

.column-4-home .bim-html {
    background-image: url(https://d-uniteurope.com/wp-content/uploads/2020/02/542-225x300.jpg);
    background-size: 100%;
}

.page-template-tpl-pseudo #main .fusion-row {
    max-width: 100%;
}

.bim-contained .bim-container {
    max-width: 1200px;
}

.bim-hero:not(.bim-contained) {
    padding: 150px 0;
}

.bim-hero > img {
    opacity: 0.5;
}

.bim-usps {
    padding: 0;
    width: 100%;
}

.bim-usps ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.bim-usps ul li {
    list-style: none;
    margin: 5px;
}

.bim-no-padding {
    padding: 0;
}

.bim-services .bim-col-3 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bim-services .bim-col-3 .bim-text {
    background-color: #f2f2f2;
    flex-grow: 2;
}

.bim-services .bim-col-3 .bim-html {
    background-color: #fed03d;
    text-align: center;
    font-size: 3em;
}

.bim-services .bim-col-3 h3 {
    background-color: #1e1e1e;
    color: #ffffff;
    font-size: 0.9em;
    margin: 0;
}

.bim-services .bim-col-3 p {
    font-size: 0.9em;
    padding: 15px;
    line-height: 1.8;
    margin: 0;
}

.button {
    padding: 16px 32px;
    display: inline-block;
    background-color: #fed03d;
    font-size: 18px;
    line-height: normal;
    margin: 0 10px;
}

.bim-click-overlay {
    position: absolute;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    transition: all 200ms ease-in-out;
}

.bim-click-overlay:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.bim-hero h1 {
    font-size: 38px;
    line-height: 1.5!important;
    text-align: center;
}

.bim-hero .button {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 10px 32px;
    transition: all 200ms ease-in-out;
}

.button:hover {
    color: #ffffff;
    background-color: #111111;
}

.bim-usps .bim-column {
    padding: 0;
}

.bim-column-full .bim-column {
    display: flex;
}

@media (min-width: 768px) {
    .bim-hero .bim-image img {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .bim-usps ul li {
        display: none;
    }

    .bim-usps ul li:nth-child(2) {
        display: block!important;
    }

    .bim-usps ul {
        justify-content: center;
    }

    .column-1-home .bim-text, .column-2-home .bim-text, .column-3-home .bim-text, .column-4-home .bim-text {
        padding: 0px 0px 50px 0px;
    }

    .bim-content {
        width: 100%;
    }

    .bim-hero .bim-column:nth-child(2) {
        display: none;
    }

    .bim-services .bim-col-3 .bim-text {
        padding: 0;
    }

    .bim-icons .bim-col-4 .bim-text {
        padding: 0 0 0 15px;
        width: 80%;
    }

    .bim-icons .bim-col-12 .bim-text {
        padding: 0;
    }

    .bim-icons .bim-html {
        width: 20%;
    }

    .button {
        display: block;
        text-align: center;
    }

    .bim-icons {
        padding: 25px 0;
        margin: 25px 0;
    }

    .onw-images .bim-column:not(.onw-mobile-show) {
        display: none;
    }

    .bim-usps .bim-text {
        padding: 0;
    }

    .bim-icons .bim-col-4 {
        display: flex;
        align-items: center;
        margin: 15px 0;
    }

    .bim-icons .bim-col-4 .bim-text * {
        text-align: left!important;
        line-height: 1.8;
        margin: 5px 0 0;
    }
}

/* END Home */
/* Landingspagina */
.bim-comparison-images .bim-image img {
    height: 400px;
}

.fa-camera, .fa-upload, .fa-file-invoice-dollar {
    font-size: 60px;
}

.bim-icons {
    padding: 75px 0;
    background-color: #fed03d;
    color: #212121;
}

.offerte {
    margin-bottom: 20px
}

.onw-slider .bim-image {
    height: 500px;
    padding: 0 15px;
}

.slick-next:before, .slick-prev:before {
    color: #212121!important;
}

.onw-usp-row ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.onw-usp-row ul i {
    font-size: 1.5em;
    margin-right: 15px;
}

.onw-usp-row ul li {
    display: flex;
    align-items: center;
}

.onw-usp-row {
    padding: 15px 0;
}

.onw-video .bim-html {
    position: relative;
    height: 0;
    padding-bottom: 56%;
}

.onw-video .bim-html iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.onw-hero {
    padding: 100px 0;
}

.bim-colour-grey.bim-services .bim-col-3 .bim-text {
    background-color: #ffffff;
}

.onw-portfolio .bim-col-12 {
    display: block;
}

.bim-content h1, .bim-content h2, .bim-content h3, .bim-content h4 {
    font-weight: 600!important;
}

@media (max-width: 767px) {
    .button + .button {
        margin-top: 25px;
    }

    .onw-usp-row ul li {
        width: 100%;
        margin: 10px 50px;
    }

    .onw-usp-row ul i {
        width: 30px;
        text-align: center;
    }

    .bim-content h3 br {
        display: none;
    }

    .onw-video {
        padding: 0;
    }

    .bim-content h4 {
        text-align: center!important;
    }

    .bim-services .bim-col-3 {
        margin-bottom: 25px;
    }

    .bim-content .slick-prev {
        left: 25px;
    }

    .bim-content .slick-next {
        right: 25px;
    }

    .bim-content .slick-next:before, .bim-content .slick-prev:before {
        font-size: 2rem;
        line-height: 39px;
    }

    .bim-content .slick-next, .bim-content .slick-prev {
        width: 35px;
        z-index: 1;
        line-height: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 100%;
    }
}

/* END Landingspagina */
