/**
 * PrestaChamps
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Commercial License
 * you can't distribute, modify or sell this code
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file
 * If you need help please contact leo@prestachamps.com
 *
 * @author    PrestaChamps <leo@prestachamps.com>
 * @copyright PrestaChamps
 * @license   commercial
 */


.div-additional-category-description h1,
.div-additional-category-description h2,
.div-additional-category-description h3,
.div-additional-category-description h4,
.div-additional-category-description .h1,
.div-additional-category-description .h2,
.div-additional-category-description .h3,
.div-additional-category-description .h4 {
    font-weight: 500;
    margin-top: 1.4rem;
}

.div-additional-category-description .jx-hotline a {
    line-height: inherit;
}

p.panobild {
    margin-bottom: 5px;
}
.formbild img,
.panobild img {
    padding: 5px;
    border: 1px solid #e6e6e6;
}
p.kategoriebild img {
    border: 1px solid lightgrey;
    padding: 3px;
}
p.bildnachweis {
    text-align: center;
    font-size: 0.8125rem;
    color: grey;
    margin-bottom: 20px;
}


.sidepictureright {
    float: left;
    margin: 0 20px 12px 0;
    text-align: center;
    max-width: 200px;
    font-size: smaller;
}
.sidepictureright img:has(~*) {
    margin-bottom: 5px;
}
.sidepictureright ~ ul,
.sidepictureright ~ :has(ul) ul,
.sidepictureright ~ blockquote,
.sidepictureright ~ :has(blockquote) blockquote {
    display: flex;
    flex-direction: column;
}

table.stoff,
table.stoff td img, 
table.katalog, 
table.katalog td img {
    width: 100%;
    height: auto;
    border: 1px solid #D6D4D4;
    background: #F9F9F9;
}
table.stoff,
table.katalog {
    display: block;
    overflow-x: auto;
}
table.stoff td {
    width: 25%;
    padding: 10px;
}
table.stoff td:has(.stofftext),
table.stoff td:has(.katalogtext),
table.katalog td:has(.stofftext),
table.katalog td:has(.katalogtext) {
    position: relative;
}
table.katalog td {
    width: 33%;
    padding-left: 2%;
}
table.katalog td,
table.stoff td {
    min-width: 180px;
}
.stofftext,
.katalogtext {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
}
.stofftext p {
    margin-bottom: 0;
}
table.stoff td:has(.stofftext) .stofftext,
table.stoff td:has(.katalogtext) .katalogtext,
table.katalog td:has(.stofftext) .stofftext,
table.katalog td:has(.katalogtext) .katalogtext {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 40px;
}