html, body {
	margin: 0;
	padding: 0;
	background: #F3F3F2;
	font-family: AvenirLTStd-Light;
	font-weight: normal;
	font-style: normal;
}
body {
	min-width: 980px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

a img {
	border: none;
}




/* HELPER CLASSES */
.wwrap {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	clear: both;
	border: 1px solid transparent;
}

.wwrap {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	clear: both;
	border: 1px solid transparent;
	text-align:left;
}

.twrap {
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
	clear: both;
	border: 1px solid transparent;
}

.clearb {
	clear: both;
}

.verticalline {
	width: 2px;
	height: 50px;
	background: #BCBCBC;
	margin: 0 auto;
}

.verticallinedark {
	width: 2px;
	height: 50px;
	background: #707070;
	margin: 0 auto;
}

.verticallinewhite {
	width: 2px;
	height: 50px;
	background: #fff;
	margin: 0 auto;
}

#scrolldown {
	position: fixed;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 20px;
	cursor: pointer;
	height: 50px;
	line-height: 54px;
	text-align: center;
	border: 2px solid #CD1626;
	text-transform: uppercase;
	background: rgba(255,255,255,0.5);
	font-family: AvenirLTStd-Medium;
}

div#backtomobile {
	position: fixed;
	top: 5px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	width: 120px;
}

div#backtomobile a {
	background: #BCBCBC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
	padding: 10px 30px;
	color: #3C3C3B;
	text-decoration: none;
	font-size: 14px;
}

div#backtomobile a:hover,
div#backtomobile a:active {
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	-moz-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	-o-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	box-shadow: 0 0 20px rgba(205,22,38,0.5);
}

div#backtomobile span#closer {
	cursor: pointer;
	background: #BCBCBC;
	color: #fff;
	display: block;
	position: absolute;
	right: -70px;
	top: 0px;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

div#backtomobile span#closer:hover {
	color: #CD1626;
}




/* WEBFONTS */
.ITCStoneInformalCom-MedIt { 
	font-family: ITCStoneInformalCom-MedIt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}
.AvenirLTStd-Medium { 
	font-family: AvenirLTStd-Medium;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}
.AvenirLTStd-Light { 
	font-family: AvenirLTStd-Light;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}
.AvenirLTStd-LightOblique { 
	font-family: AvenirLTStd-LightOblique;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}




/* FLEXSLIDER UI */
.flexslider {
	position: relative;
}

.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
}

.flex-control-nav li,
.flex-direction-nav li {
	list-style-type: none;
}

.flex-control-nav {
	position: absolute;
	top: 10px;
	z-index: 9999999;
	text-align: center;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.flex-control-paging li {
	margin: 0 4px;
	display: inline-block;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #666;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(255,255,255,0.9);
	cursor: default;
}

.flex-direction-nav a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 99999999;
}

.flex-direction-nav a.flex-prev {
	background: url(../img/AP_gpx_p_slider_left.png) no-repeat 0 0;
	left: 10px;
}

.flex-direction-nav a.flex-next {
	background: url(../img/AP_gpx_p_slider_right.png) no-repeat 0 0;
	right: 10px;
}




/* HEADER */
#header {
	/*background: url(../img/top_verlauf_3.png) 0 0 repeat-x; */
	//background-size: cover;
	position: fixed;
	background:rgba(255,255,255,0.7);
	z-index: 999999999999;
	width: 100%;
	height: 125px;
}

#header img#logo {
	float: left;
	margin-top: 20px;
}

#header ul#nav {
	float: right;
	margin-top: 50px;
}

#header ul#nav li {
	float: left;
	list-style-type: none;
	padding: 10px;
	text-transform: uppercase;
	font-family: ITCStoneInformalCom-MedIt;
	letter-spacing: 0.6px;
}

#header ul#nav li a,
#header ul#nav li span.active {
	font-size: 13px;
	padding: 10px 14px 8px 14px;
	text-decoration: none;
	color: #3C3C3B;
}

#header ul#nav li span.active,
#header ul#nav li a:hover {
	border-bottom: 1px solid #3C3C3B;
}




/* CALLOUT */
.callout {
	text-align: center;
	background: #F3F3F2;
	padding: 150px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #3C3C3B;
}
.callout {
	text-align: left;
	background: #F3F3F2;
	padding: 150px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #3C3C3B;
}

.callout p {
	width: 700px;
	margin: 0 auto;
	letter-spacing: 0.5px;
}

.calloutred {
	text-align: center;
	background: #CD1626;
	padding: 100px 0;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}

.calloutred h2 {
	width: 700px;
	margin: 0 auto;
	font-size: 36px;
	text-transform: uppercase;
	font-family: ITCStoneInformalCom-MedIt;
}




/* FOOTER */
#footer {
	font-size: 12px;
	line-height: 18px;
	padding: 70px 0 60px 0;
	color: #3C3C3B;
}

#s_home #footer,
#s_leistung #footer {
	background: #fff;
}

#footer #foot-nav {
	float: left;
}

#footer #foot-nav ul {
	padding: 0;
	margin: 0;
}

#footer #foot-nav ul li {
	float: left;
	list-style-type: none;
	padding: 10px;
	text-transform: uppercase;
	cursor: default;
}

#footer #foot-nav ul li:first-child {
	padding-left: 0;
}

#footer #foot-nav ul li a {
	text-decoration: none;
	color: #3C3C3B;
	letter-spacing: 0.5px;
}

#footer #foot-addr {
	float: right;
	letter-spacing: 0.5px;
	font-size: 13px;
}




/* STARTSEITE CONTAINER 1 */
#start1 {
	position: relative;
	background: url(../img/bg1200w/HOME_1.jpg) no-repeat center 85%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#start1 h1 {
	margin-top: 300px;
	margin-bottom: 0;
	font-family: ITCStoneInformalCom-MedIt;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	width: 620px;
	font-size: 36px;
}

#start1 p {
	float: right;
	text-align: right;
	width: 500px;
	margin-right: 250px;
	margin-bottom: 150px;
}

#start1 p span {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1.3px;
	font-size: 18px;
	padding: 10px 10px 6px 10px;
	line-height: 28px;
}





/* STARTSEITE CONTAINER 1X */
#start1x {
	text-transform: none;
	line-height: 32px;
}




/* STARTSEITE CONTAINER 2 */
#start2 {
	position: relative;
	overflow: visible;
	padding: 150px 0;
	background: url(../img/bg1200w/HOME_2_d.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#start2 h2 {
	font-family: ITCStoneInformalCom-MedIt;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}

#start2 p {
	margin: 80px 0;
}

#start2 p span {
	background: #CD1626;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 18px;
	padding: 14px 22px 12px 22px;
	line-height: 28px;
}





/* STARTSEITE CONTAINER 2X */
#start2x {
	text-transform: none;
	line-height: 32px;
}




/* STARTSEITE CONTAINER 3 */
#start3 {
	position: relative;
	overflow: visible;
	padding: 150px 0;
	background: url(../img/bg1200w/HOME_3_d.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
}

#start3 h1 {
	font-family: ITCStoneInformalCom-MedIt;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	width: 500px;
	float: right;
}

#start3 p {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 18px;
	text-align: left;
	float: right;
	width: 230px;
	//padding-right: 150px;
	padding-right: 0px;
	line-height: 28px;
	font-family: AvenirLTStd-Medium;
}




/* STARTSEITE FEATURES */
#features {
	padding: 50px 0;
}

#features .feature {
	float: left;
	width: 175px;
	//height: 190px;
	margin: 0 25px;
	text-align: center;
	//background: #EDEDED;
	padding: 30px 10px;
}

#features .feature h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family: AvenirLTStd-Medium;
}

#features .feature p {
	text-align: justify;
	font-size: 10px;
}

#features .feature a,
#features .feature a img {
	text-decoration: none;
	color: #000;
}




/* LEISTUNG CONTAINER 1 */
#leistung1 {
	position: relative;
	overflow: visible;
	background: url(../img/bg1200w/LEISTUNG_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
	padding: 270px 0 150px 0;
}

#leistung1 p#backwhite {
	float: right;
	text-align: right;
	width: 500px;
	margin-right: 150px;
	letter-spacing: 0.5px;
}

#leistung1 p span {
	background: #fff;
	color: #3C3C3B;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: right;
	font-size: 20px;
	padding: 10px 10px 6px 10px;
	line-height: 30px;
}

#leistung1 p#strokewhite {
	float: right;
	margin-right: 150px;
	font-family: AvenirLTStd-Medium;
	text-transform: uppercase;
	font-size: 18px;
	//border: 2px solid #F3F3F2;
	//padding: 10px 30px;
	text-align: right;
	letter-spacing: 0.3px;
}

#leistung1 h1 {
	float: right;
	margin-bottom: 0;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: right;
	width: 620px;
	font-size: 40px;
	margin-right: 150px;
}

#leistung1 h1 span {
	background: #CD1626;
	color: #fff;
	padding: 12px 20px 4px 20px;
}




/* LEISTUNG CONTAINER 2 */
#leistung2 .slides > li {
	height: 448px;
}

#leistung2 .slides .halbtransparent {
	display: inline-block;
	background: rgba(255,255,255,0.9);
	padding: 30px 20px;
	margin-top: -1px;
	margin-bottom: -1px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	height: 390px;
	width: 250px;
}

#leistung2 .slides #slide3 .halbtransparent {
	background: rgba(255,255,255,0.7);
}

#leistung2 .slides h3 {
	border: 2px solid #3C3C3B;
	font-family: AvenirLTStd-Medium;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 30px;
}

#leistung2 .slides #slide1 {
	background: url(../img/bg1200w/LEISTUNG_2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
}

#leistung2 .slides #slide1 .halbtransparent {
	margin-right: 50px;
}

#leistung2 .slides #slide1 .halbtransparent ul {
	margin: 0;
	padding: 0;
}

#leistung2 .slides #slide1 .halbtransparent ul li {
	list-style-type: none;
	margin: 16px 0;
	font-family: AvenirLTStd-LightOblique;
}

#leistung2 .slides #slide1 .halbtransparent ul li strong {
	text-transform: uppercase;
	font-family: AvenirLTStd-Medium;
}

#leistung2 .slides #slide2 {
	background: url(../img/bg1200w/LEISTUNG_3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
}

#leistung2 .slides #slide2 .halbtransparent {
	margin-left: 50px;
}

#leistung2 .slides #slide2 .halbtransparent p {
	font-family: AvenirLTStd-LightOblique;
}

#leistung2 .slides #slide2 .halbtransparent ul {
	margin: 0;
	padding: 0;
	padding-left: 22px;
	margin-top: 30px;
}

#leistung2 .slides #slide2 .halbtransparent ul li {
	list-style-type: disc;
	margin: 10px 0;
	text-transform: none;
	margin-left: 50px;
	font-size: 24px;
	line-height: 36px;
}

#leistung2 .slides #slide3 {
	background: url(../img/bg1200w/LEISTUNG_4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
}

#leistung2 .slides #slide3 .halbtransparent {
	margin-right: 50px;
}

#leistung2 .slides #slide3 .halbtransparent p {
	text-transform: uppercase;
	text-transform: none;
	line-height: 30px;
	font-size: 20px;
	margin-top: 80px;
}




/* LEISTUNG CONTAINER 3 */
#leistung3 {
	position: relative;
	overflow: visible;
	background: #F3F3F2;
	padding: 60px 0 30px;
	color: #3C3C3B;
}

#leistung3 h2 {
	margin-bottom: 0;
	//margin-left: 16px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 30px;
}

#leistung3 p {
	text-transform: none;
	font-size: 18px;
	text-align: left;
}

#leistung3 ul {
	font-size: 16px;
	padding: 0;
	float: left;
	width: 45%;
	margin-top: 10px;
}

#leistung3 ul.first {
	margin-right: 5%;
}

#leistung3 ul.second {
	margin-left: 5%;
}

#leistung3 ul li {
	padding: 0;
	margin: 18px 0;
	line-height: 24px;
}




/* PROFIL CONTAINER 1 */
#profil1 {
	position: relative;
	overflow: visible;
	background: url(../img/bg1200w/PROFIL_1.jpg) no-repeat center 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 170px 0 80px 0;
}

#profil1 h1 {
	margin-bottom: 0;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 55px;
	width: 600px;
}

#profil1 p {
	/* text-transform: uppercase; */
	font-size: 15px;
	line-height: 26px;
	border: 2px solid #F3F3F2;
	padding: 20px 16px;
	width: 200px;
	background: rgba(255,255,255,0.3);
}




/* PROFIL CONTAINER 2 */
#profil2 {
	padding: 110px 0;
}

#profil2 img {
	margin: 0 14px;
}

#profil2 h2 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	margin: 45px 0 30px 0;
}

#profil2 ul {
	text-transform: none;
	width: 500px;
	padding: 0;
	margin: 18px auto 0;
}

#profil2 li {
	font-family: AvenirLTStd-Light;
	list-style-type: none;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.3px;
}




/* PROFIL CONTAINER 3 */
#profil3 {
	position: relative;
	overflow: visible;
	background: url(../img/bg1200w/PROFIL_5.jpg) no-repeat center 70%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 150px 0;
}

#profil3 #row1left,
#profil3 #row1right,
#profil3 #row2 {
	background: rgba(255,255,255,0.9);
	padding: 20px 7% 30px 7%;
}

#profil3 #row1left,
#profil3 #row1right {
	width: 35%;
	float: left;
	margin-bottom: 2%;
	text-align:center;
}

#profil3 #row1left {
	margin-right: 1%;
}

#profil3 #row1right {
	margin-left: 1%;
}

#profil3 h3 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 20px;
	text-align:center;
	padding-bottom: 10px;
	color: #CD1626;
	
}

#profil3 p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.7px;
}

#profil3 p strong {
	font-family: AvenirLTStd-Medium;
	text-transform: uppercase;
}

#profil3 #row2 p#left {
	width: 31%;
	float: left;
	margin: 0 2% 0 0;
}

#profil3 #row2 p#center {
	width: 29%;
	float: left;
	margin: 0 2%;
}

#profil3 #row2 p#right {
	width: 31%;
	float: left;
	margin: 0 0 0 2%;
}




/* PROFIL CONTAINER 4 */
#profil4 {
	background: #fff;
	padding: 80px 0;
}

#profil4 h3 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: left;
}

#profil4 ul#partnerleft,
#profil4 ul#partnerright {
	width: 46%;
	float: left;
	padding: 0;
	margin: 0;
}

#profil4 ul#partnerleft {
	margin-right: 2%;
}

#profil4 ul#partnerright {
	margin-left: 2%;
}

#profil4 li {
	text-align: left;
	list-style-type: none;
	margin-bottom: 18px;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}

#profil4 li strong {
	font-family: AvenirLTStd-Medium;
	text-transform: uppercase;
}




/* FÜHRUNG CONTAINER 1 */
#fuehrung1 {
	position: relative;
	overflow: visible;
	background: url(../img/bg1200w/FUEHRUNG_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 280px 0 0 0;
	text-align: center;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
}

#fuehrung1 h1 {
	color: #3C3C3B;
	font-size: 50px;
	margin: 20px 0;
}

#fuehrung1 p span {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: right;
	font-size: 18px;
	padding: 10px 10px 6px 10px;
	line-height: 28px;
	letter-spacing: 1.3px;
}

#fuehrung1 p#wiecircle {
	display: inline-block;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
	border: 2px solid #BCBCBC;
	width: 50px;
	height: 50px;
	color: #CD1626;
	vertical-align: middle;
}

#fuehrung1 #line1 {
	height: 40px;
}

#fuehrung1 #line2 {
	height: 90px;
	margin-bottom: -1px;
}




/* FÜHRUNG CONTAINER 2 */
#fuehrung2 {
	padding: 0 0 10px 0;
	text-align: center;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
}

#fuehrung2 #line3 {
	margin-top: -1px;
	height: 50px;
}

#fuehrung2 .leftcol, 
#fuehrung2 .rightcol {
	display: inline-block;
	width: 350px;
	background: url(../img/AP_p_fuehrung_gpx_2_x.png) repeat-y center center;
}

#fuehrung2 h2 {
	background: #F3F3F2;
	padding: 5px 0 20px 0;
	margin-top: 0;
	margin-bottom: 80px;
}

#fuehrung2 .rightcol h2 span {
	font-size: 12px;
	font-family: AvenirLTStd-Light;
}

#fuehrung2 .leftcol #iconleft {
	background: #F3F3F2;
	padding: 20px 0;
}

#fuehrung2 .rightcol #iconright {
	background: #F3F3F2;
	padding: 35px 0;
}

#fuehrung2 h3 {
	background: #F3F3F2;
	padding: 25px 0 10px 0;
	margin-top: -10px;
	margin-bottom: 90px;
}

#fuehrung2 p {
	background: #F3F3F2;
	padding: 15px 0 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-family: AvenirLTStd-Medium;
	color: #CD1626;
	letter-spacing: 0.3px;
}

#fuehrung2 #line4 {
	margin-top: -7px;
	height: 50px;
}




/* FÜHRUNG CONTAINER 3 */
#fuehrung3 {
	position: relative;
	overflow: visible;
	background: url(../img/bg1200w/FUEHRUNG_2.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 0 0;
	text-align: center;
}

#fuehrung3 h2 {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 24px;
	padding: 6px 50px 2px 50px;
	line-height: 28px;
	display: inline-block;
	margin: 0;
	margin-bottom: 30px;
}

#fuehrung3 p {
	font-family: ITCStoneInformalCom-MedIt;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 30px 10px 30px;
	width: 150px;
	border: 2px solid #fff;
	margin: 0 auto;
	margin-top: -4px;
	letter-spacing: 0.8px;
}

#fuehrung3 #line5 {
	height: 30px;
	margin-top: 25px;
	margin-bottom: -1px;
}




/* FÜHRUNG CONTAINER 4 */
#fuehrung4 {
	text-align: center;
	background: #fff;
	padding-bottom: 60px;
}

#fuehrung4 #line6 {
	margin-top: -1px;
}

#fuehrung4 p {
	margin-top: 40px;
	font-size: 18px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#fuehrung4 p span {
	border-top: 2px solid #707070;
	color: #CD1626;
	padding-top: 20px;
	margin-top: 18px;
	display: inline-block;
	margin-bottom: 20px;
}

#fuehrung4 h2 {
	margin: 30px 0 -8px 0;
}

#fuehrung4 h2 span {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: right;
	font-size: 36px;
	line-height: 44px;
	padding: 10px 10px 6px 10px;
}

#fuehrung4 h2 span strong {
	text-decoration: underline;
}

#fuehrung4 h2 span small {
	font-size: 20px;
}

#fuehrung4 .leftright {
	background: url(../img/AP_p_fuehrung_gpx_11.png) no-repeat center center;
	margin-top: 30px;
}

#fuehrung4 .leftcol,
#fuehrung4 .rightcol {
	display: inline-block;
	width: 290px;
}

#fuehrung4 .leftcol {
	padding-right: 60px;
}

#fuehrung4 .rightcol {
	padding-left: 60px;
}

#fuehrung4 .leftcol ul,
#fuehrung4 .rightcol ul {
	padding: 0;
	margin: 0;
	padding-top: 4px;
}

#fuehrung4 .leftcol ul li,
#fuehrung4 .rightcol ul li {
	list-style-type: none;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: 0.6px;
}

#fuehrung4 .leftcol ul li {
	text-align: right;
}

#fuehrung4 .rightcol ul li {
	text-align: left;
}




/* FÜHRUNG CONTAINER 5 */
#fuehrung5 {
	text-align: center;
	padding-top: 30px;
}

#fuehrung5 h2 {
	width: 370px;
	margin: 30px auto;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 30px;
	color: #CD1626;
}

#fuehrung5 img.klammerzu {
	margin-bottom: -5px;
}




/* FÜHRUNG CONTAINER 6 */
#fuehrung6 {
	text-align: center;
	background: url(../img/bg1200w/FUEHRUNG_3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

#fuehrung6 .verticalline {
	margin-top: -1px;
	height: 50px;
}

#fuehrung6 #txt1 {
	text-transform: uppercase;
	border: 2px solid #fff;
	display: inline-block;
	margin: 10px auto;
	padding: 14px 30px 10px 30px;
}

#fuehrung6 .verticallinewhite {
	height: 20px;
	margin-bottom: -12px;
}

#fuehrung6 .leftright {
	height: 120px;
	background: url(../img/AP_p_fuehrung_gpx_16.png) no-repeat center center;
	text-align: center;
	padding-top: 60px;
}

#fuehrung6 #fuehrtzu {
	margin-top: 10px;
}

#fuehrung6 .leftright .leftcol,
#fuehrung6 .leftright .rightcol {
	display: inline-block;
	width: 150px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
}

#fuehrung6 .leftright .leftcol p,
#fuehrung6 .leftright .rightcol p {
	letter-spacing: 1.3px;
}

#fuehrung6 .leftright .leftcol {
	padding-right: 50px;
}

#fuehrung6 .leftright .rightcol {
	padding-left: 50px;
}

#fuehrung6 .leftright2 {
	text-align: center;
	margin: 30px 0;
}

#fuehrung6 .leftright2 .leftcol,
#fuehrung6 .leftright2 .rightcol {
	display: inline-block;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
}

#fuehrung6 .leftright2 .leftcol h4,
#fuehrung6 .leftright2 .rightcol h4 {
	margin: 0;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.15);
	padding: 14px 0 10px 0;
	width: 200px;
	letter-spacing: 1.3px;
}

#fuehrung6 .leftright2 .leftcol {
	padding-right: 35px;
}

#fuehrung6 .leftright2 .rightcol {
	padding-left: 35px;
}

#fuehrung6 #txt2 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

#fuehrung6 h2 {
	margin: 10px 0 40px 0;
}

#fuehrung6 h2 span {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	color: #3C3C3B;
	background: #fff;
	font-size: 36px;
	line-height: 51px;
	padding: 10px 10px 6px 10px;
}




/* FÜHRUNG CONTAINER 6x */
#fuehrung6x .slides > li {
	height: 661px;
}

#fuehrung6x .slides #slide1 {
	background: url(../img/bg1200w/FUEHRUNG_4.jpg) no-repeat center 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: ITCStoneInformalCom-MedIt;
	color: #fff;
	text-transform: uppercase;
}

#fuehrung6x .slides #slide1 #slide1txt1 {
	margin: 160px 0 0 400px;
}

#fuehrung6x .slides #slide1 #slide1txt1 span {
	background: #CD1626;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 10px 6px 10px;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide1 #slide1txt2div {
	text-align: right;
}

#fuehrung6x .slides #slide1 #slide1txt2 {
	display: inline-block;
	font-size: 36px;
	text-align: right;
	width: 400px;
	margin: 18px 270px 0 0;
}

#fuehrung6x .slides #slide1 #slide1txt3,
#fuehrung6x .slides #slide1 #slide1txt4 {
	text-align: right;
	margin-top: 20px;
}

#fuehrung6x .slides #slide1 #slide1txt3 span,
#fuehrung6x .slides #slide1 #slide1txt4 span {
	background: #CD1626;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 10px 6px 10px;
	margin: 0 270px 0 0;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide1 #slide1uldiv {
	text-align: right;
}

#fuehrung6x .slides #slide1 ul {
	padding: 10px 10px 6px 10px;
	margin: 0;
	background: rgba(255,255,255,0.9);
	width: 126px;
	display: inline-block;
	margin: 0 270px 0 0;
}

#fuehrung6x .slides #slide1 ul li {
	font-family: AvenirLTStd-Medium;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
	color: #000;
	list-style-type: none;
	text-transform: none;
}

#fuehrung6x .slides #slide2 {
	background: url(../img/bg1200w/FUEHRUNG_5.jpg) no-repeat center 75%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: ITCStoneInformalCom-MedIt;
	color: #3C3C3B;
	text-transform: uppercase;
}

#fuehrung6x .slides #slide2 #slide2txt1 {
	margin: 100px 0 0 140px;
}

#fuehrung6x .slides #slide2 #slide2txt1 span {
	background: #CD1626;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 10px 6px 10px;
	color: #fff;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide2 #slide2txt2 {
	padding: 0 0 0 260px;
	margin-bottom: 0;
	margin-top: 30px;
}

#fuehrung6x .slides #slide2 #slide2txt2 strong {
	font-size: 36px;
}

#fuehrung6x .slides #slide2 #slide2txt2 span {
	margin-left: 10px;
	font-size: 18px;
}

#fuehrung6x .slides #slide2 #slide2txt3 {
	text-align: right;
	padding-right: 200px;
	font-size: 18px;
	margin-top: 0;
}

#fuehrung6x .slides #slide2 #slide2txt4 {
	text-align: right;
	padding-right: 280px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#fuehrung6x .slides #slide2 #slide2txt4 span {
	background: #CD1626;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 10px 6px 10px;
	color: #fff;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide2 #slide2txt5 {
	text-align: right;
	padding-right: 280px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#fuehrung6x .slides #slide2 #slide2txt5 span {
	background: #CD1626;
	font-size: 36px;
	padding: 6px 10px 0px 10px;
	color: #fff;
}

#fuehrung6x .slides #slide2 #slide2txt6 {
	text-align: right;
	padding-right: 280px;
	font-size: 18px;
	line-height: 28px;
}

#fuehrung6x .slides #slide2 #slide2txt6 span {
	color: #CD1626;
}

#fuehrung6x .slides #slide3 {
	background: url(../img/bg1200w/FUEHRUNG_6.jpg) no-repeat center 40%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
}

#fuehrung6x .slides #slide3 #slide3txt12div {
	margin-top: 320px;
}

#fuehrung6x .slides #slide3 #slide3txt12div p {
	display: inline-block;
}

#fuehrung6x .slides #slide3 #slide3txt12div #slide3txt1 {
	font-family: AvenirLTStd-Light;
	text-transform: none;
	font-size: 15px;
	line-height: 20px;
	width: 160px;
	text-align: right;
	letter-spacing: 0.3px;
}

#fuehrung6x .slides #slide3 #slide3txt12div #slide3txt2 {
	margin-right: 150px;
}

#fuehrung6x .slides #slide3 #slide3txt12div #slide3txt2 span {
	background: #CD1626;
	font-size: 20px;
	padding: 8px 20px 4px 20px;
	color: #fff;
	margin-left: 14px;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide3 #slide3txt3 {
	font-size: 40px;
	margin: 4px 50px 4px 0;
	display: inline-block;
}

#fuehrung6x .slides #slide3 #slide3txt3 span {
	font-size: 20px;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide3 #slide3txt4 {
	text-align: right;
	padding-right: 220px;
	letter-spacing: 1px;
}

#fuehrung6x .slides #slide3 #slide3txt4 span {
	background: #CD1626;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 20px 4px 20px;
	color: #fff;
	margin-left: 14px;
}




/* FÜHRUNG CONTAINER 7 */
#fuehrung7 {
	background: #fff;
	padding: 50px 0;
	text-transform: none;
	line-height: 32px;
}

#fuehrung7 p {
	margin: 30px auto 40px;
}




/* FÜHRUNG CONTAINER 8 */
#fuehrung8 {
	padding-top: 60px;
	padding-bottom: 0;
}

#fuehrung8 h2 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 40px;
	color: #3C3C3B;
}

#fuehrung8 #fuehrungsdialog {
	background: url(../img/AP_p_fuehrung_gpx_22_x.png) no-repeat center center;
	width: 177px;
	height: 178px;
	margin: 60px auto 10px;
	padding-top: 20px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 23px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 1.3px;
}

#fuehrung8 img {
	margin-top: 30px;
	margin-bottom: 30px;
}

#fuehrung8 img#folder {
	margin: 30px 0 30px 20px;
}

#fuehrung8 img.klammerzu {
	margin-left: 1px;
}

#fuehrung8 .leftright {
	text-align: center;
}

#fuehrung8 .leftright .leftcol,
#fuehrung8 .leftright .rightcol {
	display: inline-block;
	width: 220px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 18px;
}

#fuehrung8 .leftright .leftcol {
	padding-right: 150px;
}

#fuehrung8 .leftright .rightcol {
	padding-left: 150px;
}

#fuehrung8 .leftright .leftcol ul,
#fuehrung8 .leftright .rightcol ul {
	padding: 30px 10px;
	margin: 0;
	text-align: center;
	background: #3C3C3B;
}

#fuehrung8 .leftright .leftcol ul li,
#fuehrung8 .leftright .rightcol ul li {
	color: #fff;
	list-style-type: none;
	margin: 10px 0;
	line-height: 28px;
	letter-spacing: 1.3px;
}

#fuehrung8 .klammerzu {
	margin-bottom: -6px;
}




/* FÜHRUNG CONTAINER 8 */
#fuehrung9 {
	text-align: center;
	background: url(../img/bg1200w/FUEHRUNG_7.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 0;
}

#fuehrung9 .wwrap {
	width: 900px;
	background: rgba(255,255,255,0.9);
	padding-bottom: 30px;
}

#fuehrung9 .verticalline#c8line1 {
	margin-top: -1px;
}

#fuehrung9 h4 {
	background: #BCBCBC;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 28px;
	padding: 10px 30px 4px 30px;
	line-height: 28px;
	display: inline-block;
	margin: 30px 0;
}

#fuehrung9 .verticalline#c8line2 {
	height: 30px;
}

#fuehrung9 #hrbox {
	border: 2px solid #BCBCBC;
	width: 400px;
	margin: 0 auto;
}

#fuehrung9 #hrbox p {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 32px;
	color: #CD1626;
	padding: 0 50px;
	margin: 30px auto 24px;
	letter-spacing: 1px;
}

#fuehrung9 #hrbox hr {
	width: 60px;
	border: 1px solid #BCBCBC;
}

#fuehrung9 .verticalline#c8line3 {
	height: 30px;
}

#fuehrung9 #ziel {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 32px;
	color: #707070;
	width: 450px;
	margin: 30px auto 24px;
	letter-spacing: 1px;
}

#fuehrung9 strong#trialerror {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 40px;
	color: #3C3C3B;
}

#fuehrung9 #nichtvermeiden {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px 30px 2px 30px;
	line-height: 28px;
	display: inline-block;
	margin: 0;
	letter-spacing: 1px;
}

#fuehrung9 #hrtrialerror {
	width: 60px;
	border: 1px solid #BCBCBC;
	margin: 30px auto;
}

#fuehrung9 #vielestellen {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	color: #707070;
	width: 450px;
	margin: 30px auto;
	margin-bottom: 0;
}

#fuehrung9 #verkuerzen {
	display: block;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 40px;
	color: #3C3C3B;
	margin-bottom: 30px;
}

#fuehrung9 #gutestraining,
#fuehrung9 #erfahreneexperten {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 22px;
	color: #CD1626;
	width: 450px;
	margin: 10px auto;
	letter-spacing: 1px;
}




/* KONTAKT KARTE */
#kontakt1 {
	background: #fff;
	position: relative;
}

#kontakt1 p {
	width: auto;
}

#kontakt1 .leftright {
}

#kontakt1 .leftcol,
#kontakt1 .rightcol {
	display: inline-block;
	width: 290px;
	text-align: left;
}

#kontakt1 .leftcol {
	padding-right: 60px;
}

#kontakt1 .rightcol {
	padding-left: 60px;
}

#kontakt1 h2 {
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	padding: 6px 20px 10px 20px;
	margin: 0;
	border-bottom: 2px solid #3C3C3B;
	width: 240px;
	margin-bottom: 35px;
}

#kontakt1 label {
	color: #3C3C3B;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	margin: 0;
	text-align: left;
	width: 240px;
}

#kontakt1 input,
#kontakt1 textarea {
	width: 260px;
	margin: 0 0 20px 0;
	padding: 6px 10px;
	line-height: 20px;
	border: none;
	background: #CD1626;
	color: #fff;
	font-family: AvenirLTStd-LightOblique;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#kontakt1 input {
	height: 20px;
}

#kontakt1 textarea {
	resize: none;
	height: 100px;
	width: 259px;
}

#kontakt1 input:focus,
#kontakt1 textarea:focus {
	outline: none;
}

#kontakt1 input.submit {
	background: none;
	color: #CD1626;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 18px;
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 280px;
	height: 36px;
	padding: 10px;
	border: 1px solid #CD1626;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#kontakt1 input.submit:active {
	color: #3C3C3B;
	border: 1px solid #3C3C3B;
}

#kontakt1 .rightcol {
	vertical-align: top;
}

#kontakt1 .rightcol p {
	padding-left: 20px;
	font-size: 16px;
	font-family: AvenirLTStd-Light;
	text-transform: none;
	margin-bottom: 14px;
	line-height: 24px;
	letter-spacing: 0.3px;;
}

#kontakt1 .rightcol p a {
	color: #3C3C3B;
	text-decoration: none;
	letter-spacing: 0.3px;;
}

#kontakt1 .rednotif {
	background: #CD1626;
	color: #fff;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px 20px 2px 20px;
	line-height: 28px;
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}

#kontakt1 #notif {
	position: absolute;
	top: -100px;
}

#map-canvas div#content {
	font-size: 11px;
}





@media all and (min-width: 1900px) {
	
	#start3 {
		padding: 250px 0;
	}
	
	#profil1 {
		padding: padding: 270px 0 180px 0;
	}
	
}





/* MOBILE */
body#s_mobile {
	background: #fff;
	min-width: 0;
}

#s_mobile #header {
	background-image: none;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#s_mobile #header img#logomobile {
	margin: 8px;
	width: 150px;
}

#s_mobile #portraitmobile {
	display: block;
	margin: 40px auto;
	max-width: 92%;
}

#s_mobile #wrapmobile {
	max-width: 92%;
	margin: 0 auto;
}

#s_mobile #wrapmobile h1,
#s_mobile #wrapmobile h2,
#s_mobile #wrapmobile h3,
#s_mobile #wrapmobile h4,
#s_mobile #wrapmobile p {
	max-width: 620px;
	margin: 0 auto;
}

#s_mobile #wrapmobile h1 {
	text-align: center;
	font-family: ITCStoneInformalCom-MedIt;
	color: #CD1626;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 32px;
}

#s_mobile #wrapmobile p {
	font-size: 18px;
	margin: 14px auto;
}

#s_mobile #wrapmobile p.fliesstxt {
	line-height: 30px;
	color: #3C3C3B;
}

#s_mobile #wrapmobile ul {
	text-align: center;
	margin: 30px 0 50px 0;
	padding: 0;
	list-style-type: none;
}

#s_mobile #wrapmobile ul lh, 
#s_mobile #wrapmobile ul li {
	line-height: 30px;
	font-size: 18px;
}

#s_mobile #wrapmobile ul lh {
	color: #3C3C3B;
}

#s_mobile #wrapmobile ul li {
	margin: 8px 0;
}

#s_mobile #wrapmobile ul li h3 {
	display: inline;
	color: #fff;
	background: #CD1626;
	padding: 4px 8px;
}

#s_mobile #wrapmobile p#willkommentxt {
	margin: 30px auto;
	color: #3C3C3B;
}

#s_mobile #wrapmobile #backlink {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#s_mobile #wrapmobile #backlink a {
	background: #BCBCBC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 14px;
	color: #3C3C3B;
	text-decoration: none;
	font-size: 18px;
}

#s_mobile #wrapmobile #backlink a:hover,
#s_mobile #wrapmobile #backlink a:active {
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	-moz-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	-o-box-shadow: 0 0 20px rgba(205,22,38,0.5);
	box-shadow: 0 0 20px rgba(205,22,38,0.5);
}

#s_mobile #wrapmobile hr {
	border: none;
	background: #BCBCBC;
	height: 1px;
}

#s_mobile #footermobile {
	margin-top: 50px;
	background: #CD1626;
	padding: 30px 10px;
	//width: 100%;
	color: #fff;
	text-align: center;
}

#s_mobile #footermobile h4 {
	font-size: 32px;
	line-height: 32px;
	margin: 20px;
	font-family: ITCStoneInformalCom-MedIt;
	text-transform: uppercase;
}

#s_mobile #footermobile p,
#s_mobile #footermobile a {
	font-size: 18px;
	line-height: 24px;
}

#s_mobile #footermobile a,
#s_mobile #footermobile a:hover,
#s_mobile #footermobile a:visited,
#s_mobile #footermobile a:active {
	color: #fff;
	text-decoration: none;
}