body, html,
.zl_order_txtbelowbutton {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 1rem;
}
.btn:hover {
    opacity: 1;
}
.even {
    background-color: rgba(238, 238, 238, 1);
}
.row {
    padding: 3px 0;
}
.btn.btn-light {
    border: 2px solid black !important;
    background-color: #ffffff;
}
.btn.btn-light:hover,
.btn.btn-light:focus {
    color: #fff;
    border: 2px solid black !important;
    background-color: #000;
}

.line-div {
    padding: 35px;
    border: 1px solid #000;
    border-radius: 10px;
}
label {
    font-weight: 600;
}
i.red {
    color: #c70c0c !important;
}
i.green {
    color: #44c70c !important;
}
@media (min-width: 1400px) {
    .constrain {
        max-width: 1000px;
    }
}
.arrow-link a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    padding-left: 10px;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h1,
h1,
.h2,
h2,
.h4,
h4 {
    font-weight: 900;
}
h3,
.h3 {
    font-weight: 900 !important;
}
.h4,
h4 {
}
.contentLayout ul li,
p,
.p {
    font-size: 1.05rem !important;
}
a.link {
    color: rgb(13, 110, 253);
}
.contentLayout ul li {
    list-style-type: none;
    position: relative;
}
.contentLayout ul li:before {
    content: "-";
    position: absolute;
    left: -20px;
    top: -11px;
    font-size: 28px;
}
.contentLayout small {
    text-transform: inherit;
}
.contentLayout a:not(.btn):not(.zl-btn-collapse) {

}
.formbuilder-mz .help-block.with-errors ul:before {
    font-family: "Font Awesome 6 Pro";
}
#FbForm5 div.col-12.col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}
#FbForm5 div.col-12.col-md-6 p {
    margin: 0;
}

.contentLayout p:last-child {
    margin: 0;
}
#Input_Id_25 {
    position: absolute;
}
#Input_Id_25 p {
    display: none;
}
.zl_errormessage {
    padding: 5px 10px;
    background-color: rgba(199,12,12,.1);
    border-radius: 0.375rem;
}
.tab-pane {
    margin-top: 20px;
}
.formbuilder-mz button {
    float: right;
}
.btn {
    background: none;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
}
.btn.btn-xs {
    padding: 0.35rem .75rem;
}
.btn.btn-highlight {
    color: #000;
}
.btn-huge {
    /*padding: .35rem .75rem;*/
}
.btn-white,
.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
}
.btn-black,
.btn-black:hover,
.btn-black:focus {
    background-color: black;
    color: #fff;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.btn-highlight-line,
.btn-dark-line {
    background: none;
    font-weight: 900;
    padding: 0.65rem 1.25rem;
    border: 2px solid #000;
    background-color: #fff;
    margin: 5px 0;
}
.btn-highlight-line.btn-sm {
    font-size: .75rem;
    padding: 0.25rem 0.75rem;
}
.btn-highlight-line:hover,
.btn-highlight-line:focus,
.btn-dark-line:hover,
.btn-dark-line:focus {
    border: 2px solid #ff6600;
    background-color: #ff6600;
    color: #000;
}

.btn-dark-line,
.btn-dark-line:hover,
.btn-dark-line:focus {
    width: 90%;
    display: block;
    margin: 10px auto 0 auto;
}
.divider-line {
    border-top: 2px solid rgba(0,0,0,0.1);
}
.sfeer {
    border-radius: 20px;
    margin: 35px auto;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.grey-div {
    padding: 10px 10px 20px 10px;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 0 #ebebeb;
    -moz-box-shadow: 0 5px 0 0 #ebebeb;
    box-shadow: 0 5px 0 0 #ebebeb;
}
.badge-light {
    color: #b1b1b1;
    background-color: #ebebeb;
}
.dark-bg {
    background: #3D4E58;
}
.zl_search_field_container {
    border: 1px solid #ebebeb;
}
.zl_search_field,
.zl_search_field_container,
.zl_search_container {
    border-radius: 10px;
}
.zl_search_field_container {
    background-color: #000;
    border: none;
}
.zl_search_field {
    width: calc(100% - 45px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 5px 4px 5px #e7e7e7 inset;
    height: 45px;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .zl_search_field {
        transform: translateX(-24px);
    }
}
header.header {
    position: relative;
    z-index: 2;
}
header.header.header-line {
    border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 992px) {
    header.header {
        /*padding: 10px 0 0 0;*/
    }
}
@media (max-width: 767px) {
    header.header {
        padding: 0;
    }
}
header.header .logo-nav {
    padding: 15px 0;
}
@media (min-width: 992px) {
    header.header .logo-nav .col-lg-8 {
        position: relative;
    }

    header.header .logo-nav .col-lg-8::after {
        position: absolute;
        content: "";
        top: -15px;
        right: -86px;
        height: calc(100% + 30px);
        width: 86px;
        background-image: url('/templates/website-boels-investors/img/general/shape-orange.svg');
        background-repeat: no-repeat;
        z-index: 0;
    }

    header.header .logo-nav .col-lg-8::before {
        position: absolute;
        content: "";
        top: -15px;
        height: calc(100% + 30px);
        right: 0;
        width: 1250px;
        background-color: #FF6600;
        z-index: 0;
    }
}
header.header .logo-nav .btn {
    background: none;
    border: none;
}
header.header .logo-nav .btn:hover {
    color: #000 !important;
    background-color: #FF6600;
}


header.header .top-bar {
    padding-bottom: 10px;
}
header.header .top-bar .h4 {
    font-weight: 500;
}
header.header .top-bar ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
}
header.header .top-bar ul li:first-child {
    display: none;
}
header.header .top-bar small {
    color: #ababab;
    display: inline-block;
    transform: translateY(-2px);
}
header.header .row {
    padding: 0;
}

header.header .logo-nav {
/*    background-color: #FF6600;
    padding: 20px 0;*/
}

.alert-cart {
    background-color: #FF6600;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

header .search {
    width: inherit;
    display: inline-block;
    margin-left: 30px;
}
@media (max-width: 991px) {
    header .search {
        margin-left: 0;
    }
}
header .search .zl_search_btn_search {
    background: #000;
    top: 5px;
    right: 5px;
}
header .search .zl_search_btn_search i {
    font-weight: 600;
}
header .btn {
    box-shadow: none;
}
header .btw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1030;
}
header .btw .btn {
    border: none;
}
header .btw .btn:not(.btn-black) {
    box-shadow: 5px 4px 5px #e7e7e7 inset;
}
@media (max-width: 991px) {
    header .btw {
        position: relative;
        top: auto;
        transform: none;
        float: right;
        margin: 3px 0;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;

        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
header .btn-group {
    display: inline-flex;
}
header .btn-group .btn {
    font-size: .75rem;
}


.zl_cart_smll {
    border: 0;
}
@media (max-width: 991px) {
    .zl_cart_smll {
        position: absolute;
        right: 0;
    }
}
.zl_cart_smll i {
    color: #fff;
    font-weight: 600;
    font-size: 30px !important;
    transform: none !important;
}
.zl_cart_smll i:before {
    content: "\f291";
}
.zl_cart_smll_amount {
    width: 22px;
    height: 22px;
    font-size: 14px;
    font-weight: 300;
    background-color: #3e4e58;
}

form {
    border-radius: 4px;
}
.dark {
    background-color: #3D4E58;
}
.dark h3 {
    color: #fff !important;
}

img.logo {
    height: 50px;
    margin: 0;
    position: relative;
    z-index: 1;
}
}

@media (max-width: 991px) {
    img.logo {
        width: 86px;
        height: 40px;
        margin-bottom: 10px;
    }
}

.zl_faq > ul > li {
    margin: 0;
}
.zl_faq .zl_faq_question .fa {
    color: #ff6600;
}

.navmainDiv ul.navmain {
    position: relative;
    z-index: 100;
    padding: 12px 0;
}
.navmainDiv ul.navmain:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
.navmainDiv ul.navmain > li {
    margin: 0 3px;
    padding: 6px;
    float: left;
    border-radius: 4px;
    border: 1px solid transparent;
    position: relative;
}
.navmainDiv ul.navmain > li > a {
    position: relative;
}
.navmainDiv ul.navmain > li:first-child {
    display: none;
}
.navmainDiv ul.navmain > li:nth-child(2),
.navmainDiv ul.navmain > li:nth-child(2) a {
}
.navmainDiv ul.navmain > li > a {
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.navmainDiv ul.navmain > li:hover {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
}
.navmainDiv ul.navmain > li:hover > ul {
    left: -1px;
    top: 44px;
    padding: 10px;
    min-width: 250px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

    background-color: #eeeeee;
}
.navmainDiv ul.navmain > li#zl-nav-haschilds-firstitem:hover > ul {
    height: 460px;
}
.navmainDiv ul.navmain > li:hover > ul > li {
    border: none !important;
    margin: 0;
    padding: 0;
}
.navmainDiv ul.navmain > li:hover > ul > li > a {
    padding: 10px 5px;
    position: relative;
}
.navmainDiv ul.navmain > li:hover > ul > li > a > .fal {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navmainDiv ul.navmain > li:hover > ul > li > a > .fal:before {
    content: "\f105";
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > a {
    background-color: #fff;
    color: inherit !important;
    opacity: 1;
    border-radius: 5px;
}
.navmainDiv ul.navmain > li:hover > ul > li.zl-nav-haschilds:hover > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.navmainDiv ul.navmain > li.navActive > a::after {
    left: 4px;
    bottom: -20px;
    content: "";
    height: 3px;
    width: calc(100% - 8px);
    position: absolute;
    background-color: #000;
    border: 1px solid #000;
}
.navmainDiv ul.navmain > li:focus {
    border: 1px solid #000;
}
.navmainDiv ul.navmain > li.navActive:hover > a,
.navmainDiv ul.navmain > li.navActive > a {
    color: #000;
}
@media (max-width: 1199px) {
    .zl-mobile-nav-buttons-menubar .zl-mobile-nav-toggle {
        margin: 15px 0;
    }
}
@media (max-width: 991px) {
    .zl-mobile-nav-buttons-menubar .zl-mobile-nav-toggle {
        position: absolute;
        top: -118px;
        font-size: 24px;
        color: #fff;
    }
    .zl-mobile-nav-buttons-menubar .zl-mobile-nav-toggle tag {
        display: none;
    }
}

.navmainDiv ul.navmain > li:hover > ul > li > ul {
    display: none;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    background-color: #fff;
    height: 100%;
    padding: 10px;
    min-width: 275px;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li {
    border: none !important;
    margin: 0;
    padding: 0;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li > a {
    padding: 10px 5px;
    position: relative;
}

.navmainDiv ul.navmain > li:hover > ul > li > ul > li > ul {
    display: none;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    background-color: #000;
    height: 100%;
    padding: 10px;
    min-width: 275px;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li:hover > ul > li {
    border: none !important;
    margin: 0;
    padding: 0;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li:hover > ul > li > a {
    padding: 10px 5px;
    color: #fff;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li > a > .fal {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li > a > .fal:before {
    content: "\f105";
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li:hover > a {
    background-color: #000;
    color: #fff !important;
    opacity: 1;
    border-radius: 5px;
}
.navmainDiv ul.navmain > li:hover > ul > li:hover > ul > li.zl-nav-haschilds:hover > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



.breadcrumbDiv {
    background: none;
    padding: 15px 0;
}
.breadcrumbDiv a:not(.active):not(.btn) {
    border-bottom: 1px solid #000;
}


.navsub {
    background-color: #f8f8f8;
    border-radius: 4px;

    -webkit-box-shadow: 0 3px 0 0 #ebebeb;
    -moz-box-shadow: 0 3px 0 0 #ebebeb;
    box-shadow: 0 3px 0 0 #ebebeb;
}
.navsub li {
    list-style-type: none;
}
.navsub li:not(:nth-child(2)) {
    border-top: 1px solid #ebebeb;
}
.navsub li a {
    padding: 10px 15px;
    display: block;
}
.navsub li a:hover {
    background: #f1f1f1;
}

footer {
    overflow: hidden;
}
footer .container {
    border-top: 0px solid #000;
    background: #000;
    padding: 51px 0;
}
@media (max-width: 991px) {
    footer .container {
        padding: 39px 0;
    }
}
footer .container .row {
    position: relative;
    z-index: 1;
}
footer .container:after {
    content: "";
    right: 0;
    top: 0;
    transform: translateX(300px);
    position: absolute;
    height: 100%;
    width: 300px;
    background: #000;
}
footer .container:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 120px;
    height: 300px;
    background-image: url("/templates/website-boels-investors/img/general/shape-black.svg");
    background-repeat: no-repeat;
    z-index: 0;
}
footer .h4 {
    font-weight: 500;
    color: #fff;
}
footer h3,
footer .h3 {
    font-size: 1.2rem;
    color: #fff;
}
footer small {
    text-transform: inherit !important;
    color: #fff;
    display: inline-block;
    transform: translateY(-2px);
}
footer ul {
    margin: 0 !important;
}
footer ul li {
    list-style-type: none;
    margin-bottom: 10px !important;
}
footer ul li a {
    font-weight: 300 !important;
    color: #fff !important;
}

span[class^="zl_sociallogo_"] {
    background-color: #fff;
    margin-right: 10px;
}

div.closing {
}
@media (max-width: 767px) {
    div.closing {
        padding-bottom: 100px !important;
    }
}

ul.navfooter {
    margin: 0;
}
ul.navfooter li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
ul.navfooter li:before {
    content: "/";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
ul.navfooter li:nth-child(2):before {
    display: none;
}
ul.navfooter li:nth-child(2) {
    padding-left: 0;
}
ul.navfooter li a {
    font-weight: 300 !important;
}

span[class^="zl_sociallogo_"] {
    background-color: #fff;
    margin-right: 10px;
}

div.closing a:hover {
    color: #ff6600 !important;
}

ul.navfooter {
    margin: 0;
}
ul.navfooter li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
ul.navfooter li:before {
    content: "/";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
ul.navfooter li:nth-child(2):before {
    display: none;
}
ul.navfooter li:nth-child(2) {
    padding-left: 0;
}
ul.navfooter li a {
    font-weight: 300 !important;
}

#zoslider .overlay_content_slide .btn:focus,
#zoslider .overlay_content_slide .btn:hover,
#zoslider .overlay_content_slide .btn {
    color: #000 !important;
    border-color: #ff6600;
    background-color: #ff6600;
}
.btn-calltoaction {
    color: #000 !important;
    border-color: #ff6600;
    background-color: #ff6600;
}
.btn-calltoaction:focus,
.btn-calltoaction:hover {
    color: #fff !important;
    border-color: #000;
    background-color: #000;
}

.btn-calltoaction-high {
    border-color: #FF6600;
    color: #000 !important;

}
.row-line {
    border-bottom: 1px solid rgba(209, 211, 212, 1);
    margin-bottom: 5px;
}


.nav-pills .nav-link {
    color: #000 !important;
    border: 2px solid #000 !important;
    margin-right: 10px;
}
.nav-pills .nav-link:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !important;
    background: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}
.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
}
.contentLayout img,
iframe {
    border-radius: 20px;
}
.bg-grey {
    background: rgba(255, 226, 215, 1);
}
.breadcrumbDiv {
    background: #f8f8f8;
}

.contentLayout a:not(.btn) {
    color: #000;
    font-weight: 900;
    position: relative;
}
.contentLayout a:not(.btn)::before {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100%);
    bottom: -5px;
    background-color: #000;
}
.contentLayout a:not(.btn):hover {
    color: #ff6600 !important;
}

.mailing .btn {
    margin: 0;
}

#zoslider .overlay_screen {
    -webkit-box-shadow: inset 0 0 70px 0 #000;
    box-shadow: inset 0 0 70px 0 #000;
}
#zoslider video {
    transform: translateY(-35px);
}
#zoslider .overlay_content_slide {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    max-width: 100%;
}
#zoslider .overlay_content_slide h3 {
    font-size: 3.6rem;
    text-shadow: 0px 4px 4px rgba(0,0,0,.25);
}
@media (max-width: 767px) {
    #zoslider .overlay_content_slide h3 {
        font-size: 2.2rem;
    }
}
@media (max-width: 567px) {
    #zoslider .overlay_content_slide h3 {
        font-size: 1.4rem;
    }
}

.zl_product_browser {
    text-align: center;
}

.zl_product_browser a,
.zl_product_browser a:hover {
    border-radius: 200px;
    width: 52px;
    height: 52px;
    border-width: 1px;
    border-color: #D8D8D8;
    padding-top: 12px;
    margin: 0 3px;
}
.zl_product_browser a.btn-highlight {
    background: #3D4E58;
    color: #fff;
}

.news .news-img {
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news .news-img:hover {
    cursor: pointer;
}

.news-img-smll {
    height: 118px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-col {
    border-radius: 10px;
    padding: 150px 25px 35px 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 15px 0;
}
.news-col:hover {
    cursor: pointer;
}
.news-col a {
    font-weight:bold;
    color: #fff !important;
    position: relative;
}
.news-col:hover .h4 {
    color: #ff6600;
}

.news-col .black {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}
.news-col-text {
    position: relative;
    z-index: 1;
}

.news-col-smll-text a,
.news-col-text a {
    position: relative;
    font-weight: 900 !important;
    color: #000 !important;
}
.news-col-text a {
    color: #fff !important;
}

.news-col-smll-text a::before,
.news-col-text a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% + 10px);
    bottom: -5px;
    background-color: #000;
}
.news-col-text a::before {
    background-color: #fff;
}
.news-col-smll-text a::after,
.news-col-text a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    transform: translateX(10px);
    display: inline-block;
    font-weight: 600;
}
.news-col .h4 {
    height: 55px;
    color:white;
}
.news-col-smll {
    border: 1px solid #000;
    border-radius: 10px;
    margin: 15px 0;
}
.news-col-smll:hover {
    cursor: pointer;
}
.news-col-smll .news-col-smll-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-col-smll a {
    position: relative;
}
@media (min-width: 992px) {
    .news-col-smll .h4 {
        height: 125px;
    }
}

.news-col-smll-text {
    padding: 25px 25px 35px 25px;
}

.zl_stream_tags {
    text-align: center;
}
.zl_stream_tags a {
    font-weight: 700;
    color: #ff6600;
    background-color: #fff;
    border-radius: 100px;
    padding: 3px 11px 4px 11px;
    margin: 0 2px;
}
.zl_stream_tags a.zl_stream_tag_active {
    color: #fff;
    background-color: #ff6600;
}

.intro {
    position: relative;
    background-color: #ff6600;
}
.intro .badge {
    font-size: 1.2rem;
    border-radius: 200px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #3f3f3f;
}
.intro p {
    font-size: 1.2rem;
}
.intro-img {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .intro-img {
        position: relative;
        height: 225px;
        width: 100%;
    }
}
.intro-text {
    padding: 30px;
}

.project-detail-date {
    color: rgba(61,78,88,.6);
}
.project-detail-img img {
    border-radius: 25px;
}
.project-detail-title,
.project-detail-text {
    width: 100%;
    max-width: 750px;
    margin: 0 auto !important;
}

.project-detail-back {
    position: relative;
    font-weight: 600 !important;
    color: #000 !important;
}
.project-detail-back::after {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% + 10px);
    bottom: -5px;
    left: 0;
    background-color: #000;
}

.img-hover-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 0 30px;

    -webkit-box-shadow: 0 0 0 0 #ebebeb;
    -moz-box-shadow: 0 0 0 0 #ebebeb;
    box-shadow: 0 0 0 0 #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.img-hover-block:hover {
    padding: 100px 30px;
}
.img-hover-block-text {
    background: rgba(255,255,255,0.8);
    padding: 10px 20px;
}

.zl_categories ul li a {
    background: none !important;
}

.zl_cat_list {
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 0 0 #ebebeb;
    -moz-box-shadow: 0 5px 0 0 #ebebeb;
    box-shadow: 0 5px 0 0 #ebebeb;
    margin: 15px 0;
    border-radius: 0.375rem;
}
.zl_cat_list_image {
    border-radius: 0.375rem;
    display: block;
    background-color: #fff;
    height: 180px;
    background-size: 65%;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.zl_cat_list .h4 {
    padding: 10px;
    display: block;
}
.zl_cat_list .h4:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    transform: translateX(10px);
    display: inline-block;
    color: #ff6600;
}

.zl_product_list {
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 0 0 #ebebeb;
    -moz-box-shadow: 0 5px 0 0 #ebebeb;
    box-shadow: 0 5px 0 0 #ebebeb;
}

#filtergroup_price,
.zl_product_state {
    display: none;
}
.zl_product_list_image {
    background-color: #fff;
    height: 180px;
    background-size: 65%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
.zl_product_list_code {
    margin-bottom: 10px;
    color: #9ea6ab;
}
.zl_product_detail_article {
    margin-bottom: 10px;
    color: #9ea6ab;
}
.zl_product_detail_container .grey-div {
    padding: 20px;
}
.zl_product_detail_container .zl_product_detail_article,
.zl_product_detail_container #omschrijving {
    padding-left: 20px;
    padding-right: 20px;
}
.zl_product_detail_container .zl_product_detail_images_cont .zl_product_detail_images {
    height: 400px;
}
.zl_product_detail_images {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.zl_product_detail_specs .h4 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 12px;
    margin: 0;
}
.zl_product_detail_specs ul li {
    padding: 12px 0;
}

#htmlProducts a small {
    color: #000;
}

.fourcol-item {
    border-radius: 0.375rem;
    border: 1px solid #000;
    margin: 15px 0;
}
.fourcol-item:hover {
    cursor: pointer;
}
.fourcol-item-image {
    border-radius: 0.375rem;
    height: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fourcol-item-text {
    padding: 25px;
}
.fourcol-item-text p {
    height: 112px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .fourcol-item-text p {
        height: auto;
    }
}
.fourcol-item-text a {
    color: #000;
    font-weight: 700;
}
.fourcol-item-text a:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    transform: translateX(10px);
    display: inline-block;
    color: #ff6600;
}

.slide {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .slide {
        height: 200px;
    }
}
.slick-dots {
    position: relative;
    z-index: 999;
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 100px;
    outline: none;
    background: #fff;
    margin: 3px;
    border: 1px solid #3D4E58;
}
@media (max-width: 767px) {
    .slick-dots li button {
        width: 16px;
        height: 16px;
    }
}
.slick-dots li.slick-active button {
    background: #3D4E58;
}

header.zl-mobile-nav-header {
    /*background-color: #fff;*/
    background-image: url('/templates/website-boels-investors/img/general/boels-rental.png');
    background-size: 40%;
}

.vatPrice .btw {
    float: right;
}

.zl-mobile-nav li.homeicon a {
    background-color: #FF6600;
}

.zl-top-button,
.zl-mobile-nav-buttons-container .fal.fa-left {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.zl-mobile-nav {
    color: #fff;
    background-color: #fff;
    background-image: url('/templates/website-boels-investors/img/general/bg-mobile-nav.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.zl-mobile-nav ul li a {
    color: #fff;
}
.zl-mobile-nav ul li.navActive a {
    color: #ff6600;
}
.zl-mobile-nav ul li ul li {
    margin-left: 20px;
}
.zl-mobile-nav > div > ul > li > a {
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .zl-mobile-nav > div[data-zlmobile-target] {
        display: table;
        width: 100%;
        min-height: auto;
    }
    .zl-mobile-nav .navmain {
        margin-bottom: 20px;
    }
}

#nOrderAmount {
    padding: calc(0.45rem + 1px) 1rem;
}

img.logo-bottom {
    height: 54px;
}