@media (min-width: 0px){
    .Registierung_Input{
        width: 33vw;
        height: 4svh;
        box-shadow: 0px 2px 10px#0d2943;
        border: none;
        border-radius: 40px;
        margin-top: 2svh;
        padding-left: 4vw;
        margin-left: 10vw;
        color: #0d2943;
        font-size: 1.7svh;
        font-family: "Roboto", serif;
        font-weight: 600;
    }
    #Registrierung_Input_PW{
        margin-left: 5vw;
    }
    .Registrierung_IMGLabel{
        display: inline-block;
        border-radius: 50%;
        float: left;
        margin-left: 10vw;
        margin-top: 2svh;
    }
    .Registrierung_IMGLabel:hover{
        background-color: #828486;
        transition: all 300ms;
        cursor: pointer;
    }
    .Registrierung_IMG{
        border: 1px solid black;
        float: none;
        width: 8vw;
        height: 8vw;
        padding: 2vw 2vw 2vw 2vw;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }
    .Registrierung_PublicTable{
        margin-top: calc(2svh + 0.5vw);
        height: 10vw;
        margin-left: 25vw;
        width: 60vw;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        table-layout: fixed;
        overflow: hidden;
    }
    .Registrierung_PublicTable_NameTr{
        height: 6vw;
        font-size: 5vw;
    }
    .Registrierung_PublicTable_NameInput{
        border: none;
        width: 60vw;
        font-size: 5vw;
        color: #0d2943;
        font-family: "Sofia Sans", serif;
        font-weight: bold;
    }
    .Registrierung_PublicTable_KommentTr{
        height: 4vw;
    }
    .Registrierung_PublicTable_KommentInput{
        border: none;
        color: #828486;
        font-size: 3vw;
        font-family: "Sofia Sans", serif;
        width: 60vw;
    }
    .Registrierung_InputMail{
        width: 75vw;
        height: 4svh;
        box-shadow: 0px 2px 10px#0d2943;
        border: none;
        border-radius: 40px;
        margin-top: 2svh;
        padding-left: 4vw;
        margin-left: 10vw;
        color: #0d2943;
        font-size: 1.7svh;
        font-family: "Roboto", serif;
        font-weight: 600;
    }
    .Registrierung_Button{
        margin-top: 5svh;
        width: 30vw;
        height: 4svh;
        background-color: #57aaf1;
        border: 1px solid #57aaf1;
        border-radius: 40px;
        margin-left: 60vw;
        color: #fff;
        font-size: 1.5svh;
        font-family: "Roboto", serif;
        font-weight: bold;
        transition: background 300ms;
    }
    .Registrierung_Button:hover{
        background-color: #fff;
        cursor: pointer;
        color: #57aaf1;
        transition: all 300ms;
    }
    .Registrierung_CheckBoxTable{
        margin-left: 10vw;
        margin-top: 2svh;
        text-align: left;
        color: #828486;
        font-size: 1.5dvh;
        font-family: "Roboto", serif;
    }
    .Registrierung_CheckBoxTh{
        width: 15vw;
    }
    .Regisrierung_CheckBox{
        width: 5vw;
        height: 5vw;
    }
}