/* Fonts */

@font-face{
    font-family:"Gilroy";
    src:url("Fonts/Gilroy-Light.otf") format("opentype");
    font-display: swap;
}

@font-face{
    font-family:"roboto";
    src:url("Fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
    font-display: swap;
}

@font-face{
    font-family:"roboto";
    src:url("Fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
    font-display: swap;
}

/*  Header */

#header-top-bar {
    background-color: #28282A;
    color: var(--white);
}

#header-top-bar a:not(.dropdown-item):not(.btn) {
    color: var(--white);
}

.li-de > .nav-link {
    background: url("../base/images/de.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.li-en > .nav-link {
    background: url("../base/images/eng.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dropdown-item.link-lang.en {
    background: url("../base/images/eng.png");
    background-repeat: no-repeat;
    color: transparent;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

.dropdown-item.link-lang.de {
    background: url("../base/images/de.png");
    background-repeat: no-repeat;
    color: transparent;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

#header-top-bar > .container-fluid {
    justify-content: space-between;
}

#header-top-bar .language-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-top-bar .language-dropdown .dropdown-toggle::after, #header-top-bar .language-dropdown :not(.navbar-toggler)[data-toggle="collapse"]::after {
    position: absolute;
    top: 17px;
    right: -2px;
}

#header-top-bar .account-icon-dropdown img {
    margin-top: 0.2rem;
}

#header-top-bar .account-icon-dropdown  .dropdown-menu.show {
    margin: 0;
}

#header-top-bar a[title="Passwort vergessen"],
#header-top-bar a[title="Jetzt registrieren!"] {
    color: #1C1D21 !important;
}

header a:not(.dropdown-item):not(.btn) {
    color: #1C1D21;
}

header .navbar-nav > .nav-item > .nav-link::before {
    content: none;
}

body[data-page="11"] header .navbar-brand img {
    height: 20px;
    width: auto;
}

body[data-page="11"] .nav.topbar-main.right {
    display: none;
}

body[data-page="11"] header > .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.is-checkout header, .is-checkout .navbar {
    height: auto;
}


@media (min-width: 992px) {

    #header-top-bar .language-dropdown .dropdown-menu {
        padding: 15px;
        box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.3);
        width: 0rem;
        min-width: fit-content;
        border: 1px solid #ddd;
        left: 10px !important;
    }

    #header-top-bar .dropdown-item.link-lang {
        filter: grayscale(1);
        padding: 0;
        border-bottom: 1px solid transparent;
        background-position: 0 0;
        width: 30px;
        height: 20px;
    }

    #header-top-bar .search-wrapper-dropdown  .dropdown-menu.show {
        margin: 0;
        min-width: max-content;
    }

    header .cart-icon-dropdown {
        border: 1px solid #E6EBF0;
    }

    .cart-icon-dropdown .cart-icon-dropdown-price,
    .cart-icon-dropdown.not-empty .cart-icon-dropdown-price {
        font-weight: 700;
        margin-left: .5rem;
    }

    .cart-icon-dropdown .number {
        margin-left: 17px;
    }

    header .nav-right .nav-link {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    nav.navbar {
        align-items: center !important;
    }

    header .nav-scrollbar-inner {
        align-items: center;
        padding-bottom: 0;
        overflow-x: hidden;
    }

    header .navbar-nav > .nav-item > .nav-link {
        padding: 1rem 1.5rem;
		font-size: 1rem;
    }

    header .navbar-collapse {
        height: auto;
    }

    nav.navbar {
        height: auto;
    }

    #header-top-bar .nav-link {
        padding: 0.5rem 1.5rem;
    }

    header .navbar-brand {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    header .submenu-headline-toplevel {
        display: flex !important;
        align-items: center;
        border-bottom: none;
        margin-bottom: 0;
    }

    header .submenu-headline-toplevel img {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        margin-right: 1rem;
    }

    header .navbar-nav > .nav-item.dropdown-full .dropdown-menu {
        width: 300px;
        left: auto;
        overflow-x: hidden;
    }
	
	header #mainNavigation .dropdown-toggle::after {
		display: none;
	}
}


@media (max-width: 991px) {

    header .fa-sup {
        background-color: transparent;
        color: #FF8E2C;
        left: 50%;
        margin-top: 0;
    }

    header .cart-icon-dropdown .nav-link {
        border: 1px solid #E6EBF0;
        padding: .2rem .5rem;
        position: relative;
    }

    header #shop-nav .language-dropdown,
    header #shop-nav .search-wrapper-dropdown {
        display: none !important;
    }

    header {
        box-shadow: none;
    }

    header > .container-fluid {
        position: relative;
    }

    .toggler-logo-wrapper {
        position: static;
    }

    #logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar-brand {
        margin-right: 0;
    }

    header .navbar-brand img {
        max-width: 50vw;
    }

    header .cat-icons {
        padding: 1rem;
        flex-wrap: wrap;
        align-items: center;
    }

    header .language-dropdown  .nav-link {
        margin-left: 0;
    }

    header .navbar-nav .language-dropdown .nav-link::after {
        position: absolute;
    }

    header .search-wrapper .input-group {
        flex-wrap: nowrap;
    }

    body[data-page="11"] #logo {
        position: static;
        transform: none;
    }

    .secure-checkout-icon  {
        text-align: end;
    }

}




/* Checkout */

.stepper {
    border: none;
    background: transparent;
}

.stepper .step::after,
.stepper .step::before,
.stepper .step-active .step-content::after {
    content: none;
}

body[data-page="11"] #content-wrapper {
    background: #F6F8FC;
}

.stepper .step-active {
    background: transparent;
}

.stepper .badge {
    display: none;
}

.stepper .step .step-content {
    border: 1px solid #CED4D9;
    border-radius: 20px;
    padding-right: 2rem;
    padding-left: 2rem;
}

.checkout-steps .step-text {
    margin: auto;
}

.stepper .step-active .step-content {
    background: #304465;
    color: var(--white);
}

.checkout-steps .step-check {
    color: var(--white);
}

.checkout-shipping-form,
#order-proceed-as-guest {
    background: var(--white);
    padding: 1rem;
    margin-left: 1rem;
}

.card-products,
#complete_order,
#register-customer {
    background: var(--white);
    padding: 1rem;
}

.step .text-decoration-none-util .img-fluid,
.stepper .nav-item .img-fluid {
    height: 30px;
    width: fit-content;
    margin-bottom: 1rem;
}

.step .text-decoration-none-util,
.stepper .nav-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.stepper .step .step-content:before,
.stepper .step .step-content:after {
  content:'';
  border-bottom:1px solid #CED4D9;
  position:absolute;
  top:50%;
}

.stepper .step .step-content:after {
    left:100%;
    width: 14em;
}

.stepper .step .step-content:before {
    right:100%;
    width: 11.45em;
}

.stepper .step:first-of-type .step-content:before,
.stepper .step:first-of-type .step-content:after,
.stepper .step:last-of-type .step-content:before,
.stepper .step:last-of-type .step-content:after {
  display:none;
}

.stepper .step-active .step-content::after {
    background: transparent;
}

@media (max-width: 1299px) {

    .stepper .step .step-content:after {
        width: 7.15em;
    }

    .stepper .step .step-content:before {
        width: 4.45em;
    }

}

@media (max-width: 991px) {

    .stepper .step .step-content:before,
    .stepper .step .step-content:after {
        display: none;
    }

}

@media (max-width: 767px) {

    .stepper {
        background: #ffffff;
        border: 0;
    }

    .step .text-decoration-none-util, .stepper .nav-item {
        display: block;
    }

    .step .text-decoration-none-util .img-fluid, .stepper .nav-item .img-fluid {
        display: none;
    }

    .stepper .step .step-content {
        border: 1px dashed #CED4D9;
        border-radius: 0;
    }

}








/* Slider */

.container-fluid.product-slider-wrapper {
    padding-right: 0;
    padding-left: 0;
    overflow-x: hidden;
}

.nivo-caption {
    /*background: var(--white) !important;
	color: #1C1D21 !important;*/
	background: transparent !important;
	color: #fff !important;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    width: 485px;
    height: 350px;
    font-family: "Gilroy", "Open Sans", sans-serif;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    /*-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0 0);*/
    padding: 1rem;
}

.nivo-caption .title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.nivo-caption p {
   font-size: 1rem;
   text-transform: uppercase;
}

.container-fluid .slider-wrapper {
	margin-bottom: 2rem;
}

.theme-default .nivoSlide {
    max-width: 100% !important;
}

.slick-slider-other.is-not-opc {
    display: flex;
	padding: 0 2rem;
}

.slick-slider-other.is-not-opc .hr-sect {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    align-items: flex-start;
	padding-right: 2rem;
}

.slick-slider-other.is-not-opc .carousel {
    flex: 0 0 100%;
    max-width: 100%;
}

.slick-slider-other.is-not-opc .hr-sect + .carousel {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.basket_wrapper .slick-slider-other.is-not-opc {
	flex-direction: column;
}

.basket_wrapper .slick-slider-other.is-not-opc .hr-sect {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
}

.basket_wrapper .slick-slider-other.is-not-opc .hr-sect + .carousel {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
	.slick-slider-other.is-not-opc {
		flex-direction: column;
	}

	.slick-slider-other.is-not-opc .hr-sect {
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}

	.slick-slider-other.is-not-opc .hr-sect + .carousel {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.slick-slider-other .hr-sect::before, .slick-slider-other .hr-sect::after {
    content: none;
}

.slick-slider-other .product-wrapper .item-slider-wrapper {
    border: 1px solid #E6EBF0;
	padding: .5rem;
	background-color: var(--white);
	height: 100%;
}

.slick-slider-other .product-wrapper .item-slider-wrapper  .price_wrapper {
	margin-bottom: .5rem;
}

/* .recommendations .hr-sect.h2 {
    width: 30%;
    display: inline;
    flex-basis: auto;
} */

.bg.container-fluid {
    padding-right: 0;
    padding-left: 0;
    background: #F6F8FC;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-clip-path: polygon(11% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(11% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
}

.container-fluid.changing-bg {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.changing-bg  > div > div {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.container-fluid.changing-bg  > div > div:first-of-type {
	-webkit-clip-path: polygon(10% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(10% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
	background: #F6F8FC;
}

.container-fluid.changing-bg  > div > div:nth-of-type(2n+1) {
	background: #F6F8FC;
}

.container-fluid.changing-bg .slick-slider-other.is-not-opc .carousel {
	margin-bottom: 0;
}

.container-fluid.changing-bg .slick-slider-other.is-not-opc {
	margin-bottom: 0;
}

.container-fluid.changing-bg  .slick-slider-other .hr-sect {
	margin: 0;
}

/*.bg.container-fluid  .slick-slider-other .slick-slide, .bg.container-fluid  .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
    background-color: var(--white);
}*/

.slick-slider-other .text-clamp-2,
.slick-slider-other .price_wrapper {
    text-align: left;
}

.slick-slider-other .product-wrapper a ~ a {
    text-decoration: none;
    margin-top: .5rem;
}
 .carousel .slick-arrow,
 .carousel:hover .slick-arrow {
    opacity: 1 !important;
}

.slick-arrow {
    background-color: #5085BE;
    color: #ffffff;
}

.hr-sect a ~ a {
    font-size: 1rem;
    margin-top: 1rem;
    padding: .5rem;
    border-bottom: none;
}

.hr-sect a.no-hover:hover {
    color: #1C1D21;
}

@media (max-width: 991px) {

    .nivo-caption {
		/*background: var(--white) !important;
		color: #1C1D21 !important;*/
		background: transparent !important;
		color: #fff !important;
        width: 285px;
        height: 150px;
    }

    .nivo-caption .title {
        font-size: 20px;
    }
	
	.theme-default .nivo-controlNav {
		bottom: 0 !important;
	}

    .recommendations .hr-sect.h2 {
        font-size: 2rem;
    }

    .hr-sect.h2 {
        font-size: 2rem;
    }

}


@media (min-width: 768px) {	
	
    .hr-sect.h2 {
        border: none;
    }


}



@media (max-width: 767px) {

     .nivo-caption {
        transform: none;
        position: static;
        height: auto;
        width: 100%;
        clip-path: none;
        padding: 0;
        background: transparent !important;
        padding: 2rem;
        align-items: center;	
		background: var(--white) !important;
		color: #1C1D21 !important;	
    }

    .nivo-main-image {
        -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0 0);
        clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0 0);
    }

    .theme-default .nivoSlider {
        background: #F6F8FC;
    }

    .slick-slider-other {
        flex-direction: column;
    }

    .recommendations .hr-sect.h2,
    .slick-slider-other .slick-slider-other-container {
        width: 100%;
    }

    .hr-sect a ~ a {
        display: none;
    }

    .bg.container-fluid {
        clip-path: none;
    }

    .hr-sect a.no-hover:hover {
        color: #5085BE;
    }
}


@media (max-width: 479px) {

    .nivo-caption .title {
        font-size: 1rem;
    }

    .nivo-caption p {
        font-size: 14px;
    }

}

@media (min-width: 768px) {

    .slick-slider-other .slick-slider-other-container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 767px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/2);
        min-width: calc(100%/2);
    }
}

@media (max-width: 479px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/1);
        min-width: calc(100%/1);
    }
}

@media (min-width: 767.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/3);
        min-width: calc(100%/3);
    }
}

@media (min-width: 991.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/4);
        min-width: calc(100%/4);
    }
}

@media (min-width: 1299.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/5);
        min-width: calc(100%/5);
    }
}












/* Products */

aside .productlist-filter-headline {
    display: none !important;
}

aside .nav-panel > .nav > .active > .nav-link {
    border-bottom: none;
}

aside .box-categories .dropdown .collapse, aside .box-linkgroup .dropdown .collapse {
    background: transparent;
}

aside .box-filter-hr {
    display: none;
}

.productbox.productbox-hover .productbox-inner::before {
    content: none;
}

.productbox-image {
    margin-bottom: 1rem;
}

.productbox-inner .productbox-title {
    font-size: 1rem;
}

.productbox-ribbon.ribbon {
    top: 0 !important;
    left: -1.5rem !important;
}

.productbox-title .text-clamp-2 {
    text-decoration: none;
}

.productbox-column .productbox-inner {
    border: 1px solid  #E6EBF0;
    padding: 1rem;
}

.productbox-column .form.form-basket,
.productbox-column .productbox-inner {
    height: 100%;
}


aside .box {
    margin-bottom: .5rem;
    background: #F6F8FC;
    padding: 1rem;
    -webkit-clip-path: polygon(0% 0%, 86% 0, 100% 18%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 86% 0, 100% 18%, 100% 100%, 0% 100%);
}

aside .box-categories {
    -webkit-clip-path: polygon(0% 0%, 83% 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 83% 0, 100% 10%, 100% 100%, 0% 100%);
}

aside .box .nav-link {
    text-transform: uppercase;
    font-weight: bold;
}

aside .nav-link.snippets-categories-nav-link-child {
    text-transform:initial;
    font-weight: normal;
}

aside .badge-outline-secondary {
    border-color: #28282A;
    color: var(--white);
    background-color: #28282A;
}



@media (min-width: 1600px) {

    .sidepanel-left {
        padding-right: 8rem;
    }

}

@media (max-width: 991px) {

    aside .box-categories {
        clip-path: none;
    }

}


@media (max-width: 767px) {

    aside {
        display: none;
    }

}










/* Details */

body[data-page="1"] .product-title {
    margin-bottom: 1rem;
}

#gallery_wrapper {
    border: 1px solid #E6EBF0;
    margin-bottom: .5rem;
}

#gallery_preview .carousel-thumbnails .slick-slide {
    border: 1px solid #E6EBF0;
}

.table-bordered-outline tr {
    border: none;
}

.table-sm th, .table-sm td {
    padding: 0;
    vertical-align: inherit;
}

.attr-characteristic .badge-primary {
    color: var(--white);
    background-color: #28282A;
    border-radius: 13px;
}

.product-detail .product-actions {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-detail .product-actions .badge-circle-1 {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 0 !important;
}

.product-detail .product-actions .btn {
    margin: 0;
    margin-bottom: .5rem;
}

.product-offer #add-to-cart .basket-form-inline {
    flex-direction: column-reverse;
}

.product-offer #add-to-cart .basket-form-inline .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-counter .btn-decrement,
.form-counter .btn- {
    background: #CED4D9 !important;
    color: var(--white);
}

.form-counter .input-group-append  .btn {
    background: #28282A !important;
    color: var(--white);
}

.product-offer .js-cfg-validate {
    margin-bottom: .5rem;
}

.form-counter {
    border: 1px solid #E6EBF0;
}

.form-counter .input-group-text {
    display: none;
}

.nav-tabs {
    border: 1px solid #E6EBF0;
}

.tab-navigation .nav-item:not(:last-child) {
    margin-left: 1rem;
}

.tab-content {
    margin: 0 0;
    padding: 2rem;
    border: 1px solid #E6EBF0;
}

#product-offer .product-info ul.info-essential {
    margin: 0;
}

.btn-link.question{
    width: 100%;
    border: 1px solid #CED4D9;
}

#add-to-cart {
    margin-top: 0.5rem;
}

#quantity-grp {
    flex-wrap: nowrap;
    margin-bottom: .5rem;
}

.product-offer .price_wrapper,
.product-offer  .price_wrapper .price,
.product-offer .form-group,
.product-offer .swatches .variation,
.product-offer dl {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    #product-offer .order {
        order: 1;
        margin: 2rem 0;
    }

    #buy_form #image_wrapper,
    .product-detail .product-actions,
    .product-offer .price_wrapper,
    .product-offer .stock-information,
    #quantity-grp,
    .product-offer .js-cfg-validate   {
        margin-bottom: 1rem;
    }

    .product-offer .price_wrapper {
        margin-top: 1rem;
    }

    #add-to-cart .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}




/* Warenkorb und Kassee */

body[data-page="3"] #content-wrapper {
    background: #F6F8FC;
}

.basket-items .cart-items-body {
    background: var(--white);
    padding: 1rem;
    height: 100%;
}

.basket-items .cart-items-body .cart-items-name {
    text-decoration: none;
    font-weight: bold;
}

.basket-items img {
    border: 1px solid #E6EBF0;
}

.basket-items .cart-items-body .cart-items-price {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.basket-items .cart-items-quantity {
    align-items: baseline;
    margin-bottom: 0;
}

.basket-summary #cart-checkout-btn {
    background: #FF8E2C !important;
    color: var(--white) !important;
    border-color: #FF8E2C !important;
}

#basket-coupon-form {
    display: flex;
}

#basket-coupon-form .form-group  {
    width: 75%;
}

#basket-coupon-form .btn-outline-primary {
    width: 25%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
}

.basket-summary .card-body {
    padding: 0;
}

.basket-items .form-counter {
    flex-wrap: nowrap;
}

.basket-items .form-counter button {
    padding: 5px;
    height: 30px;
}

.basket-items .form-control.quantity {
    height: 30px;
}

.cart-items-body .cart-items-delete {
    margin: 0;
    padding-left: 0;
}

.cart-items-body .cart-items-image {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {

    .basket-items > .form-control ~ .row {
        display: block;
    }

    .cart-items-body .cart-items-image {
        margin-bottom: 1rem;
    }

    .basket-items .cart-items-quantity .qty-wrapper {
        max-width: 100%;
    }

    .cart-items-price  ~ .align-items-center {
        width: 100%;
        justify-content: space-between;
    }

    .basket-items .form-counter button {
        padding: 0.625rem 0.9375rem;
        height: 100%;
    }

    .basket-items .form-control.quantity {
        height: 100%;
    }

    .cart-items-body .cart-items-delete {
        padding-left: 1rem;
        margin-left: auto;
        margin-top: .5rem;
        text-align: center;
    }

    .cart-items-body .cart-items-delete .cart-items-delete-button > span {
        margin-right: 0;
    }

    .basket-items .cart-items-body {
        align-items: center;
    }

    .basket-items .cart-items-body .cart-items-name,
    .basket-items .cart-items-body .cart-items-price {
        margin-bottom: 0;
    }

    .cart-items-body .cart-items-quantity {
        margin-left: 0;
    }

}

@media (max-width: 767px) {

    .cart-items-body .cart-items-price {
        margin-left: 0;
    }

}










/* OPC */

/*.top-categories-container {
    display: none;
}

.product-slider-TopAngebot .top-categories-container {
    display: block;
}*/

.no-opc .top-categories-container {
    -webkit-clip-path: polygon(11% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(11% 0, 100% 1%, 100% 100%, 0 100%, 0 20%);
    padding: 2rem;
    margin-bottom: 2rem;
}

.no-opc .awards-container {
    -webkit-clip-path: polygon(0% 0%, 94% 0, 100% 22%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 94% 0, 100% 22%, 100% 100%, 0% 100%);
    padding: 2rem;
}

.no-opc .top-categories-container .normal-text,
.no-opc .awards-container .normal-text {
    font-size: 20px;
    text-transform: uppercase;
}

.no-opc .top-categories-container .special-text,
.no-opc .awards-container .special-text {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.no-opc .top-categories-container img {
    margin-bottom: .5rem;
}

.no-opc .top-categories-container .caption {
    text-align: left !important;
}

.no-opc .top-categories-container .caption a {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}

.no-opc .top-categories-container .caption a:hover {
    color: var(--primary);
}

.no-opc .top-categories-container .caption a::after {
    content: '\f054' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    transition: transform 0.2s;
    will-change: transform;
    border-top: 0;
    font-size: 0.75em;
}

.no-opc .awards-grid {
    justify-content: center;
}

.no-opc .award-box {
    padding: 1rem;
}

@media (max-width: 991px) {

    .no-opc .award-box {
        margin-bottom: 1rem;
    }

}




@media (max-width: 767px) {

    .no-opc .top-categories-container .subcategories-image {
        display: flex !important;
    }

    .no-opc .top-categories-container,
    .no-opc .awards-container {
        clip-path: none;
    }

}

@media (max-width: 575px) {

    .no-opc .top-categories-container .normal-text,
    .no-opc .awards-container .normal-text {
        font-size: 14px;
    }

    .no-opc .top-categories-container .special-text,
    .no-opc .awards-container .special-text {
        font-size: 30px;
    }

}








/* FOOTER */

#footer {
    color: var(--white);
    background: url('/templates/Watercool/themes/base/images/footer-small.svg') #28282A;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

#footer #footer-boxes,
#footer .productlist-filter-headline,
#footer a:not(.btn) {
    color: var(--white);
}

#footer .nav-link:hover {
    color: var(--primary);
}

#footer .btn-icon-secondary {
    border-color: var(--white) !important;
    color: #28282A !important;
    background-color: var(--white) !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footnote-vat {
    color: var(--white);
    text-align: center;
}

#footer #system-credits {
    color: var(--white);
}

#footer #system-credits .text-white {
    color: var(--white) !important;
}

#footer #copyright {
    background-color: transparent;
    color: var(--white);
    margin-top: 0;
}

#footer #footer-boxes .col {
    text-align: center;
}

#footer .flex-column {
    flex-direction: row !important;
    justify-content: center;
    column-gap: 3rem;
    border-top: 1px solid #9e9e9ea8;
    border-bottom: 1px solid #9e9e9ea8;
    padding: .5rem;
}

#footer li {
    margin-bottom: 0;
    display: inline-block;
}

#footer #footer-boxes .col:first-child .box .box-content-wrapper {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer #footer-boxes .col:first-child img {
    margin-bottom: 2rem;
}

#footer #footer-boxes .col:first-child a {
    width: 300px;
    padding: .5rem;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--white);
    color: #1C1D21;
    font-weight: bold;
}


#footer #footer-boxes .col:first-child a:hover {
    color: var(--white);
    background-color: var(--primary);
}

#footer .footer-social-media {
    margin-top: 0;
    margin-bottom: 0;
}

#footer .footer-social-media ul {
    justify-content: flex-end;
}

#footer .footer-social-media .col-lg-8 {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    align-items: center;
}

@media (min-width: 768px) {

    #footer .fuss-nav-item .nav-link {
        padding: 0.5rem 1rem;
    }

}

@media (max-width: 767px) {

    #footer .flex-column {
        flex-direction: column !important;
        justify-content: center;
        column-gap: 0;
        border-top: none;
        border-bottom: 1px solid #9e9e9ea8;
        padding: .5rem;
        align-items: center;
        row-gap: 1rem;
        margin-bottom: 1rem;
    }

    #footer li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    #footer .list-unstyled li {
        display: inline-block;
        width: auto;
    }

    #footer .footer-social-media ul {
        justify-content: center;
    }

    #footer .box-normal-hr {
        display: none;
    }

    #footer .text-left,
    #footer .text-right {
        text-align: center !important;
    }

    #footer {
        background-position: bottom;
    }

    #footer .btn-icon-secondary {
        width: 40px;
        height: 40px;
    }

}





/* GENERAL */

h2, .h2, .product-matrix .product-matrix-title {
    font-size: 40px;
}

body {
    color: #1C1D21;
}

body[data-page="18"] #content {
    padding-bottom: 0;
}

.breadcrumb-wrapper {
    border: none;
}

.breadcrumb a {
    font-weight: bold;
}

.breadcrumb a:active {
    color: #68686A;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FF8E2C;
}

.btn-outline-primary {
    border-color: #28282A;
    background-color: #28282A;
    color: var(--white) !important;
}

header .btn-outline-primary:not(:disabled):not(.disabled):active,
header .btn-outline-primary:focus {
    color: var(--white) !important;
}

header .btn-outline-primary:hover {
    color: var(--primary) !important;
}

body[data-page="18"] #content {
    padding-bottom: 0;
}



@media (min-width: 992px) {

    body[data-page="18"] #content-wrapper:not(.has-fluid) {
        padding-top: 0;
    }

}

@media (max-width: 767px) {

    h2, .h2, .product-matrix .product-matrix-title {
        font-size: 28px;
    }

    h1, .h1 {
        font-size: 2rem;
    }

}


/* Last Updates */

body[data-page="18"] .slick-slider-other.is-not-opc{
    display: none;
}

/*.recommendations .product-wrapper {
    margin-right: .5rem;
}

.carousel:not(.slick-initialized).slick-lazy .product-wrapper,
.slick-slider-other .product-wrapper{
    margin-right: .5rem;
}*/

.no-opc .start-seite-produkts-slider {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {

    .no-opc .start-seite-produkts-slider:first-child{
        display: flex;
        align-items: center;
    }

}

@media (max-width: 767px) {

    .no-opc .heading-container h2, .no-opc .heading-container p, .no-opc .heading-container .opc-Button{
        text-align: center !important;
    }

    .no-opc .heading-container .opc-Button {
        margin-bottom: 2rem;
    }

    .slick-slider-other.is-not-opc .hr-sect {
       max-width: 100%;
    }

    .slick-slider-other.is-not-opc .carousel {
        width: 100%;
    }
}

/* Bilder Slider */

.theme-default {
	position: relative;
	margin-bottom: 2rem;
}

.container-fluid .slider-wrapper {
	position: relative;
}

.theme-default .nivo-directionNav a {
	background: #eee;	
}

.nivo-directionNav a {  
	top: auto;  
	bottom: 2rem;
}

.theme-default a.nivo-prevNav {
	left: auto;
	right: 5rem;
}

.theme-default a.nivo-prevNav:before {
	content: '\f104' !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	color: #1C1D21;
	text-indent: 0;	
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.theme-default a.nivo-nextNav {  
	right: 2rem;
}

.theme-default a.nivo-nextNav:before {
	content: '\f105' !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	color: #1C1D21;
	text-indent: 0;	
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.theme-default .nivo-controlNav {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translatex(-50%);
	z-index: 11;
	padding: 0;
}

.theme-default .nivo-controlNav a {
	background: #eee;
	width: 45px;
	height: 4px;
	margin: 0 12px;	
}

.theme-default .nivo-controlNav a:hover, .theme-default .nivo-controlNav a.active {
	background: #FF8E2C;
}

/* Artikelslider */

@media (min-width: 992px) {
	.slick-arrow {  
		padding: 0.5rem 0.75rem;  
	}
}

/* Ausbesserungen */

.price.h1 {
	font-size: 2.5rem;
}

@media (min-width: 992px) {
	.subcategory-wrapper .lg-row-lg > .col {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}

.stepper .step .step-content::before, .stepper .step .step-content::after {  
	border-bottom: none;
}

#product-list .product-wrapper {
	margin-bottom: 2rem !important;
}

#mainNavigation .dropdown-body .subcategory-wrapper .submenu-headline  .text-truncate {
	white-space: normal;
}
