/* Grundgerüst
-----------------------------------------------------------*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 15px;
	color: #2f2f2f;
	font-family: 'TeeFranklinLtRegular',Helvetica,sans-serif;
	background: #fffbcc;
	background: #eee;
	background: #fff;
	/*background: #000;*/
}	

.frame {
	width: 870px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}

#header {
	background: url(../_img/headerBG.png) repeat-x center -15px;
	height: 120px;
	z-index: 100;
}

#header .frame {
	height: 134px;
}

#bildStreifen {
	color: #fff;
	/*padding: 0 0 50px 0;*/
	height: 260px;
	background: url(../_img/contentBG.png) repeat-x center bottom;
}

body#body-index #bildStreifen {
	font-size: 22px;
	/*height: auto;*/
	/*padding: 0 0 50px 0;*/
	/*height: 360px;*/
	/*height: 420px;*/
	background: url(../_img/contentBG.png) repeat-x center bottom;
}

#main {
	width: 570px;
	float: left;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 1;
}

#sub {
	width: 270px;
	float: right;
	padding: 0 0 50px 0; 
	position: relative;
	z-index: 1;
}

.main {
	width: 570px;
	float: left;
	/*padding: 0 0 10px 0;*/ 
	position: relative;
	z-index: 1;
}

.sub {
	width: 270px;
	float: right;
	/*padding: 0 0 10px 0;*/ 
	position: relative;
	z-index: 1;
}

#logo, #logoTuina, #logoSonoio {
	position: absolute;
	/*padding: 15px 0 0 180px;*/
}

#logo {
	text-decoration: none;
	color: #2f2f2f;
	font-size: 2em;
	left: 225px;
	top: 30px;
}

/*#logoTuina {
	position: absolute;
	top: 20px;
}*/

#logoSonoio {
	position: absolute;
	top: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

#content {
	background: #fff;
	padding: 20px 0 20px 0;
/*	min-height: 650px;*/
}

#content .frame {
	min-height: 300px;	
}


#footer {
	padding: 70px 0 0 0;
	height: 100px;
	background: #eee url(../_img/footerBG.png) repeat-x center top;
	clear: both;
	z-index: 210;
}

#footer .frame {
	position: relative;
}

.adressBox {
	width: 50%;
	float: left;
}

.dsBox {
	width: 50%;
	float: right;
	text-align: right;
}

/* Sticky footer
-----------------------------*/
.push {
	height: 170px;
	clear: both;
}

.wrapper {
	margin: 0 0 -170px 0; /* the bottom margin is the negative value of the footer's height */
	z-index: 100;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#bg {
	z-index: -1;
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:380px;
	background-size: cover;
	background-repeat: none;
	background-position: center center;
}

body#body_front #bg { background-image: url(../_img/headerBG_home.jpg); }
body#body_tuina #bg { background-image: url(../_img/headerBG_tuina.jpg); }
body#body_shiatsu #bg { background-image: url(../_img/headerBG_shiatsu.jpg); }
body#body_qigong #bg { background-image: url(../_img/headerBG_qigong.jpg); }
body#body_seminare #bg { background-image: url(../_img/headerBG_seminare.jpg); }
body#body_portrait #bg { background-image: url(../_img/headerBG_portrait.jpg); }
body#body_links #bg { background-image: url(../_img/headerBG_links.jpg); }
body#body_impressum #bg { background-image: url(../_img/headerBG_home.jpg); }
body#body_datenschutz #bg { background-image: url(../_img/headerBG_home.jpg); }



h1 {
	font-weight: normal;
	/*font-family: 'TeeFranklinThRegular',Helvetica,sans-serif;*/
	font-size: 22px;
	line-height: 1.6em;
	color: #121212;
	border-bottom: 1px solid #c7c7c7;
	margin: 5px 0;
	clear: left;
}

h2 {
	font-weight: normal;
	line-height: 1.4em;
	/*font-family: 'TeeFranklinThRegular',Helvetica,sans-serif;*/
	font-size: 18px;
	color: #2e2e2e;
}

h3 {
	font-weight: normal;
	line-height: 1.4em;
	font-family: 'TeeFranklinLtRegular',Helvetica,sans-serif;
	font-size: 16px;
	color: #2e2e2e;
	text-transform: uppercase;
}

.slogan {
	font-size: 27px;
	color: #5592ce;
	color: #0b5740;
	color: #98424b;
	line-height: 1.5em;
	font-family: 'TeeFranklinThRegular',Helvetica,sans-serif;
	display: block;
	padding: 0 0 20px 0;
}

p, #content ul {
	line-height: 1.4em;
	padding: 0 0 1.4em 0;
}

.abstandOben {
	padding: 1.4em 0;
}

.imgFloat {
	float: left;
	margin: 0 20px 20px 0;
}

.logoFloat {
	float: left;
	margin: 0 15px 5px 0;
}

a {
	color: #2a2a2a;
	color: #0b5740;
	color: #5592ce;
}

#content ul li {
	margin: 0 0 0 18px;
	list-style-type: circle;
}

.seminarIndex {
	background: url(../_img/seminarLogo.gif) no-repeat left top;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
	padding: 3px 0 10px 0;
	min-height: 47px;
}

.seminarIndex h2, .seminarIndex .main {
	padding: 0 0 0 60px;
}

.seminarIndex .main {
	width: 510px;
}

.seminarIndex p {
	padding: 0;
}


.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video > img {
	width: 100%;
	max-width: none;
}

.responsive-video .play-button {
	width: 100%;
	background-color: #ededed;
	z-index: 1;
	position: absolute;
	bottom: 0;
	color: #000;
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
}



.playBtn {
	display: inline-block;
	background: #5592ce;
	color: #000;
	padding: 0.5em 0.75em;
	margin-top: 1.25em;
	cursor: pointer;
}


table {
	padding: 5px 0;
	width: 100%;
	margin: 0 0 1.4em 0;
	border-top: 1px solid #b2b19b;
	/*border-bottom: 1px solid #b2b19b;*/
}

td {
	padding: 0.2em 0;
	line-height: 1.2em;
	border-bottom: 1px dotted #c7c7c7;
}

ul#startList {
	/*font-size: 16px;*/
	margin: 0 0 0 15px;
	padding: 0;
}

#body-index #bildStreifen img {
	margin: 30px 0 0 0;
}

#body_coaching #bildStreifen img {
	margin: 75px 0 0 550px;
}

#body_shiatsu #bildStreifen img  {
	padding: 45px 0 0 550px;	
}

#body_seminare #bildStreifen img  {
	padding: 75px 0 0 0;	
}

#body_mentaltraining #bildStreifen img {
	margin: 45px 0 0 0;
}

/* Formular
-----------------------------------------------------------*/
.titleForm {
	/*font-size: 16px;
	margin: 0 10px;*/
	/*border-bottom: 1px solid #a4a3a2;*/
	/*font-family: 'FranklinGothicFSMedRegular';*/
}

#anmeldeFormBox {
	background: #fff;
}

input, textarea {
	border: 1px solid #c7c7c7;
	padding: 3px;
	width: 560px;
	margin: 0 0 20px 0;
	/*font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;*/
	/*font-family: 'FranklinGothicFSBookRegular';*/
	font-size: 14px;
	font-weight: normal;
}

textarea {
	height: 100px;
}

label {
	display: block;
}

.abschickenBtn {
	border: none;
	background: none;
	border-bottom: 1px solid #8e8e8d;
	width: auto;
	padding: 0;
}

form em {
	font-weight: normal;
	font-style: normal;
}

form {
	margin: 30px 0 0 0;
}

.feedback {
	padding: 30px 0;
	color: #a1b878;
}

.error {
	color: #e73640;
}



/* MainNav
-----------------------------------------------------------*/
ul#mainNav {
	float: right;
	margin: 5px 0 0 0;
	padding-top: 60px;
	/*padding: 0 0 0 135px;*/	
}

ul#mainNav li {
	float: left;
	margin: 0 0 0 20px;	
}

ul#mainNav li a {
	color: #2a2a2a;
	font-size: 17px;
}

body#body_front a#btnHome, body#body_shiatsu a#btnShiatsu, body#body_qigong a#btnQigong, body#body_bewegung-sport a#btnBS, body#body_tuina a#btnTuina, body#body_mentaltraining a#btnMentaltraining, body#body_seminare a#btnSeminare, body#body_portrait a#btnPortrait, body#body_hochsensitiv a#btnHochsensitiv, body#body_links a#btnLinks {
	text-decoration: none;
}


/* Clearfix
-----------------------------------------------------------*/
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}