@charset "utf-8";
/* CSS Document */

/*SEITENEIGENSCHAFTEN*/
body {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
}

#youtube {
	float:left;
	margin: 20px;
}

.mehr {
	padding: 5px 20px;
	float: right;
	background: #00873c;
	color: #ffffff;
	width: auto;
}

/*AKTIVER LINK*/
#trainer #nav_trainer a, 
#moderation #nav_moderation a, 
#sprecher #nav_sprecher a { 
	background-color: #00873c;
	padding: 10px 20px;
	margin: 0 -20px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	
}

h1 {
	width: 80%;
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 10% 0 10%;
}

h2 {
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0 0 0;
}

h3 {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

/*Nur für col Klassen*/
h4 {
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

/*Nur für col Klassen*/
h5 {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: lighter;
	margin: 0 0 5px 0;
}

/*COVER*/
.cover_con {
	width: 100%;
	position: relative;
	margin-top: -1080px;
	border-bottom: #00873c solid 15px;
	-webkit-animation-name: cover;
	-moz-animation-name: cover;
	-ms-animation-name: cover;
	-o-animation-name: cover;
	animation-name: cover;
	
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
	opacity: 0;
}

@-webkit-keyframes cover {
	from {margin-top: -1080px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}

@-moz-keyframes cover {
	from {margin-top: -1080px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}

@-o-keyframes cover {
	from {margin-top: -1080px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}

@keyframes cover {
	from {margin-top: -1080px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}

.cover_con img {
	margin-bottom: -5px;;
}

.cover_txt {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 75px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	z-index: 999;
	bottom: 35%;
}

.coverbtn_con {
	position: absolute;
	left: 5%;
	bottom: 20px;
}

.coverbtn {
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#btn_cd {
	width: 120px;
	height: 120px;
	background: #3f3f3f;
	text-transform: uppercase;
	text-align: center;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

#btn_cd:hover {
	background-color: #fff;
	background-image: url(images/btn_cd.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	color: rgba(255,255,255,0.00);
}
.bestellen {
	padding: 2%;
	background-color: #00873c;
	
}
#btn_facebook {
	background-image: url(images/cover_btn_fb.jpg);
	background-size: cover;
}

#btn_facebook:hover {
	background-image: url(images/cover_btn_fb_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_gsa {
	background-image: url(images/cover_btn_gsa.jpg);
	background-size: cover;
}

#btn_gsa:hover {
	background-image: url(images/cover_btn_gsa_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}


#btn_xing {
	background-image: url(images/cover_btn_xing.jpg);
	background-size: cover;
}

#btn_xing:hover {
	background-image: url(images/cover_btn_xing_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_unternehmerbund {
	background-image: url(images/cover_btn_ub.jpg);
	background-size: cover;
}

#btn_unternehmerbund:hover {
	background-image: url(images/cover_btn_ub_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_maps {
	background-image: url(images/cover_btn_maps.jpg);
	background-size: cover;
}

#btn_maps:hover {
	background-image: url(images/cover_btn_maps_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_mail {
	background-image: url(images/cover_btn_mail.jpg);
	background-size: cover;
}

#btn_mail:hover {
	background-image: url(images/cover_btn_mail_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_gabi {
	background-image: url(images/cover_btn_gabi.jpg);
	background-size: cover;
}

#btn_gabi:hover {
	background-image: url(images/cover_btn_gabi_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

#btn_teamgeist {
	background-image: url(images/cover_btn_tg.jpg);
	background-size: cover;
}

#btn_teamgeist:hover {
	background-image: url(images/cover_btn_tg_aktiv.jpg);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*SLIDER*/
/*SLIDER*/
.slider,
.window,
.controls {
    margin: 0;
	padding: 0;
}
 
.window {
    overflow: hidden;
	width: 100%;
	position: relative;
}

.slider {
    position: relative;
    left: 0;
    width: 400%;
    margin-bottom: .8em;
	transition: all 2.5s ease-in-out;
	-webkit-transition: all 2.5s ease-in-out;
	-moz-transition: all 2.5s ease-in-out;
	-o-transition: all 2.5s ease-in-out;
}

.slider li {
    float: left;
    width: 25%;
    position: relative;
	list-style: none;
}

/* INPUTS */
.window input, .highlight input {
    position: absolute;
    left: -99999px;
}
 
/* CONTROLS */
.controls label {
    height: 30px;
	width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #9A9A9A;
    color: #FFFFFF;
	opacity: 0.7;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

.controls li {
    display: inline-block;
}

.controls {
	position: absolute;
	bottom: 40px;
	right: 5%;
}

.controltext {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 20px;
	background-color: #000000;
	opacity: 0.7;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

/*EFFEKTE SLIDER*/
#slide02:checked ~ .slider {
    left: -100%;
}
 
#slide03:checked ~ .slider {
    left: -200%;
}
 
#slide04:checked ~ .slider {
    left: -300%;
}
 
/*EFFEKTE CONTROLS*/
.controls label:hover,
#slide01:checked ~ .controls label[for="slide01"],
#slide02:checked ~ .controls label[for="slide02"],
#slide03:checked ~ .controls label[for="slide03"],
#slide04:checked ~ .controls label[for="slide04"] {
    background: #3f3f3f;
    color: #FFFFFF;
}

.controls label:active,
#slide01:checked ~ .controls label[for="slide01"],
#slide02:checked ~ .controls label[for="slide02"],
#slide03:checked ~ .controls label[for="slide03"],
#slide04:checked ~ .controls label[for="slide04"] {
    background: #00873c;
    color: #FFFFFF;
	cursor: default;
}

.text_slider {
	width: 40%;
	color: #FFFFFF;
	position: absolute;
	left: 5%;
	bottom: 80px;
}

/*NAVIGATION*/
nav {
	width: 90%;
	padding: 0 5%;
	position: absolute;
	left: 0;
	top: 0;
}

nav ul {
	float: right;
}

nav li {
	font-size: 18px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	list-style: none;
	padding: 0 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

nav li:hover {
	background-color: #00873c;
}

hr {
	clear: both;
	width: 110%;
	margin-left: -5%;
}

/*LOGO*/
.logo {
	width: 544px;
	position: absolute;
	left: 5%;
	top: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.logo:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*CONTENT*/
.main,
.main50 {
	text-align: justify;
}

.main {
	width: 80%;
	margin: 30px 10%;
}

.main50 {
	width: 50%;
	float: left;
}

.main_hl {
	width: 80%;
	padding: 15px 10% 30px 10%;
	text-align: justify;
	background-color: #00873c;
	color: #FFFFFF;
	margin: 30px 0 -30px 0;
}

.main li,
.main50 li {
	line-height: 40px;
	list-style-image: url(images/list.jpg);
}

.iframe_con {
	width: 1100px;
	margin: 30px auto 0 auto;
}

.iframe {
	float: left;
	margin: 0 5px;
}

#portrait {
	float: left;
	width: 200px;
	margin: 50px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cd-bild {
	width: 40%;
	float: left;
}
.klein {
	width: 15% !important;
}
.einleitetxt {
	width: 60%;
	float: left;
}
.lang {
	width: 80% !important;
}
.cd-txt {
	width: 56%;
	float: left;
}
.cd-txt-index {
	width: 46%;
	float: left;
}
.formular {
	width: 33%;
	float: left;
}
.label {
	background-color: #00873c;
	color: #fff;
	padding: 2%;
}
.input {
	background-color: #dadad9;
	width: 50%;
}
.input input {
	background-color: #dadad9;
	border: none;
}
.preis {
	position: static;
	left: 5%;
	width: 150px;
	padding: 10px 25px;
	background-color: #00873c;
	color: #fff;
	z-index: 99999;
}
/*Leistungen*/
.col3_con {
	width: 1500px;
	margin: 0 auto;
}

.col3 {
	width: 460px;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.col3:hover {
	background-color: #00873c;
	color: #FFFFFF;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.sel_img {
	width: 450px;
	height: 300px;
	background-color: #dadadc;
	margin: 5px;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#sel_leistung01 {
	background-image: url(images/sel_leistung01.jpg);
	background-size: cover;
}

#sel_leistung01:hover {
	background-image: url(images/sel_leistung01_aktiv.jpg);
}

#sel_leistung02 {
	background-image: url(images/sel_leistung02.jpg);
	background-size: cover;
}

#sel_leistung02:hover {
	background-image: url(images/sel_leistung02_aktiv.jpg);
}

#sel_leistung03 {
	background-image: url(images/sel_leistung03.jpg);
	background-size: cover;
}

#sel_leistung03:hover {
	background-image: url(images/sel_leistung03_aktiv.jpg);
}

/*Balken*/
.blk_con_ver {
	width: 640px;
	margin: 0 auto;
	
}

.blk_main_ver {
	width: 150px;
	height: 220px;
	float: left;
	margin: 5px 5px 30px 5px;
	font-size: 25px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blk_main_ver:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blk_green_ver {
	width: 100%;
	background-color: #00873c;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

.blk_grey_ver {
	width: 100%;
	background-color: #dadad9;
	color: #3f3f3f;
	text-align: center;
	padding-top: 10px;
}

.blk_text_ver {
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 14px;
}

#blk_green_home01 {
	height: 75%;
}

#blk_grey_home01 {
	height: 25%;
}

#blk_green_home02 {
	height: 30%;
}

#blk_grey_home02 {
	height: 70%;
}

#blk_green_home03 {
	height: 60%;
}

#blk_grey_home03 {
	height: 40%;
}

#blk_green_home04 {
	height: 50%;
}

#blk_grey_home04 {
	height: 50%;
}

.blk_con_hor {
	width: 1500px;
	margin: 20px auto;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.blk_text_hor {
	text-transform: uppercase;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.blk_text_hor_hl {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	width: 580px;
	float: left;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
}

.blk_main_hor {
	width: 900px;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blk_main_hor:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blk_grey_hor {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	background-color: #dadadc;
	text-align: center;
	float: left;
}

.blk_green_hor {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	background-color: #00873c;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

#blk_grey_trainer01 {
	width: 70%;
}

#blk_green_trainer01 {
	width: 30%;
}

#blk_grey_trainer02 {
	width: 65%;
}

#blk_green_trainer02 {
	width: 35%;
}

#blk_grey_trainer03 {
	width: 40%;
}

#blk_green_trainer03 {
	width: 60%;
}

#blk_grey_trainer04 {
	width: 75%;
}

#blk_green_trainer04 {
	width: 25%;
}

#blk_grey_trainer05 {
	width: 70%;
}

#blk_green_trainer05 {
	width: 30%;
}

/*Legende*/
.leg_con {
	clear: left;
	margin-left: 60%;
	padding: 30px 0 50px 0;
}
	
.leg_main {
	text-transform: uppercase;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.mak_green {
	background-color: #00873c;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.mak_darkgrey {
	background-color: #3f3f3f;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.mak_grey {
	background-color: #dadad9;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.btn {
	position: absolute;
	bottom: 50px;
	right: 10%;
	padding: 10px 30px;
	background-color: #00873c;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 999;
}

.btn:hover {
	background-color: #FFFFFF;
	color: #00873c;
	transform: translateY(-10px);
}
	
/*Kreisdiagramm*/
.cir_con {
	width: 400px;
	margin: 20px auto 0 auto;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: -1;
}

.cir_con:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*Highlight*/
.hl_con {
	width: 90%;
	padding: 50px 5% 80px 5%;
	margin-top: 30px;
	background-color: #dadadc;
	text-align: center;
	color: #FFFFFF;
}

#hl_hoerproben {
	background-image: url(images/bg_hl01.jpg);
	background-attachment: fixed;
	background-size: cover;
}

/*Titel*/
.titel_con {
	width: 45%;
	position: relative;
	margin: 50px 25px 0 25px;
	float: left;
}

/*Icons*/
.icon6_con {
	width: 1000px;
	margin: 20px auto;
}

.icon6 {
	width: 150px;
	height: 115px;
	padding-top: 35px;
	margin: 5px;
	background-color: #3f3f3f;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.icon6:hover {
	background-color: #00873c;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.icon6 img {
	margin-bottom: 10px;
}

/*COLUMNE 4 MIT RAHMEN */
.col3_border_con {
	width: 1300px;
	margin: 0 auto;
}

.col3_border {
	width: 400px;
	height: 269px;
	margin: 5px;
	border: 5px solid #dadadc;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.col3_border:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 9999;
}

.col4_border_con {
	width: 1300px;
	margin: 0 auto;
}

.col4_border {
	width: 300px;
	height: 300px;
	margin: 5px;
	border: 5px solid #dadadc;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.col4_border:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 9999;
}

.con_2count {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	line-height: 30px;
}

#h2_left {
	text-align: left;
}

.cut {
	width: 90%;
	margin: 0 5% 50px 5%;
	height: 10px;
	background-color: #dadad9;
	display: inline-block;
	transform: translateY(30px);
}

/*FOOTER*/

footer {
	width: 80%;
	background-color: #3f3f3f;
	color: #FFFFFF;
	padding: 70px 10%;
	display: inline-block;
	margin: 30px 0 -5px 0;
}

.footer_con_left {
	width: 40%;
	float: left;
}

.footer_con_center {
	width: 25%;
	text-align: right;
	float: left;
}

.footer_con_right {
	width: 35%;
	text-align: right;
	float: right;
}

#footer_logo {
	width: 410px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.footer_con_center img {
	margin-right: 5px;
}

.hl_text {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.teamgeist {
	width: 90%;
	padding: 30px 5%;
	background-color: #00873c;
	text-align: center;
}

.teamgeist img {
	width: 405px;
}

@media screen and (max-width: 1550px) {
.cover_txt {
	font-size: 65px;
}

.col3_con {
	width: 1200px;
}

.col3 {
	width: 350px;
}

.sel_img {
	width: 340px;
	height: 250px;
}

.icon6_con {
	width: 900px;
}

.icon6 {
	width: 130px;
	height: 95px;
	padding-top: 35px;
}

.icon6_con img {
	width: 50px;
}

.col3_border_con {
	width: 1000px;
}

.col3_border {
	width: 300px;
	height: 202px;
}

.col4_border_con {
	width: 1000px;
}

.col4_border {
	width: 225px;
	height: 225px;
}

#footer_logo {
	width: 320px;
}

.hl_text {
	font-size: 20px;
}

.footer_con_center img {
	width: 20px;
}

.blk_text_ver {
	font-size: 12px;
}

.blk_con_hor {
	width: 1000px;
}

.blk_text_hor_hl {
	font-size: 16px;
	width: 380px;
}

.blk_main_hor {
	width: 600px;
}
.cd-bild {
	width: 30%;
}

.cd-txt {
	width: 57%;
}

}

@media screen and (max-width: 1200px) {
body {
	font-size: 14px;
}

h1 {
	font-size: 40px;
	margin: 30px 10% 0 10%;
}

h2 {
	font-size: 25px;
	margin: 20px 0 0 0;
}

h3 {
	margin: 0 0 20px 0;
}

/*Nur für col Klassen*/
h4 {
	font-size: 16px;
}

/*Nur für col Klassen*/
h5 {
	margin: 0 0 5px 0;
}

nav li {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.logo {
	width: 380px;
}

.cover_txt {
	font-size: 50px;
}

.coverbtn {
	width: 40px;
	height: 40px;
}

.col3_con {
	width: 1000px;
}

.col3 {
	width: 300px;
}

.sel_img {
	width: 290px;
	height: 200px;
}


#footer_logo {
	width: 280px;
}

.hl_text {
	font-size: 16px;
}

.teamgeist img {
	width: 300px;
}

.footer_con_center img {
	width: 15px;
}

.footer_con_right img {
	width: 150px;
}

.blk_con_ver {
	width: 520px;
}

.blk_main_ver {
	width: 120px;
	height: 170px;
	font-size: 20px;
}

.cir_con {
	width: 300px;
}
.cd-bild {
	width: 30%;
}

.cd-txt {
	width: 56%;
}

}

@media screen and (max-width: 1070px) {
h1 {
	font-size: 30px;
}

nav li {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.logo {
	width: 320px;
}

.cover_txt {
	font-size: 45px;
}

.main50 {
	float: none;
	text-align: left;
}

.col3_con {
	width: 600px;
}

.col3 {
	width: 570px;
	display: compact;
}

.sel_img {
	width: 560px;
	height: 350px;
}

.icon6_con {
	width: 690px;
}

.icon6 {
	width: 100px;
	height: 75px;
	padding-top: 25px;
	font-size: 12px;
}

.icon6_con img {
	width: 35px;
}

.col3_border_con {
	width: 650px;
}

.col3_border {
	width: 600px;
	height: 404px;
}

.col4_border_con {
	width: 650px;
}

.col4_border {
	width: 300px;
	height: 300px;
}

.blk_con_hor {
	width: 650px;
}

.blk_text_hor {
	clear: left;
}

.blk_main_hor {
	width: 650px;
}

footer {
	padding: 40px 10%;
}

.footer_con_left {
	width: 35%;
}

.footer_con_center {
	width: 30%;
}

.footer_con_right {
	width: 35%;
}

#footer_logo {
	width: 220px;
}

.footer_con_right img {
	width: 120px;
}

.main li {
	font-size: 18px;
}

.iframe_con {
	width: 500px;
}

.iframe {
	float: none;
}
.cd-bild {
	width: 100%;
}

.cd-txt {
	width: 99%;
}


}

@media screen and (max-width: 770px) {
nav {
	position: relative;
	background-color: #272727;
	margin-bottom: -15px;
	z-index: -1;
}

nav li {
	text-align: right;
	display: list-item;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dadadc;
}

.logo {
	top: 10px;
}

.coverbtn_con {
	position: absolute;
	left: 5%;
	top: 80px;
}

.cover_txt {
	font-size: 35px;
}

.blk_con_ver {
	width: 400px;
}

.blk_main_ver {
	width: 90px;
	height: 120px;
	font-size: 12px;
}

.blk_main_ver {
	font-size: 16px;
}

body {
	font-size: 12px;
}

.main li {
	font-size: 16px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0 0 20px 0;
}

.col3_con {
	width: 430px;
}

.col3 {
	width: 400px;
	display: compact;
}

.sel_img {
	width: 390px;
	height: 240px;
}

.icon6_con {
	width: 570px;
	margin: 0 auto;
}

.icon6 {
	width: 80px;
	height: 60px;
	padding-top: 25px;
	font-size: 11px;
}

.icon6_con img {
	width: 30px;
}

.col4_border_con {
	width: 430px;
}

.col4_border {
	width: 190px;
	height: 190px;
}

footer {
	display: compact;
}

.footer_con_left {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dadadc;
}

.footer_con_center {
	width: 100%;
	clear: left;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #dadadc;
}

.footer_con_right {
	width: 100%;
	clear: left;
	float: left;
	text-align: left;
	padding: 20px 0;
}

#footer_logo {
	width: 300px;
	margin: 0 auto;
}
.cd-bild {
	width: 100%;
}

.cd-txt {
	width: 100%;
}
}

.newsletter {
	position: fixed;
	top: 40%;
	right: -5%;
	width: 510px;
	height: 340px;
	background-image: url(images/newsletter.jpg);
	z-index: 999999;
	opacity: 0;
	
	-webkit-animation-name: schliessen;
	-moz-animation-name: schliessen;
	-ms-animation-name: schliessen;
	-o-animation-name: schliessen;
	animation-name: schliessen;
	
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-ms-animation-delay: 14s;
	-o-animation-delay: 14s;
	animation-delay: 14s;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes schliessen {
	from {opacity: 0; right: -5%}
	to {opacity: 1; right: 5%}
}
@-moz-keyframes schliessen {
	from {opacity: 0; right: -5%}
	to {opacity: 1; right: 5%}
}
@-ms-keyframes schliessen {
	from {opacity: 0; right: -5%}
	to {opacity: 1; right: 5%}
}
@-o-keyframes schliessen {
	from {opacity: 0; right: -5%}
	to {opacity: 1; right: 5%}
}
@keyframes schliessen {
	from {opacity: 0; right: -5%}
	to {opacity: 1; right: 5%}
}

.btn_anmelden {
	position: absolute;
	bottom: 5%;
	right: 5%;
	color: #fff;
	text-transform: uppercase;
	padding: 3%;
	background-color: #00873c;
}

.newsletter label div {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bolder;
	background-color: #fff;
	cursor: pointer;
}
#schliessen {display:none}
#schliessen:checked ~ .newsletter {display: none}
