#screen{
    padding: 3% 5%;
}
.person{
    background-color: #F98126;
    border-radius: 30px;
    display: flex;
    padding: 10px;
    margin: 10px 30px;
}
.zeile{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.underline{
    text-decoration: underline;
}
h4{
    margin: 7px;
}
.icon{
    height: 26px;
    min-width: 30px;
    max-width: 30;
    margin-right: 5px;
}
.hoch{
    margin: 0;
    padding: 5px;
    color: black;
    font-weight: bold;
}
.bild{
    width: 100px;
    margin: 17px;
    border: solid white 2px; /*provisorisch*/
    border-radius: 30px;
    height: 130px;
}
.neben{
    display: flex;
}