.pointer {
    cursor: pointer;
}

.inner {
    position: absolute;
    overflow: auto;
    padding: 0px;
    top: 3em;
    bottom: 2em;
    left: 0px;
    right: 0px;
    display: block;
    clear: both;
}

.title {
    padding: 0.3em 1em;
    margin-top: 20px;
    font-weight: bold;
}

.overflow {
	overflow: auto;	
}

/* =========== */
/*    fonts
/* =========== */

.font-color2 {
	opacity: 0.62;
}

.font-disabled {
	opacity: 0.44;
}

/*.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:"Segoe UI",Arial,sans-serif
}

.h1 {font-size:36px}
.h2 {font-size:30px}
.h3 {font-size:24px}
.h4 {font-size:20px}
.h5 {font-size:18px}
.h6 {font-size:16px}

.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight:400;margin:10px 0
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	font-weight:inherit
} */



/* ================== */
/*    DIV Bereiche    */
/* ================== */

/* Seite */
.page {
	position: absolute;
	left: 0px;
	right: 0px;
    top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.top-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
}

.content-area {
	position: fixed;
	overflow: auto;
	/* overflow-x: scroll;
	overflow-y: hidden; */
    left: 0;
    right: 0;
    box-sizing: border-box;
	min-height: 5em;
}

.bottom-bar {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    box-shadow: 0px 5px 20px 0 #333;
}

/*  Bereiche innerhalb eines Div's */
.page-list {
	position: relative;
	overflow: hidden;
	top: 0px;
	height: 100%;
	min-width: 280px;
	float: left;
}

.top-area {
	position: absolute;
	top: 0px;
	min-height: 1em;
	width: 100%;
}

.left-area {
	position: absolute;
	left: 0px;
	height: 100%;
	min-width: 1em;
}

.mid-area {
	position: absolute;
	overflow: auto;
	width: 100%;
	min-height: 1em;
	min-width: 1em;
}

.bottom-area {
	position: absolute;
	bottom: 0px;
	min-height: 1em;
	width: 100%;
}

.right-area {
	position: absolute;
	right: 0px;
	height: 100%;
	min-width: 1em;
}

.pan,
.mid-area {
    box-sizing: border-box;
}

/* Text Ausrichtung */
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
    vertical-align: middle;
}

.text-bottom {
    vertical-align: bottom;
}


/* Verstecken */
.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

[draggable=true] {
  cursor: move;
}

/* =========== */
/*  Farben     */
/* =========== */

/* --- schwarz/ weiss --- */
.black {color: #ffffff; background: #111111;}
.hover-black:hover {color: #ffffff; background: #111111;}

.white {color: #111111; background: #ffffff;}
.hover-white:hover {color: #111111; background: #ffffff;}

/* --- grau --- */
.grey0 {color: #111111; background: #fafafa;}
.hover-grey0:hover {color: #111111; background: #fafafa;}

.grey1 {color: #111111; background: #f5f5f5;}
.hover-grey1:hover {color: #111111; background: #f5f5f5;}

.grey2 {color: #111111; background: #eeeeee;}
.hover-grey2:hover {color: #111111; background: #eeeeee;}

.grey3 {color: #111111; background: #e0e0e0;}
.hover-grey3:hover {color: #111111; background: #e0e0e0;}

.grey4 {color: #111111; background: #bdbdbd;}
.hover-grey4:hover {color: #111111; background: #bdbdbd;}

.grey5 {color: #111111; background: #9e9e9e;}
.hover-grey5:hover {color: #111111; background: #9e9e9e;}

.grey6 {color: #ffffff; background: #757575;}
.hover-grey6:hover {color: #ffffff; background: #757575;}

.grey7 {color: #ffffff; background: #616161;}
.hover-grey7:hover {color: #ffffff; background: #616161;}

.grey8 {color: #ffffff; background: #424242;}
.hover-grey8:hover {color: #ffffff; background: #424242;}

.grey9 {color: #ffffff; background: #212121;}
.hover-grey9:hover {color: #ffffff; background: #212121;}

/* --- grün --- */
.green0 {color: #111111; background: #e8f5e9;}
.hover-green0:hover {color: #111111; background: #e8f5e9;}

.green1 {color: #111111; background: #c8e6c9;}
.hover-green1:hover {color: #111111; background: #c8e6c9;}

.green2 {color: #111111; background: #a5d6a7;}
.hover-green2:hover {color: #111111; background: #a5d6a7;}

.green3 {color: #111111; background: #81c784;}
.hover-green3:hover {color: #111111; background: #81c784;}

.green4 {color: #111111; background: #66bb6a;}
.hover-green4:hover {color: #111111; background: #66bb6a;}

.green5 {color: #111111; background: #4caf50;}
.hover-green5:hover {color: #111111; background: #4caf50;}

.green6 {color: #ffffff; background: #43a047;}
.hover-green6:hover {color: #ffffff; background: #43a047;}

.green7 {color: #ffffff; background: #388e3c;}
.hover-green7:hover {color: #ffffff; background: #388e3c;}

.green8 {color: #ffffff; background: #2e7d32;}
.hover-green8:hover {color: #ffffff; background: #2e7d32;}

.green9 {color: #ffffff; background: #1b5e20;}
.hover-green9:hover {color: #ffffff; background: #1b5e20;}


/* --- rot --- */
.red0 {color: #111111; background: #ffebee;}
.hover-red0:hover {color: #111111; background: #ffebee;}

.red1 {color: #111111; background: #ffcdd2;}
.hover-red1:hover {color: #111111; background: #ffcdd2;}

.red2 {color: #111111; background: #ef9a9a;}
.hover-red2:hover {color: #111111; background: #ef9a9a;}

.red3 {color: #111111; background: #e57373;}
.hover-red3:hover {color: #111111; background: #e57373;}

.red4 {color: #ffffff; background: #ef5350;}
.hover-red4:hover {color: #ffffff; background: #ef5350;}

.red5 {color: #ffffff; background: #f44336;}
.hover-red5:hover {color: #ffffff; background: #f44336;}

.red6 {color: #ffffff; background: #e53935;}
.hover-red6:hover {color: #ffffff; background: #e53935;}

.red7 {color: #ffffff; background: #d32f2f;}
.hover-red7:hover {color: #ffffff; background: #d32f2f;}

.red8 {color: #ffffff; background: #c62828;}
.hover-red8:hover {color: #ffffff; background: #c62828;}

.red9 {color: #ffffff; background: #b71c1c;}
.hover-red9:hover {color: #ffffff; background: #b71c1c;}

.fo-red5 {color: #f44336;}


/* --- Blau --- */
.blue0 {color: #111111; background: #e3f2fd;}
.hover-blue0:hover {color: #111111; background: #e3f2fd;}

.blue1 {color: #111111; background: #bbdefb;}
.hover-blue1:hover {color: #111111; background: #bbdefb;}

.blue2 {color: #111111; background: #90caf9;}
.hover-blue2:hover {color: #111111; background: #90caf9;}

.blue3 {color: #111111; background: #64b5f6;}
.hover-blue3:hover {color: #111111; background: #64b5f6;}

.blue4 {color: #111111; background: #42a5f5;}
.hover-blue4:hover {color: #111111; background: #42a5f5;}

.blue5 {color: #ffffff; background: #2196f3;}
.hover-blue5:hover {color: #ffffff; background: #2196f3;}

.blue6 {color: #ffffff; background: #1e88e5;}
.hover-blue6:hover {color: #ffffff; background: #1e88e5;}

.blue7 {color: #ffffff; background: #1976d2;}
.hover-blue7:hover {color: #ffffff; background: #1976d2;}

.blue8 {color: #ffffff; background: #1565c0;}
.hover-blue8:hover {color: #ffffff; background: #1565c0;}

.blue9 {color: #ffffff; background: #0d47a1;}
.hover-blue9:hover {color: #ffffff; background: #0d47a1;}

.fo-blue5 {color: #2196f3;}

/* ---- yellow ---- */
.yellow0 {color: #111111; background: #fffde7;}
.hover-yellow0:hover {color: #111111; background: #fffde7;}

.yellow1 {color: #111111; background: #fff9c4;}
.hover-yellow1:hover {color: #111111; background: #fff9c4;}

.yellow2 {color: #111111; background: #fff59d;}
.hover-yellow2:hover {color: #111111; background: #fff59d;}

.yellow3 {color: #111111; background: #fff176;}
.hover-yellow3:hover {color: #111111; background: #fff176;}

.yellow4 {color: #111111; background: #ffee58;}
.hover-yellow4:hover {color: #111111; background: #ffee58;}

.yellow5 {color: #111111; background: #ffeb3b;}
.hover-yellow5:hover {color: #111111; background: #ffeb3b;}

.yellow6 {color: #111111; background: #fdd835;}
.hover-yellow6:hover {color: #111111; background: #fdd835;}

.yellow7 {color: #111111; background: #fbc02d;}
.hover-yellow7:hover {color: #111111; background: #fbc02d;}

.yellow8 {color: #111111; background: #f9a825;}
.hover-yellow8:hover {color: #111111; background: #f9a825;}

.yellow9 {color: #111111; background: #f57f17;}
.hover-yellow9:hover {color: #111111; background: #f57f17;}

/*--- Pink ---*/
.pink0 {color: #111111; background: #fce4ec;}
.hover-pink0:hover {color: #111111; background: #fce4ec;}

.pink1 {color: #111111; background: #f8bbd0;}
.hover-pink1:hover {color: #111111; background: #f8bbd0;}

.pink2 {color: #111111; background: #f48fb1;}
.hover-pink2:hover {color: #111111; background: #f48fb1;}

.pink3 {color: #ffffff; background: #f06292;}
.hover-pink3:hover {color: #ffffff; background: #f06292;}

.pink4 {color: #ffffff; background: #ec407a;}
.hover-pink4:hover {color: #ffffff; background: #ec407a;}

.pink5 {color: #ffffff; background: #e91e63;}
.hover-pink5:hover {color: #ffffff; background: #e91e63;}

.pink6 {color: #ffffff; background: #d81b60;}
.hover-pink6:hover {color: #ffffff; background: #d81b60;}

.pink7 {color: #ffffff; background: #c2185b;}
.hover-pink7:hover {color: #ffffff; background: #c2185b;}

.pink8 {color: #ffffff; background: #ad1457;}
.hover-pink8:hover {color: #ffffff; background: #ad1457;}

.pink9 {color: #ffffff; background: #880e4f;}
.hover-pink9:hover {color: #ffffff; background: #880e4f;}

/*--- Purple ---*/
.purple0 {color: #111111; background: #f3e5f5;}
.hover-purple0:hover {color: #111111; background: #f3e5f5;}

.purple1 {color: #111111; background: #e1bee7;}
.hover-purple1:hover {color: #111111; background: #e1bee7;}

.purple2 {color: #111111; background: #ce93d8;}
.hover-purple2:hover {color: #111111; background: #ce93d8;}

.purple3 {color: #ffffff; background: #ba68c8;}
.hover-purple3:hover {color: #ffffff; background: #ba68c8;}

.purple4 {color: #ffffff; background: #ab47bc;}
.hover-purple4:hover {color: #ffffff; background: #ab47bc;}

.purple5 {color: #ffffff; background: #9c27b0;}
.hover-purple5:hover {color: #ffffff; background: #9c27b0;}

.purple6 {color: #ffffff; background: #8e24aa;}
.hover-purple6:hover {color: #ffffff; background: #8e24aa;}

.purple7 {color: #ffffff; background: #7b1fa2;}
.hover-purple7:hover {color: #ffffff; background: #7b1fa2;}

.purple8 {color: #ffffff; background: #6a1b9a;}
.hover-purple8:hover {color: #ffffff; background: #6a1b9a;}

.purple9 {color: #ffffff; background: #4a148c;}
.hover-purple9:hover {color: #ffffff; background: #4a148c;}

/*--- Deep Purple ---*/
.deeppurple0 {color: #111111; background: #ede7f6;}
.hover-deeppurple0:hover {color: #111111; background: #ede7f6;}

.deeppurple1 {color: #111111; background: #d1c4e9;}
.hover-deeppurple1:hover {color: #111111; background: #d1c4e9;}

.deeppurple2 {color: #111111; background: #b39ddb;}
.hover-deeppurple2:hover {color: #111111; background: #b39ddb;}

.deeppurple3 {color: #ffffff; background: #9575cd;}
.hover-deeppurple3:hover {color: #ffffff; background: #9575cd;}

.deeppurple4 {color: #ffffff; background: #7e57c2;}
.hover-deeppurple4:hover {color: #ffffff; background: #7e57c2;}

.deeppurple5 {color: #ffffff; background: #673ab7;}
.hover-deeppurple5:hover {color: #ffffff; background: #673ab7;}

.deeppurple6 {color: #ffffff; background: #5e35b1;}
.hover-deeppurple6:hover {color: #ffffff; background: #5e35b1;}

.deeppurple7 {color: #ffffff; background: #512da8;}
.hover-deeppurple7:hover {color: #ffffff; background: #512da8;}

.deeppurple8 {color: #ffffff; background: #4527a0;}
.hover-deeppurple8:hover {color: #ffffff; background: #4527a0;}

.deeppurple9 {color: #ffffff; background: #311b92;}
.hover-deeppurple9:hover {color: #ffffff; background: #311b92;}

/*--- Indigo ---*/
.indigo0 {color: #111111; background: #e8eaf6;}
.hover-indigo0:hover {color: #111111; background: #e8eaf6;}

.indigo1 {color: #111111; background: #c5cae9;}
.hover-indigo1:hover {color: #111111; background: #c5cae9;}

.indigo2 {color: #111111; background: #9fa8da;}
.hover-indigo2:hover {color: #111111; background: #9fa8da;}

.indigo3 {color: #ffffff; background: #7986cb;}
.hover-indigo3:hover {color: #ffffff; background: #7986cb;}

.indigo4 {color: #ffffff; background: #5c6bc0;}
.hover-indigo4:hover {color: #ffffff; background: #5c6bc0;}

.indigo5 {color: #ffffff; background: #3f51b5;}
.hover-indigo5:hover {color: #ffffff; background: #3f51b5;}

.indigo6 {color: #ffffff; background: #3949ab;}
.hover-indigo6:hover {color: #ffffff; background: #3949ab;}

.indigo7 {color: #ffffff; background: #303f9f;}
.hover-indigo7:hover {color: #ffffff; background: #303f9f;}

.indigo8 {color: #ffffff; background: #283593;}
.hover-indigo8:hover {color: #ffffff; background: #283593;}

.indigo9 {color: #ffffff; background: #1a237e;}
.hover-indigo9:hover {color: #ffffff; background: #1a237e;}

/*--- lightblue ---*/
.lightblue0 {color: #111111; background: #e1f5fe;}
.hover-lightblue0:hover {color: #111111; background: #e1f5fe;}

.lightblue1 {color: #111111; background: #b3e5fc;}
.hover-lightblue1:hover {color: #111111; background: #b3e5fc;}

.lightblue2 {color: #111111; background: #81d4fa;}
.hover-lightblue2:hover {color: #111111; background: #81d4fa;}

.lightblue3 {color: #111111; background: #4fc3f7;}
.hover-lightblue3:hover {color: #111111; background: #4fc3f7;}

.lightblue4 {color: #111111; background: #29b6f6;}
.hover-lightblue4:hover {color: #111111; background: #29b6f6;}

.lightblue5 {color: #111111; background: #03a9f4;}
.hover-lightblue5:hover {color: #111111; background: #03a9f4;}

.lightblue6 {color: #ffffff; background: #039be5;}
.hover-lightblue6:hover {color: #ffffff; background: #039be5;}

.lightblue7 {color: #ffffff; background: #0288d1;}
.hover-lightblue7:hover {color: #ffffff; background: #0288d1;}

.lightblue8 {color: #ffffff; background: #0277bd;}
.hover-lightblue8:hover {color: #ffffff; background: #0277bd;}

.lightblue9 {color: #ffffff; background: #01579b;}
.hover-lightblue9:hover {color: #ffffff; background: #01579b;}

/*-- teal ---*/
.teal0 {color: #111111; background: #e0f2f1;}
.hover-teal0:hover {color: #111111; background: #e0f2f1;}

.teal1 {color: #111111; background: #b2dfdb;}
.hover-teal1:hover {color: #111111; background: #b2dfdb;}

.teal2 {color: #111111; background: #80cbc4;}
.hover-teal2:hover {color: #111111; background: #80cbc4;}

.teal3 {color: #111111; background: #4db6ac;}
.hover-teal3:hover {color: #111111; background: #4db6ac;}

.teal4 {color: #111111; background: #26a69a;}
.hover-teal4:hover {color: #111111; background: #26a69a;}

.teal5 {color: #ffffff; background: #009688;}
.hover-teal5:hover {color: #ffffff; background: #009688;}

.teal6 {color: #ffffff; background: #00897b;}
.hover-teal6:hover {color: #ffffff; background: #00897b;}

.teal7 {color: #ffffff; background: #00796b;}
.hover-teal7:hover {color: #ffffff; background: #00796b;}

.teal8 {color: #ffffff; background: #00695c;}
.hover-teal8:hover {color: #ffffff; background: #00695c;}

.teal9 {color: #ffffff; background: #004d40;}
.hover-teal9:hover {color: #ffffff; background: #004d40;}

/*--- light Green ---*/
.lightgreen0 {color: #111111; background: #f1f8e9;}
.hover-lightgreen0:hover {color: #111111; background: #f1f8e9;}

.lightgreen1 {color: #111111; background: #dcedc8;}
.hover-lightgreen1:hover {color: #111111; background: #dcedc8;}

.lightgreen2 {color: #111111; background: #c5e1a5;}
.hover-lightgreen2:hover {color: #111111; background: #c5e1a5;}

.lightgreen3 {color: #111111; background: #aed581;}
.hover-lightgreen3:hover {color: #111111; background: #aed581;}

.lightgreen4 {color: #111111; background: #9ccc65;}
.hover-lightgreen4:hover {color: #111111; background: #9ccc65;}

.lightgreen5 {color: #111111; background: #9ccc65;}
.hover-lightgreen5:hover {color: #111111; background: #9ccc65;}

.lightgreen6 {color: #111111; background: #7cb342;}
.hover-lightgreen6:hover {color: #111111; background: #7cb342;}

.lightgreen7 {color: #ffffff; background: #689f38;}
.hover-lightgreen7:hover {color: #ffffff; background: #689f38;}

.lightgreen8 {color: #ffffff; background: #558b2f;}
.hover-lightgreen8:hover {color: #ffffff; background: #558b2f;}

.lightgreen9 {color: #ffffff; background: #33691e;}
.hover-lightgreen9:hover {color: #ffffff; background: #33691e;}

/*--- lime ---*/
.lime0 {color: #111111; background: #f9fbe7;}
.hover-lime0:hover {color: #111111; background: #f9fbe7;}

.lime1 {color: #111111; background: #f0f4c3;}
.hover-lime1:hover {color: #111111; background: #f0f4c3;}

.lime2 {color: #111111; background: #e6ee9c;}
.hover-lime2:hover {color: #111111; background: #e6ee9c;}

.lime3 {color: #111111; background: #dce775;}
.hover-lime3:hover {color: #111111; background: #dce775;}

.lime4 {color: #111111; background: #d4e157;}
.hover-lime4:hover {color: #111111; background: #d4e157;}

.lime5 {color: #111111; background: #cddc39;}
.hover-lime5:hover {color: #111111; background: #cddc39;}

.lime6 {color: #111111; background: #c0ca33;}
.hover-lime6:hover {color: #111111; background: #c0ca33;}

.lime7 {color: #111111; background: #afb42b;}
.hover-lime7:hover {color: #111111; background: #afb42b;}

.lime8 {color: #111111; background: #9e9d24;}
.hover-lime8:hover {color: #111111; background: #9e9d24;}

.lime9 {color: #ffffff; background: #827717;}
.hover-lime9:hover {color: #ffffff; background: #827717;}

/*--- Orange ---*/
.orange0 {color: #111111; background: #fff3e0;}
.hover-orange0:hover {color: #111111; background: #fff3e0;}

.orange1 {color: #111111; background: #ffe0b2;}
.hover-orange1:hover {color: #111111; background: #ffe0b2;}

.orange2 {color: #111111; background: #ffcc80;}
.hover-orange2:hover {color: #111111; background: #ffcc80;}

.orange3 {color: #111111; background: #ffb74d;}
.hover-orange3:hover {color: #111111; background: #ffb74d;}

.orange4 {color: #111111; background: #ffa726;}
.hover-orange4:hover {color: #111111; background: #ffa726;}

.orange5 {color: #111111; background: #ff9800;}
.hover-orange5:hover {color: #111111; background: #ff9800;}

.orange6 {color: #111111; background: #fb8c00;}
.hover-orange6:hover {color: #111111; background: #fb8c00;}

.orange7 {color: #111111; background: #f57c00;}
.hover-orange7:hover {color: #111111; background: #f57c00;}

.orange8 {color: #ffffff; background: #f57c00;}
.hover-orange8:hover {color: #ffffff; background: #f57c00;}

.orange9 {color: #ffffff; background: #e65100;}
.hover-orange9:hover {color: #ffffff; background: #e65100;}

/*--- Deep Orange ---*/
.deeporange0 {color: #111111; background: #fbe9e7;}
.hover-deeporange0:hover {color: #111111; background: #fbe9e7;}

.deeporange1 {color: #111111; background: #ffccbc;}
.hover-deeporange1:hover {color: #111111; background: #ffccbc;}

.deeporange2 {color: #111111; background: #ffab91;}
.hover-deeporange2:hover {color: #111111; background: #ffab91;}

.deeporange3 {color: #111111; background: #ff8a65;}
.hover-deeporange3:hover {color: #111111; background: #ff8a65;}

.deeporange4 {color: #111111; background: #ff7043;}
.hover-deeporange4:hover {color: #111111; background: #ff7043;}

.deeporange5 {color: #ffffff; background: #ff5722;}
.hover-deeporange5:hover {color: #ffffff; background: #ff5722;}

.deeporange6 {color: #ffffff; background: #f4511e;}
.hover-deeporange6:hover {color: #ffffff; background: #f4511e;}

.deeporange7 {color: #ffffff; background: #e64a19;}
.hover-deeporange7:hover {color: #ffffff; background: #e64a19;}

.deeporange8 {color: #ffffff; background: #d84315;}
.hover-deeporange8:hover {color: #ffffff; background: #d84315;}

.deeporange9 {color: #ffffff; background: #bf360c;}
.hover-deeporange9:hover {color: #ffffff; background: #bf360c;}

/*--- brown ---*/
.brown0 {color: #111111; background: #efebe9;}
.hover-brown0:hover {color: #111111; background: #efebe9;}

.brown1 {color: #111111; background: #d7ccc8;}
.hover-brown1:hover {color: #111111; background: #d7ccc8;}

.brown2 {color: #111111; background: #bcaaa4;}
.hover-brown2:hover {color: #111111; background: #bcaaa4;}

.brown3 {color: #ffffff; background: #a1887f;}
.hover-brown3:hover {color: #ffffff; background: #a1887f;}

.brown4 {color: #ffffff; background: #8d6e63;}
.hover-brown4:hover {color: #ffffff; background: #8d6e63;}

.brown5 {color: #ffffff; background: #795548;}
.hover-brown5:hover {color: #ffffff; background: #795548;}

.brown6 {color: #ffffff; background: #6d4c41;}
.hover-brown6:hover {color: #ffffff; background: #6d4c41;}

.brown7 {color: #ffffff; background: #5d4037;}
.hover-brown7:hover {color: #ffffff; background: #5d4037;}

.brown8 {color: #ffffff; background: #4e342e;}
.hover-brown8:hover {color: #ffffff; background: #4e342e;}

.brown9 {color: #ffffff; background: #4e342e;}
.hover-brown9:hover {color: #ffffff; background: #4e342e;}

/* ============ */
/*   Schatten   */
/* ============ */

.z1 {
    z-index: 5;
    box-shadow: 0px 0px 5px #333333;
}

.z2 {
    z-index: 10;
    box-shadow: 0px 0px 10px #333333;
}

.z3 {
    z-index: 15;
    box-shadow: 0px 0px 15px #333333;
}

.z4 {
    z-index: 20;
    box-shadow: 0px 0px 20px #333333;
}

.z5 {
    z-index: 25;
    box-shadow: 0px 0px 25px #333333;
}

.z99 {
    z-index: 99;
}

.z9999 {
    z-index: 9999;
}

.word-break {
    word-break: break-word;
}

.shadow {
    box-shadow: 0px 0px 5px #333333;
    margin: 5xp auto;
}

div[contenteditable="true"] {
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    padding: 5px;
    border: none;
    border-bottom: solid 3px #c9c9c9;
    transition: border 0.3s;
}

div[contenteditable="true"]:focus {
    border-bottom: solid 3px #616161;
}

.line {
	background: #444444;
	height: 2px;
	text-align: center;
}

.focus {
    color: #111111;
    background: #42a5f5;
	/* border: dotted #ff0000; */
}

/* ================ */
/*   FORM Elemente  */
/* ================ */

input[type='checkbox'] {
	display: none;
}

input[type='checkbox'] + label {
	font-size: 1em;
	top: 0.75em;
	background-color: #fafafa;
	border: 1px solid #222;
	padding: 18px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

input[type='checkbox']:checked + label {
	background-color: #00ff00;
	border: 1px solid #222;
	color: #008000;
}

input[type='checkbox']:checked + label:after {
	content: '\2714';
	font-size: 28px;
	position: absolute;
	top: -3px;
	left: 8px;
	color: #008000;
}

/****/

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}


input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

input[type='radio'] + label {
    cursor: pointer;
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content: ' ';
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border: 1.5px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    vertical-align: middle;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 2em;
    margin-left: -2em;
}

input[type='radio']:hover + label::before {
    background: #ddd;
    box-shadow: inset 0 0 0 2px white;
}

input[type='radio']:checked + label::before {
    background: #2196f3;
    box-shadow: inset 0 0 0 2px white;
    border: 1.5px solid #2196f3
}

input[type='radio'] + label {
    display: inline-block;
    display: -webkit-inline-block;
    padding-left: 2em;
}

/*********************/
/*      Loader       */ 
/*********************/

.loader {
	border: 20px solid #e3e3e3;
	border-radius: 50%;
	border-top: 20px solid #00ff00;
	width: 80px;
	height: 80px;
	margin: auto;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1.5s ease infinite;
}
.loader2 {
	border: 15px solid #d3d3d3;
	border-radius: 50%;
	border-top: 15px solid #0000ff;
	width: 50px;
	height: 50px;
	-webkit-animation: spin2 1.8s linear infinite;
	animation: spin2 2.5s ease infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
@keyframes spin2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
