@font-face {
  font-family: acmeFont;
  src: url(../fonts/Acme-Regular.ttf);
}
div{
    font-family: acmeFont;
}

* {
	margin:0;
	padding:0;
}
html, body{
    
    height:100%;
 
}

#navigation{
    position: fixed;
    top:0;
    z-index: 40;
    width:100%;
    height:80px;
    
}


#Logo{
    float: left;
    margin-top:8px;
    margin-left:1%;
    position:fixed;
    z-index:14;
       
}

#SkylineLogo{display:none;
    z-index:1;
       
}

 
#menu a{
	text-decoration:none;

}

#menu a:hover {
}








li { list-style-type: none; }
















/* =====================================================================
   Seitenlayout im Nachtschema (Ergaenzung, ueberschreibt Aelteres)
   Der Beschreibungstext lag vorher in einem Flexbox-Element ohne
   Breitenbegrenzung -- ueber die volle Fensterbreite ist Fliesstext
   kaum lesbar. Die <p1>-Elemente sind erfundene Tags und daher inline;
   sie brauchen display:block, um als Absaetze zu wirken.
   ===================================================================== */
.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 120px 28px 0;
    width: auto;
}
.wohnraum-head{
    max-width: 1140px;
    margin: 0 auto 28px;
    padding: 140px 28px 0;
}
@media (max-width: 970px) {
    .wohnraum-head{ padding-top: 110px; }
}
#maincont{
    max-width: 820px;
    margin: 0 auto;
    padding: 0 28px 40px;
}
#maincont p1,
#maincont p{
    display: block;
    font-family: var(--font-body);
    font-size: 1em;
    line-height: 1.75;
    color: var(--linen-300);
    margin: 0 0 20px;
}
#maincont br{
    display: none;
}
.section-inner{
    padding-top: 70px;
}
