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

#kopf {
    width: 100%;
    margin: 0 auto;
    background-image: url(bilder/header2.jpg);
    height: 330px;
        }

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

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

  /* ########### Bilder, Überschrift, Links anpassen ############## */
  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;
  margin-top: 1em;
  }


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

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

.pokal1 {
	text-align: center;
	}

.bau {
	text-align: center;
	}

.bau1 {
  float: left;
  margin-right: 1em;
  margin-top: 1em;
  }



.baut {
	margin-top: 5em;
	margin-left: 7em;
	}

.geb1 {
	margin-left: 13.8em;
	}

.geburtstag {
     float: left;
     margin-right: 1em;
     }


.geburtstag1 {
     margin-top: 1em;
}

.hobby {
  text-align: center;
}

.hobby1 {
	margin-bottom: 1em;
	margin-top: 1em;
	}

.hobby2 {
 margin-bottom: 1em;
}



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

.bzm1 {
  margin-top: 2em;
  text-align: center;
}

.bzm2 {
  margin-top: 1em;
}

.platz {
	text-align: center;
	}

.i1 {
  margin-bottom: 1em;
  margin-top: 1em;
}


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

.meister1 {
   margin-bottom: 1em;
}

.kreis {
	margin-top: 1em;
	}

.kreis1 {
  margin-bottom: 1em;
}

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

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

}



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

}



