/* ################ PC Anpassung ################# */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: Arial, sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 1.5;
    font-size: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border: 2px solid #E7F4F1;
    border-radius: 10px;
    margin-top: 1em;

 }

#seite {
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    }



#steuerung  {
    background-color: #E7F4F1;
    font-size: 1.2em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    margin-bottom: 1em;
    text-align: center;
}

.logo {
     margin-right: 6em;
}

#steuerung li {
    display: inline;
    border-right: 1px solid black;
    padding-right: 0.5em;
    margin-left: 0.5em;
}

#steuerung a:link {
    color: #000000;
    text-decoration: none;
}

#steuerung a:hover {
     background-color: #7B9393;
}

.menue-button  {
      display: none;
   }

.active {
	background-color: white;
	text-decoration: none;
		}


#inhalt {
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
	     }

.archiv {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	}

  hr {
  	margin-bottom: 2em;
  	margin-top: 2em;
    color: #E7F4F1;
  	}

    a {
       color: #768185;
       text-decoration: underline;
    }

  h2 { color: #768185;

   }

   img {
    max-width:100%;
    height: auto;
   }

   .flex-box {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
   }

.block {
	text-align: justify;
	margin-top:1em;
	}

.weih {
    margin-top: 1em;
}


.wf {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	}

.wft {
	margin-bottom: 1em;
	}

.kreisa {
   text-align: center;
}

.kreisa1 {
   margin-top: 1em;
   margin-bottom: 1em;
   text-align: center;
}

.mini1, .mini3 {
	text-align: center;
	}

.mini2 {
	margin-top: 2em;
	margin-bottom: 2em;
	}

.mini4 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.mini5 {
  margin-top: 1em;
}


.mini6 {
  margin-right: 16em;
  margin-top: 1em;
}

.mini7 {
  margin-top: 1em;
}

.aufstieg {
  text-align: center;
	margin-bottom: 1em;
		}



.kreis {
  text-align: center;
  margin-bottom: 1em;
}

.kreis2 {
  margin-bottom: 1em;
}

.ehr1 {
  margin-bottom: 1em;
}

.rein, .oli, .peter {
  margin-top: 1em;
}



.ehr {
	text-align: center;
	margin-bottom: 1em;
		}



.re1 {
	text-align: center;
	margin-bottom: 1em;
	}


.rel2 {
  text-align: center;
	margin-top: 1em;
		margin-bottom: 3em;
	}


.meis {
  text-align: center;
  margin-bottom: 1em;
}

.clip1 {
	text-align: center;
  margin-bottom: 1em;
	}

.i1 {
  margin-top: 1em;
}

.mann {
  margin-top: 2em;
}

.maa1 {
  text-align: center;
  margin-bottom: 1em;
}


.oben {
  margin-top: 2em;
  text-align: right;
}

#fuss {
    text-align: center;
    font-size: 0.8em;
    color: #000000;
    clear: both;
}



/* ############ Mobile Anpassung ############## */
/* mobile Geräte */
@media only screen and (max-width: 440px) {

#kopf {
    background-repeat:no-repeat;
    background-position: top center;
    background-size: 100%;
   }
 
#inhalt {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
   	   	     } 
   
.weih {
    margin-top: 1em;
}

.kreis {
    margin-top: 1em;
}
   
}



/* ################## Tablets und mittlere Bildschirme ######################## */
@media only screen and (min-width: 440px) and (max-width: 900px) {

#kopf {
    background-repeat:no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  
#inhalt {
   margin-left: 2em;
   margin-right: 2em;
   margin-top: 1em;
   margin-bottom: 1em;
              }  
  
.weih {
    margin-top: 1em;
}

.kreis {
    margin-top: 1em;
}  
}


/*	Menü-Button oben rechts einblenden bei kleiner als 600px */

@media only screen and (max-width:600px) {
	.menue-button {
		display: block;
		margin-bottom: 2em;
	}
	
	.menue-button {
		background-color: #5F9EA0;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.5em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}	
	
#steuerung li {
		list-style: none;
                float: left;
		width: 100%;
		border-bottom: 2px solid silver;
	}
	
	.menue-button:hover {
		color: black;
		background: #E7F4F1;
	}

.logo {
     display: none;
}

#header {
     margin-top: 2em;
}


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


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

}

