 body {
    width: 100%;
    font-family: sans-serif;
    background-color: #d1d1d1;  /* #d1d1d1 */
    margin: 0px;
}

span.farbe { 
    font-family: sans-serif;
    color: brown;
    font-size: 40px;
}

#inhalt {
    background-color: #d1d1d1;
    padding-bottom: 200px;
    padding-top: 120px;
}

#kopfbereich {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #d1d1d1;
    height: 100px;
    /*
    margin-bottom: 20px;
    line-height: 100px;
    margin-top: 50px;
    */
}

#kopfbereich_1 {
    position: relative;
    top: 0px;
    width: 100%;
    padding-left: 30;
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: #d1d1d1;
    color: #737373;
    height: 100px;
    font-size: 60px;  
}

#kopfbereich_1_fix {
    position: fixed;
    top: 0px;
    width: 60%;
    padding-left: 30;
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: #d1d1d1;
    color: #737373;
    height: 100px;
    font-size: 60px;  
}

.text_link {
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 0px;
    color: darkred;
    font-size: 60px;
    display: flex;
    justify-content: flex-end; /*bewirkt Text rechtsbuendig*/
    align-items: center;
}

.text_link_1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: gray;
    font-size: 60px;
    display: flex;
    justify-content: flex-end; /*bewirkt Text rechtsbuendig*/
    align-items: center;
}


.text1 {
    margin-top: 16px;
    padding: 10px;
    color: red; /*#737373*/
    font-size: 50px; /* 32 px */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text2 {
    margin-top: 16px;
    padding: 10px;
    color: #737373;
    font-size: 40px; /* 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;
}

#box50 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
    background-color: #d1d1d1;  /* #d1d1d1 #8c8c8c */
    position: relative;
}

.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: 32px; /*24px*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text-bild_link {
    padding: 10px;
    color: dodgerblue;
    font-size: 40px; /*24px*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text-bild1 {
    padding-left: 50px;
    color: #737373;
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.text_gr {
    font-size: 50px;
}

a {text-decoration: none;}