  @charset "UTF-8";
/******************************************************************************
  @brief      AndoLib-OPAC Desktop Referenz-Stylesheet #1
  @File       main.css
  @Version    4.10.12
  @Copyright  Anando Eger, www.aneg.de
  @Function   css-Datei
  @details    für index.html mit iframe für den Inhalt
  @date 2025-09-18 ste: Anpassungen Bibliothek Grünheide
 *****************************************************************************/
                    
  html            { background-color: #ffffff; }    
  body            { padding: 0px; margin: 0px; padding-top: 10px;
                    font-size: 1em;
                    FONT-FAMILY: Arial,Verdana; color: #000000;
                    background-color: #ffffff; }
	.bodyRahmen     { /* Vollbildanzeige oder Vergrößert */		
                    max-width: 1200px; /* Breite Banner */
                    min-height: 1000px;                   
                    margin: auto; /* horizontal mittige Darstellung */
                  }
  img             { padding: 0px; margin: 0px; }
  .imgBanner      { height: 299px; object-fit: contain; }
 
  .divBanner      { display: flex; flex-direction: row; flex-wrap: nowrap;}
  .LogoSchriftBalken{
    position: relative; top: -180px; z-index: 5;
    background-color:  rgba(105,126,1,0.7); /* opacity ohne Vererbung */   }
  .LogoSchrift{
    position: relative; color: white;
    font-size: 3em;  
    text-align:center;
  }
  .divBannerBottom{ display: none; }
  /*
320px 	- 480px: 	Mobile devices
481px 	- 768px: 	iPads, Tablets
769px 	- 1024px: Small screens, laptops
1025px	- 1200px: Desktops, large screens
1201px and more - Extra large screens, TV
*/

@media all and (max-width : 768px) {
  .divBanner,
  .divBannerBottom,
  .LogoSchriftbalken,
  .LogoSchrift { display: none; }
}	
