@font-face {
    font-family: Bariol Regular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/bariol_regular-webfont.woff') format('woff'), url('../font/bariol_regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: Bariol Bold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/bariol_bold-webfont.woff') format('woff'), url('../font/bariol_bold-webfont.ttf') format('truetype');
}
@font-face {
    font-family: Bariol RI;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/bariol_regular_italic-webfont.woff') format('woff'), url('../font/bariol_regular_italic-webfont.ttf') format('truetype');
}
* { 
	margin:0; 
	padding:0;
	font-family: Bariol Regular, Arial, sans-serif;
}
header {
	position: sticky;
	top:0;
	background-color: #E0F2F7;
}
main {
	margin: 1em;
}
nav summary {
	list-style-type: "≡";
	color: #F28B05; /*orange*/
	font-size: 1.5em;
	cursor: pointer;
}
nav summary span {
	font-size: 0;
}
nav [open] summary {
	list-style-type: "✘";
	color: #F28B05; /*orange*/
}
nav details {
	text-align: right;
}
nav ul {
	margin-top: 0;
	margin-right: 1em;
	display: inline-block;
}
nav li {
	list-style-type:none;
}
body {
	background: #E0F2F7; /*hellblau*/
	padding: 1em;
	color: black;
}
hr {
	margin-top: 2em;
    width: 70vw;
	color: #F28B05;/*orange*/
}
h1 {
	font-family: Bariol Bold, Arial, sans-serif;
	font-size: 2.5em;
}
h2 {
	font-family: Bariol Regular, Arial, sans-serif;
    font-style: bold;
	font-size: 2em;
}
h3 {
	padding-top: 1.3em;
	font-family: Bariol Regular, Arial, sans-serif;
    font-style: bold;
	font-size: 1.7em;
}
h4 {
	padding-top: 0.6em;
	font-family: Bariol Regular, Arial, sans-serif;
    font-style: bold;
	font-size: 1.2em;
}
q { 
	font-family: Bariol RI, Arial, sans-serif;
	font-size: 1.2em;
}
a:link, a:visited, a:focus, a:active { 
	color: #F28B05; /*orange*/
	text-decoration: none 
	}
a:hover {
	background: #E0F2F7; /*hellblau*/
	color: #F28B05; /*orange*/
}
p {
	font-size: 1.3em;
	padding: 0.6em 0 0 0;
}
ul{
	font-size:1.2em;
	padding-left:1.8em;
}
li {
	padding:0.3em;
}
button {
	box-shadow: 5px 5px 5px 0 grey;
	-moz-border-radius: 10px; /*f&uuml;r abgerundete Ecken im Firefox */
	-webkit-border-radius: 10px; /*f&uuml;r abgerundete Ecken in Webkit-Browsern */
	border-radius: 10px; /*f&uuml;r abgerundete Ecken*/
	margin: 5px;
	background-color: #E0F2F7;
	font-size: 1.3em;
}
button:hover {
	background-color: #F28B05;
}
figure {
	padding-bottom: 1em;
	font-size:1.3em;
}
#logosp {
	height: 2em;
	float: left;
	float:clear;
}
.hinterg {
	width: 90%;
}
.cb { /* im ersten Element nach einem Float bewirkt es, dass bei diesem Element das clear wirkt. */
	clear:both;
}
.button1 {
		padding: 1em;
		width: 90%;
		display: block;
	}
.button2 {
		padding: 0.5em;
		height: 3em;
		width: 15em;
		display: block;
	}	
.inimg {
		height: 15em;
}
.buttonpfeil {
	Float: right;
	width: 3em;
	height: 3em;
}
.oben {
	height: 1em;
	margin: 0.5em;
}
#logofoot {
	width: 20%;
	max-width: 10em;
}
.katrin {
	width: 80%;
	max-width: 20em;
}
.zit {
	font-size: 1em;
	font-family: Bariol RI, Arial, sans-serif;
}
.bild1 {
	max-width: 15em;
	
}

.kont {
    font-size: 1em;
    padding: 0.5em;
    width: 15em;
}

.neben{
    float: left;
    padding-bottom: 5em;
}
.mehrspaltig {  
  columns: 3 12em; 
} 
h2 {
	column-span: all; 
}	  
	  
	  
	  
	  
@media print { 
	body {
		color: black;
		background-color: white;
	}
	a[href]::after {
		content: " <"attr(href)">";
		color: #888;
		background-color: inherit;
		font-style: italic;
		size: 80%;
	}
	.hinterg {
		width: 0em;
	}

}
