* {
    font-family: 'Courier New', monospace; 
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(55,61,42);
    
}


body {
    margin: 0px;
    max-width: 100%; 
}

a {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:link {
    color: rgb(55,61,42);
}

a:visited {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}

td.bildungsgutschein a {
    color: rgb(181,181,181);
    text-decoration: none;
}

td.bildungsgutschein a:link {
    color: rgb(181,181,181);
}

td.bildungsgutschein a:visited {
    color: rgb(181,181,181);
    text-decoration: none;
}

td.bildungsgutschein a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}



header.mobil {display: none;}
header.Rechner {display: block;}



/* Menueleiste*/
div.waagrecht { 
    position: fixed;
    top: 0px;
    left: 0px; 
    background-color: white;
    z-index: 18;
    height: auto;
    width: 100%;
}

div.balken {
    font-weight: normal;
    padding-right: 0px;
    letter-spacing: 0.15em;
    width: auto;
    font-size: 16px;
    }

div.balken table { 
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

div.balken td {
    padding: 0px;
    margin: 0px;
    width: 12%;
    text-align: center;
    color: rgb(55,61,42);
}



  /** <- Menuleiste oben
**/

div.RECHNERuberuns {
    display: block;
    position: relative;
    margin-top: 0px;
    padding: 25px;
    max-width: 100%;
    height: 6300px;
    background-color: rgba(245,255,250,0.9);
    border-bottom: solid 1px rgb(55,61,42);
}


h3.Rechner {
    display: block;
    font-size: 30px;
    margin-left: 15%;
    margin-top: 7%;
}


p.Allgemeineins {
    width: 65%;
    margin-left: 15%;
    margin-top: 80px;

}
p.Allgemeinzwei {
    width: 65%;
    margin-left: 15%;
    margin-top: 20px;

}


h4 {
    font-size: 25px;
    padding-left: 15%;
    margin-top: 10%;
    margin-bottom: 0;
    float: left;
    width: 80%;

}

div.Portrait {
    float: left;
    margin-left: 10%;
    margin-top: 2%;
}
span.copyright {
    color: rgba(55,61,42,0.6);
    font-size: 14px;
    margin: 0px 10px;
}

p.vita {
    float: left;
    width: 50%;
    margin-left: 5%;
    margin-top: 2%;
}

div.Mitglieder {display: none;}


div.Impresslink {
    position: relative;
    padding: 50px;
    height: 150px;
}

div.impressum {
    float: left;
    margin-left: 30%;
}


div.right {
    float: right;
    margin-right: 30%;
}

.right img {
    width: 200px;
}














