@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center; /*für alten IE */
    background-image:url(../images/hg_2.2.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}


#wrapper {
    width: 1024px;
    margin: auto;
 
}


header, nav, footer, aside, section {
    display: block;
}

header {
  background-image: url(../images/banner_1.jpg);
  height: 170px;
}

header p {
    text-align: right;
    padding-right: 20px;
    font-size:60px;
    color: white;
}



header h3 {
    text-align: right;
    padding-right: 30px;
    font-size:20px;
    color: white;
}

header h4 {
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 10px;
}

#suche {
    background-color: #66ff66;
    font-size: 16px;
}

#steuerungoben {
   background-image: url(../images/30.png);
   height: 30px; 
}

#steuerungoben a {
    text-decoration: none;
    line-height: 30px;
    color: white;
    font-weight: bold;
}

#steuerungoben a:hover {
    background-image: url(../images/50.png);
}

#steuerunglinks  {
    background-color:#C0C0C0; 
    width: 220px;
    float: left;
    height: auto;
}

footer {
  background-image: url(../images/100.png);
  width: 905px;
  margin-top: auto;
}

aside {
    margin-right: 0px; 
    width: 180px;
    float: right;
    text-align: right;
}

aside img {
     padding-left: 10px;
     margin-top: 10px;;
}

h5 {
    padding-top: 1em;
}

section {
    margin-left: 250px;
    margin-right: 195px;
    margin-top: 20px;
    width: 500px;
    height: auto;
    text-align: justify;
}

section p {
    padding-bottom: 1em;

}
  /* Navigationsbuttons */
a.button{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: -17px;
  color:#000000;
  background:#66cc00;
  text-align:center;
  display:block;
  width:180px;
  border: 3px solid black;
  padding:3px;
  text-decoration:none;
  font:bold 12px "Verdana"; "arial"; "sans-serif";
}

a.button:hover{
  color:94452b;
  background-color: #66ff66;
}

a.button2{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: -17px;
  color:#000000;
  background:#ff3333;
  text-align:center;
  display:block;
  width:180px;
  border: 3px solid black;
  padding:3px;
  text-decoration:none;
  font:bold 12px "Verdana"; "arial"; "sans-serif";
}

#muetze
{position: relative;
left: 25em;
top: -0.25em;
height: 90px;
width: 115px;
}

.slicknav_menu {
    display: none;
}


@media only screen and (max-width: 45em) {
    
    #steuerunglinks {
        display: none;
        float: none;
        clear:both;
    }
	
	#navigation {
		display: none;
	}
    

    
    #wrapper {
        width: 100%;
    }
    
    header b {
        font-size: 35px;
        font-weight: bold;
    }
    
    h5 {
        padding-top: 1em;
    }
    
   section  {
        text-align: center;
    }
    
    .slicknav_menu {
    display: block;
}
    footer {
        display: none;
    }  
    
    
    
    #steuerungoben,
    #steuerunglinks{
        display: none;
    }
    

    
    .slicknav_menu {
        display: block;
    }
    
    .slicknav_nav a {
        text-align: left;
    }
    
        
    #druck {
        display: none;
    }
    
   
   


}