/* hifi_fertig.css ersetzt hifi.css */
/* hifi_fertig.css blendet class="bausatz" aus, siehe: .nodisp, .bausatz */

body { margin-top:5px; font-size:13px; margin-bottom:5px; font-family: Arial, Verdana, Helvetica, sans-serif }
table { margin-top:5px; font-size:13px; margin-bottom:5px; font-family: Arial, Verdana, Helvetica, sans-serif }

h1 { font-size:20px }
h2 { font-size:18px }
h3 { font-size:16px }
h4 { font-size:15px }  

/* fuer Komponenten wie Spulen, Kondensatoren, Widerstaende */
table.comp { background-color: #eeeeee; text-align: center; width: 95%; max-width: 850px; border: 1px dotted green; padding: 0px; }
thead.comp { font-weight: bold; background-color: #c0c0c0; }
tr.comp:nth-child(even) { background: #e7e7e7;}

thead.comppic { font-weight: bold; background-color: #e0e0e0; }


input {
    border-radius: 5px;
    border: solid 1px #222;
}

a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {color:#008080;}
a:active {color:#008080;}
a:focus {color:#008080;}

.linkbutton {
    background-color: #eeeeee;
    padding: 3px 8px;
    border-radius: 5px;
    border: solid 1px #222;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); */
    user-select: none;
    text-decoration: none;
    line-height: 2.5;
}

.linkbutton:hover {
    background-color: #ffff99;
}

.linkbutton:active {
    background-color: #ffff00;
}

.klein{
    font-size: 11px;
}

/**** Fuer die Navigationsleiste oben *****/
a.x:link { color:#000000; text-decoration:none; }
a.x:visited { color:#000000; text-decoration:none; }
a.x:active { color:#000000; text-decoration:none; }
a.x:hover { color:#000000; background-color:#FFFFFF; text-decoration:underline;}

.xp {background-image:url(../images/template_180.gif);background-repeat:no-repeat;text-align: center; padding: 0.3rem 0.6rem; font-size:0.9rem;}
.xa {background-image:url(../images/template_180_a.gif);background-repeat:no-repeat;text-align: center; padding: 0.3rem 0.6rem; font-size:0.9rem;} 
.xx {text-align: center; padding: 0.3rem; font-size:0.7rem; }
.xline {white-space: nowrap; font-size:0.9rem;}
.xkorb {white-space: nowrap; font-size:0.7rem; color: #777777;}

/***************** Fuer Bilderanordnungen ***************************************/
/* <div class="flexZeile" style="width:115%;"> */
/* <div class="flexBox" onclick="window.location.href = 'xyz.htm';">   */
/*  <image src="xyz.png" class="flexBild">  <h2 class="flextext">Name</h2> </div> */

*.flexZeile {
	display: flex; 
	flex-direction: row;   /* also in Zeile nicht in Spalte  */
	flex-wrap: wrap;       /* nicht in eine Zeile quetschen */
	margin: 0.5em;         /* um die Flexanordnung          */ 
	width: 96%;            /* alle Boxen Ausnutzung des Windows innerhalb margin  */
}
  
*.flexBild {
	halign: center;        /* Center */
	display: block; 
	margin-left: auto;     /* auch Center */
	margin-right: auto; 
	width: 80%;
}

/* jetzt von der Groesse adaptive Auswahl für Hauptauwahlen */   
/* breiter Screen */ 
@media (min-width: 60em) {

  *.flexBox {
    float: left;  
    width: 13em;           /* Breite */
    margin: 0.2em;
    background-color: white;
    padding: 0.6em;
  }
  *.flextext {
	padding: 1.5em,0.1em;
	z-index: 10; 
	text-align: center;
	font-size: 1.3rem;
  }
  *.flexBoxMini {
    float: left;  
    width: 6.5em;           /* Breite */
    margin: 0.1em;
    background-color: white;
    padding: 0.2em;
  }
  *.flextextMini {
	padding: 0.3em,0.02em;
	z-index: 10; 
	text-align: center;
	font-size: 0.8rem;
  }
}

/* kleiner Screen */ 
@media (max-width: 60em) {

  *.flexBox {
    float: left;  
    width: 8.5em;           /* Breite */
    margin: 0.1em;
    background-color: white;
    padding: 0.4em;
  }
  *.flextext {
	padding: 0.9em,0.05em;
	z-index: 10; 
	text-align: center;
	font-size: 1.05rem;
  }
  /*  miniaturisierte Bilder für "Nebenauswahl", also keine Hauptauswahl wie auf Startseite */
  *.flexBoxMini {
    float: left;  
    width: 5.5em;           /* Breite */
    margin: 0.1em;
    background-color: white;
    padding: 0.2em;
  }
  *.flextextMini {
	padding: 0.2em,0.01em;
	z-index: 10; 
	text-align: center;
	font-size: 0.7rem;
  }
}


/* sehr kleiner Screen (Mobile) */ 
@media screen and (max-width: 30em) {

  *.flexBox {
    float: left;  
    width: 6.3em;           /* Breite */
    margin: 0.1em;
    background-color: white;
    padding: 0.2em;
  }

  *.flextext {
	padding: 0.3em,0.02em;
	z-index: 10; 
	text-align: center;
	font-size: 0.75rem;
  }
  /*  miniaturisierte Bilder für "Nebenauswahl", also keine Hauptauswahl wie auf Startseite */
  *.flexBoxMini {
    float: left;  
    width: 5em;           /* Breite */
    margin: 0.1em;
    background-color: white;
    padding: 0.1em;
  }
  *.flextextMini {
	padding: 0.05em,0em;
	z-index: 10; 
	text-align: center;
	font-size: 0.65rem;
  }
}


/**** Fuer kleine Navigationsleiste oben mit <ul> <li> <ul> <li> <a href=.....  *****/
ul.home {  
    font-family: Arial, Verdana;
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;     /* kein Bild o.ä. */
    z-index: 250;
}

ul.home li {
    display: block;       /*  nicht inline und nicht none. */
    position: relative;   /* nur dies wird verschoben, Rest bleibt gleich */
    float: left;          /* Li-Elemente werden nebeneinander ohne Umbruch dargestellt  */
    z-index: 250;
}

li ul.home {
    display: none;        /*  Unterelemente werden ausgeblendet. */
    z-index: 250;
}

ul.home li a {
    display: block;       /*  nicht inline und nicht none. */
    /* text-decoration: none;    /* Keine Textdekoration */
    padding: 5px 15px 5px 15px;    /* Abstand um die UntermenueEintraege  */
    border-top: 1px solid #ffffff; /* weisser Kasten um die UntermenueEintraege  */
    margin-left: 1px;
    white-space: nowrap; /* in einer Zeile */
    z-index: 250;
}

ul.home li a:hover {
    background: #DDDDDD;
    z-index: 250;
}
 
span.home {
    display: block;       /*  nicht inline und nicht none. */
    padding: 5px 15px 5px 15px;
}

li:hover ul.home {
    display: block;       /* blendet ausgeblendetes Untermenu ein */
    position: absolute;   /* verhindert, dass Obermenu sich mit Untermenu ausdehnt */
    z-index: 250;
}

ul.home li:hover li {
    float: none;          /* Untermenue senkrecht, nicht waagrecht   */
	background: #EEEEEE;  /* und mit hinterlegter Farbe */
    font-size: 13px;
    z-index: 250;
}

/* Allgemeine Formate */

.dot {border-style: dotted; border-color: #777777;}

div.menu{
    /* fuer Suchmaschine */
    display:none;
}

.nodisp, .bausatz{
    /* oder temp. Ausblendung */
    display:none;
}

p.vorfuehr{
    /* oder temp. Ausblendung */
    display:block;
}

table.tdaten{
    /* technische Daten bei Bausatzbeschreibung */
    font-family:Arial,sans-serif; font-size:10pt;
}

table.menu{
    /* Bei Menues mit Tabelle (sollte ersetzt werden) */
    font-family:Arial,sans-serif; font-size:10pt;
}
 
table.submenu{
    /* Bei Untermenues mit Tabelle (sollte ersetzt werden) */
    font-family:Arial,sans-serif; font-size:9pt;
}

td.bold{
    /* Bei Tabellen zur Hervorhebung Überschrift (sollte ersetzt werden?) */
    font-weight:bold;
}

.me{
    /* Für Übersichten: gelb unterlegt */
    background-color: #ffff00;
}


.me_bold{
    /* gelb unterlegt, Oberbegriff */
    font-weight: bold; 
    background-color: #ffff00;
}

.img20L {
    /* Bilder, links Groesse angepasst auf max. 30% Breite */
    max-width: 20%; 
    height: auto; 
    float: left; 
    padding: 5px 15px;
}

.img30L {
    /* Bilder, links Groesse angepasst auf max. 30% Breite */
    max-width: 30%; 
    height: auto; 
    float: left; 
    padding: 5px 15px;
}

.img40L {
    /* Bilder, links Groesse angepasst auf max. 40% Breite */
    max-width: 40%; 
    height: auto; 
    float: left; 
    padding: 5px 15px;
}

.img50L {
    /* Bilder, links Groesse angepasst auf max. 40% Breite */
    max-width: 50%; 
    height: auto; 
    float: left; 
    padding: 5px 15px;
}

.img95 {
    /* Bilder, angepasst auf max.95% Breite */
    max-width: 95%; 
    height: auto; 
    float: left; 
    padding: 5px 5px;
}

.imgR {
    /* Bilder, aber rechts, zur Kombination class="img30L imgR" */
    float: right; 
}

.img60px {
    /* Bilder, angepasst auf max.60 Pixel */
	max-width: 60px;
    height: auto; 
    float: left; 
    padding: 5px 5px;
}

/* fuer Einschuebe, die rechts am Rande der Seite stehen */
#datenblatt {
    width: 266px;
    padding: 10px;
    float: right;
    background-color: #eee;
    margin: 10px 5px 0px;
}

#datenblatt li {
    /* in der Tabelle ist der Punkt sonst zu weit links */
    list-style-position: inside;
}

#datenblatt ul {
    margin: 0;
    padding: 0;
}

.inside {
    list-style-position: inside;
}

/* fuer Einschuebe, die rechts am Rande der Seite stehen */
.hinweis {
    width: 266px;
    padding: 5px;
    float: right;
}

.hinweis li {
    text-align: right;
    list-style-type: none;
}


/* fuer schmale Einschuebe, die rechts am Rande der Seite stehen */
.hinweis_schmal {
    width: 166px;
    padding: 5px;
    float: right;
    background-color: #eee;
    margin: 10px 5px 0px;
}


.inlineBlock {
    /* für mehrspaltige Darstellung als class in div oder p-Tags */
    display: inline-block;
    width: 320px;
    margin: 5px 5px 5px 5px;  /* oben, rechts, unten und links  */  
        vertical-align: top;  
}

.inlineBlock21 {
    /* für mehrspaltige Darstellung als class in div oder p-Tags */
    display: inline-block;
    width: 210px;
    margin: 3px 3px 3px 3px;  /* oben, rechts, unten und links  */    
        vertical-align: top;  
}

.inlineBlock16 {
    /* für mehrspaltige Darstellung als class in div oder p-Tags */
    display: inline-block;
    width: 160px;
    margin: 3px 3px 3px 3px;  /* oben, rechts, unten und links  */    
        vertical-align: top;  
}

.inlineBlock14 {
    /* für mehrspaltige Darstellung als class in div oder p-Tags  */
    display: inline-block;
    width: 140px;
    margin: 3px 3px 3px 3px;  /* oben, rechts, unten und links  */    
        vertical-align: top;  
}

.inlineBlock12 {
    /* für mehrspaltige Darstellung als class in div oder p-Tags  */
    display: inline-block;
    width: 120px;
    margin: 3px 3px 3px 3px;  /* oben, rechts, unten und links  */ 
        vertical-align: top;  
}

.inlineBlock10 {
    /* für mehrspaltige Darstellung als class in div oder p-Tags  */
    display: inline-block;
    width: 100px;
    margin: 3px 3px 3px 3px;  /* oben, rechts, unten und links  */ 
        vertical-align: top;  
}

.Block {
    /* Block für den Rest für mehrspaltige Darstellung als class in div oder p-Tags  */
    display: inline-block;
    margin: 5px 5px 5px 5px;
        vertical-align: top;  
}


.kitmenu_dt, .kitmenu_en, .kitmenu_es, .kitmenu_fr, .kitmenu_it {
        text-align: center;
}


ul.inlineBlock { 
    margin-left: 0px; 
}

/* Fuer den Warenkorb */
/* Um Warenkorb-Button etwas responsiv zu machen */
INPUT.WK:active { 
  border-radius: 9px;
  color:#0000FF;
}

/* benötigt für Tag <preis> in Deutschland */
.exEU { 
   position: absolute;
   left: 2px;
   top: 19px;   
   font-size: 9px;
   color: #808080;
   line-height: 10px;
}

/* benötigt für Tag <preis> außerhalb Deutschland */
.exEU2 { 
   position: absolute;
   left: 2px;
   top: 19px;   
   font-size: 9px;
   line-height: 10px;
}

preis {
   position: relative;
   line-height: 3.2em;
}



