@charset "utf-8";
body  {
	margin: 0 auto; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
        height: 100%;
}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite bei Bedarf zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}  
.thrColHybHdr #header { 
	background: #DDDDDD;
	padding: 0 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	text-align:left;
	z-index:1;
}
.thrColHybHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}

.thrColHybHdr #mainContent {
 	/*margin: 0 12em 0 12em; /* Der rechte Rand kann in Gevierten (ems) oder Pixel angegeben werden. Durch ihn entsteht der Abstand am rechten Seitenrand. */ 
        margin-left: auto;
        margin-right: auto;
	padding: 1em 2em 1em 2em; /* Durch die Auffüllung entsteht hier ein Leerraum innerhalb der Box. */
} 
.thrColHybHdr #footer { 
        background: #f6f6f6;
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	/*background:#C1FFC1;*/
	color:rgba(0,0,0,.8);
	padding-top:0.6em;
	padding-bottom:0.5em;
	vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
} 

@media screen and (min-width: 1200px) {
    .thrColHybHdr #mainContent {
        margin-top: 1em;
        margin-bottom: 1em;
        max-width: 80%;
        border-style: solid;
        border-width: 0 1px 0 1px;
        border-color:rgba(0,0,0,.2);
    }
    .thrColHybHdr #footer { 
        padding-left: 0 1rem;
        position: fixed;
        bottom: 0%;
    }
}

.thrColHybHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
} 

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColHybHdr #ok {
	background-color:lightgreen;
	font-weight:bold;
}
.thrColHybHdr #nok {
	background-color:#F00;
	font-weight:bold;
}

table {
    border-collapse: collapse;
}
.thrColHybHdr #datatable {
    width: 100%;
    max-width: 100%;
    overflow-x:auto;
}
.thrColHybHdr #invoicetable {
    max-width: 45em;
}

.thrColHybHdr #datatable td, .thrColHybHdr #datatable th, .thrColHybHdr #smalltable td, .thrColHybHdr #smalltable th, .thrColHybHdr #cellhovertable td, .thrColHybHdr #cellhovertable th, .thrColHybHdr #invoicetable td, .thrColHybHdr #invoicetable th {
    border: 1px solid #d1d1d1;
    padding: 0.25em;
    padding-left: 0.5em;
}
.thrColHybHdr #datatable tr:nth-child(even), .thrColHybHdr #smalltable tr:nth-child(even), .thrColHybHdr #cellhovertable tr:nth-child(even), .thrColHybHdr #invoicetable tr:nth-child(even){background-color: #f2f2f2;}
.thrColHybHdr #datatable tr:hover, .thrColHybHdr #smalltable tr:hover, .thrColHybHdr #invoicetable tr:hover {background-color: #ddd;}
.thrColHybHdr #cellhovertable td:hover {background-color: #ddd;}
.thrColHybHdr #datatable th, .thrColHybHdr #smalltable th, .thrColHybHdr #cellhovertable th {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  background-color: #d1e3ff;
}
.thrColHybHdr #invoicetable td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}
.thrColHybHdr #invoicetable th {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #d1e3ff;
}

.thrColHybHdr #datatable th:hover, .thrColHybHdr #smalltable th:hover, .thrColHybHdr #cellhovertable th:hover {
    background-color: #bcd8ff;
}

.thrColHybHdr #toolbar {
        position: relative;
	float:right;
        /*background-color:#d1e3ff;*/
        background-color: #f6f6f6;
        padding: 0.4em;
}
.thrColHybHdr #toolbar:hover {
        background-color:#dcdcdc;
}

.thrColHybHdr #tooltip {
    position: relative;
    float: left;
}

/* Tooltip text */
.thrColHybHdr #toolbar-left #tooltiptext, .thrColHybHdr #toolbar #tooltiptext, .thrColHybHdr #tooltip #tooltiptext {
  visibility: hidden;
  /*width: 10em;*/
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 110%;
  /*left: 50%;  margin-left: -5em;*/
  left: 0%;
  margin-left: -.7rem;
}

.thrColHybHdr #tooltip #tooltiptext5 {
  visibility: hidden;
  width: 5em;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -2.5em;
}

.thrColHybHdr #tooltip #tooltiptext15 {
  visibility: hidden;
  width: 15em;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -7.5em;
}

.thrColHybHdr #toolbar-left #tooltiptext::after, .thrColHybHdr #toolbar #tooltiptext::after, .thrColHybHdr #tooltip #tooltiptext::after, .thrColHybHdr #tooltip #tooltiptext5::after, .thrColHybHdr #tooltip #tooltiptext15::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.thrColHybHdr #toolbar-left:hover #tooltiptext, .thrColHybHdr #toolbar:hover #tooltiptext, .thrColHybHdr #tooltip:hover #tooltiptext, .thrColHybHdr #tooltip:hover #tooltiptext5, .thrColHybHdr #tooltip:hover #tooltiptext15 {
  visibility: visible;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{font-weight: bold;}
@media screen and (min-width: 1200px) {
    .nav-item.dropdown.dropdownborder {
        padding: 0 .2rem; border-style: solid; border-color: rgba(0,0,0,.5); border-width: 0 2px 0 0; margin: auto;
    }   
    .navbar-expand-xl .navbar-nav .nav-item {
        border-style: solid;
        border-color: rgba(0,0,0,.5);
        border-width: 0 2px 0 0;
        margin: auto;
    }
    .navbar-light .navbar-nav .nav-item.noborder {
        padding: 0 .4rem;
        border-style: none;
    }
    .dropdownhover .dropdown-menu{
        -webkit-transition: top, opacity 150ms ease; 
        transition: top, opacity 150ms ease;
        display:block;
        opacity: 0;
        top: -99rem;
    }

    .dropdownhover:hover .dropdown-menu{
        -webkit-transition-delay: 250ms; 
        transition-delay: 250ms; 
        top: 100%; 
        opacity: 1;
    }

    .dropdownhover:not(:hover) .dropdown-menu{
        -webkit-transition-delay: 550ms; 
        transition-delay: 550ms; 
        opacity: 0;
        top: -99rem; 
        }

    .navbar-light .navbar-nav .show > .nav-link{
        font-weight: normal;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
    padding: .1rem .8rem;
}

