.elementor-612 .elementor-element.elementor-element-7d36c68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-4da5b27{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-612 .elementor-element.elementor-element-7089176{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}/* Start custom CSS for container, class: .elementor-element-7089176 *//* Basisstil für den gesamten Impressumsbereich */
.impressum-container {
    padding: 20px;
    line-height: 1.6; /* Verbessert die Lesbarkeit */
}

/* Stil für die Hauptüberschriften (Anbieter, Kontakt, etc.) */
.impressum-container h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #EEE; /* Eine leichte Trennlinie */
    padding-bottom: 5px;
    color: #333; /* Dunkle Textfarbe */
}

/* Stil für die Unterüberschriften (Haftung für Inhalte, etc.) */
.impressum-container h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #555;
    font-size: 1.1em;
}

/* Stil für Adressblöcke */
.impressum-container address {
    font-style: normal; /* Entfernt die standardmäßige Kursivschrift von <address> */
    margin-bottom: 15px;
}

/* Stil für Links (Telefon, E-Mail) */
.impressum-container a {
    color: #0073AA; /* Elementor-Standard-Blau oder Ihre Akzentfarbe */
    text-decoration: none; /* Entfernt die Unterstreichung */
    transition: color 0.3s;
}

.impressum-container a:hover {
    color: #00AEEF; /* Farbe beim Hover */
    text-decoration: underline; /* Fügt Unterstreichung beim Hover hinzu */
}

/* Stil für kleine Textangaben (TMG / MStV, Stand: Datum) */
.impressum-container small {
    display: block; /* Stellt sicher, dass es in einer eigenen Zeile steht */
    margin-top: 25px;
    color: #999; /* Leicht gedämpfte Farbe */
    font-size: 0.85em;
}

/* Stil für alle Absätze */
.impressum-container p {
    margin-bottom: 15px;
}

/* Stil für starke Hervorhebungen (z.B. der Firmenname) */
.impressum-container strong {
    font-weight: 700;
    color: #000;
}/* End custom CSS */