/* CSS Document */

@charset "UTF-8";

body {
	background-image: url(../Fotos/Hintergund-body-wolken4.jpg);
	background-size: cover;
}

.content {
}
.jugendbackground {
	background-image: url(../Grafik/background-Jugend-glow.png);
	resize: both;
	height: 1550px;
	background-repeat: no-repeat;
}
.jugend {
	width: 80%;
	padding-top: 15%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
}
.jugend h2 {
	font-size: 26px;
	color: #B7B7B7;
	font-family: 'Wallpoet', cursive;
}
.jugend p {
	font-family: 'Special Elite', cursive;
	color: #33CCFF;
	font-size: 14px;
}
.jugend img {
	width: 90%;
	resize: both;
	margin-left: 5%;
}
.aktivitaetenjugend {
	background-color: rgba(255,0,0,0.4);
	border: 8px dashed #FF0;
}
.aktivitaetsdatum {
	text-align: center;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aktivitaetstext {
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aktivitaetsue {
	color: #0C3;
	text-align: center;
	width: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jugendaufruf {
	text-align: center;
	display: block;
	padding: 20px;
	width: 550px;
	margin: 0 auto;
	background-image: url(../Grafik/background-jugendanfrage.png);
	background-repeat: repeat-y;
}
.jugendaufruf h2 {
	text-align: center;
}
