* {
    font-family: 'Courier New', monospace; 
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.1em;
    color: rgb(47,90,79);
}


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




/* 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 {
    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*/
a {
    color: rgb(47,90,79);
    text-decoration: none;
}

a:link {
    color: rgb(47,90,79);
}

a:visited {
    color: rgb(47,90,79);
    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;
}



div.RECHNERtermine {display: none;}

div.MOBILTermine {
    display: block;
}



h4 {
    font-size: 22px;
    margin: 60px 0px 0px 0px;
}

h5 {
    font-size: 18px;
    margin: 40px 0px 10px 0px;
}



img.PoppinsMOBIL {
    display: block;
    width: 100%;
    margin-top: 65px;
}

div.Kalender {
    margin: 0px;
    padding: 10px 20px 100px 20px;
    background-color: rgba(245,255,250,0.8);
    border-bottom: solid 1px rgb(47,90,79);
}

.Kalender a:link {
     color: rgb(47,90,79);
    font-weight: bold;
    text-decoration: underline;
}

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

p.praesenz {
    margin-left: 5%;
}

p.zusatz {
    margin-left: 12%;
    margin-bottom: 20px;
    font-style: italic;
    color: rgba(47,90,79,0.8);
    font-size: 14px;
    
}


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








