.welcome-content-text {
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 80px;
    color: #3c4858;
}

.welcome-content-text h2 {
    font-weight: 700;
    font-size: 32px;
}

.welcome-content-text p {
    font-size: 18px;
    line-height: 1.5;
}

.produkte{
    margin-top: 50px;
}

.produkt {
    padding: 20px;
    margin: 10px 0;
}

.produkt h2 {
    margin: 0 0 10px 0;
    font-size: 1.4em;
    color: #333; /* Dunklere Farbe für bessere Lesbarkeit */
}

.produkt p {
    margin: 0;
    color: #666; /* Grauere Farbe für Beschreibungstext */
    font-size: 1em;
}


.produkt ul {
    margin: 10px 0;
    padding-left: 20px;
    color: #666;
    list-style-type: disc;
}

.produkt ul li {
    margin-bottom: 5px;
}

.produkt a {
    color: #1e90ff; /* Blaue Farbe für Links */
    text-decoration: none;
}

.produkt a:hover {
    text-decoration: underline; /* Unterstrich bei Hover */
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0; /* Platz vor und nach der Trennlinie */
    opacity: 0.5; /* Leicht transparente Trennlinie */
}
