:root {
    --red: #ff0000;
}

/* Lato-Regular */
@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/Lato-Regular.woff2") format("woff2"),
        /* Correcte extensie */ url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

/* Lato-Heavy */
@font-face {
    font-family: "LatoHeavy";
    src: url("../fonts/Lato-Heav.woff2") format("woff2"),
        /* Correcte extensie */ url("../fonts/Lato-Heav.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* Exo2-SemiBold */
@font-face {
    font-family: "Exo2SemiBold";
    src: url("../fonts/Exo2-SemiBold.woff2") format("woff2"),
        /* Correcte extensie */ url("../fonts/Exo2-SemiBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
/* Aviano-Future-W01-Bold */
@font-face {
    font-family: "AvianoFutureW01Bold";
    src: url("../fonts/Aviano-Future-W01-Bold.woff2") format("woff2"),
        /* Correcte extensie */ url("../fonts/Aviano-Future-W01-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
:root {
    --blauw: #0075DB; /*Blauw*/
    --rood: #DF393B; /*Rood*/
    --groen: #009900; /*Groen*/
    --lichtBlauw: #E5F1FC; /*Groen*/
    --donkerGrijs: #2C2E31; /*Donker Grijs*/
    --grijs: #F3F3F3; /*Grijs*/
    --fontheading: "Exo2SemiBold";
    --fontparagraph: "LatoRegular";
    --fontsor: "AvianoFutureW01Bold";
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: var(--fontparagraph);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontheading);
    margin-bottom: 12px;
}
h1 {
    font-size: 55px;
    margin-bottom: 22px;
}
h2 {
    font-size: 36px;
    margin-bottom: 22px;
}
h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 25px;
}
p {
    font-size: 18px;
    line-height: 1.7;
}

a {
  color: black;
}

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

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

/*Baan stylen*/
.om-baan {
    width: 100vw;
    padding: 80px 0px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.baan-style-blauw {

    background-color: var(--lichtBlauw);

}

.baan-style-grijs {

    background-color: var(--grijs);

}

.baan-titel h2 {

    margin-bottom: 38px;

}

.omhoog-ja {
    margin-top: -140px;
    padding-top: 0px;
}

span.sor,
.sor {
    font-family: var(--fontsor);
    color: var(--rood);
}

.page-header .sor {
    color: white;
}

.page-header strong.sor {
    padding: 1px 12px 0px;
}

.heleAfbeelding span.sor,
.plaatjePraatjeRood span.sor{
    color: white;
}

joomla-alert {
    display: none !important;
}

/*Component*/

.component {
    position: relative;
}

/*weggehaald ivm conflict producten pagina*/

/*.min-h-component {*/
/*    position: relative;*/
/*    min-height: 500px;*/
/*}*/

.component .foto {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    z-index: 1;
    padding-right: 0px;
    overflow: hidden;

}

.product .component .foto {
    position: relative;
    width: 50%;
    left: unset;
}

.component .foto img {
    object-fit: cover;
    height: 55px;
    max-height: -webkit-fill-available;
}

.product .component .foto.foto-los {
    padding: 12px;
    padding-right: 24px;
}

.component .foto.foto-los img {
    max-height: 450px;
    margin-top: 60px;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 8px #00000040;
    height: auto;
}

.tekst {
    padding: 60px 120px 60px 0px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.baan-type-1 .tekst,
.baan-type-4 .tekst {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

/*Knoppen*/

.btn-primary,

.btn-secondary,

.btn-tertiair,

.light-container .btn-group-vertical>.btn, .btn-group>.btn,

.btn-warning {

    color: white;

    font-size: 20px;

    text-decoration: none;

    padding: 19px 26px 22px 26px;

    background: url(/images/svg/knop-rood.svg) no-repeat center / contain;

    text-align: center;

    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    position: relative;

    border: none;

    font-family: var(--fontheading);

}

.btn-primary::after,

.btn-secondary::after,

.btn-tertiair::after {

    content: '';

    display: inline-block;

    width: 18px;

    height: 18px;

    background: url(/images/svg/pijltje-wit.svg) no-repeat center / contain;

    margin-top: 3px;

}

.btn-secondary a {

    text-decoration: none;

}

.btn-tertiair {

    background: none;

}

.btn-primary a {

    text-decoration: none;

}

.btn-secondary {

    background: url(/images/svg/knop-blauw.svg) no-repeat center / contain;

}

.btn-primary:hover {

    background-color: color-mix(in srgb, var(--kleur1) 65%, white 35%);

}

/*Verbergen op desktop*/

.hidden-desktop {

    display: none;

}

.scroll-top {

    display: none;

    width: 44px;

    height: 44px;

    position: fixed;

    left: 30px;

    bottom: 120px;

    color: #fff;

    white-space: nowrap;

    overflow: hidden;

    background-color: var(--rood);

    cursor: pointer;

    border-radius: 10px;

    z-index: 25;

}

.scroll-top:before {

    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com/ License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M374.6 246.6C368.4 252.9 360.2 256 352 256s-16.38-3.125-22.62-9.375L224 141.3V448c0 17.69-14.33 31.1-31.1 31.1S160 465.7 160 448V141.3L54.63 246.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160C387.1 213.9 387.1 234.1 374.6 246.6z'/%3E%3C/svg%3E");

    display: block;

    margin: 14px 16px;

    filter: invert(1);

}

.kleine-rode-tekst {

    color: var(--rood);

    font-size: 16px;

}

/*Topbar*/

.topbar {

    background-color: var(--rood);

    padding: 12px 0px;

    color: white;

    align-items: center;

    position: relative;

}

.topbar .row {

    justify-content: space-between;

    position: relative;

}

.top-left,

.top-right {

    width: auto;

}

.topbar a {

    color: white;

    text-decoration: none;

}

.top-bar-row {

    position: relative;

}

.topbar p {

    margin: 0;

    font-size: 13px;

}

.left-topbar {

    display: flex;

    gap: 35px;

    align-items: center;

}

/*Header*/

.navbar-nav .dropdown-menu {

    position: absolute;

    background: white;

}

li.nav-item.dropdown {

    position: relative;

}

li.nav-item.dropdown:after {

    content: '';

    display: inline-block;

    width: 18px;

    height: 18px;

    background: url(/images/svg/driehoek-wit-nav-dropdown.svg) no-repeat center / contain;

    top: 3px;

    left: 8px;

    position: relative;

}

#desktopMainMenu a:hover {

    color: black;

}

.navbar-nav .dropdown .dropdown-menu a {

    color: black;

    padding-bottom: 5px;

}

.navbar-nav .dropdown .dropdown-menu .nav-item {
    margin-bottom: 17px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 6px;
}

.navbar-nav .dropdown .dropdown-menu .nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

header .navbar-nav {
    flex-direction: row;
}

.contrast a {
    color: white;
    font-size: 20px !important;
    text-decoration: none;
    padding: 22px 26px;
    background: url(/images/svg/knop-blauw.svg) no-repeat center / contain;
    text-align: center;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-top: -22px;
    margin-bottom: -22px;
    font-family: var(--fontheading);
}

.contrast a::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/svg/pijltje-wit.svg) no-repeat center / contain;
}

.secondary-header .row {
    justify-content: space-between;
    align-items: center;
    width: inherit;
    margin: auto;

}

.secondary-header nav.menu {
    padding: 0px;
}

a.logo img {
    width: 157px;
}

.logo,
.menu {
    width: auto;
}

.header .row {
    justify-content: space-between;
    align-items: center;
}

.site-header .header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 0px;
    background: white;

}

.offcanvas.offcanvas-end {

    background-color: white;

    z-index: 10000;

}

.header-sticky-placeholder {

    height: 0;

}

.header-sticky-placeholder.active {

    height: var(--element-height, 0px);

}

.header-stack.autohide {

    position: relative;

    width: 100%;

    z-index: 1030;

    transform: translateY(0);

    transition: transform 300ms ease-in-out;

}

.header-stack.autohide.is-sticky {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

}

.header-stack.autohide.is-hidden {

    transform: translateY(-100%);

}

/*Menu*/

ul.mod-menu.mod-list.nav {

    gap: 75px;

}

ul.mod-menu.mod-list.nav a {

    text-decoration: none;

}

.navbar > .container-fluid {

    display: block;

}

/* Hamburger menu */

.navbar-toggler-icon {

    background-image: url(/images/svg/hamburger.svg);

    width: 55px;

    height: 42px;

}

.navbar-toggler {

    border: none;

    padding: none;

}

.dropdown:hover .dropdown-menu {

    display: block;

    margin-top: 0;

    padding: 12px;

    width: 250px;

}

.navbar-expand-lg {

    display: block;

}

ul.navbar-nav {

    gap: 50px;

}

.header .navbar-nav a {

    color: var(--rood);

    text-decoration: none;

    font-size: 16px;

    font-family: var(--fontheading);

}

.secondary-header {

    padding-top: 20px;

    background-color: #000000;

}

.secondary-header .dropdown {

    height: 53px;

}

.secondary-header .dropdown:hover .dropdown-menu {

    margin-top: 27px;

}

.secondary-header .dropdown:hover .dropdown-menu:before {

    content: '';

    position: absolute;

    width: 32px;

    height: 32px;

    background: url(/images/svg/driehoek-wit-nav.svg) no-repeat center / contain;

    top: -24px;

    left: 20px;

}

.secondary-header .navbar-nav a,
span.mod-menu__heading.nav-header {

    color: white;

    text-decoration: none;

    font-size: 22px;

    font-family: var(--fontheading);

}

.secondary-header ul.navbar-nav {

    gap: 77px;

}

/*Search module*/

.search,

.secondary-header nav.menu {

    width: fit-content;

}

.secondary-right {

    width: fit-content;

    display: flex;

    gap: 62px;

    align-items: center;

    margin-top: -21px;

}

#searchButton:before {

    content: " ";

    background-image: url(/images/svg/zoek-icoon.svg);

    background-size: contain;

    width: 25px;

    height: 25px;

    float: left;

}

#searchButton {

    width: 25px;

    overflow: hidden;

    white-space: nowrap;

    cursor: pointer;

    margin-left: 15px;

    display: block;

}

#form-search {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    background: rgba(36, 36, 36, 0.6);

    z-index: 1050;

    justify-content: center;

    align-items: center;

}

.modal-search {

    padding: 30px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);

    max-width: 96%;

    display: flex;

    flex-direction: column;

    align-items: center;

    background-color: var(--donkerGrijs);

    border-radius: 10px;

}

.modal-search label {

    font-family: var(--fontheading);

    padding: 0 0 25px 0;

    text-align: left;

    width: 100%;

    color: #fff;

    font-size: 30px;

}

.input-group {

    display: flex;

    align-items: center;

    width: 446px;

    max-width: 100%;

    border-radius: 5px;

}

.js-finder-search-query {

    background-color: #fff;

    color: #000;

    font-size: 24px;

    height: 60px;

    border-radius: 5px 0 0 5px;

}

.js-finder-search-query:focus {

    background-color: #fff;

}

.com-finder {

    padding-top: 100px;

    padding-bottom: 100px;

}

.result__title-text {

    background: var(--kleurheading);

}

/* Finder component + module styling */
.com-finder.finder {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.com-finder .com-finder__form {
    margin-bottom: 28px;
}

.com-finder .form-inline {
    display: block;
}

.com-finder .form-inline > label {
    display: block;
    margin-bottom: 10px;
    font-family: var(--fontheading);
    color: var(--donkerGrijs);
}

.com-finder .input-group {
    width: 100%;
    max-width: 100%;
    gap: 10px;
    align-items: stretch;
}

.com-finder .awesomplete {
    flex: 1;
}

.com-finder .js-finder-search-query {
    width: 100%;
    min-height: 54px;
    padding: 10px 14px;
    font-size: 18px;
    border: 1px solid #d3d8df;
    border-radius: 8px;
}

.com-finder .js-finder-search-query:focus {
    border-color: var(--blauw);
    box-shadow: 0 0 0 3px rgba(0, 117, 219, 0.15);
    outline: none;
}

.com-finder button.btn.btn-primary {
    min-height: 54px;
    border-radius: 8px;
    padding: 0 22px;
}

.com-finder__explained p {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 4px solid var(--blauw);
    background: #f5f9ff;
    border-radius: 6px;
}

.com-finder__results-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.com-finder .result__item {
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    background: #ffffff;
    padding: 16px 18px;
}

.com-finder .result__title {
    margin: 0 0 10px;
}

.com-finder .result__title-link {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    text-decoration: none;
}

.com-finder .result__title-text {
    background: transparent;
    color: var(--blauw);
    font-family: var(--fontheading);
    font-size: 28px;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.com-finder .result__title-url {
    color: #6e7681;
    font-size: 14px;
    font-style: normal;
    word-break: break-all;
}

.com-finder .result__description {
    margin: 0 0 10px;
    color: #1d232b;
    line-height: 1.65;
}

.com-finder .result__date {
    font-weight: 600;
    margin-right: 8px;
}

.com-finder .result__date,
.com-finder .result__taxonomy--Type,
.com-finder .result__taxonomy--Author {
    display: none;
}

.com-finder .result__taxonomy {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.com-finder .result__taxonomy-item {
    padding: 6px 10px;
    border: 1px solid #dfe5ee;
    border-radius: 999px;
    background: #f8fbff;
    font-size: 14px;
}

.com-finder .result__taxonomy-item span {
    font-weight: 700;
    margin-right: 4px;
}

.com-finder .com-finder__counter {
    margin-top: 16px;
    color: #4d5662;
    font-size: 15px;
}

.com-finder .com-finder__tips {
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    background: #f9fbfd;
}

.com-finder #finder-filter-window {
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    padding: 14px;
    background: #ffffff;
}

.com-finder #finder-filter-window .control-group {
    margin-bottom: 12px;
}

.com-finder #finder-filter-window .control-label {
    margin-bottom: 6px;
    font-family: var(--fontheading);
}

.com-finder #finder-filter-window .form-select {
    border: 1px solid #d3d8df;
    border-radius: 8px;
    min-height: 44px;
}

@media only screen and (max-width: 768px) {
    a.contrast[href="/vraag-offerte-aan"] {
        padding: 12px 16px !important;
    }

    a.logo {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    nav.menu.hidden-desktop {
        padding-left: 16px;
    }

    .com-finder.finder {
        padding: 16px;
        border-radius: 10px;
    }

    .com-finder .input-group {
        flex-direction: column;
    }

    .com-finder button.btn.btn-primary {
        width: 100%;
        justify-content: center;
    }

    .com-finder .result__title-text {
        font-size: 22px;
    }
}

/*Hero*/

.page-header {
    background-size: cover;
    padding: 100px 40px 180px 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    color: black;
}

.page-header.header-bg {

    color: white;

    min-height: 500px;

}

.page-header strong,

.rode-achtergrond {

    background-color: var(--rood);

    padding: 1px 12px 10px;

}

.rode-achtergrond {

    background-color: var(--rood);

    padding: 5px 9px 2px;

}

/*Telefoon en mail*/

.mail,

.tel {

    display: flex;

    align-items: center;

}

.locatie {

    display: flex;

}

.mail:before,

.tel:before,

.locatie:before {

    content: "";

    height: 32px;

    display: inline-block;

    margin-right: 12px;

}

.footer .locatie:before {

    top: 6px;

    position: relative;

    height: 24px;

    width: 16px;

}

.mail:before {

    content: '';

    height: 16px;

    width: 18px;

    background-repeat: no-repeat;

    background-size: contain;

    mask: url(/images/svg/mail.svg) no-repeat;

    background: white;

}

.locatie:before {

    content: '';

    height: 21px;

    width: 17px;

    background-repeat: no-repeat;

    background-size: contain;

    mask: url(/images/svg/locatie.svg) no-repeat;

    background: white;

}

.tel:before {

    content: '';

    height: 21px;

    width: 17px;

    background-repeat: no-repeat;

    background-size: contain;

    mask: url(/images/svg/telefoon.svg) no-repeat;

    background: white;

}

.contact .tel:before,

.contact .mail:before,

.contact .locatie:before {

    background: var(--rood);

    width: 24px;

    height: 25px;

}

.contact .topbar .tel:before,

.contact .topbar .mail:before,

.contact .topbar .locatie:before {

    background: white;

    height: 21px;

    width: 17px;

}

.contact .locatie p {

    margin-bottom: 0px;

}

.contact .locatie {

    align-items: center;

}

.contact .locatie:before {

    height: 32px;

}

.mail a,

.tel a {

    text-decoration: none;

}

/*Artikel vinkjes class*/

.vinkjes li,

.vinkjes ul li,

p.vinkjes {

    position: relative;

    line-height: 24px;

    list-style-type: none;

    margin-left: 7px;

    margin-bottom: 15px;

}

p.vinkjes {

    margin-left: 42px;

}

.vinkjes li:before,

.vinkjes ul li:before,

p.vinkjes:before {

    position: absolute;

    left: -40px;

    top: 1px;

    width: 28px;

    height: 28px;

    content: '';

    background: url('/images/svg/vinkje.svg') center / contain no-repeat;

    top: -3px;

}

/*mod_custom*/

.heleAfbeelding {

    width: 100vw;

    position: relative;

    left: 50%;

    right: 50%;

    margin-left: -50vw;

    margin-right: -50vw;

    background-size: cover;

}

.heleAfbeelding  {

    color: white;

    padding: 100px 0px;

    margin-top: -80px;

    margin-bottom: -80px;

}

.custom-home-module {

    display: flex;

    align-items: center;

    gap: 32px;

}

.custom-home-module .first {

    padding-right: 62px;

}

/*Cards*/

.card-readmore a {

    text-decoration: none;

}

.card-text {

    margin-top: 12px;

}

.card-tag {

    padding: 4px 10px 4px 10px;

    display: inline-block;

    margin-bottom: 10px;

    border-radius: 15px;

    text-decoration: none;

    margin-right: 1rem;

    background-color: #E7E7E7;

    color: black;

}

.card-body {

    padding: 20px 20px 44px 20px;

}

.card-title {

    margin-top: 12px;

}

.cards.row {

    row-gap: 32px;

}

.card {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    min-height: 100%;

    position: relative;

    padding-bottom: 20px;

    border: none;

}

.card:hover {

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

    transition: all 0.3s;

}

.card-readmore .btn-primary {

    width: auto;

}

.project-cards .card {

    background: var(--blauw);

    color: white;

    padding-bottom: 0px;

}

.project-cards .card-body {

    padding: 0px 20px 0px 20px;

}

.card-read-more {

    margin-top: 40px;

}

/*Video module*/

.video-container {

    border-radius: 15px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    width: 100%;

    height: 428px;

    display: flex;

    align-items: center;

    justify-content: center;

}

#playButton {

    width: 140px;

    cursor: pointer;

}

#youtubeModal {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.8);

    z-index: 1050;

    justify-content: center;

    align-items: center;

}

.modal-content-custom {

    background: white;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    max-width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.close-modal-button {

    align-self: flex-end;

    font-size: 1.5rem;

    cursor: pointer;

    border: none;

    background: none;

}

.modal-content-custom iframe {

    width: 560px;

    height: 315px;

    max-width: 100%;

}

/*Webdelta card repeater*/

.webdelta-cards-wrapper {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 18px;

}

.webdelta-card {

    background: #2C2E31;

    color: white;

    padding: 20px;

    width: 23%;

    border-radius: 4px;

    text-align: center;

    box-shadow: 4px 4px 8px #00000040;

}

.webdelta-card-icon img {

    width: 50px;

    height: 50px;

    object-fit: contain;

    margin-bottom: 20px;

}

.webdelta-card-title {

    font-size: 23px;

    font-family: var(--fontheading);

    margin-bottom: 24px;

}

.webdelta-card-text {

    font-size: 18px;

    line-height: 1.7;

}

p.webdelta-card-text {

    margin-bottom: 0px;

}

.light .webdelta-card {

    width: 100%;

}

/*Image slider*/

.tns-outer {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column-reverse;

}

.tns-nav {

    text-align: center;

    padding: 10px 0;

}

.tns-nav button {

    width: 20px;

    height: 20px;

    margin: 0 5px;

    border: 0;

    border-radius: 50%;

    padding: 0;

    outline: none;

}

.tns-nav button:hover {

    background-color: #555;

    cursor: pointer;

}

.tns-nav-active {

    background-color: var(--kleurCta);

}

.mod-webdelta-image-slider {

    max-width: 100%;

    position: relative;

    overflow: visible;

}

.mod-webdelta-image-slider .slider-item img {
    filter: grayscale(100%);
}

.tiny-slider-container {

    width: 100%;

    position: relative;

}

.mod-webdelta-image-slider .tiny-slider {

    padding: 10px 0px;

}

.slider-item {

    width: 100%;

    position: relative;

    display: flex;

    justify-content: center;

}

.slider-image {

    width: 100%;

    height: auto;

    display: block;

}

.slider-lightbox {

    display: none;

    position: fixed;

    z-index: 1040;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.8);

    justify-content: center;

    align-items: center;

    padding: 10px;

}

.slider-lightbox--visible {

    display: flex;

}

.slider-lightbox img {

    max-width: 90%;

    max-height: 90%;

    object-fit: contain;

}

.lightbox-prev,

.lightbox-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: rgba(0, 0, 0, 0.5);

    color: white;

    border: none;

    padding: 10px;

    cursor: pointer;

    font-size: 24px;

    z-index: 1041;

}

.lightbox-prev {

    left: 10px;

}

.lightbox-next {

    right: 10px;

}

.controls {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

    z-index: 1000;

    pointer-events: none;

}

.controls button {

    pointer-events: auto;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background-color: var(--kleurCta);

    color: white;

    border: none;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: background-color 0.3s;

    font-size: 1.2em;

}

.controls button:hover {

    background-color: var(--kleurCta);

}

.controls .prev {

    left: -30px;

}

.controls .next {

    right: -30px;

}

.tns-horizontal.tns-subpixel>.tns-item {

    vertical-align: middle !important;

}

/*Producten weergave artikelen*/

/* Product specificatie tabel */

.specificatie-tabel {

    margin-top: 3rem;

    margin-bottom: 3rem;

}

.product-spec-table-wrapper {

    overflow-x: auto;

}

.product-spec-table {

    width: 100%;

    border-collapse: collapse;

    font-size: 1rem;

    line-height: 1.6;

    min-width: 320px;

}

.product-spec-table thead th {

    background-color: #c8102e;

    color: #fff;

    font-weight: 600;

    padding: 12px 24px;

    text-align: left;

}

.product-spec-table p {

    margin-bottom: 0px;

    padding-left: 24px;

}

.product-spec-table td,

.product-spec-table th {

    border-color: #d7d7d7;

    border-style: solid;

    border-width: 1px;

    padding: 9px 0px;

}

.product-spec-table tbody th {

    font-weight: 600;

    padding: 12px 24px;

    vertical-align: top;

    width: 32%;

}

.product-spec-table tbody tr:nth-child(even),

.product-spec-table tbody tr:nth-child(even) {

    background-color: #f2f2f2;

}

.product-spec-table ul {

    margin: 0;

    padding-left: 1.2em;

}

.product-spec-table li {

    margin-bottom: 0.35em;

}

/* card table */

.card-table {

    width: auto;

    margin: 0px;

    border-collapse: collapse;

    overflow: hidden;

}

.card-table thead th {

    background-color: #c8102e;

    color: #fff;

    font-weight: 600;

    padding: 12px 16px;

    text-align: left;

}

.card-table td,

.card-table th {

    padding: 8px 16px;

}

.card-table tbody td.truncate {

    max-width: 250px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.card-table tbody th {

    font-weight: 600;

    vertical-align: top;

    width: 35%;

}

.card-table tbody tr:nth-child(even) {

    background-color: #f2f2f2;

}

/*Formulier*/

.formResponsive textarea,

.formResponsive input[type="text"],

.formResponsive input[type="number"],

.formResponsive input[type="email"],

.formResponsive input[type="tel"],

.formResponsive input[type="url"],

.formResponsive input[type="password"] {

    width: -webkit-fill-available;

    padding: 10px 10px 6px 10px !important;

}

.formResponsive button[type="submit"]:hover {

    background-position: 0 !important;

}

.formResponsive button[type="submit"]:after {

    content: '';

    display: inline-block;

    width: 18px;

    height: 18px;

    background: url(/images/svg/pijltje-wit.svg) no-repeat center / contain;

    position: relative;

    left: 10px;

    top: 3px;

}

.formResponsive input, .formResponsive textarea {

    width: -webkit-fill-available !important;

}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {

    color: white;

    font-size: 20px !important;

    text-decoration: none;

    padding: 22px 26px !important;

    background: url(/images/svg/knop-rood.svg) no-repeat center / contain;

    text-align: center;

    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    position: relative;

    background-color: unset !important;

    border: none !important;

    box-shadow: none !important;

    margin-top: -14px;

}

.formControlLabel {

    font-weight: 300;

    margin-bottom: 8px;

}

.formControls .btn-primary {

    border: none;

}

#rsform_1_page_0 .row {

    align-items: center;

}


/*Artikel slider*/

.my-slider .slide {

    height: 100%;

    display: flex;

    gap: 2rem;

}

.tns-outer {

    display: flex;

    flex-wrap: inherit !important;

    flex-direction: column-reverse;

}

.slider.card {

    flex: 0 0 calc(33.3333% - 30px);

    min-height: 100%;

    border: none;

}

.card-img img {

    width: 100%;

    height: 200px;

    object-fit: cover;

}

#controls {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 10px;

    position: relative;

    width: 100%;

}

#controls button {

    background-color: #4CAF50;

    color: white;

    border: none;

    border-radius: 50%;

    font-size: 20px;

    padding: 10px 20px;

    cursor: pointer;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

#controls .previous {

    left: -50px;

    top: 265px;

}

#controls #next {

    right: -50px;

    top: 265px;

}

/*com_content*/
h2.card-title {
    font-size: 28px;
}

.com-content-category-blog__item {

    margin-top: 1em;

    margin-bottom: 1em;

}

.artikelen {

    padding: 80px 0px;

}

.com-content-article__body {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: var(--grijs);
}

.com-content-article__body.product {
    background-color: white;
}

/*Highlightslider*/
.highlight-slider .row {
    justify-content: center;
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 40px;
    bottom: 80px;
}

.thumbnail-slider {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.thumbnail-container {
    display: flex;
    transition: transform 0.3s ease;

}

.thumbnail-container .col-3 {
    flex: 0 0 auto;
    width: 160px;
    margin-right: 10px;
    display: flex;
}

.thumbnail-container .img-thumbnail {
    padding: 0;
}

.thumbnail-container .active .img-thumbnail {
    border: 2px solid var(--green);
    border-collapse: collapse;
    opacity: 0.6;
}

.thumbnail-prev,
.thumbnail-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.thumbnail-prev {
    left: 0;
    color: white;
}

.thumbnail-next {
    right: 0;
    color: white;
    background:transparent;
}

.my-slider {

    margin-top: 80px;

}

.mail,

.tel {

    color: black;

}

.cards-full-image .card {

    min-height: 300px;

}

.cards-full-image .card-img {

    position: absolute;

    inset: 0;

}

.cards-full-image .card-img img {

    object-fit: cover;

    object-position: center;

    height: 100%;

    width: 100%;

    pointer-events: none;

}

.cards-full-image .card-title a {

    color: white !important;

    max-width: 300px;

}

.cards-full-image .card-body {

    z-index: 999;

    flex-grow: 1;

    color: white;

}

.cards-full-image .d-md-block {

    display: flex !important;

    flex-grow: 1;

}

.cards-full-image .card-readmore a {

    right: 17.5px;

}

.cards-full-image .card-text p {

    display: inline-block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    max-width: 400px;

}

/* Onderhoudsvrij én duurzaam. Kies wat past bij jou*/

.default {

    width: fit-content;

}

.default .d-md-block {

    display: flex !important;

    flex-direction: row-reverse;

    background-color: #ffff;

    justify-content: space-between;

}

.product .default .d-md-block {

    flex-direction: row;

    padding: 12px;

}

.default .card {

    padding: 0px;

    display: grid;

}

.default img {

    max-width: 100%;

    border: #707070 solid 1px;

}

.default .card-img-top {

    width: 35%;

    padding: 16px;

}

.default .card-body {

    width: 56%;

    flex: none;

    padding-left: 51px;

}

.product .default .card-body {

    padding: 14px;

}

.default .card-title {

    padding-bottom: 12px;

}

.default .btn-read,
.terug-knop {
    text-decoration: none !important;
    font-weight: bold;
}

.default .btn-read::before,
.terug-knop::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(/images/svg/pijltje-knop-rood.svg) no-repeat center / contain;
}

.terug-knop::before {
    rotate: 180deg;
}

/* vacatures*/

.vacatures .card-body {

    display: flex;

    align-items: baseline;

    justify-content: space-between;

    padding-left: 37px;

}

.vacatures .card-title{

    padding-bottom: 10px;

}

.vacatures .card-veld {

    position: relative;

    right: 10%;

    bottom: 37%;

}

.vacatures .card-baan {

    font-size: 18px;

}

.vacatures .card-baan::before {

    content: '';

    display: inline-block;

    width: 20px;

    height: 22px;

    top: 4px;

    background: url(/images/svg/fulltime-zwart.svg) no-repeat center / contain;

    position: relative;

}

.vacatures .card-locatie{

    font-size: 18px;

}

.vacatures .card-locatie::before {

    content: '';

    display: inline-block;

    width: 19px;

    height: 23px;

    background: url(/images/svg/locatie-zwart.svg) no-repeat center / contain;

    position: relative;

    top: 3px;

}

.vacatures .card-readmore {

    padding: 26px 20px 0px 37px;

}

.vacatures .btn-read {
    text-decoration: none !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.vacatures .btn-read::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(/images/svg/pijltje-knop-rood.svg) no-repeat center / contain;
}

/*offerte*/

.plaatjePraatjeRood .tekst{

    padding: 70px 75px 45px 81px;

    background-color: #d93030;

    color: #ffffff;

}

.plaatjePraatjeRood .tekst ul{

    padding: 16px 0px 16px 17px;

}

.plaatjePraatjeRood .background {

    padding: 0px;

}

.plaatjePraatjeRood img {

    height: 100%;

    object-fit: cover;

}

.plaatjePraatjeRood .content {

    margin-bottom: 32%;

}

/*Review slider module*/

.reviewtext {

    font-size: 16px;

    padding-bottom: 30px;

}

.reviewername {

    font-size: 16px;

    padding-bottom: 7px;

}

.function {

    font-size: 16px;

}

.reviewsslider-controls .prev,

.reviewsslider-controls .next {

    cursor: pointer;

}

.tns-ovh.tns-ah {

    height: auto !important;

    padding: 10px 5px;


}

.reviewsslider-controls .prev img,

.reviewsslider-controls .next img,

.custom-controls .prev-btn img,

.custom-controls .next-btn img {

    width: 57px;

    height: 46px;

}

.tns-outer{

    flex-direction: column;

}

.tns-horizontal.tns-subpixel>.tns-item {

    background: white;

    box-shadow: 0px 4px 8px #00000040;

    border-radius: 4px;

}

.reviewsslider_sterren {

    width: 100%;

    font-size: 26px;

}

.tns-nav button {

    width: 21px;

    height: 9px;

    margin: 0 4px;

    border: none;

    border-radius: 0;

    padding: 0;

    background: url('images/svg/nav-grijs.svg') no-repeat center;

    background-size: contain;

    transition: opacity 0.3s;

    background-color: #2C2E31;

}

.tns-nav button.tns-nav-active {

    background: url('images/svg/nav-rood.svg') no-repeat center;

    background-color: var(--rood);

}

.reviewsslider-controls,

.custom-controls {

    display: flex;

    gap: 250px;

    margin-top: -50px;

    justify-content: center;

}

.mod-webdelta-image-slider .tns-nav {

    margin-top: 50px;

}

.mod-webdelta-image-slider .reviewsslider-controls,

.custom-controls {

    margin-top: -34px;

}

.sterren-review-slider .reviews {

    display: flex;

    gap: 18px;

}

.sterren-review-slider .tns-item {

    display: flex !important;

}

.sterren-review-slider .review-card-body {

    display: flex;

    flex-direction: column;

    flex-grow: 1;

}

.sterren-review-slider .reviewtext {

    flex-grow: 1;

}

.sterren-review-slider .reviewsslider_inner {

    display: flex;

    flex-direction: column;

    padding: 30px;

}

.reviewtitle {

    font-weight: bold;

    color: #333333;

    padding-bottom: 13px;

    padding-top: 17px;

}

p.reviewtitle,

p.reviewtext,

p.reviewername,

p.function {

    margin: 0px;

}

p.reviewername {

    font-family: var(--fontheading);

}

.knoppen-flex {

    display: flex;

    align-items: center;

    gap: 20px;

}

/* handcursor */

.review-slider .tns-item {

    cursor: grab;

}

.review-slider  .tns-item:active {

    cursor: grabbing;

}

.review-slider {

    user-select: none;

}

/*Social media module*/

.social-media-icons svg {

    width: 37px;

    height: 38px;

}

.social-media-icons #Laag_1 {

    width: 45px;

}

.social-media-icons a {

    color: transparent;

}

.social-media-icons {

    position: absolute;

    top: -14px;

    border: 1px solid #FFFFFF1A;

    height: 48px;

    padding: 5px;

    right: 0px;

}

.socket .social-media-icons {

    position: relative;

    top: 0px;

    border: none;

    width: auto;

}

div#mod-custom133 p {

    margin-bottom: 8px;

}

/*Footer*/

.footer {

    background-color: var(--donkerGrijs);

    padding: 97px 0px 70px 0px;

    color: white;

}

.socket .custom {

    width: auto;

}

.socket .social-media-icons svg {

    width: 73px;

    height: 60px;

}

.socket {

    background-color: var(--donkerGrijs);

    color: white;

    margin-top: -1px;

    padding-bottom: 24px;

}

.footer8 {

    position: relative;

}

.footer a,

.socket a {

    text-decoration: none;

    color: white;

}

.footer-logo {

    margin-bottom: 90px;

    width: fit-content;

}

.footer .navbar-expand-lg .navbar-nav {

    display: block;

    font-size: 20px;

    color: white;

}

.footer .navbar-expand-lg .navbar-nav a {

    text-decoration: none;

    color: white;

    font-size: 18px;

}

.footer .module-title {

    font-family: var(--fontheading);

    font-size: 20px;

    color: white;

}

.footer-rij-1 {

    margin-bottom: 53px;

}

.socket .row {

    justify-content: space-between;

    flex-direction: row-reverse;

    justify-content: flex-end;

}

.footer-logos {

    margin-bottom: 32px;

}

.footer-logo-1 {

    width: 104px;

    height: max-content;

    margin-right: 32px;

}

.footer-logo-2 {

    width: 96px;

    height: max-content;

}

.footer-logo-3 {

    width: 146px;

    height: max-content;

}

/*Light thema styling*/

.offerte-tekst-bottom {

    margin-top: 120px;

    margin-bottom: 80px;

}

.light-container {

    padding: 80px 0px;

}

.light-container .row {

    justify-content: space-between;

}

.light-container button#Naar_pagina_2Next,

.light-container button#submitPrev {

    padding: 13px 71px;

}

.light-container .formControls.btn-group {

    background: white;

}

.light-container button#submitPrev {

    display: none;

}

.mb-3.rsform-block.rsform-block-aanhef.rsform-type-radiogroup {

    border-left: 2px solid #707070;

    padding-left: 19px;

    margin-top: 43px;

}

.rsform-button.btn-success:focus,

.rsform-button.btn-success:active,

.rsform-button.btn-warning:focus,

.rsform-button.btn-warning:active,

button#submit:focus,

button#submit:active,

.rsform-submit-button:focus,

.rsform-submit-button:active {

    background-color: inherit !important;

    box-shadow: none !important;

    border-color: inherit !important;

    color: white !important;

}

.mb-3.rsform-block.rsform-block-straatnaam.rsform-type-textbox  {

    margin-top: 85px;

}

.rsformProgressContainer {

    height: 8px !important;

}

.rsformProgressBar {

    background: var(--rood) !important;

    height: 8px !important;

}

.light .header-stack.autohide .header {

    border-bottom: 1px solid #000000;

}

.light .socket {

    padding: 32px 0px 16px 0px;

}

/* Responsieve stijlen */

@media only screen and (max-width: 1400px) {
    .dropdown .dropdown-menu {

        display: block;

        border-left: 1px solid #707070;

        padding: 0px 0px 0px 16px;
        margin-top: 14px;
    }

    .nav-item a {

        text-decoration: none;

    }

    .secondary-header .navbar-nav a,
    span.mod-menu__heading.nav-header,
    li.nav-item.item-136 a {
        color: red;
        text-decoration: none;
        font-size: 22px;
        font-family: var(--fontheading);
    }

    #desktopSecondaryMenu ul.navbar-nav {
        flex-direction: column;
    }

    .page-header {

        padding: 16px;

    }


    .navbar-nav .dropdown .dropdown-menu .nav-item {

        border: none;

    }

    ul.navbar-nav {

        margin-bottom: 4px;

    }

    .contrast a {

        padding: 12px 12px 12px 16px;

        top: 8px;

    }

    .header .row {

        flex-wrap: nowrap;

    }

    .header .navbar-nav a {

        color: white;

    }

    .secondary-header .navbar-nav a {

        color: black;

    }

    #searchButton,

    #searchButton:before {

        width: 41px;

        height: 31px;

        background-repeat: no-repeat;

    }

    .navbar > .container-fluid,

    .navbar-toggler {

        padding: 0px;

        z-index: 100;

    }

    .d-lg-none.collapse.show {

        margin-top: 12px;

    }

    ul.navbar-nav {

        gap: 16px;

        padding: 4px 0px;

        flex-direction: unset;

        color: var(--rood);

        font-family: var(--fontheading);

        flex-wrap: wrap;

    }

    .offcanvas-body .menu:first-child {

        border-bottom: 1px solid #707070;

        padding-bottom: 25px;

        margin-bottom: 25px;

    }

    li.nav-item.dropdown a {

        color: black;

        font-size: 22px;

        font-family: var(--fontheading);

    }

    li.nav-item.dropdown:after {

        display: none;

    }

    ul.dropdown-menu li.nav-item a {

        font-size: 16px !important;

    }



    .page-header {
        padding: 50px 40px 180px 40px;
    }

    nav.menu.hidden-mobile {

        display: none;

    }

    nav.menu.hidden-desktop {

        display: block;

    }

    .header .navbar-nav a {

        color: white;

    }


    .navbar-toggler-icon {

        width: 44px;

        height: 37PX;

    }

    .navbar-nav .dropdown-menu {

        position: unset;

    }

    .navbar-nav .dropdown .dropdown-menu .nav-item  {

        margin-bottom: 0px;

    }

    ul.navbar-nav {

        margin-bottom: 36px;

    }


    .default .card-img-top {

        width: 40%;

    }

    .secondary-header ul.navbar-nav {

        gap: 50px;

    }


    .secondary-right {

        width: -webkit-fill-available;

        flex-direction: row-reverse;

        justify-content: space-between;

        padding: 12px 0px;

    }

}

@media only screen and (max-width: 1200px) {

    .secondary-header ul.navbar-nav {

        gap: 32px;

    }

    .secondary-right {

        gap: 26px;

    }

}

@media only screen and (max-width: 992px) {
    .com-content-article__body.product .thumbnail-prev, .thumbnail-next {
        top: 50%;
    }

    .com-content-article__body.product .thumbnail-slider {
        padding-bottom: 175px;
    }

    .com-content-article__body.product .tns-nav {
        margin-top: -135px;
    }

    .plaatjePraatjeRood .row {

        display: flex;

        flex-direction: column-reverse;

    }

}

@media only screen and (max-width: 768px) {
    .mod-webdelta-image-slider .reviewsslider-controls, .custom-controls {
        margin-top: 10px;
    }

    .mod-webdelta-image-slider .slider-item img {
        height: auto;
    }

    .container.volgorde-0 {
        padding-top: 32px
    }

    .product-spec-table tbody th {
        padding: 10px 12px;
    }

    .product-spec-table p {
        padding-left: 6px;
    }

    .product-spec-table td,
    .product-spec-table th {
        padding: 12px 6px;
    }

    .product-spec-table td, .product-spec-table th {
        padding: 9px 6px;
    }

    .product .component .foto {
        width: 100%;
    }

    .plaatjePraatjeRood .tekst {

        padding: 40px

    }

    .offerte-tekst-bottom {

        margin-top: 0px;

        margin-bottom: 60px;

    }

    .mb-3.rsform-block.rsform-block-straatnaam.rsform-type-textbox {

        margin-top: 40px;

    }

    .light-container .webdelta-cards-wrapper {

        margin-top: 46px;

    }

    #searchButton {

        margin: 0;

    }

    a.logo img {

        width: 122px;

    }



    .footer-logos {

        display: flex;

        justify-content: space-between;

        align-items: center;

    }

    .footer-logo-1 {

        max-width: 30%;

        margin-right: 0px;

    }

    .footer-logo-2 {

        max-width: 30%;

    }

    .footer-logo-3 {

        max-width: 30%;

    }

    .heleAfbeelding {

        margin-top: -40px;

        margin-bottom: -40px;

    }

    .mod-custom.custom.heleAfbeelding {

        background-size: cover;

    }

    .plaatjePraatjeRood,

    .plaatjeFormulier {

        margin-top: -40px;

        margin-bottom: -40px;

    }

    .plaatjeFormulier .plaatje {

        margin-bottom: 40px;

        width: 100vw;

        position: relative;

        left: 50%;

        right: 50%;

        margin-left: -50vw;

        margin-right: -50vw;

    }

    .plaatjeFormulier .plaatje img {

        height: 500px !important;

        object-fit: cover;

    }

    .btn-secondary a,

    .btn-primary a {

        line-height: normal;

    }

    .container-full {

        width: 100vw;

        position: relative;

        left: 50%;

        right: 50%;

        margin-left: -50vw;

        margin-right: -50vw;

        overflow: hidden;

    }

    .plaatjePraatjeRood .content {

        margin-bottom: 24%;

    }

    .knoppen-flex {

        display: block;

    }

    .cards.default h2.card-title {

        font-size: 16px;

        margin-top: 0px;

    }

    .default .card-title {

        padding-bottom: 0px;

    }

    .default .card-readmore a {

        bottom: 11px;

    }

    .default .card-body {

        padding: 16px;

        width: 60%;

        padding-bottom: 26px;

    }

    .component .tekst {

        padding: 0px;

        padding-bottom: 40px;

    }

    .component .foto {
        margin-bottom: 24px;
        padding: 0px;
        width: 100vw;
        position: relative;
        max-width: unset;
        left: -13px;
    }

    .component .row {

        flex-direction: column-reverse;

    }

    .webdelta-card {

        width: auto;

    }

    h1 {

        font-size: 39px;

    }

    h2 {

        font-size: 27px;

    }

    h3 {

        font-size: 20px;

    }

    h4 {

        font-size: 16px;

    }

    p {

        font-size: 16px;

    }

    .container.no-container-mobiel {

        padding: 0;

    }

    .footer nav.navbar.navbar-expand-lg {

        border-bottom: 1.5px white solid;

        padding-bottom: 12px;

        margin-bottom: 24px;

        position: relative;

    }


    .footer8 {

        left: 0px;

    }

    .socket .social-media-icons {

        display: none;

    }

    .footer8 .custom {

        display: flex;

        justify-content: center;

    }

    .footer nav.navbar.navbar-expand-lg:after {

        content: '';

        height: 18px;

        width: 24px;

        background-repeat: no-repeat;

        background-size: contain;

        mask: url(/images/svg/plusje-icoon.svg) no-repeat;

        background: white;

        right: 0;
        position: absolute;
        top: 14px;
    }

    .footer button.navbar-toggler {

        width: -webkit-fill-available;

        position: relative;

        z-index: 10;

    }

    .footer .navbar .module-title {

        float: left;

    }

    button.navbar-toggler.d-lg-none:focus {

        box-shadow: none;

    }

    .container {

        padding-left: 25px;

        padding-right: 25px;

    }

    .left-topbar {

        gap: 26px;

        padding-top: 4px;

    }

    .social-media-icons {

        height: 55px;

    }

    .topbar .row {

        position: unset;

    }

    .topbar .no-container-mobiel {

        padding-left: 25px;

    }

    .mail:before, .tel:before, .locatie:before {

        margin-right: 5px;

    }

    .footer li.nav-item {

        margin-bottom: 6px;

    }


    .footer6 {

        margin-top: 32px;

        margin-bottom: 16px;

    }

    .footer {

        padding-bottom: 43px;

    }

    .footer-logo {

        margin-bottom: 42px;

    }

    .footer-rij-1 {

        margin-bottom: 0px;

    }

    .custom-home-module {

        display: block;

    }

    .custom-home-module .first {

        padding-right: 0px;

    }

    .custom-home-module .col-md-3 {

        padding-top: 32px;

    }

    .om-baan {

        padding-top: 40px;

        padding-bottom: 40px;

    }

    /*Video module*/

    .video-container {

        height: 150px;

    }

    #playButton {

        width: 100px;

    }

    /*Afbeelding slider*/

    .controls .prev {

        left: -35px;

    }

    .controls .next {
        right: -35px;
    }

    .baan-type-4 .row {
        gap: 24px;
    }

    /*Artikel slider*/

    .tiny-slider-container {
        position: relative;
        padding-bottom: 40px;
    }

    .slider.card {
        width: 93%;
    }
    #controls {
        position: absolute;
        bottom: 35px;
    }

    .artikel-slider .tns-nav {
        display: none;
    }

    #controls .previous {
        top: 0px;
        left: 0px;
    }

    #controls #next {
        top: 0px;
        right: 0px;
    }

    .card-title {

        font-size: 1.1em;

    }

    .card-text {

        font-size: 0.9em;

    }

    .card-btn {

        padding: 8px 16px;

        font-size: 0.9em;

    }

    .hidden-desktop {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
}

@media only screen and (max-width: 400px) {

    .left-topbar {

        display: block;

        margin-bottom: 12px;

    }

    .topbar .locatie {
        margin-bottom: 12px;
    }

    .topbar p,
    .left-topbar {
        margin-bottom: 0px;
    }
    a.logo img {

        width: 80px;
    }
    .header .navbar-nav a {
        top: 4px;
        font-size: 16px !important;
    }
}

a.contrast[href="/vraag-offerte-aan"] {
    color: white;
    font-size: 20px !important;
    text-decoration: none;
    padding: 22px 26px;
    background: url(/images/svg/knop-blauw.svg) no-repeat center / contain;
    text-align: center;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-top: -22px;
    margin-bottom: -22px;
    font-family: var(--fontheading);
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.thumbnail-container .col-3 {
    flex: 0 0 auto;
    width: 80px;
    height: auto;
    display: flex;
    margin-right: 0;
}

.carousel-item img {
    width: auto !important;
    height: 450px !important;
}

.active-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 8px #00000040;
}

.thumbnail-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 8px #00000040;
}

.thumbnail-item img {
    width: auto !important;
    height: 80px !important;
}
