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

.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main10 { width: 10%; } 
.main15 { width: 15%; }
.main20 { width: 20%; }
.main30 { width: 30%; }
.main35 { width: 35%; }
.main40 { width: 40%; }
.main50 { width: 50%; padding: 10px; }
.main60 { width: 60%; }
.main65 { width: 65%; }
.main70 { width: 70%; }
.main80 { width: 80%; }
.main85 { width: 85%; }
.main90 { width: 90%; }

.kopf {
    width: 100%;
    background-color: #b7e0f0; /* 88cdea */
    height: 100px;
    margin-top: 0px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

.text_kopf {
    width: 100%;
    color: #737373;
    font-size: 44px;
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

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

.text_bild {
    padding: 10px;
    color: #737373;  
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text_bild_1 {
    padding: 10px;
    color: #737373;  /* #737373 */   
    font-size: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text_bild_r {
    padding: 10px;
    color: #737373; /* #737373 */ 
    font-size: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text_bild_r1 {
    padding: 10px;
    color: #737373; /* #737373 */ 
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text_1 {
    padding: 10px;
    color: #737373; /* #737373 */
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.text_i1 {
    padding: 20px;
    color: black; 
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.text_i2 {
    padding: 20px;
    color: black; 
    font-size: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.text_2 {
    padding: 10px;
    color: black; 
    font-size: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.text_gr {
    font-size: 50px;
}

.text_gr {
    font-size: 20px;
}

footer {
    margin-top: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
}
#footer-text {
    color: #a8a8a8;
    font-size: 16px;
}

a {text-decoration: none;}
