.elementor-24 .elementor-element.elementor-element-cdf6a73{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ab78d9 *//* Hauptcontainer für das gesamte Layout */
.impressum-container {
    max-width: 1140px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #555;
}

/* Hauptüberschrift */
.impressum-main-title {
    text-align: center;
    font-size: 2.5em;
    color: #1e2b38;
    margin-bottom: 40px;
}

/* NEU: Styling für den Einleitungstext */
.intro-text {
    margin-bottom: 50px; /* Großer Abstand zu den Karten darunter */
    font-size: 1.1em; /* Etwas größere Schrift für bessere Lesbarkeit */
    line-height: 1.7;
    text-align: left;
}
.intro-text p {
    margin-bottom: 20px;
}

/* Raster für die beiden Spalten */
.impressum-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

/* Zweispaltiges Layout für Desktops */
@media (min-width: 768px) {
    .impressum-content-grid {
        grid-template-columns: 2fr 3fr; 
    }
}

/* Styling für die "Karten" */
.impressum-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Überschriften innerhalb der Karten */
.impressum-card h2 {
    font-size: 1.4em;
    color: #1e2b38;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Feine Trennlinien */
.impressum-inner-divider {
    width: 50px;
    height: 1px;
    background-color: #5cb85c;
    margin-bottom: 15px;
}

/* Absätze */
.impressum-card p {
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Footer-Text am Ende */
.impressum-footer {
    text-align: center;
    margin-top: 50px;
    color: #888;
    font-size: 0.9em;
}

/* Link-Styling */
a {
    color: #0073aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}/* End custom CSS */