@font-face {
	font-family: "Headline";
	src: url("../Fonts/Orbitron/Orbitron-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Paragraph";
	src: url("../Fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
html {
	font-family: "Paragraph";
}
body {
	background-image: url(../img/background.jpg);
	background-attachment: fixed;
	background-size: 100%;
}
.warnung{
	text-align: center;
	background-color: red;
}
#top_logo {
	max-height: 131px;
	right: 5px;
	margin-top: 20px;
}
.logo {
	margin: 10px auto;
}
.content {
	background-color: #ffffff;
	padding-bottom: 10px;
	border-radius: 10px;
}
.shadow {
	box-shadow: 0px 0px 50px 10px #000000;
}
h1 {
	font-family: "Headline";
	text-align: center;
	position: relative;
}
h2 {
	font-size: 1em;
	text-align: center;
	background-color: #ffa000;
}
.info_heading {
	margin: 5px 5px 0 5px;
	border: 2px solid #000;
	border-radius: 10px;
}
.info_img{
	text-align: center;
}
img {
	display: block;
	margin: auto;
}
.content_img {
	max-width: 45%;
	height: auto;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 0 5px;
}
.info {
	border: 2px solid #ffa000;
	border-radius: 10px;
	margin: 0 5px;
	text-align: left;
	padding: 4px;
}
.info p{
	text-align: left;
	margin: 1rem 0.2rem;
}
.columns {
	padding: 0px;
}
.heading {
	background-color: #ffa000;
	height: 75px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.image {
	display: block;
	margin: auto;
	border-style: solid;
	border-color: rgb(255,160,0); /*#FFA000*/
	border-radius: 30px;
	border-width: 20px;
	max-width: 340px;/*#19FF77*/
}
.head_nav, .side_nav {
	position: static;
	font-size: 0.7em;
	overflow-y: auto;
	overflow-x: hidden;
}
.head_nav > li, .side_nav > li {
	width: auto;
	/*height: 30px;*/
	display: none;
	text-align: center;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #ffa000;
	margin: 10px 0 0 10px;
	padding: 0 5px;
}
li {
	padding: 0;
}
li:hover {
	background-color: #ffbe64;
}
li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
p {
	text-align: center;
}
ul {
	text-align: center;
	margin: 0;
}
a {
	color: #000;
	text-decoration: underline #ffa000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #fff;
	background-color: #ffbe64;
}

@media screen and (min-width: 800px) {
	.head_nav > li {
		display: inline-block;
		height: 30px;
		min-height: unset;
	}
}

@media screen and (min-width: 1170px) {
.content {
	position: absolute;
	right: 0;
}
.head_nav {
	position: fixed;
	top: 5px;
	left: 5px;
}
.head_nav > li {
	display: block;
	width: 135px;
	height: 70px;
	overflow: auto;
}
}

@media screen and (min-width: 1330px) {
h1 {
	top: auto;
	position: static;
	transform: none;
}
.content {
	position: static;
}
.side_nav {
	position: fixed;
	top: 165px;
	right: 20px;
}
#top_logo {
	position: fixed;
	right: 20px;
}
.side_nav > li {
	display: block;
	width: 135px;
	height: 70px;
	overflow: auto;
}
}
