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

/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('../fonts/raleway-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

#ie-hint {background:#fff;width:600px;padding:20px;border:10px solid #0280ee;margin:50px auto;display:none;}
#ie-hint p {text-align:center;font:bold 20px/30px Arial, Helvetica, sans-serif;}
#ie-hint p a {color:#0280ee;}
#back-top {position:fixed;bottom:30px;right:30px;}
#back-top a {width:50px;height:50px;display:block;background:url(../images/back-top.png) no-repeat center center;opacity:0.5;transition:500ms;}
#back-top a:hover {opacity:1.0;}
* {margin:0;padding:0;border:0;outline:none;-webkit-appaerance: none;-webkit-text-adjust: none;}
::selection {background:#000;color:#fff;}
::-moz-selection {background:#000;color:#fff;}
html {background:#fff;margin: -25px 0 0;}
body {font:16px/25px 'Raleway', Arial, Helvetica, sans-serif;color:#666;}
a {color:#e60004;text-decoration:underline;}
a:hover {text-decoration:none;}
a.pdf {display:block;margin:10px 0 20px 0;background:url(../images/pdf-icon.png) top left no-repeat;padding:15px 0 15px 60px;}
a.zip {display:block;margin:10px 0 20px 0;background:url(../images/zip-icon.png) top left no-repeat;padding:15px 0 15px 60px;}
h1 {font:bold 25px/30px Arial, Helvetica, sans-serif;}
h2 {font:100 40px/45px "Raleway",Arial,Helvetica,sans-serif;}
h3 {font:bold 17px/20px Arial, Helvetica, sans-serif;}
h4, h5, h6 {font:bold 12px/20px Arial, Helvetica, sans-serif;}
p, h1, h2, h3, h4, h5, h6, table, ol, ul, fieldset {margin:0 0 20px 0;}
table {}
table td, table th {padding:5px 10px 5px 0;text-align:left;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;}
ul {list-style:outside disc;margin:0 0 20px 20px;}
ol {list-style:outside decimal;margin:0 0 20px 20px;}
hr {border-top:1px solid #ccc;border-bottom:1px solid #fff;clear:both;margin:20px 0;}
fieldset {border:1px solid #ccc;padding:10px;}
input {border:1px solid red;}
textarea {border:1px solid red;}
.clear, .clearfix {clear:both;padding:0!important;}
.hidden{display:none;}

/* INPUT ERROR FORMULAR */
input[type=text].inputerror, textarea.inputerror, input[type=email].inputerror {border:1px solid red!important;}
/* jQUERY UI RESET */
.ui-widget-content {font:12px/20px Arial, Helvetica, sans-serif;color:#333;}
.fehler .fancybox-inner{text-align:center;padding:20px 0;background:url(../images/error.png) 25px top no-repeat;background-size:contain;}
.fehler h2{color:#f26b6b;}
.centered {width:1200px;margin:0 auto;-moz-box-sizing:border-box;box-sizing:border-box;}
#topfix {height: 0;padding: 0;}
#topfix.small {height: 55px;padding: 55px 0 0;}

#sub-topfix {height: 0;padding: 0;}
#sub-topfix.small {height: 55px;}

#filter-topfix {height: 0;padding: 0;}
#filter-topfix.small {height: 55px;}




/* POPUP PK START */

.popup {
	width:810px;
	max-width:90%;
	max-height:610px;
	margin:50px auto;
	position:absolute;
	left:0;
	right:0;
	border:5px solid #fff;
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	line-height:0;
	z-index:500;
	box-sizing:border-box;
}

.popup:before {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	content:'';
	z-index:-1;
}

.popup p {
	margin:0;
}

.popup p img {
	width:100%;
	height:auto;
}

#popup-close {
	position:absolute;
	right:-20px;
	top:-20px;
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	background:#666;
	font:25px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	border:2px solid #fff;
	box-shadow:0px 2px 3px rgba(0,0,0,0.5);
}

#popup-close:hover {
	color:#fff;
	background:#333;
}

/* POPUP PK END */





/************************************
			   HEADER
************************************/

header {
	background:#fff;
	position:relative;
	z-index:300;
	width:100%;
	transition:all 300ms;
	height:110px;
}

header.small {
	height:100px;
	top:-35px;
	position:fixed;
}

.logo {
	float:left;
	position:relative;
	z-index:2;
	margin:10px 0 0 0;
}

.logo a {
	background:url(../images/logo-elanos.png) no-repeat;
	width:270px;
	height:80px;
	background-size:contain;
	display:inline-block;
	display:block;
	text-indent:-9999px;
	transition:all 300ms;
}

header.small .logo {
	margin:40px 0 0 0;}

header.small .logo a{
	width:170px;
	height: 50px;
}

#topnavi {
	width:60%;
	float:right;
	text-align:right;
	font:0px/0px Arial, Helvetica, sans-serif;
}

#topnavi:before {
	display:block;
	width:100%;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	background:linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(245,245,245,1) 60%);
	z-index:1;
}

#topnavi li {
	display:inline-block;
	position:relative;
	z-index:3;
}

#topnavi li a {
	display:inline-block;
	padding:5px 10px;
	border-left:1px solid #ddd;
	font:13px/20px "Raleway", Arial, Helvetica, sans-serif;
	color:#bbb;
	text-decoration:none;
	transition:all 250ms;
}

#topnavi li:last-of-type a {
	border-right:1px solid #ddd;
}

#topnavi li a:hover {
	color:#333;
	background:#eee;
}

#topnavi li table {
	position:absolute;
	background:#eee;
	z-index:200;
	font:15px/25px "Raleway", Arial, Helvetica, sans-serif;
	width:300px;
	padding:10px;
	display:none;
	border:1px solid #ddd;
	border-top:none;
}

#topnavi li table tr td {
	padding:0;
	width: 50%;
}

#topnavi li table tr th {
	font-size:20px;
	font-weight:normal;
	padding:0px 0 0 0;
}

#topnavi li table tr:nth-of-type(5) th  {
	padding:20px 0 0 0;
	}

#topnavi li:hover table {
	display:table;
}

#navi {
	position:relative;
	float:right;
	margin:0;
}

#navi > li {
	display:inline-block;
}

#navi > li > a {
	display:inline-block;
	color:#666;
	text-decoration:none;
	font:20px/30px "Raleway", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:5px 10px 16px;
	transition:all 250ms;
}

header.small #navi li a {
	padding:0px 15px 16px;
	font-size:16px;
}

#navi > li:last-of-type > a {
	padding:5px 0px 16px 20px;
}

#navi > li:hover > a {
	color:#e60004;
}

#navi:hover > li.selected > a {
	color:#666;
}

#navi:hover > li.selected:hover > a {
	color:#e60004;
}

#navi > li > a:hover, #navi > li.selected > a {
	color:#e60004;
}

#navi li:nth-of-type(2):hover ul  {
	display:block;
}

#navi > li > ul {
	position:absolute;
	margin:0 0 0 0px;
	list-style:none;
	display:none;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	width:auto;
}

header.small #navi > li > ul {
	margin:-1px 0 0 0;
}

header.small #navi > li > ul > li > a {
	padding:10px 20px;
	}

#navi > li:hover > ul {
	display:block;
}

#navi > li > ul > li {
	display:block;
}

#navi > li > ul > li > a {
	display:block;
	text-decoration:none;
	color:#666;
	background:#fff;
	padding:10px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	transition:all 100ms;
}

#navi > li > ul > li > a:hover {
	color:#e60004;
	background:#f5f5f5;
}

.navi-programme {
	height:300px;
	clear:both;
	background:#f5f5f5;
	position:absolute;
	width:100%;
	z-index:1;
	display:none;
}

.navi-leistungen {
	height:300px;
	clear:both;
	background:#f5f5f5;
	position:absolute;
	width:100%;
	z-index:1;
	display:none;
}

header.small .navi-leistungen {
	margin:-20px 0 0 0;
	}

.navi-leistungen ul {
	list-style:none;
	-moz-column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-count: 4;
	-webkit-column-gap: 30px;
	column-count: 4;
	column-gap: 30px;
	margin:50px 0;
}

.navi-leistungen ul li {
	line-height: 2em;
	display: block;
}

.navi-leistungen ul li a {
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #ddd;
	display:block;
	padding:10px 0;
}

.navi-leistungen ul li a:hover {
	color:#e60004;
}

header.small .navi-programme {
	margin:-20px 0 0 0;
	}

.np-left {
	float:left;
	width:40%;
	padding:50px 20px 20px 250px;
	height:300px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.np1, .np2, .np3, .np4 {
	display:none;
}

.np-left.npl1 {
	background:url(../images/typ1.png) bottom left no-repeat;
	background-size:contain;
}

.np-left.npl2 {
	background:url(../images/typ4.png) bottom left no-repeat;
	background-size:contain;
}

.np-left.npl3 {
	background:url(../images/typ2.png) bottom left no-repeat;
	background-size:contain;
}

.np-left.npl4 {
	background:url(../images/typ3.png) bottom left no-repeat;
	background-size:contain;
}

.np-left p strong {
	display:block;
	font:20px/25px "Raleway", Arial, Helvetica, sans-serif;
	color:#e60004;
}

.np-right {
	float:right;
	width:60%;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.np-right p {
	display:block;
	width:50%;
	padding:0 10px 10px;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:left;
}

.np-right p a {
	display:block;
	width:100%;
	height:120px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#fff;
	border:1px solid rgba(0,0,0,0.1);
	padding:20px 20px 20px 180px;
	text-decoration:none;
	color:#e60004;
	font:20px/25px "Raleway", Arial, Helvetica, sans-serif;
}

.np-right p:nth-of-type(1) a {
	background:#fff url(../images/tab1.png) bottom left no-repeat;
	background-size:contain;
}

.np-right p:nth-of-type(2) a {
	background:#fff url(../images/tab4.png) bottom left no-repeat;
	background-size:contain;
}

.np-right p:nth-of-type(3) a {
	background:#fff url(../images/tab2.png) bottom left no-repeat;
	background-size:contain;
}

.np-right p:nth-of-type(4) a {
	background:#fff url(../images/tab3.png) bottom left no-repeat;
	background-size:contain;
}

#np-fix ,#np-fix2 {
	position:fixed;
	position:absolute;
	top:400px;
	width:100%;
	min-height:200%;
	background:rgba(0,0,0,0.2);
	z-index:300;
	display:none;
	height:1000%;
}



#mobile-nav {
	display: none;
    margin: 0;
    opacity: 0.2;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 600;
	width:60px;
	height:40px;
}

#mobile-nav a {
	background: rgba(0, 0, 0, 0) url("../images/mobile-nav.png") no-repeat;
    display: block;
    height: 40px;
    text-indent: -9999px;
    width: 60px;
	position:relative;
	z-index:1000;
	background-size:contain;
}







#icons {
	position:fixed;
	top:130px;
	right:0;
	margin:0;
	list-style:none;
	z-index:210;
}

#icons li {
	display:block;
}

#icons li a {
	display:block;
	width:60px;
	height:60px;
	background:#eee;
	border:5px solid #ccc;
	border-right:0;
	text-decoration:none;
	color:#ccc;
	text-indent:-9999px;
}

#icons li:nth-of-type(2) a {
	border-top:0;
	border-bottom:0;
}

#icons li:nth-of-type(3) a {
	border-bottom:0;
}

#icons li a:hover {
	background:#fff;
}

#icons li:nth-of-type(1) a {
	background-image:url(../images/icons-time.png);
	background-size:contain;
}

#icons li:nth-of-type(2) a {
	background-image:url(../images/icons-phone.png);
	background-size:contain;
}

#icons li:nth-of-type(3) a {
	background-image:url(../images/icons-facebook.png);
	background-size:contain;
}

#icons li:nth-of-type(4) a {
	background-image:url(../images/insta-icon.png);
	background-size:contain;
}

#icons li:nth-of-type(5) a {
	background-image:url(../images/icons-app.png);
	background-size:contain;
}

.empfehlung {
	position:absolute;
	top: 120px;
	right: 110px;
	margin:0;
	list-style:none;
	z-index:210;
}


.probe-fixed {
	position:fixed;
	right:0;
	margin:450px 0 0 0;
}

.probe-fixed a {
	background:url(../images/icon-probe.png) no-repeat #e60004;
	display:block;
	height:70px;
	width:330px;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px 10px 10px 75px;
	background-size:contain;
	margin:0 -265px 0 0;
	transition:all 300ms;
}

.probe-fixed a:hover,
.erfolg-fixed a:hover {
	margin:0;
}

.erfolg-fixed {
	position:fixed;
	right:0;
	margin:530px 0 0 0;
}

.erfolg-fixed a {
	background:url(../images/icon-erfolg.png) no-repeat #e60004;
	display:block;
	height:70px;
	width:350px;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px 10px 10px 75px;
	background-size:contain;
	margin:0 -285px 0 0;
	transition:all 300ms;
}


.infoboxen {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0;
	background-color: #f9f9f9;
}

.videobox {
	float: none;
	margin: 0 auto;
	width: 40%;
}

.videobox img {
	width: 100%;
	height: auto;
}

.videobox a {
	display: block;
	line-height: 0;
}

.videobox a:hover,
.zufriedenheit a:hover {
	opacity: .75;
}

.videotext {
	background-color: #e60004;
	box-sizing: border-box;
	padding: 10px 10px;
	color: #fff;
}

.videotext p {
	margin: 0;
	font-size: 18px;
}

.zufriedenheit {
	float: right;
	width: 59%; 
	position: relative;
}

.zufriedenheit img {
	width: 100%;
	height: auto;
}

.zufriedenheit a span {
	position: absolute;
	bottom: 25px;
	right: 15px;
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	background-color: rgba(255,255,255,.5);
	padding: 10px 15px;
}

.video-start {
	padding: 50px 0;
	background-color: #f2f2f2;
}

.video-start h2 {
	text-align: center;
}

.video-start a {
	display: block;
	position: relative;
	text-decoration: none;
} 

.video-start a:hover {
	opacity: .7;
}

.video-start a img {
	width: 100%;
	height: auto;
	position: relative;
}

.video-start a span {
	position: absolute;
	bottom: 25px;
	right: 0;
	display: inline-block;
	background-color: rgba(255,255,255,.5);
	padding: 10px 15px;
	font-size: 25px;
	color: #454545;
	font-weight: 600;
	text-transform: uppercase;
}

.rehatext div {
	float: right;
	width: 420px;
}

.rehatext div:nth-of-type(2) {
	line-height: 0;
}


/************************************
			   SLIDER
************************************/


#slider {
	margin:0 0 0px 0;
	position:relative;
	z-index:50;
}

#slider div {
	width:100%;
	text-align:center;
}

#slider div p {
	width:100%;
	margin:0;
	line-height:0;
}

#slider div p:first-of-type {
	width:800px;
	position:absolute;
	-moz-box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	padding:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*margin:7% 0 0 10%;*/
	margin:0 7% 7% 0;
	bottom:0;
	right:0;

}

#slider div p strong {
	display:block;
	width:100%;
	max-width:1200px;
	text-align:left;
}

#slider div p strong span {
	display:inline-block;
	color:#666;
	font:50px/40px "Raleway", Arial, Helvetica, sans-serif;
	padding:10px 10px 10px 0;
}

#slider div p > span {
	display:block;
	width:100%;
	max-width:1200px;
	text-align:left;
}

#slider div p > span span {
	display:inline-block;
	color:#666;
	font:30px/30px "Raleway", Arial, Helvetica, sans-serif;
}

#slider div p > a:not(.nostyle) {
	background:#e60004;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	width:310px;
	font:20px/25px "Raleway",Arial,Helvetica,sans-serif;
	margin:20px 0 0 0;
}

#slider div p img {
	width:100%;
	height:auto;
}

.slider-ctrl {
	font:50px/30px Arial, Helvetica, sans-serif;
	color:#aaa;
/*	background:rgba(0,0,0,0.1); */
	position:absolute;
	margin:-45px 0 0 0;
	width:100%;
	z-index:290;
	text-align:center;
}

.slider-ctrl span:hover {
	color:#fff;
	cursor:pointer;
}

.slider-ctrl .cycle-pager-active {
	color:#fff;
}


.start-text {
	background:#666;
	color:#fff;
	padding:30px 0;
}

.start-text h1 {
	font:40px/45px 'Raleway', Arial, Helvetica, sans-serif;
	width:440px;
	float:left;
	margin:0 20px 0 0;
}

.start-text h1 span {
	font-weight:600;
}

.start-text p {
	font-size:20px;
	line-height:30px;
	width:600px;
	float:right;
	margin:0;
	text-align:justify;
}

.programm {
	background:#fff;
	padding:100px 0 0 0;
}

.programm h2 {
	font:100 40px/45px "Raleway", Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 50px 0;
}

.programm .big-headline {
	font-size:150px;
	font-weight:600;
	color:#e8e8e8;
	font-style:normal;
	text-align:center;
	display:block;

}

.programm-left {
	width:25%;
	float:left;
	margin:0;
	line-height:0;
}

.programm-right {
	width:40%;
	float:right;
	position:relative;
}

.programm-right em {
	display:block;
	position:absolute;
	width:100px;
	height:100px;
	right:0;
	text-indent:-9999px;
	background:url(../images/topic-gesund-fit.png);
	background-size:contain;
}

.programm ul,
.leistung ul {
	list-style:none;
	margin:0 0 40px;
}

.programm ul li,
.leistung ul li {
	padding:0 0 10px 35px;
	background:rgba(0, 0, 0, 0) url("../images/li-image.png") no-repeat scroll left 3px;
	background-size:18px 18px;
}


.programm-right h2 {
	font:700 50px/50px "Raleway", Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 100px 0 0;
}

.programm-right a {
	display:inline-block;
	text-decoration:none;
	padding:10px 20px;
	border:1px solid #e60004;
	color:#fff;
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#e60004;
}

.programm-right a:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
	background:rgba(0,0,0,0.1);

}

.programm-right a:last-of-type:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	background:#fff;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
}

.programm-right a:last-of-type {
	background:none;
	border:1px solid #e60004;
	color:#e60004;
}

.programm-right a:hover:before {
	margin:-10px -20px 0;
}

.programm-right a span {
	position:relative;
	z-index:2;
	color:#fff;
}

.programm-right a:last-of-type span {
	color:#666;
}

.button {
	display:inline-block;
	text-decoration:none;
	padding:10px 20px;
	border:1px solid #999;
	color:#999;
	position:relative;
	z-index:2;
	overflow:hidden;
}

.button:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	background:#fff;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
}

.button:hover:before {
	margin:-10px -20px 0;
}

.button span {
	position:relative;
	z-index:2;
}

.button.red {
	border:1px solid #e60004;
	background:#e60004;
	color:#fff;
}

.button.red:before {
	background:rgba(0,0,0,0.2);
}

.button.redlight {
	border:1px solid #99042f;
	background:none;
	color:#99042f;
}

.button.redlight:before {
	background:rgba(155,5,50,0.1);
}

.button.light {
	border:1px solid #99042f;
	background:none;
	color:#99042f;
}

.button.light:before {
	background:rgba(0,0,0,0.1);
}

.button.trans {
	background:none;
	border:1px solid #fff;
	color:#fff;
}

.button.trans:before {
	background:rgba(0,0,0,0.1);
	z-index:-1;
}

.programm #tabs {
	background:none!important;
	border:0!important;
	padding:0!important;
}

.programm #tabs > ul {
	position:absolute;
	width:25%;
	margin:0 0 0 30%;
	background:none!important;
	border:0!important;
	padding:0!important;
}

.programm #tabs > ul li {
	display:block;
	float:none;
	clear:both;
	margin:0;
	padding:0;
	border:0;
	white-space:normal;
}

.programm #tabs > ul li a {
	display:block;
	float:none;
	clear:both;
	cursor:pointer;
	background:#fff;
	border:1px solid #ddd;
	padding:17px 20px 20px 20px;
	height:130px;
	margin:0 0 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font:0px/0px Arial, Helvetica, sans-serif;
	color:#666;
	overflow:hidden;
	transition:all 300ms;
}

.programm #tabs > ul li a:hover {
	background:#fff;
}

.programm #tabs > ul li a.mobile-tabs {
	display:none;
}

.programm #tabs > ul li.ui-state-active a {
	border:1px solid #e60004;
	background:#fff;
}

.programm #tabs > ul li.ui-state-active a img {
	opacity:1;

}

.programm #tabs > ul li a img {
	position:absolute;
	margin:-17px -10px 0 -20px;
	height:128px;
	opacity:0.6;
	transition:all 300ms;
}

.programm #tabs > ul li a:hover img {
	opacity:1;
}



.programm #tabs > ul li a span {
	font:20px/25px "Raleway", Arial, Helvetica, sans-serif;
	display:inline-block;
	width:40%;
	padding:0 0 0 60%;
	color:#666;
}

.programm #tabs > div {
	font:15px/25px "Raleway", Arial, Helvetica, sans-serif;
	color:#666;
	padding:0;
}

/* --------------------- Erfolgsberichte - START --------------------- */

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 5% 0px 0;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.erfolg-grid {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 5% 50px 0;
	width: 30%;
	height: auto;
	text-align: left;
	cursor: pointer;
	box-sizing:border-box;
/*	box-shadow: 2px 2px 20px #4d4d4d;
*/	/*border: 2px solid #fff;*/
}
.erfolg-grid:nth-of-type(4n-1) {
	margin: 0 0 50px 0;
}
.erfolg-grid p {
	padding: 0 15px;
}

.grid figure img {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	box-sizing:border-box;
	padding: 10px 15px 0 20px;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	opacity: 0.75;
}
.grid figure:hover h2 {
	opacity: 1;
}


.grid figure h2 span {
    font-weight: 400;
	text-transform:uppercase;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-winston {
	background: #006db3;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/design/normal/images/triangle.svg') no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	position: absolute;
    bottom: 40px;
	color: #006db3;
	background-color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	margin-right: 20px;
}

figure.effect-winston h2.teaser {
	color: #fff;
	background-color: inherit;
	padding: 0;
	text-transform:uppercase;
}

figure.effect-winston h2.teaser,
figure.effect-winston:hover h2.name {
	display:none;
}

figure.effect-winston:hover h2.teaser {
	display:block;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 230%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #e60004;
}

figure.effect-winston p a i {
	opacity: 1;
/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
*/}

figure.effect-winston:hover img {
	opacity: 0;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* TOGGLE */

.toggle-content {
    display: none;
	width:100%;
}

.toggle-content.active {
    display: block;
	background-color: #006db3;
	color: #fff;
	padding-bottom: 5px;
	padding-top: 295px;
}

/* --------------------- Erfolgsberichte - ENDE --------------------- */

.testimonials {
	padding:80px 0 50px 0;
	background:#fff;
	width:100%;
	display:inline-block;

}

.testimonials em {
	width:15%;
	float:left;
	margin:0 4% 0 0;
}

.testimonials img {
	border-radius:100%;
	display:block;
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}

.testimonials.grey {
	background:#fafafa;
}

.testimonials h2 {

}

.testimonials p {
	font:18px/26px "Raleway", Arial, Helvetica, sans-serif;
	width:80%;
	float:left;
	margin:20px 0 0 0;
}


.testimonials p span {
	background: rgba(0, 0, 0, 0) url("../images/zitat-blau.png") no-repeat scroll left top;
    display: block;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 15px;
    padding: 0 0 10px 60px;
	color:#006db3;
}

.testimonials em strong {
	display:block;
	font:15px/25px "Raleway", Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align:center;
	width:100%;
}

.testimonials .slider-ctrl {
	width:1200px;
	margin:-70px auto 0 auto;
	position:absolute;
	z-index:200;
	float:right

}

.testimonials .slider-ctrl span {
	display:none;
}

.testimonials .slider-ctrl #prev, .testimonials .slider-ctrl #next {
	text-indent:-9999px;
	display:inline-block;
	width:54px;
	height:54px;
	background-size:contain;
	position:relative;
	z-index:200;
}

.testimonials .slider-ctrl #prev {
	background:url(../images/prev.png) no-repeat;
}

.testimonials .slider-ctrl #next {
	background:url(../images/next.png) no-repeat;
}

.testimonials .slider-ctrl:before, .testimonials .slider-ctrl:after {
	display:none;
}

.archiv {
	padding:50px 0;
}

.headline-testimonials {
	width:1200px;
	margin:50px auto 0;
	font:bold 25px/25px "Raleway",Arial,Helvetica,sans-serif;
	color:#e60004;
}

.testimonials-archiv > div {
	display:block;
	border-top: 1px solid #ccc;
	padding:50px 0;
}

.testi-button {
	float:none!important;
	font-size:16px!important;
	margin:20px 0 0 0!important;
	text-align:right!important;
	display:inline-block;
	
}

.testi-button a{
	display:inline-block;
	text-decoration:none;
	padding:10px 20px;
	border:1px solid #e60004;
	color:#fff;
	position:relative;
	overflow:hidden;
	background:#e60004;
	z-index:100;
}

.testi-button a:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:100;
	transition:all 250ms;
	background:rgba(0,0,0,0.1);
}

.testi-button a:hover:before {
	margin:-10px -20px 0;
}

.testi-button a span {
	position:relative;
	z-index:102;
	color:#fff;
	background:none;
	font-style:normal;
	padding:0;
	margin:0;
}

#slider-leistungen div {
	width:570px;
}

.leistungen {
	background:#666;
	color:#fff;
	padding:100px 0 50px 0;
}

.leistungen h2, .leistungen em {
	text-align:center;
	display:block;
}

.leistungen em {
	font-size:150px;
	font-weight:600;
	font-style:normal;
	opacity:0.2;
}

.leistungen .spalte1, .leistungen .spalte2, .leistungen .spalte3 {
	float:left;
}

.leistungen .spalte1, .leistungen .spalte2 {
	margin:0 7px 0 0;
}

.leistungen .spalte1 {
	width:500px;
}

.leistungen .spalte2 {
	width:320px;
}

.leistungen .spalte3 {
	width:365px;
}

.leistungen a {
	text-decoration:none;
	font: 0px/0px 'Raleway', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
	display:block;
	position:relative;
	margin:0 0 8px 0;

}

.leistungen a:before {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    display: none;
    height: 100%;
    margin: 650px 0;
    position: absolute;
    transition: all 250ms ease;
    width: 100%;
    z-index: 2;
}

.leistungen a:hover:before {
	margin:0;
	display:block;
}


.leistungen a strong {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	bottom:30px;
}

.leistungen .spalte2 a {
	margin:0;
}

.leistungen a span {
	background:rgba(255,255,255,0.8);
	padding:10px 15px;
	font:600 22px/25px 'Raleway', Arial, Helvetica, sans-serif;
	position:relative;
	z-index:5;
}

.termin {
	text-align:center;
	padding:80px 0;
}

.termin p {
	width:800px;
	margin:0 auto;
}

.termin ul {
	margin:20px 0;
}

.termin ul li {
	display:inline-block;
	background:rgba(0, 0, 0, 0) url("../images/li-image.png") no-repeat scroll left 3px;
	padding:0 0 0 25px;
}

.termin ul li a {
	display:inline-block;
	text-decoration:none;
	color:#666;
	margin: 0 20px 0 0;
}

.termin .button {
	background:#e60004;
	color:#fff;
	border:1px solid #e60004;
}

.termin .button:before {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 45px;
    margin: 40px -20px 0;
    position: absolute;
    transition: all 250ms ease 0s;
    width: 100%;
    z-index: 2;
}

.termin .button:hover:before {
	margin:-10px -20px 0;
}

.theme {
	/*background:#e1b400;*/
	background:#e60004;
	padding:30px 0;
	color:#fff;
	font-size:14px;
}

.partner {
	margin:0 0 50px 0;
}

.partner .part {
	text-decoration:none;
	color:#666;
	display:inline-block;
	margin:0 2% 2% 0;
	width:23%;
	position:relative;
	line-height:0;
}

/*.partner .part:nth-of-type(5n),
.partner .part:nth-of-type(10n),
.partner .part:nth-of-type(15n) {
	margin:0 0 2%;}
*/
.partner .part div {
	position:absolute;
	background:#f5f5f5;
	width:350px;
	padding:20px;
	margin:-80px 0 0 200px;
	line-height:25px;
	z-index:100;
	display:none;
}

.partner .part:hover div {
	display:block;
}

.partner .part img {
	width:100%;
	height:inherit;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #ddd;
}



.breadcrumbs {
	margin:0;
	list-style:none;
}

.breadcrumbs li {
	display:inline-block;
	color:rgba(255,255,255,0.5);
}

.breadcrumbs li a {
	display:inline-block;
	color:rgba(255,255,255,0.8);
	text-decoration:none;
}

.breadcrumbs li a:hover {
	color:#fff;
}

.breadcrumbs li:after {
	content:'»';
	display:inline-block;
	padding:0 2px 0 5px;
}

.breadcrumbs li:first-of-type:after, .breadcrumbs li:last-of-type:after {
	display:none;
}

.programm-content {
	width:1200px;
	margin:0 auto;
}

.programm-content div {
	width:770px;
	float:left;
	margin:80px 0 0 0;
}

.programm-content ul {
	list-style:none;
	margin:0;
}

.programm-content ul li {
	background:url(../images/programm-li.png) no-repeat left 7px;
	padding:20px 0 20px 75px;
}

.programm-content img {
	float:left;
	bottom:0;
}

.programm-boxen {
}

.programm-boxen .box {
	background:#f5f5f5;
	overflow:hidden;
	display: block;
	position: relative;
	/*height: 100%;*/
	width: 100%;
}

/*.programm-boxen .box.mitte {
	display: table;
	position: relative;
    height: 100%;
    width: 100%;
}

.programm-boxen .box.mitte img {
	width: 100%;
}

.programm-boxen .box.mitte > div {
	display: table-cell;
    vertical-align: middle;
	padding: 0 0 0 60px;
	width: 495px;
}

.programm-boxen .box.mitte .inner { 
	margin-left: auto;
    margin-right: auto; 
    width: 600px;
}*/

.programm-boxen .box:nth-of-type(2n) {
	background:none;
}

.programm-boxen .box:nth-of-type(2n) img {
	float:right;
}

.programm-boxen .box img {
	width:50%;
	height:inherit;
	float:left;
}

.programm-boxen .box > div {
	padding:50px 0 0 60px;
	width:600px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:inline-block;
	margin:0;
	display: flex;
	vertical-align: middle;
	padding: 0 0 0 60px;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	align-items: center;
	justify-content: left;
}

.programm-boxen .box .inner {
	width: 600px;
}

.programm-boxen .box > div p {
	margin:0;
	text-align: left;
}

.programm-boxen .box:nth-of-type(2n) > div {
	float:right;
	padding:0px 70px 0 0px;
	right: 39%;
}

.programm-boxen .box > div p:nth-of-type(1) {
	display:block;
	color:#e60004;
	font-size:25px;
	margin: 0 0 20px 0;
}
	
.programm-boxen .box a, .button-tool {
	display:inline-block;
	text-decoration:none;
	padding:10px 20px;
	border:1px solid #e60004;
	color:#fff;
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#e60004;

}

.programm-boxen .box a:before, .button-tool:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
	background:rgba(0,0,0,0.1);

}

.programm-boxen .box a:hover:before, .button-tool:hover:before {
	margin:-10px -20px 0;
}

.programm-boxen a span, .button-tool span {
	position:relative;
	z-index:2;
	color:#fff!important;
	margin:0!important;
	font-size:16px!important;

}

.button-tool{
	margin:30px 0 0 0;
}

.box-link {
	text-align:right;
	margin:0px 0 0 0!important;
}

.programm-boxen .box:nth-of-type(2n) .box-link {
}

.center-text {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding:80px 0;
}


/********************************
		LEISTUNGSFILTER
********************************/

.leistungsfilter {
	background:#006db3;
	width:100%;
	z-index:200;
}

.leistungsfilter.fixed {
    position: fixed;
    top: 65px;

}

.leistungsfilter .mobile {
	display:none;
}

.leistungsfilter ul {
	width:1200px;
	margin:0 auto;
	list-style:none;
	text-align:center;
}

.leistungsfilter ul li {
	display:inline-block;
}

.leistungsfilter ul li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:15px 15px;
}

.leistungsfilter ul li a:hover, .leistungsfilter ul li a.active {
	background:#1a7cbb;
}

.leistungsfilter ul li:nth-of-type(1) a {
	text-transform:uppercase;
	font-weight:600;
}

.leistungsfilter ul li:nth-of-type(1) a:nth-of-type(1), .leistungsfilter ul li:nth-of-type(1) a:nth-of-type(2) {
	text-transform:none;
	font-weight:normal;
}



.leist {
	padding:30px 0;
	width:100%;
	height:500px;
	background:none!important;
	border-bottom:1px solid #ddd;
}

.leist img {
	float:left;
	margin:0 50px 0 0;
}

.leist h2 {
	margin:20px 0 20px 0;
	display:inline-block;
}

.leist p {
}

.subnavi {
	background:#666;
	width:100%;
	position:relative;
	z-index:200;
}

.subnavi.fixed {
    position: fixed;
    top: 65px;
}

#subnavi {
	list-style:none;
	text-align:center;
	margin:0;
}

#subnavi li {
	display:inline-block;
}

#subnavi li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:15px;
}

#subnavi li a:hover, #subnavi li.selected a {
	background:#e60004;
}

.team-container {
	background:#f5f5f5;
	text-align:center;

}

.team-container h2 {
	padding:80px 0 20px 0;;
}

.team {
	text-decoration:none;
	width:250px;
	position:relative;
	height:230px;
	display:inline-block;
	margin:0 60px 60px 0;
}

.team:nth-of-type(20) {
	margin:0 0 20px 0;
}

.team span {
	position:absolute;
	background:#e60004;
	color:#fff;
	text-align:center;
	left:0;
	height:230px;
	width:250px;
	font-size:18px;
	padding:60px 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	transition:all 300ms ease;
	opacity:0;
	top: 0;
}

.team:hover span {
	opacity:1;
}

.team span strong {
	display:block;
	font-weight:600;
	font-size:24px;
}

.parallax-window {
    background: transparent none repeat scroll 0 0;
    box-sizing: border-box;
    min-height: 540px;
    padding: 90px 0 50px;
}

.imp-container {
	background:#fff;
}

.imp {
	width:100%;
}

.imp a {
	display:inline-block;
	width:25%;
	line-height:0;
	font-size:0px;
	float:left;
}

.imp a img {
	width:100%;
	height:inherit;

}

.jobs {
	padding:80px 0;
}

.jobs h2, .jobs p {
	text-align:center;
}

.jobs ul {
	list-style:none;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
	width:880px;
	margin:0 auto 30px;
}

.jobs ul li {
	padding:10px 0 10px 25px;
	background:url(../images/li-image.png) no-repeat left center;
	line-height: 2em;
	display: block;
	text-align:left;
}

.jobs a {
	background: #e60004 none repeat scroll 0 0;
    border: 1px solid #e60004;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    z-index: 2;
}



.jobs a:before {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 45px;
    margin: 40px -20px 0;
    position: absolute;
    transition: all 250ms ease 0s;
    width: 100%;
    z-index: 1;
}

.jobs a:hover:before {
	margin:-10px -20px 0;
}

.jobs a span {
	color: #fff;
    position: relative;
    z-index: 2;
}




/********************************
		KONTAKT
********************************/


.contacty .con-left, .contacty .con-right{
	width:50%;
	float:left;
}

.contacty .con-right{
	text-align:right;
}

.contacty .con-right p{
	text-align:left;
}

.contacty p{
	width:90%;
	display:inline-block;
	margin-bottom:30px;
}

.contacty p:not(.no-block) label{
	width:100%;
	display:block;
	font-family:'gothambold', Verdana, Geneva, sans-serif;
}

.contacty p:not(.no-block) input, .contacty p:not(.no-block) select{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #ccc;
}

.contacty p.no-block label{
	display:block!important;
	width:100%;
	padding:11px 15px 10px 50px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
	background-color:#fff;
	position:relative;
	line-height:29px;
}

.contacty p.no-block label:hover{
	cursor:pointer;
}

.contacty input[type="checkbox"] {
	visibility:hidden;
	height:0px;
	display:none;
}

.contacty p.no-block label:after{
    content: "";
    height: 30px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 30px;
	background-color:#f4f4f4;
	border:1px solid #ccc;
}


.contacty p.no-block label:hover:after {
	background:url(../images/checkbox.png) top left;
}

.contacty p.no-block input[type="checkbox"]:checked + label:after {
    background:url(../images/checkbox.png) top right;
}


.contacty .interesse{
	margin-bottom:10px;
}

.contacty textarea{
	min-width:100%;
	max-width:100%;
	min-height:330px;
	max-height:330px;
	border:1px dashed #ccc;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px;
	border-radius:0;
	-webkit-appearance:none;
}

.column-2{
	display:block;
	-moz-columns:2;
	-webkit-columns:2;
	-ms-columns:2;
	columns:2;
	line-height:35px;
}

.contacty input, .contacty textarea{
	font:14px/28px 'gotham', Arial, Helvetica, sans-serif;
	border-radius:0;
	-webkit-appearance:none;
}

.contacty .erreichbar{
	opacity:.25;
	transition:all 300ms;
	pointer-events:none;
}

.contacty .erreichbar.active{
	opacity:1;
	pointer-events:auto;
}

.contact {
	padding:50px;
}

.contact #sendenbutton:hover {
	background:#e60004;
	color:#fff;
	cursor:pointer;
}



/********************************
		SPEZIAL FORMULAR
********************************/


.kontakt-spezial {
	padding:80px 0 50px 0;
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
}


.kontakt-spezial.straffen-abnehmen {
	background:url(../images/typ2.png) no-repeat 10% bottom #f5f5f5;
	background-size:380px;
}

.kontakt-spezial.fitness-ausdauer {
	background:url(../images/typ1.png) no-repeat 10% bottom  #f5f5f5;
	background-size:380px;
}

.kontakt-spezial.kraft-muskeln {
	background:url(../images/typ4.png) no-repeat 10% bottom #f5f5f5;
	background-size:380px;
}

.kontakt-spezial.gesund-schmerzfrei {
	background:url(../images/typ3.png) no-repeat 10% bottom #f5f5f5;
	background-size:380px;
}

.kontakt-spezial .contact {
	padding:0;
}

.kontakt-spezial .contacty {
	width:800px;
	margin:0 0 0 400px;
}

.kontakt-spezial .contacty p {
	width:95%;
	margin-bottom:20px;
}

.kontakt-spezial textarea {
	height:186px;
	min-height:186px;
}

.kontakt-spezial .contacty h2 {
	font:600 40px/50px "Raleway",Arial,Helvetica,sans-serif;
}

.kontakt-spezial p span {
	font-weight:600;
	font-size:20px;
	padding:5px 0 10px 50px;
}

.kontakt-spezial p span {
	color:#e60004;
	background:url(../images/check.png) no-repeat;
}

.zeiten-kontakt, .zeiten {
	width:50%;
	float:left;
}

.oeffnungszeiten {
	background:rgba(255,255,255,0.8);
	padding:50px;
	width:400px;
}

.oeffnungszeiten table {
	width:100%;
}

.oeffnungszeiten table tr td {
	padding:0;
}




/********************************
			  FOOTER
********************************/

.logos {
	padding:50px 0;
	background:#f5f5f5;
	font:0px/0px Arial, Helvetica, sans-serif;
}

.logos ul {
	margin:0;
	list-style:none;
}

.logos ul li {
	display:inline-block;
	width:21%;
	margin:0 2%;
}

.logos ul li a {
	display:inline-block;
	width:100%;
	height:80px;
	margin:0 20px;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-indent:-9999px;
}

.logos ul li:nth-of-type(1) a {
	background:url(../images/logos-milon.png) center center no-repeat;
	background-size:contain;
}

.logos ul li:nth-of-type(2) a {
	background:url(../images/logos-slimcoach.png) center center no-repeat;
	background-size:contain;
}

.logos ul li:nth-of-type(3) a {
	background:url(../images/massarium.png) center center no-repeat;
	background-size:contain;
}

.logos ul li:nth-of-type(4) a {
	background:url(../images/logos-flexx.png) center center no-repeat;
	background-size:contain;
}

.logos ul li a:hover {
	/* opacity:0.5; */
	cursor:default;
}

#bottom {
	padding:50px 0 0;
	background:#fff;
	border-top: 1px solid #f2f2f2;
}

#bottom > div > div {
	width:20%;
	float:left;
	margin:0 5% 0 0;
}

#bottom h2 {
	color:#e60004;
	font:30px/40px "Raleway", Arial, Helvetica, sans-serif;
}

#bottom div div:nth-of-type(2) strong {
	display:inline-block;
	width:90px;
}

#bottom > div > div.footer {
	clear:both;
	float:none;
	display:block;
	width:100%;
	border-top:1px solid rgba(0,0,0,0.1);
}

#bottom ul {
	list-style:none;
	margin:0;
}

#bottom ul li a {
	display:block;
	text-decoration:none;
	color:#666;}

#bottom ul li a:hover {
	color:#e60004;
}

.footer {
	padding:10px 0;
}


.footer p {
	display:inline-block;
	width:50%;
	padding:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	margin:0;
}

.footer ul {
	display:inline-block;
	width:50%;
	margin:0;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
}

.footer ul li {
	display:inline-block;
}

.footer ul li a {
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	color:#666;
}

.footer ul li a:hover {
	color:#99042f;
}

#kontakt {
	margin: 0 0 80px 0;
}

#kontakt input, #kontakt textarea {
	padding:10px;
	border:1px solid #ddd;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font:16px/25px "Raleway",Arial,Helvetica,sans-serif;
	margin:0 0 10px 0;
	width:70%;
	background:#f5f5f5;
	-webkit-appearance:none;
	border-radius:0;
}

#kontakt textarea {
	width:100%;
	height:147px;
}

#kontakt label {
	display:block;
}

#kontakt label span{
	background:#e60004;
	border:1px solid #e60004;
	color:#fff;
	padding:10px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:30%;
}

#kontakt .kon-left {
	width:48%;
	float:left;
	margin:0 4% 0 0;
}

#kontakt .kon-right {
	float:left;
	width:48%;
}

#kontakt #sendenbutton {
	width:100%!important;
	background:#e60004!important;
	color:#fff;
	border:1px solid #e60004!important;
}

#kontakt .checkbox {
	box-sizing: border-box;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding:12px 24px 12px 60px;
    position: relative;
    width: 160px;
	border:1px solid #ddd;
	cursor:pointer;
}

#kontakt .checkbox:nth-of-type(2) {
	margin:0;
}

#kontakt .checkbox:before {
	background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 35px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 35px;
    z-index: 201;
}

#kontakt .checkbox:after {
	background: #f4f4f4 none repeat scroll 0 0;
    color: #e60004 ;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    height: 48px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 200;
}

#kontakt input[type="checkbox"], #kontakt input[type="radio"] {
    display: none;
}

#kontakt .kontakt-art p {
	width:230px;
	float:left;
	margin:10px 0;
}

#kontakt input[type="checkbox"]:checked + label::after, input[type="radio"]:checked + label::after {
    content: "\f058";
    z-index: 201;
}

#probeform {
	margin:80px 0;
}

#probeform .centered h2 {
	text-align:center;

}

#probeform .probe-text {
	text-align:center;
}

#probeform input {
	padding:12px;
	border:1px solid #ddd;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font:16px/25px "Raleway",Arial,Helvetica,sans-serif;
	margin:0 0 0px 0;
	width:70%;
	background:#f5f5f5;
	-webkit-appearance:none;
	border-radius:0;
}

#probeform .extra-margin {
	margin:26px 0 20px 0;
}



#probeform label {
	display:block;
}

#probeform label span{
	background:#e60004;
	border:1px solid #e60004;
	color:#fff;
	padding:12px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:30%;
	float:left;
}



.prob-left, .prob-right {
	width:48%;
	float:left;
}

.prob-left {
	margin:0 4% 0 0;
}

.prob-right {
	margin:46px 0 0 0;}



#probeform .checkbox, #probeform .radio {
	box-sizing: border-box;
    display: inline-block;
    margin: 0 20px 0px 0;
    padding:12px 24px 12px 60px;
    position: relative;
    width: 47%;
	border:1px solid #ddd;
	cursor:pointer;
}

#probeform .checkbox:nth-of-type(2), #probeform .radio:nth-of-type(2) {
	margin:0;
}

#probeform .interesse .checkbox {
	width:48%;
	margin:0 20px 20px 0!important;
	float:left;
}

#probeform .interesse .checkbox:nth-of-type(2n) {
	margin:0 0 20px 0!important;
}

#probeform .checkbox:nth-of-type(2) {
	margin:0;
}

#probeform .checkbox:before, #probeform .radio:before {
	background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 35px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 35px;
    z-index: 201;
}

#probeform .checkbox:after, #probeform .radio:after {
	background: #f4f4f4 none repeat scroll 0 0;
    color: #e60004 ;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    height: 48px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 200;
}

#probeform input[type="checkbox"], #probeform input[type="radio"] {
    display: none;
}

#probeform input[type="checkbox"]:checked + label::after, #probeform input[type="radio"]:checked + label::after {
    content: "\f058";
    z-index: 201;
}

#probeform .block input {
	width:100%;
}

#probeform .block span {
	margin:0 0 20px 0;
	background:none;
	color:#666;
	width:100%;
	border:none;
	line-height:9px;
	line-height:25px;
}

#probeform #sendenbutton {
	width:48%;
	float:right;
	background:#e60004;
	border:1px solid #e60004;
	color:#fff;
	font:16px/25px "Raleway",Arial,Helvetica,sans-serif;
	cursor:pointer;
}

#probeform .button:before {
	background: rgba(0,0,0,0.2);
    content: "";
    display: block;
    height: 47px;
    margin: 40px -20px 0;
    position: absolute;
    transition: all 250ms ease 0s;
    width: 100%;
    z-index: 1;
}

#probeform .button:hover:before {
	margin:-11px -20px 0;
}




.kon-news .checkbox{
	width:50px!important;
	padding:12px 24px 12px 24px!important;
	height:50px;
	float:left;

}

.kon-news p {
	display:inline-block;
	width:360px;
}

.impressum, .datenschutz {
	margin:80px auto;
}

.imp-left, .imp-right {
	width:48%;
	float:left;
}

.imp-left {
	margin: 0 4% 0 0;
}

.leistungen-mobile {
	background:#e60004;
	padding:50px 0;
	display:none;
}

.leistungen-mobile a {
	display:inline-block;
	width:100%;
	background:#fff;
	margin:0 0 10px 0;
	line-height:0;
	text-decoration:none;

	color:#666;
	text-transform:uppercase;

}

.leistungen-mobile a span {
	font:600 14px/20px "Raleway",Arial,Helvetica,sans-serif;
	display:block;
	margin:10% 0 0 0;
}

.leistungen-mobile a img {
	width:30%;
	height:inherit;
	margin:0 20px 0 0;
	float:left;
}

.leistungen-mobile em {
	font-size: 60px;
    font-style: normal;
    font-weight: 600;
    opacity: 0.2;
}

.leistungen-mobile em, .leistungen-mobile h2 {
	display:block;
	text-align:center;
	color:#fff;
}

.philosophie {
	padding:80px 0;
}

.philosophie h2 {
	text-align:center;
}

.philosophie p {
	width:48%;
	float:left;
	text-align:justify;
}

.philosophie p:nth-of-type(1) {
	margin: 0 4% 0 0;
}

.philosophie p:nth-of-type(2) {
	margin:25px 0 0 0;
}

.philosophie .zitat {
	display:block;
	font-size:20px;
	font-style:italic;
	margin: 0 0 25px 0;
	background:url(../images/zitat.png) no-repeat top left;
	padding:0 0 0 60px;
}

.betreuung {
}

.betreuung-text {
	margin:80px auto 0;
	width:1200px;
}

.betreuung-text div:nth-of-type(1) {
	width:770px;
	float:left;
}

.betreuung-text ul {
	list-style:none;
}

.betreuung-text ul li {
	background: rgba(0, 0, 0, 0) url("../images/programm-li.png") no-repeat scroll left 7px;
    padding: 20px 0 20px 75px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.betreuung-plan {
	background:#f5f5f5;
	padding:80px 0;
}

.betreuung-plan h2 {
	text-align:center;
}

.betreuung-plan ol {
	counter-reset: li-counter;
    list-style-type: none;
    margin: 75px 0 0 3em;
    padding: 0;
    text-align: left;
}

.betreuung-plan ol li {
	font-size: 20px;
    margin-bottom: 160px;
    margin-top: 20px;
    min-height: 3em;
    padding-left: 0.5em;
    position: relative;
    width: 50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.betreuung-plan ol li:last-of-type {
	margin-bottom:0;
}

.betreuung-plan ol li:nth-of-type(2n) {
	float:right;
	margin-top:-100px;
}

.betreuung-plan ol li span {
	display:block;
	font-size:25px;
	margin:0 0 10px 0;
}

.betreuung-plan ol li:before {
	content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
	color:#e60004;
	top:-60px;
	left:-50px;
}

.betreuung-plan ol li ul li {
	list-style-type:disc;
}

.leist-button {
	margin:60px 0 0 0;
}



.leist-button a {
	display:inline-block;
	text-decoration:none;
	padding:10px 10px;
	border:1px solid #e60004;
	color:#fff;
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#e60004;
	box-sizing:border-box;
	-moz-box-sizing:border-box;

}

.leist-button a:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
	background:rgba(0,0,0,0.1);

}

.leist-button a:last-of-type:before {
	display:block;
	content:'';
	width:100%;
	height:45px;
	position:absolute;
	background:#f5f5f5;
	margin:-10px -20px 0;
	margin:40px -20px 0;
	z-index:1;
	transition:all 250ms;
}

.leist-button a:last-of-type {
	background:none;
	border:1px solid #e60004;
	color:#e60004;
}

.leist-button a:hover:before {
	margin:-10px -10px 0;
}

.leist-button a span {
	position:relative;
	z-index:2;
	color:#fff;
}

.leist-button a:last-of-type span {
	color:#666;
}

.rehasport {
}

.rehasport ul {
	list-style: outside none none;
    margin: 0 0 40px;
}

.rehasport li {
	background: rgba(0, 0, 0, 0) url("../images/li-image.png") no-repeat scroll left 3px / 18px 18px;
    padding: 0 0 10px 35px;
}

.rehatext {
	margin:80px auto 0;
	width:1200px;

}

.rehatext ul {
	width:600px;
}

.rehatext div:nth-of-type(1) {
	width:770px;
	float:left;
}

.reha-zeiten {
	background:#e60004;
	color:#fff;
	padding:20px;
	width:320px!important;
	position:absolute;
	margin:410px 0 0 680px;
}

.reha-zeiten table {
	margin:0;
	width:100%;
}

.reha-zeiten table tr:nth-of-type(1) td {
	font-size:20px;
}

.reha-plan {
	background:#f5f5f5;
	padding:80px 0;
}

.reha-plan h3 {
	font:100 22px/30px "Raleway",Arial,Helvetica,sans-serif}

.reha-plan ul {
	margin: 0 0 20px 0;
}

.reha-left, .reha-right {
	float:left;
	width:48%;
}

.reha-left {
	margin:0 4% 0 0;
}

.reha-anmeldung {
	background:#e60004;
	color:#fff;
	text-align:center;
	padding:30px 0;
}

.reha-anmeldung p {
	margin:0;
	font-size:30px;
}

.headline {
	text-align:center;
	padding:50px 0 20px;
}

#ichauch {
	width:100%!important;
	max-width:950px;
}

#ichauch a img {
	width:100%;
	height:auto;
}

.fancybox-inner img {
	width:100%;
	height:auto;
}

#tabs-kurs {
	display:none;
}

#danke {
	margin:50px auto;
}

.mobile-fixed {
	display:none;
}

.mobile-fixed ul {
	position:fixed;
	bottom:0;
	background:#e60004;
	list-style:none;
	text-align:center;
	z-index:999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0;
	width:100%;


}

.mobile-fixed ul li {
	display:inline-block;
}

.mobile-fixed ul li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #d1e29a;
	padding:10px 18px;
}

.mobile-fixed ul li:last-of-type a {
	border:none;
}

.kontakt-content {
	width:1200px;
	margin:80px auto 0;
}

.kontakt-content div {
	float:left;
	width:400px;
}

.kontakt-content img {
	float:right;
}

.map-overlay {width:100%;height:400px;left:0;}
.map #map_canvas {width:100%!important;height:400px!important;}

.map-overlay {
	width:1140px;
	height:540px;
	background:none;
	position:absolute;
	z-index:120;
}

.map-overlay a {
	font:0px/0px Arial, Helvetica, sans-serif;
	color:transparent;
	text-indent:-9999px;
}

.map p {
	margin:10px 280px 0 0;
	float:right;
}

.map-active, .map-deactive {
	background:#e60004;
	color:#fff;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	font:20px/25px "Quicksand", Arial, Helvetica, sans-serif;
	padding:10px 20px;
	text-align:center;
	width:240px;
	z-index:121;
}

.map-active:hover, .map-deactive:hover {
	color:#77777a;
}

.map-deactive {
	display:none;
}

.termin .button:last-of-type {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e60004;
    color: #e60004;
}

.termin .button:last-of-type:before {
	background: #f5f5f5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 45px;
    margin: 40px -20px 0;
    position: absolute;
    transition: all 250ms ease 0s;
    width: 100%;
    z-index: 1;
}

.termin .button:last-of-type:hover:before {
	margin:-10px -20px 0;
}

.bedarfsanalyse {
    padding: 30px 0px;
    text-align: center;
}

.bedarfsanalyse a.normal-btn {
    background-color: #92B02F;
    padding: 10px 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
	float: none;
	margin: 25px 0 0;
}

.bedarfsanalyse img {
	width: 75%;
	height: auto;
}

.kooperationspartner {
	width: 100%;
	margin-bottom: 80px;
}

.kooperationspartner img {
	width: 100%; 
	height: auto;
}


@media only screen and (max-width:1400px) {
	
.programm-boxen .box img {
	margin: 0 0 0 -20%;
	width:70%;
}

.programm-boxen .box:nth-of-type(2n) img {
	margin: 0 -20% 0 0%;
	width:70%;
}
	
	.programm-boxen .box .inner {
    width: 510px;
}
	
	.programm-boxen .box:nth-of-type(2n) > div {
    	right: unset;
		left: 0%;
	}
	
	.programm-boxen .box .inner {
		width: 460px;
		font-size: 14px;
	}
	
	.leistung img {
		margin: 0 30px 0 0 !important;
		width: 47% !important;
	}
}




@media only screen and (max-width:1200px) {
	
	
.toggle-content.active {
	padding-top: 265px;
}

.centered {
	width:100%;
	padding:0px 4%;
}

header {
	background: #fff none repeat scroll 0 0;
    height: 110px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 300;
}
	
	.hansefit {
    	padding: 80px 25px !important;
}

#navi > li > a {
	font-size:16px;
	padding:5px 5px 16px;
}

#topnavi {
	width:68%;
	margin: 0 0 20px;
}

#topnavi li a {
	padding:5px 10px;
	font-size:12px;
}

.testimonials .slider-ctrl {
	display:none;
}

.np-right p a {
	padding: 20px 20px 20px 150px;
	font: 16px/25px "Raleway", Arial, Helvetica, sans-serif;
}

.np-left {
	padding: 20px 20px 20px 250px;
	font: 14px/25px 'Raleway', Arial, Helvetica, sans-serif;
}

#slider {
}

#slider div p:first-of-type {
	width:330px;
	margin:5% 0 0 5%;
	padding:20px;
}

#slider div p strong span {
	font-size:30px;
	padding:0;
}

#slider div p > span span {
	font-size:20px;
	padding:0;
}

#slider div p > a:not(.nostyle) {
	font-size:16px;
	width:160px;
	padding:10px;
}

.start-text h1 {
	text-align:center;
	width:100%;
	margin:0 0 20px 0;
	font-size:30px;
}

.start-text p {
	text-align:center;
	width:100%;}

.kontakt-spezial {
	padding:80px 0 50px 0;
	width:1000px;
}

.kontakt-spezial .contacty {
	width:70%;
	margin:0 0 0 30%;
}

.kontakt-spezial .contacty h2 {
	font:600 30px/40px "Raleway", Arial, Helvetica, sans-serif;
}

.programm #tabs > ul li a span {
	font:18px/20px "Raleway", Arial, Helvetica, sans-serif;
}

.programm h2 {
	font-size:30px;
}

.programm .big-headline {
	font-size:120px;
}
	
	.leistung .leist-text.mitte div > div {
    display: block;
    width: 90% !important;
}

.leistungen img {
	width:100%;
	height:inherit;
}

.leistungen .spalte1 {
	width:41%;
}

.leistungen .spalte2 {
	width:26%;
}

.leistungen .spalte3 {
	width:30%;
}

.termin p {
	width:100%;
}

.logos {
	width:100%;
	padding:30px 0;
}

.leistungen em {
	font-size:120px;
}

.leistungen a span {
	font-size:12px;
}

.programm-content {
	width:100%;
	padding:0 4%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.programm-content div {
	width:100%;
}

.programm-content img {
	display:none;
}



.programm-boxen .box > div {
	padding:30px;
	width:50%;
}

.programm-boxen .box:nth-of-type(2n) > div {
	padding:30px;
	float:left;
}

.center-text {
	width:100%;
	padding:0 4%;
	margin:80px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.leistungsfilter  ul {
	width:100%;
}

.leist {
	height:auto;
}

.leist h2 {
	float:right;
	width:55%;
}

.leist img {
	width:100%;
	height:auto;
	margin:0 2% 0 0;
}

.leist .cycle-slide {
	width:40%;
}

.leist p {
	width:55%;
	float:right;
}

.betreuung-text {
	width:100%;
	padding:0px 4%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.betreuung-text div:nth-of-type(1) {
	width:100%;
	float:none;
}

.betreuung-text div:nth-of-type(2) {
	display:none;
}

.rehatext {
	width:100%;
	padding:0 4%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.rehatext div:nth-of-type(1) {
	width:100%!important;
	float:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.rehatext div:nth-of-type(2) img {
	display:none;
}

.reha-zeiten {
	position:relative;
	margin:0 0 50px 0;
}

#probeform .interesse .checkbox {
	width:47%;
	font-size:12px;
	padding:12px 12px 12px 60px
}

#probeform .checkbox, #probeform .radio {
	font-size:12px;
	margin:0 5% 0 0;
	padding:8px 24px 8px 50px;
}

#probeform .checkbox::before, #probeform .radio::before {
	height:30px;
	width:30px;
	top:4px;
	left:4px;
}

#probeform .interesse .checkbox {
	padding:8px 12px 8px 50px
}


#probeform .checkbox::after, #probeform .radio::after {
	width:40px;
	height:40px;
	font-size:35px;
	line-height:40px;
}

.headline {
	padding:50px 0 20px 0;!important;
}

.jobs {
	padding:50px 4%!important;
}

.kontakt-spezial {
	width:100%;}

.kontakt-content {
	width:100%;
	padding:0 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.kontakt-content div {
	width:50%;
}

.kontakt-content img {
	width:50%;
	height:inherit;
}

.balken {
	height: 20px;
    margin: -70px 0 0;
    position: absolute;
    width: 100%;
    z-index: 100;
	background:#666;
}

}

@media only screen and (max-width:1100px) {
.toggle-content.active {
	padding-top: 255px;
}
}

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

.erfolg-grid{
	margin:0 1% 20px!important;
	width:48%;
	float:left!important;
	vertical-align:top!important;
}

.erfolg-grid:nth-of-type(5n+2), .erfolg-grid:nth-of-type(5n), .erfolg-grid:nth-of-type(8n+13){
	float:right!important;
}

.grid .clear {
	clear: none;
}
.toggle-content.active {
	padding-top: 345px;
}


header {
	height:87px;
}

.logo a {
	width:200px;
}

#topnavi {
	width:70%;
	margin:0;
}

#topnavi li a {
	padding:5px 10px;}

#navi > li > a {
	font-size:12px;
	padding:10px 10px 5px;
}

#subnavi li a {
	font-size: 13px;
	padding: 10px 5px;
}

header.small #navi li a {
	font-size:14px;
	padding:18px 5px 5px;
}


.np-left {
    display: none;
}

.np-left.npl1, .np-left.npl2, .np-left.npl3 {
    background-size: 50% auto;
}

.np-right {
    width: 100%;
}

.kontakt-spezial {
	width:100%;
}

.kontakt-spezial .contacty h2 {
	font:600 25px/30px "Raleway", Arial, Helvetica, sans-serif;
}


.programm #tabs > ul {
	width:45%;
	margin:0;
}

.programm-left {
	display:none;
}
	
.programm {
 padding: 100px 0 50px 0;
}

.programm-right {
	width:45%;
}

.programm-right a {
	padding:10px 10px;
	font-size:13px;
}
	
.programm-boxen .box > div {
    display: block;
    vertical-align: unset;
    padding: 25px;
    width: 100%;
    position: relative;
    top: unset;
    right: 0;
    align-items: unset;
    justify-content: unset;
}
	
	.programm-boxen .box img,
	.programm-boxen .box:nth-of-type(2n) img {
    	margin: 0;
    	width: 100%;
		float: none;
}
	
	.programm-boxen .box:nth-of-type(2n) > div {
    padding: 25px;
    float: none;
    left: unset;
}
	
	
	
	.programm-boxen .box .inner {
    width: auto;
}
	
	.leistung img {
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}
	
	.leistung .leist-text {
    	width: 100% !important;
	}
	
	.leistung {
    padding: 0 0 25px !important;
	}
	
	.leistung .leist-text.mitte > div {
		display: block !important;
		width: 100% !important;
		position: relative !important;
		padding: 0 !important;
		height: auto !important;
	}

#bottom > div > div {
	width:45%;
}

.leistungsfilter ul li a {
	font-size:14px;
	padding:10px 7px;
}

.kontakt-spezial.fitness-ausdauer {
	background:#f5f5f5!important;
}

.kontakt-spezial .contacty {
	width:100%;
	margin:0;
}

.center-text img {
	width:30%;
}

.team {
	width:45%;
	margin:0 4% 4% 0;
	height:auto;
	background:#e60004;
}

.team img {
	float:left;
	width:45%;
	height:auto;
	margin:0 10px 0 0;
}

.team span {
	opacity:1;
	position:relative;
	float:left;
	width:52%;
	height:auto;
	text-align:left;
}

.team span strong {
	font-size:16px;
}

.team span {
	font-size:14px;
	padding:20px 0 0
}


header #navi > li > ul {
	margin:7px 0 0 -60px;

}


header.small #navi > li > ul {
	margin:12px 0 0 -60px;
}

.video-start a span {
	font-size: 14px;
	bottom: 10px;
}

.navi-programme {
	margin:-6px 0 0 0;
}

.jobs ul {
	width:100%;
}

.testi-button {
	width:100%!important;
}

.infobox {
	padding: 25px 0;
}

.videobox,
.zufriedenheit {
	float: none;
	width: 100%;
}

.videobox {
	margin: 0 0 25px;
}

.zufriedenheit a span {
	font-size: 16px;
}

}

@media only screen and (max-width:900px) {
.toggle-content.active {
	padding-top: 315px;
}
}
@media only screen and (max-width:800px) {
.toggle-content.active {
	padding-top: 285px;
}
}


@media only screen and (max-width:720px) {
figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,-150px,0);
}

.toggle-content.active {
	padding-top: 515px;
}
	
	.programm {
 padding: 100px 0 0 0;
}
	
	.programm-boxen .box a, .button-tool {
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}
	

.erfolg-grid,
.erfolg-grid:nth-of-type(2n-1),
.erfolg-grid:nth-of-type(4n-1),
.erfolg-grid:nth-of-type(3n-1),
.erfolg-grid:nth-of-type(8n-1),
.erfolg-grid:nth-of-type(11n-1),
.erfolg-grid:nth-of-type(12n-1),
.erfolg-grid:nth-of-type(15n-1),
.erfolg-grid:nth-of-type(18n-1),
.erfolg-grid:nth-of-type(14n-1),
.erfolg-grid:nth-of-type(16n-1),
.erfolg-grid:nth-of-type(19n-1),
.erfolg-grid:nth-of-type(24n-1),
.erfolg-grid:nth-of-type(30n-1),
.erfolg-grid:nth-of-type(35n-1),
.erfolg-grid:nth-of-type(28n-1),
.erfolg-grid:nth-of-type(39n-1),
.erfolg-grid:nth-of-type(42n-1),
.erfolg-grid:nth-of-type(46n-1),
.erfolg-grid:nth-of-type(40n-1),
.erfolg-grid:nth-of-type(51n-1) {
	margin: 0 0 50px 0 !important;
	width: 100%;
}
.grid .clear {
	clear: none;
}
	
.kursbeschreibung div {
    width: 100% !important;
    float: none !important;
}
	
	.kursbeschreibung div:nth-of-type(2n) {
    float: none !important;
}

.empfehlung {
	display: none;
}

h2 {
	font:400 40px/45px "Raleway",Arial,Helvetica,sans-serif
}

.partner .part {
	width:100%;
}


#topfix {
	display:none;
}

h2 {
	font-size:25px;
	line-height:30px;
}

header, header.small {
	height:65px;
	top:0;
	display:block;

	position:absolute;
}

#mobile-nav {
	display:block;
	position:absolute;
}

.logo a, header.small .logo a {
	width:135px;
	height:45px;
}

header.small .logo {
	margin:10px 0 0;
}

.video-start a span {
	font-size: 14px;
	bottom: 0px;
	text-align: center;
	line-height: 25px;
}

#topnavi {
	display:none;
}

#navi {
	display:none;
	background:#f5f5f5;
	width:110%;
	text-align:center;
	margin: 10px -5% 0 0;

}

.navi-programme {
	display:none!important;
}

	.app-phone img {
		width: 140% !important;
	}

#navi li {
	display:block;
}

#navi li a {
	display:block;
	font-size:14px;
}

#navi li:hover ul {
	display:block;
}

header.small #navi li a {
    font-size: 14px;
    padding: 10px 10px 5px;
}

#navi > li:last-of-type > a {
	padding: 10px 10px 5px;
}

#navi > li > ul {
	display:none;
	position:relative;
	width:100%;
	box-shadow:none;
}

#slider {
	margin:65px 0 0 0;
}

#slider div p {
	overflow:hidden;
}

#slider div p img {
	width:160%;
	margin:0 0 0 -30%;
}


.subnavi.fixed {
	position:relative;
	top:0;
}

#subnavi li {
	display:block;
}

#subnavi li a {
	display:block;
}

#slider div p:first-of-type {
	padding:10px;
	width:170px;
	margin:20% 0 0 5%;}

#slider div p strong {
	}

#slider div p strong span {
	font-size:20px;
	line-height:25px;
}

#slider div p > span span {
	display:none;
}

#slider div p > a:not(.nostyle) {
	display:none;

}

.slider-ctrl {
	display:none;
}

#icons {
	display:none;
}

.start-text {
	padding:10px 0;
}

.start-text h1 {
	font-size:20px;
	line-height:25px;
	margin:0;
}

.start-text p {
	display:none;
}

.kontakt-spezial {
	width:100%;
	background:none!important;
}

.kontakt-spezial .contacty {
	width:100%;
	margin:0;
}

.kontakt-spezial .contacty p {
	width:100%;
}

.kontakt-spezial .contacty h2 {
	font:600 20px/25px "Raleway", Arial, Helvetica, sans-serif;
}

.kontakt-spezial p span {
	font-size:14px;
	background:none!important;
	padding:0;
}

.contacty .con-left, .contacty .con-right {
	float:none;
	clear:both;
	width:100%;
	text-align:left;
}

.programm {
	padding:50px 0;
}

.programm #tabs > ul {
	width:100%;
	margin:0;
	position:relative;
}

.programm #tabs > ul li a {
	display:none;
}

.programm #tabs > ul li a.mobile-tabs {
	display:block;
}

.programm-right {
	display:none;
}

.programm h2 {
	font:400 20px/30px "Raleway", Arial, Helvetica, sans-serif;
	margin:0 0 30px;
}

.programm .big-headline {
	font-size:60px;
}

.leistungen {
	padding:50px 0;
}

.leistungen em {
	font-size:60px;
}

.leistungen h2 {
	font-size:20px;
}

.leistungen .spalte1 {
	width:60%;
	margin:0 1% 0 0;
}

.leistungen .spalte2 {
	width:39%;
	margin:0;
}

.leistungen .spalte3 {
	width:100%;
	}

.leistungen .spalte3 a  {
	width:30%;
	display:inline-block;

}

.probe-fixed {
	display:none;
}

.leistungen .spalte3 a img {
}

.logos ul li {
	width:46%;
}

#bottom > div > div {
	width:100%;
	margin:0 0 20px 0;
}

.footer p {
	width:100%;
	float:none;
	text-align:center;
}

.footer ul {
	float:none;
	width:100%;
	text-align:center;
}

.theme {
	margin:65px 0 0 0;
}

.programm-content h2 {
	font-size:25px;
}

.programm-content div {
	float:none;
	margin:50px 0 0 0;
}

.programm-content ul {
	margin:0 0 20px 0;
}

.programm-boxen .box img {
	width:100%;
	height:inherit;
	float:none;
	margin:0;
}

.programm-boxen .box:nth-of-type(2n) img {
	margin:0;
	width:100%;
	height:inherit;
}

.programm-boxen .box > div {
	width:100%;
}

.programm-boxen .box span:nth-of-type(1) {
	font-size:20px;
}

.center-text {
	margin:50px 0;
}

#kontakt {
}

#kontakt .kon-left, #kontakt .kon-right {
	float:none;
	width:100%;
}

#kontakt .kontakt-art {
	margin: 0 0 10px 0;
}

#kontakt input {
	font-size:12px;
}

#kontakt label {
	font-size:14px;
}

#kontakt .kontakt-art p {
	float:none;
	width:100%;
}

.termin {
	padding:50px 0;
}

.termin ul li a {
	margin:0;
}

.termin ul li:last-of-type {
	width:52%;
}

.testimonials p::before, .testimonials p::after {
	font-size:100px;
	line-height:20px;
	text-align:center;
}

.testimonials p {
	font-size:16px;
	line-height:22px;
}

.testimonials p strong {
	width:100%;
	text-align:center;
	padding:20px 0 0 0;
}

.testimonials p span {
	margin:0!important;
}

.testi-button {
	text-align:center!important;
	margin:50px 0 0 0!important;
}


.impressum, .datenschutz {
	margin:50px auto;
}

.imp-left, .imp-right {
	width:100%;
	float:none;
}

.imp-left {
	margin: 0 0 0 0;
}

.leistungen-mobile {
	display:block;
}

.leistungen {
	display:none;
}

.philosophie {
	padding:50px 0;
}

.philosophie p {
	float:none;
	width:100%;
	text-align:left;
}

.team {
	width:100%;
}


.team span {
	width:50%;
}

.testimonials {
	padding:50px 0;
	display:block;
}

.testimonials h2 {
	text-align:center;
}

.testimonials img {
	width:40%;
	margin:0 0 10px 30%;
}

.testimonials p span {
	margin:0px 0 25px 0px;
}


.testimonials em {
	display:block;
	float:none;
	width:100%;
	margin:0;
}

.testimonials p {
	float:none;
	width:100%;
}

.betreuung-text {
	margin:50px 0!important;
}

.betreuung-text ul {
	margin:0;
}

#tabs-kurs {
	display:block;
}

#tabs- {
	display:none;
}

.programm #tabs > ul li a img {
	opacity:1;
}

.leistungen-mobile a span {
	margin:9% 0 0 0;
}

.leistungen-mobile a:nth-of-type(5) span {
	margin:6% 0 0 0;
}

.betreuung-plan {
	padding:50px 0;
}

.betreuung-plan ol li {
	font-size:16px;
	line-height:25px;
	margin-bottom:50px;

}

.betreuung-plan ol li span {
	font-size:20px;
}

.betreuung-plan ol li:before {
	font-size:100px;
	top:-20px;
}

.rehatext {
	margin:50px auto 0;
}

.reha-plan {
	padding:50px 0;
}

.reha-plan h3 {
	font:400 22px/30px "Raleway",Arial,Helvetica,sans-serif;
}

.reha-anmeldung {
	padding:20px 6%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.reha-anmeldung p a {
	color:#fff!important;
}

.team-container h2 {
	padding:50px 0 20px;
}

.parallax-window {
	padding:50px 0 0 0;

}

.mobile-fixed {
	display:block;
}

.kontakt-content {
	margin:50px auto 0;
}

.kontakt-content div {
	width:100%;
}

.kontakt-content img {
	width:100%;
}
.map-overlay {
	width:100%;
}

#map iframe {
	width:100%;
	height:400px;
}

.map p {
	margin:0;
	position:absolute;
	width:92%;
}

.map-active, .map-deactive {
	margin:355px 0 0 0;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.balken {
	display:none;
}

	.app > div > div {
    width: 100% !important;
    margin: 0 !important;
    float: none;
}
	
	.app-phone {
    display: none;
}
	
	.app > div > div > ul {
    margin: 0;
}
	
	.app > div > div > ul li:nth-of-type(1) a, .app > div > div > ul li:nth-of-type(2) a {
    background-size: contain !important;
}
	
	.calltoaction {
    text-align: center;
}
	.calltoaction span {
    display: block;
    text-align: center;
}
	
	.calltoaction .button {
    float: none !important;
    display: block;
    text-align: center;
    margin: 20px 0 0 !important;
}
	
	.calltoaction .button {
    text-align: center;
}
	
	.leistung:first-of-type {
		padding: 50px 0 0 !important;
	}
	
	.leistung {
    margin-bottom: 30px;
		padding: 0 !important;
}
	
	.leistung img {
    width: 100%;
    margin: 0 0 20px;
}
	
	.leistung .leist-text {
		width: 100% !important;
		display: inline-block;
		padding: 25px 0 0;
}

	.jobs ul {
    list-style: none;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 1px;
    width: 100%;
    margin: 0 auto 30px;
}
	
	
	

}

@media only screen and (max-width:600px) {
.toggle-content.active {
	padding-top: 425px;
}
figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,-140px,0);
}

}
@media only screen and (max-width:500px) {
.toggle-content.active {
	padding-top: 355px;
}
figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,-70px,0);
}
}
@media only screen and (max-width:400px) {
.toggle-content.active {
	padding-top: 285px;
}
}
@media only screen and (max-width:300px) {
.toggle-content.active {
	padding-top: 215px;
}
}

.grey {
    background: #f5f5f5;
}

.app {
    padding: 50px 0;
}

.app > div > div {
    width: 35%;
    margin: 0 5% 0 0;
    float: left;
}

.app-phone {
    width: 20%;
    float: left;
}

.app > div > div:nth-of-type(2) {
    margin: 0 0 0 5%;
}

.app > div > div > ul {
    padding: 100px 0 0;
}

.app > div > div > ul li {
    display: block;
    float: left;
    width: 100%;
}

.app > div > div > ul li:nth-of-type(1) a {
    background: url(/design/normal/images/app-home.png) no-repeat left center;
    background-size: contain;
}

.app > div > div > ul li:nth-of-type(2) a {
    background: url(/design/normal/images/app-plan.png) no-repeat left center;
    background-size: contain;
}

.app > div > div > ul li:nth-of-type(3) a {
    background: url(/design/normal/images/app-news.png) no-repeat left center;
    background-size: contain;
}

.app > div > div > ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 30px 0 30px 90px;
}

.leistung {
    padding: 60px 0;
    width: 100%;
    background: none !important;
	display: block;
	position: relative;
}

.leistung img {
    float: left;
    margin: 0 50px 0 0;
	width: 47%;
	height: auto;
}

.leistung .leist-text {
    width: 48%;
    display: inline-block;
}

.leistung .leist-text.mitte {
    width: 48%;
    display: inline-block;
	/*height: 100%;*/
}

.leistung .leist-text.mitte > div {
	display: flex;
	vertical-align: middle;
	padding: 0 0 0 60px;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	align-items: center;
	justify-content: left;
}

.leistung .leist-text.mitte div > div {
	display: block;
	width: 53%;
}

.leistung h2 {
    margin: 0;
    display: inline-block;
    font-size: 25px;
}

.leistung em {
    display: block;
    color: #9fcd39;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 18px;
    font-style: normal;
}

.leistung hr {
	margin: 80px 0;
}

.leist-button {
    margin: 60px 0 0;
}

.calltoaction {
    background: #e1b400;
    color: #fff;
    padding: 30px 0;
}

.calltoaction span {
    font: 300 25px/25px Raleway, Arial, Helvetica, sans-serif;
}

.calltoaction .button {
    color: #fff;
    border: 1px solid #fff;
    float: right;
    margin: -9px 0 0;
}

.calltoaction .button span {
    font: 300 16px/25px Raleway, Arial, Helvetica, sans-serif;
}

.calltoaction .button::before {
    background: rgba(0,0,0,0.2);
}

.button::before {
    display: block;
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    background: #fff;
    margin: -10px -20px 0;
    margin: 40px -20px 0;
    z-index: 1;
    transition: all 250ms;
}

.hansefit {
	box-sizing: border-box;
	padding: 80px 0;
}

.hansefit h2 {
	text-align: center;
}

.hansefit ul {
    list-style: none;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    width: 1000px;
    margin: 0 auto 30px;
}

.hansefit ul li {
    line-height: 25px;
}
.hansefit ul li {
    padding: 10px 0 10px 25px;
    background: url(/design/normal/images/li-image.png) no-repeat left center;
    line-height: 2em;
    display: block;
    text-align: left;
}

.acco-area {
    padding: 40px 0;
}

.mw-650 {
    width: 100%;
    margin: auto;
}

.detailbox {
    margin: 0 0 20px;
}

.detailbox.active .head {
    border-bottom: 1px dashed #ccc;
}

.detailbox .head {
    display: block;
    background: #f4f4f4;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    color: #484848;
    margin: 0;
    font-size: 16px;
	text-align: left;
}

.head {
    text-align: left;
    padding: 10px;
    border: 0;
    background: #6ab8b9;
    font: 14px/20px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #ccc;
    margin: 10px 5px;
}

.detailbox .head p {
    margin: 0;
}

.detailbox.active .head::after {
    content: "\f056";
}

.detailbox .head::after {
    font-family: fontawesome;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #e60004;
}

.detailbox .details {
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.kursbeschreibung {
	margin:50px auto;
}


.kursbeschreibung div {
	width:49%;
	float:left;
	background:#f5f5f5;
	padding:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0 0 20px 0;
}

.kursbeschreibung div:nth-of-type(2n) {
	float:right;
}

/* CSS Kursplan */

.grid_1 {display: inline;float: left;position:relative;width: 14%;font-size:12px;line-height:18px;}
#tabs2 {background:url(/_media/images/content/source/kursplan.jpg) no-repeat;border:none;background-size:150% auto;padding:35px 0;}
#tabs2 .ui-widget-header {background:none;border:none;}
#tabs ul .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, #tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:none!important;margin:0!important;padding:0!important;border:none!important;}
#tabs2 ul {display:none;}
#tabs2 ul li{display:block;width:32%;float:left;margin:0 0 50px 0;}
#tabs2 ul li:nth-of-type(2){margin:0 2% 50px!important;}
#tabs2 ul li a {font:30px/34px "NexaBold",Arial,Helvetica,sans-serif;background:rgba(255,255,255,0.2)!important;text-align:center;cursor:pointer;display:block;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}
.ui-tabs .ui-tabs-panel {padding:0!important;}
.end {margin-right: 0px;}
.day {border:0;}
.head {
text-align:center;
padding:10px;
border:0;
background:#e60004;
font:14px/20px Arial, Helvetica, sans-serif;
color:#fff;
margin:10px 5px;
}
#tabs-243559 {
	margin-top: 80px;
}
.head.currentday {
	background:#006db3;
}
.hour {
color:#666;
padding:5px;
margin:10px 5px;
border:0;
background:#f5f5f5;
height:74px;
}

.hour .clear {
line-height:0;
}

.hour p {
margin:0;
}

.hour em {
display:block;
font:10px/18px Arial, Helvetica, sans-serif;
}

.hour strong {
display:block;
font:bold 16px/25px "Raleway",Arial,Helvetica,sans-serif;

}

.hour i {
display:block;
font:12px/20px Arial, Helvetica, sans-serif;
color:#aaa;
}




a .hour:hover i {
color:#fff;
}



.yellow i, .yellow:hover i {
color:#fff;
}








.tip {
text-decoration:none!important;
}


.hour .tool {
position:absolute;
display:none;
width:300px;
background:#fafafa;
font:16px/25px "Raleway",Arial,Helvetica,sans-serif;
border:1px solid #aaa;
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
padding:10px;
margin:-100px 0 0 140px;
z-index:1000;
color:#333!important;
}

.toolleft.tool {
margin:-100px 0 0 -330px;
}

a .hour:hover .tool {
display:block;
}

.hour .tool hr {
margin:10px 0 10px 0;
display:block;
clear:both;
border-top:2px solid #aaa;
}

.hour.istnicht .tool {
display:none;
}

.hour img {
}

.kinder {
background-image: url(../images/common/kinder.jpg);
background-repeat: no-repeat;
background-position: 3px 47px;
}



/* tabs tabelle kursplan */

.kursplan {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.kursplan .day {
width:92px;
float:left;
}

.kursplan .day p {
width:82px;
padding:5px;
height:60px;
margin:0;
font:12px/20px Arial, Helvetica, sans-serif;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.kursplan .day p span {
display:block;
font:10px/15px Arial, Helvetica, sans-serif;
color:#295fcc;
}

.kursplan .day p strong {
display:block;
font:bold 11px/15px Arial, Helvetica, sans-serif;
color:#333;
text-shadow:1px 1px 1px #fff;
}

.kursplan .day p:hover, .kursplan .day p:hover span, .kursplan .day p:hover strong {
color:#fff;
background:#295fcc;
text-shadow:none;
}

.kursplan-day {
width:100%;
}

.kursplan-day th, .kursplan-day td {
border:1px solid #ccc;
padding:5px;
}

.kursplan-day th {
border:1px solid #666;
border-bottom:0;
background:#999;
color:#fff;
}

.kursplan-day td:nth-of-type(1) {
font:10px/20px Arial, Helvetica, sans-serif;
color:#666;
}

.kursplan-day td:nth-of-type(2) {
font-weight:normal;
}

.kursplan-day tr:nth-of-type(2n-1) td {
/*background:#fcfcfc;*/
}

.kursplan-day tr:hover td {
border:1px solid #aaa;
border-bottom:0;
background:#6bb8f2;
}

.kursplan-day th:nth-of-type(1) {
min-width:80px;
}

.kursplan-day th:nth-of-type(2) {
width:200px;
}

.kursplan-day th:nth-of-type(3) {
width:120px;
}

.kursplan-day th:nth-of-type(4) {
width:100px;
}

#tabs-kurs {
min-height:340px;
padding:0;
border:0;
}

#tabs-kurs .ui-tabs-panel {
padding:0;
}

#tabs-kurs ul {
margin:0;
list-style:none;
width:100%;
display:block;
padding:0;
border:0;
line-height:0;
margin-bottom:10px;
text-align:center;
}

#tabs-kurs ul li {
display:inline-block;
width:14.28%;
border:0!important;
padding:0!important;
margin:0;
line-height:0;
}

#tabs-kurs ul li a {
text-align:center;
display:block;
width:100%;
padding:15px 0;
margin:0!important;
background:#666;
color:#fff;
line-height:12px;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #fff;
}

#tabs-kurs ul li a:hover {
background:#555;
box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
}

#tabs-kurs ul li.ui-state-active a {
background:#6bb8f2;
box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
}

.legend {
display:none;
font:12px/20px Arial, Helvetica, sans-serif;
}

.legend span {
width:30px;
display:inline-block;
color:#333;
font-weight:bold;
}

.kursplan-day td{
vertical-align:middle;
}

reha-anmeldung {
	width:100%;
}

.jobs ul li {
	line-height:25px;
}

#probeform {
	margin:50px 0;
}

.kon-news p {
	width:80%;
}

.kon-news .checkbox {
	height:42px;
	padding:12px 20px !important;
	width:42px!important;
}

.kurse.partner, .kurse-ausdauer, kurse-koordination {
	}


.kurse-partner {
	background:#fffacc;
	border-right:10px solid #fff899;
}

.kurse-ausdauer {
	background:#f0cccc;
	border-right:10px solid #f49ba1;
}

.kurse-koordination {
	background:#cce1f0;
	border-right:10px solid #99c3e1;
}

.kurse-gesundheit {
	background:#eaf3d2;
	border-right:10px solid #d5e6a5;
}

.kurse-partner:hover, .kurse-partner.yellow {
	background:#fff899;
	border-right:10px solid #fff899;
}

.kurse-kinder {
	background:#e2bfdc;
	border-right:10px solid #d5a4cd;
	display:none;
}



.kurse-ausdauer:hover, .kurse-ausdauer.yellow {
	background:#f49ba1;
	border-right:10px solid #f49ba1;
}

.kurse-koordination:hover, .kurse-koordination.yellow {
	background:#99c3e1;
	border-right:10px solid #99c3e1;
}

.kurse-gesundheit:hover, .kurse-gesundheit.yellow {
	background:#d5e6a5;
	border-right:10px solid #d5e6a5;
}




#legend {
	list-style:none;
	margin:20px 0 0 0;
	display:inline-block;
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
	text-align:center;
	width:100%;
}

#legend li {
	display:inline-block;
	margin:0 20px 0 0;
}

#legend li em {
	width:20px;
	height:20px;
	display:inline-block;
	margin:0 10px 0 0;
}

#legend li:nth-of-type(1) em {
	background:#d5a4cd;
}

#legend li:nth-of-type(2) em {
	background:#f49ba1;
}

#legend li:nth-of-type(3) em {
	background:#d5e6a5;
}

#legend li:nth-of-type(4) em {
	background:#99c3e1;
}

#legend li:nth-of-type(5) em {
	background:#fff899;
}

.hour strong {
	line-height:18px;
}

.hour.kurse-kinder strong {
	font-size:14px!important;
}


}





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


	
.grid_1{
width:14.2857%;
}

.kursplan-slide{
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0 0 0 20px;
}

#tabs-23, .kurs-slide{
width:100%!important;
}

#tabs-23{
padding:0;
}









}



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

.hour strong {
	font:bold 10px/15px 'Raleway', Arial, Helvetica, sans-serif;
	line-height:15px;
}

.hour em {
	line-height:14px;
}

.hour.kurse-kinder strong {
	font-size:10px!important;
}
	 
.app > div > div > ul {
    padding: 0;
}

.app > div > div > ul li:nth-of-type(1) a, .app > div > div > ul li:nth-of-type(2) a {
    background-size: 45%;
}
	
.hansefit ul {
    width: 100%;
}


}



@media only screen and (max-width:720px){
.kursplan-slide{
display:none;
}

#tabs-kurs{
display:block;
}

/* tabs tabelle kursplan */

.kursplan {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.kursplan .day {
width:92px;
float:left;
}

.kursplan .day p {
width:82px;
padding:5px;
height:60px;
margin:0;
font:12px/20px Arial, Helvetica, sans-serif;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.kursplan .day p span {
display:block;
font:10px/15px Arial, Helvetica, sans-serif;
color:#295fcc;
}

.kursplan .day p strong {
display:block;
font:bold 11px/15px Arial, Helvetica, sans-serif;
color:#333;
text-shadow:1px 1px 1px #fff;
}

.kursplan .day p:hover, .kursplan .day p:hover span, .kursplan .day p:hover strong {
color:#fff;
background:#295fcc;
text-shadow:none;
}

	#legend {
		display: none !important;
	}
	
.kursplan-day {
width:100%;
}

.kursplan-day th, .kursplan-day td {
border:1px solid #ccc;
padding:5px;
}

.kursplan-day th {
border:1px solid #666;
border-bottom:0;
background:#999;
color:#fff;
}

.kursplan-day td:nth-of-type(1) {
font:10px/20px Arial, Helvetica, sans-serif;
color:#666;
width:30%;
}

.kursplan-day td:nth-of-type(2) {
font-weight:normal;
}

.kursplan-day tr:nth-of-type(2n-1) td {
/* background:#fcfcfc; */
}

.kursplan-day tr:hover td {
border:1px solid #aaa;
border-bottom:0;
background:#e60004;
color:#fff;
}

.kursplan-day th:nth-of-type(1) {
min-width:80px;
}

.kursplan-day th:nth-of-type(2) {
width:200px;
}

.kursplan-day th:nth-of-type(3) {
width:120px;
}

.kursplan-day th:nth-of-type(4) {
width:100px;
}

#tabs-kurs {
min-height:340px;
padding:0;
border:0;
margin-top:20px;
}

#tabs-kurs .ui-tabs-panel {
padding:0;
}

#tabs-kurs ul {
margin:0;
list-style:none;
width:100%;
display:block;
padding:0;
border:0;
line-height:0;
margin-bottom:10px;
text-align:center;
}

#tabs-kurs ul li {
display:inline-block;
width:14.28%;
border:0!important;
padding:0!important;
margin:0;
line-height:0;
}

#tabs-kurs ul li a {
text-align:center;
display:block;
width:100%;
padding:15px 0;
margin:0!important;
background:#666;
color:#fff;
line-height:12px;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #fff;
text-decoration:none;
}

#tabs-kurs ul li a:hover {
background:#555;
box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
}

#tabs-kurs ul li.ui-state-active a {
background:#004061;
box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
}

.legend {
display:none;
font:12px/20px Arial, Helvetica, sans-serif;
}

.legend span {
width:30px;
display:inline-block;
color:#333;
font-weight:bold;
}

.kursplan-day td{
vertical-align:middle;
}

.kursplan-day tr td:nth-of-type(2){
padding-right:20px;
}

#kurstabs-1, #kurstabs-2,#kurstabs-3,#kurstabs-4,#kurstabs-5,#kurstabs-6,#kurstabs-0{
display:none;
}

#tabs-kurs div.active{
display:block!important;
}

#tabs-kurs ul li a.active{
background:#e60004;
}

.betreuung-plan ol li {
	width:100%;
	margin-bottom: 50pxpx;
}

.betreuung-plan ol li:nth-of-type(2n) {
	float:none;
	margin-top:0px;
}

.rehatext ul {
	width:100%;
}

.reha-anmeldung p {
	font-size:20px;
}

.reha-zeiten table {
	width:100%!important;
}

.reha-left, .reha-right {
	float:none;
	width:100%;
}

.reha-plan ul {
	width:100%;
}

.oeffnungszeiten {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px;

}

.oeffnungszeiten table tr td {
	font-size:14px;
}

.hansefit {
	margin:0px 0 0 0;
	padding: 0 10px;
}

.hansefit ul {
	list-style:none;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 1px;
	width:100%;
	margin:0 auto 30px 10px;
}

.leistungsfilter.fixed {
	position:relative;
	top:0;
}

.leist .cycle-slide {
	display:none!important;
}

.leist h2, .leist p {
	float:none;
	width:100%;
}

.leist-button a {
	padding:5px 10px;
	float:left;
	margin: 0 10px 0 0;
}

.leist-button a span {
	font-size:12px;
}

.prob-left, .prob-right {
	float:none;
	width:100%;
	margin:0;
}

#probeform .interesse .checkbox {
	width:100%;
}

#probeform .checkbox, #probeform .radio {
	width:48%;
	margin:0 2% 0 0;
}

#probeform .checkbox:nth-of-type(2), #probeform .radio:nth-of-type(2) {
	margin:0;
}

header.small #navi > li > ul, header #navi > li > ul {
	margin:0;
	}

.navi-leistungen {
	display:none!important
}

#np-fix {
	display:none!important;}

#back-top {
	display:none!important;
}

.mobile-fixed {
	display:block;
}

#legend li {
	display:block!important;
	width:100%!important;
	margin:0 0 10px 0!important;
}

}

@page { margin: 0 }
@media print, embossed {
header, .widgets, footer, .parallax, .boxen, .clubslider, .right, .theme, .kursplan-btns, nav, .top, .theme, .clubslider, .bottom, .small{
display:none!important;
}
.kursplanwrapper {margin: 1cm;}
.clubselector	{display:none;}
.tageszeit h5 {display:none;}
.abends .head {	display:none;}
.hour { padding: 3px; border:1pt solid #ccc; }
.head{border:1pt solid #484848;}
.hour em{font-size:11pt;}
.hour strong{font-size:10pt;}
.hour p span{font-size:11pt;}
.grid_1{width:130px;}
.hour{height:95px;}
.content{textalign:center;}
h1{padding:0;}
h2{padding:0; margin:0;}
.kurs-slide{height:auto;}
}

@media print and (orientation: landscape) {
/* landscape styles */
.kursplanwrapper {margin: 0.1cm;}
.grid_1{width:135px;}
.hour{height:50px;}
.hour em{font-size:8pt;line-height: 16pt;margin-bottom:2px;}
.hour strong{font-size:10pt;line-height: 14pt;}
.hour p span{font-size:8pt;line-height: 14pt;}

}

@media print and (orientation: portrait) {
/* portrait styles */
}

.abends .head {	display:none;}
.tageszeit h5 {display:none;}

#tabs2 ul li.ui-state-active a{
background:#EC6707!important;
}




/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}