*{
    font-family: sans-serif;
    font-size: 14pt;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

body{
    background-color: #f7f7f7;
}

h1{
    padding: 5px 20px 5px 20px;
    color: #49d4d4;
    margin-top: 10px;
    font-size: 1.5em;
}

h2{
    padding: 5px 20px 0px 20px;
    color: #4f4f4f;
    font-size: 1.2em;
}

#wrapper{
    
    width: 1120px;
    max-width: 90%;
    
    margin: 0 auto;

}

#wrapperf{
    position: relative;
    width: 1120px;
    max-width: 90%;
    height: 150px;
    margin: 0 auto;
}

#banner{
    position:relative;
    
    height: auto;
    
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    
    background-color: #f7f7f7;
    border-bottom: 2px solid #4f4f4f;
}

#logo{
    height: 150px;
    width: 150px;
    
    background-image: url("../img/Logo+Text.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid #4f4f4f;
}

#content p{
    font-size: 1em;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;
    color: #4f4f4f;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#content pre{
    font-size: 1em;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;
    color: #4f4f4f;
}

#content a{
    color: #4f4f4f;
}

#content a:hover{
    color: black;
}

#menu {
    position: absolute;
    right: 0;
    bottom: 10px;

}

#menutext{
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    font-size: 16pt;
    font-weight: 550;
    
    margin-right: 15px;
    
}

#menutext:active{
    padding-top: 10px;
    color: #4f4f4f;
    border-top: 4px #4f4f4f solid;
}

#menutext:hover{
    
    padding-top: 10px;
    color: #4f4f4f;
    border-top: 4px #49d4d4 solid;
    
}

#menubutton{
    display: none;
    width: 40px;
    height: 40px;
}

#menubutton:active{
    border: 2px solid #49d4d4;
}

#content{
    min-height: 300px;
    position: relative;
    padding-bottom: 450px;
}

#imagelist, #galerie{
    text-align:center;
    margin-bottom: 20px;
}

#imagelist ul, #galerie ul{
    list-style: none;
}

#imagelist h2{
    padding: 0;
}

#imagelist li{

    display: inline-block;
    
    height:200px;
    width:200px;
    margin: 15px;
}

#galerie li{

    display: inline-block;
    
    height:240px;
    width:240px;
    margin: 5px;
}

#galerie img{
    border: 2px #4f4f4f solid;
    border-radius: 5px;
}

#imagelist img{
    margin-top: 10px;
    border: 2px #4f4f4f solid;
    border-radius: 5px;
    transition: all ease-in-out 0.1s;
}

#imagelist img:hover{
    border: 2px #49d4d4 solid;
    transform: translateY(-5px);
}

#mobile-menu{
    display: none;
}

#mobile-menu li{
    list-style: none;
    display: block;
    margin:0;
    padding: 5px 0px 5px 0px;
    background-color: #4f4f4f;
    
    border-bottom: #f7f7f7 1px solid;
    font-size: 20px;
    
}

#mobile-menu a{
        color: #f7f7f7;
}

#map{
    position: absolute;
    right: 0px;
    bottom: 40px;
    
    width: 100%;
    height: 420px; /* +18px, damit kein Scrollbalken */
}

#footer{
    min-height: 150px;
    background-color: #4f4f4f;
    padding: 20px;

}

#footercontact a{
    text-decoration: none;
    color: #f7f7f7;
    font-size: 10pt;
}

#footercontact a:hover{
    border-bottom: solid white 1px;
}

#contact {
    position: absolute;
    left:5px;
    height: 150px;
    
}

#links{
    position: absolute;
    top: 10px;
    right: 5px;
}

#ftheadline{
    font-size: 14pt;
    font-weight: 600;
    color: #f7f7f7;
    margin-left: 10px;
}

#links a{
    text-decoration: none;
    color: #f7f7f7;
    font-size: 10pt;
}

#links a:hover{
    color: #ffffff;
    font-size: 10pt;
    border-bottom: solid white 1px;
}

#links ul{
    list-style-type: none;
}

@media only screen and (min-width:750px) and (max-width:900px){
    #menutext{
        margin-right: 10px;
        font-size: 14pt;
    }
}

@media only screen and (max-width:750px) {
    
    *{
        font-size: 10pt;
    }
    
    #logo{
        height: 100px;
        width: 100px;
    }
    
    #menutext{
        display: none;
    }
    
    #menubutton{
        display: inherit;
    }
    
    #mobile-menu{
        display: none;
        text-align: center;
    }
    
    #imagelist li{
    height:100px;
    width:100px;
    }
    
    #imagelist img{
        width: 100px;
        height: 100px;
    }
    
    #galerie li{

    height:150px;
    width:150px;
    }
    
    #galerie img{
        width: 150px;
        height: 150px;
    }

}