* {
    font-family: 'Courier New', monospace; 
    text-align:left;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    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;
}




/* Menueleiste*/

header.Rechner {
    display: none;
}

header.mobil {
    display: block;
}

div.quermobil {
    position: fixed;
    top: 0px;
    left: 0px; 
    background-color: white;
    z-index: 18;
    height: 65px;
    width: 100%;
    border-bottom: solid white 2px;
}


/*smartphonemenu*/

header.mobil {
    display: block;
}

    .bar1, .bar2, .bar3 {
  width: 50px;
  height: 8px;
  background-color: rgb(55,61,42);
  margin: 7px 2px;
  transition: 0.4s;
}
    
.menue-button {
	display: inline-block;
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: white;
    color: white;
    cursor: pointer;
}

.menue-button:hover {
    color: red;
    background: rgb(255,69,0);
}

a.bereichlogo {
    width: 100%;
}
nav.navi a {
    color: rgb(55,61,42);
    font-size: 18px;
    text-decoration: none;
}

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

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

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

nav.navi li {
    list-style: none;
    float: left;
    margin-left: 20px;
    padding: 10px 20px 3px 20px;
    width: 100%;
    background-color: white;
}

nav.navi ul.eins {
    float: left;
    margin-top: 70px;
    width: 100%;
}

nav.navi {
    display: none;
}

#nav-menue:target #steuerung {
    display: block;
}

#nav-menue:target .menue-button-beschr-open {
	display: none; 
}


/* Schaltwerk Icon */


span.schalte {
    position: absolute;
    left: 5px;
    margin: 20px 0px 0px 0px;
    line-height: 100%;
    text-align: center;
    padding: 0px;
    font-size: 30px;
    letter-spacing: 0.02em;
}

/*
span.bildung {
    position: absolute;
    left: 10px;
    bottom: 5px;
    margin: 0px;
    line-height: 100%;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    letter-spacing: 0.02em; 
}*/


/* Menueleiste*/


div.RECHNERuberuns {display:none;}


div.Mitglieder {
    display: block;
    background-color: rgba(245,255,250,0.9);
    border-bottom: solid 1px rgb(55,61,42);
    padding: 15px;
}


h1 {
    font-size: 34px;
    font-weight: bold;
    margin: 100px 0px 0px 0px;
    padding:0px;
    line-height: 1.2;
}

p.Einfuehrung {
    margin: 60px 0px 0px 0px;
}

p.Zweifuehrung {
    margin: 20px 0px 0px 0px;
}

h2 {
    font-size: 24px;
    margin-top: 100px;
    text-align: center;
}


div.Bild {
    margin: 10px auto;
    width: 90%;
}

.Bild img {
    width: 100%;
    }

span.copyright {
    color: rgba(55,61,42,0.6);
    font-size: 10px;
    margin: 0px 10px;
}


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

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


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

.right img {
    width: 100px;
}



