/* Test-Style für Artikelbeschreibung */
.artikelbeschreibung {
    border: 5px solid red;
    background-color: #ffeeba; /* gelber Hintergrund */
    padding: 20px;
    font-size: 18px; /* Text größer, um es zu sehen */
}

/* /css/artikelbeschreibung.css */
.artikelbeschreibung {
    margin-top: 2rem;
    line-height: 1.6;
}
.artikelbeschreibung h2 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: .3rem;
    margin-top: 1.5rem;
}
.artikelbeschreibung .textblock {
    padding: .5rem;
    background: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.artikelbeschreibung h2 {
    color: #2ecc71; /* grün */
    border-bottom: 2px solid #2ecc71;
    margin-top: 1.2em;
    padding-bottom: 0.2em;
}

.artikelbeschreibung .textblock {
    margin: 15px 0;
    line-height: 1.6;
}

.artikelbeschreibung {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.artikelbeschreibung h4 {
    color: #3498db;
    font-weight: bold;
}

