#agb_Container {
    width: calc(100% - 350px);
    z-index: 0;
    position: fixed;
    left: 0;
    overflow: auto;
    top: 0;
    background: #FFFFFF;
    height: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.agbUeberschrift {
    font-size: 18px;
    color: black;
    line-height: 28px;
}

.agbText {
    margin-top: 15px;
    font-family: Arial;
    color: #A3ADB2;
}

.agbText:last-of-type {
    margin-bottom: 40px
}

.agb {
    margin-left: 25%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: var(--greySP);
    line-height: 22px;
    font-size: 16px;
    margin-right: 25%;
}

.agbHauptueberschrift {
    font-size: 35px;
    line-height: 40px;
    color: black;
}

.agb li{
    list-style: inside !important;
    margin-top: 10px;
}