
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}


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

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

#kopfbereich {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d1d1d1; /*a8a8a8*/
    height: 140px;
}

#kopfbereich_1 {
    position: relative; /*relative*/
    top: 0px;
    width: 70%;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #d1d1d1;
    color: #737373;
    height: 180px;
    font-size: 75px; 
    letter-spacing: 5px;
}

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

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

.foto {
    width: 100%;
    padding: 0px;
    /*border: 5px solid #adadad;*/
    display: flex;
    justify-content: center;
}

#main {
    width: 100%;
    font-size: 20px;
    background-color: #d1d1d1;  /* d1d1d1 */
    margin-left: auto;
    margin-right: auto;
    display: flex; /* flex */
    justify-content: center;
}

.main_1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.main-links {
    width: 50%;
    padding: 2px;
}
.main-rechts {
    width: 50%;
    padding: 2px;
}

.text1 {
    padding: 10px;
    color: black;
    font-size: 2em;
    display: flex;
    background-color: #d1d1d1;
    justify-content: flex-start;
    align-items: center;
    font-family: serif;
    text-align: center;
    line-height: 1.5em;
}

.text_start {
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
    margin-bottom: 100px;
    font-size: 50px;
    display: flex;
    background-color: #d1d1d1;  /* d1d1d1 */
    justify-content: center;
    align-items: center;
    font-family: serif;
    text-align: center;
    line-height: 1.5em;
    color: grey;
}

a {text-decoration: none;}




