/* standard_css.css */

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

@media (min-width:1301px){
	body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 75%;
	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;
	}
	
	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;
}

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

em.Einheit {
font-style: normal;
color: teal;
}

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

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

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

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

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

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

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

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

.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;
border-radius: 7px;
color: black;
background-color: #FFFBD3;
padding: 0.5em;
}

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

.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.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;
margin-top: 0.7em;
margin-bottom: 0.7em;
margin-right: auto;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.75em;
padding-right: 0.75em;
color: darkblue;
border-style: hidden;
border-width: 2px;
border-radius: 0.5em;
background-color: powderblue;
}

div.Link a:hover {
font-weight: bold;
color: blue;
}

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 p a.intern b{
	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 p a.intern::before {
font-weight: bold;
color: blue;
content: '↘'
}

td.main p a.extern::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: '↗;'
}


td {
vertical-align: top;
}

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

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

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

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

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;
}
a.interaktiv:hover {
border-color: steelblue;
box-shadow: 2px 2px 10px grey;
transition: all ease 0.5s;
}