@charset 'UTF-8';

/* @import url("//hello.myfonts.net/count/3ee6dd"); */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* start 0 lijn */
html,
body,
header,
footer,
section,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
span,
a,
img,
label,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-weight: 400;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* einde 0 lijn */

/* Main Classes */
.newline {
    clear: left;
}

.clear {
    clear: both;
}

.popover,
.tooltip,
.jmodedit,
.item-page>.icons {
    display: none !important;
}

#system-message .alert,
.fieldError,
.alertBoxInfo {
    padding: 10px 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#system-message .close {
    float: right;
    cursor: pointer;
}

#system-message .alert-heading {
    display: none;
}

.no-display,
span.optional {
    display: none !important;
}

.cc-custom-revoke {
    cursor:pointer;
}

/* End main classes */

/* start algemeen */
html {
    background: #fff;
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    text-align: center;
    background: #f9f9f9;
}

body.mm-open {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.outerContainer {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1), 0px 0px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 520px;
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
    height:100%;
    padding: 0 20px;
    margin: 0 auto;
}

header .container, footer .container{
    padding-left:120px;
    padding-right:120px;
}

body,
input,
textarea,
select {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.36px;
    font-weight: normal;
    color: #111519;
}

h1 {
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 46px;
    line-height: 1.4;
    margin: 30px 0;
    text-transform: uppercase;
}

h2 {
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4;
    margin: 30px 0;
}

h3 {
    font-size: 22px;
    color: #000;
    margin: 25px 0;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

h4 {
    font-size: 23px;
    color: #211F1F;
    margin: 20px 0;
    font-weight: normal;
    line-height: 1.3;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top:0;
}

p {
    line-height: normal;
}

p.centered {
    text-align: center;
}

#content p {
    line-height: 1.45;
    margin-bottom: 30px;
}

p:last-child, #content p:last-child {
    margin-bottom: 0px;
}

sup {
    font-size: 10px;
}

figure {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

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

img.floatLeft{
    float: left;
    margin: 5px 25px 5px 0;
}

img.floatRight{
    float: right;
    margin: 5px 0 5px 25px;
}

a {
    color: #85B62C;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #6C9D13;
}

a.button,
.btn,
button:not(.gm-ui-hover-effect):not(.mceButton):not(.hamburger):not(.wf-mediabox-close):not(.wf-mediabox-number):not(.wf-mediabox-next):not(.wf-mediabox-prev):not(.fancybox-close-small),
#content .formResponsive input[type="submit"],
#content .formResponsive button[type="submit"] {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #7A7979;
    border: none;
    border-radius: 20px;
    background-image: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 700;

}

a.button:hover,
.btn:hover,
button:not(.gm-ui-hover-effect):not(.mceButton):not(.hamburger):not(.wf-mediabox-close):not(.wf-mediabox-number):not(.wf-mediabox-next):not(.wf-mediabox-prev):not(.fancybox-close-small):hover,
#content .formResponsive input[type="submit"]:hover,
#content .formResponsive button[type="submit"]:hover {
    background-color: #333;
    color:#fff;
    text-decoration: none;
}

a.green-button, #content#content button.green-button {
    background-color:#85B62C;
    color:#fff;
    font-size: 14px;
    line-height:16px;
    padding:20px;
    border-radius:28px;
}

#content#content button.green-button {
    padding: 12px 20px;
}

a.green-button:hover, #content#content button.green-button:hover {
    background-color:#528300;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline-color: transparent !important;
    outline: none !important;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
textarea {
    box-sizing: border-box;
    color: #1D1D1B;
    background: transparent;
    border: none;
    border-bottom:1px solid #DADBD7;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 360px;
    outline: none;
    font-size: 18px;
}

textarea {
    min-height: 125px;
    max-width: 720px;
    line-height: normal;
    padding: 5px 10px;
    border:1px solid #DADBD7;
}

.formControlLabel {
    display:block;
    margin-bottom:3px;
}

input[type=checkbox] {
    margin-right:10px;
}

select {
    box-sizing: border-box;
    color: #1D1D1B;
    border: none;
    border-bottom:1px solid #DADBD7;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 360px;
    outline: none;
    font-size: 18px;
    padding: 5px 0;
    padding-right: 40px;
    background-color: transparent;
    background-image: url(../images/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px 20px;
    background-position: top 5px right 5px;
}

footer select {
    background-image: url(../images/ico-arrow-white.svg);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent;
}

strong,
strong span {
    font-weight: 700;
}

.clearfix,
.clear {
    clear: both;
}

iframe {
    border: none;
}

.iframeWrapper {
    position: relative;
    margin: 10px 0 50px;
    padding-bottom: 75%;
    padding-top: 5px;
    height: 0;
}

.videoWrapper {
    position: relative;
    margin: 10px 0 50px;
    padding-bottom: 56.25%;
    height: 0;
}

.iframeWrapper iframe,
.iframeWrapper object,
.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    border: 2px solid #efefef;
    box-sizing: border-box;
}

.formError, .formRed {
    display:block;
    color:#cf4d4d !important;
}

/* einde algemeen */

/* HEADER */

#mobile-menu-button {
    display: none;
}

header {
    background-color: #000;
}

.homepage header {
    min-height:640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    /* HEADER TOP ROW */

    header #top-header {
        position:relative;
        z-index:2;
        height:100px;
        padding-top:18px;
    }

    header #top-header .container {
        display:flex;
        flex-direction: row;
        gap:112px;
    }

    header #main-logo {
        width:100%;
        max-width:240px;
    }

    header #main-logo svg {
        width:100%;
    }

    /* MAIN MENU */

    #main-menu {
        padding-top:22px;
        width:100%;
        display:flex;
        justify-content: space-between;
    }

    #main-menu a.green-button {
        position:relative;
        top:-15px;
    }

    #main-menu ul {
        list-style: none;
    }

        /* LEVEL 1 */

        #main-menu ul.nav {
           display:flex;
           flex-direction: row;
           gap: 40px;
           list-style: none;
        }

        #main-menu ul.nav > li {
            position:relative;
            padding-bottom:10px;
        }

        #main-menu ul.nav > li > a,
        #main-menu ul.nav > li > span {
           position:relative;
           display:block;
           color:#fff;
           font-size:18px;
           font-weight: 700;
           text-transform: uppercase;
        }

        #main-menu ul.nav > li.active > a:before,
        #main-menu ul.nav > li.active > span:before {
           content:"";
           position:absolute;
           height:1px;
           background:#fff;
           width:100%;
           bottom:1px;
           left:0;
        }

        #main-menu ul.nav > li.parent > a,
        #main-menu ul.nav > li.parent > span {
            padding-right:22px;
        }

        #main-menu ul.nav > li.parent > a:after,
        #main-menu ul.nav > li.parent > span:after {
            content:"";
            position: absolute;
            background-image: url('../images/ico-arrow-white.svg');
            background-repeat: no-repeat;
            background-position: center;
            width:12px;
            height:6px;
            right:0;
            top:8px;
        }

        /* LEVEL 2 */

        #main-menu ul.nav > li > ul {
           display:none;
        }

        #main-menu ul.nav > li:hover > ul {
           display: block;
           padding: 10px;
           width: 200px;
           position: absolute;
           left: -10px;
           top: 100%;
           padding-top: 10px;
           background: rgba(125,125,125,1);
           border-radius: 10px;
        }

        #main-menu ul.nav > li > ul > li {
           margin-bottom:8px;
           position:relative;
        }

        #main-menu ul.nav > li > ul > li:after {
           content:"";
           display:block;
           position:absolute;
           bottom:-5px;
           width:100%;
           height:1px;
           background-color: rgba(255,255,255,0.2);
        }

        #main-menu ul.nav > li > ul > li:last-child:after {
           content:none;
        }

        #main-menu ul.nav > li > ul > li > a,
        #main-menu ul.nav > li > ul > li > span {
           position:relative;
           display:block;
           color:#fff;
           font-size:16px;
           font-weight: 700;
           text-transform: uppercase;
        }


/* MOBILE MENU */

/*** HAMBURGER MENU ***/

.hamburger {
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    padding: 12px 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: -12px;
}

.hamburger:focus {
    outline: none;
}

.hamburger-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* BANNER */

#banner {
    position:relative;
    margin-top:-100px;
    min-height:100px;
    width:100%;
    z-index:1;
}

#banner .banner-gradient {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
    z-index:1;
    background: transparent linear-gradient(180deg, #00000080 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

#banner .small-banner {
    height:100px;
    overflow:hidden;
}

#banner .small-banner .banner-gradient {
    height:100px;
    background: transparent linear-gradient(180deg, #00000080 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

#banner .big-banner {
    height:640px;
    padding-top:100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner .container {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

#banner .banner-content, #banner .banner-newsflash {
    display:flex;
    align-items: center;
    padding-bottom:100px;
}

#banner .newsflash {
    display:flex;
    flex-direction: column;
    gap:25px;
    width:500px;
    max-width:100%;
    background-color: rgba(255,255,255,0.8);
    padding:30px;
}

#banner .banner-newsflash h2 {
    font-size:32px;
    margin: 0;
}

#banner .banner-newsflash h3,
#banner .banner-newsflash h3 a {
    margin: 0 0 10px;
    font-size:20px;
    line-height:1.1;
    font-weight:700;
    color:#000;
    text-transform: none;
}

#banner .banner-newsflash h3 a:hover {
    color:#000;
    text-decoration: underline;
}

#banner .banner-newsflash .mod-articlesnews__item___content {
    display:flex;
    gap:20px;
}

#banner .banner-newsflash .datebox {
    width:110px;
    font-size:14px;
    font-weight: 700;
    padding:7px 10px;
    background-color:#000;
    color:#fff;
    text-align: right;
}

.video-banner video {
    height:1000px;
    width:100%;
}

.video-banner img {
    object-fit: cover;
    min-height:640px;
}

.video-banner h1 {
    position:absolute;
    top:125px;
    left:0;
    width:100%;
    max-width:960px;
    color:#fff;
    padding:0 120px;
    margin:0;
    font-size: 44px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.36;
}

.video-banner a.green-circle {
    position:absolute;
    display:grid;
    align-items: center;
    text-align: center;
    bottom:60px;
    right:15%;
    width:240px;
    height:240px;
    border-radius: 50%;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    background-color: #85B62C;
    padding:55px 25px;
    transition: all 0.3s ease-in-out;
}

.video-banner a.green-circle strong {
    display: inline-block;
    font-size:24px;
    font-weight:700;
}

.video-banner a.green-circle:hover {
    background-color: #6C9D13;
    transform: scale(1.1);
}

/* CONTENT */

.item-page, .blog {
    padding-top:100px;
    padding-bottom:100px;
}

.com-content-article__body > * {
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}

#shorts .newsflash {
    display:flex;
    flex-direction: row;
    gap:20px;
}

#shorts .newsflash .mod-articlesnews__item {
    width:auto;
    flex-grow: 1;
    min-height:380px;
    background-color: #F5F4EF;
    padding:75px 100px;
}

#shorts .newsflash .mod-articlesnews__item:nth-of-type(even) {
    background-color: #F9F9F9;
}

#shorts .newsflash .mod-articlesnews__item h3 {
    display: table-cell;
    height:60px;
    padding-left:80px;
    background-size:60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}

#shorts .newsflash .mod-articlesnews__item___content {
    margin-top:20px;
}

/* UL CHECKMARKS */

ul.checkmarks {
    list-style: none;
    margin:20px auto;
}

ul.checkmarks li {
    position: relative;
    list-style: none;
    padding-left:30px;
    margin-bottom:20px;
    line-height:1.44;
}

ul.checkmarks li:before {
    content:"";
    display: block;
    position:absolute;
    left:0px;
    top:7px;
    width:12px;
    height:10px;
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

ul.checkmarks li:last-of-type {
    margin-bottom:0;
}

/* UL BLOCKLIST */

ul.blockList {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.blockList li {
    display:flex;
    flex-direction: column;
}

ul.blockList.bordered li {
    border:1px solid #DADBD7;
}

ul.blockList li img {
    display:block;
    width:100%;
    height:auto;
}

ul.blockList li span {
    display:block;
    width:100%;
    background-color:#F5F4EF;
    text-transform: uppercase;
    font-size:24px;
    font-weight:700;
    text-align: center;
    padding:20px;
}

/* UL ICONBLOCKS */

ul.iconBlocks {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.iconBlocks > li {
    width:100%;
    background-color: #F5F4EF;
    padding:50px;
}

ul.iconBlocks > li > div {
    width:100%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction: column;
}

ul.iconBlocks > li > div > * {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

ul.iconBlocks > li > div h3 {
    display: table-cell;
    min-height: 60px;
    padding-left: 80px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}


/* UL LANDINGSGALLERY */

ul.landingGallery {
    position:relative;
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.landingGallery li {
    position:relative;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width:100%;
    gap:20px;
    margin:0;
}

ul.landingGallery li > a {
    display:block;
    position:relative;
    width:calc(50% - 10px);
    height:0;
    padding-top: calc(50% - 10px);
    background-color:#000;
    overflow:hidden;
}

ul.landingGallery .wf-icon-zoom-image {
    display:none !important;
}

ul.landingGallery li:first-of-type > a:last-of-type,
ul.landingGallery li:nth-of-type(2) > a:first-of-type,
ul.landingGallery li:last-of-type > a:last-of-type {
    flex-basis: 100%;
    width:100%;
    height:0;
    padding-top:64.5%;
}

ul.landingGallery li a img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    transition: all 0.5s ease-in-out;
}

ul.landingGallery li a:hover img {
    opacity: 0.83;
    transform: scale(1.2);
}


/* UL BEFORE / AFTER */

ul.before-after {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.before-after li {
    display:flex;
    flex-direction: column;
    width:calc(50% - 10px);
}

ul.before-after li img {
    display:block;
    width:100%;
    height:auto;
}

ul.before-after li span {
    display:block;
    width:100%;
    text-transform: uppercase;
    font-size:24px;
    font-weight:700;
    text-align: center;
    padding:20px;
}

/* Samples */

div.samples {
    max-width:100% !important;
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap:100px;
    //background-color:#F5F4EF;
    padding-top:50px;
    padding-bottom:50px;
}

div.samples div {
    width:320px;
    padding:0 30px;
}

ul.color-samples {
    list-style: none;
}

ul.color-samples li{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-left:65px;
    min-height:60px;
}

ul.color-samples li::before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    border-radius:50%;
    width:40px;
    height:40px;
    background-color:#fff;
}

ul.color-samples li.white::before{
    background-color:#d2d2d2;
}

ul.color-samples li.grey::before{
    background-color:#c3c2c3;
}

ul.color-samples li.anthracite::before{
    background-color:#585c5a;
}

ul.color-samples li.black::before{
    background-color:#323232;
}

ul.color-samples li.brown::before{
    background-color:#58452b;
}

ul.color-samples li.bronze::before{
    background-color:#665333;
}

ul.color-samples li.corten::before{
    background-color:#86502a;
}

ul.color-samples li.gold::before{
    background-color:#f0c375;
}

ul.color-samples li.champagne::before{
    background-color:#f0dfbd;
}

/* Anthracite bar */
.anthracite-bar {
    width:100%;
    max-width:100%;
    padding:50px;
    margin:100px 0;
    background-color:#323232;
    color:#fff;
}

.anthracite-bar > * {
    color:#fff;
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}

.anthracite-bar h2 {
    text-align: center;
}


/* QUOTE FORM */

form#quoteForm {
    max-width:1100px;
}

form#quoteForm div.formRow {
    gap:100px;
}

form#quoteForm div.formSpan6:last-of-type .rsform-block {
    margin-top:auto;
}

form a.green-circle {
    display:grid;
    align-items: center;
    text-align: center;
    width:240px;
    height:240px;
    border-radius: 50%;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    background-color: #85B62C;
    padding:55px 25px;
    transition: all 0.3s ease-in-out;
}

form a.green-circle strong {
    display: inline-block;
    font-size:24px;
    font-weight:700;
}

form a.green-circle:hover {
    background-color: #6C9D13;
    transform: scale(1.1);
}



/* HIGHLIGHTS */

ul.highlights {
    margin:20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

ul.highlights li {
    position:relative;
    min-height:470px;
    background-color: #F5F4EF;
    padding: 75px 100px;
    overflow:hidden;
}

ul.highlights li.column-4 {
    width:calc(33.1% - 10px);
}

ul.highlights li.column-6 {
    width:calc(50% - 10px);
}

ul.highlights li.column-8 {
    width:calc(66.9% - 10px);
}

ul.highlights li.column-12 {
    width:calc(100%);
}

ul.highlights li img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

ul.highlights li:not(.noted):hover img {
    transform:scale(1.1);
    transition: transform 2s ease-in-out;
}

ul.highlights li h2,
ul.highlights li p,
ul.highlights li a {
    position:relative;
}

ul.highlights h2 {
    display:inline-block;
    margin:0 0 30px;
    color:#fff;
    width:auto;
}

ul.highlights li:not(.noted) a {
    position:absolute;
    z-index:2;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:0;
}

ul.highlights li:not(.noted) h2 {
    position: relative;
    padding-right:26px;
    color:#fff;
}

ul.highlights li:not(.noted) h2:after {
    content:"";
    position: absolute;
    background-image: url('../images/ico-arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    width:18px;
    height:9px;
    right:-10px;
    top:50%;
    margin-top:-1px;
    transform: rotate(-90deg);
}

ul.highlights li:not(.noted):hover h2:after {
    animation-name: arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes arrow {
  0%   {right:-10px;}
  50% {right:5px;}
  100% {right:-10px;}
}

ul.highlights h2 a.iconed {
    color:#1D1D1B;
    font-size:24px;
    font-weight: 700;
    display: table-cell;
    height: 60px;
    padding-left: 80px;
    padding-right: 0;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}

ul.highlights h2 a.iconed:after {
    content:none;
}

/* BLOG */

.blog h1, .page-header h1 {
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}

.blog-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.blog-item {
    position:relative;
    background-color:#F9F9F9;
    padding-bottom:70px;
}

.blog-item .item-image {
    display:block;
    position: relative;
    width:100%;
    height:0;
    padding-top:50%;
    overflow:hidden;
    background-color:#1D1D1B;
}

.blog-item .item-image img {
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.blog-item .item-image:hover img {
    transform: scale(1.2);
    opacity:0.5;
}

.blog-item .item-image a {
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:0;
    z-index:2;
}

.blog-item .item-content {
    padding:20px;
}

.blog-item .item-content h3 a {
    color:#1D1D1B;
}

.blog-item .item-content h3 a:hover {
    text-decoration: underline;
}

.blog-item .item-content .readmore {
    position:absolute;
    bottom:20px;
    left:20px;
}

/* PAGINATION */

.com-content-category-blog__navigation {
    margin:50px 0 30px;
}

.com-content-category-blog__counter {
    text-align: center;
    margin-bottom:0 !important;
}

ul.pagination {
    width: 100%;
    display:flex;
    justify-content: center;
    list-style: none;
    gap:20px;
}

ul.pagination li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

ul.pagination .icon-angle-left,
ul.pagination .icon-angle-double-left,
ul.pagination .icon-angle-right,
ul.pagination .icon-angle-double-right
{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-arrow-left.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

ul.pagination .icon-angle-double-left {
    background-image: url(../images/icon-arrow-double-left.svg);
}

ul.pagination .icon-angle-right {
    background-image: url(../images/icon-arrow-right.svg);
}

ul.pagination .icon-angle-double-right {
    background-image: url(../images/icon-arrow-double-right.svg);
}

ul.pagination li.disabled {
    opacity: 0.2;
}

ul.pagination li a,
ul.pagination li span {
    display: block;
    padding: 5px;
    color: #1D1D1B;
    transition: all 0.3s ease-in-out;
}

ul.pagination li.active a {
    font-weight:700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul.pagination li:not(.active) a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul.pagination li:not(.disabled) .icon-angle-left:hover,
ul.pagination li:not(.disabled) .icon-angle-double-left:hover,
ul.pagination li:not(.disabled) .icon-angle-right:hover,
ul.pagination li:not(.disabled) .icon-angle-double-right:hover {
    transform: scale(1.33);
}


/* CONTENT TABLES */

table.fullwidth, table.split50, table.imageLeft, table.imageRight {
    margin:50px 0;
}

table.fullwidth {
    max-width:100%;
    width:100%;
}

table.split50 tr,
table.imageLeft tr,
table.imageRight tr {
    display:flex;
}

table.split50 td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    width:50%;
    padding:50px 100px;
}

table.imageLeft td:first-of-type,
table.imageRight td:last-of-type {
    padding:0;
}


table.imageLeft td:first-of-type img,
table.imageRight td:last-of-type img {
    display:block;
    width:100%;
    height:auto;
    min-height:100%;
    object-fit:cover;
}

table.imageLeft.contained td:first-of-type img,
table.imageRight.contained td:last-of-type img {
    object-fit:contain;
}

table.imageLeft.grayFrame tr,
table.imageRight.grayFrame tr {
    gap:50px;
    flex-wrap: nowrap;
}

table.imageLeft.grayFrame.split50 td:first-of-type,
table.imageRight.grayFrame.split50 td:last-of-type {
    min-width:50%;
}

table.imageLeft.grayFrame.split50 td:last-of-type,
table.imageRight.grayFrame.split50 td:first-of-type {
    padding:100px 0;
    width:100%;
    display:grid;
    align-items: center;
}

table.imageLeft.grayFrame.split50 td:last-of-type div,
table.imageRight.grayFrame.split50 td:first-of-type div {
    width:100%;
    padding:50px;
    background-color:#F5F5F5;
}



/* ENQUIRE FORM */

#content .formSpan12,
#content .formSpan6 {
    display:flex;
    flex-direction: column;
    gap:30px;
}

#content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1D1D1B;
  opacity: 1; /* Firefox */
}

#content :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1D1D1B;
}

#content ::-ms-input-placeholder { /* Microsoft Edge */
  color: #1D1D1B;
}

#content .formError {
    margin-top:5px;
}

/* BREADCRUMBS */

#content ol.breadcrumb {
    position: absolute;
    left: 20px;
    top: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    background: #fff;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-left: -10px;
    z-index: 3;
}

#content .banner-container ol.breadcrumb {
    top: auto;
    left: 20px;
    margin-left: 0px;
    bottom: 0;
}

ol.breadcrumb li {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 10px;
    text-transform: uppercase;
    height: 12px;
    font-size: 12px;
}

ol.breadcrumb li:first-of-type,
ol.breadcrumb li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

ol.breadcrumb li a,
ol.breadcrumb li span {
    display: block;


    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
}


/* FOOTER */

footer {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background-color: #1D1D1B;
    min-height:520px;
    color:#fff;
}

footer h3 {
    color:#fff;
    margin-top:0;
}

footer a {
    color:#fff;
}

footer a:hover {
    color:#fff;
    text-decoration: underline;
}

footer .container {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top:80px;
    padding-bottom:80px;
}

footer #footer-left {
    min-height:350px;
    width:auto;
    display:flex;
    flex-direction: column;
    justify-content: end;
    gap:20px;
    font-size: 14px;
    font-weight:700 !important;
    text-transform: uppercase;
}

footer #footer-left a {
    font-size: 14px;
    font-weight:700 !important;
    text-transform: uppercase;
}

footer #footer-left #footer-logo {
    width:100%;
    max-width:240px;
}

footer #footer-left #footer-logo svg {
    width:100%;
}

footer #footer-left #footer-left-content {
    display:flex;
    gap:50px;
}

footer #footer-left #footer-left-content .footer-menu {
    display:flex;
    flex-direction: column;
    justify-content: end;
}

footer #footer-left #footer-left-content ul.nav {
    display:flex;
    gap:50px;
    list-style: none;
}

footer #footer-form {

}

div.gdprlock-placeholder-text, div.gdprcookielock-placeholder-text {
    color:#000 !important;
}

#rsfp_thankyou_popup_inner {
    border-radius:20px;
    max-width: 600px;
    padding: 40px 20px;
}

#rsfp_thankyou_popup_inner a.button {
    background-color:#85B62C;
}

#rsfp_thankyou_popup_inner a.button:hover {
    background-color:#6C9D13;
}

.rsfp_thankou_popup_close_btn {
    right: 15px !important;
}

footer #footer-socials {
    width:20px;
}

footer #footer-socials .moduletable {
    height:100%;
    display:flex;
    flex-direction: column;
    gap:30px;
    align-items: center;
    justify-content: center;
}

#footer-socials a {
   transition: transform 0.3s ease-in-out;
}

#footer-socials a:hover {
    transform: scale(1.33);
}

#footer-socials a svg path {
    fill: #FFF;
    transition: fill 0.3s ease-in-out;
}

#footer-socials a:hover svg path {
    fill: #666;
}

#footer-socials a:hover .icon-ico-facebook svg path {
    fill: #1977F3;
}

#footer-socials a:hover .icon-ico-pinterest svg path {
    fill: #E71A21;
}

#footer-socials a:hover .icon-ico-linkedin svg path {
    fill: #2867B2;
}

#footer-socials a:hover .icon-ico-youtube svg path {
    fill: #FF0000;
}

#footer-socials a:hover .icon-ico-instagram svg path {
    fill: #E1306C;
}


/* FOOTER FORM */

footer #footer-form {
    display:flex;
    flex-direction: column;
    justify-content: end;
}

footer .formSpan12, footer .formSpan6 {
    display:flex;
    flex-direction: column;
    gap:30px;
}

div.formBody {
    position:relative;
    float:none !important;
}

div.formRow {
    display:flex;
    flex-wrap: nowrap;
    gap:40px;
}

footer #footer-form h3 {
    margin-bottom: 0;
}

footer label a {
    font-weight:bold;
}

footer input[type=text],
footer input[type=search],
footer input[type=password],
footer input[type=email],
footer input[type=tel],
footer textarea,
footer select {
    color:#fff;
    border-bottom:1px solid #fff;
}

footer select option {
    color:#000;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

footer .formRed {
    display:none;
}

footer .formValidation {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    margin-top:5px;
    width:100%;
}

footer .formValidation span.formError {
    display:block;
    height:16px;
    width:100%;
    padding-right:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
}


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

    #shorts .newsflash .mod-articlesnews__item {
        padding:50px;
    }

}


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

    .outerContainer {
        padding-bottom: 0;
    }

    .container,
    header .container,
    footer .container,
    .video-banner h1
    {
        padding-left:5%;
        padding-right:5%;
    }

    .blog-items {
        grid-template-columns: repeat(3, 1fr);
    }

    footer {
        position:relative;
    }

    footer .container {
        flex-direction: column-reverse;
    }

    footer #footer-socials {
        width:auto;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    footer #footer-form {
        max-width:100%;
        padding-top:20px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    footer #footer-socials .moduletable {
        flex-direction: row;
        justify-content: left;
    }

    footer #footer-left {
        min-height: 0;
        padding-top:30px;
    }

    footer #footer-left #footer-left-content {
        flex-direction: column;
        gap:15px;
    }

    footer #footer-left #footer-left-content ul.nav {
        flex-direction: column;
        gap:5px;
    }

}

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

    table.imageLeft.grayFrame tr, table.imageRight.grayFrame tr {
        gap:20px;
    }

    table.imageLeft.grayFrame.split50 td:first-of-type, table.imageRight.grayFrame.split50 td:last-of-type {
        min-width:45%;
    }

    table.imageLeft.grayFrame.split50 td:last-of-type, table.imageRight.grayFrame.split50 td:first-of-type {
        padding:30px 0;
    }

    .video-banner a.green-circle {
        bottom: 40px;
    }

}




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

    .blog-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-banner video,
    .video-banner img  {
        min-height:100vh;
        height:100vh;
        object-fit: cover;
    }

    .video-banner h1 {
        font-size:30px;
    }

    .video-banner a.green-circle {
        bottom: 30px;
        right: 5%;
        width: 200px;
        height: 200px;
        font-size: 16px;
        padding: 40px 20px;
    }

    .video-banner a.green-circle strong{
        font-size: 20px;
    }

    ul.blockList,
    ul.iconBlocks,
    ul.landingGallery {
        flex-wrap: wrap;
    }

    ul.blockList li,
    ul.iconList li,
    ul.landingGallery li,
    ul.blockList.threeBlocks li,
    ul.iconList.threeBlocks li {
        width: 100%;
    }

    ul.blockList.fourBlocks li,
    ul.iconBlocks.fourBlocks li {
        width: calc(50% - 10px);
    }

    ul.iconBlocks > li > div {
        max-width:100%;
        padding-left:5%;
        padding-right:5%;
    }

    table.split50 tr, table.imageLeft tr, table.imageRight tr {
        flex-direction: column !important;
        gap:0 !important;
    }

    table.imageRight tr {
        flex-direction: column-reverse !important;
    }

    table.split50 td, table.imageLeft td, table.imageRight td {
        width:100% !important;
    }

    table.imageLeft.grayFrame.split50 td:last-of-type, table.imageRight.grayFrame.split50 td:first-of-type {
        padding:0;
    }

}

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

    div.samples {
        flex-direction: column;
        gap:30px;
        padding-top:30px;
        padding-bottom:30px;
    }

    div.samples div {
        width:100%;
    }

    .anthracite-bar {
        padding:50px 30px;
        margin:40px 0;
    }

}

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

    .blog-items {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.blockList.fourBlocks li, ul.iconBlocks.fourBlocks li {
        width:100%;
    }

    ul.before-after {
        flex-wrap: wrap;
    }

    ul.before-after li {
        width:100%;
    }

    div.formRow {
        flex-wrap: wrap;
    }

    div.formRow > * {
        width:100%;
    }


}