:root {
    --vibrant: #66d43d;
    --vibrant-light: rgba(102, 212, 61, 0.14);
    --grey: #e8e5e5;
}
* {
    margin: 0;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    font-size: 16px;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: inherit;
}
hr {
    margin: 3rem 0;
    border-color: var(--vibrant);
    border-width: 0.15rem;
}
table {
   /* display: block;*/
}
video {
    max-width: 700px;
}
tr,
td,
tbody {
    /*display: block;*/
    width: 100%;
}
td {
    padding: 0.5rem;
}
.footer-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.svg {
    display:none;
}
/* ********************************** */
/*               HEADER               */
/* ********************************** */
.header__grid {
    display: grid;
    margin: auto;
    grid-template-columns: 2fr auto;
    padding-top: 3rem;
}
@media only screen and (max-width: 800px) {
    .header__grid {
        display: flex;
        padding-top: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
}


.cartQuantity {
    background-color: var(--vibrant);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
}

/* HEADER - Logo ............................. */
.header__logo {
    width: 200px;
    margin-right: auto;
    transition: all .35s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    will-change: transform;
}
.header__logo:hover {
    opacity: 0.8;
    transform: scale(1.04);
}
@media only screen and (max-width: 480px) {
    .header__logo {
        width: 125px;
    }
}

/* HEADER - Top Menu ......................... */
.nav__topmenu {
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2rem;
    grid-gap: 2rem;
    font-size: 1.2rem;
}


@media only screen and (max-width: 800px) {
    .nav__topmenu {
        justify-content: center;
    }
}
.nav__topmenu__items {
    display: flex;
    flex-wrap: wrap;
}
.nav__topmenu__items__item {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    padding: 1rem;
}
.nav__topmenu__items__item__icon {
    height: 1rem;
    margin-left: 0.5rem;
}
.nav__topmenu__items__item__icon--lg {
    height: 1.5rem;
    margin-left: 1rem;
}



.nav__topmenu__flags {
    display: flex;
    flex-wrap: wrap;
}
.nav__topmenu__flags__flag {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1);
    will-change: transform;
    padding-right: 0.5rem;
}
.nav__topmenu__flags__flag:last-child {
    padding-right: 0;
}
.nav__topmenu__flags__flag:hover {
    transform: scale(1.1);
}


    .nav__topmenu__search {
        position: relative;
        text-decoration: none;
        color: inherit;
        width: 276px;
        height: 42px;
        border-radius: 5px;
        background: var(--grey);
    }

        .nav__topmenu__search img {
            position: absolute;
            top: 50%;
            right: 1.2rem;
            width: 2rem;
            transform: translateY(-50%);
        }

        .nav__topmenu__search input {
            width: 100%;
            height: 100%;
            background: transparent;
            border: none;
            padding-left: 1rem;
            font-size: 1.2rem;
        }

    /* HEADER - Main Menu ........................ */
    .nav__highlight-bar {
        background: var(--vibrant);
        width: 100%;
        height: 90px;
        margin-top: -70px;
    }

    .nav__main-menu {
        margin-top: 1rem;
        grid-column: 1 / span 2;
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        position: relative;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.3rem;
        z-index: 2;
    }

    .nav__main-menu__item {
        padding: 2rem 2rem;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        grid-gap: 0.5rem;
    }

    .nav__main-menu__content {
        display: flex;
        flex-wrap: wrap;
    }

    @media only screen and (max-width: 1200px) {
        .nav__main-menu {
            width: 100%;
        }

        .toggleProdMenu, .toggleArticleMenu {
            display: none;
        }
    }

    @media only screen and (max-width: 991px) {
        .nav__topmenu__items__item {
            width: 100%;
            justify-content: space-between;
            text-decoration: underline;
            padding: 0.5rem;
            font-size: 1.3rem;
        }

        .nav__topmenu__items__item__icon {
            height: 1.4em;
            padding-right: 1.5rem;
        }

        .nav__topmenu__items {
            order: 2;
        }

        .nav__topmenu__flags {
            order: 1;
        }

        .nav__main-menu {
            justify-content: space-between;
            padding-left: 1rem;
            padding-right: 1rem;
            display: flex;
            width: 100%;
        }

        .nav__main-menu__content {
            padding-bottom: 100px;
            display: block;
        }

        .nav__main-menu__item {
            text-decoration: underline;
            padding: 8px;
            font-size: 1.2rem;
        }
    }

    .nav__main-menu__item:hover,
    .nav__main-menu__item--current {
        text-decoration: underline;
        text-decoration-color: var(--vibrant);
        background: #373232;
        color: white;
    }

    /* Mobile menu */
    .line {
        fill: none;
        stroke: white;
        stroke-width: 6;
        stroke-linecap: round;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
        stroke-dashoffset: 25;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }


    /* ********************************** */
    /*               SLIDER               */
    /* ********************************** */
    .slider {
        background: linear-gradient(#141414 50%, #4a4747 100%);
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.16);
        color: white;
        overflow: hidden;
    }

    .slider__slide {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-height: 500px;
        gap: 100px;
        align-items: center;
    }

    @media screen and (max-width: 1000px) {
        .slider__slide {
            display: block;
            max-height: none;
            height: 100%;
/*            padding-bottom: 5rem;*/
            margin: 0 25px 5rem 25px;
        }
    }

    .slider__slide__decor-1 {
        position: absolute;
        top: 50%;
        width: 120%;
        left: 50%;
        transform: translate(-50%, -75%);
    }

    .slider__slide__decor-2 {
        position: absolute;
        top: 50%;
        width: 90%;
        left: 50%;
        transform: translate(-50%, -70%);
    }

    .slider__slide__decor-1 path {
        stroke-width: 5px !important;
        opacity: 0.2;
    }

    .slider__slide__decor-2 path {
        stroke-width: 4px !important;
        opacity: 0.8;
    }

    .slider__slide__image-wrapper {
        position: relative;
        z-index: 3;
        padding-top: 2rem;/*8rem;*/
        padding-bottom: 2rem;
    }

    .slider__slide__image-wrapper__img {
        /* width: 350px;*/
        margin: auto;
        display: block;
        position: relative;
        z-index: 3;
    }


@media only screen and (max-width: 1000px) {
    .slider__slide__image-wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .slider__slide__image-wrapper__img {
       max-height:200px;
    }
}
@media only screen and (max-width: 480px) {


    .slider__slide__image-wrapper__img {
        max-height: 200px;
    }
}

    /* .slider__slide__image-wrapper:before {
    content: "";
    background: url("../images/decor-lines.png") center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

    /* ********************************** */
    /*                LINKS               */
    /* ********************************** */
    .links {
        margin-top: 5rem;
        margin-bottom: 3rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 2rem;
        row-gap: 1rem;
    }

    @media only screen and (max-width: 1000px) {
        .links {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media only screen and (max-width: 776px) {
        .links {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media only screen and (max-width: 500px) {
        .links {
            display: flex;
            flex-wrap: wrap;
        }

            .links > a {
                width: 90%;
                margin: auto;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }
    }

    /* ********************************** */
    /*               GROUPS               */
    /* ********************************** */
    .groups {
        margin-bottom: 4rem;
    }

    .groups__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 2rem;
        row-gap: 1rem;
    }

    @media only screen and (max-width: 1290px) {
        .groups__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media only screen and (max-width: 900px) {
        .groups__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }


@media only screen and (max-width: 680px) {
    .groups__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

    @media only screen and (max-width: 500px) {
        .groups__grid {
            display: flex;
            flex-wrap: wrap;
        }

            .groups__grid > a {
                width: 100%;
                margin: auto;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }
    }

    /* ********************************** */
    /*               BUTTONS              */
    /* ********************************** */
    button {
        outline: none;
        border: none;
        background-color: transparent;
    }

    .btn {
        text-decoration: none;
        padding: 0.5rem 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.2rem;
        position: relative;
        border-radius: 0;
        text-align: left;
    }

    .btn--underline {
        text-decoration: underline;
    }

    .btn--rounded {
        border-radius: 0.3rem;
    }

    .btn--transparent, .btn--transparent:hover, .btn--transparent:focus {
        background-color: transparent !important;
    }

    .btn--icon-left {
        justify-content: flex-start;
    }

    .btn .inlined-svg {
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .btn[aria-expanded="true"] .inlined-svg {
        transform: rotate(90deg);
    }

    .btn--vibrant-icon .inlined-svg path {
        fill: var(--vibrant) !important;
    }

    .btn--white-icon .inlined-svg path {
        fill: white !important;
    }

    .btn:hover {
        text-decoration: underline;
        background-color: var(--grey);
    }

    .btn__icon {
        height: 1.2em;
    }

    .btn__icon--lg {
        height: 1.7em;
    }

.btn__icon--right {
    margin-left: 2rem;
}

    .btn__icon--left {
        margin-left: 0;
        margin-right: 1rem;
    }

    .btn--light {
        background-color: white;
        color: black;
    }

        .btn--light:hover {
            background-color: white;
            color: black;
        }

    .btn--dark, .btn--dark:focus {
        background-color: #000000;
        color: white;
    }

        .btn--dark .inlined-svg path {
            fill: white !important;
        }

        .btn--dark:hover {
            color: white;
            opacity: 0.8;
            background-color: #000000;
        }

    .btn--outline-grey {
        border: 3px solid var(--grey);
    }

    .btn--grey {
        background-color: var(--grey);
        color: black;
    }

        .btn--grey:hover,
        .btn--outline-grey:hover {
            color: black;
            opacity: 0.8;
        }

        .btn--grey .inlined-svg path,
        .btn--outline-grey .inlined-svg path {
            fill: black !important;
        }

    .btn--angle-right:before {
        content: "";
        background-image: url("../images/angle-right.svg");
        background-repeat: no-repeat;
        background-size: 0.8em;
        background-position: right center;
        right: 0.5rem;
        top: 0;
        height: 100%;
        width: 2rem;
        pointer-events: none;
        position: absolute;
    }

    .btn--border-bottom {
        border-bottom: 0.2rem solid var(--vibrant);
    }

        .btn--border-bottom:hover {
            background: var(--grey);
        }

        .btn--border-bottom .inlined-svg path {
            fill: var(--vibrant) !important;
        }

    .btn--negative-margin-left {
        margin-left: -1rem;
    }

    .btn--vibrant {
        background-color: var(--vibrant);
        padding: 0.5rem 3rem;
        font-family: canada-type-gibson, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

        .btn--vibrant:hover {
            background-color: var(--vibrant);
            filter: brightness(110%);
        }

    .btn--white-hover:hover {
        background-color: white;
    }

    .btn--lg {
        font-size: 1.7rem;
        font-family: canada-type-gibson, sans-serif;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 2rem;
    }

    input[type="text"].btn:not(:disabled):not(.disabled),
    input[type="number"].btn:not(:disabled):not(.disabled),
    input[type="search"].btn:not(:disabled):not(.disabled) {
        cursor: text;
    }
    /* ********************************** */
    /*           BOTTOM CONTENT           */
    /* ********************************** */
    .bottom-content {
        background-color: #E8E8E8;
    }

    .bottom-content__grid {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    @media only screen and (max-width: 1200px) {
        .bottom-content__grid {
            display: block;
        }
    }

    @media only screen and (max-width: 992px ) {
        .bottom-content {
            background-color: #222221;
            color: white;
        }
    }

    /* ********************************** */
    /*               FOOTER               */
    /* ********************************** */
    .footer {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: #000;
        color: white;
        font-weight: normal;
        font-size: 20px;
    }

    .footer__logo {
        max-width: 170px;
        transition: all .35s cubic-bezier(0.165, 0.84, 0.44, 1);
        cursor: pointer;
        will-change: transform;
    }

        .footer__logo:hover {
            opacity: 0.8;
            transform: scale(1.04);
        }

        .footer__logo.inlined-svg * {
            fill: white;
        }

    .footer__grid {
        display: grid;
        grid-template-columns: 200px auto auto;
        justify-content: space-between;
        align-items: center;
    }

    .footer__links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer__links__link {
        text-decoration: none;
        padding: 1.5rem;
    }

        .footer__links__link:hover {
            background-color: rgba(255,255,255,0.1);
        }

    .footer__social {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        grid-gap: 1rem;
        gap: 1rem;
    }

    .footer__social__item {
        text-decoration: none;
        display: inline-block;
        transition: all .35s cubic-bezier(0.165, 0.84, 0.44, 1);
        cursor: pointer;
        will-change: transform;
    }

        .footer__social__item:hover {
            opacity: 0.8;
            transform: scale(1.04);
        }

    .footer__social .inlined-svg {
        height: 2rem;
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    @media only screen and (max-width: 992px) {
        .footer__logo {
            max-width: 150px;
        }

        .footer__grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            grid-gap: 2rem;
        }

        .footer__social {
            justify-content: flex-start;
            gap: 2rem;
            grid-gap: 2rem;
            padding-left: 2rem;
            padding-bottom: 100px;
        }

            .footer__social .inlined-svg {
                height: 2.5rem;
            }
    }

    @media only screen and (max-width: 500px) {
        .footer__links__link {
            width: 100%;
        }
    }
    /* ********************************** */
    /*            PRODUCTS PAGE           */
    /* ********************************** */
    .breadcrumbs {
        width: 100%;
        margin-bottom: 3rem;
    }

.prodVariantActiveItem {
    border: 1px solid #66d43d;
    opacity: 1;
    display: inline-block;
    width: 125px;
    padding: 4px;
    margin: 0 6px 12px 6px;
    text-align: center;
    font-size: 13px;
}
.prodVariantInactiveItem {
    border:1px solid #c5c5c5;
    opacity:0.5;
    display: inline-block;
    width: 125px;
    padding: 4px;
    margin: 0 6px 12px 6px;
    text-align: center;
    font-size: 13px;
}
    .prodVariantInactiveItem:hover, .prodVariantActiveItem:hover {
        opacity: 1;
        text-decoration: none;
    }


.addToHandleliste {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 6px;
    border: 1px solid #333;
    margin-bottom: 15px;
    margin-left:-4px;
    background-color: floralwhite;
    font-size: 12px;
    text-transform: uppercase;
}

    .addToHandleliste:hover {
        background-color: ghostwhite;
        cursor: pointer;
    }

    .product-paxeIndex {
        /* text-align:right;*/
    }

        .product-paxeIndex a {
            display: block;
            text-decoration: underline;
            text-transform: capitalize;
            padding: 2px 15px;
        }


/*produktliste*/
.prodFilterBtn {
    display: inline-block;
    padding: 4px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #66d43d;
    margin: 10px 10px 10px 0;
    color: #000;
}

    .prodFilterBtn:hover {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }


    @media only screen and (max-width: 992px) {
        .product-article-slider {
            margin-bottom: 2rem;
        }

        .btn {
            padding-right: 0;
        }

         .btn__icon--right {
            margin-right: 1rem;
        }
        .breadcrumbs .btn__icon--right {
            margin-left: 1rem;
            margin-right: 0;
        }

        .product-info-chart {
            order: 2;
        }

        .product-order {
            order: 1;
        }
    }

@media only screen and (max-width: 480px) {

 
    .breadcrumbs .btn {
        font-size: 1rem;
        padding: 0 0 10px 20px;
    }
        .breadcrumbs .btn__icon--right {
            margin-left: 6px;
            margin-right: 0;
        }
}


    /* Products menu */
    .products-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        height: min-content;
    }

    .products-menu__item {
        margin-bottom: 0.5rem;
        width: 100%;
    }


    /* Products list */
    .products__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

.forhandlerProdLIst .products__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}



@media screen and (max-width: 1350px) {
    .forhandlerProdLIst .products__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

    @media screen and (max-width: 800px) {
        .products__grid, .forhandlerProdLIst .products__grid {
            display: block;
        }
    }

    .products__grid__item {
        overflow: hidden;
        padding: 3rem;
    }

        .products__grid__item .btn {
            width: 100%;
        }

        .products__grid__item img {
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            object-fit: contain;
            width: 100%;
            max-width: 400px;
            margin-bottom: 1rem;
        }

        .products__grid__item:hover {
            background: rgba(0, 0, 0, 0.04);
        }

            .products__grid__item:hover img {
                mix-blend-mode: darken;
                transform: scale(1.05);
            }

    .products__grid__item--detailed {
        display: grid;
        padding: 0;
        padding-top: 2rem;
        grid-template-columns: 1fr 2fr;
        margin: 4px;
    }

        .products__grid__item--detailed .btn {
            width: min-content;
        }

        .products__grid__item--detailed:hover {
            background-color: transparent;
        }

    .products__grid__item--detailed__content {
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

        .products__grid__item--detailed__content .btn {
            width: max-content;
            margin-left: -1rem;
        }

    .products__grid__item--detailed__footer {
        grid-column: 1 / span 2;
    }

    .product__footer {
        background-color: #efefef;
        width: 100%;
    }
    /* .products__grid__item:hover .btn {
    background: var(--grey);
} */
    .row {
        margin: 0;
    }


    /* ********************************** */
    /*               ARTICLE              */
    /* ********************************** */
    .article {
        padding-bottom: 200px;
    }

    .article--sidebar {
        display: grid;
        grid-template-columns: 1fr 3fr;
        justify-content: space-between;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 8rem;
        gap: 100px;
    }

    @media screen and (max-width: 1200px) {
        .article--sidebar {
            display: block;
        }
    }

@media screen and (max-width: 480px) {
    .article--sidebar {
        margin-top: 1.5rem;
    }
}
    .article__sidebar {
        margin-bottom: 5rem;
    }

    .article__video {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /* ********************************** */
    /*            KONTAKT PAGE            */
    /* ********************************** */
    .employee-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding-top: 2rem;
        gap: 2rem;
        grid-gap: 2rem;
    }

    @media only screen and (max-width:1400px) {
        .employee-grid {
            grid-template-columns: repeat(3,1fr);
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    @media only screen and (max-width:1200px) {
        .employee-grid {
            grid-template-columns: repeat(2,1fr);
        }
    }

    @media only screen and (max-width:800px) {
        .employee-grid {
            grid-template-columns: repeat(1,1fr);
        }
    }


    /* ********************************** */
    /*           PAGE            */
    /* ********************************** */
    .page-wrapper {
        width: 1200px;
        max-width: 96%;
        margin: auto;
    }


    /* ********************************** */
    /*                FORMS               */
    /* ********************************** */
    .field {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .field input, .field textarea {
            width: min-content;
            background-color: #E8E8E8;
            outline: none;
            border: none;
            min-width: 350px;
            padding: 0.35rem;
            margin-bottom: 0.25rem;
            margin-top: 0.15rem;
        }




    /* ********************************** */
    /*             TYPOGRAPHY             */
    /* ********************************** */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

    h1,
    .h1 {
        font-size: 3.875rem;
        margin-bottom: 1rem;
    }

    h2,
    .h2 {
        font-size: 2.375rem;
        margin-bottom: 1rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    h4,
    p,
    .h4,
    .p {
        font-family: "Nunito", sans-serif;
    }

    p,
    .p {
        /* margin-block-end: 2rem;*/
        font-size: 1.25rem;
        /* max-width: 70ch;*/
        line-height: 1.7rem;
    }

    h4,
    .h4 {
        font-size: 1.125rem;
    }

    b,
    strong {
        font-family: canada-type-gibson, sans-serif;
        font-weight: 600;
    }


@media screen and (max-width: 1300px) {
    .slider__slide h1 {
        font-size: 2.6rem;
    }

    .slider__slide h2 {
        font-size: 2rem;
    }
}


    @media screen and (max-width: 800px) {
        h1 {
            font-size: 2.6rem;
        }

        h2 {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 480px) {
        h1,.h1 {
            font-size: 2.1rem;
        }

        h2,.h2 {
            font-size: 1.8rem;
        }

        .slider__slide h1 {
            font-size: 1.8rem;
        }

        .slider__slide h2 {
            font-size: 1.3rem;
        }


    }

 

    /* UTILITIES */
    .bg-grey {
        background-color: #E8E8E8;
    }

    .bg-dark-gradient {
        background: linear-gradient(#000 0%, #2f2c2c 100%);
    }

    .border--left {
        border-left: 0.35rem solid var(--vibrant);
    }

    .border--bottom {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        border-bottom: 0.35rem solid var(--vibrant);
    }

    .border--bottom-sm {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        border-bottom: 0.15rem solid var(--vibrant);
    }

    .overflow-visible {
        overflow: visible !important;
    }

    .no-underline {
        text-decoration: none;
    }

    .small-shadow {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    }

    .text--vibrant {
        color: var(--vibrant);
    }

    .alternate-rows tr:nth-child(odd) {
        background-color: var(--vibrant-light);
    }

    /****************************************************/
    /*****************kampanjebanner*********************/
    .prodrow {
        padding: 10px;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .parentList {
        border: 1px solid rebeccapurple !important;
    }

    .parent {
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        /*    overflow: hidden;*/
        /*  width: 50%;*/
        min-height: 150px;
        margin: 25px auto;
        border: 1px solid grey;
        position: relative;
        padding: 20px;
    }

    .ribbonList {
        padding: 0 0;
        top: 2px;
        z-index: 2;
        font-size: 12px;
        font-weight: normal;
    }

    .ribbon {
        /* display:none; */ /***!!!!!!!!!!!!!!*/
        border-radius: 8px 0;
        margin: 0;
        padding: 0;
        background: rebeccapurple;
        color: white;
        padding: 4px 30px;
        position: absolute;
        top: -25px;
        left: 40%;
        /* transform: translateX(0%) translateY(100%) rotate(-45deg);*/
        transform-origin: top left;
        min-width: 75px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .ribbon2 {
        /* display:none; */ /***!!!!!!!!!!!!!!*/
        border-radius: 15px 0;
        margin: 0 0 15px 0;
        padding: 0;
        background: rebeccapurple;
        color: white;
        padding: 4px 15px;
        /* transform: translateX(0%) translateY(100%) rotate(-45deg);*/
        transform-origin: top left;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .hideRibbon {
        display: none;
    }
    /*****************kampanjebanner*********************/
    /****************************************************/



    /********katalogliste************/
    .kataloger-forside ul {
        list-style: none;
        padding: 0;
    }

    .kataloger-forside li {
        list-style: none;
        padding: 0;
    }

    .katalog {
        display: inline-block;
        padding: 10px;
        margin: 15px 10px;
        border: 1px solid #ccc;
        width: 175px;
        min-height: 305px;
        vertical-align: top;
        text-align: center;
    }

    .katalogNavn {
        padding-top: 10px;
    }


@media screen and (max-width: 768px) {

    .kataloger-forside li a {
        display: block;
        text-align: center;
        padding-bottom: 45px;
    }
}



    /****************ansattliste**********/
    .ansattListeHeadingAvdeling {
        border-bottom: 2px solid var(--vibrant);
    }

    .ansattliste {
        padding: 6px 0 45px 0;
    }

    .ansatt {
        display: inline-block;
        width: 250px;
        margin: 0 20px 25px 0;
        padding: 0 20px 10px 0;
    }

    /*****************************************/
    /*************artikkel smal***************/
    .articleNarrow {
        max-width: 1000px;
        margin: auto;
    }


    /*************artikkel smal***************/
    /*****************************************/

    /**********scroll to top btn************/
    #scrollTopBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: var(--vibrant);
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #scrollTopBtn:hover {
            background-color: #555;
        }



    /************responsive iframe***********/
    .iframeContainer {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }

    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }


    /*******min side ordreliste************/
.orderRow {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

    .orderRow:hover {
        background-color: #f9f9f9;
    }

.myOrderlines {
    display: none;
    background-color: #eee;
    padding: 15px;
    margin-bottom: 25px;
}

    .myOrderlines .row {
        padding: 3px;
    }

    /**********override****************/



@media screen and (max-width: 1600px) {
    .container {
        max-width: 100%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

        .btn-primary:hover {
            background-color: #333;
            border-color: #333;
        }




        /******************hide on smal screens************/


@media screen and (max-width: 990px) {
    .hideOnMob {
        display:none;
    }
}


/******************show on smal screens************/
.showOnMob {
    display: none;
}

@media screen and (max-width: 990px) {
    .showOnMob {
        display: block;
    }

    .loggedInMenuLink {
        display: inline-block;
        font-size: 14px;
    }
}



.toggleDiv {
    cursor: pointer;
}

.tobbleDivSub {
    display: none;
}
/*more content*/
/*faq*/


.faq {
    width: 700px;
    margin: auto;
    max-width: 100%;
    padding: 10px 0;
}

.faqSpm {
    padding: 10px 15px;
    background-color: #6ed647;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.faqAnsw {
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}


.orderTabs {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding: 6px;
}

.inactiveOrderTab {
    background-color: whitesmoke;
    border: 1px solid #999;
    border-bottom: 1px solid #333;
    padding: 4px 10px;
    border-radius: 8px 8px 0 0;
}

.activeOrderTab {
    background-color: #ccc;
    border-bottom: 1px solid #333;
    padding: 4px 10px;
    border: 1px solid #333;
    border-bottom: none;
    background-color: #ccc;
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}

.otherMemberClass {
    background-color: aliceblue;
}