
p, ul>li {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .font-heading, .display-1, .display-2, .heading-sm-1, body, .btn, .product-price, .stock-status, .page-header.breadcrumb-wrap, .shopping-summery table thead th, .tab-style3 .nav-tabs li.nav-item a {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

a:focus {
    border: 2px solid black;
    padding: 5px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
.form-group input, .form-control {
    border: 1px solid #d9d9d9;
}
.parsley-error{border: 2px solid #b90131!important;}

.preloader {
    background-color: #ffffffcc;
}

.blur{
    filter: blur(8px);
    -webkit-filter: blur(8px);    
}

.bodytext h2, .bodytext h3, .seolangtext h2, .seolangtext h3{margin-top:30px;margin-bottom:30px;}
.seolangtext h2{font-size:1.8rem;}
.seolangtext h3{font-size:1.4rem;}
.seolangtext ul{list-style: square;margin-bottom:20px;}
.seolangtext ul li{margin-left:20px;}

.archive-header {
    padding: 40px 50px;
}

.banner-img .banner-text {
    padding: 0 35px;
}

.accordion-button {
    /*font-size: 1rem;*/
}

.accordion-button.artikelseite{
        font-size: 1.2rem;
}

em {
    font-style: italic;
}

.accordion-button:not(.collapsed) {
    color: #aa2538;
    background-color: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b90131'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.dashboard-menu ul li a.active {
    background-color: #9b1732;
}

.fancybox__container {
    z-index:9999!important;
}

.header-style-1 .search-style-2 form input {
    max-width: unset;
}

.search_suggestion, .search_suggestion_mobile{
    display: block;
    z-index: 99999;
    position: absolute;
    width: 100%;
    padding-top: 0;
    font-size: 0.95rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 51px;
    background-color: #ffffff;
    box-shadow: 0 3px 12px #00000029;
    min-height:60px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.addmerkliste .fa-regular{
    color: #fff;
    top: 35px;
    right: 40px;
    font-size: 20px;
    cursor: pointer;
}
.addmerkliste .fa-solid{
    color: red;
    top: 35px;
    right: 40px;
    font-size: 20px;
    cursor: pointer;
}

.addmerkliste .fa-heart{
    background-color: rgb(0 0 0 / 20%);
    padding: 8px 7px 6px 7px;
    border-radius: 50%;
}

.stock-status.out-stock.addmerkl {
    background: #fff;
    color: #b90131;
    border: 1px solid #b90131;
}


.small, small {
    font-size: .875em!important;
}

.shopping-summery table thead th, .tab-style3 .nav-tabs li.nav-item a {
    font-weight: 600;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.product-cart-wrap .product-content-wrap h2 {
    font-size: 24px;
    font-weight: 600;
}

.product-cart-wrap .product-content-wrap h3 {
    font-size: 18px;
    margin: 10px 0px;
    font-weight:normal;
}

.cart-dropdown-wrap {
    width: 480px;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
    background-color: #6d6d6d;
}

.shopping-summery table thead th.end {
    border-radius: 0;
}

.modal-loading{
    display:none;
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba( 255,255,255,.8 ) url(/images/loading.gif) 50% 30% no-repeat;
    background-size:60px 60px
}

.modal-loading-artikel{
    display:inherit;
    z-index:99999;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba( 192,192,192,.8 ) url(/images/loading.gif) 50% 30% no-repeat;
    background-size:60px 60px
}

label {
    font-size: 1.2em;
}

/* Progress */

    .progresses{
        display: flex;
        align-items: center;
        
    }
    .progresses p a, .progresses p{
        font-family: "Inter", sans-serif;
        color: #253D4E;
        font-weight: 500;
        
    }

   .prog_line{
        width: 120px;
        height: 6px;
        background: #b50034;
    }
   
   .prog_steps{
        display: flex;
        background-color: #b50034;
        color: #fff;
        font-size: 14px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        
    }
    
 /* **** */

.form-check-input:checked {
    background-color: #b50034;
    border-color: #dbdbdb;
}

li.parsley-required, li.parsley-length, li.parsley-type {
    font-weight: 600;
    color: #b90032;
    padding-left: 20px;
    padding-top: 5px;
}

.umrechner{
    
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px #eee solid;
    border-radius: 20px !important;
}

.logo.logo-width-1 a img {
    width: 385px;
    min-width: 385px;
}

.hero-slider-1 .slider-content p {
    line-height: 40px;
}

.main-menu > nav > ul > li > a {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.header-style-1 .main-categori-wrap > a.categories-button-active {
    font-family: "Inter", sans-serif;
}
.product-extra-link2 .button.button-add-to-cart {
    font-family: "Inter", sans-serif;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    font-family: "Inter", sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Inter", sans-serif;
}
.hotline p, .hotline p span{
    font-family: "Inter", sans-serif;
    margin-top:5px;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 30px;
}

.banner-img {
    /*height: 300px;*/
}

.banner-img.style-2 {
    background: url(promo.jpg) no-repeat center bottom;
    background-size: contain;
}

.newsletter .newsletter-inner {
    background: unset;    
    background-color: #e7e7e7;
}

.main-categori-wrap .categori-dropdown-inner {
	min-width: 0px;
}

.price_range {
    background: unset;
}

.detail-info .product-price .current-price {
    font-size: 30px;
    font-weight: 600;
}
.detail-info .product-price .old-price {
    font-size: 20px;
    font-weight: 600;
}


/* Colors */
a {
    color: #b90131; /* klinker red */
}

.header-style-1 .main-categori-wrap > a {
    background: #b90131; /* klinker red */
}
.btn, .button {
    background-color: #b90131; /* klinker red */
    font-size: 16px;
    font-weight: 500;
}
.product-cart-wrap .product-badges span.hot {
    background-color: #b90131; /* klinker red */
}
.header-style-1 .hotline p {
    color: #b90131 !important; /* klinker red */
}
.header-style-1 .search-style-2 form {
    border: 2px solid #b90131; /* klinker red */
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #b90131; /* klinker red */
}

.main-menu > nav > ul > li:hover > a {
    color: #b9bbba; /* grey */
}
.btn:hover, .button:hover {
    background-color: #6d6d6d;
    color: #fff;
}

.header-style-1 .main-categori-wrap > a:hover {
    background-color: #b9bbba; /* grey */
}

.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
    color: #b9bbba; /* grey */
}

.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
    background-color: #b9bbba; /* grey */
}

.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
    color: #b9bbba; /* grey */
}

.text-brand {
    color: #b90131!important; /* klinker red */
}

.mobile-promotion {
    background: #b9bbba!important; /* klinker red */
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
    color: #b9bbba!important;
}

.header-bottom .header-action-right a span.pro-count {
    background-color: #b90131!important; /* klinker red */
}

.archive-header {
    background: unset;    
    background-color: #e7e7e7;
}

button.submit, button[type='submit'] {
	background-color: #b90131!important; /* klinker red */
	padding: 15px 25px;
}

button.submit:hover, button[type='submit']:hover {
    background-color: #b9bbba; /* grey */
}

.detail-extralink .detail-qty {
	border: 2px solid #b90131 !important;
    color: #b90131; /* klinker red */
    padding: 11px 13px 11px 12px;
    margin: 0 15px 0px 0;
}
.section-title.style-1 {
    border-bottom: 1px solid #b9bbba; /* grey */
}
.section-title.style-1::after {
    background-color: #b90131; /* klinker red */
}
a:hover {
    color: #b9bbba; /* grey */
}

.product-extra-link2 a:hover {
    background-color: #b9bbba; /* grey */
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #b90131; /* klinker red */
    font-size: 1.1em;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    color: #b90131; /* klinker red */
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    background-color: #b90131; /* klinker red */
    border: 2px solid #b90131; /* klinker red */
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #b9bbba; /* grey */
}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
    color: #b9bbba; /* grey */
}

.footer-list li a:hover {
    color: #b9bbba; /* grey */
}

.stock-status.out-stock {
    padding: 13px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #b11935;
    background: #eee;
}

input.qty-val {
    text-align: center;
}
.detail-qty {
    padding: 9px 12px;
    max-width: 100px;
}

.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
    color: #fff;
    background: #b50034;
}

.logout-link-header{
    background: none!important;
    background-color: white !important;
    color: inherit!important;
    padding: 6px!important;
    border:none!important;
}

.farbe-filter .btn-primary:not(.filter_farbe){
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 1px solid  lightgrey;
}

.farbe-filter .btn-primary.weiss{
	background-color:white;	
}

.farbe-filter .btn-primary.beige{
	background-color:beige;	
}

.farbe-filter .btn-primary.schwarz{
	background-color:black;	
}

.farbe-filter .btn-primary.gelb{
	background-color:yellow;	
}

.farbe-filter .btn-primary.grau{
	background-color:grey;	
}

.farbe-filter .btn-primary.braun{
	background-color:brown;	
}

.farbe-filter .btn-primary.rot{
	background-color:red;	
}

.farbe-filter .btn-primary.aubergine{
	background-color:#5F5153;	
}

.carausel-3-columns-cover .carausel-3-columns img {
    margin-right: 0px;
    margin-left: 0px;
}

.carausel-3-columns-cover .slider-btn.slider-next {
    right: 20px;
}

.carausel-3-columns-cover .slider-btn.slider-prev {
    left: -5px;
}

.carausel-3-columns-cover .carausel-3-columns {
    margin-right: 12px;
    margin-left: 0px;
}

.tab-content.shop_info_tab {
    margin-top: 10px;
}

@media only screen and (max-width: 491px) {
    .table td::before {
        content: attr(data-title) " ";
        float: none;
        text-transform: capitalize;
        margin-right: 15px;
        font-weight: 700;
        display:none;
    }
    
    .button.button-add-to-cart {
        padding: 5px 20px;
    }
}


@media only screen and (max-width: 768px) {
    .cart-dropdown-wrap {
        width: 360px;
        right: -39px;
    }
    h1 {
        font-size: 35px;
    }
    .logo.logo-width-1 {
        left: 45%;
    }
    .header-bottom {
        padding: 30px 0px 15px;
    }
    .banner-img {
        float: none;
    }
    .detail-info .detail-extralink .detail-qty {
        max-width: 100px;
    }
}



@media only screen and (max-width: 996px) {
    .archive-header {
        padding: 17px 30px;
    }
    .banner-img .banner-text h4 {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .search-style-2 {
        width: unset;
    }
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/inter-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/inter-v19-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/inter-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/inter-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

