@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500');
html {
	-webkit-text-size-adjust: none;
}


/* mobile*/
@media only screen and (max-width : 800px) {
a {
	text-decoration: none;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
a:hover {
	text-decoration: none;
}
}






/* other */
@media only screen and (min-width : 801px) {
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	height: auto;
	width: 100%;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	padding: 0px;
	line-height: 120%;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
body {
	height: auto;
	width: 100%;
	padding: 0px;
	font-family: 'Hind', sans-serif;
	font-size: 22px;
	font-weight: 300;
	margin: 0px;
	line-height: 120%;
	background-color: #000000;
}
}



/* other */
@media only screen and (min-width : 801px) {
#here {
	position: absolute;
	width: 1100px;
	height: 40px;
	z-index: 2000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	/* [disabled]background-color: #CCC;
*/
	line-height: 14px;
	float: left;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#here {
	display: none;
}
}

/* other */
@media only screen and (min-width : 801px) {
#here a {
	color: #FFFFFF;
	text-decoration: underline;
}
}

/* other */
@media only screen and (min-width : 801px) {
.bg1 {
	z-index: -3000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;	
	
}}


/* other */
@media only screen and (min-width : 801px) {
.bg2 {
	z-index: -3000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	
}}
/* other */
@media only screen and (min-width : 801px) {
	.bg3 {
	z-index: -3000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg_3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}}
/* other */
@media only screen and (min-width : 801px) {
	.bg4 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}}
/* other */
@media only screen and (min-width : 801px) {
	.bg5 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}}
/* other */
@media only screen and (min-width : 801px) {
	.bg6 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg_6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}}





/* mobile*/
@media only screen and (max-width : 800px) {
.i_bg5 {
	background-attachment: fixed;
	background-image: url(../images/i_bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.i_bg4 {
	background-attachment: fixed;
	background-image: url(../images/i_bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.i_bg3 {
	background-attachment: fixed;
	background-image: url(../images/i_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.i_bg2 {
	background-attachment: fixed;
	background-image: url(../images/i_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.i_bg1 {
	background-attachment: fixed;
	background-image: url(../images/i_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}




/* other */
@media only screen and (min-width : 801px) {
#wrapper {
	height: auto;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#wrapper {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
}




/* other */
@media only screen and (min-width : 801px) {
#top_logo {
	float: left;
	height: 145px;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: fixed;
	z-index: 2000;
	-webkit-transition: all 300ms ease-in-out 300ms;
	-moz-transition: all 300ms ease-in-out 300ms;
	-ms-transition: all 300ms ease-in-out 300ms;
	-o-transition: all 300ms ease-in-out 300ms;
	transition: all 300ms ease-in-out 300ms;
}
}

/* other */
@media only screen and (min-width : 801px) {
#top_logo:hover {
	float: left;
	height: 155px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: fixed;
	z-index: 2000;
	-webkit-transition: all 300ms linear 300ms;
	-moz-transition: all 300ms linear 300ms;
	-ms-transition: all 300ms linear 300ms;
	-o-transition: all 300ms linear 300ms;
	transition: all 300ms linear 300ms;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#top_logo {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}






/* other */
@media only screen and (min-width : 801px) {
#top_nav {
	font-size: 15px;
	text-decoration: none;
	float: left;
	height: 58px;
	width: 1100px;
	font-family: 'Hind', sans-serif;
	padding-top: 92px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	position: relative;
	z-index: 999;
	clear: none;
	margin: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#top_nav {
	display: none;
}
}





/* other */
@media only screen and (min-width : 801px) {
#mobile_nav {
	display: none;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#mobile_nav {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
}








/* other */
@media only screen and (min-width : 801px) {
#top_socials {
	text-align: right;
	margin: 0px;
	float: left;
	height: 56px;
	width: 115px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: none;
	position: relative;
}
}


/* mobile*/
@media only screen and (max-width : 800px) {
#top_socials {
	margin: 0px;
	height: 30px;
	width: auto;
	padding: 0px;
	display: none;
}
}

/* other */
@media only screen and (min-width : 801px) {
#language {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#language {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display:none
}
}


/* other */
@media only screen and (min-width : 801px) {
.newsbox_1 {
	height: auto;
	width: 675px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 425px;
	float: left;
	background-color: rgba(51,51,51,0.7);
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.newsbox_1 {
	height: auto;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
}













/* other */
@media only screen and (min-width : 801px) {
#spezialboxwrapper_left {
	height: auto;
	width: 328px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 425px;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 0px;
}}

/* other */
@media only screen and (min-width : 801px) {
	#spezialboxwrapper_right {
	height: auto;
	width: 328px;
	text-decoration: none;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
}}



/* other */
@media only screen and (min-width : 801px) {
.specialbox_left {
	padding: 0px;
	height: auto;
	width: 328px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #FFF;
	background-color: rgba(51,51,51,0.8);
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	/* [disabled]background-image: url(../images/info.png);
*/
	background-position: left top;
	float: left;
}
}

/* other */
@media only screen and (min-width : 801px) {
.specialbox_left:hover {
	color: #FFF;
	background-color: rgba(255,0,0,0.7);
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 18px;
	margin-left: -19px;
	text-decoration: none;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.specialbox_left {
	height: auto;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}



/* other */
@media only screen and (min-width : 801px) {
.specialbox_right {
	padding: 0px;
	height: auto;
	width: 328px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #FFF;
	background-color: rgba(51,51,51,0.8);
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	float: right;
	/* [disabled]background-image: url(../images/info.png);
*/
	background-position: left top;
	position: relative;
}
}


/* other */
@media only screen and (min-width : 801px) {
.specialbox_right:hover {
	color: #FFF;
	background-color: rgba(255,0,0,0.7);
	margin-top: 0px;
	margin-right: -19px;
	margin-bottom: 18px;
	margin-left: 19px;
	text-decoration: none;
	padding: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.specialbox_right {
	height: auto;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

.specialbox_right a {
	color: #FFF;
	text-decoration: none;
}

.specialbox_left a {
	color: #FFF;
	text-decoration: none;
}





/* other */
@media only screen and (min-width : 801px) {
.specialbox_right_green {
	padding: 0px;
	height: auto;
	width: 328px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #FFF;
	background-color: rgba(7,74,47,0.8);
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	float: right;
	/* [disabled]background-image: url(../images/info.png);
*/
	background-position: left top;
	position: relative;
}
}


/* other */
@media only screen and (min-width : 801px) {
.specialbox_right_green:hover {
	color: #FFF;
	background-color: rgba(255,0,0,0.7);
	margin-top: 0px;
	margin-right: -19px;
	margin-bottom: 18px;
	margin-left: 19px;
	text-decoration: none;
	padding: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.specialbox_right_green {
	height: auto;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

.specialbox_right_green a {
	color: #FFF;
	text-decoration: none;
}



/* other */
@media only screen and (min-width : 801px) {
.specialbox_left_green {
	padding: 0px;
	height: auto;
	width: 328px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #FFF;
	background-color: rgba(7,74,47,0.8);
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	/* [disabled]background-image: url(../images/info.png);
*/
	background-position: left top;
	float: left;
}
}

/* other */
@media only screen and (min-width : 801px) {
.specialbox_left_green:hover {
	color: #FFF;
	background-color: rgba(255,0,0,0.7);
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 18px;
	margin-left: -19px;
	text-decoration: none;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.specialbox_left_green {
	height: auto;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}








.specialbox_left_green a {
	color: #FFF;
	text-decoration: none;
}


/* other */
@media only screen and (min-width : 801px) {
.specialbox_image {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 328px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.specialbox_image {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
}








/* other */
@media only screen and (min-width : 801px) {
.letterbox {
	padding: 0px;
	height: auto;
	width: 328px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 18px;
	margin-left: 425px;
	color: #FFF;
	background-color: #283891;
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	float: left;
	overflow: visible;
	text-align: center;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.letterbox {
	height: auto;
	width: 100%;
	background-color: #283891;
	color: #FFF !important;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
}

/* other */
@media only screen and (min-width : 801px) {
.letterbox:hover {
	color: #FFF;
	background-color: rgba(255,0,0,1);
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 18px;
	margin-left: 406px;
	text-decoration: none;
}
}














/* other */
@media only screen and (min-width : 801px) {
.newsbox_text {
	margin: 0px;
	/* [disabled]font-size: 14px;
*/
	font-weight: 300;
	/* [disabled]text-align: justify;
*/
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.newsbox_text {
	height: auto;
	width: 94%;
	text-decoration: none;
	/* [disabled]color: #FFF;
*/
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	margin: 0%;
	padding-top: 8px;
	padding-right: 3%;
	padding-bottom: 8px;
	padding-left: 3%;
}
}
.newsbox_text ul {
 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.newsbox_text li {
 */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: circle;
	line-height: 24px;
}








/* other */
@media only screen and (min-width : 801px) {
.contentbox_half {
	padding: 0px;
	height: auto;
	width: 550px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 550px;
	float: left;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_half {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
}
.contentbox_half a {
	color: #FFF;
	text-decoration: underline;
}



/* other */
@media only screen and (min-width : 801px) {
.contentbox_fatima {
	padding: 0px;
	height: auto;
	width: 450px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 650px;
	float: left;
}
}




/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_fatima {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
}
.contentbox_fatima a {
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	text-decoration: underline;
}

/* other */
@media only screen and (min-width : 801px) {
.fatima_image {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 450px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.fatima_image {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
}
}







/* other */
@media only screen and (min-width : 801px) {
.contentbox_werkedetail {
	padding: 0px;
	height: auto;
	width: 666px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 434px;
	float: left;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_werkedetail {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
}
.contentbox_werkedetail a {
	color: #FFF;
	text-decoration: underline;
}

/* other */
@media only screen and (min-width : 801px) {
.contentbox_full {
	height: auto;
	width: 675px;
	background-color: rgba(51,51,51,0.8);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 425px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_full {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
.contentbox_full a {
	color: #FFF;
	text-decoration: underline;
}







/* other */
@media only screen and (min-width : 801px) {
.contentbox_full_trans {
	height: auto;
	width: 675px;
	/* [disabled]background-color: rgba(19,14,9,0.8); */
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 425px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_full_trans {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
.contentbox_full_trans a {
	color: #FFF;
	text-decoration: underline;
}






/* other */
@media only screen and (min-width : 801px) {
.contentbox_full_rapid {
	height: auto;
	width: 675px;
	background-color: rgba(7,74,47,0.8);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 425px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_full_rapid {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
.contentbox_full_rapid a {
	color: #FFF;
	text-decoration: underline;
}








/* other */
@media only screen and (min-width : 801px) {
#content_wrapper {
	height: auto;
	width: 100%;
	color: #FFF;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
}
/* other */
@media only screen and (min-width : 801px) {
.contentbox_galerie {
	padding: 0px;
	height: auto;
	width: 675px;
	color: #FFF;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 425px;
	float: left;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_galerie {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
}
.contentbox_galerie a {
	color: #FFF;
	text-decoration: none;
}

/* other */
@media only screen and (min-width : 801px) {
#content {
	height: auto;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#content {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	float: left;
}
}

/* other */
@media only screen and (min-width : 801px) {
.left228 {
	padding-left: 228px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.left228 {
	padding-left: 0px;
}
}





/* other */
@media only screen and (min-width : 801px) {
#footer_wrapper {
	padding: 0px;
	height: auto;
	width: 100%;
	background-repeat: repeat;
	color: #FFF;
	margin: 0px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#footer_wrapper {
	display: none;
}
}





/* other */
@media only screen and (min-width : 801px) {
#footer {
	height: auto;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: justify;
	position: relative;
	z-index: 999;
}
}




/* other */
@media only screen and (min-width : 801px) {
#ifooter {
	display: none;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#ifooter {
	height: auto;
	width: 100%;
	background-repeat: repeat;
	color: #FFF;
	margin: 0px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
#ifooter a {
	text-decoration: underline;
	color: #FFF;
}
#footer a {
	text-decoration: underline;
	color: #FFF;
}

/* other */
@media only screen and (min-width : 801px) {
.werke {
	padding: 0px;
	height: auto;
	width: 418px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 18px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
	-webkit-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-moz-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-ms-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	-o-transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	transition: background-color 300ms linear 300ms, color 500ms ease-in 300ms, margin 500ms ease 300ms;
	text-decoration: none;
	line-height: 120%;
	float: left;
	clear: none;
	min-height: 130px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.werke {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
}







/* other */
@media only screen and (min-width : 801px) {
.werke:hover {
	color: #000;
	background-color: rgba(255,255,255,1);
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
	text-decoration: none;
}
}
/* other */
@media only screen and (min-width : 801px) {
.werke_wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
}
/* other */
@media only screen and (min-width : 801px) {
.playerbox {
	height: auto;
	width: 449px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 625px;
	float: left;
	display: block;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.playerbox {
	height: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	float: left;
	display: none;
	margin: 0px;
	padding: 0px;
}
}





/* other */
@media only screen and (min-width : 801px) {
.newsbox_image {
	float: left;
	height: 110px;
	width: 110px;
	clear: none;
	text-align: center;
	padding: 0px;
	margin: 10px;
	background-image: url(../images/background6gray.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.newsbox_image {
	float: left;
	height: 110px;
	width: 110px;
	clear: none;
	text-align: center;
	background-image: url(../images/background9invert.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	margin: 10px;
}
}




/* other */
@media only screen and (min-width : 801px) {
.newsbox_image_aktuell {
	float: left;
	height: 110px;
	width: 110px;
	clear: none;
	text-align: center;
	padding: 0px;
	margin: 10px;
	background-image: url(../images/background15invert.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.newsbox_image_aktuell {
	float: left;
	height: 110px;
	width: 110px;
	clear: none;
	text-align: center;
	margin: 10px;
	background-image: url(../images/background9invert.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}






/* other */
@media only screen and (min-width : 801px) {
.newsbox_image_index {
	float: left;
	height: 110px;
	width: 110px;
	clear: none;
	text-align: center;
	padding: 0px;
	margin: 10px;
	background-image: url(../images/background5invert.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
}
/* other */
@media only screen and (min-width : 801px) {
.image_200 {
	float: left;
	height: auto;
	width: 200px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	clear: none;
}
}


/* mobile*/
@media only screen and (max-width : 800px) {
.image_200 {
	float: left;
	height: auto;
	width: 100%;
	clear: none;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
}



/* other */
@media only screen and (min-width : 801px) {
.image_aktuell {
	height: auto;
	width: 300px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 0px;
	float: left;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.image_aktuell {
	height: auto;
	width: 110px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
}
}


/* other */
@media only screen and (min-width : 801px) {
.image_aktuell_200 {
	height: auto;
	width: 200px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.image_aktuell_200 {
	height: auto;
	width: 110px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
}






/* other */
@media only screen and (min-width : 801px) {
#galimage_links {
	float: left;
	height: auto;
	width: 213px;
	background-color: rgba(0,0,0,0.7);
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#galimage_links {
	float: left;
	height: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
}





/* other */
@media only screen and (min-width : 801px) {
#galimage_rechts {
	float: left;
	height: auto;
	width: 213px;
	background-color: rgba(0,0,0,0.7);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	text-align: center;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#galimage_rechts {
	float: left;
	height: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
}




/* other */
@media only screen and (min-width : 801px) {
#downloads_image_links {
	float: left;
	height: 155px;
	width: 155px;
	margin-top: 7px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#downloads_image_links {
	padding: 0px;
	float: left;
	height: 140px;
	width: 140px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
}



/* other */
@media only screen and (min-width : 801px) {
#downloads_image_rechts {
	float: left;
	height: 155px;
	width: 155px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
#downloads_image_rechts {
	padding: 0px;
	float: left;
	height: 140px;
	width: 140px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
}




/* other */
@media only screen and (min-width : 801px) {
.imagecopyright_200 {
	float: left;
	height: auto;
	width: 200px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #333;
	line-height: 16px;
	margin-top: 4px;
	margin-right: 13px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.imagecopyright_200 {
	float: left;
	height: auto;
	width: 110px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #333;
	line-height: 16px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
}









/* other */
@media only screen and (min-width : 801px) {
.image_allgemein {
	height: auto;
	width: auto;
	margin: 0px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: left;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
.image_allgemein {
	height: auto;
	width: 110px;
	margin: 0px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: left;
}
}









/* other */
@media only screen and (min-width : 801px) {
h1 {
	font-size: 24px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 24px;
}
}


/* mobile*/
@media only screen and (max-width : 800px) {
h1 {
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
}


/* other */
@media only screen and (min-width : 801px) {
h2 {
	font-size: 18px;
	text-decoration: none;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 20px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h2 {
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
}






/* other */
@media only screen and (min-width : 801px) {
h3 {
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 16px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h3 {
	font-size: 16px;
	text-decoration: none;
	font-family: 'Hind', sans-serif;
	font-weight: 200;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
}







/* other */
@media only screen and (min-width : 801px) {
h4 {
	font-size: 20px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding: 0px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h4 {
	color: #FFFFFF !important;
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h4 a {
	color: #F15429 !important;
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
}






/* other */
@media only screen and (min-width : 801px) {
h5 {
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 24px;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h5 {
	font-size: 22px;
	text-decoration: none;
	margin: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
}









/* other */
@media only screen and (min-width : 801px) {
h6 {
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}
}

/* mobile*/
@media only screen and (max-width : 800px) {
h6 {
	font-size: 16px;
	text-decoration: none;
	font-family: 'Hind', sans-serif;
	font-weight: 200;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: center;
}
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

/* other */
@media only screen and (min-width : 801px) {
br {
	font-size: 6px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
br {
	line-height: 100%;
}
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.orange {
	color: #e3793a;
}
.blue {
	color: #78d4c8;
}
.blue1 {
	color: #FFFFFF;
}
.red {
	color: #e1c9b9;
}


/* other */
@media only screen and (min-width : 801px) {
.text12 {
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
}
}
/* other */
@media only screen and (min-width : 801px) {
.text12 a {
	font-size: 14px;
	text-decoration: underline;
}
}
/* other */
@media only screen and (min-width : 801px) {
.spacer {
	padding: 0px;
	float: left;
	height: 1px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}
.err {
	font-family: 'Hind', sans-serif;
	font-size : 14px;
	color: #F00;
}
.inputfield {
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 270px;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	padding: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.inputfield_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #132861;
	text-decoration: none;
	height: 37px;
	width: 118px;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.inputfieldselect_klein {
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 26px;
	width: 102px;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	padding: 4px;
}
.inputfieldtextwide {
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 124px;
	width: 270px;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	padding: 4px;
}
.inputfieldselect {
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	height: 26px;
	width: 278px;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	padding: 4px;
}
.button {
	height: 40px;
	width: 120px;
	background-image: url(../images/buttonpng.png);
	cursor: pointer;
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* other */
@media only screen and (min-width : 801px) {
.language {
	font-size: 16px;
	line-height: 21px;
	color: #FFF;
	text-decoration: none;
}
}
.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
 @-moz-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}

/* other */
@media only screen and (min-width : 801px) {
.i_footerimage {
	display: none;
}
}



/* mobile*/
@media only screen and (max-width : 800px) {
.i_footerimage {
	margin: 0px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}
































/* mobile*/
@media only screen and (max-width : 800px) {
.slideshow, .slideshow:after {
	display: none;
}
}
.slideshow, .slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -15px;
	left: 0px;
	z-index: 0;
	list-style-type: none;
}
.slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 18s linear infinite 0s;
	-moz-animation: imageAnimation 18s linear infinite 0s;
	-o-animation: imageAnimation 18s linear infinite 0s;
	-ms-animation: imageAnimation 18s linear infinite 0s;
	animation: imageAnimation 18s linear infinite 0s;
}
.slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 18s linear infinite 0s;
	-moz-animation: titleAnimation 18s linear infinite 0s;
	-o-animation: titleAnimation 18s linear infinite 0s;
	-ms-animation: titleAnimation 18s linear infinite 0s;
	animation: titleAnimation 18s linear infinite 0s;
}
.slideshow li div h3 {
	font-family: "helvetica neue", helvetica;
	text-transform: uppercase;
	font-size: 80px;
	padding: 0;
	line-height: 200px;
	color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span {
	background-image: url(../images/bg_start/1.jpg)
}
.slideshow li:nth-child(2) span {
	background-image: url(../images/bg_start/2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
	background-image: url(../images/bg_start/3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}

.slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
 0% {
 opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -webkit-transform: scale(1);
 -webkit-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 25% {
 opacity: 0;
 -webkit-transform: scale(1);
}
 100% {
opacity: 0
}
}
@-moz-keyframes imageAnimation {
 0% {
 opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -moz-transform: scale(1);
 -moz-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -moz-transform: scale(1);
}
 25% {
 opacity: 0;
 -moz-transform: scale(1);
}
 100% {
opacity: 0
}
}
@-o-keyframes imageAnimation {
 0% {
 opacity: 0;
 -o-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -o-transform: scale(1);
 -o-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -o-transform: scale(1);
}
 25% {
 opacity: 0;
 -o-transform: scale(1);
}
 100% {
opacity: 0
}
}
@-ms-keyframes imageAnimation {
 0% {
 opacity: 0;
 -ms-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -ms-transform: scale(1);
 -ms-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -ms-transform: scale(1);
}
 25% {
 opacity: 0;
 -ms-transform: scale(1);
}
 100% {
opacity: 0
}
}
@keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 transform: scale(1);
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 transform: scale(1);
}
 25% {
 opacity: 0;
 transform: scale(1);
}
 100% {
opacity: 0
}
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
 0% {
 opacity: 0;
 -webkit-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -webkit-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -webkit-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-moz-keyframes titleAnimation {
 0% {
 opacity: 0;
 -moz-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -moz-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -moz-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -moz-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-o-keyframes titleAnimation {
 0% {
 opacity: 0;
 -o-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -o-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -o-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -o-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-ms-keyframes titleAnimation {
 0% {
 opacity: 0;
 -ms-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -ms-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -ms-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -webkit-transform: scale(10);
}
 100% {
opacity: 0
}
}
@keyframes titleAnimation {
 0% {
 opacity: 0;
 transform: translateY(200px);
}
 8% {
 opacity: 1;
 transform: translateY(0px);
}
 17% {
 opacity: 1;
 transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 transform: scale(10);
}
 100% {
opacity: 0
}
}








/* mobile*/
@media only screen and (max-width : 800px) {
#fb-side-like {
	display: none;
}
}
.flex-video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 0px;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.itemname {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
	width: 105px !important;
	float: left;
}
.cr_button {
	height: 40px;
	width: 120px;
	background-image: url(../images/anmelden.png);
	cursor: pointer;
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





/* other */
@media only screen and (min-width : 801px) {
.contentbox_full_blue {
	padding: 0px;
	height: auto;
	width: 675px;
	background-color: rgba(255,0,0,0.9);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 425px;
	float: left;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.contentbox_full_blue {
	height: auto;
	width: 100%;
	background-color: #FF0000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
.contentbox_full_blue a {
	color: #FFF;
	text-decoration: underline;
}


/* other */
@media only screen and (min-width : 801px) {
#team_links {
	float: left;
	height: 280px;
	width: 207px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
#team_links {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
}
}
/* other */
@media only screen and (min-width : 801px) {
#team_rechts {
	float: left;
	height: 280px;
	width: 207px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
#team_rechts {
	float: left;
	height: 133px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
}
}

/* other */
@media only screen and (min-width : 801px) {
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 10px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}}

/* other */
@media only screen and (min-width : 801px) {
	#myBtn:hover {
	background-color: #000; /* Add a dark-grey background on hover */
}}


/* other */
@media only screen and (min-width : 801px) {
.capsules {
	height: 260px;
	width: 201px;
	color: #333;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.capsules {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
}
.capsules a {
	color: #000;
	text-decoration: underline;
}


/* other */
@media only screen and (min-width : 801px) {
.capsules_right {
	height: 260px;
	width: 201px;
	color: #333;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
.capsules_right {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
}
.capsules_right a {
	color: #000;
	text-decoration: underline;
}


.neu {
	background-image: url(../images/neu.png);
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-transition: all 300ms linear 300ms;
	-moz-transition: all 300ms linear 300ms;
	-ms-transition: all 300ms linear 300ms;
	-o-transition: all 300ms linear 300ms;
	transition: all 300ms linear 300ms;
}

.neu:hover {
	background-image: url(../images/neuhover.png);
	background-repeat: no-repeat;
	background-position: right top;
}
