﻿



.Impressum-Container {
    background-color: transparent;
    padding: 30px 0px 9px 80px;
}


    .Impressum-Container h1 {
        font-family: Verdana, sans-serif;
        font-size: 18pt; /* Schriftgröße auf 14pt setzen */
        font-weight: bold; /* Fett formatieren */
        padding: 0 10px;
    }

    .Impressum-Container p {
        font-family: Verdana, sans-serif;
        font-size: 10.5pt; /* Schriftgröße auf 14pt setzen */
        font-weight: normal; /* Fett formatieren */
        padding: 0 10px;
    }


.Impressum_Infofeld {

    font-family: Verdana, sans-serif;
    font-size: 18pt; /* Schriftgröße auf 14pt setzen */
    font-weight: bold; /* Fett formatieren */
    padding: 0 10px;
}


/*.Impressum_VertLine_Container {
    position: relative;
    background-color: #b0b0b0;
    width: 2px;
    height: 860px;
}*/


.Impressum-Spalten {
    font-family: Verdana, sans-serif;
    font-size: 9.5pt; /* Schriftgröße auf 14pt setzen */
    color: #101010;
    display: flex;
}

.Impressum-Rechts {
    flex: 1;
    padding: 10px 0 10px 20px;
    max-width: 650px;

}

.Impressum-Links {
    flex: 1;
    padding: 10px;
    max-width: 250px;
}


.Impressum-Trennlinie {
    width: 1px;
    background-color: #009D48; /* Farbe der Trennlinie anpassen */
    margin: 0 10px; /* Abstand zwischen den Spalten anpassen */
}

.Impressum-Trennlinie, .Impressum-Rechts {
    margin-left: 1px; /* Verschieben Sie beide Elemente um 100px nach links */
}

.Impressum-Rechts {
    text-align: left; /* Text in der rechten Spalte nach links ausrichten */
}

.Impressum-Rechts .label-item {
    display: block; /* Jedes Label auf einer neuen Zeile anzeigen */
}