@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	/* font-family: 'Avenir next', sans-serif; */
	font-family: 'Open Sans', sans-serif;
    /*background-color: rgba(180,180,180,1);*/
    background-color: rgb(73, 98, 121);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility !important;
	letter-spacing: .03em;
}

h1 {
    font-size: 2em;
    background: rgb(84, 120, 153);
    display: block;
}

h3{
    font-size: 3em;
    background: rgb(118, 161, 190);
    display: block;
}

h5{
    font-size: 5em;
    color: white;
    background: rgb(213, 221, 226);
    display: block; 
}

ul {
    list-style-position: outside;
    list-style-type: none;
    padding: 3;
    background: rgb(114, 149, 182);
    display: block;
}

ul li {
    background: rgb(132, 170, 209);
    margin: 10px;
    display: inline;
}

table, th, td {
    border: 2px solid black;
    background: rgb(121, 158, 192);
    text-align: center;
}

caption {
    color: rgba(190, 236, 250, 0.87);
    text-align: center;
    background: rgb(63, 84, 104);
}

table {
    width: 100%;
    border-spacing: 4px;
    border-collapse: separate;
    border-radius: 10px;
}

th {
    background: rgb(70, 118, 163);
    border-radius: 5px;
    -webkit-transition-duration: 0.5s;
}

th:hover {
    background: rgb(92, 143, 190);
}

td {
    background: rgb(213, 223, 233);
    border-radius: 5px;
    -webkit-transition-duration: 0.5s;
}

td:hover {
    background: rgb(222, 239, 255);
}

#quellen{
    background: rgb(213, 223, 233);
}

#quellen:hover{
    background: rgb(222, 239, 255);
}

.button {
    background-color: rgb(107, 147, 167);
    border: 4px solid rgb(204, 238, 255);
    border-radius: 12px;
    color: rgb(255, 255, 255);
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

@keyframes buttonhovercolor {
    
    1% {
        background-color: rgb(93, 181, 216);
        color: rgb(247, 222, 4);
        border: 4px solid rgb(247, 222, 4);
    }
    100% {
        background-color: rgb(93, 181, 216);
        color: rgb(247, 222, 4);
        border: 4px solid rgb(247, 222, 4);
    }
}

.button:hover {
    animation-name: buttonhovercolor;
    animation-duration: 50s;
    animation-iteration-count: infinite;
}

::-webkit-scrollbar {width: 0px;height: 0px;}
[showscroll]::-webkit-scrollbar {
	width: 8px !important;
	background: transparent;
} 
[showscroll]::-webkit-scrollbar-track {background: rgba(0,0,0,1);}
[showscroll]::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(255,255,255,0.45);
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(0, 0, 0, .3);
	opacity: 1;
	/* Firefox */
}

.tooltip-inner {
	text-align: left;
	font-size: 9pt;
}

[phpminibutton] {
	padding: 0;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

[phpmedibutton] {
	padding: 0;
	width: 30px;
	height: 30px;
	border: 1px solid black;
}

[phpminibutton]:focus,
[phpmedibutton]:focus {
	border: 2px solid rgba(26,188,156,1);
	color: rgba(26,188,156,1);
	box-shadow: 8px 8px 40px rgba(44,62,80,1) !important;
}




/* ~~~~ STARTE: ALLGEMEIN ~~~~ */
[displaynone] {display: none;}
[relative] {position: relative;}
[absolute] {position: absolute;}
[clickcatch] {pointer-events: auto;}
[clickthrough] {pointer-events: none;}
[flex] {display: flex;}
[flex][inline] {display: inline-flex !important;}
[flex][left] {justify-content: flex-start;}
[flex][centre] {justify-content: center;}
[flex][right] {justify-content: flex-end;}
[flex][top] {align-items: flex-start;}
[flex][mid] {align-items: center;}
[flex][bottom] {align-items: flex-end;}
[fill] {width: 100%; height: 100%;}
[fill-h] {width: 100%;}
[fill-mh] {max-width: 100%;}
[fill-v] {height: 100%;}
[fill-mv] {max-height: 100%;}
[imgblur] {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px); 
}
[hyphenated] {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
/* ~~~~ STARTE: ALLGEMEIN ~~~~ */




/* ~~~~ STICKY-ALLG ~~~~ */
.skrollbereich-fix {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
/* ~~~~ ENDE: STICKY-ALLG ~~~~ */




/* ~~~~ MENÜLEISTE ~~~~ */
.menuleiste {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header {
	display: inline-block;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,1);
	background-color: rgba(44,62,80,1);
}
.header-segment {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.header-segment[left] > *:first-child {margin:0;margin-left:25px;}
.header-segment[left] > *:not(:first-child) {margin:0;margin-left:10px;}
.header-segment[right] > *:last-child {margin:0;margin-right:25px;}
.header-segment[right] > *:not(:last-child) {margin:0;margin-right:10px;}
.menuicon-grp,
.menuicon:not(.miny) {
	position: relative;
	height: 60px;
	width: 60px;
	font-size: 49px;
}
.menuicon {
	z-Index:1;
	border:1px solid rgba(255, 255, 255, 1);
	border-radius: 5%;
	padding:0;
	background: rgba(52,73,94,1);
	color: rgba(255, 255, 255, 1);
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	justify-content:center;
	align-items:center;
	display:inline-flex;
}
.menuicon > div {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.menuicon.miny {
	position: absolute;
	height: 47%;
	width: 47%;
	font-size: 40%;
}
.menuicon.miny a {
	background:inherit;
	color:inherit;
}
.menuicon-grp > div:nth-of-type(odd) {top:2%;}
.menuicon-grp > div:nth-of-type(even) {top:52%;}
.header-segment[left] > .menuicon-grp > div:nth-of-type(1),
.header-segment[left] > .menuicon-grp > div:nth-of-type(2) {left: 0%;}
.header-segment[left] > .menuicon-grp > div:nth-of-type(3),
.header-segment[left] > .menuicon-grp > div:nth-of-type(4) {left: 50%;}
.header-segment[left] > .menuicon-grp > div:nth-of-type(5),
.header-segment[left] > .menuicon-grp > div:nth-of-type(6) {left: 100%;}
.header-segment[left] > .menuicon-grp > div:nth-of-type(7),
.header-segment[left] > .menuicon-grp > div:nth-of-type(8) {left: 150%;}

.header-segment[right] > .menuicon-grp > div:nth-of-type(1),
.header-segment[right] > .menuicon-grp > div:nth-of-type(2) {right: 0%;}
.header-segment[right] > .menuicon-grp > div:nth-of-type(3),
.header-segment[right] > .menuicon-grp > div:nth-of-type(4) {right: 50%;}
.header-segment[right] > .menuicon-grp > div:nth-of-type(5),
.header-segment[right] > .menuicon-grp > div:nth-of-type(6) {right: 100%;}
.header-segment[right] > .menuicon-grp > div:nth-of-type(7),
.header-segment[right] > .menuicon-grp > div:nth-of-type(8) {right: 150%;}

.tiles > div > div {
	position:absolute;
	height:22%;
	width:22%;
	background: rgba(255, 255, 255, 1);
}

.menuicon:not([selected]):not(:focus):not([zittern]) {
	background: transparent !important;
	opacity: 0.3 !important;
}

[zittern] {
	animation: shaking 1s linear both infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 0px;
}

/* ~~~~ ENDE: MENÜLEISTE ~~~~ */


/* ~~~~ STARTE: SEITENLEISTE ~~~~ */
.seitenleiste {
	position: fixed;
	margin: 0;
	top: 0px;
	padding: 80px 10px 10px 10px;
	z-index: 1;
	height: 100%;
	width: 160px;
	background: rgba(44,62,80,1);
	align-items: top;
	justify-content: center;
	color: rgba(255,255,255,1);
}
.seitenleiste[side=right] {right: 0;}
.seitenleiste[side=left] {left: 0;}
.seitenleiste [filter] {
	font-size: 12px;
}
.seitenleiste hr {
	height: 1px;
	background: rgba(255,255,255,1);
}
.seitenleiste [filter] button,
.seitenleiste [filter] input[type=password],
.seitenleiste [filter] input[type=number],
.seitenleiste [filter] input[type=text],
.seitenleiste [filter] input[type=date],
.seitenleiste [filter] input[type=datetime-local],
.seitenleiste [filter] input[type=time],
.seitenleiste [filter] input[type=url] {
	max-width: 140px !important;
}
/* ~~~~ ENDE: SEITENLEISTE ~~~~ */




/* ~~~~ ICONS AUßERHALB DES HEADERS ~~~~ */
.bodyicon-grp {
	position: relative;
}
.bodyicon {
	border:1px solid rgba(26,188,156,1);
	border-radius: 5%;
	color: rgba(26,188,156,1);
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	justify-content:center;
	align-items:center;
	display:inline-flex;
}
.bodyicon-grp.vertical {width:27px;}
.bodyicon-grp.horizontal {height:27px;}
.bodyicon.miny {
	position: relative;
	height: 27px;
	width: 27px;
	font-size: 20px;
}
.bodyicon.miny a {
	background:inherit;
	color:inherit;
}
.bodyicon-grp > div:first-child {margin:0;}
.bodyicon-grp.vertical > div:not(:first-child) {margin:0;margin-top:10px;}
.bodyicon-grp.horizontal > div:not(:first-child) {margin:0;margin-left:10px;}
.bodyicon:focus {
	border-color: rgba(40,0,200,0.65) !important;
	color: rgba(40,0,200,0.65) !important;
	box-shadow: 8px 8px 40px rgba(44,62,80,1) !important;
}
/* ~~~~ ENDE: ICONS AUßERHALB DES HEADERS ~~~~ */



a[nohyperlinkstyle] {
	color: inherit;
	text-decoration: none;
}
a:hover {cursor: hand;}


input {padding: 0px 2px;}
input[type=password],
input[type=number],
input[type=text],
input[type=date],
input[type=datetime-local],
input[type=time],
input[type=url] {
	border: 2px solid rgba(149,165,166,1);
	border-radius: 5px;
	color: rgba(0,0,0,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

input[type=number],
input[type=text].numeric {text-align:right !important;}

input[type=password]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=url]:focus {
	margin: 0;
	border: 2px solid rgba(26,188,156,1);
	outline: none;
	color: rgba(26,188,156,1);
}

input[type=checkbox]:hover {cursor: crosshair;}
button:hover, input[type=button]:hover {cursor: hand !important;}
button:active, input[type=button]:active {
	box-shadow: 0px -1px rgba(44,62,80,1);
	cursor: pointer;
	outline: none;
}
button:focus, input[type=button]:focus {outline: none !important;}
button {padding: 0;}

pre {
	color: rgba(255,255,255,1);
	overflow-x: scroll;
}

table.leer,
table.leer > thead > tr,
table.leer > thead > tr > th,
table.leer > tbody > tr,
table.leer > tbody > tr > td, {
	border: none !important;
}
table.leer > tbody > tr > td {
	vertical-align: middle !important;
	padding: 2pt !important;
}

td[thickrule] {padding: 10px 0 !important;}
td[thickrule] div {
	width:100%;
	height:2px;
	background:black !important;
}
td[thinrule] {padding: 5px 0 !important;}
td[thinrule] div {
	width:100%;
	height:1px;
	border:0.25px dashed black !important;
}

input[type=submit] {
	background: transparent;
	border: none;
	border: 1px solid rgba(255,255,255,1);
	margin: 5px auto;
	padding: 5px;
}

input[type=button].blankbutton {
	background: transparent;
	border: none;
	padding: 0;
}

.artificial-btn {
	cursor: crosshair;
}



.handbook {
	width: 80%;
	max-width: 750px;
	text-align: justify;
	margin-bottom: 50vh !important;
}

.handbook pre {
	background-color: transparent;
	color: rgba(0,0,0,1);
	border: 0px;
}




/* STARTE: ANIMATION */
@keyframes shaking {
	10% {transform: translate3d(-1px, 1px, 0px);}
	20% {transform: translate3d(2px, 2px, 0px);}
	30% {transform: translate3d(-4px, 4px, 0px);}
	40% {transform: translate3d(4px, 4px, 0px);}
	50% {transform: translate3d(-4px, -4px, 0px);}
	60% {transform: translate3d(4px, 4px, 0px);}
	70% {transform: translate3d(-4px, 4px, 0px);}
	80% {transform: translate3d(2px, 2px, 0px);}
	90% {transform: translate3d(-1px, 1px, 0px);}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}
/* ENDE: ANIMATION */