@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	min-height: 1024px;
	z-index: 1;
	background-image: url(img/bg_main.jpg);
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #8f7652;
	height: auto;
	text-align: center;
}
.scrollicon{
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	opacity: 1.0;
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 6;
	background-image: url(img/nav_0_top.png);
	background-size:60px 60px;
	background-repeat: no-repeat;
}
.scrollicon div{
font-weight:bold;
font-size:28px;
color:#333;
padding-top:12px;
z-index: 6;
}
zeroMargin_mobile {
    margin-left: 0;
}
#navi {
	width: 95%;
	height: 1024px;
	text-align: right;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	float: left;
	background-size: 40% auto;
	display: inherit;
	visibility: visible;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#navigation {
	visibility: hidden;
	display:none;
}
#nav_0 {
}
#nav_1 {
}
#nav_2 {
}
#nav_3 {
}
#content_1 {
	width: 100%;
	height: auto;
	background-color: #deceb0;
	position: relative;
	border-top: thin solid #fff;
}
#content_2 {
	width: 100%;
	width: 100%;
	height: auto;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
	border-top: thin solid #fff;
}
#content_3 {
	width: 100%;
	height: auto;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
	border-top: thin solid #fff;
}
#footer {
	width: 100%;
	min-height: 200px;
}
#content_1_head {
	width: 100%;
	height: 165px;
	background-image: url(img/content_1/img_pic_1.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#Content_1_head_icon {
	width: 100%;
	height: 65px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_1_main {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 1980px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 130%;
	color: #4B382B;
	padding-bottom: 100px;
}
#content_1_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_1_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: x-large;
	color: #4B382B;
	padding-bottom: 30px;
	padding-top:30px;
	line-height:150%;
}
#content_2_head {
	width: 100%;
	height: 165px;
	background-image: url(img/content_2/img_pic_2.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#content_2_head_icon {
	width: 100%;
	height: 65px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_2_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_2_main_txt {
	width: 90%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #4B382B;
}
#content_2_main_txt_ueb {
	width: 74%;
	font-family: 'Open Sans', sans-serif;
	font-size: xx-large;
	color: #4B382B;
	min-height: 140px;
	background-image: url(img/content_2/C_zitat.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#leistungen {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 50px;
	display: inherit;
}
#nav_leistungen {
	width: 100%;
	height: auto;
	text-align: center;
	display: none;
}
#krankengymnastik {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#bewusstseinscoaching {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#Dorn_breuss {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#Cranio {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#japanisches_heilstroemen {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#lymphdrainage {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#fussreflexzonenmassage {
	padding-top: 50px;
	display: none;
	font-size: small;
	line-height: 130%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#button_close {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #827357;
	margin-top: 50px;
}
#content_3_head {
	width: 100%;
	height: 165px;
	background-image: url(img/content_3/img_pic_3.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#content_3_head_icon {
	width: 100%;
	height: 65px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_3_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_3_main {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 150%;
	color: #4B382B;
	padding-bottom: 50px;
	text-align: center;
}
#content_3_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
	color: #4B382B;
	padding-bottom: 60px;
	line-height: 120%;
}
#impressum {
	width: 70%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	line-height: 130%;
	color: #fff;
	text-align: left;
	display: none;
	background-color: #8f7652;
}
#button_close_hell {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #deceb0;
	margin-top: 50px;
}
#C_navigation {
	display: inherit;
	z-index: 5;
	position: fixed;
	width: auto;
	height: auto;
}
#C_abstand_unternavi {
	width: 0%;
	height: 200px;
	display: inherrit;
}
#abstand_start {
	width: 100%;
	height: 400px;
	display: inherit;
}
#C_nav_top {
	width: 60px;
	float: none;
	height: 60px;
	text-align: center;
	margin-left: 10px;
	margin-top: 80px;
}
#C_nav_top1 {
	width: 100%;
	float: none;
	height: 66px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	line-height: 66px;
	border-top: thin solid #827357;
	border-bottom: thin solid #827357;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
}
#C_nav_top1 a:link {text-decoration:none; color:#fff}
#C_nav_top1 a:hover {text-decoration:none; color:#fff}
#C_nav_top1 a:visited {text-decoration:none; color:#fff}
#C_nav_top1 a:active {text-decoration:none; color:#fff}

#C_nav_top2 {
	width: 100%;
	float: none;
	height: 66px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 66px;
	border-bottom: thin solid #827357;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
}
#C_nav_top2 a:link {text-decoration:none; color:#fff}
#C_nav_top2 a:hover {text-decoration:none; color:#fff}
#C_nav_top2 a:visited {text-decoration:none; color:#fff}
#C_nav_top2 a:active {text-decoration:none; color:#fff}

#C_leistungen {
	display: inherit;
	width: 100%;
	height: auto;
}
#C_leist_nav_1 {
	width: 100%;
	line-height: normal;
	min-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4b382b;
	border-top: thin solid #827357;
	border-bottom: thin solid #827357;
}
#C_leist_nav_1 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_1 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_1 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_1 a:active {text-decoration:none; color:#4B382B;}

#C_leist_nav_2 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_2 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_2 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_2 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_2 a:active {text-decoration:none; color:#4B382B;}

#C_leist_nav_3 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_3 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_3 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_3 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_3 a:active {text-decoration:none; color:#4B382B;}

#C_leist_nav_4 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_4 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_4 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_4 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_4 a:active {
	text-decoration: none;
	color: #4B382B;
	width: 0%;
}

#C_leist_nav_5 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_5 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_5 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_5 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_5 a:active {text-decoration:none; color:#4B382B;}

#C_leist_nav_6 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_6 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_6 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_6 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_6 a:active {text-decoration:none; color:#4B382B;}

#C_leist_nav_7 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: thin solid #827357;
	color: #4b382b;
}
#C_leist_nav_7 a:link {text-decoration:none; color:#4B382B;}
#C_leist_nav_7 a:hover {text-decoration:none; color:#4B382B;}
#C_leist_nav_7 a:visited {text-decoration:none; color:#4B382B;}
#C_leist_nav_7 a:active {text-decoration:none; color:#4B382B;}
#butt_impress {
	display: inherit;
}
#C_butt_impress {
	display: inherit;
}
#C_nav_top3 {
	width: 100%;
	float: none;
	height: 66px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 66px;
	border-bottom: thin solid #827357;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
}
#C_nav_top3 a:link {text-decoration:none; color:#fff}
#C_nav_top3 a:hover {text-decoration:none; color:#fff}
#C_nav_top3 a:visited {text-decoration:none; color:#fff}
#C_nav_top3 a:active {text-decoration:none; color:#fff}

#C_nav_top_wrapper {
	display: none;
	position: fixed;
	margin-right: 0px;
	width: 70%;
	min-height: 800px;
	z-index: 5;
	background-color: #4B382B;
	right: 0px;
	top: 0px;
	float: right;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 581px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	min-height: 1024px;
	z-index: 1;
	background-image: url(img/bg_main_tab.jpg);
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #8f7652;
}

.scrollicon{
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	opacity: 1.0;
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 4;
	background-image: url(img/nav_0_top.png);
	background-size:60px 60px;
	background-repeat: no-repeat;
}
.scrollicon div{
font-weight:bold;
font-size:28px;
color:#333;
padding-top:12px;
z-index: 4;
}
#navi{
	width: 95%;
	height: 768px;
	text-align: right;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	float: left;
	background-size: 40% auto;
	display: inherit;
	visibility: visible;
	position: relative;
}
#navigation {
	width: 100%;
	margin-top: 90px;
	position: fixed;
	margin-left: 10px;
	z-index: 5;
	display: inherit;
	visibility: visible;
}
#nav_0 {
	display: inherit;
	width: 380px;
	height: auto;
	text-align: left;
}
#nav_1 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 60px;
	text-align: left;
}
#nav_2 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 60px;
	text-align: left;
}
#nav_3 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 60px;
	text-align: left;
}
#content_1 {
	width: 100%;
	height: auto;
	background-color: #deceb0;
	position: relative;
	margin-top: 300px;
	border-top: thin solid #fff;
}
#content_2 {
	width: 100%;
	width: 100%;
	min-height: 768px;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	border-top: thin solid #fff;
}
#content_3 {
	width: 100%;
	width: 100%;
	min-height: 768px;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
	border-top: thin solid #fff;
}
#footer {
	width: 100%;
	min-height: 500px;
}
#content_1_head {
	width: 100%;
	height: 265px;
	background-image: url(img/content_1/img_pic_1.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#Content_1_head_icon {
	width: 100%;
	height: 130px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_1_main {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 1980px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #4B382B;
	padding-bottom: 100px;
}
#content_1_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_1_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: xx-large;
	color: #4B382B;
	padding-bottom: 30px;
	padding-top:30px;
}
#content_2_head {
	width: 100%;
	height: 265px;
	background-image: url(img/content_2/img_pic_2.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#content_2_head_icon {
	width: 100%;
	height: 130px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_2_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_2_main_txt {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #4B382B;
	padding-bottom: 100px;
}
#content_2_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: xx-large;
	color: #4B382B;
	padding-bottom: 30px;
	min-height: 100px;
	background-image: url(img/content_2/zitat.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#leistungen {
	width: 100%;
	height: auto;
	border-top: thin solid #827357;
	border-bottom: thin solid #827357;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inherit;
}
#nav_leistungen {
	width: 100%;
	height: auto;
	text-align: center;
	display: inherit;
}
#krankengymnastik {
	padding-top: 100px;
	display: none;
}
#bewusstseinscoaching {
	padding-top: 100px;
	display: none;
}
#Dorn_breuss {
	padding-top: 100px;
	display: none;
}
#Cranio {
	padding-top: 100px;
	display: none;
}
#japanisches_heilstroemen {
	padding-top: 100px;
	display: none;
}
#lymphdrainage {
	padding-top: 100px;
	display: none;
}
#fussreflexzonenmassage {
	padding-top: 100px;
	display: none;
}
#button_close {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #827357;
	margin-top: 50px;
}
#content_3_head {
	width: 100%;
	height: 265px;
	background-image: url(img/content_3/img_pic_3.jpg);
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#content_3_head_icon {
	width: 100%;
	height: 130px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	top: 0px;
}
#content_3_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_3_main {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 150%;
	color: #4B382B;
	padding-bottom: 100px;
	text-align: center;
}
#content_3_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
	color: #4B382B;
	padding-bottom: 60px;
	line-height: 120%;
}
#impressum {
	width: 70%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #fff;
	text-align: left;
	display: none;
	background-color: #8f7652;
}
#button_close_hell {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #deceb0;
	margin-top: 50px;
}
#C_navigation {
	display: none;
	visibility:hidden;
	margin-top: 100px;
}
#C_abstand_unternavi {
	display: none;
}
#abstand_start {
	width: 100%;
	height: 900px;
	display: inherit;
}
#C_nav_top {
}
#C_nav_top1 {
}
#C_nav_top2 {
}
#C_leistungen {
	display: none;
}
#C_leist_nav_1 {
}
#C_leist_nav_2 {
}
#C_leist_nav_3 {
}
#C_leist_nav_4 {
}
#C_leist_nav_5 {
}
#C_leist_nav_6 {
}
#C_leist_nav_7 {
}
#butt_impress {
	display: inherit;
}
#C_butt_impress {
	display: none;
}
#C_nav_top3 {
}
.zeroMargin_tablet {
margin-left: 0;
}
#C_nav_top_wrapper {
	display: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	min-height: 1024px;
	z-index: 1;
	background-image: url(img/bg_main.jpg);
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #8f7652;
}
.scrollicon{
	text-align: center;
	text-decoration: none;
	width: 90px;
	height: 90px;
	opacity: 1.0;
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 4;
	background-image: url(img/nav_0_top.png);
	background-repeat: no-repeat;
	background-size:80px 80px;
	background-repeat: no-repeat;
}
.scrollicon div{
font-weight:bold;
font-size:28px;
color:#333;
padding-top:12px;
z-index: 4;
}
#navi{
	width: 95%;
	height: 900px;
	text-align: right;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: right 60px;
	float: left;
	background-size: 40% auto;
	display: inherit;
	visibility: visible;
	position: relative;
}
#navigation {
	width: 500px;
	margin-top: 110px;
	position: fixed;
	margin-left: 10px;
	z-index: 5;
	display: inherit;
	visibility: visible;
}
#nav_0 {
	display: inherit;
	width: 100%;
	height: 80px;
	text-align: left;
}
#nav_1 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 80px;
	text-align: left;
}
#nav_2 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 80px;
	text-align: left;
}
#nav_3 {
	display: none;
	padding-top: 20px;
	width: 100%;
	height: 80px;
	text-align: left;
}
#content_1 {
	width: 100%;
	height: auto;
	background-color: #deceb0;
	position: relative;
	margin-top: 300px;
	border-top: thin solid #fff;
}
#content_2 {
	width: 100%;
	width: 100%;
	min-height: 1200px;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	border-top: thin solid #fff;
}
#content_3 {
	width: 100%;
	width: 100%;
	min-height: 1000px;
	background-color: #deceb0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
	border-top: thin solid #fff;
}
#footer {
	width: 100%;
	min-height: 500px;
}
#content_1_head {
	width: 100%;
	height: 600px;
	background-image: url(img/content_1/img_pic_1.jpg);
	background-position: center top;
	background-size: 1300px auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #8f7652;
}
#Content_1_head_icon {
	width: 100%;
	height: 130px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	top: 0px;
}
#content_1_main {
	width: 55%;
	height: auto;
	min-height: 300px;
	max-width: 1980px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #4B382B;
	padding-bottom: 100px;
}
#content_1_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_1_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: xx-large;
	color: #4B382B;
	padding-bottom: 30px;
	padding-top:30px;
}
#content_2_head {
	width: 100%;
	height: 600px;
	background-image: url(img/content_2/img_pic_2.jpg);
	background-position: center top;
	background-size: 1300px auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #8f7651;
}
#content_2_head_icon {
	width: 100%;
	height: 130px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	top: 0px;
}
#content_2_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_2_main_txt {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #4B382B;
	padding-bottom: 100px;
}
#content_2_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: xx-large;
	color: #4B382B;
	padding-bottom: 85px;
	min-height: 200px;
	background-image: url(img/content_2/zitat.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#leistungen {
	width: 100%;
	height: auto;
	border-top: thin solid #827357;
	border-bottom: thin solid #827357;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inherit;
}
#nav_leistungen {
	width: 100%;
	height: auto;
	text-align: center;
	display: inherit;
}
#krankengymnastik {
	padding-top: 100px;
	display: none;
}
#bewusstseinscoaching {
	padding-top: 100px;
	display: none;
}
#Dorn_breuss {
	padding-top: 100px;
	display: none;
}
#Cranio {
	padding-top: 100px;
	display: none;
}
#japanisches_heilstroemen {
	padding-top: 100px;
	display: none;
}
#lymphdrainage {
	padding-top: 100px;
	display: none;
}
#fussreflexzonenmassage {
	padding-top: 100px;
	display: none;
}
#button_close {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #827357;
	margin-top: 50px;
}
#content_3_head {
	width: 100%;
	height: 600px;
	background-image: url(img/content_3/img_pic_3.jpg);
	background-position: center top;
	background-size: 1300px auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	max-height: 450px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #8f7652;
}
#content_3_head_icon {
	width: 100%;
	height: 130px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	top: 0px;
}
#content_3_main_ueb {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	background-color: #4b382b;
	opacity: 0.7;
}
#content_3_main {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 150%;
	color: #4B382B;
	padding-bottom: 100px;
	text-align: center;
}
#content_3_main_txt_ueb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: large;
	color: #4B382B;
	padding-bottom: 60px;
	line-height: 120%;
}
#impressum {
	width: 75%;
	height: auto;
	min-height: 300px;
	max-width: 2180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #fff;
	padding-bottom: 100px;
	text-align: left;
	display: none;
	background-color: #8f7652;
}
#button_close_hell {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	border-top: thin solid #deceb0;
	margin-top: 50px;
}
#C_navigation {
	display: none;
	visibility:hidden;
}
#C_abstand_unternavi {
	display: none;
}
#abstand_start {
	width: 100%;
	height: 1524px;
	display: inherit;
}
#C_nav_top {
}
#C_nav_top1 {
}
#C_nav_top2 {
}
#C_leistungen {
	display: none;
}
#C_leist_nav_1 {
}
#C_leist_nav_2 {
}
#C_leist_nav_3 {
}
#C_leist_nav_4 {
}
#C_leist_nav_5 {
}
#C_leist_nav_6 {
}
#C_leist_nav_7 {
}
#butt_impress {
	width: 100%;
	height: auto;
	display: inherit;
}
#C_butt_impress {
	display: none;
}
#C_nav_top3 {
}
.zeroMargin_desktop {
margin-left: 0;
}
#C_nav_top_wrapper {
	display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
