/* =====================
   Impressum / Datenschutz Content
===================== */

body {
    background: #f6f4f4;
}

/* Überschriften */
.adsimple-123093918 {
    color: var(--main-color);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Text */
p {
    max-width: 900px;
    margin: 10px auto;
    padding: 0 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

/* Links */
a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Footer Abstand */
.footer {
    margin-top: 80px;
}

/* Mobile */
@media (max-width: 700px) {
    p {
        font-size: 0.9rem;
    }
}

/* SasiiNails zentrieren */
p strong:first-of-type {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* =====================
   Impressum komplett zentriert
===================== */

.impressum-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

/* Überschriften */
.impressum-content h1,
.impressum-content h2 {
    color: var(--main-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Text */
.impressum-content p {
    margin: 10px auto;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Starke Hervorhebungen */
.impressum-content strong {
    font-weight: 600;
}

/* Links */
.impressum-content a {
    color: var(--main-color);
    text-decoration: none;
}

.impressum-content a:hover {
    text-decoration: underline;
}

/* Mobile Feinschliff */
@media (max-width: 600px) {
    .impressum-content {
        font-size: 0.9rem;
    }
}


