@charset "UTF-8";

/* Variables */
:root {
  --duco-groen: #50b848;
}

/* Grijze band verbergen via klasse toe te passen in CSS-klasse veld in CMS */

.DUCO-hide-lead section#lead {
    display: none;
}

.DUCO-hide-lead main#main {
    padding-top: 25px !important;
}

/* USP's op productpagina's in lijstvorm met pijltjes */

ul.DUCO-product-usp-list {
    margin: 40px 0px 60px 30px !important;
}

.DUCO-product-usp-list li {
    margin-top: 10px;
    font-size: 115%;
}

ul.DUCO-product-usp-list li::before {
    content: "\2192";
    color: #50b848;
    font-weight: bold;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    margin-right: 1em;
}

.DUCO-disable {
    display: none !important;
}

/* Notitiekader met 2 kolommen:
	- Links: H2 + p + .button
	- Rechts: img
*/

.DUCO-notitie-banner {
    display: block;
    background-color: #f4f4f4;
    border: 3px solid lightgrey;
    margin: 40px 0px;
    border-radius: 15px;
    font-size: 1.15em;
    padding-right: 20px;
}

.DUCO-notitie-banner h2 {
    color: black;
    font-size: 1.2em;
}

.DUCO-notitie-banner .button {
    background-color: #50b848;
    border-radius: 50px;
    padding: 10px 32px 10px 40px;
    margin-top: 10px;
    display: inline-block;
}

.DUCO-notitie-banner .button a {
    color: white;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 1.15em;
}

.DUCO-notitie-banner div a:before {
    content: "\2192";
    color: white;
    font-weight: bold;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.8em;
    /* Also needed for space (tweak if needed) */
    margin-left: -0.8em;
    /* Also needed for space (tweak if needed) */
    margin-right: 0.8em;
}

.DUCO-notitie-banner td:first-of-type {
    margin-left: 50px;
    padding: 35px 20px 35px 35px;
}

.DUCO-notitie-banner td:last-of-type {
    width: 30%;
}

@media screen and (max-width: 990px) {
    .DUCO-notitie-banner td:last-of-type {
        display: none;
    }
}

span.DUCO-groen {
    color: #50b848;
}

/* Pagina systeemconfiguraties */

table.DUCO-systeem-tabel {
    border-spacing: 0 25px;
}

.DUCO-systeem-tabel td {
    border: 1px solid #f1f1f1;
    border-width: 1px;
    padding: 25px 39px 39px;
    margin-bottom: 50px !important;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.DUCO-systeem-tabel h4 {
    font-size: 2em;
    font-weight: 400;
}

span.DUCO-groen-bold {
    color: #50b848;
    font-weight: 700;
}

.DUCO-systeem-tabel ul {
    margin-top: 20px !important;
    margin-bottom: 00px !important;
}

.DUCO-product-usp-list .DUCO-systeem-tabel ul {
    margin-top: 20px;
    margin-bottom: 0px;
}

.DUCO-systeem-tabel .DUCO-product-usp-list li {
    margin-top: 5px;
}

.DUCO-systeem-tabel td ul li a {
    font-weight: 800;
}

td.DUCO-systeem-c {
    background-color: #f6faed;
    border-color: #a6c82f;
}

td.DUCO-systeem-d {
    background-color: #f3f8fa;
    border-color: #8abdd3;
}

td.DUCO-systeem-c-wtw {
    background-color: #fef6ef;
    border-color: #f5a060;
}

span.DUCO-button-systeem-c,
span.DUCO-button-systeem-d,
span.DUCO-button-systeem-c-wtw {
    color: white;
    font-weight: 700;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    text-transform: uppercase;
}

span.DUCO-button-systeem-c {
    background-color: #a6c82f;
}

span.DUCO-button-systeem-d {
    background-color: #8abdd3;
}

span.DUCO-button-systeem-c-wtw {
    background-color: #f5a060;
}

.systeem-categorie-lijst {
    font-weight: 500;
}

ul.systeem-categorie-lijst {
    margin-bottom: 30px !important;
}

td .DUCO-button-systeem-c,
td .DUCO-button-systeem-d,
td .DUCO-button-systeem-c-wtw {
    margin: 0px 0px 5px;
    font-size: 85%;
    padding: 4px 12px;
    display: inline;
    border-radius: 10px;
    float: right;
}

td span.DUCO-button-systeem-c,
td span.DUCO-button-systeem-d,
td span.DUCO-button-systeem-c-wtw {
    font-size: 0.5em;
    margin-top: 8px;
}

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

    td span.DUCO-button-systeem-c,
    td span.DUCO-button-systeem-d,
    td span.DUCO-button-systeem-c-wtw {
        display: none;
    }
}

/* Link buttons op subsidiepagina */
.subsidies div.navigation ul {
    margin: 20px 0px 0px 0px !important;
    padding: 0px !important;
}

/* Navigatielinks in intro op subsidiepagina dichter op elkaar */
.subsidies section#lead div.section-desc div.navigation li {
    margin: 0px 0px 5px;
}

/* Doeksoort buttons op screen pagina */
.DUCO-white-text h3 {
    color: white;
}

/* Verwijzing naar systeemconfiguraties op boxpagina's */
.DUCO-systeemconfig-verwijzing-eco {
    background: url("https://data.duco.eu/images/systeemconfiguratie-eco.jpg");
}

.DUCO-systeemconfig-verwijzing-energy {
    background: url("https://data.duco.eu/images/systeemconfiguratie-energy.jpg");
}

.DUCO-systeemconfig-verwijzing-energy-comfort {
    background: url("https://data.duco.eu/images/systeemconfiguratie-energy-comfort.jpg");
}

.DUCO-systeemconfig-verwijzing-silent {
    background: url("https://data.duco.eu/images/systeemconfiguratie-silent.jpg");
}

.DUCO-systeemconfig-verwijzing-focus {
    background: url("https://data.duco.eu/images/systeemconfiguratie-focus.jpg");
}

.DUCO-systeemconfig-verwijzing {
    padding: 35px 300px 35px 40px;
    margin: 40px 0px 50px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    min-height: 190px;
}

div.DUCO-systeemconfig-verwijzing h3 {
    margin: 0px 0px 10px !important;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 400;
}

div.DUCO-systeemconfig-verwijzing p {
    margin: 0px 0px 5px !important;
    font-size: 1.1em;
    color: #5f5f5f;
}

div.DUCO-systeemconfig-verwijzing p a {
    font-weight: 700;
}

@media screen and (max-width: 990px) {
    .DUCO-systeemconfig-verwijzing {
        padding: 25px 30px 25px 30px;
        font-size: 80%;
        min-height: unset;
        background: #f4f4f4;
    }
}

/* Fix tegen elkaar plakkende secties (page-blocks) */
div.page-block {
    margin-bottom: 80px;
}

/* QR-pagina's */
div.page-block.DUCO-grijs-kader {
    padding: 35px 40px 35px 40px;
    margin: 40px 0px 50px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li a {
    padding: 0px;
    background: none;
    color: #616161;
    font-size: 1.1em;
    font-weight: 500;
}

#content div.page-block.DUCO-grijs-kader .navigation ul {
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li::before {
    content: "\2192";
    color: #50b848;
    font-weight: bold;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.75em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    margin-right: 1em;
    vertical-align: top;
}

#content div.page-block.DUCO-grijs-kader div.navigation {
    padding: 0;
}

div.page-block.DUCO-grijs-kader h2.page-block-title {
    text-transform: uppercase;
    font-size: 1.8em;
    background-color: #50b848;
    padding: 15px 25px;
    margin: -36px -41px -36px -41px;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

#content div.page-block.DUCO-grijs-kader p {
    font-size: 1.1em;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li a:after {
    content: url(https://data.duco.eu/images/download-icon-green.svg);
    color: #50b848;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.9em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0.5em;
}

#content div.page-block.DUCO-grijs-kader p a {
    font-weight: 700;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li a:hover {
    text-decoration: underline;
}

/* Introtekst kader */
div.DUCO-intro-text {
    font-size: 140%;
    color: #616161;
    margin-bottom: 50px;
}

#content div.page-block.DUCO-grijs-kader .navigation ul {
    text-align: left;
}

#content div.page-block.DUCO-grijs-kader h3 {
    margin-bottom: 5px !important;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li {
    white-space: nowrap;
}

#content div.page-block.DUCO-grijs-kader .navigation ul li a {
    white-space: normal;
}

.DUCO-content-max-900 div#content {
    max-width: 900px;
    margin: auto;
}

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

    #content div.page-block.DUCO-grijs-kader,
    #content div.page-block.DUCO-intro-text {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.page-block.DUCO-grijs-kader {
        padding: 25px 30px 25px 30px;
        margin-bottom: 40px;
    }

    div.page-block.DUCO-grijs-kader h2.page-block-title {
        font-size: 1.35em;
        padding: 10px 20px;
        margin: -26px -31px -26px -31px;
    }

    #content div.page-block.DUCO-grijs-kader p {
        font-size: 1em;
    }

    /* Introtekst kader */
    div.DUCO-intro-text {
        font-size: 120%;
        margin-bottom: 40px;
    }

    #content div.page-block.DUCO-grijs-kader h3 {
        margin-bottom: 0px !important;
        font-size: 1.2em;
    }

    #content div.page-block.DUCO-grijs-kader .navigation ul li a {
        font-size: 1em;
    }
}

.DUCO-grijs-kader-subkader {
    padding: 10px 18px;
    background-color: white;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 30px;
    border-radius: 10px;
}

/* Hide legace close button on overlay */
div.customsplash.overlay a.close {
    display: none;
}

/* Styling language chooser overlay */
ul.DUCO-language-chooser-overlay {
    font-size: 1.5em;
}

/* Verberg 'lees meer' buttons van video's op qr-pagina's */
.DUCO-grijs-kader div.card-footer {
    display: none;
}

/* Algemeen START */
.DUCO-aside-kader {
    display: flex;
    flex-direction: column;
    padding: 35px;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    margin: 40px 0px;
    border-radius: 10px;
}

.DUCO-aside-kader a {
    font-weight: 700;
}

.DUCO-simple-table td {
    border: 1px solid black;
    padding: 10px;
    width: 1%;
}

table.DUCO-simple-table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.DUCO-hide-mobilebuttons .div.mobilebuttons,
.DUCO-hide-product-technicalfeatures .product-technicalfeatures,
.DUCO-hide-product-valuefeatures .product-valuefeatures,
.DUCO-hide-product-downloads .product-downloads,
.DUCO-hide-product-form .product-form,
.DUCO-hide-page-block .page-block {
    display: none;
}

.DUCO-hide-all .div.mobilebuttons,
.DUCO-hide-all .product-technicalfeatures,
.DUCO-hide-all .product-valuefeatures,
.DUCO-hide-all .product-downloads,
.DUCO-hide-all .product-form {
    display: none;
}

.DUCO-links-regular-black a {
    color: black;
    font-weight: 400 !important;
}

.DUCO-links-regular-black a:hover {
    font-weight: 500 !important;
}

/* Alle links in inhoud bold */
div.product-properties a,
div.page-block-content a,
div.news-item-detail a {
    font-weight: bold;
}

/* Algemeen END */

/* Successmessage op formulier */
.DUCO-form-page .success,
#success {
    padding: 20px;
    border: 3px solid #50b848;
    background-color: #eef9ed;
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: 500;
    max-width: 480px;
    margin-bottom: 40px !important;
    text-align: center;
}

/* Download menu */
.download-category-download a {
    font-weight: 500;
    color: #6b6b6b;
}

/* Download locked */
.download-category-download.download-category-download-secured a::after {
    content: url(https://data.duco.eu/images/locked-padlock.svg);
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.9em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0.4em;
}

/* Capitalize first letter of download links */
div.download-category div.download-category-download a {
    display: block;
}

div.download-category div.download-category-download a::first-letter {
    text-transform: uppercase;
}

/* Kader met afbeelding + tekst */
div.DUCO-image-tekst-kader {
    display: flex;
    flex-direction: row;
}

div.DUCO-image-tekst-kader img {
    max-width: 150px;
    margin-right: 20px;
}

/*
START Image tabel DucoFlex
*/
table.DUCO-image-tabel {
    border-spacing: 0px 50px;
    border-collapse: separate;
    margin-top: -20px !important;
}

table.DUCO-image-tabel .DUCO-image-kolom img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    /* remove extra space below image */
    border: 3px solid white;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

table.DUCO-image-tabel td.DUCO-image-kolom {
    display: flex;
    margin-right: 30px;
}

table.DUCO-image-tabel td.DUCO-image-kolom div {
    width: 200px;
    height: 120px;
}

@media screen and (max-width: 600px) {
    table.DUCO-image-tabel tr {
        display: block;
    }

    table.DUCO-image-tabel td.DUCO-image-kolom div {
        width: 100%;
        height: 200px;
        margin-bottom: -30px;
    }
}

/*
END Image tabel DucoFlex
*/

p.DUCO-verwijzing::before {
    content: "\2192";
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    margin-right: 0.5em;
    margin-left: -1.5em;
}

p.DUCO-verwijzing {
    margin-left: 1.5em;
    /* Also needed for space (tweak if needed) */
    color: #888;
    font-weight: 500;
}

/*
START Buttons bij systeemconfiguraties
*/

div.DUCO-grijze-button a {
    background-color: hsl(0, 0%, 46%);
    padding: 8px 16px;
    border-radius: 12px;
    color: white;
    -webkit-box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.2s ease;
    font-size: 1.05 em;
    display: inline-block;
    margin: 20px 0 0;
}

div.DUCO-grijze-button a:hover {
    text-decoration: none;
    background-color: #969696;
    transform: scale(1.01);
}

.DUCO-grijze-button.DUCO-systeem-c-button a {
    background-color: hsla(73, 62%, 45%, 1);
}

.DUCO-grijze-button.DUCO-systeem-d-button a {
    background-color: hsla(198, 45%, 65%, 1);
}

.DUCO-grijze-button.DUCO-systeem-c-wtw-button a {
    background-color: hsla(26, 88%, 64%, 1);
}

.DUCO-grijze-button.DUCO-systeem-c-button a:hover {
    background-color: hsla(73, 62%, 42%, 1);
}

.DUCO-grijze-button.DUCO-systeem-d-button a:hover {
    background-color: hsla(198, 45%, 62%, 1);
}

.DUCO-grijze-button.DUCO-systeem-c-wtw-button a:hover {
    background-color: hsla(26, 88%, 51%, 1);
}

/*
END Buttons bij systeemconfiguraties
*/

html {
    scroll-behavior: smooth;
}

/*
START Inline navigatiebuttons naar systeemconfiguraties
*/

.DUCO-small-buttons ul > li > a {
    background-color: #565656 !important;
    border-radius: 10px !important;
    padding: 3px 10px 4px 10px !important;
    font-size: 0.75em !important;
}

.DUCO-small-buttons ul > li {
    margin: 6px 6px 0 0 !important;
    display: inline-block;
}

/*
END Inline navigatiebuttons naar systeemconfiguraties
*/

.DUCO-inleiding {
    font-size: 1.2em;
    font-weight: 500;
    color: #6e6e6e;
    margin: 25px 0 35px !important;
}

.DUCO-inleiding strong {
    color: black;
}

/*
START styles voor all-in-one pakketten
*/
.DUCO-image-text-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 3px solid #eaeaea;
}

.DUCO-right-column {
    padding: 80px 0px 20px 0px;
}

.DUCO-image-text-container img {
    height: 300px;
    width: auto;
    min-width: 300px;
}

span.DUCO-font-medium-black {
    color: black;
    font-weight: 500;
}

span.DUCO-font-regular-gray {
    color: #808080;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .DUCO-image-text-container {
        flex-direction: column;
    }

    .DUCO-right-column {
        padding: 0px 0px 50px 0px;
    }
}

/*
END styles voor all-in-one pakketten
*/

/*
START Card styles
*/

.DUCO-logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
}

.DUCO-logo-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 20px);
    max-width: 200px;
    border: 2px solid #dadada;
    border-radius: 5px;
    padding: 0 0 12px 0;
    margin: 0px 20px 20px 0;
}

.DUCO-logo-image {
    margin-bottom: 10px;
}

@media only screen and (max-width: 434px) {
    .DUCO-logo-container {
        flex-direction: column;
    }
}

.DUCO-ul-cards {
    display: flex;
    flex-direction: row;
}

.DUCO-ul-cards > li {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 30px;
    max-width: 200px;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 10px -5px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

.DUCO-ul-cards > li > a {
    margin: 10px 10px 13px;
    color: black;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 434px) {
    .DUCO-ul-cards {
        flex-direction: column;
    }

    .DUCO-ul-cards li {
        width: 100%;
        max-width: unset;
        margin-top: 10px !important;
        background-color: #50b848;
    }

    .DUCO-ul-cards li a {
        color: white;
    }

    .DUCO-ul-cards li img {
        display: none;
    }
}

/*
END Card styles
*/

/*
START Start-up check formulier
*/

#contact_form_148 li {
    font-size: 0.82rem;
    line-height: 1.3;
}

#contact_form_148 div.info > ul > li {
    margin-top: 5px;
    background-color: #eee;
    padding: 4px 6px;
    list-style-type: none;
}

#contact_form_148 div.info > ul {
    padding-left: 0 !important;
}

/*
END Start-up check formulier
*/

.DUCO-hide-product-grid #grid {
    display: none;
}

/*****************************
START Horizontal product tiles
******************************/

/* START WIDTHS */

/* Unspecified widths */

/* Product pages */

.DUCO-horizontal-tiles .section-body .col-4 {
    width: 50% !important;
}

/* Regular pages */

.DUCO-horizontal-tiles .section-body .row .column {
    width: 100% !important;
}

/* Specified widths */

/* Product pages */

.DUCO-horizontal-tiles.DUCO-1-col .section-body .col-4 {
    width: 100% !important;
}

.DUCO-horizontal-tiles.DUCO-2-col .section-body .col-4 {
    width: 50% !important;
}

/* Regular pages */

.DUCO-horizontal-tiles.DUCO-1-col .section-body .row .column {
    width: 100% !important;
}

.DUCO-horizontal-tiles.DUCO-2-col .section-body .row .column {
    width: 50% !important;
}

/* END WIDTHS */

.DUCO-horizontal-tiles .card {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: 180px 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: 0 0px 10px rgb(140 140 140 / 25%);
}

.DUCO-horizontal-tiles .card > a {
    grid-area: 1 / 1 / 3 / 2;
}

.DUCO-horizontal-tiles .card-body {
    grid-area: 1 / 2 / 2 / 3;
    height: auto !important;
}

.DUCO-horizontal-tiles .card-footer {
    grid-area: 2 / 2 / 3 / 3;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .DUCO-horizontal-tiles .section-body .col-4 {
        width: 100% !important;
    }

    .card-title {
        margin-bottom: 6px !important;
    }
}

@media only screen and (max-width: 445px) {
    .DUCO-horizontal-tiles .section-body .col-4 {
        width: 100% !important;
    }

    .DUCO-horizontal-tiles .card {
        display: block;
    }

    .DUCO-horizontal-tiles .card-footer {
        display: block;
    }
}

.DUCO-horizontal-tiles .card {
    margin-bottom: 20px;
    margin-top: 20px !important;
}

/* START Truncate lines */

html {
    --lh: 1.4rem;
    line-height: var(--lh);
}

.DUCO-horizontal-tiles .card-desc {
    --max-lines: 4;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
    /* space for ellipsis */
}

/*
.DUCO-horizontal-tiles .card-desc::before {
  position: absolute;
  content: "...";
  inset-block-end: 0;
  inset-inline-end: 0;
}

.DUCO-horizontal-tiles .card-desc::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}
*/

/* END Truncate lines */

/*****************************
END Horizontal product tiles
******************************/

.DUCO-product-section h3 {
    margin-top: 10px !important;
}

.DUCO-product-section .DUCO-button-systeem-c,
.DUCO-product-section .DUCO-button-systeem-d,
.DUCO-product-section .DUCO-button-systeem-c-wtw {
    margin-bottom: 0 !important;
    font-size: 1.1em;
    border-radius: 12px;
}

/***************************
TEMP Coockiebanner to bottom
****************************/

#cookie-bar.fixed {
    top: unset !important;
    bottom: 0 !important;
}

/************************
START Styles voor Grizzly
*************************/

.grizzly section:not(:first-of-type) {
    margin-top: 65px !important;
}

.cta a {
    padding: 0.5em 1em;
    color: white;
    background-color: #50b848;
    text-decoration: none !important;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.cta a:hover {
    background-color: #41973b;
}

.cta {
    margin-top: 30px;
}

.grizzly ul {
    padding-left: 15px;
}

.usp ul {
    margin: 30px 0px 50px 30px !important;
    padding-left: 0px !important;
    list-style: none !important;
}

.usp li {
    margin-top: 10px;
    font-size: 115%;
    font-weight: 600;
}

.usp li::before {
    content: "\2192";
    color: #50b848;
    font-weight: bold;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    margin-right: 1em;
}

.grijs-kader {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    width: 100%;
    font-size: 1.4em;
    height: 160px;
    overflow: hidden;
    margin: 80px 0;
    max-width: 847.5px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.kader-image img {
    max-height: 160px;
    width: auto;
    margin: 0 30px;
}

.kader-content {
    padding: 35px;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kader-content h4 {
    line-height: 1;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 991px) {
    .kader-image {
        display: none;
    }
}

.DUCO-image {
    max-width: 250px;
    display: inline-block;
    float: right;
    margin: 0 0 15px 50px;
    border: 1px solid #ccc;
}

/* Clearfix */
section.DUCO-text-image:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .DUCO-image {
        max-width: 220px;
    }
}

@media only screen and (max-width: 600px) {
    .DUCO-image {
        max-width: 180px;
    }
}

@media only screen and (max-width: 500px) {
    .DUCO-image {
        float: none !important;
        width: 100%;
        margin: 0 0 30px 0;
        max-width: unset;
    }
}

.DUCO-image.small img {
    max-height: 160px;
}

@media only screen and (max-width: 500px) {
    .DUCO-image.small img {
        max-height: unset;
    }
}

/**********************
END Styles voor Grizzly
***********************/

.product-category-page-content a {
    font-weight: bold;
}


/******************************
START Dealer locator extra info
*******************************/

.extrainfo {
    font-weight: 500;
    margin-top: 0.75em;
}

/****************************
END Dealer locator extra info
*****************************/

@media (min-width: 992px) {
    .hide-on-desktop {
        display: none;
    }
}

/* Youtube embed */
.duco-yt-embed-container {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.duco-yt-embed-container iframe,
.duco-yt-embed-container object,
.duco-yt-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***********
START Footer
************/
.dms-sitemap__content {
    /** User input values. **/
    --grid-layout-gap: 2em;
    --grid-column-count: 16;
    --grid-item--min-width: 30px;

    /** Calculated values. **/
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);

    /** DUCO styling **/
    max-width: clamp(var(--grid-item--min-width), 1170px, calc(100vw - 30px));
}
.dms-sitemap {
    background-color: #50b848;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3em;
}
.dms-sitemap a {
    color: white;
}
.expander {
    float: left;
    background: pink;
    height: 200px;
    min-width: 300px;
    margin-right: 10px;
    padding: 5px;
    resize: both;
    overflow: auto;
}
.dms-sitemap__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 50px;
    gap: 2em;
}
.dms-sitemap__social-icons {
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
    gap: 0.25em;
}
.dms-sitemap__social-icons li a img {
    height: 30px;
}
.dms-sitemap h4 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.dms-sitemap__col li:not(:last-child) {
    margin-bottom: 2px;
}
.dms-sitemap__button {
    display: inline-block;
    padding: 0.3em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: -0.1em;
    font-weight: 600;
    border: 1px solid white;
    border-radius: 100px;
}
.dms-sitemap__col--3fr {
    grid-column: span 3;
}
.dms-sitemap__col--4fr {
    grid-column: span 4;
}
.dms-sitemap__col--contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media only screen and (max-width: 1113px) {
    .dms-sitemap__content {
        --grid-column-count: 4;
    }

    .dms-sitemap__col--3fr {
        grid-column: span 1;
    }

    .dms-sitemap__col--4fr {
        grid-column: span 4;
    }

    .dms-sitemap__col--contact {
        flex-direction: row;
        margin-top: 1em;
    }

    .dms-sitemap__subcol--social-icons {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media only screen and (max-width: 780px) {
    .dms-sitemap__content {
        --grid-column-count: 2;
    }

    .dms-sitemap__col--3fr {
        grid-column: span 1;
    }

    .dms-sitemap__col--4fr {
        grid-column: span 2;
    }

    .dms-sitemap__col--contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dms-sitemap__subcol--social-icons {
        align-items: flex-start;
    }
}
@media only screen and (max-width: 500px) {
    .dms-sitemap__content {
        --grid-column-count: 1;
    }

    .dms-sitemap__col--4fr {
        grid-column: span 1;
    }

    .dms-sitemap__col--contact {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .dms-sitemap {
        text-align: center;
    }

    .dms-sitemap__subcol {
        width: 100%;
    }

    .dms-sitemap__subcol--social-icons {
        align-items: center;
    }
}
/*********
END Footer
**********/

/* Scroll margin voor downloads */
* {
  scroll-margin-top: 1.5em;
}
/* Disable scroll margin voor iframe wegens bug met forms */
iframe {
    scroll-margin-top: unset;
}

/**************
TEMP HIDE UK-IE
***************/
/*
a[data-lang="uk-IE"],
a[href^="/uk-ie/"],
a[href*="duco.eu/uk-ie/"]{
    display: none!important;
}
*/

/******
UTILITY
*******/
.DUCO-hide {
    display: none!important;
}