@charset "UTF-8";
/* CSS Document */
body {
	font-family: century-gothic, sans-serif;
	margin: 0px;
}
.menu {
	background-color: #FFB015;
}
.menustick {
	background-color: #FFB015;
}
.nav {
	text-align: center;
	height: 100px;
	padding-top: 15px;
}
.nav img {
	height: 100px;
	margin: 0px 6px;
	transition: 0.3s;
}
.nav img:hover {
	
}
.nav button-light-l {
	margin: 0px 6px;
	vertical-align: 40px;
}
a {
	text-decoration: none;
}
h1 {
	margin-bottom: 0px;
}
h2 {
	margin-top: 0px;
	font-size: 20px;
}
h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0px;
}
h4 {
	color: #fff;
	margin-top: 0px;
}
.foot button-light-l {
	color: #fff;
}
p{
	font-size: 12px;
	font-style: italic;
}
button-light-l {
	padding: 0px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	font-style: italic;
}
button-light-l:hover {
	text-decoration: solid 2px;
}
button-full-l {
	padding: 10px;
	color: #000;
	background-color: #FFB015;
	text-decoration: none;
	transition: 0.3s;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 12px;
}
button-full-l:hover {
	text-decoration: solid 2px;
}
.inhalt {
	margin: 0px 5%;
}
.foot {
	background-color: #071927;
	padding-top: 5px;
	padding-bottom: 4px;
}
.gelb {
	background-color: #FFB015;
	padding: 10px 0px;
}

.bild iframe{
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	overflow: auto;
	max-width: 800px;
	
}
.bild {
	height: 100px;
	background-color: #FFB015;
	padding-top: 15px;
	margin-bottom: 180px;
	 position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

@media screen and (min-width: 550px) {
	.bild {
		margin-bottom: 240px;
	}
}
@media screen and (min-width: 650px) {
	.bild {
		margin-bottom: 300px;
	}
}
@media screen and (min-width: 750px) {
	.bild {
		margin-bottom: 330px;
	}
	.inhalt {
	margin: 0px 10%;
}
}
@media screen and (min-width: 850px) {
	.bild {
		margin-bottom: 380px;
	}
	.inhalt {
	margin: 0px 15%;
}
}

