/*
 * Theme Name: Aylux Theme
 * Author: milkycode GmbH
 * Author URI: https://www.milkycode.com/
*/

:root {
    --color-orange: #F8BA00;
    --color-orange-dark: #DC640F;
    --color-green: #86B432;
    --color-dark: #373839;
    --color-grey: #6C6C6C;
    --color-white: #fff;
    --color-grey-light: #C8C8C8;
    --font-cabin: Cabin, sans-serif;
    --font-relway: Raleway, sans-serif
}

/* Header  mobile menu */
.header .header__mobile-menu {
    display: flex;
    width: 136px;
    margin-left: auto;
}

.header .header__mobile-menu a {
    color: #232527;
    text-transform: uppercase;
    width: 68px;
    height: 68px;
}
.switch_menu__title {
    color: #232527;
    text-transform: uppercase;
    padding-top: 15px;
}

.store-finder-icon, .switch_menu {
    flex: 50%;
}

.store-finder-icon::before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAh1BMVEUAAADUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbNowQoAAAALHRSTlMA8gX6wdq65eDNQjERCZ5tPakW066Lg1n2fU4pHhrrlpN2JAyzpVRIN2BpyS92ZXEAAAMsSURBVEjHlVbp1qowDKS07LuAgAruuM37P9/Fz1JkKXLnh6eEMydpJhNUpqHaqW7mAImjYKv8F3aHCl+wnupiqrunaECsix/pJt4ws4Xc2zursb7zbG6dUAD6agl3DcB89OosDxQwnN/cPYDUG0YdCyDhgrz5ZiLuXQHyI3cGkLu0JNOdlYiA3mQvIyCaIydAIR62RcKY/zi3z2cNuMm5IWC1bT5d8AEp2tAdiOXkC9B2dEPQwPj7fbUSX4GNjFsCrB0UCli113ShIM2Jl74FLjLyEcj4VFXAum2iBez5mYHKGq6D8hQpcBDhlQFwYwXyuklbtUpgeD3xU1F3KhFZpAt50RxqBY0fc1ykQj0/p+dA0ASUyxXLxLoBmeicM5hMt+2YOU3eALXoiz0YTLUlG9PkO3D8nGw+pS0McWcN1jTZo7jwUw5N7d1nz1UDrkPaaAR8nloYgtv0ATwk5EC82hHRecXVOys2R9kqW1FY3VwgeafzHiZgcsYJ0BUZ/M5VTzQwXnEOQDvx4GHGVYrz5ZowxgfUd9sLEJgz2599T8fNt0yTFaduOXItJbBlhuWJK+46aeq77F0qEstTM9memUncKbmRShHIWF3DNXXhi+UJGPfcLMocZGIE60Ez5DvUHwXPBqizgKxqfbm6dboEG4wcv6WoXGURLqOeMW7WBdjlIOV34CG6taxn0bfPK9DtYrIaA3ZP+rWyHCGgeWLe+cMSdMk66ezFxLNTH30qGAlg7o+1c/5JdIKrBg6NLz3xHB2dmZvuDQhQIOMeJRAw/OkbZDFPcC0yZ6VuKQy3ib4lVldOVkS8pDgbm4mhgXm4ud26a8bZNb4kdjef0lg52PcaQKOw9+kygft+KHEY0e4j0P1Jem3HBtEA0xv2lA2/djlib2qfTW001ULeC1BY4wV1ovzbNCLT4Z9OvRxv6ilDlDqQ9F1YASQ9DXM8w1E1KQGq3SBoocGrCGcs4IXFCw2s0+gmwWe8KDsE9k4dvNzZwYHRz5AF6pSL6yRHC6IxPYl8P0p0pnXzmSe1Ki3MXusEEhB9bf/0dWkH6VWPDUL+KMSI9Wsa2KUyxj9YH2+ivdIUmwAAAABJRU5ErkJggg==);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0 2px 12px;
}

.switch_menu {
    pointer-events: all;
    cursor: pointer;
    color: #232527;
    width: 68px;
    height: 68px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto
}

@media only screen and (min-width: 992px) {
    .switch_menu, .store-finder-icon, #menu-mobile_menu_middle, #menu-mobile_menu_bottom, .header__certificates {
        display: none
    }
}

.switch_menu__wrapper {
    display: block;
    width: 18px;
    height: 2px;
    background: #232527;
    position: relative;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.switch_menu__wrapper span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #232527;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out
}

.switch_menu__wrapper:after, .switch_menu__wrapper:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0;
    position: relative;
    border-radius: 5px;
    background: #232527;
    transition: all .3s ease-in-out
}

.switch_menu__wrapper:before {
    top: -7px
}

.switch_menu__wrapper:after {
    bottom: -5px
}

.switch_menu__icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    will-change: opacity, visibility
}

.switch_menu__icon--close {
    opacity: 0;
    visibility: hidden
}

#switch_menu:checked ~ .header .switch_menu__wrapper {
    background-color: rgba(0, 0, 0, 0)
}

#switch_menu:checked ~ .header .switch_menu__wrapper span:first-child {
    transform: rotate(45deg) translate(0, -1px)
}

#switch_menu:checked ~ .header .switch_menu__wrapper:after, #switch_menu:checked ~ .header .switch_menu__wrapper:before {
    opacity: 0
}

#switch_menu:checked ~ .header .switch_menu__wrapper span:last-child {
    transform: rotate(-45deg) translate(1px, 0)
}

#switch_menu:checked ~ .header .switch_menu__icon--menu {
    opacity: 0;
    visibility: hidden
}

#switch_menu:checked ~ .header .switch_menu__icon--close {
    opacity: 1;
    visibility: visible
}

#switch_menu:checked ~ .header .header__menu {
    transform: translateX(0);
    overflow: scroll;
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 104px);
    pointer-events: all
}

@media only screen and (min-width: 992px) {
    #switch_menu:checked ~ .header .header__menu {
        transform: unset;
        overflow: unset;
        height: auto
    }
}

.header {
    background-color: var(--color-white);
    font-family: var(--font-relway);
    line-height: 1.2;
    font-weight: 600;
    z-index: 200;
    position: relative;
    font-size: .75rem
}
@media (max-width:460px){
	header{
		margin-bottom:-1px;
	}
}
@media only screen and (min-width: 1201px) {
    .header {
        font-size: .875rem
    }
}

.header .container--header {
    position: relative
}
.header--info {
    background: linear-gradient(152.26deg, #515253 17.23%, #3d3e3f 50.61%, #232527 92.63%);
    color: var(--color-white);
    padding-top: 10px;
    padding-bottom: 8px
}
.header--info .container {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.header__advantages {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 100%
}
@media only screen and (min-width: 992px) {
    .header__advantages {
        font-size: .875rem;
        justify-content: flex-start;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content
    }

    .header__advantages--mobile {
        display: none
    }
}
@media only screen and (max-width: 991px) {
    .header__advantages--desktop {
        display: none
    }
}
.header__advantages li {
    margin-right: 14px;
    margin-bottom: 14px;
    white-space: nowrap
}
@media only screen and (min-width: 1201px) {
    .header__advantages li {
        margin-right: 25px;
        margin-bottom: 0
    }
}
.header__advantages li::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NjggMUw1LjUwMDE2IDEwLjE2NjdMMS4zMzM1IDYiIHN0cm9rZT0iIzlDRDEzOSIgc3Ryb2tlLXdpZHRoPSIxLjY2NjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    width: 14px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: .45rem
}
.header__rating {
    display: flex;
    align-items: center;
    margin-right: 1.5rem
}
@media only screen and (min-width: 768px) {
    .header__rating {
        margin-right: 2rem
    }
}
.header__rating img, .header__rating svg {
    width: 90px;
    height: 18px;
    object-fit: contain;
    margin-right: .25rem
}

/* Header  logo */
.header__logo {
    position: absolute;
    left: 20px;
    top: 0;
    display: inline-block;
    padding: 42px 15px 12px;
    z-index: 10;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	box-shadow:5px 6px 25px 5px rgba(0,0,0,0.15);
	background-color:#638227;
}
/* 991px and smaller screen sizes */
@media (max-width:991px){
	.header .header__logo{
		border-bottom-left-radius:5px !important;
		border-bottom-right-radius:5px !important;
		padding-top:54px;
		padding-bottom:16px;
	}
}
@media only screen and (min-width: 992px) {
    .header__logo {
        padding: 54px 15px 16px
    }
}
@media only screen and (min-width: 992px) {
    .header__logo--mobile {
        display: none
    }
}
@media only screen and (max-width: 991px) {
    .header__logo--desktop {
        display: none
    }
}
.header__logo svg {
    width: 100%;
    max-width: 64px;
    height: auto
}
@media only screen and (min-width: 1201px) {
    .header__logo svg {
        max-width: 84px
    }
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right: 9px
}

@media only screen and (min-width: 992px) {
    .header__menu .menu {
        padding-left: 110px;
        padding-right: 1rem
    }
}

@media only screen and (min-width: 1201px) {
    .header__menu .menu {
        padding-left: 130px;
        padding-right: 2rem
    }
}

.header__menu .menu-item {
    position: relative
}

.header__menu .menu-item a {
    position: relative;
    color: #232527;
    text-decoration: none;
    display: block;
}

.header__menu .menu-item-has-children > a {
    position: relative;
    margin-right: 24px
}

.header__menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-80%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #232527;
    border-bottom: 1.5px solid #232527;
    transition: transform .25s ease-in-out
}

.no-js .header__menu .menu-item-has-children > a::after {
    display: none
}

.header__menu .menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(225deg)
}

.header__menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px;
    padding-left: 12px
}

.no-js .header__menu .menu-item-has-children .sub-menu {
    display: block
}

.header__menu .menu-item-has-children .sub-menu .menu-item {
    font-size: 15px
}

.header__menu .menu-item-has-children.active .sub-menu {
    visibility: visible
}

@media screen and (max-width: 991px) {
    .header__menu {
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-size: 24px;
        color: #fff;
        background: #434445;
        box-sizing: border-box;
        padding: 50px 20px 20px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease-in-out, visibility .25s ease-in-out, height .25s ease-in-out;
        will-change: opacity, visibility, height;
        max-height: calc(100vh - 68px);
        height: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        overflow-x: auto
    }

    .header__menu .menu-item a {
        color: #fff;
    }

    .header__menu .menu-item-has-children > a::after {
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
    }

    .header__menu .menu {
        width: 100%;
    }

    .header__menu .menu-item {
        margin-bottom: 0.9rem;
    }

    .header__menu .menu-item-has-children > a {
        display: block;
        position: relative;
    }

    #menu-mobile_menu_middle {
        padding: 15px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

    #menu-mobile_menu_middle #menu-item-2191 > a::after {
        content: "";
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAoCAMAAADaOGodAAAAflBMVEUAAADUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDbUiDYp3eTqAAAAKXRSTlMACvX7BtuBUS8P7uLIenVqTPLSzb+IPTYqu6icJR2xF6GXjWRI6VpCkwQLCjgAAAGUSURBVDjLdZOHcoNADESXo5luDKbYYNwSZ///B4NyRwCTvGHQajSqA5hwnl9FTubF19PBGieLOKIUR6JsFW4O5CGpLcCqE9HNHNsruvuF61Ltfx2bZwsLrDNtE20UPbzhUf1UdgqeoQl2u8DIMwuZ6kFX16xKm7TLSld2+RiNS99UoopjRdPDpwu8xpeQ0U5klcRmBsHlC3cmIgdFHyZFDWIT3hGzFpnyBMOJqZiaMUJaIi+c1+ZFjMUQzCHEbGBoxhQhJ6ggtKxgqNhOQZedqCOPYhayZ4Sbbr+j6nSsU9zp3a54sjD3imqxdWSuWdKHE+luVkm2nteSpaVLhaNN9eRwPMUR5TkQrj+dg1B6CJafpn5gOtt2ry9+wYYrb4BOrfDGziRK1wJvlLwbZUV8YIXPMJj0Jz8mPX0G2bLKEQsSHpxV/272erWe8MZ2di68Yknwwc/FNINWm5k2swstb1rcGeOdzmZtZmuwwdM/QDxvtdk80z/HhhfzYQj5xJ+ceBof/E2fk6rHP6Rkgv9wDnLwmW9C6SQmx+Wz2AAAAABJRU5ErkJggg==);
        display: inline-block;
        width: 14px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 0 0 10px;
        position: absolute;
    }

    #menu-mobile_menu_bottom {
        font-size: 14px;
    }

    .store-finder-btn {
        display: none !important;
    }

    .header__certificates {
        display: block;
    }
    .header__certificates span {
        display: none;
    }
    .header__certificates li {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .header__certificates .cert-mig {
        background-image: url(data:image/png;base64,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);
    }
    .header__certificates .cert-ce {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAq1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NbREAAAAOHRSTlMA76De++OvvLiYiCASDCwI06RnNyQaBezn4MjAgXtjD/f08djMxJxWRT0yqZOMfm5PTEgXjXazW5BVi/YAAAIeSURBVEjH7ZbZcuowDIadjSxkIQTCVsIBCmUtW3vq93+yboqdWCieTm/7XzH59VljS8Jmf/q1Zpej69hGU0h0DbyRzdHnwrP5p2g4efv/7ytEgduHBQdRcD8YfLgYvvkfSZvhWQBJVbgwONfAT0NwFTj0ONfA0R48Fd5ZXAf3Ovw+vF3UvtpLz1fZeFAnLTf9NrIq25lmOQAUawXbmahQ5RxaGbunsLKtyaZi5GOZdUuUVx6nc64ZU2GkCcF2RYgX1ttK1P2ZEQoNsbzimKVxYJQCkVdt1rInxzk5Z/Nyv6HiPJe1jRGEdnxWnSUYPiO1ghAXNR0HtUk2LDd2VZ0CrYp0LvsKOT44XaY96xfkTMDp0XALQi7IGaEJRHoEeG/WdWLQXhOahfWxWgx+mA2woYOPv4EfGuABCS/0sEXClh4ekzDUed0A72FyDEUpW8M8Mm2HOdg5wbIhDT+RTbjT93abrghUcak/7mGCnBTWLWj4BUJekXMFZ9BXDLy1eY/sgVWinatORP69tXLdeXNXTZCL9vNmutR8dVOci7z9MgLO5FW1QXeG0Jo4tqMMSds1J+pIa+7H9+B8JUNsc1frIYdX9Di9w98sXn8ASCsGupThohuzb6khgci91D5o+miu5b5NHcySA4bxCw1grM2Igln0MNfALHk1MAwKpw4NQ4aThWChzXoIMKmtPyphrLjrTxyACfUK33U4+9PP9A53wOb2534uywAAAABJRU5ErkJggg==);
    }
}

@media screen and (max-width: 768px) {
    .header__menu {
        font-size: 18px;
    }
}

.header .btn {
    color: var(--color-white);
    display: flex;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content
}

.header .btn--text span {
    position: relative
}

.header .btn--text span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: #9cd139;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease
}

.header .btn--text:hover span::after {
    transform: scale(1);
    transform-origin: left center
}

.header .btn--primary {
    padding: 8px;
    background-color: var(--color-orange-dark);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin: 0 auto 1.5rem;
    transition: box-shadow .25s ease-in-out
}

@media screen and (min-width: 992px) {
    .header .btn--primary {
        padding: 6px;
        font-size: .875rem;
        margin: 0
    }
}

.header .btn--primary:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2)
}

.header .btn--primary::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4xMzAxMSAxNC41Mzg4QzQuMzcxODUgMTQuMDA1IDQuNjI5NjIgMTMuNDc1NyA0Ljg4MjA1IDEyLjk0NzFDNS4zODMwOSAxMS44OTg5IDUuODgyOTggMTAuODUwMiA2LjM2NDU0IDkuNzkyNzRDNi44MzIzNSA4Ljc2NTg1IDcuMjkzMjkgNy43MjIxNSA3LjY5MDA3IDYuNjY1NDdDNy44NDM1OSA2LjI1NjQ2IDcuOTkxIDUuODM3OTIgOC4xMDcwOSA1LjQxNjY5QzguMTc1NDUgNS4xNjc3IDguMjU2MDMgNC44NDc2OCA4LjI1NjAzIDQuNTg4NzZDOC4yNTYwMyAzLjQ5MDA3IDcuODIzNzMgMi40NDY3NSA3LjA0Njk3IDEuNjY5OTlDNi4yNjk4MyAwLjg5MzIzNCA1LjIyNjUxIDAuNDYwOTM4IDQuMTI3ODIgMC40NjA5MzhDMy4wMjkxMyAwLjQ2MDkzOCAxLjk4NTgyIDAuODkzMjM0IDEuMjA5MDYgMS42Njk5OUMwLjQzMjI5NyAyLjQ0Njc1IDAgMy40OTAwNyAwIDQuNTg4NzZDMCA0Ljg0NzY4IDAuMDgwNTc4MyA1LjE2ODA5IDAuMTQ4OTM2IDUuNDE2NjlDMC4yNjQ2NDggNS44MzgzIDAuNDEyNDM5IDYuMjU2NDYgMC41NjU5NTcgNi42NjU0N0MwLjk2MjczOSA3LjcyMjE1IDEuNDIzNjggOC43NjU4NSAxLjg5MTQ5IDkuNzkyNzRDMi4zNzMwNSAxMC44NTAyIDIuODcyOTQgMTEuODk4OSAzLjM3Mzk4IDEyLjk0NzFDMy41MjY3MyAxMy4yNjcyIDMuNjgzNjkgMTMuNTg0OSAzLjgzNzU5IDEzLjkwNDVDMy45MzgwMyAxNC4xMTMgNC4wMzk2MSAxNC4zMjQ2IDQuMTMwMTEgMTQuNTM4OFpNNS45OTE0NCA2LjQ1MjM3QzUuNDk1NzQgNi45NDgwNiA0LjgyODk3IDcuMjI0MTcgNC4xMjgyMSA3LjIyNDE3QzMuNDI3NDQgNy4yMjQxNyAyLjc2MDI4IDYuOTQ4MDYgMi4yNjQ5OCA2LjQ1MjM3QzEuNzY5MjkgNS45NTY2OCAxLjQ5MzE4IDUuMjg5OTEgMS40OTMxOCA0LjU4OTE0QzEuNDkzMTggMy44ODgzOCAxLjc2OTI5IDMuMjIxMjIgMi4yNjQ5OCAyLjcyNTkxQzIuNzYwNjcgMi4yMzAyMiAzLjQyNzQ0IDEuOTU0MTIgNC4xMjgyMSAxLjk1NDEyQzQuODI4OTcgMS45NTQxMiA1LjQ5NjEzIDIuMjMwMjIgNS45OTE0NCAyLjcyNTkxQzYuNDg2NzQgMy4yMjE2IDYuNzYzMjMgMy44ODgzOCA2Ljc2MzIzIDQuNTg5MTRDNi43NjMyMyA1LjI4OTkxIDYuNDg3MTIgNS45NTcwNiA1Ljk5MTQ0IDYuNDUyMzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    display: inline-block;
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px
}

.menu-active {
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .menu-active {
        overflow: visible
    }
}

@media only screen and (min-width: 992px) {
    .menu--main {
        display: flex;
        flex-wrap: wrap;
        height: 100%
    }
}

@media only screen and (min-width: 992px) {
    .menu--main > .menu-item {
        padding: 24px 0;
        margin-right: .25rem
    }
}

@media only screen and (min-width: 1201px) {
    .menu--main > .menu-item {
        margin-right: 1.25rem
    }
}

.menu--main > .menu-item > a {
    position: relative
}

.menu--main > .menu-item > a span, .menu--main > .menu-item > span {
    position: relative
}

.menu--main > .menu-item > a span:after, .menu--main > .menu-item > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: #9cd139;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
    will-change: transform
}

@media only screen and (min-width: 992px) {
    .menu--main > .menu-item > a span, .menu--main > .menu-item > span {
        font-weight: 600;
        margin-right: 21px;
        height: 100%;
        white-space: nowrap;
        display: flex;
        align-items: center;
        transition: background-color .125s ease-in-out;
        will-change: background-color
    }
}

@media only screen and (min-width: 992px) {
    .menu--main > .menu-item > span {
        cursor: default
    }
}

@media only screen and (min-width: 992px) {
    .menu--main > .menu-item-has-children {
        position: relative;
        z-index: 1
    }

    .menu--main > .menu-item-has-children:hover > a, .menu--main > .menu-item-has-children[aria-expanded=true] > a {
        color: #232527
    }

    .menu--main > .menu-item-has-children:hover > a + .sub-menu, .menu--main > .menu-item-has-children[aria-expanded=true] > a + .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, 0, 0)
    }

    .menu--main > .menu-item-has-children > a span, .menu--main > .menu-item-has-children > span {
        position: relative;
        z-index: 1
    }
}

.menu--main > .current-menu-item > a span:after, .menu--main > li:not(.menu-item-has-children) > a:hover span:after {
    transform: scale(1);
    transform-origin: left center
}

.header__menu .sub-menu {
    display: none
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu {
        display: block
    }
}

.header__menu .sub-menu > .menu-item:not(:last-child) {
    margin-bottom: 4px
}

.header__menu .sub-menu > .menu-item a {
    display: block
}

.header__menu .sub-menu > .menu-item a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 30px;
    background: #9cd139;
    left: -19px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: width .3s ease-in-out, opacity .3s ease-in-out
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu > .menu-item a::before {
        left: -22px
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu > .menu-item a:hover {
        color: #9cd139
    }

    .header__menu .sub-menu > .menu-item a:hover::before {
        width: 4px;
        opacity: 1
    }
}

.header__menu .sub-menu > .current-menu-item a {
    display: block;
    color: #9cd139
}

.header__menu .sub-menu > .current-menu-item a::before {
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .header__menu .sub-menu {
        padding-top: .125em;
        padding-left: 1em;
        padding-bottom: 1em
    }

    .header__menu .sub-menu .menu-item {
        font-size: 15px;
        padding-top: .35em;
        padding-bottom: .35em
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu {
        left: calc(50% - 20px);
        transform: translate3d(-50%, 1.5rem, 0);
        position: absolute;
        top: calc(100% + 20px);
        min-width: 176px;
        opacity: 0;
        visibility: hidden;
        transition: transform .3s ease-in-out, opacity .25s ease-in, visibility .25s ease-in-out;
        will-change: opacity, visibility;
        color: #232527
    }

    .header__menu .sub-menu::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -22px;
        right: -22px;
        bottom: -22px;
        background: var(--color-white);
        box-shadow: 4px 7px 11px rgba(0, 92, 153, .13)
    }

    .header__menu .sub-menu::after {
        content: "";
        position: absolute;
        top: -30px;
        left: calc(50% - 10px);
        background: var(--color-white);
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        transition: opacity .5s;
        box-shadow: 2px 3px 6px rgba(0, 92, 153, .15);
        z-index: -1
    }

    .header__menu .sub-menu > .menu-item > a span, .header__menu .sub-menu > .menu-item > span {
        display: block;
        padding: 6px 10px 6px 10px;
        white-space: pre-wrap
    }
}

.header__menu .sub-menu .menu-item-has-children:active .sub-menu, .header__menu .sub-menu .menu-item-has-children:focus .sub-menu, .header__menu .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu .menu-item-has-children::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: -20px;
        top: 0;
        height: 100%;
        z-index: 1
    }

    .header__menu .sub-menu .menu-item-has-children > a {
        z-index: 2
    }

    .header__menu .sub-menu .menu-item-has-children > a::after {
        transform: translateY(-50%) rotate(-45deg)
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .sub-menu .menu-item-has-children .sub-menu {
        z-index: 3;
        right: -42px;
        left: unset;
        top: 0;
        transform: translateX(100%)
    }
}
.header__menu .sub-menu .menu-item-has-children .sub-menu::after {
    display: none
}

/* Slider */
.swiper .swiper-slide-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #393A3B;
    opacity: .4;
    z-index: 2;
}
.swiper .swiper-slide-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    bottom: -90px;
    background: linear-gradient(0deg, #070D0E 0%, rgba(7, 13, 14, 0) 100%);
    z-index: 3;
}
.swiper .swiper-slide-inner {
    z-index: 20;
}
.swiper .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    border-radius: 3px;
    position: relative;
}
.swiper .swiper-pagination {
    margin-bottom: 20px;
}
.swiper .elementor-button {
    padding: 11px 24px;
    min-width: 195px;
}
.swiper .swiper-slide {
    min-height: min(680px, 85vh);
    max-height: 100vh;
}
.swiper .swiper-pagination-bullet::before {
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.swiper h1, .swiper h2 {
     margin-top: 22px;
     margin-bottom: 0;
	font-family: "Raleway", Sans-serif;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.2em;
}
@media (max-width: 1024px) {
  .swiper h1, .swiper h2 {
    font-size: 50px;
  }
}
.swiper p {
    margin-top: 0;
}

/* Footer */
.footer {
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#638227;
    color: var(--color-white);
    font-family: var(--font-relway);
    padding-top: 28px;
    background: linear-gradient(152.26deg, #515253 17.23%, #3d3e3f 50.61%, #232527 92.63%)
}
.footer .footnote {
    position: relative;
    display: flex;
    align-items: center;
    height: unset;
    padding-bottom: 4.25rem;
    text-align: center;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-cabin);
    line-height: 1.2
}
@media screen and (min-width: 992px) {
    .footer .footnote {
        text-align: left
    }
}
.footer .footnote .container--footer {
    display: flex;
    align-items: center;
    flex-direction: column
}
@media screen and (min-width: 992px) {
    .footer .footnote .container--footer {
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between
    }
}
.footer .footnote__text {
    font-size: .875rem;
    text-transform: capitalize
}
.footer .menu--footnote {
    text-align: center;
    font-size: .875rem;
    margin-bottom: 1rem
}
@media screen and (min-width: 992px) {
    .footer .menu--footnote {
        text-align: right;
        margin-bottom: 0
    }
}
.footer .menu--footnote li {
    display: inline-block
}
.footer .menu--footnote li:first-of-type .separator {
    display: none
}
@media screen and (min-width: 992px) {
    .footer .menu--footnote li a {
        line-height: 1.285;
        font-size: .875rem
    }
}
.footer__menu .menu-item {
    position: relative;
    line-height: 1.5
}
.footer__menu .menu-item a {
    font-size: .875rem;
    line-height: 2.289;
    display: inline-block;
    position: relative;
    color: var(--color-grey-light)
}
@media screen and (min-width: 767px) {
    .footer__menu .menu-item a {
        font-size: 1.0625rem;
        line-height: 1.88
    }
}
.footer__menu .menu-item a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: var(--color-orange-dark);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease
}
.footer__menu .menu-item a:hover:after {
    transform: scale(1);
    transform-origin: left center
}
.footer__menu .menu-item-has-children > a {
    display: inline-block;
    position: relative;
    padding-right: 24px
}
.footer__menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transition: transform .25s ease-in-out;
    will-change: transform
}
.no-js .footer__menu .menu-item-has-children > a::after {
    display: none
}
.footer__menu .menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(225deg)
}
.footer__menu .menu .sub-menu {
    display: none;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px;
    padding-left: 12px
}
.no-js .footer__menu .menu .sub-menu {
    display: block
}
.footer__menu .menu .sub-menu .menu-item {
    font-size: 15px
}
.footer__menu .current-menu-item a, .footer__menu .current_page_parent a {
    color: var(--color-orange-dark)
}
.footer__menu .menu-item a:hover {
    color: var(--color-orange-dark)
}
.footer .container {
    max-width: 1292px
}
@media only screen and (min-width: 992px) {
    .footer .container {
        padding-left: 52px
    }
}
.footer__row {
    border-bottom: 1px solid var(--color-grey);
    margin-bottom: 13px;
    padding-bottom: 13px
}
.footer__info {
    display: grid;
    grid-gap: 1rem
}
@media only screen and (min-width: 768px) {
    .footer__info {
        grid-template-columns:repeat(2, 1fr)
    }
}
@media only screen and (min-width: 992px) {
    .footer__info {
        grid-template-columns:repeat(4, 1fr);
        grid-gap: 2rem
    }
}
.footer__advantages {
    display: contents
}
.footer__advantage {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2
}
.footer__advantage img {
    width: 24px;
    height: auto;
    margin-right: 7px
}
.footer__advantage span {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .2509803922)
}
.footer__testimonial {
    display: flex
}
@media only screen and (min-width: 768px) {
    .footer__testimonial {
        grid-row: 1/4;
        grid-column: 2
    }
}
@media only screen and (min-width: 992px) {
    .footer__testimonial {
        grid-row: unset;
        grid-column: unset
    }
}
.footer__contact {
    display: grid;
    grid-gap: 1rem;
    padding-bottom: 0
}
@media only screen and (min-width: 481px) {
    .footer__contact {
        grid-template-columns:repeat(2, 1fr)
    }
}
@media only screen and (min-width: 768px) {
    .footer__contact {
        grid-gap: 33px;
        grid-template-columns:repeat(3, 1fr)
    }
}
.footer__contact__info a {
    color: var(--color-white);
    vertical-align: super
}
.footer__contact__info img {
    width: 24px;
    height: auto;
    margin-right: .75rem
}
.footer__contact__info p {
    font-family: var(--font-cabin);
    margin-top: .5rem;
    font-size: .875rem;
    line-height: 1.21;
    color: var(--color-grey-light)
}
.footer__navigation {
    padding-top: .75rem;
    display: grid;
    grid-gap: 20px;
    grid-template-columns:repeat(2, 1fr)
}
@media only screen and (min-width: 481px) {
    .footer__navigation {
        grid-template-columns:repeat(3, 1fr)
    }
}
@media only screen and (min-width: 768px) {
    .footer__navigation {
        grid-template-columns:1fr 1fr 1fr 1.9fr
    }
}
@media only screen and (min-width: 992px) {
    .footer__navigation {
        grid-template-columns:1fr 1.1fr 1fr 1.9fr 1.65fr
    }
}
.footer__navigation .footer__menu_wrapper:nth-of-type(4) {
    grid-column: 1/3
}
@media only screen and (min-width: 768px) {
    .footer__navigation .footer__menu_wrapper:nth-of-type(4) {
        grid-column: unset
    }
}
.footer__navigation .footer__menu_wrapper:nth-of-type(4) .menu {
    column-count: 2;
    column-gap: 32px
}
.footer__heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    padding-bottom: 8px
}
.footer__search {
    grid-column: 1/3
}
@media only screen and (min-width: 481px) {
    .footer__search {
        grid-column: 1/4
    }
}
@media only screen and (min-width: 768px) {
    .footer__search {
        grid-row: 2;
        grid-column: 1/5
    }
}
@media only screen and (min-width: 992px) {
    .footer__search {
        grid-row: unset;
        grid-column: unset
    }
}
.footer__search__text {
    position: relative;
    display: grid;
    grid-template-columns:min-content auto;
    margin-bottom: .5rem;
    padding-left: 7px
}
.footer__search__text::before {
    content: "";
    background-image: var(--wpr-bg-75c6df8e-1615-4648-b2da-f8c55587b098);
    width: 23px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .875rem;
    display: inline-block;
    grid-row: 1/3
}
.footer__search form {
    position: relative;
    margin-top: .75rem
}

@media only screen and (min-width: 768px) {
    .footer__search form {
        margin-top: 1.5rem
    }
}
.footer__search input {
    font-family: var(--font-cabin);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 13.5px 15px;
    color: var(--color-white);
    border: .5px solid var(--color-orange);
    border-radius: 4px;
    background-color: #6c6d6d;
    width: 100%
}
.footer__search input::placeholder {
    font-family: var(--font-cabin);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-white)
}
.footer__search input:active, .footer__search input:focus {
    border-radius: 0;
    outline: 0;
    border: .5px solid var(--color-orange)
}
.footer__search button {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iNCIgZmlsbD0iIzg2QjQzMiIvPgo8cGF0aCBvcGFjaXR5PSIwLjEyIiBkPSJNMTUgMjNDMTkuNDE4MyAyMyAyMyAxOS40MTgzIDIzIDE1QzIzIDEwLjU4MTcgMTkuNDE4MyA3IDE1IDdDMTAuNTgxNyA3IDcgMTAuNTgxNyA3IDE1QzcgMTkuNDE4MyAxMC41ODE3IDIzIDE1IDIzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI1IDI1TDIwLjY1IDIwLjY1TDI1IDI1Wk0yMyAxNUMyMyAxOS40MTgzIDE5LjQxODMgMjMgMTUgMjNDMTAuNTgxNyAyMyA3IDE5LjQxODMgNyAxNUM3IDEwLjU4MTcgMTAuNTgxNyA3IDE1IDdDMTkuNDE4MyA3IDIzIDEwLjU4MTcgMjMgMTVaIiBmaWxsPSIjODZCNDMyIi8+CjxwYXRoIGQ9Ik0yNSAyNUwyMC42NSAyMC42NU0yMyAxNUMyMyAxOS40MTgzIDE5LjQxODMgMjMgMTUgMjNDMTAuNTgxNyAyMyA3IDE5LjQxODMgNyAxNUM3IDEwLjU4MTcgMTAuNTgxNyA3IDE1IDdDMTkuNDE4MyA3IDIzIDEwLjU4MTcgMjMgMTVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.footer__search button:active, .footer__search button:focus {
    outline: 0
}
.footer .search__title {
    color: var(--color-green);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .25rem
}

@media only screen and (min-width: 1201px) {
    .footer .search__title {
        font-size: 1.3125rem
    }
}
.footer .search__subtitle {
    font-family: var(--font-cabin);
    font-size: .75rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    opacity: .6
}
@media only screen and (min-width: 1201px) {
    .footer .search__subtitle {
        font-size: .875rem
    }
}
.footer__logo {
    display: flex;
    max-width: 84px;
    padding-top: 3px
}
.footer__logo svg {
    width: 100%;
    height: auto
}
.footer__menu .menu-item {
    position: relative;
    padding-bottom: 5px
}
.footer__menu .menu-item a {
    font-family: var(--font-cabin);
    font-size: 14px;
    line-height: 16.8px;
    display: inline-block;
    position: relative;
    text-transform: capitalize
}
.footer__menu .menu-item a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: var(--color-green);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
    will-change: transform
}
.footer__menu .menu-item a:hover:after {
    transform: scale(1);
    transform-origin: left center
}
.footer__menu .menu-item a:hover {
    color: var(--color-green)
}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.footer .socail_buttons {
    display: flex;
    align-items: center
}
.footer .btn__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px
}
.footer .btn__icon::before {
    content: "";
    width: 31px;
    height: 31px;
    background-color: var(--color-dark);
    transition: background-color .25s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}
.footer .btn__icon:active::before, .footer .btn__icon:hover::before {
    background-color: var(--color-green)
}
.footer .btn__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    z-index: 10
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}
footer .container, header .container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box
}
footer .container a, header .container a {
    color: var(--color-white);
    text-decoration: none
}



/* Header */
header.header {
	border-bottom-style:solid;
	border-bottom-color:#638227;
	border-bottom-width:1px;
	background: radial-gradient(ellipse at center, #ffffff 0%,#e5e5e5 100%);
}
.menu--main > .menu-item > a span, .menu--main > .menu-item > span {
    text-transform: uppercase;
}
/* 767px and smaller screen sizes */
@media (max-width:767px){
	/* Navigation */
	.header nav{
		padding-bottom:0px;
	}
}
/* Filialfinder Button */
.header .header__menu .btn--primary{
	background-color:#d58936;
}

/* Container  header */
.header .container--header{
	max-width:1366px;
}

/* Videos */
.elementor-widget-video {
	border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.elementor-widget-video iframe {
	border-radius: 20px;
}

/* Container */
.footer .foothead .container{
	max-width:1366px;
}

/* Produkt */
.jet-gallery-swiper-thumb { margin-top: 20px; }

/* Breadcrumbs */
#breadcrumbs{
	padding-bottom:40px;
}

/* Premium progressbar bar */
.elementor-widget-premium-addon-progressbar .premium-progressbar-bar-wrap .premium-progressbar-bar{
	background-color:linear-gradient(to right, rgb(99, 130, 39) 0%, rgb(146, 184, 70) 100%) important!;
}
.elementor-widget-premium-addon-progressbar .premium-progressbar-left-label{
	font-size:36px;
	line-height:1.5em;
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
.page-content .elementor .premium-progressbar-bar-wrap{
	margin-bottom:20px;
}

/* 630px and smaller screen sizes */
@media (max-width:630px){
	/* Premium progressbar left label */
	.page-content .elementor .premium-progressbar-left-label{
		font-size:20px;
	}
}

/* 992px and larger screen sizes */
@media (min-width:992px){
	/* Sub Menu */
	#menu-main .menu-item ul{
		padding-top:0px;
		padding-left:10px;
		padding-bottom:0px;
	}
	
	/* Container */
	.footer .foothead .container{
		padding-left:15px;
		padding-right:15px;
	}
}

/* Footer */
.footer__menu_wrapper .fas.fa-star {
  font-size: 12px;
  vertical-align: text-top;
}
.footer__menu_wrapper .fas.fa-star.xpro-rating-filled {
  color: var( --e-global-color-accent );
}
.foothead .footer__contact li{
	padding-top:8px !important;
	padding-bottom:10px;
}
.foothead .footer__info{
	padding-bottom:20px;
}
.foothead .footer__navigation{
	padding-bottom:8px;
}
.footer__search .footer__search__text .search__title{
	color:#638227;
}
.footer__search form input[type=search]{
	border-top-color:#d58936;
	border-right-color:#d58936;
	border-bottom-color:#d58936;
	border-left-color:#d58936;
}
.footer__search form button{
	background-image:var(--wpr-bg-cf6b12f8-0e6d-43fb-889b-c509020ee17e);
}
/* 767px and smaller screen sizes */
@media (max-width:767px) {
	/* Footer  search  text */
	.footer__navigation .footer__search .footer__search__text{
		padding-top:8px;
	}
	/* Footer  navigation */
	.foothead .footer__navigation{
		padding-bottom:30px;
	}
	/* Menu Item */
	#footer-menu .menu-item{
		padding-bottom:0px;
	}
}

/* Filialfinder */
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
  background-color: transparent !important;
  padding-bottom: 5px !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner {
  background-color: var(--sl-header, #F7F7F7) !important;
}
#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
  margin: 15px 15px 0 !important;
  border-radius: 10px !important;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span {
  color: var(--sl-list-title, #32373c) !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-visit-website {
  border-radius: 10px !important;
}
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 h3, #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner a {
  color: var(--sl-list-title, #32373c) !important;
}
#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .asl-panel-inner {
  top: 120px !important;
}
#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
  background-color: #eceded !important;
	padding-top: 50px !important;
}
#asl-storelocator .action.zoomhere {
	display: none !important;
}
@media (max-width: 991px) {
  #asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .asl-panel-inner {
    top: 0 !important;
  }
}

/* Forms */
.wpforms-submit {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
  font-size: var( --e-global-typography-accent-font-size ) !important;
  font-weight: var( --e-global-typography-accent-font-weight ) !important;
  line-height: var( --e-global-typography-accent-line-height ) !important;
  background-color: var( --e-global-color-accent ) !important;
  border-radius: 7px 7px 7px 7px !important;
  padding: 10px 30px 16px 30px !important;
}

/* Product & Category Slider */
.owce-carousel-basic .active h3{
	font-weight:600 !important;
	font-size:20px !important;
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
.owce-carousel-basic div i{
	background-color:#d58936 !important;
}
.owce-carousel-basic .active h3{
	font-size:18px;
}

/* Button blog links homepage */
.elementor-widget-loop-grid .btn-underline-effect .elementor-button-text{
	color:#d58936;
}

/* Insta Widget */
#sb_instagram #sbi_images .sbi_item {
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#sbi_load .sbi_load_btn .sbi_btn_text{
	font-weight:600;
	font-size:16px;
}
#sbi_load a{
	background-color:#d58936 !important;
}

/* temporäres Ausblenden der made in Germany Grafik */
.wp-image-1188 {
  display: none !important;
}

/* Anfrage/Kontakt */
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-3-columns ul {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width:767px) {
	div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-3-columns ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}