/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position:absolute; top:0;}

/* Layout
-------------------------------------------------------------------------------*/
html {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:20px;
	width:100%;
	height:100%;
	color:#fff;
	background:#000;
	-webkit-overflow-scrolling:touch;
}

body, select, input, textarea {color:#fff;}

a {color:#579586;}
a:hover {color:#579586;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background:#579586; color:#fff; text-shadow:none;} 
::selection {background:#579586; color:#fff; text-shadow:none;} 

/*	j.mp/webkit-tap-highlight-color */
*{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;                /* disable text select */
-webkit-touch-callout: none;              /* disable callout, image save panel (popup) */
-webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}
a:focus{
  outline:0; // Firefox (remove border on link click)
}



a:link.lnk-extern, a:visited.lnk-extern {
	text-decoration:none;
	padding:0 15px;
	color:#fff;
	background:#579586; 
 	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 
a:hover.lnk-extern, a:active.lnk-extern {
	text-decoration:none;
	color:#579586;
	background:#fff; 
}

ins {background-color:#579586; color:#000; text-decoration:none;}
mark {background-color:#579586; color:#000; font-style:italic; font-weight:bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {color:#a9a9a9;}
textarea:-moz-placeholder {color:#a9a9a9;}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding:0;
}




/*                                                          */
/*                                                          */
/*            Created by José Cielito Pfister               */
/*            http://www.coolibaa.com                       */
/*                                                          */
/*                                                          */



h1 {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.0em; 
  line-height:1.3em; 
  font-weight:700;
  text-indent:-9999px;
  text-transform:uppercase;
  padding:20px 10%;
}
h2 {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.9em; 
  line-height:1.3em; 
  font-weight:700;
  padding:20px 10% 35px 10%;
}
h3 {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.6em; 
  line-height:1.3em; 
  font-weight:700;
  padding:20px 10% 5px 10%;
}

p {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.2em; 
  line-height:1.3em; 
  font-weight:300;
  letter-spacing:1px;
  padding:10px 10% 10px 10%;
}

hr {
	width:40px;
	height:3px;
	margin:0 0 30px 10%;
	background:#fff;
	border:none;
}
span.tab {
	display:inline-block;
	font-weight:700;
	width:80px;
}

.container {
	width:100%;
	max-width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.row {
	position:relative;
	min-width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#panel {
	z-index:9999;
	position:fixed;
	height:100%;
	margin:0;
	padding:0;
}


header {
	height:100%;
}

#navigation-mobile {
	display:none;
}

#brand {
	text-align:center;
	margin:0 auto;
}
#brand a:link, #brand a:visited {
	float:left;
	display:block;
	text-indent:-9999px;
	width:100%;
	height:120px;
	background:rgba(0,0,0,0.7) url(../img/fpcm-logo.png) no-repeat center center; 
  border-right:1px solid rgba(255,255,255,0.5);
  border-bottom:1px solid rgba(255,255,255,0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 
#brand a:hover, #brand a:active {
	height:140px;
	background:rgba(0,0,0,0.3) url(../img/fpcm-logo.png) no-repeat center center; 
	border-right:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}

#brand a:link.home, #brand a:visited.home, 
#brand a:hover.home, #brand a:active.home {
	float:left;
	display:block;
	text-indent:-9999px;
	width:100%;
	height:140px;
	background:rgba(0,0,0,0.0) url(../img/fpcm-logo.png) no-repeat center center; 
  border-right:1px solid rgba(255,255,255,0.0);
  border-bottom:1px solid rgba(255,255,255,0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 



nav {
	margin:0;
}
nav ul {
	margin:0;
}
nav ul li {
	float:left;
	width:100%;
}
nav ul li a:link, nav ul li a:visited {
	display:block;
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	margin:0;
	padding:20px 0;
	color:#fff;
	background:rgba(0,0,0,0.7);
  border-right:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul li a:hover, nav ul li a:active {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration:none;
	margin:0;
	padding:30px 0;
	color:#fff;
	background:rgba(0,0,0,0.3);
	border-right:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}

nav ul li a:link.current, nav ul li a:visited.current, 
nav ul li a:hover.current, nav ul li a:active.current {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:700;
	text-decoration:none;
	margin:0;
	padding:30px 0;
	color:#fff;
	background:rgba(0,0,0,0.0);
	border-right:1px solid rgba(255,255,255,0.0);
	border-bottom:1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav ul li a:link.dark, nav ul li a:visited.dark, 
nav ul li a:hover.dark, nav ul li a:active.dark {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:700;
	text-decoration:none;
	margin:0;
	padding:30px 0;
	color:#000;
	background:rgba(0,0,0,0.0);
	border-right:1px solid rgba(255,255,255,0.0);
	border-bottom:1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:link.ico-fb, a:visited.ico-fb, 
a:hover.ico-fb, a:active.ico-fb {
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:64px;
	height:64px;
	background:url(../img/ico-facebook.png) no-repeat;
}


/* brand links
-------------------------------------------------------------------------------*/

a:link.lnk-rheinflanke, a:visited.lnk-rheinflanke {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:300px;
	height:80px;
	background:url(../img/ico-rheinflanke.png) no-repeat top center;
}
a:hover.lnk-rheinflanke, a:active.lnk-rheinflanke {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:300px;
	height:80px;
	background:url(../img/ico-rheinflanke.png) no-repeat bottom center;
}

a:link.lnk-arche, a:visited.lnk-arche {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:150px;
	height:80px;
	background:url(../img/ico-arche.png) no-repeat top center;
}
a:hover.lnk-arche, a:active.lnk-arche {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:150px;
	height:80px;
	background:url(../img/ico-arche.png) no-repeat bottom center;
}

a:link.lnk-lpstiftung, a:visited.lnk-lpstiftung {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:300px;
	height:160px;
	background:url(../img/ico-lpstiftung.png) no-repeat top center;
}
a:hover.lnk-lpstiftung, a:active.lnk-lpstiftung {
	display:inline-block;
	text-indent:-9999px;
	margin:20px;
	padding:0;
	width:300px;
	height:160px;
	background:url(../img/ico-lpstiftung.png) no-repeat bottom center;
}

a:link.lnk-adidas, a:visited.lnk-adidas {
	display:inline-block;
	text-indent:-9999px;
	margin:20px 20px 20px 10px;
	padding:0;
	width:205px;
	height:110px;
	background:url(../img/ico-adidas.png) no-repeat top center;
}
a:hover.lnk-adidas, a:active.lnk-adidas {
	display:inline-block;
	text-indent:-9999px;
	margin:20px 20px 20px 10px;
	padding:0;
	width:205px;
	height:110px;
	background:url(../img/ico-adidas.png) no-repeat bottom center;
}
a:link.lnk-easports, a:visited.lnk-easports {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px;
	padding:0;
	width:110px;
	height:110px;
	background:url(../img/ico-easports.png) no-repeat top center;
}
a:hover.lnk-easports, a:active.lnk-easports {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px;
	padding:0;
	width:110px;
	height:110px;
	background:url(../img/ico-easports.png) no-repeat bottom center;
}
a:link.lnk-psd, a:visited.lnk-psd {
	display:inline-block;
	text-indent:-9999px;
	margin:0 20px 30px 3px;
	padding:0;
	width:110px;
	height:110px;
	background:url(../img/ico-psd.png) no-repeat top center;
}
a:hover.lnk-psd, a:active.lnk-psd {
	display:inline-block;
	text-indent:-9999px;
	margin:0 20px 30px 3px;
	padding:0;
	width:110px;
	height:110px;
	background:url(../img/ico-psd.png) no-repeat bottom center;
}
a:link.lnk-mercedes, a:visited.lnk-mercedes {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px;
	padding:0;
	width:200px;
	height:110px;
	background:url(../img/ico-mercedes.png) no-repeat top center;
}
a:hover.lnk-mercedes, a:active.lnk-mercedes {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px;
	padding:0;
	width:200px;
	height:110px;
	background:url(../img/ico-mercedes.png) no-repeat bottom center;
}
a:link.lnk-sparhandy, a:visited.lnk-sparhandy {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 40px 10px 0;
	padding:0;
	width:150px;
	height:60px;
	background:url(../img/ico-sparhandy.png) no-repeat top center;
}
a:hover.lnk-sparhandy, a:active.lnk-sparhandy {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 40px 10px 0;
	padding:0;
	width:150px;
	height:60px;
	background:url(../img/ico-sparhandy.png) no-repeat bottom center;
}
a:link.lnk-mediapark-klinik, a:visited.lnk-mediapark-klinik {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:250px;
	height:60px;
	background:url(../img/ico-mediapark-klinik.png) no-repeat top center;
}
a:hover.lnk-mediapark-klinik, a:active.lnk-mediapark-klinik {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:250px;
	height:60px;
	background:url(../img/ico-mediapark-klinik.png) no-repeat bottom center;
}

a:link.lnk-strassenkicker, a:visited.lnk-strassenkicker {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:260px;
	height:30px;
	background:url(../img/ico-strassenkicker.png) no-repeat top center;
}

a:hover.lnk-strassenkicker, a:active.lnk-strassenkicker {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:260px;
	height:30px;
	background:url(../img/ico-strassenkicker.png) no-repeat bottom center;
}

a:link.lnk-fruehsport, a:visited.lnk-fruehsport {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:90px;
	height:90px;
	background:url(../img/ico-fruehsport.png) no-repeat top center;
}

a:hover.lnk-fruehsport, a:active.lnk-fruehsport {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 50px 10px 0;
	padding:0;
	width:90px;
	height:90px;
	background:url(../img/ico-fruehsport.png) no-repeat bottom center;
}

section {
}

.maxed {
	text-transform:uppercase;
	max-width:750px;
	padding:0 0 80px;
}
.scrollable {
	height:100%;
	overflow-y:auto;;
}
.scrollable2 {
	height:100%;
	overflow-y:scroll;;
	padding:65px 0 0;
}
.bkg {
	z-index:1;
	position:absolute;	
	top:0; 
	bottom:0; 
	width:100%;
}

#big-video-wrap {
	z-index:1;
	position:absolute;	
	top:0; 
	bottom:0; 
	width:100%;
}
#map {
	z-index:1;
	position:absolute; 
	top:0; 
	bottom:0; 
	width:100%;
}
.leaflet-map-pane {
	z-index:-1;
	position:absolute; 
	top:0; 
	bottom:0; 
	width:100%;
}
.leaflet-control {
	display:none;
}

#cover {
	overflow:hidden;
}
#cover-brand {
	display:block;
	width:500px;
	height:500px;
	margin:50px auto 0;
	background:url(../img/fpcm-logo-cover-mobile.svg) no-repeat center center;
	background-size:500px 500px;
}

#ueber-uns {
	background:url(../img/bkg-ueber-uns.jpg) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-ueber-uns.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-ueber-uns.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}
#team {
	float:left;
	margin:40px 0 50px 60px;
	width:	100%;
}
.employee {
	float:left;
	margin:0 5px;
	width:145px;
	height:250px;
}
.employee p {
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.0em; 
  line-height:1.3em; 
  font-weight:300;
  font-style:italic;
  letter-spacing:1px;
  text-align:center;
  padding:5px 0;
}
.employee p span {
	display:block;
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size:1.1em; 
  line-height:1.3em; 
  font-weight:700;
  font-style:normal;
  letter-spacing:0;
  padding:0 0 5px;
}


#player {
	background:url(../img/bkg-player.jpg) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-player.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-player.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}

#leistungen {
	color:#000;
	background:url(../img/bkg-leistungen.jpg) no-repeat top center;
	background:url(../img/02.png) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-leistungen.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-leistungen.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}

#smaller_margin{
	padding: 10px 10% 10px 5%;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 300;
	letter-spacing: 1px;
	
	}

#smaller_margin_h2{
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
font-size: 1.9em;
line-height: 1.3em;
font-weight: 700;
padding: 20px 10% 35px 5%;

	
	}
	
	
#partner {
	background:url(../img/bkg-partner.jpg) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-partner.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-partner.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}
.shadowText{
	text-shadow: 1px 1px black;
}
.mapText{
	font-size: 1.4em;

}

img.pos-img {
	margin:0 0 0 50px;
}

#charity {
	background:url(../img/bkg-charity.jpg) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-charity.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-charity.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}
#presse {
	background:url(../img/bkg-presse.jpg) no-repeat top left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-presse.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-presse.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	overflow:hidden;
}
#presseartikel {
	float:left;
	margin:40px 0 50px 60px;
}
.presseauszug {
	float:left;
	width:140px;
	height:140px;
	margin:0 15px;
}
.presseauszug img {
	opacity:0.3;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.presseauszug img:hover {
	opacity:1.0;
}



#map {
	font-size:15px;
	line-height:20px;
	overflow:hidden;
}
#map a {
	color:#579586;
}
#map ul li a, #map a.current {
	color:#fff;
}
#impressum {
	background:url(../img/bkg-impressum.jpg) no-repeat top center fixed;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-impressum.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-impressum.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
#impressum a {
	text-decoration:underline;
	color:#fff;
}

#impressum nav a {
	text-decoration:none;
}

#footer {
	float:left;
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7); 
  border-right:1px solid rgba(255,255,255,0.5);
}
.additional {
	position:fixed;
	left:10px;
	bottom:0;
}

.float {
	float:left;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm) { 
	body {
		font-size:11px;
		line-height:20px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md) { 
	body {
		font-size:15px;
		line-height:20px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg) { 
	body {
		font-size:15px;
		line-height:20px;
	}
}






/* Mobile
-------------------------------------------------------------------------------*/

@media screen and (max-width: 768px)  {

	.col-md-10, .col-xs-9 {
		width:100%;
	}

	body {
		font-size:12px;
		line-height:16px;
	}

	h1 {
		display:none;
	}

	h2 {
	  padding:20px 10px 25px 10px;
	}
	h3 {
	  padding:20px 10px 5px 10px;
	}

	p {
	  padding:10px 10px 10px 10px;
	}

	hr {
		width:40px;
		height:3px;
		margin:0 0 20px 10px;
		background:#fff;
		border:none;
	}
	span.tab {
		display:inline-block;
		font-weight:700;
		width:80px;
	}







	#navigation {
		display:none;
	}

	#navigation-mobile {
		display:block;
		width:100%;
		height:50px;
		background:rgba(0,0,0,0.7);
		border-bottom:1px solid rgba(255,255,255,0.5);
	}

	#brand-mobile {
		margin:0;
	}
	#brand-mobile a:link, #brand-mobile a:visited {
		float:left;
		display:block;
		text-indent:-9999px;
		width:100px;
		height:49px;
		background:url(../img/fpcm-logo-mobile.svg) no-repeat center center; 
		border-right:1px solid rgba(255,255,255,0.5);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	} 
	#brand-mobile a:hover, #brand-mobile a:active {
		background:#579586 url(../img/fpcm-logo-mobile.svg) no-repeat center center; 
	}

	#list-mobile {
		margin:0;
	}

	#list-mobile a:link, #list-mobile a:visited {
		float:right;
		display:block;
		text-indent:-9999px;
		width:50px;
		height:49px;
		background:url(../img/ico-list-mobile.svg) no-repeat center center; 
		border-left:1px solid rgba(255,255,255,0.5);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#list-mobile a:hover, #list-mobile a:active {
		background:#579586 url(../img/ico-list-mobile.svg) no-repeat center center; 
	}


	#menu-mobile {
		display:none;
	}


	nav {
	}
	nav ul#menu-mobile li {
		float:left;
		width:100%;
	}
	nav ul#menu-mobile li:first-child {
		margin:1px 0 0;
	}
	nav ul#menu-mobile li a:link, nav ul#menu-mobile li a:visited {
		display:block;
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
		font-size:1.2em;
		letter-spacing:1px;
		text-align:center;
		text-transform:uppercase;
		width:100%;
		margin:0;
		padding:10px 0;
		color:#fff;
		background:rgba(0,0,0,0.7);
	  border-right:1px solid rgba(255,255,255,0.5);
		border-bottom:1px solid rgba(255,255,255,0.5);
		-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	nav ul#menu-mobile li a:hover, nav ul#menu-mobile li a:active {
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
		text-decoration:none;
		margin:0;
		padding:10px 0;
		color:#fff;
		background:rgba(0,0,0,0.3);
		border-right:1px solid rgba(255,255,255,0.5);
		border-bottom:1px solid rgba(255,255,255,0.5);
	}

	nav ul#menu-mobile li a:link.current, nav ul#menu-mobile li a:visited.current, 
	nav ul#menu-mobile li a:hover.current, nav ul#menu-mobile li a:active.current {
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
		font-weight:700;
		text-decoration:none;
		margin:0;
		padding:10px 0;
		color:#fff;
		background:rgba(0,0,0,0.0);
		border-right:1px solid rgba(255,255,255,0.0);
		border-bottom:1px solid rgba(255,255,255,0.3);
		-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}


	nav ul#menu-mobile li a:link.dark, nav ul#menu-mobile li a:visited.dark, 
	nav ul#menu-mobile li a:hover.dark, nav ul#menu-mobile li a:active.dark {
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
		font-weight:700;
		text-decoration:none;
		margin:0;
		padding:10px 0;
		color:#000;
		background:rgba(0,0,0,0.0);
		border-right:1px solid rgba(255,255,255,0.0);
		border-bottom:1px solid rgba(255,255,255,0.3);
		-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}


	#team {
		float:left;
		margin:40px 0 50px;
	}
	.employee {
		float:left;
		text-align:center;
		margin:0;
		padding:0;
		width:100%;
		height:250px;
	}
	.employee img {
		float:center;
		margin:0 auto;
	}
	.employee p {
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size:1.0em; 
	  line-height:1.3em; 
	  font-weight:300;
	  font-style:italic;
	  letter-spacing:1px;
	  text-align:center;
	  padding:5px 0;
	}
	.employee p span {
		display:block;
		font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size:1.1em; 
	  line-height:1.3em; 
	  font-weight:700;
	  font-style:normal;
	  letter-spacing:0;
	  padding:0 0 5px;
	}

	img.pos-img {
		margin:0;
	}

	#cover {
		background:url(../img/bkg-cover.jpg) no-repeat top center;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-ueber-uns.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg-ueber-uns.jpg', sizingMethod='scale')";
		-webkit-background-size:cover;
	  -moz-background-size:cover;
	  -o-background-size:cover;
	  background-size:cover;
		overflow:hidden;
	}

	#cover-brand {
		display:block;
		width:200px;
		height:200px;
		margin:50px auto 0;
		background:url(../img/fpcm-logo-cover-mobile.svg) no-repeat center center;
	}

	a:link.lnk-easports, a:visited.lnk-easports, a:hover.lnk-easports, a:active.lnk-easports, 
	a:link.lnk-psd, a:visited.lnk-psd, a:hover.lnk-psd, a:active.lnk-psd, 
	a:link.lnk-mercedes, a:visited.lnk-mercedes, a:hover.lnk-mercedes, a:active.lnk-mercedes, 
	a:link.lnk-sparhandy, a:visited.lnk-sparhandy, a:hover.lnk-sparhandy, a:active.lnk-sparhandy, 
	a:link.lnk-mediapark-klinik, a:visited.lnk-mediapark-klinik, a:hover.lnk-mediapark-klinik, a:active.lnk-mediapark-klinik,
	a:link.lnk-strassenkicker, a:visited.strassenkicker, a:hover.strassenkicker, a:active.strassenkicker,
	a:link.lnk-fruehsport, a:visited.fruehsport, a:hover.fruehsport, a:active.fruehsport{
		width:100%;
		margin:30px 0;
	}
	a:link.lnk-adidas, a:visited.lnk-adidas, a:hover.lnk-adidas, a:active.lnk-adidas {
		width:100%;
		margin:0;
	}

	a:link.lnk-rheinflanke, a:visited.lnk-rheinflanke, a:hover.lnk-rheinflanke, a:active.lnk-rheinflanke, 
	a:link.lnk-arche, a:visited.lnk-arche, a:hover.lnk-arche, a:active.lnk-arche, 
	a:link.lnk-lpstiftung, a:visited.lnk-lpstiftung, a:hover.lnk-lpstiftung, a:active.lnk-lpstiftung{
		width:100%;
		margin:30px 0;
	}

}