  @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
 *****************************************************************************/
                    
  html            { background-color: #ffffff; }    
  body            { padding: 2%; margin: 0px; 
                    font-size: 1em; /*0.8 bei 600px iframewidth*/
                    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 */
                    margin-bottom: 10px; }
  img             { padding: 0px; margin: 0px; }
  .imgBanner      { height: 100%; width: 100%; object-fit: contain;
                    margin: 0px; margin-bottom: 35px; }
 
  .divBanner      { display: flex; flex-direction: row; flex-wrap: nowrap; 
                    border: 1px solid #ffa99c; }
  /* Bannervarianten */                                                                            
  .divBannerV1    { display: flex; flex-direction: row; flex-wrap: nowrap; }
  .divBannerV2    { background-image: url("images/kd_banner.jpg");
                    background-repeat: no-repeat; 
                    background-size: contain;       /* autoresize */ 
                    height: 278px;                  /* nötig bannerhöhe */ }
  .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 { display: none; }
}	
