/* Bluesky Farben
	Hintergrund: #161e27
	2.Hintergrund: #11171e
	Text:#f1f3f5
	Hyperlinktext: #aebbc9
	Hyperlink-Hoverfarbe: #1e2936
	Rahmen: 2e4052
	
*/

body {
	background-color:#11171e;
	color:#f1f3f5;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}


p {
	padding:5px;
}

h2{
	margin: 5px;
	border-radius:10px;
	transition: background-color 2s;
}

.rahmen {
	background-color:#161e27;
	font-size:18px;
	text-align:center;
	margin: auto;
	margin-top:20px;
	padding: 10px;
	max-width:800px;
	border: 1px #2e4052 solid;
	display:block;
	overflow: auto;
}

.rund {
	width: 100px; 
	height:100px; 
	border: 2px #2e4052 solid;
	border-radius:50%;
	margin-top:5px;
}

a {
	color:#f1f3f5;
	text-decoration: none;
}

a:visited {
	color:#aebbc9;
}

h2:hover{
	background-color:#1e2936;
}

nav ol {
	padding: 1px;
}
nav ol li{
	background-color:#11171e;
	border-radius:10px;
	list-style-type:none;
	margin: 5px;
	padding: 10px;
	/*transition: background-color 1s;*/
}

nav ol li:hover {
	background-color:#1e2936;
}