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

#inhalt h2 {
     margin-bottom: 1em;
     margin-top: 2em;
}

#inhalt p {
     margin-bottom: 1em;
}

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

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

h1,h2 { color: #768185;
 }

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

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

.h21 {
	text-align: center;
	}

.block {
	text-align: justify;
	}


.franz {
    float: left;
    padding-right: 1em;
    padding-bottom: 1em;
}

.a2 {
	float: left;
	margin-top: 4em;
	}

.plakat {
	float: left;
	margin-left: 6em;
	margin-bottom: 1em;
	}

.endefloat {
	clear: both;
	}

.mto {
		margin-left: 30em;
  	}

.m1to  {
	float: left;
 	margin-left: 6em;
  	}

.mannschaft {
	float: left;
	}

.mannschaft1 {
	float: right;
	}


.d1 {
	float: left;
	margin-left: 1em;
	}

.d1a {
	float: left;
	margin-left: 5.5em;
	}

.aufstieg {
	float: left;
   }

.aufstieg1 {
	float: right;
   }

.d2 {
	margin-top: 2em;
	}

.doris {
	float: right;
		}

.damen {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
	}

.schueler {
	float: left;
	margin-right: 1.5em;

	}

.maedchen {
	float: left;
	margin-right: 1.5em;
	margin-top: 1.5em;
	}

.jugend {
	float: left;
	margin-top: 1.5em;
	}



.maedchent {
	text-align: center;
	}



.schuelert {
	float: left;

	}

.f1 {
	margin-top: 2em;
	}

.clip1 {
	float: left;
	}

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

.a1 {
 	float: right;
 	margin-right: 8em;
 	margin-top: 8em;
 	}

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

}



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

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

}

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



