/** ------------------------------------------
 *  Gesamt Hintergrundbild
 * -------------------------------------------  
 */
body {
  background-image: url("../Img/hauptgebaeude.jpg");
  background-size:cover;
}


/** ------------------------------------------ 
 *  Header-Hintergrundfarbe 
 * -------------------------------------------  
 */
#page-header {
   background: #cceffb;
}

/** ------------------------------------------ 
 *  Teaser-Hintergrundbild falls kein Teaser vorhanden
 * -------------------------------------------  
 */
.js #teaser-bar #teaser {
  background: #f0f0f0 url("https://www-dev.tuhh.de/t3resources/v8/layout01INSTITUTE/Img/teaser_def_800_344.jpg") 50% 50% no-repeat;
}

/** ------------------------------------------
 *  E-mails
 * -------------------------------------------  
 **/

<body class="" data-url="/index.php?id=17324&amp;startid=625&amp;L=0&amp;navidlist=939,1198,5783,1196,1192,1105,1407,1191,1236" data-cache-key-prefix="v8">
<footer id=”page-footer”>
<div id="change-info">
    <a class="mail" href="mailto:jan.bittner@tuhh.de" title="jan.bittner@tuhh.de">Jan Philipp Bittner</a>
</div>
</footer>
</body>



/** ------------------------------------------ 
 *  Deklaration, damit im Firefox die Skalierung
 *  des InstitutsLogos richtig funktioniert.
 * -------------------------------------------  
 */
#page-header h1 img {
  height: 142px;
  width: auto; /* 227px */
}
.fold-header #page-header h1 img {
  height: 60px;
  width: auto; /* 99px */
}
@media screen and (max-width: 1024px) {
  #page-header h1 img, .fold-header #page-header h1 img {
    height: 60px;
    width: auto; /* 99px */
  }
} 

