.language-dropdown>a {
    padding-right: 30px
}
#shopSlogan {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

#header-top-bar{
    padding-top: 8px;
    padding-bottom: 6px;
}

.noUi-horizontal .noUi-connect {
    background: #2d5475;
}
.noUi-horizontal .noUi-handle {
    background: #2d5475;
    box-shadow: 0px 0px 0px 5px rgba(45,84,117,.5);
}
aside .nav-panel>.nav>.active>.nav-link {
    border-bottom: 0.375rem solid #2d5475;
}

.aigner-scoor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.aigner-scoor-list .aigner-scoor-item {
    float: left;
    width: 100%;
    position: relative;
}
.aigner-scoor-list .aigner-scoor-item:before {
    content: '';
    float: left;
    width: 100%;
    margin-top: 50%;
}
.aigner-scoor-list h4{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1rem 0 0.2rem 0;
}
.aigner-scoor-list .item-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aigner-scoor-list .item-body {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.aigner-scoor-list .item-body-scoor {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px;
}
.aigner-scoor-list .item-body-scoor i{
    margin-left: 5px;
    font-size: 20px;
}
.aigner-scoor-list .item-body-scoor .positiv{
    color: green;
}
.aigner-scoor-list .item-body-scoor .negativ{
    color: red;
}

.manufactureSlider{
    background: #FFF;
    overflow: hidden;
    width: 100%;
}
.ManufacturMarquee{
    overflow: hidden;
    list-style: none;
    padding:0;
    margin: 0;
}
.manufactureSlideingItem{
    position: relative;
    display: block;
    float: left;
    width: 120px;
}
.manufactureSlideingItem-R{
    position: relative;
    margin-top: 66.66%;
}
.manufactureSlideingItem-A{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.manufactureSlideingItem-C{
    position: relative;
    width: 100%;
    height: 100%;
}
.manufactureSlideingItem-C .manLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    max-width: 100%;
    max-height: 100%;
}

#parcelServices h3{
    line-height: 1.2;
    color: #525252;
    font-size: .875rem;
    font-weight: 700;
}
#parcelServices ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#parcelServices ul > li{
    display: inline-block;
    width: 84px;
    aspect-ratio: 16/9;
    position: relative;
    padding: 4px;
}
#parcelServices ul > li > img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.artifex-rating-bar {
    position: relative;
    width: 100%;
    height: 15px;
    background-color: rgba(200,200,200,1);
    box-shadow: inset -2px 2px 2px #8c8c8c;
    overflow: hidden;
}
.matRatingBar {
    box-shadow: none;
    background: red;
    background: -moz-linear-gradient(left,rgba(255,0,0,1) 0%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 37%,rgba(0,185,0,1) 72%);
    background: -webkit-linear-gradient(left,rgba(255,0,0,1) 0%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 37%,rgba(0,185,0,1) 72%);
    background: linear-gradient(to right,rgba(255,0,0,1) 0%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 21%,rgba(255,237,22,1) 37%,rgba(0,185,0,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#00b900',GradientType=1);
}
.productlist-item-box-info {
    font-size: .8rem;
    margin: 10px -15px;
}
.katBanner {
    width: 100%;
    aspect-ratio: 4/1;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
main section{
    padding: 1rem 0;
}
@media (max-width: 769px) {
    .katBanner {
        aspect-ratio:2/1
    }
}
@media screen and (max-width: 550px){
    #parcelServices h3{
        margin-top: 25px;
    }
    #parcelServices ul > li{
        width: 80px;
    }
}

.toolListImage{
    position: relative;
}
.toolListImage .image-content{
    display: block !important;
    height: 100%;
    line-height: 1;
}
.toolListImage .image-content img{
    max-height: 100% !important;
}
.toolListImage ul.toolListAttr{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}
.toolListImage ul.toolListAttr > li{
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    border-right: 1px solid rgba(230,230,230,1);
}
.toolListImage ul.toolListAttr > li:last-child{
    border-right: none;
}
.toolListImage ul.toolListAttr > li > .attrName{
    color: #000;
    font-size: 0.9em;
    padding-top: 5px;
    line-height: 15px;
}
.toolListImage ul.toolListAttr > li > .attrValue{
    color: rgba(100,100,100,1);
    font-size: 1.2em;
    line-height: 20px;
}

.toolListImage ul.toolListMatAttr{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    text-align: center;
}
.toolListImage ul.toolListMatAttr > li{
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
}
.toolListImage ul.toolListMatAttr > li > img{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 85% !important;
    max-height: 85% !important;
    width: 100%;
}
.toolListImage .inner {
    padding-bottom: 50px;
}
.toolListImage .inner picture{
    height: calc(100% - 50px);
}
.partner-certification{
    text-align: right;
}
.partner-certification img{
    width: 80px;
    margin-left: 10px;
}

.tool-caluclator-start{
    cursor:pointer
}
.tool-calcualtor-layer{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.8);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 99999;
}
.tool-calcualtor-wrapper{
    position:relative;
    width:600px;
    max-width:calc(100% - 30px);
    max-height:calc(100% - 30px);
    background:rgba(255,255,255,1);
    padding:25px;
}
.tool-calcualtor-wrapper h3{
    margin:0 0 15px 0;
}
.tool-calcualtor-input-wrapper .inputItem{
    display:block;
    width:100%;
    position:relative;
    margin-bottom:10px;
}
.tool-calcualtor-input-wrapper label{
    display:block;
}
.tool-calcualtor-input-wrapper input{
    display:block;
    width:100%;
    padding:2px 5px;
}
.tool-calcualtor-input-wrapper button{
    background:#2D5475;
    color:#fff;
    border:none;
    width:100%;
    text-align:center;
    line-height:2.5;
}
.tool-calcualtor-input-wrapper input.required{
    border-color:red;
}
.tool-calcualtor-wrapper .results{
    margin:10px 0;
    float:left;
    width:100%;
}
.tool-calcualtor-wrapper .results::after{
    content:'';
    display:table-row;
}
.tool-calcualtor-wrapper .result-contact{
    font-size:1em;
}
.tool-calcualtor-wrapper .result-item{
    width:calc(50% - 5px);
    float:left;
}
.tool-calcualtor-wrapper .result-item:first-child{
    margin-right:10px;
}
.tool-calcualtor-wrapper .result{
    border:1px solid;
    padding:5px;
    min-height:35px;
    line-height:25px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    clear:both
}
.tool-calcualtor-closeBtn{
    position:absolute;
    top:5px;
    right:10px;
    z-index:1;
    cursor:pointer;
    font-size:18px;
    line-height:1;
}

.artifex-rating-wrapper{
    padding: 1rem 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.artifex-rating-bar-item{
    margin-bottom: 1rem;
}
.artifex-rating-bar-item h3{
    margin: 4px 0;
    font-size: 0.8rem;
}
.artifex-rating-bar{
    position: relative;
    width: 100%;
    height: 15px;
    background-color: rgba(200,200,200,1);
    box-shadow: inset -2px 2px 2px rgb(140,140,140);
    overflow: hidden;
}
.artifex-rating-bar-inner{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #2d5475;
}

/* Hauptmenu Anpassung */
header{
    background: #2d5475;
    top: -1px !important;
}
.nav-scrollbar-inner {
    padding-bottom: 0;
}

.nav-scrollbar-arrow.right {
    background-image: linear-gradient(to right,rgba(45,84,117,.01) 0%,#2d5475 70%);
    color: rgb(230,230,230);
}
.nav-scrollbar-arrow.left {
    background-image: linear-gradient(to right,rgba(45,84,117,.01) 0%,#2d5475 70%);
    color: rgb(230,230,230);
}
#shop-nav a.nav-link{
    color: rgb(230,230,230) !important;
}
#shop-nav a.nav-link:hover{
    color: rgb(180,180,180) !important;
}
.lang_flagge_small {
    max-height: 16px;
    max-width: 20px;
    margin-right: 5px;
}
.lang_flagge_small_dropp {
    max-height: 16px;
    max-width: 20px;
    margin-right: 5px;
}
#artifexSearch {
    flex: auto;
    display: flex;
    align-content: center;
    padding: 4px 15px;
}
#shopSlogan {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 5px;
    font-family: "Kalam",cursive;
    font-size: 20px;
    color: #2d5475;
}
#artifexMainLogo {
    width: 200px;
    height: 100%;
    padding: 5px 15px 5px 0;
    padding-left: 1.5rem;
}
#artifexMainLogo img{
    max-height: 32px;
}
#artifexTopMenu {
    width: 280px;
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
    align-items: center;
    flex-shrink: 0;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
    width: 100%;
}
header .navbar-toggler.collapsed {
    color: rgba(230,230,230,1);
}
.btn-secondary{
    background: #2d5475;
}
.mobileSearchWrapper{
    padding: 5px;
}
.mobileSearchWrapper .btn-secondary[name="search"]{
    background: rgb(230,230,230);
    color: #2d5475;
    border: 1px solid #2d5475;
}
.connector-list li {
    margin-bottom: 0.5rem;
    padding-left: 40px;
    position: relative;
}
.connector-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.connector-list li.psystem:before {
    background: url(/templates/artifex2025/images/p-system_icon.svg);
    content: '';
    height: 86%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.connector-list li.cabineo:before {
    background: url(/templates/artifex2025/images/cabineo_icon.svg);
    content: '';
    height: 86%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.connector-list li.plaettchen:before {
    background: url(/templates/artifex2025/images/plaettchen_icon.svg);
    content: '';
    height: 86%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab-icon {
    margin-right: 10px;
}
.benefits-wrapper{
    background-color: rgb(45, 84, 117);
    color: rgb(255, 255, 255);
}
.benefit-item-image{
    text-align: center;
    font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.benefit-item-content{
    text-align: center;
}
.is-checkout nav{
    color: rgba(230,230,230,1);
}
.is-checkout .logo-wrapper{
    width: 110px !important;
    height: 100% !important;
    margin-top: 10px;
}
@media (min-width: 992px){
    #mainNavigation ul.navbar-nav > li > a{
        color: rgb(230,230,230);
    }
    header .navbar-nav>.nav-item.nav-scrollbar-item>.nav-link {
        position: relative;
        padding: 10px 25px;
    }
    nav.navbar {
        height: 40px;
    }
    header .navbar-collapse {
        height: 40px;
    }
    header .nav-right .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .navbar-nav>.nav-item>.nav-link:before {
        border-color: rgba(230,230,230,1);
    }
    header .navbar-brand img {
        height: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 550px) {
    .logo-wrapper{
        width: 0 !important;
        transition: width .2s ease-out;
        padding-right: 20px;
    }
    .logo-wrapper a {
        width: 100%;
    }
    header.is-pinned .logo-wrapper {
        width: 110px !important;
        height: 100% !important;
    }
}

.herstellerKatalog-link{
    position: fixed;
    left: 25px;
    top: 40%;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
    overflow: hidden;
    transition: all 0.5s ease;
    display: inline-block;
    max-width: calc(100% - 40px);
}
.herstellerKatalog-link:hover{
    width: 220px;
}
.herstellerKatalog-link-content{
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    display: inline-block;
}
.herstellerKatalog-link-content a{
    text-decoration: none;
}
.herstellerKatalog-link-icon{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
}
@media (max-width: 550px){
    .herstellerKatalog-link{
        display: none;
    }
    .homeItem-brandLogo{
        max-width: 12.5%;
    }
}
.elkalub-attr-title{
    position: relative;
    padding-left: 40px;
}
.elkalub-attr-title .icon{
    position: absolute;
    top: 50%;
    left: 20px;
    height: 25px;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.productlist-item-box-info > dd, .productlist-item-box-info > dt{
    margin-bottom: 0px;
}

.homeItem{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    height: 360px;
    margin-bottom: 35px;
}
.homeItem h3{
    padding: 8px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 1.4rem;
}
.homeItem-brand-wrapper{
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,1);
    left: 0;
    right: 0;
    height: 60px;
    padding: 10px;
}
.homeItem-brandLogo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    object-fit: contain;
    float: left;
    padding: 5px;
    width: 65px;
}
.homeItem-brandLogo a{
    width: 100%;
}
.homeItem-brandLogo img{
    max-height: 100%;
    max-width: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
}
.homeItem-brandLogo:hover  img{
    transform: scale(1.15);
}
/*.width-1{
    width: 100%;
}
.width-2{
    width: 50%;
}
.width-3{
    width: 33.3333%;
}
.width-4{
    width: 25%;
}
.width-5{
    width: 41.6666%;
}
.width-6{
    width: 16.66666%;
}
.width-7{
    width: 14.2857%;
}
.width-8{
    width: 12.5%;
}
.width-9{
    width: 11.1111%;
}
.width-10{
    width: 10%;
}
.width-11{
    width: 9.091%;
}
.width-12{
    width: 8.33333%;
}*/

.compareBar{
}
.compareBarWarapper{
    padding-top: 25px;
    padding-bottom: 25px;
}
.compareBarItem h4{

}
.compareBarItemWrapper{
    position: relative;
    width: 100%;
    background: rgba(230,230,230,1);
    box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3);
    height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.compareBarProgress{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: #65ec1f;
    transition: all 0.8s ease-in-out;
    border-right: 1px solid rgba(0,0,0,1);
}
.compareBarVergleiche {
    height: 35px;
    position: relative;
}
.compareBarVergleiche img{
    height: 42px;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
}
.compareBarVergleicheMarker{
    height: 10px;
    width: 2px;
    background: rgb(65,65,65);
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
}
.factWrapper{
    padding: 30px 20px;
}
.bisZuHeader{
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 300;
    letter-spacing: .012em;
    color: #86868b;
    margin-bottom: 5px;
}
.factFactor{
    font-size: 72px;
    line-height: 1.0555555556;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 10px;
}
.factDescription{
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 300;
    letter-spacing: .012em;
    color: #86868b;
}
.factImgWrapper{
    border-right: 1px solid rgba(65,65,65,1);
}
.schneider-tec-data-header-extention{
    font-size: 0.8em;
    color: rgba(100,100,100,1);
}
.schneider-icon-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}
.schneider-icon-item{
    width: 60px;
    aspect-ratio: 1/1;
    display: flex;
    padding: 5px;
}
.schneider-icon-item img{
    object-fit: contain;
}

@media (min-width: 992px){
    header .navbar-nav>.nav-item.nav-scrollbar-item>.nav-link {
        position: relative;
        padding: 10px 16px;
    }
}
.variation .text {
    font-weight: bold;
}
.variations .variation-badge {
    white-space: nowrap;
    font-weight: normal;
}
.variations .variation-badge:before {
    content: ' (';
}
.variations .variation-badge:after {
    content: ')';
}

.checkout-payment-method img{
    max-width: 64px;
    width: 64px;
}
.cart-dropdown-buttons .btn-outline-primary {
    border-color: #2d5475;
    background-color: #2d5475;
    color: rgb(230,230,230);
    position: relative;
    overflow: hidden;
}
.cart-dropdown-buttons .btn-primary {
    border-color: #2d5475;
    background-color: #2d5475;
    color: rgb(230,230,230);
    position: relative;
    overflow: hidden;
}
.dropdown-cart-items a{
    color: #525252 !important;
}

@media screen and (min-width: 992px){
    .vaiation-wrapper .js-slider-items .js-slider-item {
        pointer-events: auto;
        width: calc(100%/12);
        min-width: calc(100%/12);
    }
    .vaiation-wrapper .js-slider-items .js-slider-item img{
        padding: 2px;
    }
}

ul.aignerHightlightList {
    list-style: none;
    padding: 0;
}
ul.aignerHightlightList li{
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.aignerHightlightList li:before{
    position: absolute;
    content: "\f055";
    font-family: FontAwesome;
    display: inline-block;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    color: #3cc017;
}

img.catMenuIcon{
    height: 22px;
    display: inline-block;
    margin-right: 9px;
}

.startDauerbrennerGrid{
    margin: 35px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
@media (max-width: 765px){
    .startDauerbrennerGrid{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

.startDauerbrennerGrid-item{
    position: relative;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    aspect-ratio: 1/1;
    padding: 5px;
    transition: all 0.2s ease-in-out;
}
.startDauerbrennerGrid-item:hover{
    transform: scale(1.05);
}
.startDauerbrennerGrid-item .imgage-wrapper{
    position: relative;
    height: calc(100% - 30px);
    width: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.startDauerbrennerGrid-item h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    color: rgba(65,65,65,1);
}

.artifex-popup{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.artifex-popup i{
    margin-left: 5px;
    font-size: 0.8rem;
}
.artifexModal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.artifexModalWrapper{
    position: relative;
    width: 1000px;
    height: 800px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.artifexModalTitle{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    padding: 15px;
    font-size: 20px;
}
.artifexModalContent{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 15px;
}
.artifexModalClose{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.productbox-inner .rating .fa-star{
    color: #f8bf00;
    transition: all 0.5s ease-in-out;
}
.productbox-inner .rating:hover .fas fa-star{
    color: #f8b100;
    transform: rotateY(360deg);
}

.btn-primary {
    color: #e6e6e6;
    background-color: #2d5475;
    border-color: #2d5475;
    box-shadow: none;
}
.btn-primary:hover {
    background-color: #264966;
    border-color: #264966;
    color: #e6e6e6;
}

.ribbon-variationen {
    background: #2d5475;
    color: #fff;
}
.ribbon-variationen:before{
    border-right-color: #2d5475;
}
.akeMatTable td{
    border-left: 1px solid rgba(65,65,65,1);
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.akeMatTable .titleRow th{
    font-weight: normal;
    text-align: center;
    font-size: 0.8rem;
    vertical-align: baseline;
}
.akeMatTable td i{
    margin-left: 4px;
}
.akeMatTable td:last-child{
    border-right: 1px solid rgba(65,65,65,1);
}
.akeMatTable .imageRow img{
    width: 60px;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 5px;
}
.akeTableBad{

}
.akeTableOK{
    background: yellow;
}
.akeTableGood{
    background: rgb(139,195,0);
}
.akeTableRealyGood{
    background: rgb(10,210,0);
}
.akeTableSuperGood{
    background: rgb(0,218,118);
}
.akeMatRatinRow{
    white-space: nowrap;
}
.productInfoSlider{
    margin: 30px 0 30px 0;
}
.productInfoSliderElement{
    padding: 15px;
}
.productInfoSliderElement h3{
    margin: 15px 0 15px 0;
    font-weight: bold;
}
.productInfoSliderElement .productInfoSliderElementImg{
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
}
.productInfoSliderElement .productInfoSliderElementImg img{
    object-fit: contain;
    width: 100%;
}
.versandTableImage img{
    max-width: 80px;
}
.tanos-color-schema-block{
    width: 33.333%;
    height: 100%;
    float: left;
    position: relative;
}
.tanos-color-schema-block img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80%;
    max-width: 80%;
    transform: translate(-50%, -50%);
}
.tanos-color-schema{
    margin: 15px 0px;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(230,230,230,1);
}
.swatches-image.active {
    border: 2px solid #ff4a00;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.swatches-image {
    border: 1px solid #e9e9e9;
}

@media (max-width: 765px){
    .mainArtifexSlider{
	width: 100%;
	height: calc(50vw + 180px);
	position: relative;
	overflow: hidden;
    }
    .mainArtifexSlider > .theme-default{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(200vw - 50px);
    }
    .nivo-caption{
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        display: none !important;
    }
}
.square-image .inner {
    top: 0;
    left: 0;
}
.square-image .inner img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#katHightlightHeader-wrapper .katHightlightHeader-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    overflow-x: auto;
}
#katHightlightHeader-wrapper .katHightlightHeader-list .katHightlightHeader-item{
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 10px;
    width: 100px;
}
#katHightlightHeader-wrapper .katHightlightHeader-list .katHightlightHeader-item h3{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.katHightlightHeader-image{
    width: 80px;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.katHightlightHeader-image img{
    object-fit: contain;
    width: 100%;
}
.badge-circle-1 {
    border: 1px solid #FFF;
    color: #FFF;
}
.resp-ratio-box{
    width: 100%;
    position: relative;
    float: left;
}
.resp-ratio-box-R{
    float: left;
    margin-top: 56%;
}
.resp-ratio-box-A{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.resp-ratio-box-C{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.resp-ratio-box-C img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 550px){
    #BruttoNettoModal .bn_modal button{
        min-width: 140px;
        font-size: 1em; 
    }
}

#content-wrapper{
    width: 100%;
}

#image_wrapper .product-actions{
    z-index: 1000!important;
}
.makita-symbols .makita-symbol{
    padding-left: 60px;
    line-height: 50px;
    position: relative;
    width: 100%;
}
.makita-symbols .makita-symbol > img{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}
.makita-symbols .makita-symbol > p{
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
