/*
a:link { text-decoration:none; color: #a52a2a; }
a:visited  {text-decoration:none; color: #a52a2a; }
a:hover { text-decoration:none; color: #00ff00; }
a:active { text-decoration:none; color: #a52a2a; }
*/
body {
    width: 100%;
    font-family: sans-serif;
    background-color: #b7e0f0;  /*#7d7d7d*/
    margin: 0px;
}


header {
    width: 100%;
    height: 120px;
    position: fixed;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

#header-text {
    width: 100%;
    background-color: #9ceded;
    /*color: #4d4d4d;*/
    color: burlywood;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
}

#header-logo {
    /*background-color: #595959;*/
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#header-text {
    /*background-color: #757575;*/
    width: 70%;
    color: #737373; /*e8e8e8*/
    font-size: 44px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#bild-logo {
    width: 300px;
}
.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

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

.main-links {
    /*background-color: #9e9e9e;*/
    width: 50%;
    padding: 10px;
    padding-top: 30px;
}
.main-rechts {
    width: 50%;
    padding: 10px;
    padding-top: 30px;
}
.text-bild {
    padding: 10px;
    color: #737373;     /*e8e8e8*/
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.text_link {
    padding: 10px;
    color: #737373;     /*e8e8e8*/
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_kontakt {
    padding: 10px;
    color: #737373;     /*e8e8e8*/
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    height: 150px;
    padding: 0px;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

#footer-text {
    width: 100%;
    /*
    background-color: #9ceded;
    color: #4d4d4d;
    */
    background-color: #9cedec;
    color: #4d4d4d;
    
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 40px;
    font-size: 60px;
    display: flex;
    justify-content: flex-end;
}

.text1 {
    margin-top: 16px;
    margin-left: 100px;
    padding: 10px;
    color: #4d4d4d;
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text2 {
    margin-top: 16px;
    padding: 10px;
    color: #000000;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

a {text-decoration: none;}


