@charset "UTF-8";
.checkbox_layer::before {
    display: block;
    position: relative;
    content: ' ';
    width: 3rem;
    height: 3rem;
    max-height: 3rem;
    left: 0;
    background-color: #f6f6f6 !important;
    border: 1px solid #ced0d1;
    border-radius: 50%;
    font-size: 2rem;
    -webkit-transition-property: border-color, border-width;
    -o-transition-property: border-color, border-width;
    transition-property: border-color, border-width;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin: 0 1rem 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*input#Anzahl {
    width: 50px;
}*/
.marke {
    font-size: 1rem;
    text-transform: none;
}
.artikel {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
h1.kategorie {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
h2.kategorie {
    font-size: 1.2rem;
}
.artikel-detailansicht {
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 600;
}
.marke-detailansicht {
    font-size: 1.2rem;
    text-transform: none;
}
.articlecard .artikel a {
    color: #6f6f6f;
}
.preis {
    font-size: 2em;
    line-height: 1em;
}
.articlecard .preis {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 600;
}
.preis.sale,
.sale
{
    color: #ee0000 !important;
}
select.varianten {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	
}
select.varianten option.sale {
	color: #ee0000 !important;
}
.salebox {
    background: #ee0000;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 10px;
    letter-spacing: 0.25rem;
}
.byebox {
	background: #ccc!important;
}
.verfuegbarkeitbox {
	background: #ccc;
    color: #999;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 10px;
    letter-spacing: 0.25rem;
}
.lieferzeitbox {
	background-image: url("../images/icons/zeit.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
	left:7px;
	height: 100%;
	width:100%;
	filter: opacity(0.35) invert(100%);
}
.for_free_box,
.new {
    background: #999999;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 10px;
    letter-spacing: 0.25rem;
	text-transform: uppercase;
}
.altpreis {
    text-decoration: line-through;
}
.figure {
    position: relative;
}
.variante_bild {
    cursor: pointer;
}
/* Rating Star Widgets Style */
/*Neu*/
.shadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
}
.stars-outer {
    display: inline-block;
    position: relative;
    font-family: Icons;
    font-size: 0.75rem;
}
.stars-outer::before {
    content: "\e0c2 \e0c2 \e0c2 \e0c2 \e0c2";
    color: #ccc;
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.stars-inner::before {
    content: "\e0c2 \e0c2 \e0c2 \e0c2 \e0c2";
    color: #f8ce0b;
}
/*Neu Ende*/
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.oi {
    color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.oi {
    color: #f8ce0b;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.oi {
    color: #f8ce0b;
}
/*Zahlung*/
div.checkVorkasse {
    background-image: url("../images/checkmark.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    width: 25px;
    display: table-cell;
}
.vorkasse_hidden {
    display: none !important;
}
.fett {
    font-weight: 600;
}
.vorkasse_div {
    width: 100%-145px;
    background: #fff;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
.vorkasse_div:hover, .vorkasse_div.on {
    background: #f9f9f9;
    cursor: pointer;
}
.breadcrumb {
    padding: 0.75rem 0rem;
}
.verwandteartikel .articlecard {
    min-width: 10rem;
    max-width: 12rem;
}
/*.articlecard {
    min-width: 14rem;
    max-width: 18rem;
}
*/
.card-deck {
    flex-flow: row wrap !important;
    margin-right: -15px;
    margin-left: -15px
}
.card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 7px
}
.card-footer {
    background: none;
    border-top: none;
}
.card-body {
    min-height: 4.6rem;
    padding: 0.75rem;
}
.card-footer {
    padding: 0.5rem 0.75rem;
}
.card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 640px;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 992px; /*760px alt*/
    }
}
@media (max-width: 575.98px) {
    h1.britta_soul_wool {
        text-align: right;
    }
	.byebox {
		
		font-size: 0.5rem;
        padding: 1px 5px;
        letter-spacing: 0.1rem;
        right: 0;
        bottom: 0;
        margin: 0.25rem;
    }
	}
    /*   .articlecard {
    min-width: 8rem;
    max-width: 11rem;
     max-width: 100%;
}*/
    .preis {
        font-size: 1.5rem;
    }
    .marke {
        font-size: 0.9rem;
    }
    .artikel {
        font-size: 1rem;
    }
    .card-body {
        min-height: 4.2rem;
       /* max-height: 4.2rem;*/
        overflow: hidden;
    }
}
.lightbox {
    cursor: pointer;
}
.trennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
ul.square {
    list-style-type: square;
    /*list-style: none; /* Remove HTML bullets */
    padding: 15px;
    margin: 0;
}
.square li {}
/*.square li::before {
    content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
    margin-bottom: 2px;
}*/
.carousel.vertical-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 120px;
}
#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
}
.text-muted {
    color: #ccc !important;
}
.btn:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:visited {
    background: none !important;
	color: #6f6f6f;
}
.btn-custom:focus, .btn-custom.focus {
  box-shadow: none;
}

/*for animation*/ 
/*.dropdown-toggle:after { 
transition: 0.7s; 
}*/
.tree li {
    list-style: none;
}
.alert-danger a {
    text-decoration: underline;
}
.modal-dialog.anleitung {
    max-width: 640px;
    margin: 1.75rem auto;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-auto.filter {
    max-height: 150px;
}
#carousel-home-slider .carousel-inner {
    width: 100% !important;
    height: auto;
}
 .articlecard img {
    width: 100% !important;
    height: auto;
    aspect-ratio: attr(width) / attr(height) !important;
}
.carousel-item img {
	/*width: 100% !important;
    height: auto;
    aspect-ratio: attr(width) / attr(height) !important;*/

}
.morecontent span {
    display: none;
}
.morelink {
    /*display: block;*/
    float: right;
    font-size: 0.9rem;
    margin: 15px 0;
}

#read-more {
    visibility: hidden;
}

/*Artikel-Seiten*/
#summary div.collapse:not(.show) {
    height: 120px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


	
#summary div.collapsing {
    min-height: 120px !important;
}
/*Kategorie-Seiten*/
#summarycat div.collapse:not(.show) {
    height: 46px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#summarycat div.collapsing {
    min-height: 46px !important;
}
/*SEO TEXT */
#summaryseo div.collapse:not(.show) {
    height: 100px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#summaryseo div.collapsing {
    min-height: 100px !important;
}
.dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Warenkorb reponsive */
@media (max-width: 576px) {
    
    .table-xs tr, .table-xs td, .table-xs tbody, .table-xs thead, .table-xs tfoot, .table-xs th {
        border: 0 none;
        padding: 0.2rem !important;
        display: table;
        width: 100%;
        border-collapse: separate;
    }
    .table-xs > tbody tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-xs td[title]:before {
        content: attr(title) ": ";
    }
    .table-xs td:before {
        white-space: nowrap;
        width: 50%;
        display: table-cell;
        text-align: left;
        padding: 0;
    }
    .table-xs .item-row td:first-child, .table-xs .item-row td:nth-child(2) {
        border: 0 none;
    }
    .table-xs .item-row td:first-child {
        border: 0 none;
    }
    .table-xs .item-row td:last-child {
        border-bottom: 1px solid #a2a2a2;
        font-weight: bold;
    }
    .table-xs .item-row img {}
    .table-xs .total-row td {
        display: table-cell;
        width: 1%;
        border-top: 0 none;
        border-bottom: 3px double #a2a2a2;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .table-xs .total-row td:first-child {
        width: 99%;
    }
    .table-xs .subtotal-row td {
        display: table-cell;
        width: 1%;
        border-top: 0 none;
        font-size: 1rem;
        line-height: 1rem;
    }
    .table-xs .subtotal-row td:first-child {
        width: 99%;
    }
}
/* usercentrics */
.uc-privacy-button-wrapper {
    display: none !important;
}
/* seo footer */
.seo {
    font-size: 0.8rem;
}
.seo h2 {
    color: #6f6f6f;
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
}


#carousel-home-slider .carousel-caption {
    right: 0% !important;
    top: 5% !important;
    /*width: 33%;*/
}
@media (max-width: 991px) {
    #carousel-home-slider .carousel-caption {
        right: 0% !important;
        top: 0% !important;
        /*width: 50%;*/
        left: auto !important;
        font-size: 0.75rem;
    }

	
}

@media (max-width: 576px) {
    #carousel-home-slider .carousel-caption {
        right: 0% !important;
        top: 0% !important;
        /*width: 75%;*/
	
        left: auto !important;
        font-size: 0.65rem;
    }
    .carousel-caption-titel {
		color: var(--info);
    	padding: 0.25rem 1rem 0.25rem 0.5rem!important;
    
    }
	
}

.carousel-button {
    bottom: 8%;
    position: absolute;
    right: 8%;
}
.carousel-caption-titel {
	color: var(--info);
    background: rgba(255, 255, 255, .85);
    text-align: right;
    /*padding-right: 10% !important;*/
    width: max-content;
	/*position: absolute;
	right: 0;*/
}
.carousel-caption-titel  {
	color: var(--info);
    padding: 0.75rem 1rem;
	font-size: 2em;
    
}

.gradient-overlay {
    position: relative;
}
.gradient-overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
}
/* bei kacheln */
.gradient-overlay-25::after {
    height: 35%;
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.75));
   
}
/* bei home-slider */
.gradient-overlay-50::after {
    height: 50%;
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5));
}
.gradient-overlay-25 img {
    /*filter: grayscale(1);*/
   
}
.small-round-edges {
     border-radius: 0.25rem;
}
.carousel-control-next-icon::before {
    content: "\e60f" !important;
}
.smaller {
	font-size: 0.9rem;
}
.filterbox {
	border:1px solid #dee2e6;
	color: #343a40!important;
}
.btn.filterbox:hover {
	background: none;
}
.coloredrow {
    /*filter: opacity(0.50);*/
}
.coloredrow {
    font-size: 1rem;
    background-color: #f0f0f0;
    color: #878585;
}

.coloredrow.shop7 {
    background-color: #E9F4F5;
    color:#262C2C;
}

.coloredrow.shop2 {
    background-color: #efe4e8;
    color: #848484;
}
.centered-vertically {
    display: flex!important;
    align-items: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
	
    filter: invert(100%) opacity(1);
    background-size: 75% 75%;
    background-color: rgba(255, 255, 255, 0.35);
    /* drop-shadow(2px 2px 4px #000)*/
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
     width: auto!important;
}
.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    background-color: rgba(255, 255, 255, 0.55);
    /* drop-shadow(2px 2px 4px #000)*/
}
.carousel-control-prev {
    justify-content: left;
}
.carousel-control-next {
    justify-content: right;
}
.carousel-control-next-icon::before {
    content: none !important;
}
.carousel-control-next-icon {
    background-image: url("../images/icons/nachster.png");
}
.carousel-control-prev-icon {
    background-image: url("../images/icons/zuruck.png");
}

.carousel-overlay::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.75;
    height: 50%;
}
/* horiz. scrolling */

.scrolling-wrapper {
    overflow-x: auto;
}
.card-block {
    min-height: 250px;
}
.card-block:hover {
    /* transform: translateY(-5px);*/
    box-shadow: none;
}

/* Icons */
.icon-color {
    filter: opacity(0.35);
    max-width: 48px;
}
.icon-white {
    filter: invert(1) opacity(1)!important;
  
}
.icon {
    width: 24px;
    height: 24px;
    background-size: cover;
    filter: opacity(0.35);
    float: left;
    margin:0 5px;
}
.icon-person {
    background-image: url("../images/icons/nutzer.png");
}
.icon-cart {
    background-image: url("../images/icons/einkaufstasche.png");
}
.icon-lupe {
    background-image: url("../images/icons/lupe.png");
}
.icon-language {
    background-image: url("../images/icons/internet.png");
}
.icon-currency {
    background-image: url("../images/icons/munze.png");
}
.icon-menu {
    background-image: url("../images/icons/menu.png");
}
.icon-social {
	width: 24px;
	height: 24px;
	filter: opacity(1);

}
.icon-instagram {
	background-image: url("../images/icons/instagram-logo.png");
}
.icon-pinterest {
	background-image: url("../images/icons/pinterest-logo.png");
}
.icon-facebook {
	background-image: url("../images/icons/facebook-logo.png");
}
.icon-youtube {
	background-image: url("../images/icons/youtube-logo.png");
}

.icon-outside {
    background-image: url("../images/icons/outside.png");
}
.icon-info {
    background-image: url("../images/icons/die-info.png");

}

.icon-wiederholen::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 30px;
    height: 24px;
    background-image: url("../images/icons/wiederholen.png");
    background-position:  0.35rem;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.hochgestellt {
	position: relative;
	line-height: 18px;
	top: -2.5px;
	color: #fff;
	font-size: 13px;
	height: 18px;
	width: 18px;
	background: red;
	border-radius: 16px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	margin-left: 0.2rem;
}

.spinner-border {
	position: absolute;
	left: 50%;
	bottom: 50%;
		z-index: 100;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
    border-right-color: currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.tooltip .arrow:before {
    border-top-color: #B7B7B7 !important;
	
}

.tooltip .tooltip-inner {
	color: #000;
    background-color: #B7B7B7;
}


.kreis {
	display: inline list-item;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
}
pre {
	background-color: #eee;
}
.grundpreis {
    font-size: 0.9rem;
    line-height: 1rem;
}
.zzglpreis {
    font-size: 0.75rem;
    text-color: #ccc;
    line-height: 1.5rem;
}
.skip-to-content {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px 16px;
	z-index: 1000;
	text-decoration: none;
}
.skip-to-content:focus {
	top: 0;
}
