/* CSS Document */
/**
 * Default font settings
 */
body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	line-height:1.5em;
	font-size:100.01%;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0px .4em 0px;
	line-height:1.2em
}
h1,h2 {
    color: /*#808000;*/
}
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: inherit;
	font-weight: 600;
}
strong,
th {
    font-weight: 600;
}
/**
 * Colors
 */
body {
	color:#000;
	/*background: url('../images/back6.jpg') #70923e center no-repeat;*/
	/*background: url('../images/back5.jpg') #71acdd center no-repeat;*/
	/*background: url('../images/back4.jpg') #bbce2d center no-repeat;*/
	/*background: url('../images/back3.jpg') #70923e center no-repeat;*/
	/* background-color: #cad9e5; */
	background-color: #fff6e7;
	background-attachment: fixed;
	background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
	-ms-behavior: url('/files/template1/css/backgroundsize.min.htc');
}
body.therapie {
	background-color: #eeedf1;
}
body.blank{
	background-color:#FFF;
}
a {
	color:#000;
}
a.send {
  cursor: pointer;
}
#wrapper {
	/*background-color:#999;*/
	padding:20px 0 20px 0;
}
#main {
	/*background-color:#fff;*/
}
#header,
#main,
#right,
#footer {
	margin:10px 0 0 0;
	/*border: 1px solid #fff;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.80);
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow:0px 0px 11px 1px rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 11px 1px rgba(0,0,0,.2);
	box-shadow:0px 0px 11px 1px rgba(0,0,0,.2);
}


#mainnav.mobile ul li {
	background-color: #70923e;
	border-top: 1px solid #fff;
	margin-bottom:0;
}
/*#mainnav.mobile ul strong.active, #mainnav.mobile ul strong.trail, #mainnav.mobile ul a.trail, #mainnav.mobile ul a:hover {
	background-color: #888;
}*/
#mainnav.mobile .sub_nav {
	background-color:#70923e;
}
#mainnav.mobile a.mobile_handle {
	background-color: #70923e;
	border: 1px solid #fff;
}

/**
 * Layout
 */
body {
	padding:0 0 20px 0;
}
/*header*/
#kopfbild img{
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:-1px;
}
#logo{
	position: absolute;
	top: 23px;
	left: 44px;
	/* padding: 41px 0 28px 0; */
	font-size: 3em;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}
#logo .subline{
  font-size: .7em;
}
/**
 * Navigation
 */
#mainnav, #subnav {
	text-align: right;
}
#mainnav {
	/*background-color:#bbc218;*/
	line-height: 1.4em;
	font-size: 1.2em;
	margin:10px 20px;
	font-weight:600;
	position: absolute;
	right: 0;
	top: 12px;
    /*overflow: visible;*/
 	/*background-color: rgba(255,255,255,0.70);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.nav-absolute #subnav {
	position: absolute;
	top: 10px;
	right: 0;
}
.nav-absolute #mainnav {
	position: absolute;
	bottom: 0;
	right: 15px;
}
#mainnav ul,
#subnav ul {
	margin-bottom: 0;
}
#mainnav li,
#subnav li {
	display:inline-block;
}
.subnav #mainnav li.hide{
	display:none;
}
#mainnav a,
#subnav a {
	text-decoration: none;
}

#mainnav a, #mainnav a:link, #mainnav a:visited,
#mainnav strong,
#subnav a, #subnav a:link, #subnav a:visited,
#subnav strong{
    margin-left: 0.75em;
    padding: 2px 10px 3px;
    display:block;
	/*color:#000;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.80);
	/*border: 1px solid #e2e2e2;*/
}
#mainnav a:hover,
#mainnav a.trail,
#mainnav strong.active{
	/*color: #fff;*/
    background-color:#fff;
}
#mainnav a:first-child, #mainnav strong:first-child{
	margin-left:0;
}
#subnav a:hover,
#subnav a.trail,
#subnav strong.active{
	color: #808000;
}
#mainnav .submenu>ul,
#subnav .submenu>ul{
	display: none;
}
#mainnav .submenu.trail>ul,
#mainnav .submenu.active>ul,
#subnav .submenu.trail>ul,
#subnav .submenu.active>ul{
	display: block;
}

/* list */
.ce_text ul ul, .ce_list ul ul, .ce_text ol ol, .ce_list ol ol {margin-bottom: 0;padding-left: 20px;}
.ce_text li, .ce_list li, .ce_text ol, .ce_list ol {line-height: 1.5em;}
.ce_text ul li, .ce_list ul li 
{
	background: url(../images/bullet1.gif) no-repeat 0 8px;
	padding-left:10px;
	position:relative;
}

.ce_text ol, .ce_list ol {list-style: decimal; padding-left: 27px;}

.mod_eventlist .layout_teaser>* {
	margin-left: 0;
	margin-right: 0;
}
.mod_eventlist h2 {
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 0;
}

.mod_article .no_margin {
  margin-left: 0;
  margin-right: 0;
}
/* ce_text */
.box-a {
	padding: 20px 20px 10px 20px;
	background-color:#fff;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.js_more .inner{
	display: none;
}
.js_more .more_b{
	cursor:pointer;
}
/*footer ------------------------------------------------- */
#footer {
	padding:20px;
}

#footer a{
	text-decoration:none;
}
#footer .adress a:hover {
  text-decoration: underline;
}

#footermenu{
    text-align:right;
}
#footermenu ul {
    display: block;
    margin: 0;
}
#footermenu ul li {
    display: inline-block;
    position:relative;
}
#footermenu ul a, 
#footermenu ul a:link, 
#footermenu ul a:visited, 
#footermenu ul strong.active {
    margin-left: 0.75em;
    text-decoration: none;
    display:block;
}
#footermenu ul a:hover, 
#footermenu ul a.trail,
#footermenu ul strong.active {
    font-weight:600;
}

