* {
    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;
}




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);
}



div.Bildungsgutschein {
  background-color: whitesmoke;
    height: auto;
    padding: 130px 120px 200px 120px;
    max-width: 100%;
    border-bottom: 1px solid rgb(220,220,220);
}

.Bildungsgutschein a:link {
    color: rgb(55,61,42);
    text-decoration: underline;
}

h1 {
    color: rgb(255,140,0);
    font-size: 40px;
    font-style: italic;
    text-align: center;
    background-color: rgba(127,255,0,0.6);
}


h2 {
    color: rgb(47,79,79);
    font-size: 36px;
    letter-spacing: 0.001em;
    line-height: 1.7;
    text-align: left;
    margin-top: 10px;
}

h3 {
    color: rgb(47,79,79);
    font-size: 25px;
    letter-spacing: 0.001em;
    line-height: 1.7;
    text-align: left;
    margin-top: 90px;
}

p {
    color: rgb(47,79,79);
}


ol{
    color: rgb(47,79,79);
 
}

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

div.impressum {
    float: left;
    margin-left: 250px;
}


div.right {
    float: right;
    margin-right: 250px;
}

.right img {
    width: 200px;
}














