/* @group Device: Standard / Desktop */

/* @group Resets */

body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */

/* @group Structure */

.page {
	display: block;
	visibility: visible;
}

#nav {
	position: fixed;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.85) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.85) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.85) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.85) 100%);
	padding-bottom: 15px;
	z-index: 99999;
	padding-top: 15px;
}

#section-2, #section-3, #section-3-1, #section-4, #section-5, #section-6 {
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
padding-top: 120px;
}

/* Intro */
#section-1 {
background: url(../images/slides-therapie-002.jpg);
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
position: relative;
background-size: cover;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
}

/* Über mich */
#section-2 {
background: url(../images/bg-logo-white.png) 150% 20% no-repeat scroll #8b005b;
}

/* Therapieangebote */
#section-3 {
background: url(../images/bg-logo-white.png) -25% -10% no-repeat scroll #7e8184;
}

/* FAQ's */
#section-4 {
background: url(../images/bg-logo-white.png) -25% 30% no-repeat scroll #8b005b;
}

/* Kontakt / Impressum */
#section-5 {
background: url(../images/bg-logo-white.png) 150% 120% no-repeat scroll #7e8184;
height: 800px;
}

/* Motiv Kontakt */
#section-5-1 {
background: #7e8184;
background: url(../images/parallax-bg3.jpg);
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
height: 450px;
background-size: 100% auto;
}

.logo {
margin-top: 40%;
}

.top {
padding-top: 45px;
padding-bottom: 90px;
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0.5;
}

.top:hover {
opacity: 1;
}

.scroll {
	color: white;
	background-color: #8b005b;
	position: absolute;
	bottom: 0;
	left: calc(50% - 75px);
	padding-top: 8px;
	padding-bottom: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	width: 150px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
}

.scroll:hover {
	opacity: 1;
}

.zitat {
	position: absolute;
	right: 5%;
	bottom: 15%;
	color: #8b005b;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 25px;
	border-radius: 8px;
}

.zitat .zitatname {
	font-weight: 400;
	font-size: 18px;
}

/* @end */

/* @group Content */

html, body {
color: #f3f3f3;
font: 300 19px/160% 'Signika Negative', sans-serif;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	text-align: center;
	color: white;
}

h1 {
	font-size: 72px;
	line-height: 96px;
	margin-bottom: 36px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 35px;
}

p {
	margin-bottom: 0.7em;
}

a, a:active, a:link, a:visited, a:link {
	color: #8b005b;
	text-decoration: none;
}

ul, ol {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
text-align: left;
}

ul li {
	background: url(/images/listbullet.png) 0 5px no-repeat;
	padding-left: 25px;
}

.anlauftext {
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
}

.center {
	text-align: center;
}

.button {
	border-radius: 5px;
	background-color: #8b005b;
	padding: 20px 25px;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover {
	background-color: white;
	color: #8b005b;
}

table {
	width: 100%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: left;
}

.year {
	font-weight: 600;
	padding-right: 15px;
}

.bold {
	font-weight: 600;
}

/* @end */

/* @group Navigation */

#nav ul {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

#nav ul li {
	display: inline;
	background-image: none;
	padding-left: 0;
}

#nav ul li a {
	float: left;
	text-decoration: none;
	color: #7e8184;
	padding-right: 25px;
	padding-top: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav ul li:last-child a {
	padding-right: 0px;
}

#nav ul li.current a, #nav ul li a:hover  {
	color: #ac0070;
}

/* @end */

/* @group Accordion */

#faq {
	margin-top: 15px;
}

h5 {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	border-radius: 3px;
	margin-bottom: 1px;
	padding: 15px;
	cursor: pointer;
}

h5:hover, h5.ui-accordion-header-active {
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	color: white;
}

#faq div {
padding: 15px;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
	border-radius: 3px;
	margin-bottom: 1px;
color: white;
	font-weight: 400;
}

/* @end */

/* @group Expandables */

.read-more, .read-less {
	text-align: center;
	display: block;
}

.read-more a, .read-less a {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* @end */

/* @group Media Container */

.mediacontainer {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 0px;
}

.mediacontainer iframe, .mediacontainer object, .mediacontainer embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* @end */

/* @end */

/* @group Device: mobile */

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

/* @group Structure */

#section-2, #section-3, #section-3-1, #section-4, #section-5, #section-6 {
    padding-top: 40px;
}

/* Intro */
#section-1 {
	background: url(../images/slides-therapie-002.jpg) 53% 0 no-repeat scroll;
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
}

/* Über mich */
#section-2 {
	background: url(../images/bg-logo-white.png) 150% 20% no-repeat scroll #8b005b;
}

/* Therapieangebote */
#section-3 {
	background: url(../images/bg-logo-white.png) -25% -10% no-repeat scroll #7e8184;
}

/* FAQ's */
#section-4 {
	background: url(../images/bg-logo-white.png) -25% 30% no-repeat scroll #8b005b;
}

/* Kontakt / Impressum */
#section-5 {
	background: url(../images/bg-logo-white.png) 150% 120% no-repeat scroll #7e8184;
	height: 800px;
}

/* Motiv Kontakt */
#section-5-1 {
	background: #7e8184;
	background: url(../images/parallax-bg3.jpg);
	background-attachment: scroll;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	background-size: 100% auto;
}

.logo {
    margin-top: 4%;
    width: 57%;
    float: right;
}

.zitat {
	position: absolute;
	right: 0%;
	bottom: 15%;
	color: #8b005b;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 25px;
	border-radius: 8px;
	left: 0%;
	margin-right: 5%;
	margin-left: 5%;
}

.zitat .zitatname {
	font-weight: 400;
	font-size: 18px;
}

.flexslider, .therapieslider {
    margin: 20px 0 !important;
}

/* @end */

/* @group Content */

html, body {
	font: 300 17px/140% 'Signika Negative', sans-serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: left;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	text-align: left;
	color: white;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 25px;
}

p {
	margin-bottom: 0.7em;
}

a, a:active, a:link, a:visited, a:link {
	color: #8b005b;
	text-decoration: none;
}

ul, ol {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: left;
}

ul li {
	background: url(/images/listbullet.png) 0 5px no-repeat;
	padding-left: 25px;
}

.anlauftext {
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 140%;
}

.center {
	text-align: left;
}

.button {
	border-radius: 5px;
	background-color: #8b005b;
	padding: 20px 25px;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover {
	background-color: white;
	color: #8b005b;
}

table {
	width: 100%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: left;
}

.year {
	font-weight: 600;
	padding-right: 15px;
}

.bold {
	font-weight: 600;
}

/* @end */

/* @group Navigation */

#nav {
	visibility: hidden;
	display: none;
}

/* @end */

}

/* @end */

/* @group prevent landscape / portrait */

/* @group iPhone 4+5 */

@media only screen and (max-height: 480px) and (min-width: 480px) and (max-width: 600px) and (orientation:landscape) {
	.page {
		visibility:hidden;
		display: none;
	}
	
	#landscape {
		visibility:visible !important;
		background: url(/images/rotate.gif) center center no-repeat scroll #8b005b;
		background-size: 45%;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: 1;
		z-index: 9999999;
		display: block;
	}
}

/* @end */

/* @group iPhone 6 */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

.page {
	visibility:hidden;
	display: none;
}

#landscape {
	visibility:visible !important;
	background: url(/images/rotate.gif) center center no-repeat scroll #8b005b;
	background-size: 45%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999999;
	display: block;
}

}

/* @end */

/* @group iPad */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.page {
		visibility:hidden;
		display: none;
	}
	
	#landscape {
		visibility:visible !important;
		background: url(/images/rotate.gif) center center no-repeat scroll #8b005b;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: 1;
		z-index: 9999999;
		display: block;
	}
}

/* @end */

@media only screen and (min-width: 1024px) {
	
	#landscape{
		visibility: hidden;
		display: none;
	}
}


/* @end */