/*
OSTEOPATHIE

orange		#EF8700

gruen		#9BBD1E

hellgrau	#999999		linie

grau		#666666		schrift

*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

/* 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: #EF8700;
}

strong {
	font-weight: 400;
}

#header {
	border-top: 10px solid #9BBD1E;
	padding: 20px 0;
	width: 100%;
	height: auto;
}

#header .logo {
	margin-bottom: 20px;
	padding: 0 20px;
}

#header .logo img {
	width: 100%;
	max-width: 345px;
	height: auto;
}

#header .mod_navigation {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 0 7px 0;
	margin-bottom: 30px;
	text-align: center;
}

#header .mod_navigation ul.level_1 {
	list-style: none;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}

#header .mod_navigation ul.level_1 li {
	float: left;
	margin-right: 42px;
}

#header .mod_navigation ul.level_1 li.last {
	margin-right: 0;
}

#header .mod_navigation ul.level_1 a {
	font-weight: 400;
	font-size: 1.2em;
	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: #EF8700;
	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;
}

@media (max-width: 991px) {
    #header .mod_navigation {display: none;}
}

@media (min-width: 991px) {
    #header .mod_mobile_menu  {display: none;}
}

/* KOPFBILD  */
#header .ce_image img {
	max-width: 1000px;
	max-height: 400px;
	width: 100%;
	height:auto;
}
/*=================  MOBILE MENUE  ===============*/
.mod_mobile_menu {
	display: block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0 0 0 0;
	margin-bottom: 30px;
	text-align: center;
}

.mobile_menu_trigger  {
	width: 100%;
	min-width: 40px;
	position: relative;
}

.mobile_menu_trigger .button {
	margin: 5px 0 0 0;
	position: relative;
}

.mobile_menu_trigger .button span {
	color: #9BBD1E;
	font-weight: 400;
	font-size: 1.4em;
	position: relative;
	top: -9px;
	left: 5px;
}

.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: #9BBD1E;
	margin-bottom: 40px;
	font-size: 1.6em;
}

#main h2 {
	color: #EF8700;
	margin-bottom: 20px;
	font-size: 1.3em;
}

#main .sc2-first {
	padding-right: 30px;
	width: 48%;
}

#main .sc2-last {
	width: 47%;
}

@media (max-width: 1020px) {
    #main .sc2-first {float: none; display: block; width: 100%;}
	#main .sc2-last {float: none; display: block; width: 100%;}
}

#main .ce_divider {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 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 {
	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;
}


/*===================  VOR/ZUR�CK 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 {
	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 input.captcha {
	width: 50px;
}

#main .ce_form form textarea {
	max-width: 400px;
	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 .widget-submit {
	text-align: center;
}

#main .ce_form form button {
	padding: 8px 10px;
	width: 200px;
	background-color: #aecb45;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
}

#main .ce_form form button:hover {
	background-color: #9BBD1E;
	cursor: pointer;
}

#main .ce_form form .widget.termin input {
	margin-top: 20px;
}

/*  embed */
iframe.form {
	background-color: #fff;
	border: 1px solid #ccc;
}

/*=============================  FOOTER  ========================*/
#footer {
	width: 100%;
	height: auto;
	background-color: #9BBD1E;
}

#footer .inside {
	max-width: 1000px;
	min-height: 130px;
	margin: 0 auto;
	color: #fff;
	padding: 30px 0;
	text-align: left;
	width: 93%;
}



#footer .kontakt {
	width: 450px;
	float: left;
}

@media (max-width: 880px) {
    #footer .kontakt {float: none; display: block;}
}

#footer .kontakt img {
	max-height: 130px;
	width: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 230px;
}

@media (max-width: 580px) {
    #footer .kontakt {text-align: center; width: 95%; float: none;}
    #footer .kontakt img {max-height: 80px; float: none; margin: 0 0 20px 0; }
}

#footer .gluecksbuendel {
	width: 400px;
	float: right;
}

@media (max-width: 880px) {
    #footer .gluecksbuendel {float: none; display: block; width: 100%; border-top: 1px solid #fff;  border-bottom: 1px solid #fff; margin-top: 30px; padding: 30px 0; text-align: center;}
}

#footer .gluecksbuendel img {
	max-height: 130px;
	width: auto;
	float: left;
	margin-right: 30px;
}

@media (max-width: 580px) {
    #footer .gluecksbuendel img {max-height: 50px; float: none; margin: 0;}
}

#footer .eu-logo {
	clear: both;
	margin-top: 20px;
}

#footer .eu-logo img {
	max-height: 150px;
	float: none;
	background-color: #fff;
	padding: 5px;
}

@media (max-width: 580px) {
    #footer .eu-logo img {max-height: 150px; float: none; margin: 0;}
}

#footer .social {
	clear: both;
	padding: 30px 0 0 120px;
}

#footer .social img {
	margin-right: 30px;
}

#footer .servicenav {
	clear: both;
	padding: 30px 0 0 153px;
}

@media (max-width: 580px) {
    #footer .servicenav {text-align: center; padding: 30px 0 0 0;}
}


#footer a {
	color: #fff;
	text-decoration: underline;
}



.invisible {
	display: none;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}