@charset "UTF-8";
/***!  /templates/physiotherapieschoenberner/css/structure1300.css  !***/

@media all and (max-width: 1300px) and (min-width: 901px) {

/* 
Colors
#363e3c
#92a68a 
#ded9c4
#d4dcd3
*/

html, body {
	height: 100%;
	margin: 0;
	color: #333;
	font-family: 'Montserrat', sans-serif !important;
}

body {
	overflow-x:hidden !important;	
}

p {
	font-family: 'Source Sans Pro', sans-serif;	
}

a, a:hover{
	color: #174101;
}

.header-overlay {
	display: none;
}

header {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92a68a+0,215f00+100 */
	/* background: rgb(146, 166, 138);
	background: -moz-linear-gradient(45deg, rgba(146, 166, 138,1) 0%, rgba(54, 62, 60,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%);
	background: linear-gradient(45deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a68a', endColorstr='#363e3c',GradientType=1 ); */
	z-index: 1;
	background-color: rgba(146, 166, 138,0.8);
}

.header-start a {
	background-color: #92a68a;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.header-start a:hover {
	background-color: #363e3c;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.title-box {
	color: #FFF;
	top: 50%;
	left: 10%;
	z-index: 5;
}

.title-box-title {
}

.title-box img, .title-box-page img {
	float: none;
	width: auto;
	height: 280px;
	/* margin-bottom: 50px; */
}

.title-box h2, .title-box-page h2 {
	font-size: 40px;
	font-weight: 300;
}

.title-box h1, .title-box-page h1 {
	font-size: 44px;
	margin-left: 25px;
	text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.title-box-page {
	color: #FFF;
	top: 50%;
	left: 0%;
	z-index: 5;
	width: 100%;
	padding: 50px;
}

.title-box-title-page {
	color: #FFF;
	top: 20%;
	left: 150%;
}

.main-content {
	float: left;
	width: 100%;
	height: auto;	
}

.welcome {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;	
	position: relative;
	padding: 120px;
}

.welcome img {
	width: auto;
	max-width: 320px;
}

.welcome span {
	display: inline-block;
	width: 100%;
	font-size: 60px;
	color: rgba(0,0,0,0.2);	
	position: absolute;
	left: 0;
	bottom: 30px;
}

.carousel-inner {
	overflow: visible !important;	
}

.praxis {
	float: left;
	width: 90%;
	height: auto;	
	min-height: 400px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	background-color: #92a68a;	
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
	margin-bottom: 100px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.praxis-box {
	width: 100%;
	height: auto;
	min-height: 400px;
	position: relative;
}

.praxis-box img {
	position: absolute;
	bottom: -100px;
	left: -100px;
	max-width: 50%;
	max-height: 100%;
	height: auto;
	min-height: 400px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
	
}

.praxis-box .description {
	float: right;
	width: 50%;
	height: 100%;
	padding: 5%;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	color: #FFF;
}

.praxis-box .description h5 {
	font-size: 45px;
	font-weight: 300;
	line-height: 70px;
	margin-left: -50px;
	border-bottom: solid 1px #174101;
}

.praxis-box .description p {
	font-weight: 700;
}

.start-therapie {
	float: left;
	width: 100%;
	height: auto;
	padding:30px;
	padding-bottom: 50px;
	text-align: center;
}	

.start-therapie h2 {
 	font-size: 40px;
	margin: 0;
	color: #92a68a;
}	

.start-therapie hr {
 	margin: 0;
	background-color: #363e3c;
	height: 2px;
	width: 100px;
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 35px;
}	

.start-therapie p {
	font-weight: 300;
	font-size: 18px;
}	

.therapie-sections {
	float: left; 
	width: 100%;
	height: auto;	
}

.therapie-sections-title {
	margin-top: 80px;
	border-bottom: solid 1px #E1E1E1;
}

.therapie-sections-title h3 {
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	font-weight: 300;
	color: #363e3c;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	-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;
	font-size: 20px;
}

.therapie-sections-title h3:hover, .therapie-sections-title .active {
	background-color: #92a68a;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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;
}

.therapie-section {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;
	padding: 50px;
}

.therapie-section h3 {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;	
	color: #92a68a;
}

.therapie-section-box {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	height: auto;
	padding: 25px;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-bottom: 25px;
}

.start-osteopathie-content p, .sportler-betreuung-content p, .kursangebot-start-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
}

.therapie-section-box span {
	float: left;
	width: 100%;
	text-align: left;
	color: #92a68a;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 15px;

}

.therapie-section-box ul {
	width: 100%;
	text-align: left;
	list-style-type: none;
}

.therapie-section-box ul li {
	padding: 5px;
}

.therapie-section-box ul li i {
	color: #92a68a;
	margin-right: 10px;
}

.betriebliche-gesundheitsfoerderung {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
	text-align: center;
}

.betriebliche-gesundheitsfoerderung .info-box {
	width: 500px;
	height: auto;
	padding: 30px;
	text-align: center;	
	border: 2px solid #92a68a;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(146, 166, 138,0.2);
	box-shadow: 5px 5px 10px 0 rgba(146, 166, 138,0.2);
	display: inline-block;
}

.betriebliche-gesundheitsfoerderung p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.betriebliche-gesundheitsfoerderung a {
	color: #363e3c;
}

.betriebliche-gesundheitsfoerderung a:hover {
	color: #92a68a;
	text-decoration: none;
}

.start-osteopathie, .sportler-betreuung, .kursangebot-start {
	float: left;
	width: 100%;
	height: auto;
	background-position: center right;
	background-repeat: no-repeat;	
	position: relative;
	background-image: url(https://www.physiotherapie-selb.de/templates/physiotherapieschoenberner/img/IMG_5747_b%20klein.jpg);
}

.sportler-betreuung {
	background-image: none;	
}

.start-osteopathie-content, .sportler-betreuung-content, .kursangebot-start-content {
	float: left;
	width: 100%;
	height: auto;
	padding: 120px;	
	background-color: rgba(255,255,255,0.8);
}

.start-osteopathie-content p, .sportler-betreuung-content p, .kursangebot-start-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
}

.start-osteopathie-content a, .sportler-betreuung-content a, .kursangebot-start-content a {
	float: left;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 300;
	color: #FFF;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92a68a+0,215f00+100 */
	background: rgb(146, 166, 138); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(146, 166, 138,1) 0%, rgba(54, 62, 60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a68a', endColorstr='#363e3c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-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;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
	clear:both;
}

.start-osteopathie-content a:hover, .sportler-betreuung-content a:hover, .kursangebot-start-content a:hover {
	padding-right: 35px;
	text-decoration: none;
	color: #FFF;	
	-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;
}

.start-osteopathie-content a span, .sportler-betreuung-content a span, .kursangebot-start-content a span {
	margin-right: 25px;
}

.start-osteopathie-header, .sportler-betreuung-header, .kursangebot-start-header {
	position: static;
	height: auto;
	padding: 50px;
	background-color: rgba(255,255,255,0.5);
}

.sportler-betreuung-header, .kursangebot-start-header {
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}

.start-osteopathie-header h2, .sportler-betreuung-header h2, .kursangebot-start-header h2 {
	color: #363e3c;
	font-size: 50px;
	letter-spacing: 0.1em;
}

.sportler-betreuung-header h2, .kursangebot-start-header h2 {
	font-size: 28px;
}

.start-osteopathie-header span, .sportler-betreuung-header span, .kursangebot-start-header span {
	color: #92a68a;
	font-size: 28px;
	margin-left: 50px;
}

.start-osteopathie-header p, .sportler-betreuung-header p, .kursangebot-start-header p {
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
	margin-left: 60px;
}

.start-medical-balance {
	float: left;
	width: 100%;
	height: auto;
	
}

.start-medical-balance .introduction {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 120px;
}

.start-medical-balance .introduction h2 {
	position: static;
	transform: translateY(-50%);
	font-size: 40px;
	font-weight: 700;
	color: rgba(0,0,0,0.3);
	opacity: 0.1;
}

.start-medical-balance .introduction h5 {
	position: static;
	color: rgba(146, 166, 138,0.9);
}

.introduction-content {
	float: right;
	width: 100%;
	height: auto;
}

.introduction-content p {
	font-weight: 300;
	line-height: 36px;
	font-size: 19px;
}

.introduction-content span {
	color: #363e3c;
	font-size: 30px;
	margin-bottom: 40px;
	display: inline-block;
	letter-spacing: 0.1em;
	margin-left: 35px;
	margin-top: 35px;
}

.medical-balance-boxes {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;
}

.medical-balance-box {
	width: 25%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

.medical-balance-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.medical-balance-box .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #363e3c;
	opacity: 0.8;
	z-index: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.medical-balance-box:hover .overlay {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.medical-balance-box h3 {
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: rgba(255,255,255,0.8);
	padding: 10px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 20px;
}

.medical-balance-box:hover h3 {
	color: rgba(255,255,255,1);	
	background-color: rgba(54, 62, 60,0.8);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.medical-balance-box-more {
	position: absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	text-align: center;
	top: 75%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 22px;
	letter-spacing: 0,1em;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.medical-balance-box:hover .medical-balance-box-more {
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.medical-balance-box-more span {
	margin-right: 15px;
}

.interesse {
	float: left;
	width: 100%;
	height: auto;
	padding: 80px;	
	text-align: center;
	background-color: rgba(146, 166, 138,0.8);
	position: relative;
}

.interesse p {
	color: #363e3c;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 50px;
	font-family: 'Montserrat', sans-serif !important;	
}

.interesse .citator {
	color: #FFF;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;	
}

.interesse a {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	float: left;
	padding: 8px;
}

.interesse a:hover {
	text-decoration: none;
	color: #FFF;
}

.interesse a:hover span {
	margin-right: 15px;
	-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;
}

.interesse a span {
	margin-right: 35px;
	-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;
}

.interesse-kontakt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	color: #363e3c !important;
	width: auto !important;	
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 12px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.partner {
	float: left;
	width: 100%;
	height: auto;	
	padding: 80px;
	text-align: center;
}

.partner h3 {
	font-size: 36px;
	font-weight: 400;
	color: #92a68a;
	margin: 0;
	margin-bottom: 35px;
}

.partner p {
	font-size: 20px;
	font-weight: 300;
}

.partner-box {
	width: 100%;
	height: auto;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;
}

.carousel {
	margin-top: 30px;	
	width: 100%;
}

.carousel-indicators {
	bottom: -50px !important;
}

.praxis-indicators {
	bottom: -80px !important;
}

.carousel-indicators li {
	padding: 5px;
	border-radius: 50px;
	border: solid 1px #92a68a;
}

.carousel-indicators .active {
	background-color: #92a68a !important;
}

.partner-box .carousel-item .item-content {
	display: flex !important;
  	justify-content: center;
	flex-wrap: wrap;	
}

.partner-member {
	padding: 50px;
	text-align: center;
}

.partner-member h4 {
	font-size: 18px;
	margin: 0;
	margin-top: 25px;
	font-weight: 400;
	color: #333;
	width: 70%;	
	margin-right: 15%;
	margin-left: 15%;
	line-height: 28px;
}

.partner-member img {
	width: auto;
	height: 90px;
}


footer {
	float: left;
	width: 100%;
	height: auto;	
	border-top: solid 2px #d4dcd3;
}

.footer-boxes {
	
}

.footer-boxes .box {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
}

.footer-boxes .box img {
	position: absolute;
	width: auto;
	height: 20%;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	display: none;
}

.footer-boxes .box .box-content{
	float: right;
	padding: 50px;
	background-color: #d4dcd3;
}

.footer-boxes .box .box-content h4{
	margin: 0;
	margin-bottom: 25px;
	color: #363e3c;
}

.footer-boxes .box .box-content p{
	margin-left: 50px;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
}

.footer-boxes .map-box {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
}

.footer-boxes .map-box small {
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.footer-boxes .map-box small a {
	color: #333;
}

#map {
	width: 100%;
	height: 100%;
	background-color: grey;
}

.gm-fullscreen-control, .gmnoprint {
	display: none;	
}


.footer-legal {
	display: flex;
  	justify-content: center;
	width: 100%;
	height: auto;
	padding: 10px;
	padding-top: 15px;
	background-color: #363e3c;
	color: #FFF;
}

.footer-legal a {
	color: #FFF;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.footer-legal a:hover {
	color: #FFF;
}

/* Therapeuten */

.therapeuten-page {
	float: left;
	width: 100%;
	height: auto;
	padding: 80px;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;	
}

.therapeut {
	min-width: 100%;
	width: auto;
	height: 100%;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92a68a+0,ffffff+100&1+0,0+65,0+100 */
background: -moz-linear-gradient(left, rgba(146, 166, 138,1) 0%, rgba(194,222,179,0) 65%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(146, 166, 138,1) 0%,rgba(194,222,179,0) 65%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(146, 166, 138,1) 0%,rgba(194,222,179,0) 65%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a68a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	margin-bottom: 100px;
	position: relative;
}

.therapeut img {
	float: left;
	width: 25%;	
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.therapeut-content {
	float: left;
	width: auto;
	margin-left: 25%;
	padding: 50px;
	padding-left: 100px;
	z-index: 1;
}

@media all and (max-width: 1100px) {
	.therapeut img {
		width: 20%;	
	}
	
	.therapeut-content {
		margin-left: 20%;
	}
}

.therapeut h3 {
	color: #333;
	font-weight: 300;
	font-size: 40px;
	margin: 0;
	margin-bottom: 15px;
}

.therapeut span {
	float: left;
	width: 100%;
	text-align: left;
	color: #363e3c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.therapeut ul {
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin-top: 15px;
	display: inline;
}

.therapeut ul li {
	width: 500px;
	padding: 5px;
	margin-left: 30px;
	
}

.therapeut ul li a {
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	-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;
}

.therapeut ul li a:hover {
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	padding-left: 10px;
	-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;
}

.therapeut ul li i {
	color: #92a68a;
	margin-right: 10px;
}

.important-message {
	float: left;
	width: 100%;
	height: auto;
	background-color: #92a68a;
	padding: 80px;
	color: #FFF;
	text-align: center;
	position: relative;
}

.important-message i {
	font-size: 200px;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.important-message span {
	font-weight: 700;
	font-size: 36px;
	display: inline-block;
	margin-bottom: 50px;
}

.important-message p {
	font-size: 22px;
}

.important-message img {
	width: 350px;
	height: auto;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) skewX(-5deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) skewX(-5deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) skewX(-5deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) skewX(-5deg);
	transform: scale(1) rotate(0deg) translateX(0px) skewX(-5deg);
	-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);
	opacity: 0.9;
}

/* Sportler-Betreuung (rest siehe osteopathie-start) */

.sportler-betreuung-images {
	float: left;
	width: 100%;
	height: auto;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,97db73+100&0+0,1+100 
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(151,219,115,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(151,219,115,1) 100%); 
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(151,219,115,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#d4dcd3',GradientType=0 ); */
}

.sportler-betreuung-images img {
	height: auto;
	width: 100%;
  	border-radius: 5px;
}

/* Medical Balance */

.medical-balance-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faba00+0,f09100+100 */
	/* background: rgb(146, 166, 138);
	background: -moz-linear-gradient(-45deg, rgba(146, 166, 138,1) 0%, rgba(54, 62, 60,1) 100%); 
	background: -webkit-linear-gradient(-45deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%); 
	background: linear-gradient(135deg, rgba(146, 166, 138,1) 0%,rgba(54, 62, 60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faba00', endColorstr='#92a68a',GradientType=1 ); */
	background-color: rgba(146, 166, 138,0.8);
}

.medical-balance-introduction {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(https://www.physiotherapie-selb.de/templates/physiotherapieschoenberner/img/logo-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px;
}

.medical-balance-introduction h5 {
	color: #92a68a;
	opacity: 0.7;
}

.medical-balance-introduction p {
	font-weight: 300;
	line-height: 36px;
	font-size: 19px;
}

.medical-balance-introduction span {
	color: #92a68a;
	font-size: 30px;
	margin-bottom: 40px;
	display: inline-block;
	letter-spacing: 0.1em;
}

.medical-balance-offer-info {
	float: left;
	width: 80%;
	height: auto;
	padding: 50px;	
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.medical-balance-offer-info a {
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #363e3c;
	margin: 10px;
	line-height: 40px;
	display: inline-block;
    font-size: 1.3rem;
	padding: 10px;
	border-radius: 5px;
}

.medical-balance-offer-info a:hover {
	color: #FFF;
	background-color: #92a68a;
	text-decoration: none;
}

.medical-balance-offer-info span {
	width: 100%;
	letter-spacing: 0.1em;
	font-size: 28px;
	font-weight: 300;
	margin-top: 25px;
	display: inline-block;
}

.medical-balance-offer-info hr {
 	margin: 0;
	background-color: #363e3c;
	height: 2px;
	width: 100px;
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 35px;
}

.mb-offer, .offer {
	float: left;
	width: 100%;
	height: auto;	
	margin-bottom: 50px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-size: 50% auto;	
	background-position: right bottom;
}

.mb-offer h3, .offer h3, .offer-application h5 {
	color: #FFF;
	font-weight: 300;
	font-size: 36px;
	margin: 0;
	padding: 20px;
	
	/* background: -moz-linear-gradient(-45deg, rgba(54, 62, 60,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(54, 62, 60,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(135deg, rgba(54, 62, 60,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a68a', endColorstr='#007db9e8',GradientType=1 ); */

	background-color: #92a68a;
}

.mb-offer h4, .offer h4 {
	margin: 0;
	margin-bottom: 25px;
}

.mb-offer p, .offer p {
	line-height: 30px;
	font-weight: 300;
	font-size: 16px;
	margin-left: 15px;
}

.mb-offer-left, .offer-program {
	float: left;
	width: 100%;
	height: auto;
	padding: 80px;
	padding-top: 0px;
	background-color: rgba(255,255,255,0.8);
}

.mb-offer-option, .offer-option {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 80px;
}

.mb-offer-info, .offer-info {
	width: 100%;
	height: auto;
	margin-top: 15px;
	border-top: 1px solid #92a68a;	
	display: inline-block;
	padding-top: 15px;
}

.mb-offer-info span, .offer-info span {
	font-size: 18px;
	color: rgba(0,0,0,0.5);
	font-weight: 300;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px rgba(0,0,0,0.1); 
}

.mb-offer-info span a, .offer-info span a {
	font-size: 18px;
	color: rgba(0,0,0,0.5);
	font-weight: 300;
}

.mb-offer-info span a:hover, .offer-info span a:hover {
	text-decoration: none;
}

.mb-offer-info span i, .offer-info span i {
	margin-right: 10px;
}

/* Kursangebot */

.offer {	
	margin-bottom: 50px;
	background-image: none;
	border: none;
}

.offer h3, .offer-application h5 {
	/* background: -moz-linear-gradient(-45deg, rgba(54, 62, 60,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(54, 62, 60,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(135deg, rgba(54, 62, 60,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a68a', endColorstr='#007db9e8',GradientType=1 ); */

	background-color: #92a68a;
}

.offer-topics {
	text-align: center;
	margin-top: 80px;
	border-bottom: solid 1px #E1E1E1;
}

.offer-topics h4 {
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	font-weight: 300;
	color: #363e3c;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	-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;
}

.offer-topics h4:hover, .offer-topics .active {
	background-color: #363e3c;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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;
}

.offer-program {
	width: 100%;
	padding: 80px;
	padding-left: 20%;
	padding-right: 20%;
	border: solid 1px rgba(0,0,0,0.1);
}

.offer-option {
	padding: 0px;
}

.offer-info {
	border-top: 1px solid #d4dcd3;
	margin-bottom: 50px;	
}

.offer-application {
	float: left;
	width: 100%;
	height: auto;	
}

.offer-application form {
	padding: 50px;
	padding-left: 5%;
	padding-right: 5%;
}

.offer-application form button {
	color: #92a68a;
	border: solid 2px #92a68a;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	border-radius: 5px;
	margin-top: 25px;
}

.offer-application form button:hover {
	color: #FFF;
	border: solid 2px #92a68a;
	background-color: #92a68a;
	cursor: pointer;
}

/* 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;
}

/* Legal */

.legal-content {
	padding: 80px;	
}

/* Veranstaltungen */

.events-page {
	float: left;
	width: 100%;
	height: auto;
	padding: 120px;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;	
}

.event {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.event h5 {
	color: #92a68a;
	padding: 15px;
	border-bottom: solid 1px #92a68a;
}

.event h2 {
	color: #ded9c4;
	padding: 10px;
	padding-left: 25px;
	margin-bottom: 0px;
}

.event-content {
	padding: 15px;
}

.event-content p {
	line-height: 32px;
	font-size: 16px;
	margin: 0;
}

.event-content a {
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #92a68a;

}

.event-content a:hover {
	color: #ded9c4;
	text-decoration: none;
}

.event-content img {
	margin-top: 25px;
	width: auto;
	max-height: 450px;
	height: auto;
	margin-right: 25px;
}


.event-content ul {
	float: left;
	width: 100%;
	text-align: left;
	list-style-type: none;
	display: inline;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.event-content ul li {
	
}

.event-content ul li a {
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	-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;
}

.event-content ul li a:hover {
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	padding-left: 10px;
	-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;
}

.event-content ul li i {
	color: #92a68a;
	margin-right: 10px;
}}
