    .Gesamt-Container{
        display: flex;
        justify-content: space-between;
    }
    .Porträt-Container{
        width: 60%;
    }
    .Porträt{
        object-fit: cover;
        display: block;
        border-radius: 10px;
        width: 100%;
        height: 600px;
    }
    .Eingerückt{
        color: rgb(238, 238, 238);
    }
    .Info-Box-Container{
        width: 40%;
    }
    .Info-Box{
        margin-top: 50px;
        text-align: left;
    }
    .a-Kontakt{
        color: #26658f;
        text-decoration: none;
        font-size: 100%;
        margin-left: 0;
    }
    .a-legal-text{
        text-decoration: none;
        margin-left: 16px;
        font-weight: 800;
        font-size: large;
        color: #26658f;
    }
    .Text{
        font-weight: 800;
        font-size: large;
    }
    .Farbe::marker{
        color: rgb(238, 238, 238);
    }
    .Abstand{
        margin-top: 50px;
        width: 90%;
    }
    .hr2 {
        border: 0;
        height: 3px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(38, 101, 143), rgba(0, 0, 0, 0));
    }
    .none{
        color: rgb(238, 238, 238);
    }
    .Zitat{
        padding: 50px;
        margin-top: 25px;
        font-weight: 800;
        font-size: large;
        font-style: italic;
    }
    @media (max-width: 500px) {
        body{
            padding: 0;
        }
        .navbar-Container{
            height: 50px;
            justify-content: center;
        }
        .headline-navbar{
            margin-right: auto;
        }
        .headline{
            font-size: 100%;
        }
        .Überschrift{
            font-size: 60%;
        }
        .Gesamt-Container{
            display: block;
        }
        .Infos{
            font-size: 75%;
        }
        .icl{
            font-size: 125%;
        }
        .Porträt-Container{
            width: 100%;
            font-size: 70%;
        }
        .Info-Box-Container{
            width: 100%;
            margin-top: 10px;
        }
        .Info-Box{
            margin-top: 15px;
        }
        .Abstand{
            margin-top: 15px;
        }
        .Text{
            font-size: 100%;
        }
        .Zitat{
            padding: 10px;
            margin-top: 10px;
            font-weight: 500;
            font-size: large;
            font-style: italic;
        }
        .legal-content{
            margin-top: 10px;
            padding: 0px;
        }
        .legal-text{
            margin-left: 0px;
            margin-right: 0px;
            font-size: small;
            color: #26658f;
            }
    }
