/* Flaemmli Aktion */

#flaemli-aktion {
  position: absolute;
  top: -4.0vw;
  left: -7.2vw;
  transform: rotate(-35deg);
  height: 16vw;
  background-color: black;
  border: 4vw black solid;
  border-radius: 50%;
  
  animation-name: flaemli-aktion-anim;
  opacity: 0;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flaemli-aktion-anim {
  to {
    opacity: 0.93;
  }
}

/* General */

html {
  scroll-behavior: smooth;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {font-size: 3em; font-style: italic; font-weight: bold; color: darkblue;}

p {
	margin-left: 5%;
	margin-right: 5%;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	width: 100%;
	color: white;
}

address {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	font-size: 20px;
	padding: 5px;
	padding-right: 20px;
}

#insta-logo {
	height: 25px;
	position: absolute;
	right: 110px;
	top: 7px;
}

#facebook-logo {
	height: 25px;
	position: absolute;
	right: 65px;
	top: 7px;
}

#twitter-logo {
	height: 30px;
	position: absolute;
	right: 20px;
	top: 4px;
}

#follow-us {
	position: absolute;
	text-align: center;
	right: 50%;
	top: -20px;
	margin-right: -100px;
	font-size: 25px;
}

#footer-logo-background {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 100px;
}

#title-logo {
	text-align: middle;
}

#title-logo img {
  width: 100%;
  height: auto;
	left:0px;
	top:0px;
	opacity: 1;
	animation-duration: 3s;
}

#arrow_down {
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 40px;
	margin-left: 10px;
	display: none;
}

#Familientag {
	border-top: none;
	padding-top: 0px;
}

.verein-logos img {
	margin: 2px;
	padding: 15px;
	max-height: 150px;
	max-width: 350px;
}

.verein-logos {

}

h2 {
	font-size: 4em;
  	display: block;
	margin-top: 50px;
	text-align: center;
	width: 96%;
	padding-top: 30px;
	margin-left: 2%;
	margin-right: 2%;
	border-top: 8px #666666 solid;
}

#Liste_Familientag {
	list-style-type: none;
	text-align: left;
	padding-left: 8%;
	padding-top: 3cqw;
	padding-bottom: 3cqw;
	padding-right: 8%;
	margin-left: 25%;
	margin-right: 25%;
	background-color: #85CCCB;
}

#Familientag img {
	width: 80%;
}

#stunden_logo {
	width: 50%;
}

#arrow_down img {
	width: 100%;
	opacity: 0.6;
}

html:([data-scroll='10']) #arrow_down img {
	opacity: 0;
}

#title-logo-text {
	animation-name: title-logo-anim-text;	
}

.title-logo-outer {
	position:absolute;
	animation-name: title-logo-anim-outer;
}

#title-logo-middle {
	position:absolute;
	animation-name: title-logo-anim-middle;
}

/* Navigation Bar */

.navigation_Bar {
	position: relative;
	margin: 0;
	margin-top: 100px;
	padding: 0;
	height: 50px;
	width: 100%;
}

.navigation_Bar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	list-style-type: none;
	overflow: visable;
}

.navigation_Bar ul > li {
	display: block;
	float: left; 
	height: auto;
	width: 33.2%;
	overflow: hidden;
	border-right: 1px black solid;
}

.navigation_Bar ul > li:last-of-type {
	border-right: none;
	border-bottom: none;
}

.navigation_Bar li > a {
	display: block;
	padding: 0 0 0 10px;
	height: 100%;
	width: 100%;
	line-height: 50px;
	font-family: sans-serif;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
 	/* background-color: #DDDDDD; */
	color: white;
}

.navigation_Bar a > p {
	display: inline;
}

@media (hover:hover) {
	.navigation_Bar li:hover > a {
		background-color: #AAAAAA;
	}
  
  .Projekt:hover {
    box-shadow: 8px 8px 25px grey;
  }
  
}

.navigation_Bar ul > li:nth-of-type(3n+1) {
	background-color: #9a2d18;
}

.navigation_Bar ul > li:nth-of-type(3n+2) {
	background-color: #353b8f;
}

.navigation_Bar ul > li:nth-of-type(3n+3) {
	background-color: #e26e25;
}

.Info ul {
	list-style-type: none;
}

.Info ul > li {
	display: block;
	width: 95%;
	height: 7vw;
	margin-bottom: 20px;
	margin-left: 2.5%;
	margin-left: 2.5%;
	padding-bottom: 15px;
	
	background-image:url("img/arrow-down.png"); 
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 25%;
}

.Info li > a {
	color: white;
	text-decoration: none;
	font-size: 6vw;
	font-family: Segoe UI, Helvetica Neue, Arial, Helvetica;
	font-weight: 50;
	width: 100%;
}

.Info ul > li:nth-of-type(3n+1) {
	background-color: #9a2d18;
}

.Info ul > li:nth-of-type(3n+2) {
	background-color: #353b8f;
}

.Info ul > li:nth-of-type(3n+3) {
	background-color: #e26e25;
}

.Info li > a > p {
	display: block;
	margin: 0; 
} 

.Button {
	margin-bottom: 20px;
	color: white;
	display: inline-block;
	width: 74%;
	line-height: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-decoration: none;
	font-size: 4vw;
	font-family: Segoe UI, Helvetica Neue, Arial, Helvetica;
	font-weight: 50;
}

.Button p {
	line-height: 1vw;
	vertical-align: middle;
	display: inline-block;
}

#Timer {
	font-size: 20px;
	font-weight: bold;
}

body > p:last-of-type {
	margin: 70px;
}

#copyright_mobile {
	display: block;
	display: none;
}

/* Jugend United Logo Animation */

@keyframes title-logo-anim-outer {
  from {
    opacity: 0;
	top:160px;
  }
}

@keyframes title-logo-anim-middle {
  from {
    opacity: 0;
	top:-160px;
  }
}


@keyframes title-logo-anim-text {
  from {
    opacity: 0;
	margin-left:300px;
  }
}

/* 72h Projekt Boxen */
.Projekt {
  text-align: center;
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 10px;
  /*border: 1px black solid;*/
  width: 20vw;
  margin-left: 2vw;
  margin-right: 2vw;
  height: 22vw;
  font-size: 20px;
  overflow: hidden;
  box-shadow: 8px 8px 20px silver;
}

.Projekt img {
  width: 15vw;
}

.Projekt p:first-of-type {
  font-weight: bold;
}

/* Mobile devices */

@media only screen and (max-width: 1000px) {
  html {
    font-size: 40px;
  }
  
  /* 72h Projekt Boxen */
  .Projekt {
    display: block;
    width: 80vw;
    margin-bottom: 3vh;
    margin-top: 3vh;
    height: 75vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }
  
  .Projekt img {
    width: 70vw;
  }
  
	address {
		display: none;
	}
	footer {
		height: 8%;
    min-height: 40px;
	}
	svg {
		height: 100%;
	}
	#follow-us {
		display: none;
	}
	#insta-logo {
		position: absolute;
		left: 15%;
		top: 10%;
		height: 80%;
	}

	#facebook-logo {
		position: absolute;
		right: 45%;
		top: 10%;
		height: 80%;
	}

	#twitter-logo {
		position: absolute;
		right: 13%;
		top: 10%;
		height: 80%;
	}
	
	/* Navigation Bar */
	.navigation_Bar {
    height: 24vh;
    min-height: 120px;
	}
	
	.navigation_Bar ul > li {
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px black solid;
    min-height: 40px;
    height: 8vh;
		text-align: center;
		background-color: #DDDDDD;
	}

	.navigation_Bar li > a {
		/*font-size: 40px;*/
    font-size: 6vh;
    min-font-size: 30px;
		height: 8vh;
    min-height: 40px;
		line-height: normal;
		display: block;
		width: 100vw;
	}
	
	.navigation_Bar a > p {
		display: inline;
	}
	
	@media (hover:hover) {
	
		.navigation_Bar ul > li:hover{
			background-color: #AAAAAA;
		}
	}
	
	body > p:last-of-type {
		margin-bottom: 15%;
	}
	
	#copyright_mobile {
		display: block;
	}

	#Liste_Familientag {
		margin-left: 5%;
		margin-right: 5%;
	}
}