/* 
////////////////// RESET 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background: #FFF;
	color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/*     PRELOADER    ============================================================================= */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999999999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/*     SLIDER    ============================================================================= */

.slider {
	width: 100%;
	/*margin: 100px auto;*/
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide:first-child {
	margin: 0px 20px 0px 0px;
}


.slick-slide img {
	/*width: 100%;*/
	max-height: 400px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


/*     CONTENT    ============================================================================= */


@font-face { font-family: 'ITC Avant Garde Gothic LT'; src: url('../fonts/ITC_Avant_Garde_Gothic_LT_Bold.otf'); } 


h1 {
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 2px;
}

h3 {
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 19px;
	margin-bottom: 5px;
	line-height: 20px;
}

.formate {
	text-transform: inherit;
}

p {
	line-height: 26px;
	margin-top: 19px;
}

a {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
}

iframe {
	background: #ccc;
	box-sizing: border-box;
}

.intro {
	font-size: 22px;
	line-height: 30px;
}

#navigation_wrap {
	position: fixed; 
	z-index: 1;
}

#navigation {
	max-height: 1000px;
	height: 100%;
	max-width: 1707px;
	z-index: 1;
	margin-top: 5vw;
	margin-left: 5vw;
}

#navigation ul {
	height: 100%;
}

#navigation li {
	height: 11.5%;
}

#navigation li:last-child {
	height: 11.5%;
}


#navigation img {
	height: 100%;
}

#navigation a {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
}

#navigation a:hover {
	
}

.nav_headline {
	margin-top: 10px;
}

.nav_logo {
	margin-top: 40px;
}

.nav_mitmachen {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_mitmachen:hover {
	margin-left: 20px;
	content: url('../images/mitmachen_hover.png');
}

.nav_kampagne {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_kampagne:hover {
	margin-left: 20px;
	content: url('../images/kampagne_hover.png');
}

.nav_filme {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_filme:hover {
	margin-left: 20px;
	content: url('../images/filme_hover.png');
}

.nav_motive {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_motive:hover {
	margin-left: 20px;
	content: url('../images/motive_hover.png');
}

.nav_presse {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_presse:hover {
	margin-left: 20px;
	content: url('../images/presse_hover.png');
}

.nav_vereine {
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
} .nav_vereine:hover {
	margin-left: 20px;
	content: url('../images/vereine_hover.png');
}


.initiatoren div {
	float: left;
	/*background-color: red;*/
	margin-right: 11%;
}

.initiatoren div img {
	height: auto;
	width: 100%;
}

.bande {
	margin-top: 20px;
}

.initiatoren div:last-child {
	margin-right: 0 !important;
}

#footer a {
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
}

.header {
	overflow: hidden;
	max-height: 1000px;
	width: 100%;
	margin-bottom: 86px;
	position: fixed;
}

.header_unterseite {
	width: 90%;
	max-width: 1320px;
	margin: auto;
	margin-top: 38px;
}

.unterseite_logo {
	margin-top: 12px;
	width: 342px;
	margin-bottom: 39px;
}

.unterseite_highres {
	margin-top: 45px;
}

.scroll {
	position: fixed; 
	bottom: -4px; 
	height: 53px; 
	margin: auto;
	width: 100%; 
	text-align: center;
	z-index: 99999999;
	color: #FFF;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
    -webkit-transition:all 0.3s ease; /* Safari and Chrome */
    -o-transition:all 0.3s ease;
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
} 

.scroll h3 {
	z-index: 1;
	padding: 10px 0;
	width: 180px;
	margin: auto;
	background: black;
}


#outer_wrap_unterseite {
	z-index: 99999;
	width: 100%; 
	background: #FFF; 
	position: absolute;
}

#outer_wrap {
	z-index: 99999;
	width: 100%; 
	background: #FFF; 
	position: absolute;
	max-width: 100%;
    overflow-x: hidden;
}

#wrap {
	width: 90%;
	max-width: 1320px;
	margin: auto;
	margin-bottom: 200px;
	margin-top: 86px;
	z-index: 99999;
	background: #FFF;
}

.headline {
	margin-top: 100px;
}

.blue_background {
	background-color: #0b3158; 
	color: #FFF;
	padding: 40px;
	margin-top: 77px;
}

.blue_background_inner {
	width: 100%;
}

.blue_background .headline {
	margin-top: 0;
}

.blue_background a {
	color: #0089f0;
}

.blue_background a:hover {
	color: #fff;
}

.trennlinie {
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 102px;
}

.video {
	position: relative;
	cursor: pointer;
}

.playbutton {
    width: 119px;
    height: 119px;
    background-image: url("../images/bp-play.png");
    background-size: cover;
    position: absolute; top: 50%; left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    cursor: pointer;
}
 
.video:hover .playbutton {
    background-image: url("../images/bp-play_hover.png");
}

.video_embed {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.video_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.col { 
	/*background: red;*/
	padding:1em 0; 
	text-align:left;
}

.col img {
	width: 100%;
}

.icon {
	width: auto !important;
	height: 40px !important;
	margin-left: -13px;
	float: left;
}

.neu_stoerer {
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	position: absolute; 
	background: #0089f0; 
	color: #FFF; 
	padding: 10px; 
	margin-top: 10px; 
	margin-left: 10px; 
	text-transform: uppercase;
}

.twitter {
	background: url('../images/social_twitter.gif') no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999999px;
	float: left;
	margin-right: 14px;
} .twitter:hover {
	background: url('../images/social_twitter_hover.gif') no-repeat;
	background-size: 40px 40px;
}


.facebook {
	background: url('../images/social_fb.gif') no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999999px;
	float: left;
	margin-left: -13px;
} .facebook:hover {
	background: url('../images/social_fb_hover.gif') no-repeat;
	background-size: 40px 40px;
}

.fehler {
	color: #cc3a3a;
}

.hidden {
	display: none;
}

.greyfont {
	color: #AAA;
}

#submitvereinedisabled {
	float: left;
	margin-right: 20px;
}

#submitpressedisabled {
	float: left;
	margin-right: 20px;
}

input {
	border: 1px solid #000;
	border-style: none none solid none;
	width: 100%;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0 0 3px 0;
	margin-top: 12px;
}

input[type="submit"] {
	background: none;
	border-style: none;
	text-align: left;
	padding: 0;
	font-family: 'ITC Avant Garde Gothic LT', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: auto;
	cursor: pointer;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
}

input[type="submit"]:hover {
	color: #0089f0;
}

form {
	margin-top: 11px;
}

form h3 {
	margin-top: 20px;
	text-transform: none;
	margin-bottom: 10px;
}

input:focus {
	background: none;
	outline: none;
}

textarea {
	border: 1px solid #000;
	border-style: none none solid none;
	width: 100%;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0 0 3px 0;
	margin-top: 12px;
}


.link_download {
	/*width: 100%;*/
	background: url(../images/icon_download.gif) center left no-repeat;
	background-size: 15px 16px;
	padding: 3px 0 3px 22px;
	font-size: 14px;
	/*display: block;*/
	margin-bottom: 7px;
	margin-top: 10px;
	float: left;
}


.link_download:hover {
	/*width: 100%;*/
	background: url(../images/icon_download_hover.gif) center left no-repeat;
	background-size: 15px 16px;
}

.link_extern {
	/*width: 100%;*/
	background: url(../images/icon_externer_link.gif) center left no-repeat;
	background-size: 15px 16px;
	padding: 3px 0 3px 22px;
	font-size: 14px;
	/*display: block;*/
	margin-bottom: 7px;
	margin-top: 10px;
	float: left;
}

.link_extern:hover {
	/*width: 100%;*/
	background: url(../images/icon_externer_link_hover.gif) center left no-repeat;
	background-size: 15px 16px;
}

.subline_presse {
	padding: 3px 0 3px 0px;
	font-size: 14px;
	/*display: block;*/
	margin-bottom: 7px;
	margin-top: 10px;
	float: left;
}



@media only screen and (max-width: 777px) {
	
	input[type="submit"] {
		width: 100%;
		display: block;
		float: none;
	}

	form h3 {
		margin-top: 8px;
		text-transform: none;
	}

}

a:hover {
	color: #0089f0;
}




/*     IMG ZOOM    ============================================================================= */

.img_zoom {
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 99999999999;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
    -webkit-transition:all 0.2s ease; /* Safari and Chrome */
    -o-transition:all 0.2s ease;
    text-align: center;
}

.img_zoom .header_unterseite {
	max-width: 1200px;
}


.share_img {
	cursor: pointer;
}

.img_box {
	width: 90%;
	margin: auto;
	max-width: 1200px;
}


.zoom_close {
	float: left;
	cursor: pointer;
}


/*     GRID OF TWO    ============================================================================= */



.span_2_of_2 {
	width: 100%;
	float:left;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}

.span_1_of_2 {
	width: 48.5%;
	float:left;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 600px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 20px;
	}

	.intro {
		font-size: 18px;
		line-height: 26px;
	}

	.header {
		height: 100% !important;
	}
	.container {
		height: 100%;
	}

	.intro {
		padding-right: 0px;
	}
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 31.15%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 600px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}


/*     GRID OF FOUR    ============================================================================= */

	
.span_4_of_4 {
	width: 100%;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}

.span_3_of_4 {
	width: 74.25%;
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}

.span_2_of_4 {
	width: 48.5%; 
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}

.span_1_of_4 {
	width: 22.75%; 
	transition:all 0.2s ease;
    -moz-transition:all 0.2s ease; /* Firefox 4 */
   	-webkit-transition:all 0.2s ease; /* Safari and Chrome */
   	-o-transition:all 0.2s ease;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {

	html, body {
		max-width: 100%;
    	overflow-x: hidden;
	}

	.col_login {
		width: 22.75% !important;
	}

	.span_1_of_4 {
		width: 48.5%; 
	}

	/*.span_1_of_4 {
		margin-left: 0 !important;
	}*/

	.span_4_zu_2 {
		
	}

	.first {
		clear: both !important;
	}

	.span_4_zu_2:nth-child(odd) {
		margin-left: 0 !important;
	}

	h1 {
		font-size: 30px;
	}

	#wrap {
		margin-top: 40px;
		margin-bottom: 229px;
	}

	.headline {
		margin-top: 60px;
	}

	iframe {
		height: 900px !important;
		width: 1px;
        min-width: 100%;
        *width: 100%;
	}
}


@media only screen and (max-width: 600px) {

	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100% !important; 
	}

	.col_login {
		width: 48.5% !important;
	}

	form {
		margin-top: 6px;
	}

	iframe {
		height: 750px !important;
	}

}

/*     FOOTER    ============================================================================= */


#footer {
	width: 100%;
	height: 50px;
	background: black;
	z-index: 99999999999;
	position: absolute;
	bottom: 0;
}

.footer_content {
	width: 90%;
	max-width: 1320px;
	margin: auto;
	padding-top: 17px;
}

.footer_content_1 {
	float: left;
}

.footer_content_2 {
	float: right;
}

@media only screen and (max-width: 600px) {
	#footer {
		height: inherit;
	}

	.footer_content {
		padding-top: 30px;
	}

	.footer_content a {
		width: 100%;
		display: block; 
		margin-bottom: 23px;
	}

	.footer_content a:last-child {
		margin-top: 20px;
	}

	.footer_content_2 {
		float: left;
		display: block; 
		width: 100%;
	}
}

/*     PARALLAX    ============================================================================= */


.header .typo {
	width: 100% !important;
	margin-left: 0% !important;
	margin-top: 0% !important;
}

.header .film {
	-webkit-clip-path: inset(100px 1299px 715px 100px);
	clip-path: inset(100px 1299px 715px 100px);
}


.header img {
  display: block;
  width: 120%;
  margin-left: -5%;
  margin-top: -2%;
}

.container {
  position: relative;
  /*margin-left: -10%;*/
}

.scene {
  padding: 0;
  margin: 0;
}

.fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
}

.expand-width {
  width: 120%;
}

.border {
  border: 2px dashed #00FFAA;
}

.aspect {
  opacity: 0.2;
}

.layer:nth-child(1) {
  opacity: 1;
}
.layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
}

.layer:nth-child(2) {
  opacity: 1;
}
.layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
}

.layer:nth-child(3) {
  opacity: 1;
}
.layer:nth-child(3) button {
  -webkit-transform: rotate(90deg);
}

.layer:nth-child(4) {
  opacity: 1;
}
.layer:nth-child(4) button {
  -webkit-transform: rotate(60deg);
}

.layer:nth-child(5) {
  opacity: 1;
}
.layer:nth-child(5) button {
  -webkit-transform: rotate(30deg);
}

.layer:nth-child(6) {
  opacity: 1;
}
.layer:nth-child(6) button {
}

.source-details h2, .source-details a {
    color: #000;
}

.owl-prev, .owl-next {
    background: #000;
}
h2, h6 {
    color: #000;
}
h6 {
    font-size:14px;
}
.post-text-only, .text-wrap {
    color: #000;
}
.post-text {
    background: rgba(0, 0, 0, 0.51);
}

.source-icon {
    color: #000;
}
.sb-cicon {
    background-image: url(../images/social-icons-colored.png);
}
.post-text-only a {
    color: #000;
}