/* Ergaenzungen zum Bootstrap der Hauptseite.
   Bewusst knapp gehalten: Alles, was Bootstrap schon loest, bleibt dort.
   Die orange Schaltflaechenfarbe stammt aus adapt-smd.min.css (#f7a600). */

.shop-kopf { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.shop-marke { font-weight: 600; text-decoration: none; }
.shop-kennzeichen { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .6; margin-left: 6px; }
.shop-korb { white-space: nowrap; }

.shop-filter { margin: 0 0 18px; }
.shop-filter .btn { margin: 0 4px 4px 0; }

.produktgitter { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.produktgitter > li { width: 25%; padding: 0 10px 20px; }
@media (max-width: 991px) { .produktgitter > li { width: 33.333%; } }
@media (max-width: 767px) { .produktgitter > li { width: 50%; } }
@media (max-width: 479px) { .produktgitter > li { width: 100%; } }

.produktkachel { border: 1px solid #e2e5ea; border-radius: 3px; padding: 14px; height: 100%;
                 display: flex; flex-direction: column; background: #fff; }
.produktkachel img { width: 100%; height: 140px; object-fit: contain; background: #f6f7f9; margin-bottom: 10px; }
.produktkachel .titel { display: block; font-weight: 600; font-size: 14px; line-height: 1.35; color: inherit; }
.produktkachel .autor { display: block; font-size: 12px; color: #6b7280; margin-top: 3px; }
.produktkachel .fuss { margin-top: auto; padding-top: 10px; }
.produktkachel .preis { font-weight: 700; }

.etikett { display: inline-block; font-size: 11px; padding: 2px 7px; border-radius: 3px;
           background: #eef1f5; color: #5d6470; margin-left: 4px; }
.etikett.aus { background: #f6ead9; color: #a8641a; }

.shop-tabelle { background: #fff; }
.shop-tabelle .r { text-align: right; }
.shop-tabelle .zahl { text-align: right; font-variant-numeric: tabular-nums; }
.shop-tabelle .mono { font-family: Menlo, Consolas, monospace; font-size: 12px; color: #6b7280; }
.shop-tabelle input[type=number] { width: 70px; }

.rechtsblock { border: 1px solid #e2e5ea; border-radius: 3px; padding: 15px; margin-bottom: 16px; background: #fff; }
.rechtsblock h3 { margin-top: 0; font-size: 14px; }
.rechtsblock .ankreuz { display: block; margin-bottom: 8px; font-weight: 400; }
.rechtsblock .ankreuz.fehlt { color: #a33a32; }
.rechtsblock .ankreuz.fehlt input { outline: 2px solid #a33a32; outline-offset: 2px; }

.uebersicht { border: 1px solid #e2e5ea; border-radius: 3px; padding: 15px; background: #fff; }
.uebersicht h2 { font-size: 14px; margin-top: 0; text-transform: uppercase; letter-spacing: .06em; color: #6b7280; }

.shop-fuss { border-top: 1px solid #e2e5ea; margin-top: 40px; padding: 18px 0 40px; font-size: 12.5px; color: #6b7280; }
.shop-fuss nav a { color: #6b7280; }
.shop-fuss p { margin: 8px 0 0; }

.detailbild { max-width: 200px; float: right; margin: 0 0 16px 20px; background: #f6f7f9; }
label.required:after { content: "*"; display: inline-block; padding-left: 5px; }
