@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);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility !important;
	letter-spacing: .03em;
}

::-webkit-scrollbar {width: 0px;height: 0px;}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(0, 0, 0, .3);
	opacity: 1;
	/* Firefox */
}


.body-webapp {
	/* background: #FAFAFA; */
	background: rgba(0,0,0,1);
	color: #000000;
	margin: 0px 8px;
	background-repeat:repeat;
	overflow-x: hidden;
	overflow-y: auto;
}
.body-hintergrund {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px); 
}
.body-anleitung {
	background:#DDDDDD;
	color: #000000;
}




/* ~~~~ STARTE: ALLGEMEIN ~~~~ */
[displaynone] {display: none;}
[relative] {position: relative;}
[absolute] {position: absolute;}
[clickcatch] {pointer-events: auto;}
[clickthrough] {pointer-events: none;}
[flex] {display: flex;}
[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 ~~~~ */




/* ~~~~ 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(1) {left:2%;top:2%}
.menuicon-grp > div:nth-of-type(2) {left:52%;top:2%}
.menuicon-grp > div:nth-of-type(3) {left:2%;top:52%}
.menuicon-grp > div:nth-of-type(4) {left:52%;top:52%}
.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 {
	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=url] {
	max-width: 140px !important;
}
/* ~~~~ ENDE: SEITENLEISTE ~~~~ */




.mainfield {
	margin: 0;
	padding: 80px 60px 50vh 60px;
}
.mainfield > div,
.mainfield > div > div {
	margin: 0;
	padding: 0;
}
p[instructions] {
	text-align: justify;
	font-size: 10pt;
	font-family: 'Avenir next', sans-serif;
}
[pflicht].missing {
	color: rgba(0,0,0,1) !important;
	background: rgba(238, 137, 6, 0.897);
}




/* ~~~~ 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 {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=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=url]:focus {
	border: 2px solid rgba(26,188,156,1);
	outline: none;
	color: rgba(26,188,156,1);
	margin: 0;
}
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;}
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;
}




/* 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 */




[profilecard] {
	display: inline-block;
	vertical-align: top;
	min-height: 200px;
	max-height: 400px;
	min-width: 300px;
	max-width: 300px;
	border: 1px solid black;
	background: rgba(255,255,255,1);
	border-radius: 3px;
	font-size: 9pt;
	margin: 10px 12px 14px 12px;
	padding: 0;
	text-align:left;
}

[profilecard] div {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

[profilecard] hr {
	background: rgba(0,0,0,1);
}

[profilecard] .title > span {
	height: 50px;
	padding: 0 10px;
	font-size: 24px;
	color: black;
	background: rgba(255,255,255,1);
}

[profilecard] .appbtn {
	font-size: 14px;
	color: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,1);
	border-radius: 2px;
	width: 20px !important;
	height: 20px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

[profilecard] .appname {
	font-size: 12px;
	width: 150px;
	overflow-x: scroll;
	word-break: break-all;
}