 body {
    width: 100%;
    font-family: sans-serif;
    background-color: #b7e0f0;
    margin: 0px;
}
.text1 {
    margin-top: 16px;
    padding: 10px;
    color: #737373;
    font-size: 52px; /* 32 px */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foto {
    width: 100%;
    padding: 0px;
    /*border: 5px solid #cfcfcf;*/
    display: flex;
    justify-content: center;
}
.foto-hoch {
    width: 220px;
    padding: 0px;
    border: 5px solid #cfcfcf;
    display: flex;
    justify-content: center;
}
.main-links {
    width: 50%;
    padding: 10px;
}
.main-rechts {
    width: 50%;
    padding: 10px;
}
.text-bild {
    padding: 10px;
    color: #737373;
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

a {
    text-decoration: none;
}