
.headline {
	position: fixed;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0;
	right: 0px;
	top: 0px;
	z-index: 100;
}

.headline button {
	font-size: 20px;
	padding: 0px 10px;
}

.message {
	position:absolute;
	width: 100%;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0px 10px;
	top: 0px;
	z-index: 120;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.1);
}

.message-success {
	background: rgba(21,115,13,1.00);
}
.message-warning {
	background: rgba(179,126,1,1.00);
}
.message-error {
	background: rgba(176,0,6,1.00);
}

.wrapper {
  display: flex;
  min-height: 100%;
  overflow-y: visible;
}

.sidebar {
  position: fixed;
	background-color: #89C251;
  width: 220px;
  top: 55px;
  z-index: 9;

}

.subbar {
  position: relative;
  width: 220px;
  top: 0px;
  left: -200px;
}

.content {
  flex: 1;
  padding: 60px 5px;
  width: 100%;
  transition: transform .3s;
  z-index: 10;
}

.content.Init {
  transform: translate3d(0,0,0);
}

.content.isOpen {
  transform: translate3d(220px,0,0);
}

.button {
  cursor: pointer;
}

/*.button:before {
  content: '\f0c9';
  font: 28px fontawesome;
}
*/
.button_start {
	position: fixed;
	width: 100%;
	height:55px;
	top: -2px;
	left: 0px;
 	color: #eee;
}

.picture {
	position: relative;
	top: 0px;
	right: 0px;
	width: 40%;
}

.PopUp {
	position: fixed;
 	display: none;
  	transition: transform .3s; 
  	width: 100%;
	height: 100%;
  	z-index: 110;
  	top: 2%;
}

.PopUp.isOpen {
 	display: block;
}

.sideCont {
    position: fixed;
    font: 400 12px/1 'Open Sans', sans-serif;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 65px 5px 0 0;
    transition: transform .3s;
    box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
    z-index: 50;
}
    
.sideCont .sub {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 51;
}
    
.sideCont.isOpen {
    transform: translate3d(40px,0,0);
}

.single_entry_frame {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0 0 15px 0; 
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.single_entry_frame button{
	padding: 0px 5px;
}


.single_entry_collect {
	position: relative;
	float: left;
	margin: 10px 5px; 
	border-radius: 5px;
	padding: 10px;
}

.single_entry_collect ul {
	margin: 0 0 15px 0;
}

.single_entry_collect img {
	border-radius: 5px;
	padding: 0px;
}


.single_entry_main {
	position: relative;
	max-width: 100%;
	float: left;
	margin: 5px 10px; 
	border-radius: 5px;
 /*	color:#FFFFFF; */
	vertical-align: top;
}

.single_entry_main img {
	max-width: 200px;
	border-radius: 5px;
	padding: 0px;
}


.report_main {
	width: 100%;
	float: left;
	padding: 10px;
	min-height: 320px;
	color: #333333;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.noFloat {
	float: none;
}

.detEntry {
  	display: block;
 	cursor: pointer;
	width: 100%;
  	padding: 5px 10px;
	margin: 0 0 10px 0;
  	font-size: 12px;
	border-radius: 8px;
}

.logo {
	position: fixed;
	bottom: 40px;
	left: 15px;
	width: 190px;
	height: 40px;
}

.icontoyellow {
	filter: brightness(0%) saturate(100%) invert(87%) sepia(22%) saturate(1367%) hue-rotate(0deg) brightness(120%) contrast(107%);
}

.icontoblue {
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

/* styling of knockout data-tables */

.zeile {
	line-height: 1.8em;
	padding: 5px 10px ;
	margin-bottom: 15px;
	border-radius: 5px;
}

.zeile a {
	text-decoration: none;
	color: #eee;
}

.zeile td {
	padding: 0 15px;
	vertical-align: top;
}

.zeile span {
	margin: 0px 15px;
}

.lIcon {
    width: 300px;
    height: 300px;
	float: left;
	margin: 10px 5px; 
	border-radius: 5px;
	padding: 10px;
}

.lIcon img {
    align-self: center;
    max-height: 220px;
}

.fHeight {
    height: 120%;
}

/* TEST BOTTOM-LOGO  */

.lBottom {
    position: fixed;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	color: #7A7979;
    bottom: 20px;
    left: 50px;
    width: 360px;
    height: 420px;
    z-index: 5;
}

.fBottom {
	color: #7A7979;
	height: auto;
	width: 100%;
	margin: auto;
}

/* components for DIV-Charts */

.colFrame {
    height: 28px;
    width: 60%;
    margin: 5px;
    float: left;
 }

.colItem {
    height: 100%;
    border-radius: 1px;
    border-style: ridge;
    border-width: 2px;
    float: left;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
}

/* Dropbox for Drag'n'Drop */

.drag {
  float: left;
  height: 32px;
  font: 400 14px/1 'Open Sans', sans-Fformrif;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.dragTarg {
  float: left;
  width: 40%;
  min-height: 650px;
  margin: 2%;
  padding: 10px;
}

/* Switchbox */

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 30px;
	padding: 3px;
/*	margin: 0 10px 10px 0; */
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #777;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #89C251;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* SLIDESHOW Components */

.slideShow {
    position: 'fixed';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-Index: 999;
}

.accordion {
	font-family: "Lato", sans-serif;
/*    background-color: #004380;
*/    color: #eee;
    cursor: pointer;
    width: 100%;
	font-weight: bold;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
}

.accordion:after {
    content: '\2B9F';
    color: #ccc;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2B9D";
}

.active, .accordion:hover {
    background-color: transparent;
	color: inherit;
}

.panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* generic Table */

.genTab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-collapse: collapse; 
    width: 100%;
}

.genTab td {
    border: 1px solid #ddd; 
   	padding: 5px 10px;
	color: inherit;
}

.genTab th {
    border: 1px solid #eee; 
	font-size: 12px;
    padding: 12px 10px;
    color: white;
}

.genTab a {
	text-decoration: none;
    color: inherit;
}

/* Sternebewertung */

span#Bewertung {
 line-height: 45px;
}

span.sternebewertung {
 float: Left;
}

span.sternebewertung:not(:checked) > input {
 display: None;
}

span.sternebewertung:not(:checked) > label {
 float: Right;
 width: 1em;
 padding: 0 .1em;
 overflow: Hidden;
 white-space: Nowrap;
 cursor: Pointer;
 font-size: 200%;
 line-height: 1.2;
 color: #D0D0D0;
 text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0,0,0,.5);
 transition: all .5s;
}

span.sternebewertung:not(:checked) > label:before {
 content: '★ ';
}

span.sternebewertung > input:checked ~ label {
 color: #FFD700;
 text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0,0,0,.5);
}

span.sternebewertung:not(:checked) > label:hover,
span.sternebewertung:not(:checked) > label:hover ~ label {
 color: #FFD700;
 text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

span.sternebewertung > input:checked + label:hover,
span.sternebewertung > input:checked + label:hover ~ label,
span.sternebewertung > input:checked ~ label:hover,
span.sternebewertung > input:checked ~ label:hover ~ label,
span.sternebewertung > label:hover ~ input:checked ~ label {
 color: #F9B500;
 text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
