/** ------------------------------------------
 *  Institutsname Grundlinienverschiebung
 * -------------------------------------------  
 */
#page-header h1 #backflip, 
.fold-header #page-header h1 #backflip {
  height: 55px;
}

/** ------------------------------------------ 
 *  Header-Hintergrundfarbe 
 * -------------------------------------------  
 */



#page-header {
   background: #1783E8;

}

#page-header h1 {
  color: white;
}


/** ------------------------------------------ 
 *  Teaser-Hintergrundbild falls kein Teaser vorhanden
 * -------------------------------------------  
*/

.js #teaser-bar #teaser {
  background: #f0f0f0 url("../Img/teaser_img_def_2x_202410011718.jpg");
  background-size:cover;
  background-position:center center;
}


/** ------------------------------------------
  * Menü auf Höhe des Teasers verschieben
  * -------------------------------------------
*/

/*#sidebar-navigation {
   position: relative;
   top: -235px;
   margin-bottom: 20px;
}*/




/** ------------------------------------------
  * Auswahlfarbe des linken Menüs
  * -------------------------------------------
*/

#sidebar-navigation ul a:hover, #sidebar-navigation ul a:focus, #sidebar-navigation ul a.selected {
  background-color: #b9d0f1;
}

/* Navigation nach links verschieben */
#top-navigation {
  padding-left:calc(1.5% + 4px);
}
#sidebar .box .box-title {
    font-size: 100%;
    font-weight: bold;
}
/*******************08.01.2021 Änderung -> Zeile 121*****/
/*#sidebar {
  position: relative;
  top: -235px;
}
*/
/* Position der NachrichtenBox
#sidebar .box {
  margin-top: -40px;
}
*/

/*Breite des NachrichtenBox */
#sidebar .box .box-title {
  padding: 10px 0px 10px 20px;
}
/* RSWS.-Feed-Logo unsichtbar machen */
.tx-gkhrssimport-pi1-RSS_h_image {display:none;}

.tx-gkhrssimport-pi1-rss_title, .tx-gkhrssimport-pi1-rss_title a {
  font-size: 100%;
}
/** ------------------------------------------ 
 *  Deklaration, damit im Firefox die Skalierung 
 *  des InstitutsLogos richtig funktioniert.
 * -------------------------------------------  
 */
/*#page-header h1 img {
  height: 95px;
  width: auto; 
  padding-top: 4px;
}
*/
#sidebar section.box:first-of-type {
    display:none;
}

/* Hier die Grundlinie des Logos anpassen */
.fold-header #page-header h1 img {
  height: 47px;
  width: auto; /* 99px */
}
/* */
@media screen and (max-width: 1024px) {
/* Hier die Grundlinie des Logos anpassen */
#page-header h1 img, .fold-header #page-header h1 img {
    height: 50px;
    padding-top:4px;
    width: auto; /* 99px */
  }
}
/*die Änderung wegen DE/EN Button*/
@media screen and (min-width: 571px) {
    #sidebar {
      position: relative;
      top: -200px;
    }
   #sidebar br:first-of-type {
     display:none;
   }
}

/*@media screen and (min-width: 571px) {
   #sidebar {
     position: relative;
     top: -235px;
   }
}*/

