article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{
  display:block;
}
mark,rp,rt,ruby,summary,time{
  display:inline;
}

*{
  margin:0px;
  padding:0px;
  font-size:1em;
  font-family:Arial,sans-serif;
  text-decoration:none;
  color:#333333;
  border:0px;
}
html,body{
  position:absolute;
  min-width:100%;
  min-height:100%;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:1;
  background: rgb(242,237,227);
}
body > section{
    background: rgb(242,237,227); 
    background: #ffda96;
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0;
    padding: 0px;
    background-image: none;
}
body .wp{
    display:none;
}
body > aside{
    background: rgba(242,237,227,0.9); 
    width:100%;
    min-height:100%;
    position: fixed;
    top:0;
    left:0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0px;
    box-shadow: 0;
    padding: 15px 0px;
    z-index: 100;
    display:none;  
    overflow: auto;
}
.close{
    border-radius: 15px;
    float:right;
    background: #FF6600;
    width:30px;
    line-height:30px;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center;
    font-size:14px;
    position: relative;
    top:-10px;
    right:0px;
}
.close:hover{
    background: #FF0000;
}
a{
    cursor: pointer;
}
cite{
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;  
    display:none;  
}
body > section > h1{
    color:#000;
    font-size:1.5em;
    font-family: 'Audiowide', cursive;
    font-weight:bold;
    position: static;
    width:100%;
    text-align:center;
    text-shadow:3px 3px 8px #333333;
    letter-spacing:1px;
}
body > section > h1 > span{
    font-size:1.3em;
    font-family: inherit;
    color: inherit;
}
body > section > h2{
    color:#FF6600;
    font-size:1.2em;
    font-family: 'Audiowide', cursive;
    position: static;
    text-align:center;
    margin-top:-15px;
    width:auto;
    padding-left:27%;
    text-shadow:3px 3px 8px #333333;
}
body > section > h2 > span{
    font-size:1.2em;
    font-family: inherit;
    color: inherit;
}
nav{
    position: static;
    clear: both;
    height:80%;
    width:98%;
    margin-top:20px;
    margin-left:1%;
    vertical-align: bottom;
}
.link{
    display: inline-block;
    min-width:43%;
    min-height:25%;
    width:43%;
    height:25% !important;
    float:left;
    color:#fff;
    text-align: right;
    padding-right: 12px;
    padding-top: 7px;
    font-family: 'Audiowide', cursive;
    font-size:18px;
    border-radius: 8px;
    border:1px solid #969696;
    position: static;
    opacity:0.8;
    margin:1%;
    box-shadow:0;
    
	    -webkit-transition-property:opacity, bottom, height;
	    -webkit-transition-duration:0.4s, 0.5s, 0.5s;  
	    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
	
	    -moz-transition-property:opacity, bottom, height;
	    -moz-transition-duration:0.4s, 0.5s, 0.5s;  
	    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
	
	    -o-transition-property:opacity, bottom, height;
	    -o-transition-duration:0.4s, 0.5s, 0.5s;  
	    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
	
	    transition-property:opacity, bottom, height;
	    transition-duration:0.4s, 0.5s, 0.5s;  
	    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
.link:hover{
    opacity: 1;
}
.link:last-of-type{
    display: inline-block;
}
.link > img{
    opacity:0;
}
.link:hover > img{
    opacity:0;
}

#kontakt{
    background: #91847e;
    min-width:93%;
    height:20%!important;
    min-height:20%;
    margin-top:2%;
    margin-bottom:2%;
}
#impressum{
    background: #91847e;
    min-width:93%;
    height:11%!important;
    min-height:11%;
}
#montage{
    background: #ffaa40;
}
#planung{
    background: #d89314;
}
#service{
    background: #ba7f09;
}
#verkauf{
    background: #ffab41;
}
body > aside:first-of-type > div{
    display:none;
}
body > aside > div{
    width:95%;
}
body > aside > form{
    width:95%;
    margin-top:-20px;
    line-height:24px;
    border:0;
}
body > aside > form > label:last-of-type{
    width:10%;
}
form > textarea, form > input[type=text], form > input[type=phone], form > input[type=email]{
    width:90% !important;
}
#imprint > div{
    margin-left:7px;
}
#imprint > div > strong{
    margin-left:-4px;
}
#imprint > div > span{
    white-space: nowrap;
}
body > section > figcaption{
    display:none;
}