﻿* {
    box-sizing: border-box;
}

:root {
    --colorful: #f58220;
    --colorful_dark: #ca6c18;
    --grey_dark: #222224;
    --grey: #979799;
    --grey_light: #f1f1f2;
    --grey_header: #1f1f1f;
    --white: #ffffff;
    --iRobot: 100, 167, 11; /*#64A70B*/
    --nomandiQ: 209, 36, 33; /*#D12421*/
    --ROIDMI: 229, 36, 33; /*#E52421*/
    --Liebherr: 55, 72, 102; /*#374866*/
    --Sage: 72, 51, 73; /*#483349*/
    --DeDietrich: 170, 110, 80; /*#AA6E50*/
    --everdure: 141, 143, 146; /*#8D8F92*/
    --segway-ninebot: 0, 158, 208; /*#009ED0*/
    --Brandt: 228, 0, 63; /*#E4003F*/
    --besv: 235, 85, 20; /*#eb5514*/
    --espro: 251, 173, 23; /*#FBAD17*/
    --iweech: 0, 123, 255; /*#007BFF*/
    --ooni: 255, 197, 47; /*#FFC52F*/
    --wittclinic: 137, 184, 203; /*#89B8CB*/
    --cosmo: 215, 41, 42; /*#D7292A*/
    --overade: 224, 86, 17; /*#e05611*/
    --beaba: 211, 219, 31; /*#D3DB1F*/
    --redcastle: 138, 32, 47; /*#8A202F*/
    --vtech: 111, 143, 157; /*#6F8F9D*/
    --robomow: 255, 219, 0; /*#FFDB00*/
    --texlock: 241, 203, 74; /*#F1CB4A*/
    --swandoo: 0, 44, 83; /*#002C53*/
    --lawnexpert: 2, 150, 64; /*#029640*/
    --jooki: 197, 62, 42; /*#C53E2A*/
    --vbreathe: 60, 180, 229; /*#3cb4e5*/
    --powunity: 30, 75, 97; /*#1E4B61*/
    --ybell: 204, 220, 0; /*#CCDC00*/
    --swiper-theme-color: #979799 !important;
}

html,
body {
    background-color: #ffffff;
    color: var(--grey_dark);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.0em;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.0em;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1.4;
}

h2 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.2em;
}

h4 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
}

h5 {
    font-weight: 300 !important;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
}

h6, h6 a {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.4em;
}

a {
    color: var(--colorful);
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover, a:focus {
        color: var(--colorful);
    }

    a.contact-links {
        /*color: var(--white) !important;*/
    }

ul, ol {
    padding-left: 30px;
}

    ul li, ol li {
        padding-left: 5px;
    }

.white {
    color: var(--white) !important;
}

.grey,
.text-grey {
    color: var(--grey) !important;
}

.search-results {
    margin-bottom: 15px;
    color: var(--grey_dark);
}
/*------Titles-----------*/
.section-title {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px 40px 0px !important;
}

.section-subtitle {
    margin-bottom: 20px;
}

.brandpage-title {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 10px;
}


/*------JOBS-----------*/

.job-title {
    font-size: 2.2em;
    line-height: 1.3em;
    padding-bottom: 5px;
    margin-top: 0px;
}

.job-introduction {
    font-size: 1.3em;
    padding-bottom: 15px;
}

.job-country {
    color: var(--grey);
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blog2-pressrelease-content h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: 0.0em;
    margin-bottom: 5px;
}

.titles, .blog-title {
    text-transform: uppercase;
    text-align: center;
}

    .blog-title p {
        text-transform: none;
        font-weight: 400;
    }

.row-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}


.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

.position-absolute-bottom {
    position: absolute;
    bottom: 15px;
}

@media (min-width:992px) {
    .position-absolute-bottom-desktop {
        position: absolute;
        bottom: 15px;
    }
}

.no-padding {
    padding: 0;
}

.modal-image {
    cursor: pointer;
}

.rounded {
    border-radius: 15px !important;
}



.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

    .modal-dialog-centered img {
        max-height: 800px;
    }


.close-btn {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1;
}


.bg-transparent {
    background: transparent !important;
}

.bg-grey_dark {
    background: var(--grey_dark) !important;
}

.bg-grey_dark-outline {
    border-color: var(--grey_dark);
    color: var(--grey_dark);
}

.bg-white {
    background: var(--white) !important;
}

.bg-white-outline {
    border-color: var(--white);
    color: var(--white);
}

.bg-lightgrey {
    background: var(--grey_light);
    border-radius: 8px;
}

.bg-lightgrey-outline {
    border-color: var(--grey_light);
    color: var(--grey_light);
}


.bg-orange {
    background: var(--colorful);
}

.bg-orange-outline {
    border-color: var(--colorful);
    color: var(--colorful);
}


.orange {
    color: var(--colorful) !important;
}

.grey_dark-important,
.grey_dark {
    color: var(--grey_dark) !important;
}


@media (min-width:1200px) {
    .pull-left-desktop {
        float: left;
    }
}

/*Breadcrumbs*/

.breadcrumbNav-container {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.breadcrumbNav {
    background: transparent;
}

    .breadcrumbNav li,
    .breadcrumbNav li a,
    .breadcrumbNav li span,
    .breadcrumbNav li::before {
        color: var(--grey_light);
        font-size: 0.9em;
        font-weight: 400;
    }

.bg-transparent .breadcrumbNav li,
.bg-transparent .breadcrumbNav li a,
.bg-transparent .breadcrumbNav li span,
.bg-transparent .breadcrumbNav li::before {
    color: var(--grey);
}

.last-breadcrumb::before {
    padding: 0 5px;
    color: #949494;
    content: "/\00a0";
}

.breadcrumb {
    margin-bottom: 0;
}
/*--- Tabs ---*/

.panel-jobs-heading {
    min-height: 250px;
    position: relative;
}


/*---- Searchresults page ----*/
.search-results a {
    color: #414141;
}

    .search-results a:hover {
        color: var(--colorful);
    }

/*--------Buttons--------------*/

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100px;
    /* border: none !important;   FY!!! lav en btn-no-border class i stedet */
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    /*MLE*/ letter-spacing: 0.02em;
}

.btn-blank {
    padding: 0;
    background: none;
}

.btn-l {
    padding: 10px 20px 10px 20px;
    /*MLE*/ font-weight: 700;
    /*MLE*/ margin-top: 20px;
}

.btn-black {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 0, 0, 1);
}

    .btn-black:hover,
    .btn-black:focus {
        color: #FFF;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.8);
    }

.btn-white {
    color: var(--grey_dark) !important;
    background: #FFFFFF;
    /*MLE*/ margin-top: 20px;
    padding: 5px 20px 5px 20px;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active {
        /*color: #333333 !important;*/
        /*background: #e5e5e5;*/
        /*MLE*/ color: #ffffff !important;
        /*MLE*/ background: rgba(255, 255, 255, 0.3);
    }

.btn-white-transp {
    color: #fff !important;
    /*background: rgba(255, 255, 255, 0.1);*/
    /*MLE*/ background: rgba(255, 255, 255, 0.2);
    /*MLE*/ margin-top: 20px;
}

    .btn-white-transp:hover {
        color: #fff !important;
        /*background: rgba(255, 255, 255, 0.2);*/
        /*MLE*/ background: rgba(0, 0, 0, 0.7);
    }

.btn-grey {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.8);
}

    .btn-grey:hover {
        color: #fff !important;
        background: rgba(0, 0, 0, 1);
    }

.btn-lightgrey {
    background: var(--grey_light);
    color: var(--grey_dark);
}

    .btn-lightgrey:hover {
        background: var(--grey);
    }

.btn-orange {
    color: #fff !important;
    background: var(--colorful);
    border: solid 0px var(--colorful);
}

    .btn-orange:hover {
        color: #fff !important;
        background: var(--colorful_dark);
    }

.btn-outline-white {
    color: #fff !important;
    background: none;
    border: solid 1px #fff;
}

    .btn-outline-white:hover {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.1);
        border: solid 1px rgba(255, 255, 255, 0.5);
    }

.btn-outline-black {
    color: var(--grey_dark);
    background: rgba(0, 0, 0, 0);
    border: solid 1px var(--grey_dark);
}

    .btn-outline-black:hover {
        color: var(--grey_dark);
        background: var(--grey_light);
        border: solid 1px var(--grey_dark);
    }


.productList-btn, .btn-totop {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: var(--grey_dark);
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 10px 0px;
}

    .productList-btn:hover,
    .productList-btn:focus {
        color: #fff !important;
        text-decoration: none !important;
    }

@media (max-width:768px) {
    .productlist-productcard {
        box-shadow: 0px 1px 0px #e1e1e3;
    }
}



/*----------Brands buttons-------------*/
.btn-overade {
    color: #ffffff;
    background: rgba(var(--overade), 1);
}

    .btn-overade:hover,
    .btn-overade:focus {
        color: #ffffff;
        background: rgba(var(--overade), 0.8);
    }

.btn-cosmo {
    color: #ffffff;
    background: rgba(var(--cosmo), 1);
}

    .btn-cosmo:hover,
    .btn-cosmo:focus {
        color: #ffffff;
        background: rgba(var(--cosmo), 0.8);
    }

.btn-wittclinic {
    color: #ffffff;
    background: rgba(var(--wittclinic), 1);
}

    .btn-wittclinic:hover,
    .btn-wittclinic:focus {
        color: #ffffff;
        background: rgba(var(--wittclinic), 0.8);
    }


.btn-ooni {
    color: #000000;
    background: rgba(var(--ooni), 1);
}

    .btn-ooni:hover,
    .btn-ooni:focus {
        color: #000000;
        background: rgba(var(--ooni), 0.8);
    }

.btn-iRobot {
    color: #ffffff;
    background: rgba(var(--iRobot), 1);
}

    .btn-iRobot:hover,
    .btn-iRobot:focus {
        color: #ffffff;
        background: rgba(var(--iRobot), 0.8);
    }

.btn-iweech {
    color: #FFF;
    background: rgba(var(--iweech), 1);
}

    .btn-iweech:hover,
    .btn-iweech:focus {
        color: #FFF;
        background: rgba(var(--iweech), 0.8);
    }

.btn-nomadiQ {
    color: #FFF;
    background: rgba(var(--nomandiQ), 1);
}

    .btn-nomadiQ:hover,
    .btn-nomadiQ:focus {
        color: #FFF;
        background: rgba(var(--nomandiQ), 0.8);
    }

.btn-ROIDMI {
    color: #FFF;
    background: rgba(var(--ROIDMI), 1);
}

    .btn-ROIDMI:hover,
    .btn-ROIDMI:focus {
        color: #FFF;
        background: rgba(var(--ROIDMI), 0.8);
    }

.btn-Liebherr {
    color: #FFF;
    background: rgba(var(--Liebherr), 1);
}

    .btn-Liebherr:hover,
    .btn-Liebherr:focus {
        color: #FFF;
        background: rgba(var(--Liebherr), 0.8);
    }

.btn-Sage {
    color: #FFF;
    background: rgba(var(--Sage), 1);
}

    .btn-Sage:hover,
    .btn-Sage:focus {
        color: #FFF;
        background: rgba(var(--Sage), 0.8);
    }

.btn-DeDietrich {
    color: #FFF;
    background: rgba(var(--DeDietrich), 1);
}

    .btn-DeDietrich:hover,
    .btn-DeDietrich:focus {
        color: #FFF;
        background: rgba(var(--DeDietrich), 0.8);
    }

.btn-everdure {
    color: #FFF;
    background: rgba(var(--everdure), 1);
}

    .btn-everdure:hover,
    .btn-everdure:focus {
        color: #FFF;
        background: rgba(var(--everdure), 0.8);
    }

.btn-segway-ninebot {
    color: #FFF;
    background: rgba(var(--segway-ninebot), 1);
}

    .btn-segway-ninebot:hover,
    .btn-segway-ninebot:focus {
        color: #FFF;
        background: rgba(var(--segway-ninebot), 0.8);
    }



.btn-Brandt {
    color: #FFF;
    background: rgba(var(--Brandt), 1);
}

    .btn-Brandt:hover,
    .btn-Brandt:focus {
        color: #FFF;
        background: rgba(var(--Brandt), 0.8);
    }

.btn-besv {
    color: #FFF;
    background: rgba(var(--besv), 1);
}

    .btn-besv:hover,
    .btn-besv:focus {
        color: #FFF;
        background: rgba(var(--besv), 0.8);
    }

.btn-espro {
    color: #FFF;
    background: rgba(var(--espro), 1);
}

    .btn-espro:hover,
    .btn-espro:focus {
        color: #FFF;
        background: rgba(var(--espro), 0.8);
    }

.btn-jooki {
    color: #FFF;
    background: rgba(var(--jooki), 1);
}

    .btn-jooki:hover,
    .btn-jooki:focus {
        color: #FFF;
        background: rgba(var(--jooki), 0.8);
    }

.btn-beaba {
    color: #FFF;
    background: rgba(var(--beaba), 1);
}

    .btn-beaba:hover,
    .btn-beaba:focus {
        color: #FFF;
        background: rgba(var(--beaba), 0.8);
    }

.btn-redcastle {
    color: #FFF;
    background: rgba(var(--redcastle), 1);
}

    .btn-redcastle:hover,
    .btn-redcastle:focus {
        color: #FFF;
        background: rgba(var(--redcastle), 0.8);
    }

.btn-vtech {
    color: #FFF;
    background: rgba(var(--vtech), 1);
}

    .btn-vtech:hover,
    .btn-vtech:focus {
        color: #FFF;
        background: rgba(var(--vtech), 0.8);
    }

.btn-robomow {
    color: #000;
    background: rgba(var(--robomow), 1);
}

    .btn-robomow:hover,
    .btn-robomow:focus {
        color: #FFF;
        background: rgba(var(--robomow), 0.8);
    }

.btn-texlock {
    color: #000;
    background: rgba(var(--texlock), 1);
}

    .btn-texlock:hover,
    .btn-texlock:focus {
        color: #FFF;
        background: rgba(var(--texlock), 0.8);
    }

.btn-swandoo {
    color: #ffffff;
    background: rgba(var(--swandoo), 1);
}

    .btn-swandoo:hover,
    .btn-swandoo:focus {
        color: #ffffff;
        background: rgba(var(--swandoo), 0.8);
    }

.btn-lawnexpert {
    color: #FFF;
    background: rgba(var(--lawnexpert), 1);
}

    .btn-lawnexpert:hover,
    .btn-lawnexpert:focus {
        color: #FFF;
        background: rgba(var(--lawnexpert), 0.8);
    }

.btn-vbreathe {
    color: #FFF;
    background: rgba(var(--vbreathe), 1);
}

    .btn-vbreathe:hover,
    .btn-vbreathe:focus {
        color: #FFF;
        background: rgba(var(--vbreathe), 0.8);
    }

.btn-powunity {
    color: #FFF;
    background: rgba(var(--powunity), 1);
}

    .btn-powunity:hover,
    .btn-powunity:focus {
        color: #FFF;
        background: rgba(var(--powunity), 0.8);
    }

.btn-ybell {
    color: #000;
    background: rgba(var(--ybell), 1);
}

    .btn-ybell:hover,
    .btn-ybell:focus {
        color: #000;
        background: rgba(var(--ybell), 0.8);
    }



.brandt-btn-2 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 10px 0px;
}

a.brandt-btn-2:hover {
    background-color: #E20C45;
    color: #fff;
}

.btn-transparent-dark {
    border: 1px solid #393939;
    color: #393939;
}

    .btn-transparent-dark:hover {
        border: 1px solid #606060;
        color: #606060;
    }

.btn-transparent-light {
    border: 1px solid #fff;
    color: #fff;
}

    .btn-transparent-light:hover {
        border: 1px solid #ccc;
        color: #ccc;
    }

.v-align {
    height: 450px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

div.v-align img {
    /*min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);*/
}

/*ProductListEcom*/
.product-group-content h1 {
    text-transform: uppercase;
}

.shortdescription ul {
    margin-left: 5px; /*Var 15px*/
    padding-left: 15px;
}

    .shortdescription ul li {
        list-style: disc;
        padding-left: 5px; /*Det var 15px*/
    }

/* Sidemenu */
/* --------- */
.productgroup-right-imagerow {
    height: 100%;
    line-height: 100%;
}

    .productgroup-right-imagerow img {
        width: 50%;
    }
/*-----------------------*/
sup {
    top: -0.5em;
    font-size: 60%;
}

#content {
    width: 100%;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.readonly .form-control {
    border-color: transparent;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--grey_dark);
}

.bottom-border-dark {
    border-bottom: 1px solid #000000;
}

.flexbox {
    display: flex;
}

.center-vertical {
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .center-vertical.desktop-only {
        display: block;
    }
}

.center-horizontal {
    display: flex;
    justify-content: center;
}

.center-both {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-5 {
    padding-right: 5px;
}



.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-80 {
    padding-right: 80px;
}

.px-125 {
    padding-left: 125px;
    padding-right: 125px;
}


.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.px-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-15pc {
    padding-left: 15%;
    padding-right: 15%;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mr-15 {
    margin-right: 15px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-50 {
    padding-left: 50px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mx-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.margin-0 {
    margin: 0;
}

.margin-5 {
    margin: 5px;
}

.margin-15 {
    margin: 15px;
}

.margin-25 {
    margin: 25px;
}

.padding-0 {
    padding: 0px;
}

.padding-15 {
    padding: 15px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-50 {
    padding-right: 50px;
}

.custom-container {
    padding: 20px 15% 20px 15%;
    margin: 0px;
}

.font-larger {
    font-size: 1.2em;
}

.font-smaller {
    font-size: 0.8em;
}

.text-bold {
    font-weight: bold;
}

.text-size-2 {
    font-size: 2em;
}

.text-size-3 {
    font-size: 3em;
}

.text-size-4 {
    font-size: 4em;
}

.text-size-5 {
    font-size: 5em;
}

.color-424242 {
    color: #424242;
}

.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}

.border-top-1 {
    border-top: 1px solid #ccc;
}

.border-left-1 {
    border-left: 1px solid #ccc;
}

.border-right-1 {
    border-right: 1px solid #ccc;
}

.cursor-pointer {
    cursor: pointer;
}

/*Bootstrap Columns padding*/

@media (max-width: 768px) {
    *[class^="col-sm-"] {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    *[class^="col-md-"] {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 1200px) {
    *[class^="col-lg-"] {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}






/*#region Header Styles */

.header {
    background: #1f1f1f;
    height: 60px;
    z-index: 5 !important;
    display: flex;
}

.sticky-margin {
    margin-top: 60px;
}

ul.leftnav {
    padding-left: 0px;
}

    ul.leftnav li {
        /*padding: 10px 0px 20px 15px;*/
        /*MLE*/ padding: 20px 0 10px 15px;
        list-style: none;
    }

        ul.leftnav li:first-child {
            padding-top: 0;
        }

        ul.leftnav li a,
        .img-menu-heading h3 {
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: inline-block;
            /*padding: 15px 0px;*/
            /*MLE*/ padding: 5px 0px;
            font-weight: 600;
            position: relative;
            display: inline;
            overflow: hidden;
        }

            ul.leftnav li a:after,
            .img-menu-heading h3:after {
                content: "";
                position: absolute;
                z-index: 1;
                right: 0;
                width: 0;
                bottom: 0px;
                background: var(--colorful);
                height: 1px;
                transition-property: width;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
            }

            ul.leftnav li a:hover,
            ul.leftnav li a:focus,
            ul.leftnav li.active a,
            ul.leftnav li a.active,
            .img-menu-heading h3:hover {
                color: var(--colorful);
            }

                ul.leftnav li a:hover:after,
                ul.leftnav li a:focus:after,
                ul.leftnav li.active a:after,
                ul.leftnav li a.active:after,
                .img-menu-heading h3:hover:after {
                    left: 0;
                    right: auto;
                    width: 100%;
                }


.logo {
    padding: 12px;
    display: flex;
    justify-content: center;
}

    .logo img {
        max-height: 35px;
    }

.menu {
    color: #fff;
    background: #1f1f1f;
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
}

.menu-col {
    /*padding: 30px;*/
    /*padding-top: 30px;*/
    /*MLE*/ padding: 30px;
    background: #1f1f1f;
}

.mega_menu_col-1 {
    width: 10%;
    background: #f1f1f1;
}

.mega_menu_col-2 {
    width: 70%;
}

.mega_menu_col-3 {
    width: 20%;
}

.sub-menu {
    display: none;
    background: #f1f1f1;
}

.menu-container {
    position: relative;
}

.menu-icon {
    margin-left: 10px;
}

.menu-item {
    float: left;
    padding: 0;
    display: none;
}

.menu-inner-item {
    margin: 0px 10px 10px 0px;
}

    .menu-inner-item img {
        width: 100%;
    }

.menu-item img {
    /*box-shadow: 1px 1px 5px #000;*/
}

.menu-link {
    cursor: pointer;
    position: absolute;
    left: 0;
    text-align: left;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.sidemenu-btn {
    cursor: pointer;
}


.menu-link img {
    cursor: pointer;
    height: 22px;
}


ul.action-menu-container {
    list-style: none;
}

.action-menu-container {
    float: right;
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 0;
}

    .action-menu-container button .flag-icon {
        width: 1.2em;
    }


.action-menu-link img,
.action-menu-link .action-menu-icon {
    padding: 0 15px;
    cursor: pointer;
    width: 55px;
}

.action-menu-link a {
    text-decoration: none;
}

.action-menu-container li {
    position: relative
}

    .action-menu-container li .tooltip {
        min-width: 75px
    }
    /*actionmenu container add*/
    .action-menu-container li ul {
        position: absolute;
        padding-left: 0;
        list-style: none;
        top: 41px;
        left: 5px;
    }

.lang-menu {
    background-color: #474747;
    min-width: 50px;
    z-index: 1001;
    margin: 2px -7px 0px;
}

ul.lang-menu li {
    padding-left: 0;
}

.lang-menu li:hover a {
    background-color: var(--colorful);
}

.btn-langmenu {
    background: none;
    color: #fff !important;
    font-size: 17px;
    margin-right: -13px;
}


.cta-item {
    text-align: left;
    display: none;
}


.img-menu {
    display: none;
    border-left: 1px solid #686868;
}

.menu-heading-container {
    display: none;
}

.img-menu-heading {
    margin-top: 0;
    padding: 0px 0px 20px 15px;
    display: none;
}

.cta-text {
    padding: 10px 0px 10px 0px;
}

    .cta-text p {
        /*font-size: 12px;*/
        line-height: 1.5em;
    }

    .cta-text h1, .cta-text h3, .cta-description h3 {
        padding: 10px 0px 5px 0px;
        margin: 0px;
        font-size: 16px;
        /*font-weight: 600;*/
        line-height: 1.3em;
    }

.cta-description {
    min-height: 200px;
}

.img-menu-heading h3 {
    cursor: pointer;
}



.heading-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-left: 10px;
}

.cta-item img {
    width: 100%;
}

/* Searchbox */

.search-modal {
    position: absolute;
    right: 30px;
    top: 75px;
    width: 700px;
}

.modal-title {
    color: var(--grey_dark)
}


input.txt-search {
    border-radius: 3px;
    border: 1px solid #414141;
    padding: 5px;
    color: #414141;
    width: 10vw;
    z-index: 12345;
}

#txt-search-mobile {
    width: 100%;
}


input[type=text]:focus {
    border-color: #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.60);
}

input#txt-search-top {
    right: 100%;
    display: none;
}

.menu-text {
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.action-menu-bottom {
    display: none;
    visibility: hidden;
    text-align: right;
}

.submenu-btn {
    cursor: pointer;
    position: absolute;
    left: 0;
    text-align: left;
    display: none;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.submenu-btn-right {
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: right;
    display: none;
}


/**/

#main-subnav {
    text-align: center;
    display: flex;
}


#mobile-sub-nav {
    box-shadow: 1px 2px 3px #666;
    border-top: 1px solid rgba(49, 49, 49, 0.15);
}

#mobile-sub-nav {
    display: none;
}

.submenu-btn img,
.submenu-btn-right img {
    height: 22px;
}

.removeScrollBar {
    overflow: hidden;
}

.mobile-mega-menu {
    height: 92%;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    margin-left: -25px;
    margin-right: -25px;
}

.mobile-menu {
    position: absolute;
    z-index: 998;
    width: 100%;
    background: #000;
    margin: auto;
}

.fixed-mobile-menu {
    position: fixed;
    top: 50px;
}

.mobile-menu ul.subnav li {
    padding: 25px;
    float: left;
    width: 100%;
}

.action-menu-mobile {
    display: none;
}

.logo-container {
    min-height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.blog-item {
    /*margin-bottom: 30px;*/
}

@media (max-width:1320px) {
    .menu-link img {
        margin-left: 25px;
    }
}

@media (max-width: 1199px) {
    .logo-container {
        justify-content: center;
    }

        .logo-container a {
            position: relative;
        }

    .submenu-btn,
    .submenu-btn-right {
        display: block;
    }

    #main-subnav {
        display: none;
    }

    .btn-desktop {
        display: none;
    }


    .menu {
        margin-left: -25px;
    }

    .cta-items {
        display: none;
    }
}

@media (max-width: 1170px) {
    .menu-items {
        width: 100%;
        z-index: 999;
    }

    .blog-item-inner,
    .ServiceBox {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {

    .cta-items-paragraph {
        display: none;
    }

    .mobile-hidden {
        display: none !important;
    }

    .action-menu-bottom, .action-menu-mobile {
        display: block;
        visibility: visible;
    }

    ul.leftnav li:first-child {
        padding-top: 20px;
    }

    .menu-col {
        clear: both;
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-heading-container {
        display: block;
    }
}

@media (max-width: 762px) {
    .search-modal {
        position: static;
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }
}

@media (min-width: 991px) {
    .cols-8 {
        width: 12.5%;
    }

    #megamenu-side {
        display: block !important;
    }
}

@media screen and (min-width: 1199px) {
    .mobile-menu {
        display: none !important;
    }
}
/*#endregion*/
/*#region Footer Styles */
.footer {
    margin-top: 2em;
    background: #171719;
    color: #fff;
    border-top: 1px solid #000000 !important;
}

    .footer p,
    .footer ul.footer-line-1 {
        justify-content: center;
        margin: 0;
    }

.footer-bottom {
    background: #171719;
    color: #ffffff;
}

    .footer-bottom hr {
        border-top: 1px solid #444446;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.footer-column {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-links {
    text-align: center;
    line-height: 30px;
}

ul.footer-links-column {
    margin: 0;
    padding: 0;
}

    ul.footer-links-column li {
        list-style: none;
    }

.footer h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    font-weight: 300;
}

    footer a:hover {
        color: rgba(255, 255, 255, 1);
        font-size: 0.9em;
        text-decoration: none;
    }

.footer-social-icon {
    width: 35px;
    height: 35px;
}

ul.social {
    margin-left: -5px;
    padding-left: 0px;
}


    ul.social li {
        display: inline-block;
        text-align: center;
        margin: 0 5px;
    }

ul.footer-line-1 li,
ul.footer-line-2 li,
ul.nav-brand-page li {
    display: inline-block;
    text-align: center;
    margin: 15px;
}

    ul.footer-line-1 li a,
    ul.footer-line-2 li a,
    ul.nav-brand-page li a,
    ul.social li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
    }

        ul.social li a:hover {
            color: rgba(255, 255, 255, 1);
        }

        ul.social li a i {
            font-size: 48px;
            line-height: 48px;
            vertical-align: middle;
        }

    ul.nav-brand-page li a {
        margin-right: 50px;
    }

    ul.footer-line-2 li a {
        font-size: 14px;
    }

.copyright-row {
    font-size: 0.8em;
    color: #666668;
}

    .copyright-row a {
        color: #666668;
    }


@media (max-width: 991px) {
    .footer-column {
        text-align: center;
    }

    .copyright-row {
        text-align: center;
        margin: 5px;
    }

    /*.copyright-separator {
        display:none;
    }*/

    ul.social {
        margin-right: -5px;
        text-align: center;
    }
}
/*#endregion */
/*#region Brands Page */
.submenu-logo {
    max-width: 220px;
    max-height: 35px;
}

ul.subnav {
    display: inline-block;
    float: none;
    text-align: center;
    padding-left: 0;
    width: 100%;
}

    ul.subnav li {
        padding: 20px 20px;
        list-style: none;
    }

        ul.subnav li a {
            font-size: 13px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: inline-block;
            padding: 5px 0px;
            font-weight: 600;
            letter-spacing: 0.075em;
            position: relative;
            display: inline;
            overflow: hidden;
        }

            ul.subnav li a:after {
                content: "";
                position: absolute;
                z-index: 1;
                right: 0;
                width: 0;
                bottom: 0px;
                background: #FFF;
                height: 1px;
                transition-property: width;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
            }

            ul.subnav li a:hover,
            ul.subnav li a:focus,
            ul.subnav li.active a,
            ul.subnav li a.active {
                color: #FFF;
            }

                ul.subnav li a:hover:after,
                ul.subnav li a:focus:after,
                ul.subnav li.active a:after,
                ul.subnav li a.active:after {
                    left: 0;
                    right: auto;
                    width: 100%;
                }


.menubar {
    overflow: hidden;
}

#stickymenu {
    min-height: 60px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1;
}


#stickymenu.sticky {
    top: 60px;
}

    #stickymenu.sticky .mobile-menu {
        position: inherit;
    }


.sticky + .pagecontent {
    padding-top: 60px;
}

.top-banner {
    overflow: hidden;
    position: relative;
    height: 200px;
    background: var(--grey_header);
}

    .top-banner img {
        width: 100%;
        height: auto;
        -webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .top-banner .caption {
        position: relative;
        top: 30%;
    }

        .top-banner .caption h3 {
            color: #fff;
            text-align: center;
            font-size: 3em;
            text-transform: uppercase;
            margin-left: 10px;
            margin-right: 10px;
        }

@media (min-width: 320px) and (max-width: 576px) {
    .top-banner {
        height: 200px;
    }
}

@media (min-width: 577px) and (max-width: 989px) {
    .top-banner {
        height: 280px;
    }
}

@media (min-width: 990px) {
    .top-banner {
        height: 380px;
    }
}

@media (max-width: 479px) {
    .logo-container {
        padding: 15px;
    }

    .submenu-logo {
        max-width: 120px;
        max-height: 30px;
    }

    .submenu-btn img, .submenu-btn-right img {
        height: 18px;
    }

    .menu-link img {
        width: 22px !important;
    }

    .logo img {
        max-height: 30px;
    }
    /*.content-container {
    padding-left: 0px !important;
    padding-right: 0px!important;
}*/
}
/* .top-banner {
    overflow: hidden;
    position: relative;
    height: 870px;
    background: #474747;
}

    .top-banner img {
        position: absolute;
        width: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }*/
/*#endregion*/

/*#region Paragraphs */
.imgBG {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .imgBG p,
    .imgBG h1,
    .imgBG h2,
    .imgBG h3 {
        color: #fff;
    }

.paragraph {
    clear: both;
}


.content-container {
    width: 1320px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1320px) {
    .content-container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1321px) {
    .content-container {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
        max-width: 1440px;
    }
}

/*#region Image Carousel */
.videoWrapper {
    position: relative;
    padding-bottom: 34.26%;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

    .videoWrapper video[poster] {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .videoWrapper iframe,
    .videoWrapper video,
    .videoWrapper object,
    .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        /*height: 100%;*/
        height: auto;
        min-width: 100%;
    }

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .flex-container .play-button {
        position: absolute;
        z-index: 1;
    }

    .flex-container .play-button-mobile {
        display: none;
    }


.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 108.6%;
    height: auto;
}

.carousel-indicators {
    bottom: 50px;
}

.caption-image, .caption-video {
    right: 0;
    left: 0;
    text-align: left;
    padding: 20px 20px 20px clamp(30px, calc(50% - 720px), calc(50% - 720px));
    width: 60%;
}

    .caption-image h2, .caption-video h2 {
        text-decoration: none;
        text-align: left;
        text-transform: none;
        font-size: 4em;
        text-shadow: 0px 3px 8px rgba(0,0,0,.4);
        line-height: 1.1em;
    }

    .caption-image h1, .caption-video h1 {
        text-decoration: none;
        font-size: 4em;
        text-shadow: 0px 3px 8px rgba(0,0,0,.4);
        line-height: 1.1em;
    }

    .caption-image a, .caption-video a {
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
    }

.banner-caption {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    top: 40%;
    /*bottom: auto !important;*/
    background: rgba(0, 0, 0, 0.80)
}

    .banner-caption .caption-container {
        padding-right: 20%;
    }

    .banner-caption h1,
    .banner-caption h2 {
        font-size: 26px;
        text-transform: none;
    }

    .banner-caption h3,
    .banner-caption h4 {
        font-size: 16px;
    }

    .banner-caption a {
        font-weight: 900;
    }

        .banner-caption a:hover {
            color: var(--colorful);
        }

.carousel-control {
    width: 5%;
}

    .carousel-control.right,
    .carousel-control.left {
        margin: 50px 0;
        background-image: none;
    }

.video-mobile {
    display: none;
}

@media (max-width: 991px) {

    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }

    .flex-container .play-button-desktop {
        display: none;
    }

    .flex-container .play-button-mobile {
        display: block;
    }

    .caption-image, .caption-video {
        left: 0;
        margin-bottom: 0;
        bottom: 0;
        padding: 0;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-radius: 0px;
    }

    .banner-caption .caption-container {
        padding: 0;
    }

    .banner-caption {
        bottom: 0 !important;
        top: auto;
        padding: 100px 30px;
    }

    .carousel-caption h2, .carousel-caption h1 {
        padding-top: 10px;
        margin-top: 0px;
        font-size: 7vw;
    }

    .banner-caption h3, .banner-caption h4 {
        font-size: 2.5vw;
    }

    .carousel-control {
        width: 5%;
    }

    .carousel-indicators {
        display: none;
    }

    .videoWrapper {
        padding-bottom: 75.717%;
    }
}

/*Slider*/
.productgallery > div {
    display: block;
    padding: 50px 0;
    text-align: center;
    font-size: 2em;
}

.productgallery img {
    max-height: 425px;
    width: auto;
    margin: auto;
}



/* Navigation */
.slick-active {
    outline: none !important;
}

.productgallery-nav {
    text-align: center;
}

    .productgallery-nav > div {
        text-align: center;
        cursor: pointer;
    }


.slick-col-container {
    width: 25% !important;
}

.slick-col {
    margin: 5px;
    height: 75px;
    display: flex;
}

    .slick-col img {
        max-height: 75px;
        width: auto;
        margin: auto;
        padding: 5px;
    }
/*#endregion Image Carousel */
/*#region Timeline */



/*------------------------------TIMELINE-------------------------------------------*/
/* The actual timeline (the vertical ruler) */


/*#endregion Paragraphs */

/*#region BlogList*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #F4811F;
    background-color: #000;
    border: 1px solid #515151;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #414141;
    border-color: #515151;
}

.blog-media {
    min-height: 450px;
}

.blog-item-inner {
    background: #fff;
    color: var(--grey_dark);
    margin-top: 20px; /* from PM */
}

/*BlogList2*/

.blog2-item-inner {
    color: #303032;
    margin-top: 20px; /* from PM */
    margin-left: 0px;
    margin-right: 0px;
    border: solid 1px #d8d8d8;
}

.blog2-pressrelease-logo-link {
    margin-bottom: 15px;
}

    .blog2-pressrelease-logo-link img {
        max-width: 100%;
        max-height: 50px;
    }

.blog2-pressrelease-subheader {
    font-size: 12px;
    color: var(--grey);
    font-weight: 400;
    /*MLE*/ line-height: 1.5em;
    margin-bottom: 5px;
    padding-right: 15%;
}

.blog2-pressrelease-text h3 {
    margin-top: 0;
}

.blog2-img-column {
    overflow: hidden;
    height: 380px;
    display: flex;
    justify-content: center;
}



@media (max-width:768px) {
    .panel .filter-control {
        margin: 15px 0px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-media {
        min-height: 1px !important;
    }
}

/*#endregion BlogList*/


/*region PressListMain*/

.carditem-items {
    padding-bottom: 0px;
}

.carditem a {
    color: var(--grey_dark);
    font-weight: bold;
}

.carditem img {
    border-radius: 15px;
}

.carditem-datetext {
    color: var(--grey);
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/*#endregion PressListMain*/



.pressitems a:hover h4 {
    text-decoration: underline 2px;
}


.pressitem-small {
    display: flex;
    /*    align-items: center;*/
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

    .pressitem-small h4 {
        font-size: 1.3em;
        line-height: 1.3em;
        margin-top: 5px;
    }

    .pressitem-small img {
        border-radius: 15px;
    }

.pressitem-big {
    float: right;
    position: relative;
    min-height: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pressitem-big img {
        min-height: 100%;
    }

.pressitem-big-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 30px;
}

    .pressitem-big-caption h3 {
        margin: 0;
        text-shadow: 1px 3px 5px #000000;
        font-size: 3rem;
    }

.pressitem-datetext {
    color: var(--grey);
    padding-top: 10px;
    /*MLE mix-blend-mode: difference;*/
    font-weight: bold;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 0px;
}

.pressitems .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .pressitems .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.pressitems-left-first {
    display: none;
}

@media (max-width:991px) {
    .pressitems-left-first {
        display: block;
    }

    .pressitem-big {
        display: none;
    }
}

/*#endregion PressList*/


/*#region BlogArticle*/



.blog-img img,
.blog-img video {
    width: 100%;
}

#blogarticle-social-desktop {
    display: flex;
    align-items: center;
    text-align: right;
    float: right;
    padding: 25px 0px;
}

.blogarticle-social {
    padding: 25px 0px;
}

    .blogarticle-social::after,
    .blog-content::after {
        clear: both;
    }


    .blogarticle-social a {
        padding: 5px;
    }

    .blogarticle-social img {
        height: 30px;
        width: 30px;
    }

    .blogarticle-social span {
        font-size: 14px;
        font-weight: 500;
        color: #222;
        padding-right: 15px;
    }

#blog-article h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}


#blog-article .accordion-header {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
    color: var(--grey_dark);
}

.blogarticle-innertext {
    font-size: 15px;
    padding-bottom: 30px;
}


.blogarticle-ekstrainfo fieldset legend {
    font-size: 20px;
}

.blogarticle-logo a img {
    /* min-width: 50px;
    min-height: 50px;*/
    max-width: 150px;
    max-height: 100px;
}

.blogarticle-imgcontainer {
    max-height: 150px;
}

    .blogarticle-imgcontainer img {
        max-height: 150px;
    }

.blogarticle-footnote {
    border-top: 1px solid var(--grey_light);
    padding-top: 10px;
    font-size: 0.8em;
    font-style: italic;
    color: var(--grey);
    margin-top: 60px;
    font-weight: 300;
    line-height: 1.6em;
    display: block;
    letter-spacing: 0.02em;
}

@media (min-width:769px) {
    .blogarticle-col1 {
        margin-right: 30px;
    }

    .blogarticle-col2 {
        margin-left: 30px;
    }
}

@media (max-width:768px) {
    .blogarticle-col1 {
        margin-bottom: 60px;
    }

    .blogarticle-col2 {
        margin-top: 60px;
    }
}

/*#endregion BlogArticle*/
/*#region Catalogue*/
.catalogue-item {
    margin-bottom: 60px;
}


    .catalogue-item .text-container {
        font-size: 20px;
        width: 100%;
        color: var(--grey_dark);
        position: absolute;
        text-align: center;
    }

/*#endregion Catalogue*/



/*#region Newsletterbutton box*/
.newsletter_button_box {
    background-color: #f38022;
    padding: 25px;
    background-image: url("/Files/Images/nyhed-w.png");
    background-position: 90% 50px;
    background-repeat: no-repeat;
    min-height: 390px;
    text-align: center;
}

    .newsletter_button_box h2 {
        margin-top: 0;
        padding-top: 0;
    }


/*#endregion Newsletterbutton box*/


/*#region Divider */

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    margin: 0;
    font-size: 25px;
}

    .hr-text:before {
        content: '';
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }

/*#endregion Divider*/

/*Product Category List*/

.productCategoryListHeader {
    /*font-weight: 700;
    font-size: 22px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin: 0px;*/
}

.type_header {
    color: #777777;
    font-weight: bold;
    font-size: 11px;
    margin: 12px 0px;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 16px;
}

.productTeaser-box {
    padding: 20px;
    margin: 0px 0px 30px 0px;
    color: #fff !important;
    background-color: #000;
}

.teaser-img-box {
    height: 400px;
    width: 400px;
    position: relative;
}

    .teaser-img-box img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }




    .teaser-img-box img {
        max-height: 100%;
    }

.productList_header {
    font-weight: 400;
    font-size: 24px;
    color: var(--grey_dark);
    margin: 0px;
    padding: 0px;
    text-transform: none;
}

.productlist-image {
    display: flex;
    justify-content: center
}

.md-text-right {
    text-align: right;
}

.btn-totop {
    position: fixed;
    bottom: 30px;
    right: 0;
    display: none;
    z-index: 1;
}

@media (max-width: 991px) {
    .responsive-center {
        text-align: center;
    }

    .md-text-right {
        text-align: center;
    }
}


/* ProductGroupPage - Flyoutmenu */


#side-menu-ecom {
    background: #1f1f1f;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: none;
    opacity: 0.97;
}



    #side-menu-ecom.fixed {
        position: fixed;
        top: 145px;
    }

    #side-menu-ecom ul.menu-accordion-2 li:first-child a,
    #side-menu-ecom-mobile ul.menu-accordion-2 li:first-child a {
        font-size: 55px;
    }

    #side-menu-ecom a,
    #side-menu-ecom-mobile a {
        color: #fff;
        cursor: pointer;
        width: 100%;
    }


.category-menu h2 {
    color: #fff;
}

.category-menu .category-heading {
    background: #323232;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
}

.category-menu div > ul > li {
    border-bottom: 1px solid #323232;
    font-size: 0.8em;
    padding: 5px 0px 5px 15px;
}

    .category-menu div > ul > li ul {
        display: none;
    }

    .category-menu div > ul > li.active ul {
        display: block;
    }

.category-menu li.active > a span {
    font-weight: bolder;
    color: var(--colorful) !important;
}

#side-menu-ecom-mobile .flyout-menu {
    position: relative;
}

.flyout-menu {
    font-weight: 400;
    position: absolute;
}


    .flyout-menu ul, .flyout-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .flyout-menu ul ul {
            display: none;
            top: 0;
            left: 100%;
            z-index: 598;
            position: absolute;
        }

#side-menu-ecom-mobile .flyout-menu ul ul {
    position: static;
}

#side-menu-ecom-mobile {
    background: #1f1f1f;
    z-index: 1000;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
}


.flyout-menu span, .flyout-menu a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #39393b;
}


.flyout-menu li {
    color: #FFF;
    padding: 16px 36px 16px 0px;
    width: 275px;
}

.flyout-menu a:hover,
.flyout-menu ul > li.active > a {
    font-weight: bolder;
    Color: var(--colorful) !important;
}

.flyout-menu ul ul a:hover,
.flyout-menu ul ul li.active > a {
    Color: var(--colorful) !important;
}

.collapse-btn.active {
    color: var(--colorful);
    text-decoration: none;
}

.menu-accordion-main {
    font-size: 1.7em;
    padding: 50px;
}

    .menu-accordion-main li {
        margin: 15px;
    }

.menu-accordion-sub {
    font-size: 0.8em;
    margin: 0;
    padding: 10px;
}

.ecommenu-icon {
    text-align: right;
    float: right;
}


.flyout-menu li.active > ul {
    display: block !important;
}

@media (max-width:1199px) {
    .flyout-menu li {
        padding: 16px 8px 16px 28px;
    }
}


/*Product Portfolio*/

.portfolio-items {
}

.portfolio-btn-menu {
    border-bottom: solid 2px var(--grey_light);
    margin-top: 30px;
    text-align: left;
}

    .portfolio-btn-menu.brand-categories {
        border-bottom: solid 1px var(--grey);
    }


    .portfolio-btn-menu .btn {
        background: transparent;
        text-transform: uppercase;
        border-bottom: solid 3px transparent; /*Fix because of moving hovers*/
    }

        .portfolio-btn-menu .btn.active,
        .portfolio-btn-menu .btn:hover {
            background: none;
            color: var(--grey_dark);
            border-bottom: solid 3px var(--grey_dark);
        }

    .portfolio-btn-menu.brand-categories .btn.active,
    .portfolio-btn-menu.brand-categories .btn:hover {
        color: var(--grey_light);
        border-bottom: solid 3px var(--grey_light);
    }


.portfolio .btn-portfolio-divider {
    border-left: 2px solid #575759;
}

.portfolio-btn-menu .btn.active + .btn-portfolio-divider {
    border-left: none;
}



/*Productgroup page*/

.subgroups div {
    color: #000;
    text-align: center;
}

.subgroups h4 {
    margin: 0;
    padding: 20px;
}

.productgroup-namecontainer {
}

.productgroup-imagecontainer {
    overflow: hidden;
    border-bottom: 0;
}

    .productlist-productimage-container img,
    .productgroup-imagecontainer img {
        max-height: 256px;
        float: left;
    }

    .productgroup-imagecontainer img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .productgroup-imagecontainer.full-border {
        border-radius: 10px;
        border: 1px solid #ccc;
    }

.featuregroup-imagecontainer {
    max-height: 400px;
    background: #000;
    overflow: hidden;
}

    .featuregroup-imagecontainer img {
        max-height: 400px;
    }

.features-carousel .slick-dots {
    bottom: -50px;
}


.features-carousel-linkcontainer {
    position: absolute;
    bottom: 0;
}

.featuresitem-text {
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
    z-index: 101;
}

    .features-carousel-linkcontainer a,
    .featuresitem-text a {
        font-size: 18px;
        color: #000;
    }

        .features-carousel-linkcontainer a:hover {
            color: var(--colorful);
        }

#ProductGroupInfo {
    background: #fff;
    color: #000;
}

    #ProductGroupInfo h3,
    #ProductGroupInfo h1 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    #ProductGroupInfo img {
        width: 100%;
    }



/*Productpage*/

.product-download-box {
    display: flex;
    align-items: center;
}

.table-btns td {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

/*Related Products*/
.relatedproducts {
    background: #e1e1e3;
    color: #000;
}

@media (max-width:576px) {
    .product-card .btn {
        font-size: 2vw;
    }
}


/*Brandslist*/


.brand-list {
    padding: 10px;
}

.brand-item {
    padding: 5px;
}

.cta-brand-item {
    display: none;
}

.brand-inner-item img {
    width: 100%;
}
/*Product Page*/
.img-product-container .primary-img {
    max-height: 600px;
    margin: auto;
}

.img-product-container .thumb-img {
    max-height: 80px;
}

.accordion-btn {
    background: var(--grey_light);
}

    .accordion-btn h3 {
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: 600;
        color: var(--grey_dark);
        background: var(--grey_light);
        padding: 15px;
    }



/*Tabs*/
.tab-panel-product .nav.nav-tabs {
    border: none;
    border-radius: 0;
    border-bottom: solid 2px var(--grey_light);
    font-size: 18px;
    font-weight: 600;
}

    .tab-panel-product .nav.nav-tabs a {
        color: var(--grey_dark);
    }

.tab-panel-product li {
    cursor: pointer;
}

    .tab-panel-product li.active {
        position: relative;
    }

        .tab-panel-product li.active a,
        .tab-panel-product li.active:hover a,
        .tab-panel-product li:hover a,
        .tab-panel-product li.active:focus a {
            color: var(--grey_dark) !important;
            background: #fff !important;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
            border-bottom: 3px solid !important;
            border-color: var(--grey_dark) !important;
            outline: none;
            margin-bottom: -1px;
        }

.tab-panel-product .tab-content {
    line-height: 25px;
    padding: 30px 0px 50px 0px;
}

.nav-tabs > li > a {
    border: none;
    text-transform: uppercase;
}

.tabbable-panel .nav.nav-tabs {
    border: none;
    border-bottom: solid 2px var(--grey_light);
    margin-top: 30px;
}

    .tabbable-panel .nav.nav-tabs a {
        color: var(--grey_dark);
        font-weight: 600;
        font-size: 18px;
    }

.tabbable-panel li.active {
    position: relative;
}

    .tabbable-panel li.active a,
    .tabbable-panel li.active:hover a,
    .tabbable-panel li.active:focus a,
    .tabbable-panel li:hover a {
        background: none;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 3px solid !important;
        border-color: var(--grey_dark) !important;
        border-radius: 0;
        color: var(--grey_dark);
        margin-bottom: -2px;
    }
/*.tabbable-panel .nav-tabs li.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: var(--grey_dark) transparent;
    display: block;
    width: 0;
    z-index: 0;
}
.tabbable-panel .nav-tabs li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    background: var(--grey_dark);
    top: -10%;
}
*/
.tabbable-panel .tab-content {
    line-height: 25px;
    padding: 30px 0px 15px 0px;
}


/* Searchpage */

.products-searchresults {
}

    .products-searchresults .search-result-item {
        background: #ededed;
    }

        .products-searchresults .search-result-item h4 {
            margin-top: 0;
            padding-top: 0;
        }

@media (max-width:767px) {
    .search-result-item {
        min-height: 600px;
    }

        .search-result-item .btn-sm {
            font-size: 11px;
        }

    .search-results-text {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

        .search-results-text .fadeout {
            position: absolute;
            bottom: 0em;
            height: 5em;
            width: 100%;
            background: -webkit-linear-gradient( rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100% );
            background-image: -moz-linear-gradient( rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100% );
            background-image: -o-linear-gradient( rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100% );
            background-image: linear-gradient( rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100% );
        }
}


@media (max-width:576px) {
    .tabbable-panel .nav.nav-tabs a {
        font-size: 2.3vw;
    }

    .mobile-text-s {
        font-size: 3vw;
    }
}
/*Ratings*/
.ratingsCounter {
    font-size: 12px;
}

    .ratingsCounter .progress {
        height: 12px;
        margin-bottom: 0;
        margin-top: 7px;
    }

.comment {
}

    .comment .comment-text {
    }

.rating-input {
    font-size: 20px;
}


#alertSuccess {
    display: none;
}

.review-overlay {
    background: #333;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}





/*Checkout*/

.modal-dialog {
    max-height: 450px;
}

.action-menu-icon {
    font-size: 17px;
}

a.btn-cart i.action-menu-icon:not([data-qty="0"])[data-qty]::after {
    content: attr(data-qty);
    background: var(--colorful);
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    right: 5px;
    position: absolute;
    top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.table-checkout td,
.table-checkout th {
    vertical-align: middle !important;
}


.checkout-cartitem {
    padding-bottom: 30px;
    padding-left: 15px;
}

.checkout-img {
    max-height: 100px;
    padding-left: 10px;
}

.panel-lightgrey .panel-body {
    padding: 30px;
    background: var(--grey_light);
}

.panel-lightgrey .panel-heading {
    padding: 5px 30px;
}


/*** custom checkboxes ***/

input[type=checkbox],
input[type=radio] {
    display: none;
}
    /* to hide the checkbox itself */
    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        background: #fff;
        padding: 5px !important;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        border: 1px solid var(--grey_dark);
        letter-spacing: 0px;
        margin-right: 5px;
    }


    input[type=checkbox] + label:before {
        content: "\f00c";
        border-radius: 4px;
    }

    input[type=radio] + label:before {
        content: "\f111";
        border-radius: 30px;
    }

    input[type=checkbox]:checked + label:before,
    input[type=radio]:checked + label:before {
        color: var(--grey_dark);
    }


.checkbox label,
.radio label {
    padding-left: 0;
}

.panel-lightgrey input[type=checkbox] + label:before,
.panel-lightgrey input[type=radio] + label:before {
    border: none;
    margin-right: 10px;
}

/* allow space for check mark */



.checkout-cartitem a {
    color: var(--grey_dark);
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.onepagecheckout-form h4 {
    font-size: 1.1em;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-group-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

    .form-group-flex .input-container {
        flex-grow: 1;
    }

    .form-group-flex button {
        margin-left: 10px;
    }



/*Loader*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #000;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #000 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Searchbutton*/

#txtSearch {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 30px 10px 30px 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-style: italic;
}


@media (min-width:768px) {
    #txtSearch {
        font-size: 1.4rem;
    }
}


/*Heroslider_witt*/
.m-auto {
    margin: auto;
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}



.align-self-center {
    align-self: center;
}

.p-5 {
    padding: 5rem;
}

.img-col {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    font-size: 1.3rem;
}

    .img-col .footnote {
        font-size: 0.9rem;
    }

@media (min-width:992px) {
    .img-col {
        min-height: 500px;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }
}

.swiper-button-next.swiper-button-cust,
.swiper-button-prev.swiper-button-cust {
    --swiper-navigation-color: #222224;
    opacity: 0.5;
}

    .swiper-button-next.swiper-button-cust:hover,
    .swiper-button-prev.swiper-button-cust:hover {
        opacity: 1;
    }

/*Login-Box*/
#PageProfileLayer {
    display: none;
    z-index: 2;
    color: #fff;
}

.page-profile-layer-container {
    padding: 15px;
    background: #1f1f1f;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.login-header {
    font-size: 25px;
    padding-bottom: 30px;
}

.login-footer {
    border-top: 1px solid #444446;
    padding-top: 5px;
}

    .login-footer a:hover {
        color: var(--colorful_dark);
    }

.login-container {
    min-width: 250px;
}
