
body > header{
    height:99px !important;
    padding-top:10px;
}
body > header.small{
    height:99px;
    padding-top:10px;
}
body > header > menu{
    display:block;
    margin:0;
}
header menu #home{
    display:inline-block !important;
    position:fixed;
    top:30px;
    left:25px;
    text-align:left;
}
header menu #home img{
    max-width:70%;
}
#burger{
    display:block !important;
    width:30px;
    line-height:30px;
    border:3px solid #fff;
    position:fixed;
    top:25px;
    right:15px;
    font-size:30px;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
}
#mobilemenu{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.9);
    color:#fff;
    padding-top:110px;
}
#mobilemenu a{
    display:block;
    width:100%;
    border-bottom:1px solid #fff;
    padding:5px 15px;
    text-transform:uppercase;
    font-size:1.5rem;
    opacity:0.8;
    transition:all 0.9s;
}
#mobilemenu a:hover{
    opacity:1;
    background-color:rgba(0,0,0,0.9);
}

header menu a{
    display:none !important;
}
body > section{
    margin-top:89px;
    width:96%;
}
body > section > figure{
    background-size:contain;
    background-position:center;
    background-size:cover;
    height:auto;    
    min-height:320px;    
    padding-top:60px;
}
body > section > figure > aside{
    display:block;
    width:90%;
    height:auto;    
    min-height:200px; 
    border-radius:0px;
    padding:20px;
}
figcaption figure{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50px;
    border:1px solid #808080;
    background-size:cover;
    margin:20px;
}
aside.event,h3.event{
    display:none;
}
#iconbar a{
    margin:0px 20px 30px 20px;
}
figcaption.angebot div{
    display:none !important;
}
footer{
    background-size:contain !important;
    height:290px !important;
}
footer > menu > aside:first-of-type{
    display:table-cell !important;    
}
footer > menu > aside{
    display:none !important;    
}
body > section > footer > menu > aside{
    padding:30px;
}
.eventbar .event{
    width:90px;
    height:90px;
    border-radius:45px;
}
#offer,#event,#mieterkontakt{
    display:none;
    width:100%;
    min-height:350px;
    max-height:100%;
    overflow-x:auto;
    position:fixed;
    top:2%;
    left:0%;
    margin-left:0px;
    margin-top:0px; 
    border-radius:0px;
    box-shadow:0px 0px 0px #000;
    padding:10px;
}
#offer div, #event div{
    display:block;
    width:100%;
}
#sel_lage{
    display:none;
    width:100%;
    max-width:100%;
    height:70%;
    position:fixed;
    top:10%;
    left:0%;
    margin-left:0px;
}
#offer figure, #event figure{
    display:block;
    width:100%;
}
#offer div article{
    padding-top:10px;
}
#offer figure, #event figure{
    margin:auto;
}

#offer figure img,#event figure img{
    border-radius:7px;
    box-shadow:4px 4px 8px #000;
    max-width:300px;
    max-height:350px;
}
#mieterkontakt .close,#offer .close,#event .close{
    position:absolute;
    right:15px;
    top:-10px;
    font-size:3rem;
    color:#fff;
    cursor:pointer;
}
body > section > article{
    width:95%;
    border-radius:0px;
    padding:0px;
}
#shops figcaption{
    width:95%;
    margin:15px;
    padding:10px;
    position:relative;
    left:-20px;
}
figcaption#galerie{
    padding:15px !important;
    
}
figcaption#galerie figure{
    
}
.centerplan{
    padding:5px;
    padding-top:20px;
}
#shop figcaption,#shop figcaption span,#kontakt div,#kontakt div form,#kontakt div aside{
    display:block !important;
}
#shop figcaption span{
    margin:10px 0px;
}
#shopdaten{
    width:90%;
    text-align:center;
    padding:10px;
}
#shopdaten .bt{
    padding:0px 5px;
}
#zeiten{
    width:90%;
}
#zeiten .wt:nth-of-type(2){
    width:60%;
    display:inline-block;
    float:left;
}
#zeiten .wt{
    width:31%;
    display:inline-block;
    float:left;
}
#mieterkontakt,#mieterkontakt form {
    width:100%;
    height:auto;    
}
#mieterkontakt form label,#kontakt form label{
    padding:0px;
    margin-left:0px;
}
#kontaktform,#kontakt aside{
    width:95% !important;
}
#mieterkontakt form input, #mieterkontakt form textarea, #kontaktform input, #kontaktform textarea{
    width:80%;
}
#kontaktform input, #kontaktform textarea{
    width:95%;
}