 html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
	font-weight: 250;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: normal;
    line-height: 2;
    color: #333;
	scroll-behavior:smooth;
	word-wrap: break-word;
}

h1, h2 {
	margin-bottom: 2.5%;
    color: #09194F;
	letter-spacing: 0.1em;
}

h3, h4, h5, h6{
	margin-bottom: 1.5%;
	margin-top: 2.5%;
    color: #09194F;
	letter-spacing: 0.1em;
}

a{
	text-decoration: none;
	color:#09194F;
}

a:hover{
	color: #fcd360;
}

/*--- HEADER ---*/

.header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:100%;
	height:100%;
	margin: auto;
	margin-bottom: 2.5%;
	background-color: #09194F;
	box-shadow: 0 2.5px 15px #999;
}

.border {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 2px solid #f6f6f6;
	width: 80%;
	height: auto;
	margin: auto;
	padding: 2.5%;
	margin-top: 1.25%;
}

.logo {
	margin: auto;
	width:75%;
	display: block;
    max-width: 100%;
}

#Titelbox {
	text-align: right;
	color: #f6f6f6;
	margin-right: 12.5%;
}

#Titel {
	font-weight: 750;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: 0.15em;
	margin-top: 2.5%;
	color: #f6f6f6;
}

#Untertitel {
	font-weight: 400;
	font-size: 2rem;
	line-height: 0.75;
	letter-spacing: 0.15em;
}

#counter {
    width: 100%;
    margin: auto;
}

#countdown { 
	margin-left: auto;
    margin-right: auto;
    padding: 0.5em 0;
    text-align: center;
    min-width: 350px;
	width:25%;
    border: 2px solid #f6f6f6 ;
    background-color: #f6f6f6;
	font-size: 1.25em;
	letter-spacing: 0.25em;
    font-weight: 500;
}

#ButtonDown{
	display: block;
	height:5%;
	margin-top: 1.25%;
	margin-bottom: 2.5%;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

/*--- Flexboxen ---*/

.mainbox{ /*Spalten verteilt ausgerichtet */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:100%;
}

.flexbox{ /*Spalten verteilt ausgerichtet */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:100%;
	padding-top:1%;
}

/*--- SIDEBAR & NAVIGATION ---*/

aside{
	display:inline;
	position: sticky !important;
	position: -webkit-sticky;
	top:2.5% !important;
	margin-bottom: auto !important;
	min-width: 25% !important; 
	background-color: #ffffff;
	margin-right:7.5%;
}

ul{
	list-style: none;
}

.link, .link:active, .link:hover, .link:visited{
	position: relative;
    display: block;
	text-decoration: none;
	background-color: #09194F;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.35em;
	padding: 0.75em 1em;
	margin: 0 10% 1em 10%;
}

.link:active, .link:focus, #nav a.active{
	color: #09194F;
	background-color: #8fd6cf;
}

.link:hover{
	color: #09194F;
	background-color: #e7e7e7;
}

.spenden{
	width:auto;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0.75em 1em;
	border: 2px solid #09194F;
}

.spenden p{
	color: #555;
	font-size: small;
}

.spendensmall{
	display: none;
}

/*--- DROPDOWN NAVIGATION ---*/
.dropdown{
	display: none;
	position: sticky;
	top:0;
	margin-bottom:auto;
	width:auto;
	background-color: #09194F;
	margin: 0;
}

.dropdown:hover, .dropdown-content:hover{
	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.dropdown-content{
	display:none;
	position: relative;
	width:auto;
	background-color: #09194F;
	margin: 0;
}

.dropdown-content a{
	display: block;
	text-decoration: none;
	border: none;
	background-color: #09194F;
	color: #f6f6f6;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.35em;
	padding: 1em;
}

.dropdown-content a:active, .dropdown-content a:hover{
	color: #09194F;
	background-color: #8fd6cf;
}

.ButtonDrop:hover  {
	color: #09194F;
	background-color: #fcd360;
}

.ButtonDrop{
	position: relative;
    display: block;
	text-decoration: none;
	border: none;
	background-color: #09194F;
	color: #fff;
	line-height: 1;
	font-size: 2em;
	font-weight: 400;
	padding: 0.5em 1em;
	text-align: center;
}

.show {display: block;}

/*--- INHALT ---*/

main{
	position:sticky;
	width:auto;
	background-color: #f6f6f6;
	margin: 0;
	margin-left: 10%;
	padding: 2.5% 4%;
}

section{
	padding-bottom: 5%;
	margin-bottom: 5%;
	border-bottom: 1px solid #e7e7e7;
	scroll-margin-top: 2em;
}

.daten{
	border: 2px solid #09194F;
	background-color: #fff;
	padding: 0.75em 1.5em;
	margin-bottom: 2.5%;
}

.kontakt{
	text-align: center;
	font-size: small;
	letter-spacing: 0.1em;
}

.kontakt:first-child{
	width:30%
}

.kontakt:last-child{
	width:65%
}

.kontakt a h4:hover{
	color:#fcd360;
}

.kontakt p{
	line-height: 1.5em;
	font-size: small;
	letter-spacing: 0;
}

.map{
	width:100%;
	height:550px;
	border:0;
}
/*--- BILDER ---*/

.teamimg{
	width:35%;
	min-width:250px;
	float:right;
	margin: 0 0 2% 2%;
	box-shadow: 0 1px 5px #ccc;
	border: 2px solid #f6f6f6;
}

.projektimg{
	width:10em;
	box-shadow: 0 1px 5px #ccc;
	border: 2px solid #f6f6f6;
}

.projektimg:hover, .teamimg:hover {
	filter: blur(0.5px);
	border: 2px solid #fcd360;
}

.sponsimg{
	max-width:25%;
	height: fit-content;
	max-height: 75px;
}

.buttonimg{
	min-height:50px;
	height:100%;
}

.buttonimg2{
	min-height: 50px;
	height: 2.5em;
	filter: drop-shadow(2px 2px 2.5px #999);
}

.buttonimg:hover, .buttonimg2:hover ,a .kontaktimg:hover{
	filter: grayscale(1) drop-shadow(0px 0px 0px #999);
}

.kontaktimg{
	height: 2.5em;
	min-height:50px;
	filter: drop-shadow(2px 2px 2.5px #999);
}

/*--- Galerie ---*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
	width:100%;
	height:100%;
	margin:0;
	box-shadow: 0 1px 5px #ccc;
    border: 2px solid #f6f6f6;
	padding:0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin: 0 0.5em;
  padding: 0.25em 1em;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(100, 100, 100, 0.35);
  color: #d8d8d8;
  border-radius: 50%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 0 0.15em;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #fcd360;
}
/* Scrollable Image Gallery */
div.scroll-container {
  max-width: 1000px;
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

/*--- Button ---*/
.ButtonJahre{
	position: relative;
    display: block;
	text-decoration: none;
	background-color: #09194F;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.35em;
	margin-bottom: 1em;
	margin-right:1em;
	padding: 0.75em 1em;
	text-align: center;
	width:20%;
}

.ButtonJahre:hover{
	color: #09194F;
	background-color: #8fd6cf;
}

#ButtonTop{
	display: none;
	position: fixed;
	bottom: 5%;
	right: 2.5%;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

/*--- FOOTER ---*/
footer{
	padding: 0 1%;
}

footer p{
	text-align: right;
	font-size: 12.5px;
	color: #777;
	letter-spacing: 0.1em;
}