
/* --------------------------------------------------------------------------- */
/* was hier steht ist allgemein gültig, also für normale, große Monitore und Tablets im Querformat*/

:root {
	--accent_color: hotpink; /* wird in index.php durch folgendes überschreiben:   document.documentElement.style.setProperty("--accent_color", "#da8c38"); */
	--text_color: hotpink; /* wird in index.php überschreiben (s.o.) */
	}

font
	{
	font-family : Arial, Verdana;
	font-size: 1em;
	color: #000000;
	}

a:link, a:visited, a:hover, a:active
	{
	font-family : Arial, Verdana;
	font-size: 18px;
	color: var(--accent_color);
	}

table, tr, td
	{
	top: 0;
	border: 1px;
	left: 0;
	padding: 0px;
	margin: 0px;
	}

html
	{
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	color: var(--text_color);
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: linear-gradient(135deg, #222222 25%, #444444 25%, #444444 50%, #222222 50%, #222222 75%, #444444 75%, #444444 100%);
	background-size: 5.66px 5.66px;
	}
	

body
	{
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	color: var(--text_color);
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: linear-gradient(135deg, #222222 25%, #444444 25%, #444444 50%, #222222 50%, #222222 75%, #444444 75%, #444444 100%);
	background-size: 5.66px 5.66px;
	}
	
.koerper
	{
    background: #333333;
    width: 16px;
    height: 10px;
    border-radius: 6px 6px 0 0;
	position: absolute;
	margin-left: 14px;
	margin-top: 19px;
	top: 0;
	left: 0;
	}
.kopf
	{
    background: #333333;
    width: 12px;
    height: 12px;
    border-radius: 6px 6px 6px 6px;
	position: absolute;
	margin-left: 16px;
	margin-top: 8px;
	top: 0;
	left: 0;
	}
.schloss-koerper
	{
    background: #333333;
    width: 16px;
    height: 10px;
	position: absolute;
	margin-left: 14px;
	margin-top: 59px;
	top: 0;
	left: 0;
	}
.schloss-riegel
	{
    background: #333333;
    width: 14px;
    height: 11px;
    border-radius: 7px 7px 0 0;
	position: absolute;
	margin-left: 15px;
	margin-top: 48px;
	top: 0;
	left: 0;
	}
.schloss-riegel-innen
	{
    background: #888888;
    width: 10px;
    height: 9px;
    border-radius: 5px 5px 0 0;
	position: absolute;
	margin-left: 17px;
	margin-top: 50px;
	top: 0;
	left: 0;
	}

.pfeil-riegel
	{
    background: var(--accent_color);
    width: 7px;
    height: 6px;
	position: absolute;
	margin-left: 15px;
	margin-top: 97px;
	top: 0;
	left: 0;
	}
.pfeil-spitze
	{
	width: 0;
	height: 0;
	border-left: 8px solid var(--accent_color);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	margin-left: 22px;
	margin-top: 92px;
	top: 0;
	left: 0;
	}

.logo-blume
	{
    background: var(--accent_color);
	box-shadow: 10px 10px 8px #000000;
	position:absolute;
	top: 0;
	left: 0;
	}
.logo-koerper1
	{
    background: var(--accent_color);
    width: 20%;
    height: 100%;
	box-shadow: 10px 10px 8px #000000;
	position:absolute;
	top: 0;
	left: 0;
	}
.logo-koerper2
	{
    background: var(--accent_color);
    width: 20%;
    height: 20%;
	position: absolute;
	margin-left: 20%;
	margin-top: 40%;
	top: 0;
	left: 0;
	box-shadow: 10px 10px 8px #000000;
	}
.logo-koerper3
	{
    background: var(--accent_color);
    width: 20%;
    height: 100%;
	position: absolute;
	margin-left: 40%;
	margin-top: 0px;
	top: 0;
	left: 0;
	box-shadow: 10px 10px 8px #000000;
	}
.logo-koerper4
	{
    background: var(--accent_color);
    width: 20%;
    height: 20%;
	position: absolute;
	margin-left: 60%;
	margin-top: 40%;
	top: 0;
	left: 0;
	box-shadow: 10px 10px 8px #000000;
	}
.logo-koerper5
	{
    background: var(--accent_color);
    width: 20%;
    height: 100%;
	position: absolute;
	margin-left: 80%;
	margin-top: 0px;
	top: 0;
	left: 0;
	box-shadow: 10px 10px 8px #000000;
	}


.login-input
	{
	width: calc(100% - 50px);
	height:39px;
	font-size: 18px;
	color: /*var(--accent_color);*/  #666666;
	background: /*#cccccc*/none;
	padding: 0px;
	padding-left: 40px;
	padding-right: 10px;
	margin: 0px;
	border: 0px;
	outline: 0 none;
	border-bottom:1px solid #444444;
	}
.login-submit
	{
	width: calc(100% - 0px);
	height:40px;
	font-size: 18px;
	color: #222222;
	background: #666666;
	padding: 0px;
	text-align: left;
	padding-left: 40px;
	margin: 0px;
	border: 0px;
	outline: 0 none;
	}
.login-text-div
	{
	height: 120px;
	position: absolute;
	background: #888888;
	padding: 0px;
	margin: 0px;

	width: calc(50% + 58px - (50% - 120px - 72px - 58px));
	top: calc(50% - 60px);
	left: calc(50% - 58px);
	}
.login-logo-div
	{
	height: 120px;
	width: 120px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	-webkit-filter: drop-shadow(10px 10px 8px #000);
	filter: drop-shadow(10px 10px 8px #000);
	top: calc(50% - 60px);
	left: calc(50% - 120px - 72px - 58px + 8px);
	}
.login-streifen-div
	{
	height: 120px;
	width: 1px;
	background: #666666;
	position: absolute;
	padding: 0px;
	margin: 0px;
	padding-top: 24px;
	padding-bottom: 24px;

	top: calc(50% - 84px);
	left: calc(50% - 58px - 36px);
	}
.menue
	{
	background: #666666;
	position: absolute;
	padding: 0.4em;
	margin: 0px;
	bottom: 0;
	right: 0;
	display: none;
	}

.menue-streifen
	{
	height: 0.3em;
	width: 40px;
	background: #444444;
	padding: 0px;
	margin: 0.3em;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
	}

.link a {
	float: left;
	display: block;
	text-align: center;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 18px;
	background-color: var(--accent_color);
	color: var(--text_color);
}

.dashname {
	text-align: left;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 16px;
	background-color: #222;
	color: var(--text_color);
}

.dashbutton {
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 16px;
	background-color: #111;
	color: var(--accent_color); /*var(--accent_color);*/
}

.dashvalue {
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 16px;
	background-color: #222;
	color: var(--text_color);
}

.menu {
	background-color: #222;
	overflow: auto;
}

.menu a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
}

.menu a:hover {
	background-color: var(--text_color);
	color: black;
}

.menu a.active {
	background-color: var(--accent_color);
	color: var(--text_color);
}

.icon {
	display: none;
}	

.bereich-inhalt
	{
	width: calc(100% - 34px);
	max-width: calc(1024px - 34px);
	overflow: auto;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:16px;
	padding-right:16px;
	border: 0px solid black;
	}

/* --------------------------------------------------------------------------- */
/* was hier steht gilt für Tablets (Hochformat) rot*/

@media only screen and (max-width: 1000px) and (orientation: portrait)
	{
	font
		{
		color: #ff0000;
		}
	.login-text-div
		{
		width: 400px;
		top: calc(50% + 30px);
		left: calc(50% - 200px);
		}
	.login-logo-div
		{
		top: calc(50% - 120px - 30px);
		left: calc(50% - 60px);
		}
	.login-streifen-div
		{
		display: none;
		}
	}


/* --------------------------------------------------------------------------- */
/* was hier steht gilt für Handys (Querformat) grün */

@media only screen and (max-width: 1000px) and (orientation: landscape)
	{
	font
		{
		color: #00ff00;
		}
	.login-text-div
		{
		width: calc(50% + 58px - (50% - 120px - 72px - 58px));
		top: calc(50% - 60px);
		left: calc(50% - 58px);
		}
	.login-logo-div
		{
		top: calc(50% - 60px);
		left: calc(50% - 120px - 72px - 58px);
		}
	}


/* --------------------------------------------------------------------------- */
/* was hier steht gilt für Handys (Hochformat) blau */

@media only screen and (max-width: 500px)
	{
	font
		{
		color: #0000ff;
		}
	.login-text-div
		{
		width: calc(100% - 20px);
		top: calc(100% - 130px);
		left: 10px;
		}
	.login-logo-div
		{
		top: calc(50% - 60px - 65px);
		left: calc(50% - 60px);
		}
	.login-streifen-div
		{
		display: none;
		}
	a.icon
		{
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		}
	.menu {
		height: 17vw;/* vw = Viewport-Breite*/
		position: fixed;
		bottom: 0;
		right: 0;
		margin-bottom: 0em;
		left: 0%;
		margin-left: 0%;
		width: 100%;
		max-height: 30%;
/*		transition: all 0.5s ease-in-out;*/
/*	    overflow: auto;*/
/*		cursor: pointer;*/
		}

	.menu a {
		background-color: #222;
		float: left;
		display: block;
		color: var(--text_color);
		text-align: center;
		padding: 0px 0px;
		text-decoration: none;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px black;
		}

	.menu a:hover {
		background-color: #222;
		font-size: 18px;
		color: var(--text_color);
		}

	.menu a.active {
		color: var(--accent_color);
		background-color: #222;
		font-size: 22px;
		}

	.link {
		cursor: pointer;
		color: var(--accent_color);
		font-size: 22px;
		}

	.link:hover {
		color: var(--accent_color);
		font-size: 22px;
		}

	.inactive {
		cursor: pointer;
		height: calc(100vw / 6);
		max-height: calc(100vw / 6);
		min-height: calc(100vw / 6);
		width: calc(100vw / 6);
		max-width: calc(100vw / 6);
		overflow: hidden;
		padding: 0 0 0 0 ;
		margin: 0;
		}
		
	.active {
		cursor: pointer;
		height: calc(100vw / 6);
		max-height: calc(100vw / 6);
		min-height: calc(100vw / 6);
		width: calc(100vw / 6);
		max-width: calc(100vw / 6);
		overflow: hidden;
		padding: 0;
		margin: 0;
		}

	.bereich-inhalt
		{
		height: calc(100% - 36px - 16px - 16px - 17vw); /* vw = Viewport-Breite*/
		}

	.bereich-spacer
		{
		height: 16px;
		}

	.bereich-spacer-unten
		{
		height: 16px;
		position: fixed;
		bottom: 37px;
		right: 0;
		margin-bottom: 0em;
		left: 0%;
		margin-left: 0%;
		width: 100%;
		max-height: 16px;
		}

	.bereich-statusbar
		{
		height: 36px;
		font-size: 14px;
		background-color: #222;
		color: #f2f2f2;
		padding: 0px 15px 0px 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	}


