.trauzeugen-section {
    max-width: 700px;
    padding: 2rem 2.5rem;
    text-align: center;
    line-height: 1.4;
}

.trauzeugen-section h2 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #800000;
    margin-bottom: 1.2rem;
}

.trauzeugen-section p {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 1rem;
}

.trauzeugen-section p.highlight {
    font-weight: 600;
    color: #800000;
    margin-top: 1.2rem;
}

.trauzeugen-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.trauzeuge {
    text-align: center;
    width: 200px;
}

.trauzeuge-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.trauzeuge-img:hover {
    transform: scale(1.05);
}

.trauzeuge h3 {
    font-size: 1.2rem;
    color: #800000;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.contact-icons img {
    width: 28px;
    height: 28px;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-icons img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.trauzeugen-hinweis {
    text-align: center;
    margin-top: 2rem;
    max-width: 800px;
}

.trauzeugen-hinweis .highlight {
    font-size: 1.4rem;
    font-weight: bold;
    color: #800000;
}
