/* standard_css.css */

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
}

@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;
	}

	div.main-container {
		display: grid;
		grid-template-columns: 3fr 1fr;
	}
}

@media (max-width:600px) {
	div.main-container {
		display: inline
	}

	aside {
		display: none;
	}
}

@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;
	}

	div.main-container {
		display: grid;
		grid-template-columns: 4fr 1fr;
	}
}

@media screen {

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

	aside {
		padding: 1em;
		position: sticky;
		top: 0;
	}

	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;
	}

	*.nodisplay {
		display: none;
	}

}

@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;
}

code.Fachwort_nativ {
	font-style: normal;
	font-weight: bold;
	color: darkblue;
	background-color: paleturquoise;
}

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.Bauteil {
	font-style: normal;
	font-weight: bold;
	color: blue;
}

em.Bauteil {
	font-style: normal;
	font-weight: bold;
	color: blue;
}

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;
}

code.math_function {
	font-weight: bold;
	color: maroon;
}

code.math_var {
	font-weight: bold;
	color: blue;
}

code.math_const {
	color: purple;
}

code.math_unit {
	color: teal;
}

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;
}

code.Programmierung_Funktion {
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
	font-weight: bold;
	color:blue;
}

code.Programmierung_Methode {
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
	font-weight: bold;
	color:blue;
}

code.Programmierung_Klasse {
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
	font-weight: bold;
	color:darkred;
}

code.Programmierung_Objekt {
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
	font-weight: bold;
	color:red;
}

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;
}

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;
}

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;
}

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;
}

.Programmcode {
	width: 95%;
	font-family:'Courier New', Courier, monospace;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	color: black;
	background-color:azure;
	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;
}

.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;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	padding: 3px;
	box-shadow: 2px 2px 10px grey;
	transition: all ease 0.5s;
}

.Arduino {
	color: seagreen;
}

img.bild {
	background-color: white;
	border-radius: 15px;
	padding: 15px;
}

div.aside_einzug_1 {
	margin-left: 2em;
}

.einzug_1 {
	margin-left: 1em;
}

.YTvideo {
	font-family: Verdana, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: black;
	background-color: lightgray;
	padding: 0.5em;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: darkgray;
	box-shadow: 0 0 0.2rem dimgray inset;

}

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;
}

a.interaktiv {
	border-color: grey;
	background-color: lightgray;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	padding: 3px;
	transition: all ease 0.5s;
	text-decoration: none;
	color: blue;
}

a.interaktiv:hover {
	border-color: steelblue;
	box-shadow: 2px 2px 10px grey;
	transition: all ease 0.5s;
}

a.interaktiv:visited {
	border-color: grey;
	box-shadow: 2px 2px 10px grey;
	transition: all ease 0.5s;
	color: blue;
}

a.intern {
	text-decoration: none;
	color: blue;
	transition: all ease 0.5s;
}

a.intern:hover {
	text-decoration: none;
	text-shadow: 0 0 0.2em rgb(35, 173, 0);
	transition: all ease 0.5s;
}

a.extern {
	text-decoration: none;
	color: blue;
	transition: all ease 0.5s;
}

a.extern:hover {
	text-decoration: none;
	text-shadow: 0 0 0.2em rgb(255, 149, 28);
	transition: all ease 0.5s;
}

a.extern_YT {
	font-size: small;
	text-decoration: none;
	color: blue;
	transition: all ease 0.5s;
}

a.extern_YT:hover {
	text-decoration: none;
	text-shadow: 0 0 0.2em rgb(255, 149, 28);
	transition: all ease 0.5s;
}


a.intern::before {
	text-decoration: none;
	font-weight: bold;
	color: green;
	content: '↘';
	transition: all ease 0.5s;
}

a.intern:hover::before {
	text-decoration: none;
	text-shadow: 0 0 0.1em darkgreen, 0 0 0.2em rgb(110, 206, 1), 0 0 0.4em rgb(186, 206, 1);
	transition: all ease 0.5s;
	content: '↘';
}

a.extern::before {
	text-decoration: none;
	font-weight: bold;
	color: blue;
	content: '↗';
	transition: all ease 0.5s;
}

a.extern:hover::before {
	text-decoration: none;
	text-shadow: 0 0 0.1em navy, 0 0 0.2em rgb(206, 59, 1), 0 0 0.4em rgb(206, 59, 1);
	transition: all ease 0.5s;
	content: '↗';
}

a.extern_YT::before {
	text-decoration: none;
	font-weight: bold;
	color: blue;
	content: '↗';
	transition: all ease 0.5s;
}

a.extern_YT:hover::before {
	text-decoration: none;
	text-shadow: 0 0 0.1em navy, 0 0 0.2em rgb(206, 59, 1), 0 0 0.4em rgb(206, 59, 1);
	transition: all ease 0.5s;
	content: '↗';
}

a.side {
	text-decoration: none;
	color: rgb(86, 15, 133);
	transition: all ease 0.5s;
}

a.side:hover {
	text-decoration: none;
	text-shadow: 0 0 0.3em rgb(254, 165, 0);
	transition: all ease 0.5s;
}

p.side {
	border-radius: 5px;
	background-color: ivory;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}