/* Schriftart für sämtliche Seiten festlegen */
html
{
    
	/*background-color: #C0C0C0;*/
}

body
{
	margin: 0;
	padding: 0;
}

header
{
	display: block;
	text-align: center;
	height: 9em;
	margin-top: 0;
	background: white;
	vertical-align: center;
	
	padding-bottom: 0,8em;
	background: white;
	border-bottom: 0.3em solid var(--tooltip-color);
	
	/*overflow: auto;*/
}

section
{
	display: inline-block;
	width: auto;
	height: auto;
	padding-bottom: 0;
	margin-bottom: 3em;
}

section.diagramm
{
	height: 22em;
	width: 100em;
}



h1
{
	display: inline-block;
	margin-block-start: 0.4em;
	font-family: "Robote", sans-serif;
	text-align: center;
	font-size: 5em;
	color: var(--tooltip-color);
}

h1.inHeader
{
	float: left;
	width: auto;
}

h1#anmelden
{
	display: block;
}

h2
{
	text-align: center;
}

img
{
	display: inline-block;
	float: left;
	width: var(--tooltip-width);
	height: 5em;
	margin-top: 2.2em;
	margin-left: 3em;
}

form#logout
{
	display: inline-block;
	float: right;
	margin-right: 0;
	margin-top: 1.8em;
	padding-left: 1em;
	width: var(--tooltip-width);
}

form#anmeldeFormular
{
	margin-top: 11%;
}

form#logout button
{
	background-color: white;
	font-size: 2em;
	color: var(--tooltip-color);
	width: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

button
{
	float: left;
	width: 8.3em;
	height: var(--tooltip-height);
	text-align: center;
	border-style: none;
}

button.leer
{
	background-color: gray;
	vertical-align: top;
}

button.voll
{
	background-color: white;
	vertical-align: bottom;
}

button.dreieck
{

	height: 0;
	width: 8.3em;
	border-left: 1.5em solid #C0C0C0;
	border-right: 1.5em solid #C0C0C0;
	border-top: 3em solid white;
}

button.log
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	width: 15em;
	height: 3em;
}

button:focus
{
	outline: none;
}

div.zentrieren
{
	text-align: center;
	margin-top: 2em;
}

div.groß
{
	display: inline-block;
	margin: auto;
	clear: both;
	width: 80em;
	height: 20em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

div#tageSteuerung
{
	display: inline-block;
	float: left;
	width: 10em;
}

div#tageSteuerung label
{
	font-family: "Robote", sans-serif;
	font-size: 0.9em;
}

div#tageSteuerung label.überschrift
{
	font-weight: bold;
	display: block;
	margin-bottom: 0.6em;
}

div#tageSteuerung label.einheit
{
	display: inline-block;
	padding-top: 0.2em;
}

div#tageSteuerung input
{
	display: inline-block;
	float: left;
	width: 2.8em;
	height: 1.5em;
	margin-right: 0.3em;
}

div#tageSteuerung button
{
	display: inline-block;
	float: left;
	width: 2.2em;
	height: 1.7em;
	margin-top: 0.05em;
	margin-right: 0.3em;
	padding-top: 0.1em;
	padding-right: 1.8em;
}

div.zelle
{
	display: inline-block;
	width: 6.85em;
	height: var(--tooltip-height);
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	float: left;
	color: var(--tooltip-color);
}

fieldset
{
	text-align: left;
	width: 2em;
	margin: auto;
	border-radius: 0.4em;
}

fieldset.silos
{
	background-color: #C0C0C0;
	padding-top: 1.5em;
	padding-bottom: 0;
	width: auto;
	border: 0.2em inset;
}

label
{
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 1em;
	display: block;
}

input
{
	height: 2.5em;
	font-size: 1em;
}

label.komponenten
{
	font-size: 1.1em;
}

label.zuFeld
{
	font-size: 2em;
}


span
{
	display: inline-block;
	position: relative;
	height: 0.1em;
	width: 5em;
}

span.unten
{
	bottom: 4em;
	right: 0.2em;
}

span.mitte
{
	
	bottom: 18em;
	right: 0.2em;
}

span.oben
{
	font-weight: bold;
	bottom: 25em;
	right: 0.2em;
}

span.ganzoben
{
	width: 8em;
	bottom: 27em;
	right: 1.8em;
}

@media only screen and (max-width: 1200px)
{
	div.groß
	{
		width: 70em;
		height: 20em;
	}
	
	h1
	{
		margin-block-start: 1em;
		font-size: 3em;
	}
}

@media only screen and (max-width: 900px)
{
	div.groß
	{
		width: 50em;
		height: 20em;
	}
	
	h1
	{
		margin-block-start: 1.6em;
		font-size: 2em;
	}
	
	img
	{
		width: var(--tooltip-half-width);
		height: 2.5em;
		margin-top: 2.8em;
	}
	
	form#logout
	{
		width: var(--tooltip-half-width);
		margin-top: 3em;
	}
	
	form#logout button
	{
		font-size: 1em;
	}
}

@media only screen and (max-width: 600px)
{
	div.groß
	{
		width: 30em;
		height: 20em;
	}
	
	header
	{
		height: 6em;
	}
	
	h1
	{
		margin-block-start: 1.2em;
		font-size: 1.8em;
	}
	
	img
	{
		margin-top: 2.6em;
		width: var(--tooltip-third-width);
		height: 1.3em;
	}
	
	form#logout
	{
		width: var(--tooltip-third-width);
		margin-top: 1.8em;
		height: 1.3em;
	}
	
	form#logout button
	{
		font-size: 1em;
	}
	
	fieldset.silos
	{
		width: 7.5em;
	}
}

@media only screen and (max-width: 425px)
{
	div.groß
	{
		width: 20em;
		height: 20em;
	}
	
	header
	{
		height: auto;
	}
	
	h1
	{
		display: inline-block;
		font-size: 1em;
	}
	
	img
	{
		display: inline-block;
		width: var(--tooltip-third-width);
		height: 1.3em;
		margin-top: 1em;
	}
	
	form#logout
	{
		display: inline-block;
		width: var(--tooltip-third-width);
		height: 1.3em;
		margin-top: 0;
	}
	
	form#logout button
	{
		font-size: 1em;
	}
	
	fieldset.silos
	{
		width: 7.5em;
	}
}
