﻿.Artikelfarbsymbol {
border-style:none;
height:100px;
margin-bottom:0.5rem;
margin-right:0.5rem;
padding:4px;
width:100px;
}

.ArtikelfarbsymbolAktiv {
border-color:var(--c-shadow);
border-style:solid;
border-width:1px;
height:100px;
margin-bottom:0.5rem;
margin-right:0.5rem;
padding:3px;
width:100px;
}

.ArtikelfarbsymbolGesperrt {
height:100px;
width:100px;
filter: brightness(33%);
}

.Brehmer_SearchLine {
background-color: var(--c-primary-lighter);
}

.Gewählt {
outline: 2px solid;
}

.MainBody {
background-color:#CC33CC;
color:#FFFFFF;
}

.Ungueltige-Auswahl {
background-color:rgba(0,0,0,0.05);
}

.Variantenfarbpunkt {
height:8px;
margin-left:5px;
margin-right:5px;
width:8px;
display: block-inline !important;
border-radius: 50% !important;
object-fit: cover !important;
cursor: pointer !important;
}

.Versteckt {
display:none;
float:none;
position: absolute !important;
display: none !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

