/* standard_css.css */

@media (max-width:1300px){
	body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	background-color: beige;
	}
}

@media (min-width:1301px){
	body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background-color: beige;
	}
}

@media screen {
	
	main {
	background-color: white;
	padding: 1em;
	border-style: solid;
	border-radius: 15px;
	border-width: 0px;
	}
	
	aside {
	padding: 1em;
	}
	
	p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	}
	
	aside p {
	margin-top: 1em;
	margin-bottom: 0.2em;
}
	
	footer {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: maroon;
	font-weight: normal;
	background-color: lightgrey;
	clear: both;
	padding: 1em;
	border-style: solid;
	border-radius: 15px;
	border-width: 0px;
	}
	
	footer a {
	margin: 0.5em;
	}
	
	header {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: maroon;
	font-weight: normal;
	background-color: lightgrey;
	clear: both;
	padding: 1em;
	border-style: solid;
	border-radius: 15px;
	border-width: 0px;
	}
	figure.interaktiv {
	padding: 10px;
	border-style: solid;
	border-color: blue;
	border-radius: 0.5em;
	border-width: 3px;
	}
}

@media print {
	body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 98%;
	}
	
	p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	}
	
	*.nonprint {
	display: none;	
	}
	
	footer {
	display: none;
	}
	
	header {
	display: none;
	}
	
	a {
	text-decoration: none;
	color: inherit;
	}
	
	a:visited {
	text-decoration: none;
	color: inherit;
	}
	
	aside {
	display: none;
	}
	
}

h1, h2 {
color: blue;
}

h3, h4 {
color: blue;
margin-top: 1em;
margin-bottom: 0.2em;
}

h2{
margin-top: 1.5em;
margin-bottom: 0.5em;
counter-increment: GlnAbs;
counter-reset: GlnNr;
}

h2 a {
	text-decoration: none;
	color: inherit;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

em {
font-style: normal;
font-weight: bold;
}

code {
font-style: inherit;
font-family: inherit;
font-size: inherit;
}

code a {
	text-decoration: none;
	color: inherit;}

em.Fachwort {
font-style: normal;
font-weight: bold;
color: darkred;
background-color: lemonchiffon;
}

code.Fachwort {
font-style: normal;
font-weight: bold;
color: darkred;
background-color: lemonchiffon;
}

em.AufgabenZeit {
font-style: normal;
font-weight: normal;
color: green;
float: right;
}

em.Taste {
font-style: normal;
font-weight: bolder;
color: navy;
background-color: lightsteelblue;
}

em.Datei {
font-style: italic;
font-weight: bold;
color: darkred;
}

code.Datei {
font-style: italic;
font-weight: bold;
color: darkred;
}

em.Befehl {
font-style: italic;
font-weight: bold;
color: darkblue;
}

code.Befehl {
font-style: italic;
font-weight: bold;
color: darkblue;
}

code.Linux_Befehl {
font-style: italic;
font-weight: bold;
color: darkblue;
}

em.Linux_Option {
font-style: italic;
font-weight: bold;
color: darkgreen;
}

code.Linux_Option {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

code.Linux_Option1 {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

code.Linux_Option2 {
font-style: normal;
font-weight: bold;
color: darkcyan;
}

code.Linux_Option3 {
font-style: normal;
font-weight: bold;
color: darkslateblue;
}

code.Linux_Option4 {
font-style: normal;
font-weight: bold;
color: indigo;
}

code.Linux_Option5 {
font-style: normal;
font-weight: bold;
color: darkmagenta;
}

code.Linux_Option6 {
font-style: normal;
font-weight: bold;
color: darkviolet;
}

em.Arduino_Befehl {
font-style: italic;
font-weight: bold;
color: orangered;
}

code.Arduino_Befehl {
font-style: italic;
font-weight: bold;
color: orangered;
}

em.Befehl_Attribut {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

code.Befehl_Attribut {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

em.Befehl_Attribut_optional {
font-style: normal;
font-weight: normal;
color: darkgreen;
}

em.Befehl_Attribut_optional::before {
font-style: normal;
font-weight: normal;
color: gray;
content: '[';
}

em.Befehl_Attribut_optional::after {
font-style: normal;
font-weight: normal;
color: gray;
content: ']';
}

code.Befehl_Attribut_optional {
font-style: normal;
font-weight: normal;
color: darkgreen;
}

code.Befehl_Attribut_optional::before {
font-style: normal;
font-weight: normal;
color: gray;
content: '[';
}

code.Befehl_Attribut_optional::after {
font-style: normal;
font-weight: normal;
color: gray;
content: ']';
}

em.Pin {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

code.Pin {
font-style: normal;
font-weight: bold;
color: darkgreen;
}

code.Pegel {
font-style: normal;
font-weight: bold;
color: maroon;
}

em.Befehl_Konstante {
font-style: normal;
font-weight: bold;
color: maroon;
}

code.Befehl_Konstante {
font-style: normal;
font-weight: bold;
color: maroon;
}

em.Befehl_Variable {
font-style: italic;
font-weight: bold;
color: maroon;
}

code.Befehl_Variable {
font-style: italic;
font-weight: bold;
color: maroon;
}

em.Variable {
font-style: italic;
font-weight: bold;
color: maroon;
}

code.Variable {
font-style: italic;
font-weight: bold;
color: maroon;
}

code.Variablentyp {
font-style: normal;
font-weight: bold;
color: steelblue;
}

em.Vektor {
font-weight: bold;
}
em.Vektor::after {
font-weight: bold;
vertical-align: super;
content: '⃗';
}

code.Compilerdirektive {
font-style: normal;
font-weight: bold;
color: olive;
}


em a {
	text-decoration: inherit;
	color: inherit;
}

td.main li a {
	text-decoration: inherit;
}

td.main p a {
	text-decoration: inherit;
}

td.main p a.intern {
	text-decoration: inherit;
	color: inherit;
}

td.main em a::before {
font-weight: bold;
color: blue;
content: '↗'
}

td.main em a.intern::before {
font-weight: bold;
color: blue;
content: '↘'
}

td.main em a.extern::before {
font-weight: bold;
color: blue;
content: '↗'
}

td.main code a.intern::before {
font-weight: bold;
color: blue;
content: '↘'
}

td.main code a.extern::before {
font-weight: bold;
color: blue;
content: '↗'
}


td.main p a.intern::before {
font-weight: bold;
color: blue;
content: '↘'
}

td.main p a.extern::before {
font-weight: bold;
color: blue;
content: '↗'
}

td.main p a::before {
font-weight: bold;
color: blue;
content: '↗'
}

td.main li a.intern::before {
font-weight: bold;
color: blue;
content: '↘'
}

td.main li a.extern::before {
font-weight: bold;
color: blue;
content: '↗&nbsp;'
}

td.main li a::before {
font-weight: bold;
color: blue;
content: '↗'
}

a.hidden {
	color: gray;
	text-decoration: none;
}

em.Gleichung {
	counter-increment: GlnNr;
	font-weight: normal;
	color: gray;
	font-size: 10px;
}

em.Gleichung_Wichtig {
	counter-increment: GlnNr;
	font-weight: bold;
	color: red;
	font-size: 12px;
}

em.Gleichung::after {
content: counter(GlnAbs)"."counter(GlnNr)
}

em.Gleichung_Wichtig::after {
content: counter(GlnAbs)"."counter(GlnNr)
}

em.Bezug {
	font-weight: bold;
	color: blue;
	font-size: 14px;
}

.Syntax {
width: 95%;
font-family: Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
color: black;
background-color: beige;
padding: 0.5em;
border-radius: 10px;
border-style: hidden;
}

.Beispiel {
width: 95%;
font-family: Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
color: darkblue;
background-color: #BDFFAD;
padding: 0.5em;
border-radius: 10px;
}

.Beispiel code p {
	font-family: Courier New, Courier, monospace;
	color: black;
	font-size: larger;
}

.Aufgabe {
width: 95%;
font-family: Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
color: black;
background-color: #FFFBD3;
padding: 0.5em;
border-radius: 7px;
}

div.Aufgabe {
	border-radius: 10px;
}

.Aufgabenbox {
width: 95%;
font-family: Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
color: black;
background-color: #FFFBD3;
padding: 0.5em;
border-style: solid;
border-color: darkseagreen;
border-width: 4px;
border-radius: 1em;
}

.Aufgabenbox_Mathe {
width: 86%;
font-family: Verdana, Arial, sans-serif;
margin-left: 10%;
margin-right: auto;
margin-top: -0.6em;
margin-bottom: 0.7em;
color: black;
background-color: #FFFBD3;
padding: 0.3em;
border-style: solid;
border-color: steelblue;
border-width: 3px;
border-radius: 1em;
}

.Aufgabenbox_Etec {
width: 86%;
font-family: Verdana, Arial, sans-serif;
margin-left: 10%;
margin-right: auto;
margin-top: -0.6em;
margin-bottom: 0.7em;
color: black;
background-color: #FFFBD3;
padding: 0.3em;
border-style: solid;
border-color: coral;
border-width: 3px;
border-radius: 1em;
}

.Aufgabenbox_Programming {
width: 86%;
font-family: Verdana, Arial, sans-serif;
margin-left: 10%;
margin-right: auto;
margin-top: -0.6em;
margin-bottom: 0.7em;
color: black;
background-color: #FFFBD3;
padding: 0.3em;
border-style: solid;
border-color: darkviolet;
border-width: 3px;
border-radius: 1em;
}

.Stufe_i {
color: green;
}

.Stufe_ii {
color: orange;
}

.Stufe_iii {
color: red;
}

p.Absatz {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}

p.author {
font-size: 8px;
}

p.Erklaehrung {
color: blue;
}

p.Erklaerung {
color: blue;
}

p.Beschreibung {
color: navy;
margin-left: 2em;
margin-bottom: 0.5em;
}

p.Bemerkung {
font-size: 12px;
color: green;
}

p.Antwort {
color: red;
}

p.Syntax_Befehl {
width: 90%;
font-family: Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
color: black;
font-weight: 600;
background-color: antiquewhite;
padding: 0.5em;
}

div.Link {
float: left;
border-color: blue;
background-color: lightgrey;
border-style: solid;
border-width: 2px;
border-radius: 10px;
padding: 3px 5px;
color: blue;
font-weight: bold;
transition: all ease 0.8s;
}

div.Link:hover {
border-color: limegreen;
background-color: lightsteelblue;
color: darkgreen;
font-weight: bold;
}

div.Link a {
text-decoration: none;
}

td {
vertical-align: top;
}

td.main {
background-color: white;
padding: 1em;
border-style: solid;
	border-radius: 15px;
	border-width: 0px;
}

div.main {
background-color: white;
padding: 1em;
border-style: solid;
	border-radius: 15px;
	border-width: 0px;
}

td.Tabelle_rechts {
vertical-align: top;
padding-left: 5em;
}

td.Aufgabentext {
vertical-align: middle;
padding-bottom: 0.7em;
padding-top: 0.7em;
padding-right: 0.5em;
}

table.rand_dunkel {
border-collapse: collapse;
margin: 0.5em;
}

table.rand_dunkel td {
border-style: solid;
border-color: darkgray;
border-width: 1px;
padding: 0.5em;
}

table.Aufzaehlung_hell {
border-collapse: collapse;
}

table.Aufzaehlung_hell td {
border-style: solid;
border-color: darkgray;
border-width: 0 0 1px 0;
padding: 0.2em 0 0.3em 0;
}

table.Aufzaehlung_hell tr:last-child td {
border-style: none;
padding: 0.2em 0 0.3em 0;
}

table.Aufzaehlung_standard {
border-collapse: collapse;
margin: 0.5em;
}

table.Aufzaehlung_standard td {
border-style: solid;
border-color: darkgray;
border-width: 1px;
padding: 0.5em;
}

figure{
background-color: transparent;
}

figcaption {
font-size: 10px;
margin-top: 1em;
}

figcaption p {
color: darkblue;
}

figcaption p.author {
color: gray;
}

ol.alphabetisch {
list-style-type: lower-alpha;
font-style: normal;
font-weight: bold;
color: darkred;
}

ol.alphabetisch p {
font-style: normal;
font-weight: normal;
color: black;
}

ul.Aufgaben_Aufzaehlung {
list-style-type: none;
margin-left: 0em;
padding-left: 0em;
}

ul.Aufgaben_Aufzaehlung a {
color: inherit;
text-decoration: inherit;
}

ul.Aufgabe_Beschreibung {
list-style-type: square;
font-size: 12px;
color: darkred;
}

pre {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

p.Gleichung {
margin-top: 0.8em;
margin-bottom: 0.8em;
}



ol.alphabetisch {
list-style-type: lower-alpha;
font-style: normal;
font-weight: bold;
color: darkred;
}

ol.alphabetisch p {
font-style: normal;
font-weight: normal;
color: black;
}

ul li {
margin-top: 0.2em;
}

ul.ohneAZ {
list-style-type: none;
}

.wichtig {
color: red;
font-weight: bolder;
}

nav.Seitennavigation {
margin-top: 1em;
margin-bottom: 1em;
}

nav.Seitennavigation a {
font-style: normal;
font-weight: bold;
font-size: 14px;
color: blue;
text-decoration: none;
}

b.Pegel {
color: blue;
}

div.nach_oben {
float: left;
border-color: blue;
background-color: lightgrey;
border-style: solid;
border-width: 2px;
border-radius: 4px;
padding: 3px;
color: blue;
font-weight: bold;
font-size: 2em;
transition: all ease 0.5s;
}

div.nach_oben:hover {
border-color: limegreen;
background-color: lightsteelblue;
color: darkgreen;
font-weight: bold;
}

div.Bemerkung_01 {
	margin-left: 1em;
	padding: 2px;
	background-color: lightpink;
	font-size: 6px;
	color: gray;
	border-style: solid;
	border-color: lightsalmon;
	border-width: 1px;
	border-radius: 2px;
	transition: all ease 0.5s;
}
div.Bemerkung_01:hover {
	padding: 4px;
	background-color: lightgreen;
	font-size: 12px;
	color: black;
	border-color:green;
	border-width: 2px;
	border-radius: 5px;
}

div.SAFE_Hinweis {
padding: 0 0.5em 0.2em 0.5em;
border-style: solid;
border-color: blue;
border-width: 0 2px 0 2px;
margin-bottom: 1em;
margin-top: 1em;
}

div.SAFE_Hinweis p:first-of-type {
margin-top: 0.5em;
}

div.SAFE_Hinweis::before {
	content: "HINWEIS!\A";
	background-color: blue;
	padding:0.3em;
	font-weight: bold;
	color: white;
}

img.interaktiv {
border-color: blue;
border-style: solid;
border-width: 2px;
border-radius: 4px;
padding: 3px;
transition: all ease 0.5s;
}
img.interaktiv:hover {
border-color: steelblue;
box-shadow: 2px 2px 10px grey;
transition: all ease 0.5s;
}

.Arduino {
color: seagreen;
}

em.Achtung {
	font-style: normal;
	font-weight: bolder;
	color: red;
}

div.Code {
	font-family: Courier New, Courier, monospace;
	padding: 20px;
	border-radius: 15px;
	background-color: azure;
	margin-top: 1em;
	margin-bottom: 1em;
}