@charset "utf-8";
/* #870B35 */

html, body {
	height: 100%;
	margin: 0;
	color: #333;
}

body {
	overflow-x:hidden;
	font-family: 'Poppins', sans-serif !important;
}

p {
	font-family: 'Poppins', sans-serif;
}

header {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.job-note {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	font-weight: 900;
	padding: 20px;
	padding-left: 45px;
	border-bottom-left-radius: 80px;
	border-left: solid 5px #FFF;
	border-bottom: solid 5px #FFF;
	font-size: 22px;
}

.job-note:hover {
	background-color: #FFF;
	color: #870B35;
	cursor: pointer;
}

.header-anim-logo {
	width: 700px;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	/*animation-name: anim-logo;
	animation-delay: 2s;
    animation-duration: 3s;
	animation-iteration-count: 1;
	*/
}

@keyframes anim-logo {
    100% {
		top: 50px;
		left: 150px;
		width: 350px;
		}
}

.header-anim-logo h1 {
	color: #FFF;
	position: absolute;
	z-index: 2;
	top: 250px;
	left: 200px;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 60px;
	font-size: 40px;
}

.header-anim-logo h1 span {
	float: left;
	margin-left: 25px;
}

.header-anim-logo p {
	color: #FFF;
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 230px;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 60px;
	font-size: 30px;
	opacity: 0.8;
	font-weight: 200;
	animation-name: headerp;
    animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	cursor: pointer;
}

.header-anim-logo p:hover {
	font-weight: 400;
}

@keyframes headerp {
    0%   {top: 500px;}
    50%  {top: 525px;}
    100% {top: 500px;}
}

.header-anim-logo img {
	float: left;
	width: 100%;
	height: auto;
	z-index: 1;
}

.header-img, .header-img2, .header-img-page {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../../../images/header/header1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: hoverlay;
    animation-duration: 40s;
	animation-iteration-count: infinte;
	animation-timing-function: linear;
}

.header-img2 {
	z-index: 1;	
	background-image: url(../../../images/header/header2.jpg);
}

.header-img-page {
	height: 80%;
	top: 20%;
}

.header-overlay {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0.7;
	background-color: rgba(135,11,53,1);
}

.header-overlay-page {
	height: 80%;
	top: 20%;
}

@keyframes hoverlay {
    0%   {
		-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);}
    50%  {
		-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);}
	100%   {
		-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);}
}

.content {
	float: left;
	width: 100%;
	height: auto;	
	top: 100%;
	position: absolute;
	z-index: 4;
}

.introduction {
	float: left;
	width: 100%;
	height: auto;
	padding: 80px;
	background-color: #FFF;	
	background-image:url(../../../images/introduction-bright.jpg);
	background-size: 40% auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.introduction h5 {
	font-size: 50px;
	color: #C9C9C9;
	margin-bottom: 50px;
	font-weight: 700;
}

.introduction p {
	margin-left: 50px;
	line-height: 36px;
	font-size: 18px;
}

.introduction h2 {
	margin-top: 100px;
	margin-left: 80px;
	font-weight: 200;
}

.introduction a {
	margin-right: 25px;
	color: #959595;
}

.introduction a:hover {
	text-decoration: none;
	color: #870B35;
}


.introduction a i {
	color: #870B35;
	margin-right: 5px;
}

.praxis {
	float: left;
	width: 100%;
	height: auto;
	background-color: #670023;
	color: #FFF;
	padding: 130px;	
}

.praxis h2 {
	font-size: 50px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	font-weight: 200;
}

.praxis p {
	margin-left: 80px;
	font-size: 20px;
	font-weight: 300px;
	line-height: 40px;
	margin-bottom:0;
}

.praxis-box {
	float: left;
	width: 100%;
	height: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#670023+50,670023+100&0+0,1+74,1+100,1+100 */
	background: -moz-linear-gradient(-45deg, rgba(103,0,35,0) 0%, rgba(103,0,35,0.68) 50%, rgba(103,0,35,1) 74%, rgba(103,0,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00670023', endColorstr='#670023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.carousel-item {
	width: 100%;
	height: auto;
	background-size: cover;	
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
	transition-duration: 1.5s !important;
}


.carousel-item .img-content {
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#670023+50,670023+100&0+0,1+74,1+100,1+100 */
	background: -moz-linear-gradient(-45deg, rgba(103,0,35,0) 0%, rgba(103,0,35,0.68) 50%, rgba(103,0,35,1) 74%, rgba(103,0,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00670023', endColorstr='#670023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	color: #FFF;
	opacity: 0.8;
}

.carousel-item .img-content h3 {
	float: right;
	width: 30%;	
	position: absolute;
	bottom: 100px;
	right: 80px;
	font-size: 30px;
	font-weight: 300;
}

.carousel-item .img-content p {
	float: right;
	width: 30%;	
	position: absolute;
	bottom: 200px;
	right: 80px;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;	
}

.carousel-control-prev, .carousel-control-next {
	font-size: 44px;
}

.start-therapy {
	float: left;
	width: 100%;
	height: auto;
	background-image: url(../../../images/therapie-start/wellness.jpg);
	background-size: cover;
	position: relative;
}

.start-therapy img {
	position: absolute;
	top: 300px;
	right: 50px;
	width: 400px;
	height: auto;
	z-index: 5;
	opacity: 0.3;
}

.start-therapy-content {
	float: right;
	width: 75%;
	clear: both;
	height: auto;
	padding: 50px;
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420016+1,420016+100&0+50,1+51,1+100 */
	background: -moz-linear-gradient(-80deg, rgba(66,0,22,0) 0%, rgba(66,0,22,0) 50%, rgba(66,0,22,1) 50%, rgba(66,0,22,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-80deg, rgba(66,0,22,0) 0%,rgba(66,0,22,0) 50%,rgba(66,0,22,1) 50%,rgba(66,0,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(100deg, rgba(66,0,22,0) 0%,rgba(66,0,22,0) 50%,rgba(66,0,22,1) 50%,rgba(66,0,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00420016', endColorstr='#420016',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-top: 5px;
	margin-bottom: 5px;
}

.start-therapy-content:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420016+1,420016+100&0+50,1+51,1+100 */
	background: -moz-linear-gradient(-80deg, rgba(103,0,35,0) 0%, rgba(103,0,35,0) 50%, rgba(103,0,35,1) 50%, rgba(103,0,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-80deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0) 50%,rgba(103,0,35,1) 50%,rgba(103,0,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(100deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0) 50%,rgba(103,0,35,1) 50%,rgba(103,0,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00670023', endColorstr='#670023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-top: 5px;
	margin-bottom: 5px;
}

.start-thearpy-content-section {
	float: right;
	width: 45%;
}

.start-thearpy-content-section h2 {
	text-align: right;
	font-weight: 200;
	margin-bottom: 35px;
}

.start-thearpy-content-section p {
	text-align: right;
	line-height: 28px;
}

.start-thearpy-content-section a, .start-thearpy-content-section a:hover {
	color: #FFF;
}

.training-plan {
	background-image: url(../../../images/kursplan/kursplan.jpg);
	background-repeat: no-repeat;
	/*
	background-size: auto 100%;
	background-position: left;
	*/
	background-size: cover;
	background-size: 100% auto;
	background-position: right bottom;
}

.training-box-wrapper {
	float: right;
	clear: both;
	width: 100%;
	height: auto;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.training-box {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
}

.training-box:hover {
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(135,11,53,0.5);
	box-shadow: 5px 5px 10px 0 rgba(135,11,53,0.5);
}

.training-box-title {
	float: left;
	width: 100%;
	height: auto;	
	border-bottom: solid 2px #333;
}

.training-box-title h4 {
	float: left;	
}

.training-box-title span {
	float: right;	
}

.training-box .row {
	float: left;
	color: #870B35;
	padding-top: 10px;
	width: 100%;
}

.training-box .row span {
	float: left;
	color: #666;
	padding-top: 10px;
}

.news, .training-plan {
	float: left;
	width: 100%;
	height: auto;
	position: relative;	
	background-color: #FFF;
}

.training-plan-download {
	width: 100%;
	height: auto;
	position: static;
	float: left;
	padding: 25px;
}

.training-plan-download a {
	float: left;
	width: auto;
	line-height: 36px;
	font-size: 20px;
	color: #333;
	padding: 10px;
}

.training-plan-download a:hover {
	text-decoration: none;
	color: #870B35;
}

.training-plan-download a i {
	margin-right: 10px;
	color: #870B35;
}
.news h3, .training-plan h3 {
	float: left;
	width: 100%;
	height: auto;	
	font-size: 60px;
	color: #C9C9C9;
	font-weight: 700;
	position: static;
	text-align: center;
	margin-top: 15px;
}

.news-box {
	float: right;
	clear: both;
	width: 100%;
	height: auto;
	background-color: #BC406A;
	padding: 25px;
	border-bottom: solid 1px #FFF;
}

.news-box h4 {
	margin-bottom: 15px;
}

.news-box p {
	color: #FFF;
	margin: 0;
	line-height: 28px;
}

.news-box a {
	color: #FFF;
	letter-spacing: 0.05em;
	margin-left: 15px;
}

.news-box a:hover {
	color: #CCC;
	text-decoration: none;
}

footer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #870b35;
	position: relative;
	padding: 80px;
	/*
	padding-left: 15%;
	padding-right: 15%;
	*/
	padding-left: 2%;
	padding-right: 2%;
	color: #FFF;
	background-image: url(../../../images/footer-header.png);
	background-position: center 10px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.footer-info {
	float: left;
	width: 100%;
	height: auto;	
}

.footer-info-box {
	float: left;
	width: 25%;
}

.footer-info-box a, .footer-info-box a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer-info-box p {
	margin-left: 20px;	
	line-height: 28px;
	letter-spacing: 0.05em;
}

.footer-info-box h4 {
	margin-bottom: 25px;
	font-weight: 200;	
}

.footer-info-box p i {
	margin-right: 10px;	
}

footer img {
	float: left;
	width: 30%;
	height: auto;	
	margin-top: 150px;
}

footer .fcb-logo {
	font-size: 40px;
	margin-left: 20px;	
}

.footer-legal {
	position: absolute;
	width: 100%;
	height: auto;
	bottom:0;
	left: 0;
	background-color: #A3204C;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

.footer-legal p {
	margin: 0;
}

.footer-legal a {
	color: #FFF;
	line-height: 32px;
	margin-left: 15px;
	margin-right: 15px;
}

.footer-legal a:hover {
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

#footer-logo {
	position: absolute;
	bottom: 60px;
	right: 100px;
	width: 250px;
	height: auto;	
}

/* Scroll Top */

#scroll-top {
	background-color: #600;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index:999;
	display: none;
}

#scroll-top i {
	width: 100%;
	height: 100%;
	font-size: 24px;	
	text-align: center;
	line-height: 50px;
	color: #FFF;
}

/* Job-Box */

.job-box {
	float: left;
	width: 100%;
	height: auto;
	padding: 100px;
	background-color: #FFF;
	background-image: url(../../../images/job-gesucht-bright.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
}

.job-inner-box {
	float: left;
	width: 100%;
	height: auto;
	padding: 80px;	
	-webkit-box-shadow: 10px 10px 15px 0 #870B35;
	box-shadow: 10px 10px 15px 0 #870B35;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.job-inner-box:hover {
	padding-left: 100px;
	-webkit-box-shadow: 10px 10px 25px 0 #870B35;
	box-shadow: 10px 10px 25px 0 #870B35;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.job-inner-box h2 {
	font-weight: 700;
	margin-bottom: 35px;
}

.job-inner-box h3 {
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #870B35;
}

.job-inner-box p {
	letter-spacing: 0.05em;
	margin: 0;
	line-height: 28px;
}

/* Therapieangebote */

.therapy-topics {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420016+0,bc406a+100 */
	background: #420016; /* Old browsers */
	background: -moz-linear-gradient(45deg, #420016 0%, #bc406a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #420016 0%,#bc406a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #420016 0%,#bc406a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420016', endColorstr='#bc406a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-top: 5px;
	text-align: center;
	opacity: 0.9;
}

.therapy-topic {
	float: left;
	width: 16%;
	height: auto;
	background-size: cover;	
}

.therapy-topic h2 {
	display: inline-block;
	font-size: 30px;	
	color: #333;
	margin: 0;
	line-height: 80px;
	font-weight: 700;
}

.therapy-sections {
	float: left;
	width: 100%;
	height: auto;
	padding: 150px;
	padding-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #F3F3F3;
}

.therapy-section{
	float: left;
	width: 100%;
	height: 500px;	
	position: relative;
}

@media all and (max-width: 1300px) {
	.therapy-section{
		height: 600px;	
	}	
}

.therapy-section img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: auto;
	-webkit-box-shadow: 25px 25px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 25px 25px 30px 10px rgba(0,0,0,0.2);
	z-index: 2;
}
.therapy-section article {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: auto;
	padding: 60px;
	margin-top: 30px;
	background-color: #FFF;
	background-color: rgba(135,11,53,1.0);
	background-color: #A3204C;
	z-index: 1;
}
.therapy-section article h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
	color: #FFF;
}
.therapy-section article p {
	margin: 0;
	line-height: 36px;
	color: #999;
	color: rgba(255,255,255,0.7);
}

.therapy-section article a {
	color: #333;
	color: #FFF;
	margin-top: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.therapy-section article a:hover {
	color: #BC406A;
	text-decoration: none;
}

.therapy-section article a i {
	color: #BC406A;
	color: #FFF;
	margin-left: 5px;
}

.therapy-section-rev img  {
	left: 50%;
}

.therapy-section-rev article  {
	left: 0%;
}

.therapy-sonstiges {
	float: left;
	width: 100%;
	height: auto;
	color: #FFF;
	padding: 80px;
	padding: 120px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420016+0,bc406a+100 */
	background: #420016; /* Old browsers */
	background: -moz-linear-gradient(45deg, #420016 0%, #bc406a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #420016 0%,#bc406a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #420016 0%,#bc406a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420016', endColorstr='#bc406a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.therapy-sonstiges h3 {
	font-size: 44px;
	margin: 0;
	margin-bottom: 50px;
}

.therapy-sonstiges p {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	margin-left: 80px;
}

.therapy-gutschein {
	float: left;
	width: 100%;
	height: auto;
	padding: 150px;
	padding-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
}

.therapy-gutschein-box {
	float: left;
	width: 100%;
	height: 450px;	
	position: relative;
}
.therapy-gutschein-box h2 {
	position: absolute;
	top: 180px;
	left: 0;
	font-weight: 700;
	font-size: 50px;
}
.therapy-gutschein-box img {
 	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	-webkit-box-shadow: 5px 5px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 30px 10px rgba(0,0,0,0.2);
}
.therapy-gutschein-box p {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 70%;
	height: auto;
	padding: 30px;
	padding-left: 50px;
	color: #999;
	background-color: #FFF;
	margin: 0;
	line-height: 36px;
	-webkit-box-shadow: 5px 5px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 30px 10px rgba(0,0,0,0.2);
}

/* Therapieangebote-Seite, Person */

.therapy-page, .person-page, .legal-page {
	float: left;
	width: 100%;
	height: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#670023+50,670023+100&0+0,1+74,1+100,1+100 */
	background: -moz-linear-gradient(-45deg, rgba(103,0,35,0) 0%, rgba(103,0,35,0.68) 50%, rgba(103,0,35,1) 74%, rgba(103,0,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(103,0,35,0) 0%,rgba(103,0,35,0.68) 50%,rgba(103,0,35,1) 74%,rgba(103,0,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00670023', endColorstr='#670023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	top: 0;
	left: 0;
	padding: 150px;
	color: #FFF;
	border-top: solid 2px #333;
}

.therapy-page h2, .legal-page h2 {
	font-size: 50px;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	font-weight: 200;
	text-align: right;
}

.therapy-page-content, .person-page-content {
	float: right;
	width: 100%;
}

.person-page-content img {
	float: right;
	width: 50%;
	margin-bottom: 35px;
	margin-left: 25px;
}

.legal-page-content {
	float: left;
	width: 100%;
}

.therapy-page-content a, .legal-page-content a {
	color: #CCC;	
}

.therapy-page-content a:hover, .legal-page-content a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: 700;	
}

.therapy-page p, .person-page p, .legal-page p {
	line-height: 36px;
}

.therapy-page ul, .person-page ul, .legal-page ul {
	list-style-type: square;	
}

.therapy-page ul li, .person-page ul li, .legal-page ul li  {
	line-height: 30px;
	color: #F2F2F2;
}

.therapy-page h3, .legal-page h3 {
	margin: 25px;
}

.therapy-page-img {
	float: left;
	width: 100%;
	height: 100%;	
	background-size: cover;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
}

.therapy-page-link {
	float: left;
	color: #FFF;
	padding: 15px;
	border: solid 1px #FFF;
	border-radius: 4px;	
	text-align: center;
	margin-top: 50px;
	font-weight: 200;
}

.therapy-page-link:hover {
	text-decoration: none;
	color: #FFF;
}

/* Person */

.person-page h2 {
	font-size: 50px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: 200;
	text-align: right;
}

.person-page h3 {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	font-weight: 400;
	text-align: right;
}

.team {
	float: left; 
	width: 100%;
	height: auto;
	padding: 100px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;	
}

.team p {
	float: left;
	width: 100%;
	height: auto;
	font-size: 28px;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 30px;
}

.team-box {
	float: left; 
	width: 100%;
	height: auto;
}

.team-member-image {
	float: left;
	width: 420px;
	height: auto;	
	text-align: center;
	position: relative;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.5);
	margin-bottom: 25px;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
}

.team-member-image:hover h4 {
	background-color: rgba(255,255,255,1);
}

.team-member-image:hover {
	margin-right: 6%;
	margin-left: 2%;
}

.team-member-image img {
	width: 100%;
}

.team-member-image h4 {
	position: absolute;
	bottom: -10px;
	text-align: left;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-bottom: solid 5px #870B35;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	font-weight: 700;
}

.team-member-image h4 span {
	font-weight: 200;
	letter-spacing: 0.01em;
}

.team-member-image,.team-member-image:hover h4,.team-member-image h4,.team-member-image img,.team-member-image:hover,.job-note,.training-box,.training-box:hover,.footer-legal a,.footer-legal a:hover {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.team-image {
	text-align: center;
}

.team-image img {
	width: 60%;
	margin-bottom: 100px;
}