
.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;
  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: 50px;
}

.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;
    width: 360px;
  /*  text-shadow: 2px 2px 2px #222; */
    transform: translate3d(360px,0,0);
    transition: transform .3s;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
    z-index: 50;
}
    
.sideCont.isOpen {
    transform: translate3d(30px,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: 2.5em;
	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;
    color: #7A7979;
    bottom: 50px;
    left: 50px;
    width: 360px;
    height: 300px;
    z-index: 5;
}


/* components for DIV-Charts */

.colFrame {
    height: 58px;
    width: 100%;
    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;
  width: 97%;
  height: 30px;
  font: 800 12px/1 'Open Sans', sans-serif;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.dragTarg {
  float: left;
  width: 40%;
  min-height: 650px;
  margin: 2%;
  padding: 10px;
}

/* Buttonhülle für Switchbox */

.swBoat {
    position: relative;
    z-index: 120;
}

.swBoat button {
    z-index: 125;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
}

.swBoat .tLayer {
    z-index: 122;
    position: absolute;
    left: 0;
    vertical-align: middle;
    padding: 14px 0 10px 140px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
  	font-size: 24px;
    text-shadow: 2px 2px 2px #222;
}

.swBoat .switch {
    z-index: 128;
}


/* 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: #333;
	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;
}