﻿



.Dataprivacy-Container {
    background-color: transparent;
    padding: 30px 0px 9px 80px;
}


    .Dataprivacy-Container h1 {
        font-family: Verdana, sans-serif;
        font-size: 18pt; /* Schriftgröße auf 14pt setzen */
        font-weight: bold; /* Fett formatieren */
        padding: 0 10px;
    }

    .Dataprivacy-Container p {
        font-family: Verdana, sans-serif;
        font-size: 10.5pt; /* Schriftgröße auf 14pt setzen */
        font-weight: normal; /* Fett formatieren */
        padding: 0 10px;
    }


.Dataprivacy_Infofeld {
    font-family: Verdana, sans-serif;
    font-size: 18pt; /* Schriftgröße auf 14pt setzen */
    font-weight: bold; /* Fett formatieren */
    padding: 0 10px;
}


.Dataprivacy_VertLine_Container {
    position: relative;
    background-color: #b0b0b0;
    width: 2px;
    height: 860px;
}


.Dataprivacy-Spalten {
    font-family: Verdana, sans-serif;
    font-size: 9.5pt; /* Schriftgröße auf 14pt setzen */
    color: #101010;
    display: flex;
}

.Dataprivacy-Rechts {
    flex: 1;
    padding: 10px 0 10px 20px;
    max-width: 650px;
}

.Dataprivacy-Links {
    flex: 1;
    padding: 10px;
    max-width: 250px;
}


.Dataprivacy-Trennlinie {
    width: 2px;
    background-color: #009D48; /* Farbe der Trennlinie anpassen */
    margin:  0 1px; /* Abstand zwischen den Spalten anpassen */
    box-shadow: 5px 0 5px -5px #000; /* Horizontale Schatten für einen "erhöhten" Effekt */
}



.Dataprivacy-Rechts {
    text-align: left; /* Text in der rechten Spalte nach links ausrichten */
    margin: 0 10px;
}

    .Dataprivacy-Rechts .label-item {
        display: block; /* Jedes Label auf einer neuen Zeile anzeigen */
    }