/*
GLUECKSBUENDEL

orange		#EF8700

gruen		#9BBD1E

hellgrau	#999999		linie

grau		#666666		schrift

*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	overflow: visible;
}

/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/yanone-kaffeesatz-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Yanone Kaffeesatz Light'), local('YanoneKaffeesatz-Light'),
       url('../fonts/yanone-kaffeesatz-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v9-latin-300.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yanone-kaffeesatz-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}


body {
	background: url(eggshell.jpg) repeat;
	font-size: 1.2em;
	font-weight: 300;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
	color: #333;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: underline;
	color: #9BBD1E;
}

strong {
	font-weight: 400;
}

#header {
	border-top: 10px solid #EF8700;
	padding: 20px 0;
	width: 100%;
	height: auto;
	text-align: center;
}

#header .inside {
	width: 95%;
	max-width: 1000px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#header .logo {
	margin: 0 auto 10px auto;
	float: left;
}

#header .logo img {
	width: 100%;
	max-width: 180px;
	height: auto;
}

#header .mod_navigation {
	padding: 7px 0 7px 0;
	float: right;
	margin: 46px 0 0 0;
}

#header .mod_navigation ul.level_1 {
	list-style: none;
	max-width: 850px;
	height: auto;
	margin: 0 auto;
}

#header .mod_navigation ul.level_1 li {
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	border-right: 1px solid #ccc;
}

#header .mod_navigation ul.level_1 li.last {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

#header .mod_navigation ul.level_1 a {
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	color: #666;
}

#header .mod_navigation ul.level_1 a:hover,
#header .mod_navigation ul.level_1 a.active,
#header .mod_navigation ul.level_1 a.trail {
	color: #9BBD1E;
	cursor: pointer;
}

#header .mod_navigation ul.level_2 {
	display:none;
	position: relative;
}

#header .mod_navigation ul.level_1 li:hover ul.level_2 {
	display: block;
	background-color: #fff;
	z-index: 100;
	padding: 10px 0 10px 10px;
	position: absolute;
	text-align: left;
	margin: 0 0 0 -20px;
}

#header .mod_navigation ul.level_1 li:hover ul.level_2 li {
	display: block;
	float: none;
	padding: 0 20px 5px 10px;
	border: none;
}

@media (max-width: 991px) {
    #header .mod_navigation {display: none;}
}

@media (min-width: 991px) {
    #header .mod_mobile_menu  {display: none;}
}

/* KOPFBILD  */
#header .mod_article {
	clear: both;
}

#header .ce_image img {
	max-width: 1000px;
	max-height: 400px;
	width: 100%;
	height:auto;
}
/*=================  MOBILE MENUE  ===============*/
.mod_mobile_menu {
	display: block;
	padding: 0 0 0 0;
	margin: 45px 30px 0 0;
	text-align: left;
	float: right;
}

.mobile_menu_trigger  {
	width: 100%;
	min-width: 40px;
	position: relative;
}

.mobile_menu_trigger .button {
	margin: 0 0 0 0;
	position: relative;
}

.mobile_menu_trigger .button span {
	color: #9BBD1E;
	font-weight: 400;
	font-size: 1.2em;
	position: relative;
	top: -9px;
	left: 0;
}

.mobile_menu {
    position: absolute;
    z-index: 100;
    display: none;
}

.mobile_menu .inner {
    background: #F3EFE9;
	text-align: left;
	height: 100%;
}

.mobile_menu .inner ul {
   list-style-type: none;
}

.mobile_menu .inner ul li {
	display: block;
}

.mobile_menu .inner a {
    color: #333;
	font-size: 1.3em;
	padding: 10px 0 10px 30px;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.mobile_menu .inner a.active,
.mobile_menu .inner a.trail {
	color: #9BBD1E;
}

.mobile_menu .invisible {
	display: none;
}


.mobile_menu .inner ul.level_2 {
	border-bottom: 1px solid #ccc;
}

.mobile_menu .inner ul.level_2 a {
  border-bottom: none;
   margin: 0 0 0 30px;
}

/*===========================  MAIN  ============================*/
#main {
	width: 100%;
	height: auto;
	text-align: center;
}

#main .inside {
	width: 93%;
	max-width: 1000px;
	height: auto;
	text-align: left;
	margin: 0 auto 30px auto;
}

#main h1 {
	color: #EF8700;
	margin-bottom: 40px;
	padding-top: 10px;
}

#main h2 {
	color: #9BBD1E;
	margin-bottom: 20px;
	font-size: 1.3em;
}

#main .ce_divider {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 0 0 30px 0;
	padding-top: 20px;
}

#main table tr td {
	vertical-align: top;
	padding-right: 20px;
}

#main ul,
#main ol {
	margin: 0 0 30px 50px;
}

#main .ce_text {
	clear: both;
}

#main .fb-page {
	width: 100%;
	text-align: center;
}

#main p.confirm,
#main p.tl_confirm {
	border: 1px solid #9BBD1E;
	padding: 5px 10px;
}

#main p.error {
	
}

/*==============  BREADCRUMB  ===================*/
#main .mod_breadcrumb {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 0.9em;
}

#main .mod_breadcrumb ul {
	list-style: none;
	margin: 0;
}

#main .mod_breadcrumb ul li {
	float: left;
	color: #999;
}

#main .mod_breadcrumb ul li a {
	color: #999;
	text-decoration: none;
}

#main .mod_breadcrumb ul li a:hover {
	text-decoration: underline;
}

#main .mod_breadcrumb ul li span.bullet {
	margin: 0 10px 0 10px;
}

#main .mod_breadcrumb ul li.last span.bullet {
	display: none;
}

/*==================  AKKORDEON  ================*/
#main .ce_accordion .toggler {
	background-color: #9BBD1E;
	padding: 5px 10px 5px 40px;
	color: #fff;
	margin-bottom: 10px;
}

#main .ce_accordion .toggler {
	background: url(akkordeon_geschlossen.png) no-repeat #9BBD1E;
	background-size: 9px 20px;
	background-position: 10px 6px;
}

#main .ce_accordion .toggler.active {
	background: url(akkordeon_offen.png) no-repeat #9BBD1E;
	background-size: 20px 9px;
	background-position: 8px 12px;
}

#main .ce_accordion .toggler:hover {
	cursor: pointer;
}

#main .ce_accordion .accordion {
	padding: 0 40px;
}

/*===============  SPALTENSET  ==================*/
#main .-large-col-3-1 {
	width: 31%;
	margin-right: 30px;
}

#main .-large-last {
	margin-right: 0;
}

#main .rs-column ul {
	margin-left: 20px;
}

@media (max-width: 767px) {
    #main .-large-col-3-1 {width: 100%;}
}

/*===========================   KOMMENTARE  ========================*/
#main .ce_comments .comment_default {
	margin: 20px 0;
	padding-top: 20px;
}

#main .ce_comments .comment_default .date {
	display: none;
}

#main .ce_comments .comment_default .info {
	background-color: #EF8700;
	padding: 5px 10px;
	color: #fff;
}

#main .ce_comments .comment_default .comment {
	padding: 0 10px;
}


#main .ce_comments form {
	padding-top: 20px;
	margin-top: 20px;
}

#main .ce_comments form .widget {
	margin-bottom: 10px;
}

#main .ce_comments form label {
	display: block;
	float: left;
	width: 250px;
}

#main .ce_comments form input.text,
#main .ce_comments form input.captcha,
#main .ce_comments form textarea {
	border: 1px solid #9BBD1E;
	padding: 5px 5px;
	width: 200px;
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
}

#main .ce_comments form textarea {
	width: 350px;
	min-height: 100px;
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
}

#main .ce_comments form .widget-submit {
	text-align: right;
}

#main .ce_comments form button.submit {
	padding: 8px 10px;
	width: 200px;
	background-color: #aecb45;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
}

#main .ce_comments form button.submit:hover {
	background-color: #9BBD1E;
	cursor: pointer;
}

#main .ce_comments form #ctrl_notify {
	display: none;
}

/*===================  VOR/ZURUECK PAGINATION  ============= */
#main .pagination {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}
#main .pagination p {
	margin: 0;
	padding: 0;
}
#main .pagination ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#main .pagination ul li {
	display: inline;
	margin: 0 5px 0 0;
}
#main .pagination ul li .pagination_current {
	color: #666;
	font-weight: bold;
}

/*==================  KONTAKFOMRULAR  ===========================*/
#main .ce_form form {
	border-top: 1px solid #999;
	padding-top: 20px;
	margin-top: 20px;
}

#main .ce_form form .widget {
	margin-bottom: 10px;
}

#main .ce_form form label {
	display: block;
	float: left;
	clear: left;
	width: 180px;
}

#main .ce_form form input.text,
#main .ce_form form input.captcha,
#main .ce_form form select,
#main .ce_form form textarea {
	border: 1px solid #9BBD1E;
	padding: 5px 5px;
	width: 250px;
}


#main .ce_form form .widget.termin input {
	margin-top: 20px;
}

#main .ce_form form textarea {
	max-width: 400px;
	min-height: 150px;
}

#main .ce_form form input.checkbox {
	margin: -5px 10px 0 0 ;
}

#main .ce_form form .checkbox_container label {
	float: none;
	clear: both;
	width: 400px;
	display: inline;
}

#main .ce_form form .submit_container {
	text-align: right;
}

#main .ce_form form input.submit {
	padding: 8px 10px;
	width: 200px;
	background-color: #aecb45;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
}

#main .ce_form form input.submit:hover {
	background-color: #9BBD1E;
	cursor: pointer;
}

/*  iframe  */
iframe.form {
	width: 450px;
	height: 700px;
	border: 1px solid #ccc;
	
}

@media (max-width: 880px) {
    iframe.form {width: 300px; height: 800px;}
}

@media (max-width: 767px) {
    iframe.form {width: 300px; height: 800px;}
}

/*  embed Kursliste  */
iframe.kurs {
	background-color: #fff;
	border: 1px solid #ccc;
}

/*
@media (max-width: 880px) {
    embed.kurs {width: 300px; height: 800px;}
}

@media (max-width: 767px) {
    embed.kurs {width: 300px; height: 800px;}
}

/*=============================  FOOTER  ========================*/
#footer {
	width: 100%;
	height: auto;
	background-color: #EF8700;
}

#footer .inside {
	max-width: 1000px;
	min-height: 215px;
	margin: 0 auto;
	color: #fff;
	padding: 30px 0;
	text-align: left;
	width: 93%;
}



#footer .kontakt {
	width: 440px;
	float: left;
}

@media (max-width: 880px) {
    #footer .kontakt {float: none; display: block;}
}

#footer .kontakt img {
	max-height: 100px;
	width: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 130px;
}

@media (max-width: 580px) {
    #footer .kontakt img {max-height: 50px; margin-bottom: 30px;}
}

#footer .zeiten {
	width: 230px;
	float: left;
}

@media (max-width: 880px) {
    #footer .zeiten {float: none; display: block;}
}

#footer .osteopathie {
	width: 330px;
	float: right;
}

@media (max-width: 880px) {
    #footer .osteopathie {float: none; display: block; width: 100%; border-top: 1px solid #fff;  border-bottom: 1px solid #fff; margin-top: 30px; padding: 30px 0;}
}

#footer .osteopathie img {
	max-height: 100px;
	width: auto;
	float: left;
	margin-right: 30px;
}


@media (max-width: 580px) {
    #footer .osteopathie img {max-height: 50px;}
}

#footer .social {
	clear: both;
	padding: 30px 0 0 120px;
}

#footer .social img {
	margin-right: 30px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}