div#hero-section {
    display: grid;
    grid-template-columns: 250px calc(calc(100% - 500px) - 60px) 250px;
    gap: 50px;
    margin-top: 40px;
    
    img {
        max-width: 100%;
    }
    div#usp-section {
        text-align: center;
        
        h1 {
            font-weight: 700;
            font-size: 70px;
            text-transform: none;
        }
        h2 {
            color: #558a32;
            font-size: 24px;
            font-weight: 600;
            text-transform: none;
            display: flex;
            position: relative;
            padding: 10px 0;
            justify-content: center;
            margin-top: 0;
            span {
                width: max-content;
                position: relative;
                z-index: 2;
                background: #fff;
                padding: 0px 15px;
            }
            &:before {
                content: "";
                height: 1px;
                display: inline-block;
                width: 100%;
                background-color: #558a32;
                position: absolute;
                top: 50%;
            }
        }
    }
    div#hero-usp-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        img {
            height: 24px;
        }
        & > div {
            margin: 10px 0;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        & > div:nth-child(1) {
            width: 45%;
            border-right: 1px solid #558a32 !important;
        }
        & > div:nth-child(2) {
            width: 55%;
        }
        & > div:nth-child(3) {
            width: 45%;
            border-right: 1px solid #558a32 !important;
        }
        & > div:nth-child(4) {
            width: 35%;
        }
    }
    div#service-section {
        border-left: 1px solid #558a32 !important;
        text-align: center;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
        .kundeservice {
            display: flex;
            align-items: start;
            gap: 15px;
            & > span {
                background: #dbddbf;
                padding: 10px;
                border-radius: 100%;
                img {
                    heigth: 24px;
                }
            }
            div {
                display: flex;
                flex-direction: column;
                text-align: left;
                font-size: 12px;
                font-weight: 500;
                gap:5px;
                line-height: 1.6;
                
                span:first-child {
                    font-size: 16px;
                    font-weight: 600;
                }
            }
        }
        div#becig {
            border-top: 1px solid #558a32 !important;
            margin-top: 20px;
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            font-size: 10px;
            gap: 7px;
        }
    }
    
    @media screen and (max-width: 1124px) {
        grid-template-columns: 25% calc(50% - 50px) 25%;
        gap: 25px;
        
        div#usp-section {
            h1 {
                font-size: 40px;
            }
            h2 {
                font-size: 18px;
                span {
                }
                &:before {
                }
            }
        }
        
        div#hero-usp-list {
            img {
                height: 18px;
            }
            & > div {
                font-size: 10px;
                font-weight: 600;
                gap: 5px;
            }
            & > div:nth-child(1) {
            }
            & > div:nth-child(2) {
            }
            & > div:nth-child(3) {
            }
            & > div:nth-child(4) {
            }
        }
    }
    
    @media screen and (max-width: 950px) {
        align-items: center;
        
        div#service-section {
            padding: 0px 15px;
            .kundeservice {
                flex-direction: column;
                gap: 10px;
                align-items: center;
                & > span {
                    img {
                        height: 20px;
                    }
                }
                div {
                    text-align: center;
                    font-size: 10px;
                    span:first-child {
                        font-size: 14px;
                    }
                }
            }
            div#becig {
            }
        }
    }
    
    @media screen and (max-width: 950px) {
        div#service-section {
            padding: 0px 15px;
            .kundeservice {
                flex-direction: column;
                gap: 10px;
                align-items: center;
                & > span {
                    img {
                        height: 20px;
                    }
                }
                div {
                    text-align: center;
                    font-size: 10px;
                    span:first-child {
                        font-size: 14px;
                    }
                }
            }
            div#becig {
            }
        }
    }
    
    @media screen and (max-width: 768px) {
        grid-template-columns: 150px calc(100% - 170px);
        gap: 20px;
        div#map-section {
            display: flex;
            justify-content: center;
        }
        div#service-section {
            grid-column: 1 / span 2;
            flex-direction: row;
            border-left: none !important;
            border-top: 1px solid #558a32 !important;
            padding-top: 15px;
            .kundeservice {
                flex: 0 0 50%;
                & > span {
                    img {
                    }
                }
                div {
                    span:first-child {
                    }
                }
            }
            div#becig {
                flex: 0 0 50%;
                margin: 0;
                padding: 0;
                border: none !important;
            }
        }
    }
    
    @media screen and (max-width: 550px) {
        grid-template-columns: 100%;
        gap: 20px;
        margin-top: 0;
        
        div#usp-section {
            h1 {
                display:none;
            }
        }
        div#map-section {
            margin-top: 20px;
            img {
                width: 100px;
            }
        }
        div#service-section {
            grid-column: 1;
            .kundeservice {
                & > span {
                    img {
                    }
                }
                div {
                    span:first-child {
                    }
                }
            }
            div#becig {
            }
        }
    }
}

#iqitcontentcreator > .row:first-child {
    /* display: grid;
    grid-template-columns: auto auto; */
}

#iqitcontentcreator > .row:first-child:after,
#iqitcontentcreator > .row:first-child:before {
    display: none;
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) {
    width: 100%;
    padding: 0;
}

/* #iqitcontentcreator > .row:first-child > div:nth-child(1) .row {
    margin: 0;
    padding: 0px 5px;
    display: grid;
    gap: 14px;
} */

#iqitcontentcreator > .row:first-child > div:nth-child(1) > div >.row {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 20px));
    gap: 40px;
    padding: 0;
    margin: 48px 0;
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) .row:after,
#iqitcontentcreator > .row:first-child > div:nth-child(1) .row:before {
    display: none;
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) > div >.row > div {
    width: 100%;
}
#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div > .iqitcontent-column-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    
    a.iqit-banner-image {
        width: 30%;
        height: 114px;
        background-size: contain;
        background-repeat: no-repeat;
        min-width: 25px;
        
        img {
            height: 114px;
            max-width: 114px;
        }
    }
}
#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div {
    padding: 15px 0;
    overflow: hidden;
    &:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -35px;
        background-size: 150px;
        width: 100px;
        height: 150px;
        background-repeat: no-repeat !important;
    }
}
#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(1) {
    background: #d37e63;
    text-align: center;
    margin-top: 0;
    
    &:after {
        background: url(../../img/new_frontpage/dampexperten-blade-orange.svg);
    }
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(2) {
    background: #91b9a4;
    text-align: center;
    margin-top: 0;
    
    &:after {
        background: url(../../img/new_frontpage/dampexperten-blade-mint.svg);
    }
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(3) {
    background: #29583d;
    text-align: center;
    margin-top: 0;
    
    &:after {
        background: url(../../img/new_frontpage/dampexperten-blade-dark-green.svg);
    }
}

#iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(4) {
    background: #abb274;
    text-align: center;
    margin-top: 0;
    
    &:after {
        background: url(../../img/new_frontpage/dampexperten-blade-lime.svg);
    }
}
a.iqit-banner-image {
    /*position: absolute;*/
    /*bottom: -25px;*/
    /*max-width: 239px;*/
    /*opacity: 0;*/
}
.showimg a.iqit-banner-image {
    opacity: 1;
}

#columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block {
    border: none !important;
    
    .title_block_txt {
        font-weight: 600;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #FFFFFF !important;
    }
}

#columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(2) .title_block .title_block_txt {
    font-size: 17px;
    line-height: 25px;
}

#columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(3) .title_block .title_block_txt {
    font-size: 17px;
    line-height: 25px;
}

#columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt span {
    display: block;
    max-width: 243px;
    background: #558A32;
    border-radius: 10px;
    margin: 10px auto 0;
    padding: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt span span.legend-arrow {
    display: none;
}

/* #columns #iqitcontentcreator > .row:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
} */

#columns #iqitcontentcreator > .row:nth-child(2):before,
#columns #iqitcontentcreator > .row:nth-child(2):after {
    display: none;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child {
    background: linear-gradient(285.71deg, rgba(165, 121, 102, 0.7) 9.36%, rgba(255, 255, 255, 0) 129.54%), #BF7E62;
    padding: 0px;
}

#columns #iqitcontentcreator > .row:nth-child(2) > div:first-child > div {
    background-size: contain;
}

#columns #iqitcontentcreator > .row:nth-child(2).showimg > div:first-child > div {
    background: url(../../img/Download-Mint-PNG-Transparent_1024x1024.png) no-repeat;
}

#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div {
    /* background: url(../../img/smoke-clip-art-10.png) no-repeat; */
    /* padding: 41px 33px 20px 10px !important; */
    padding: 41px 33px 20px 33px !important;
    /* text-align: center; */
    background-size: 75%;
    background-position: -130px 30%;
}

/* #columns #iqitcontentcreator > .row:nth-child(2).showimg > div:last-child > div {
    background: url(../../img/1e794cbc9db324b4e405f0834274430agadgexperten-forside.png) no-repeat;
    background-position: 10px 60%;
} */

#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div {
    display: flex;
    justify-content: space-between;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:last-child {
    align-self: end;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div img {
    margin-bottom: -28px;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > span:first-child a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    display: block;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div {
    display: flex;
    justify-content: space-between;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
    gap: 30px;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div span a {
    border: 1px solid #FFFFFF !important;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 4px 10px;
    display: block;
    width: max-content;
}
#index .slick-prev, #index .slick-next {
    height: 109px;
    width: 48px;
    background-color: transparent !important;
    background-image: url(../../img/arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}
#index .slick-next {
    transform: rotateY(180deg);
    right: -48px;
}
#index .slick-prev {
    left: -48px;
}
#index .slick-next:before, #index .slick-prev:before {
    display: none !important;
}
/* #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div span{
    display: none!important;
} */

#columns #iqitcontentcreator > .row:nth-child(2) > div .title_block {
    border: none !important;
    max-width: 70%;
    display: inline-block;
}

#columns #iqitcontentcreator > .row:nth-child(2) > div .title_block .title_block_txt {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF !important;
}
#columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div .title_block_txt {
    font-size: 20px;
    line-height: 34px;
}

#columns #iqitcontentcreator > .row:nth-child(2) > div .title_block .title_block_txt span {
    display: block;
    max-width: 219px;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    margin: 10px auto 0;
    padding: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    clear: both;
    float: right;
}

#columns #iqitcontentcreator > .row:nth-child(2) > div .title_block .title_block_txt span span.legend-arrow {
    display: none;
}

#columns #iqitcontentcreator > .row:nth-child(3) {
    margin-top: 75px;
}

#columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs {
    text-align: center;
    border: none !important;
}

#columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
    border: none !important;
}

#columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs li a {
    border: none !important;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #121212;
    padding: 16px 19px;
}

#columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs li.active a {
    background: #A2CA84;
    color: #fff !important;
}

#index .product_list .button-container,
#index ul.product_list>li .product-container .old-price {
    display: none;
}

@media screen and (max-width: 1200px) {
    body .container-header, div#center_column {
        max-width: 95% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1040px) {
    body .container-header, div#center_column {
        max-width: 95% !important;
        margin: 0 auto;
    }
    #iqitcontentcreator > .row:first-child {
        grid-template-columns: 60% 40%;
        margin: 0;
        width: 100%;
    }
    #iqitcontentcreator > .row:first-child > div:first-child {
        padding: 20px 30px;
    }
    #iqitcontentcreator > .row:first-child > div:first-child h1 {
        font-size: 32px;
    }
    #iqitcontentcreator > .row:first-child > div:first-child a.btn.btn-default {
        font-size: 18px;
        padding: 10px 20px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt {
        font-size: 26px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(2) .title_block .title_block_txt {
        font-size: 20px;
        line-height: 32px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(3) .title_block .title_block_txt {
        font-size: 20px;
        line-height: 32px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt span {
        max-width: 150px;
        font-size: 14px;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div .title_block .title_block_txt {
        font-size: 26px;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div .title_block .title_block_txt span {
        max-width: 150px;
        font-size: 14px;
        padding: 10px;
    }
    ul.product_list li .product-container .right-block a.button {
        padding: 5px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    #columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #iqitcontentcreator > .row:first-child {
        grid-template-columns: 1fr;
    }
    #iqitcontentcreator > .row:first-child > div:nth-child(1) {
        margin-top: 10px;
        padding: 0;
    }
    #iqitcontentcreator > .row:first-child > div:nth-child(1) .row {
        padding: 0;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div {
        flex-direction: column-reverse;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:last-child {
        display: none;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 5px;
        margin: 10px 0 0;
        position: relative;
    }
    #columns #iqitcontentcreator > .row:nth-child(3) ul.nav.nav-tabs li {
        width: 100%;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        max-width: 100%;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div span {
        width: max-content;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div img {
        /* margin-bottom: -40px;
        margin-top: 30px;
        margin-left: -40px; */
        position: absolute;
        bottom: -20px;
        margin-bottom: 0;
        left: 10px;
    }
    #index .slick-prev, #index .slick-next {
        display: none !important;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt {
        font-size: 16px;
    }
    #iqitcontentcreator > .row:first-child > div:nth-child(1) > div >.row {
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 15px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(2) .title_block .title_block_txt,
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(3) .title_block .title_block_txt {
        font-size: 16px;
    }
    #iqitcontentcreator > .row:first-child > div:nth-child(1) > div >.row > div {
        width: 100%;
        display: flex;
        justify-content: center; 
        align-items: center;
        padding: 10px 10px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block {
        padding: 2px 5px;
        max-width: 37vw;
        position: relative;
        z-index: 99;
        margin: 0;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt span {
        display: none;
    }
    #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div > .iqitcontent-column-inner {
        align-items: center;
    }
    
}

@media screen and (max-width:435px) {
    #iqitcontentcreator > .row:first-child > div:first-child a.btn.btn-default {
        font-size: 11px;
        padding: 10px 10px;
    }
    #iqitcontentcreator > .row:first-child > div:first-child h1 {
        font-size: 24px;
    }
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div .title_block .title_block_txt,
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(2) .title_block .title_block_txt,
    #columns #iqitcontentcreator > .row:first-child > div:nth-child(1) .row > div:nth-child(3) .title_block .title_block_txt {
        font-size: 12px;
        line-height: 1;
    }
}

.real-price {
    cursor: pointer;
}

@media (min-width:768px) {
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div .title_block {
        margin-right: 14px;
    }

    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div .title_block .title_block_txt span{
        width: 242px;
        max-width: 242px;
    }
}

@media (max-width:500px) {
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div img {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        bottom: -12px;
        left: -5px;
        height: 100px;
        width: auto;
    }
    #columns #iqitcontentcreator > .row:nth-child(2) > div:last-child > div > div:nth-child(2) > div span {
        display: flex;
        justify-content: center;
    }
}
body#index .product-container .product-image-container {
    /* animation-name: productimg; */
    /* animation-duration: 1.5s; */
    opacity: 1;
    height: 170px !important;
}