body {
    background-color: #d3ccc5;
    margin-bottom: 0 !important;
    color: #5c5854;
}

.container-fluid {
    margin-bottom: 0 !important;
}


.filterbarSupportedContent {
    margin-left: 0px;
}

#filterbarSupportedContent  {
    width: 100%;
}

#filterform {
    width: 100%;
}

.filterbar-table {
  margin-left: 10%;
  margin-right: 2%;
}

.filterbar-table2 {
  width: 100%;
}

.filterbar-table2 table {
  width: 100%;
}

.filterbar-table table {
    margin-left: 0;
}

.divider {
  margin-top: 50px;
}

/* NAV */
#navbar-mobile {
    display:none;
}

.navbar {
    width: 100%;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: none !important;
    transition: height 1s ease;
}

.navbar-collapse {
    width: 100%;
    height: 50px;
    box-shadow: none !important;
    transition: height 1s ease;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-left: 10vw !important;
}

/* LOGO */
.nav-logo {
    width: 110px;
    height: auto;
    margin: 3.5vh 0 0 .3vw;
    opacity: 100%;
}

.nav-logo-mobile {
    display: none;
}

.nav-logo-collapse {
    width: 110px;
    height: auto;
}

#logo-collapse {
    margin: 0 0 0 .55vw;
}

/* NAV Links */
.nav-link {
    font-size: 20px;
    color: #5c5854 !important;
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

.nav-link:hover {
    color: #5c5854 !important;
}

/* NAV Dropdown */
.nav-item .dropdown-item {
    color: #5c5854 !important;
}

.nav-item .dropdown-menu.show {
    background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: 0 2px 9.9px 0 rgba(0, 0, 0, 0.26);
    padding: 1vh 0 1vh 0 !important;
    text-align: left !important;
}

.dropdown-menu.right {
    left: -120px !important;
}

.nav-item .dropdown-item:hover {
    color: #5c5854 !important;
    background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.89);
}

/* NAV Search */
.navbar .form-control {
    margin: 0 !important;
    margin-right: .7vw;
}

.navbar .form-control {
    width: 14vw;
    height: 3.5vh;
    padding: 1vw;
    border-radius: 30px;
    border: solid 0.1vh #7f7f7f;
    background-color: rgba(255, 255, 255, 0.89) !important;
    font-size: 14px;
    color: #b9b6b2;
}

/* NAV Pictos */
.navbar .navbar-pictos {
    flex-direction: row;
    display: flex;
    margin-right: .7vw;
}

.navbar-nav-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 !important;
    list-style: none !important;
    margin-left: .7vw;
}

.navbar-nav-icons .nav-link {
    padding: .5vw !important;
}

/* ProductOverview Filter */
.bg-filterbar-custom {
    height: 150px;
}

.overview-thumbnail-container {
    margin-top: 230px;
}

.overview-thumbnail-img {
    border-radius: 5px;
    padding: 0;
}

.thumbnail-container {
    margin: 0;
    padding: 0.7vw;
}

.custom-checkbox {
    margin-bottom: .5rem;
}

.custom-checkbox-text {
    border-radius: 2vh;
    font-size: 13;
    font-weight: normal;
    padding: .1vh 1vh .1vh 1vh;
    border: solid .1vh #ff3a3a;
    color: #5c5854;
    background-color: #d1c0b6;
}

.custom-checkbox-input:checked~.custom-checkbox-text {
    background-color: #ff3a3a;
    color: #fff;
}

.custom-checkbox-input:hover~.custom-checkbox-text {
    background-color: #ff3a3a;
    color: #fff;
}

.custom-checkbox-novelty,
.custom-checkbox-ylplus {
    border-radius: 5vh;
    font-size: 13;
    font-weight: normal;
    padding: .2vh .5vh .2vh .5vh;
    background-color: rgba(127, 122, 116, 0.3);
    color: #5c5854;
    border: 0;
    
}

.btn_novelty_icon img,
.btn_yourlightplus_icon img {
    height: 15px;
    position: relative;
}

.custom-checkbox-input:checked~.custom-checkbox-novelty,
.custom-checkbox-input:checked~.custom-checkbox-ylplus {
    background-color: #ff3a3a;
    color: #ddd;
}

.custom-checkbox-input:hover~.custom-checkbox-novelty,
.custom-checkbox-input:hover~.custom-checkbox-ylplus {
    color: #ff3a3a;
    text-decoration: none;
}

.novelty-corner {
    height: 28%;
    width: 28%;
    left: 0;
    top: 0;
    margin-left: 0.7vw;
    margin-top: 0.7vw;
    float: left;
    position: absolute;
}

.novelty-corner img {
    height: 100%;
    width: auto;
}

.yourlightplus-corner {
    height: 28%;
    width: 28%;
    right: 0;
    top: 0;
    left: initial;
    position:absolute;
    float: right;
    margin-right: 0.17vw;
    margin-top: 0.17vw;
}

.btn_yourlightplus_icon {
    filter: none;
    -webkit-filter: none;
}

/* FOOTER */
footer {
    height: 44px;
}

footer .copyright {
    font-size: 18px;
    color: #5c5854 !important;
    margin: 0px;
    /*padding-left: 1vw !important;
    padding-right: 1vw !important;*/
}

footer #footer_nav a {
    font-size: 18px;
    color: #5c5854 !important;
    margin: 0px;
}

/* PROUCT PAGE */
.product {
    margin-bottom: 100px;
}

.img-fluid {
    border-radius: 3px;
    width: auto;
    /*height: 607px;*/
    border: 0;
    /*padding-left: 1vw;*/
}

.product-img-container img {
    /*height: 607px;
    padding-left: 1vw;*/
}

.text_productgroup {
    margin-top: 8.4vh !important;
    padding: 0 !important;
    color: #5c5854;
    text-align: center;
    font-size: 110px !important;
    font-weight: 400;
}

/* TODO ALIGN TEXT TO IMG */
.text_productgroup_small {
    font-size: 2.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: .8vw;
    margin-top: -1vw;
}

.seriestext {
    font-size: 26px;
    text-align: left;
    color: #5c5854;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 5vh !important;
    margin-bottom: 10vh !important;
    padding-left: 15px;
    padding-right: 15px;
}

.text_product {
    color: #5c5854;
    font-size: 18px;
    font-weight: 400;
}

.sku {
    /*margin-top: 1vw;*/
    padding: 0;
    font-weight: bold;
}

hr {
    border-top: 1px solid #5c5854;
}

.product-img-container img {
    width: 100%;
    border-radius: 3px;
    max-width: 1147px;
    max-height: 860px;
}

.product-img-selector {
    border-radius: 3px;
}

.technical-drawing {
    height: auto!important;
    width: auto!important;
    max-width: 172px!important;
    max-height: 172px!important;
}

.icon_productgroup,
.icon_product {
    background-color: rgba(127, 122, 116, 0.3);
    color: #d3ccc5;
    fill: #d3ccc5;
}

.yl-plus-icon {
    background-color: #5c5854!important;
}

.icon_bar_productgroup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 6vh !important;
    padding: 0 !important;
}

.icon_bar_product {
    padding: 1vw 0 1vw 1.5vw;
}

.icon_productgroup {
    height: 5vh !important;
    border-radius: 3px;
    margin-right: .2vw;

}

.product_downloads {
    padding: 0 0 0 1.5vw;
}

.product_downloads .dropdown-item {
    padding: 1vw;
}

/* product downloads */
.product_downloads_label {
    font-size: 18px;
    color: #5c5854;
    font-family: FontAwesome;
}

.product_downloads_label:hover {
    color: #5c5854;
}

.product_downloads_label span {
    font-family: 'Ubuntu';
    padding-left: 1vw;
    font-size: 18px;
}

.product_downloads .dropdown-menu {
    background-color: #d3ccc5;
    border-radius: 3px;
    box-shadow: 0 0.2vh 1.9vh 0 rgba(0, 0, 0, 0.26);
    padding: 1vh 0 1vh 0 !important;
    text-align: left !important;
}

.product_downloads .dropdown-item {
    color: #5c5854 !important;
}

.product_downloads .dropdown-item:hover {
    color: #5c5854 !important;
    background-color: #d3ccc5;
}

/* product prices */
.product_price_details {
    margin-top: 1vw;
    color: #5c5854;
}

.price {
    padding: 0 0 0 1.5vw;
    font-size: 18px;
    font-weight: bold;
}

.price_second {
    padding: 0 0 0 1.5vw;
    font-size: 18px;
    font-weight: 400;
}

.price_label {
    padding: 0;
    margin-left: .5vw;
    margin-bottom: .3vw;
    display: grid;
    align-items: end;
}

/* product add to cart */
.add_to_cart {
    padding: 0 0 0 1.5vw;
    margin-top: 1vw;
}

.cart-item-quantity {
    background-color: #d3ccc5 !important;
    border: .1vh solid #5c5854;
    border-radius: 3vh !important;
    width: 75px;
    text-align: center;
}

.input-group-append {
    margin-top: 0;
    width: auto;
}

.btn-cart {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: .5vh 4vh .5vh 4vh;
    border-radius: 3vh !important;
    background-color: #ff3a3a;
    border: 0;
}

.pull-left a {
    font-size: 1.5rem;
}

.btn-cart:hover {
    color: #fff;
}

.product_stock {
    padding: 0 0 0 1.5vw;
    margin-top: .5vw;
}

.product_stock b {
    padding-right: .2vw;
}

/* Variant stuff */
.variant_attribute_key_row {
    font-size: 1.5vh;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    text-align: left;
    color: #5c5854;
    margin-bottom: 7px;
}

/* TODO HAT KEINE AUSWIRKUNGEN?! */
.variant_attribute_value_row {
    margin-bottom: 15px;
}

.variant_active {
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .1vh 1vh .1vh 1vh;
    background-color: #ff3a3a;
    color: #fff;
    border: solid .1vh #ff3a3a;
}

.variant_compatible {
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .1vh 1vh .1vh 1vh;
    border: solid .1vh #ff3a3a;
    color: #5c5854;
    background-color: #d1c0b6;
}


.variant_noncompatible {
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .1vh 1vh .1vh 1vh;
    background-color: rgba(127, 122, 116, 0.3);
    color: #5c5854;
    border: solid .1vh rgba(127, 122, 116, 0.3);
}

.overview-thumbnail-text-relation {
    bottom: 0.2vw;
    font-size: 0.5vw;
    left: 0.9vw;
    text-shadow: 0 0 0.15vw #000000, 0 0 0.1vw #000000;
    font-weight: 500;
    position: absolute;
    margin-left: 0.5vw;
}

/* Search */

/* autocomplete-suggestions */

.autocomplete-suggestions {
    background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: 0 2px 9.9px 0 rgba(0, 0, 0, 0.26);
    padding: 1vh 0 1vh 0 !important;
    text-align: left !important;
}

.autocomplete-suggestion {
    background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
}

/* footer*/
.footer {
    background-color: #d3ccc5;
    /*background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);*/
}

footer .container {
    /*background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);*/
    background-color: #d3ccc5;
    color: #5c5854;
}

footer #footer_nav a {
    color: #5c5854;
}

/* templates */

.infopage-textarea {
    color: #5c5854;
}

.infopage-image img {
    border-radius: 3px;
}

.form-control {
    height: 3.5vh;
    /*padding: 1vw;*/
    border-radius: 30px;
    border: solid 0.1vh #7f7f7f;
    background-color: rgba(255, 255, 255, 0.89) !important;
    font-size: 14px;
    color: #b9b6b2;
}

.btn-success {
    background-color: rgba(127, 122, 116, 0.3);
    color: #5c5854;
    border: 0;
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .375rem .75rem;
}

.btn-secondary {
    background-color: rgba(127, 122, 116, 0.3);
    color: #5c5854;
    border: 0;
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .375rem .75rem;
}

.btn-primary {
    background-color: rgba(127, 122, 116, 0.3);
    color: #5c5854;
    border: 0;
    border-radius: 2vh;
    font-size: 1.6vh;
    font-weight: normal;
    padding: .375rem .75rem;
}

/* Cookie Manager */
.ccm-plugin--script-placeholder {
    color: #5c5854;
}

/* Order overview */

.table {
    color: #5c5854 !important;
}

.table td, .table th {
    border-top: 1px solid #5c5854;
}

.table-td-bottom-border {
    border-bottom: 1px solid #5c5854 !important;
}

#limit {
    color: #5c5854;
}

.pimcore_editable {
    color: #fff;
}

/* Color */
.badge-info-helestra {
    color: #ff3a3a;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #ff3a3a;
  border-radius: 50%;
  position: absolute;
  right: 3.4%;
  top: 9%;

}

.newsletter-icon {
    background: #ff3a3a;
}

.col-md-12 a {
    color: #ff3a3a;
}

.col-md-12 a:hover {
    color: #ff3a3a;
}

a {
    color: #ff3a3a;
}

a:hover {
    color: #ff3a3a;
}

.infopage-textarea a {
    color: #ff3a3a;
}

#pc-button button {
    background: #ff3a3a !important;
}

.align-right {
    text-align: right;
    display: inline-block;
}

/* Image slider */

.carousel {
    margin: 0 auto;
    height: 610px;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
    > * {
        flex: 0 0 100%;
    }
    &:hover .group {
        animation-play-state: paused;
    }
}

.group {
    display: flex;
    gap: 10px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 10px;
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 30s linear infinite;
}

.carousel-img {
    border-radius: 3px;
    height: 610px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Coreshop */
.payment-provider-choice-wrapper {
    color: #fff;
}
.payment-provider-choice-wrapper label {
    padding-left: 10px;
}

.coreshop_acceptTerms label {
    padding-right: 10px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/* storelocator */
#pac-card, #pac-card2 {
    border-radius: 10px;
    /*max-width: 90vw;*/
    background-color: #d3ccc5;
    color: #5c5854;
}

#pac-card2 {
    top: 25px!important;
}

#title {
    background-color: #d3ccc5;
    color: #5c5854;
    border-radius: 10px;
    /*padding-top: 10px;*/
}

#pac-input, #pac-input2 {
    background-color: #fff;
    border-radius: 10px;
    max-width: 84vw;
}

.gm-fullscreen-control {
    top: 173px!important;
}


/* mobile view */

@media (max-width: 768px) {
    /* nav */
    #navbar {
        display: none;
    }

    #navbar-mobile {
        display: block;
        top: 0;
        position: fixed;
    }

    .navbar {
        height: 35px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .navbar-collapse, .mobile-filterbar {
        transition: none;
        background-color: rgba(255, 255, 255, 1);
        height: 100vh;
        top: 0;
        position: absolute;
        width: 85vw!important;
        right: 0;
        padding-left: 3vw;
        padding-right: 3vw;
        box-shadow: -100px -10px 9.9px 20px rgba(0, 0, 0, 0.5) !important;
    }

    .nav-logo-mobile, .nav-logo-mobile-filterbar {
        display: block;
        margin: .4vh 0 0 .3vw;
        width: 110px;
        height: auto;
    }

    .nav-logo-mobile-collapse, .nav-logo-mobile-filterbar-collapse {
        padding-bottom: 4vh;
        width: 40%;
    }

    .navbar .form-control {
        width: 100%;
        height: 5vh;
    }

    .navbar-search {
        padding-bottom: 4vh!important;
    }

    .navbar-nav {
        align-items: normal;
        padding-left: 0!important;
    }

    .navbar-nav a {
        padding-bottom: 2.5vh!important;
        font-size: 30px;
    }

    .nav-item .dropdown-menu.show {
        background-color: none;
        border: none;
        box-shadow: none;
        padding: 0!important;
    }

    .nav-item .dropdown-item {
        font-size: 25px;
        padding-bottom: 2vh!important;
        padding-left: 10vw!important;
    }

    .navbar-toggler {
        position: absolute;
        top: .2vh;
        right: 0px;
    }

    .filterbar_icon {
        right: 70px!important;
        height: 22px;
        width: 22px;
        top: .4vh!important;
        
    }
   
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 30 30'%3e%3cpath stroke='%235c5854' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
        height: 20px;
    }

    .navbar-toggler-filterbar_icon {
        position: absolute;
        top: .2vh;
        right: 0px;
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.1);
    }

    .navbar-toggler-close {
        position: absolute;
        top: 0vh;
        right: 2vw;
        width: 1.7em;
        height:  1.7em;
        font-size: 1.5em;
        background-color: #fff;
        color: #5c5854;
        border: 0;
        z-index: 999;
    }

    .nav-link span {
        font-family: 'Ubuntu', sans-serif;
        font-size: 30px;
        padding-left: 2vw;
    }

    .navbar-nav-icons {
        display: block;
    }

    .navbar-nav-icons .nav-link {
        padding-bottom: 2.5vh!important;
        font-size: 30px;
    }

    #filterform {
        display: block;
        width: 95%;
    }

    /* productoverview */
    .filtercat {
        margin-bottom: 1vh;
        font-weight: 500;
        font-size: 15px;
    }

    .custom-checkbox {
        margin-right: 1.5vw;
        margin-bottom: 2vh;
    }

    .custom-checkbox-text {
        font-size: 15px;
        padding: .2vh 1.5vh .2vh 1.5vh;
    }

    .line-separator {
        width: 100%;
        margin-top: 1.5vh;
    }

    .custom-checkbox-novelty, .custom-checkbox-ylplus, .custom-checkbox-reset {
        font-size: 15px!important;
        padding: .2vh 1.5vh .2vh 1.5vh!important;
    }

    /* product page */

    .text_productgroup {
        font-size: 60px!important;
        margin-top: 4.5vh!important;
    }

    .carousel {
        padding-top: 0;
        height: 260px;
    }

    .carousel-img {
        height: 260px;
    }

    .seriestext {
        margin-top: 1vh!important;
        margin-bottom: 1vh!important;
        font-size: 20px;
        padding: 0;
    }

    .text_product {
        margin-top: 2vh!important;
        padding: 0px;
    }
    
    .text_product b {
        font-weight: 500;
        font-size: 14px;
        padding-bottom: 1vh;
    }

    .variant_active, .variant_noncompatible, .variant_compatible {
        font-size: 1.8vh;
        margin-right: 3vw;
    }

    .carousel-product {
        margin: 0 auto;
        padding-top: 0;
        height: 260px;
        overflow: hidden;
        display: flex;
        > * {
            /*flex: 0 0 100%;*/
        }
        &:hover .group-product {
            will-change: transform;
            animation: scrolling 30s linear infinite;
        }
    }

    .overview-thumbnail-text-relation {
        bottom: 0.5vw;
        font-size: 4.5vw;
        left: 8vw;
    }

    .group-product {
        display: flex;
        gap: 10px;
        /* Add padding to the right to create a gap between the last and first card. */
        padding-right: 10px;
        will-change: false; /* We should be nice to the browser - let it know what we're going to animate. */
        animation: none;
    }

    .carousel-img-product {
        border-radius: 3px;
        height: 260px;
    }

    .text_productgroup_small {
        margin-top: 4vh;
        margin-bottom: 0vh;
        font-weight: 500;
        font-size: 18px;
    }

    .icon_bar_product, .product_downloads, .product_price_details, .add_to_cart {
        margin-top: 4vh;
    }

    .product {
        margin-bottom: 50px;
    }

    .space-bottom {
        margin-bottom: 20px;
    }

    /* product overview page */
    .overview-thumbnail-container {
        margin-top: 35px;
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }

    .overview-thumbnail-img {
        width: 100%!important;
        border-radius: 10px;
    }

    .novelty-corner {
        margin-left: 0.7vw;
        margin-top: 0.7vw;
    }

    .yourlightplus-corner {
        margin-right: 0vw;
        margin-top: 0vw;
        top: -1.2vw;
        right: -1.2vw;
    }
    
    /* footer */
    footer {
        /*position: relative;
        bottom: 0;*/
        height: 2.5vw;
    }

    .copyright {
        font-size: 14px!important;
        font-weight: 200;
        text-align: center;
    }
    
    #footer_nav {
        text-align: center!important;
        margin: 0 auto;
        padding-bottom: 2vh;
        justify-content: space-between;
        display: flex;
        
    }

    #footer_nav a {
        padding-right: 0!important;
    }


    /* Coreshop */

    /* login */
    .panel-title {
        font-size: 20px;
    }

    label {
        font-size: 14px;
    }

    #_username, #_password, #coreshop_email, .form-control {
        height: 5vh;
    }

    .btn-success, .btn-primary, .btn-secondary {
        padding: .5vh 3vh .5vh 3vh;
    }

    .pull-left {
        font-size: 20px!important;
    }

    .coreshop-remove-item {
        height: 30px;
        font-size: 12px;
        float: left!important;
    }
    .coreshop-update-item {
        height: 30px;
        font-size: 12px;
        margin-bottom: 0!important;
        float: left!important;
        margin-right: 5px;
    }   
    .coreshop-update-item-amount {
        max-width: 40px;
        width: 40px;
        float: left!important;
        margin-right: 5px;
    }
    .coreshop-update-item-amount input {
        float: left!important;
        height: 30px;
        max-width: 40px;
        width: 40px;
        border-top-right-radius: 30px!important;
        border-bottom-right-radius: 30px!important;
    }

    .coreshop-buttom-row {
        width: 100%;
    }

    /* content page */
    h1 {
        font-size: 34px; 
    }

    p {
        font-size: 14px;
    }


    /* storelocator */
    #pac-card, #pac-card2 {
        border-radius: 10px;
        max-width: 90vw;
        background-color: #d3ccc5;
        color: #5c5854;
    }

    #pac-card2 {
        top: 0px!important;
        margin-top: 40px!important;
    }

    #title {
        background-color: #d3ccc5;
        color: #5c5854;
        border-radius: 10px;
        padding-top: 10px;
    }

    #pac-input, #pac-input2  {
        background-color: #fff;
        border-radius: 10px;
        max-width: 84vw;
    }

    .gm-fullscreen-control {
        top: 70vh!important;
    }

    .efre-icon {
        display: none;
    }

    .newsletter-icon {
        bottom: 80px;
    }
}
