/* 1.0.0 | dietmar | 2013-03-27 | bio-pranotherapie.com */

@charset "utf-8";

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/template/font/OpenSans-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Cuprum';
	src: url('/template/font/Cuprum-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Cuprum';
	src: url('/template/font/Cuprum-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400;
	color: #2a2a2a;
}
body {
	background: white;
	font-size: 14px; line-height: 1.231;
    margin: 0;
	overflow: auto;
}

::selection {
	background: #101010; background: rgba(16,16,16, 0.75);
	color: #bae953; text-shadow: none;
}

/* Links */

a { color: #579a04; }
a:hover { color: #3d6f00; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 110%; }
h1 { color: white; font-size: 1.571em; margin: 0.67em 0; }
h2 { color: #579a04; font-size: 1.143em; margin: 0.83em 0; text-transform: uppercase; }
h3 { font-size: 1em; margin: 1em 0; }
h4 { font-size: 0.83em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dotted #bcbcbc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1.5em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */

figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */

table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 2px 5px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px 5px; border-radius: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px #ddd solid;
	margin: 2px;
	font-weight: normal;
}
.pagenav a, .pagenav a:hover { text-decoration: none; border: 1px solid #ddd;  }
.pagenav a:hover { border-style: solid; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #569904;
	border: 0;
	color: white; font-weight: bold; line-height: 30px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
        -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
        transition-property: background-color; transition-duration: 0.5s;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #7ba513; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track-piece { background: #101010; }
::-webkit-scrollbar-thumb {
	background: #579a04;
	border-radius: 2px;
}

.datepicker {
	background: white url(/grafik/template/icon_kalender.png) no-repeat right center;
	cursor: pointer;
}
.nowrap { white-space: nowrap; }

.wrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#maximage { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -20; }
#maximage > img { position: absolute; top: 0; left: 0; }
#maximage img:not(:first-child) { display: none; }

.partnerlogos {
	position: fixed;
	right: 40px;
	bottom: 67px;
}
.partnerlogos a {
	display: block;
	vertical-align: bottom;
}
.partnerlogos a:nth-of-type(1) { float: right; }
.partnerlogos a:nth-of-type(2) { float: left; }
.partnerlogos a:nth-of-type(1) img {
	width: 100px;
}
.partnerlogos a:nth-of-type(2) img {
	width: 200px;
	padding-right: 1.5em;
	margin-top: 3em;
}

@media screen and (max-width: 1500px) {
	.partnerlogos { display: block; }
	.partnerlogos a {
		float: none!important;
		clear: both;
		text-align: right;
	}
	.partnerlogos a:nth-of-type(2) img {
		padding-right: 0;
		padding-top: 1.5em;
		margin-top: 0;
	}
}
@media screen and (max-width: 1250px) {
	.partnerlogos { display: none; }
}

#header {
    height: 120px;
    position: fixed; top: 20px; left: 15px; z-index: -10;
}
#logo {
	background-image: url(/grafik/template/logo.png);
    background: url(/grafik/template/logo.svg) no-repeat left top;
    display: block;
    position: absolute; top: 0; left: 0;
    text-indent: -9999em;
    width: 240px; height: 110px;
    transition-duration: 0.4s; transition-timing: ease-in-out;
    
}
#logo:hover {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}

#nav_main {
    display: table;
    padding: 0;
    position: fixed; bottom: 0; left: 50%; right: 0; z-index: 100;
    text-align: center;
    height: 40px;
    color: #555;
    margin: 0 0 0 -490px;
}
#nav_main ul {
    display: table-row;
    margin: 0; padding: 0;
    width: 980px;
}
#nav_main ul li {
    background: url(/grafik/template/star.png) no-repeat left top;
    display: table-cell;
    line-height: 40px; text-align: left;
    height: 35px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
#nav_main li:hover, #nav_main li:hover a { background-position-y: -40px; }
#nav_main li:hover .navbox {
    display: block;
    background-position-y: -40px;
}
#nav_main li a {
    color: #bae953; text-decoration: none; text-transform: uppercase;
    display: block;
    transition-property: color; transition-duration: 0.5s;
}
#nav_main li a:hover, #nav_main li:hover a { color: #FC0; }
/* REQUEST */
#nav_main li.request { background: none; }
#nav_main li.request a {
    background: #70a007;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    color: black; font-weight: bold; line-height: 30px; text-align: center;
    display: block;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    transition-property: background-color; transition-duration: 0.5s;
}
#nav_main li.request a:hover { background-color: #FC0; }
/* NAVBOX */
#nav_main li li a { text-transform: none!important; }
#nav_main ul li div.liwrapper { position: relative; display: block; top: 0px; }
#nav_main .navbox {
    background-color: #101010; background-color: rgba(16,16,16,0.9);
    box-shadow: 0 0 6px rgba(0,0,0,0.75);
    display: none;
    padding: 0;
    position: absolute; bottom: 40px; left: -22px;
    text-align: left;
}
#nav_main .navbox ul {
    display: block;
    width: auto;
}
#nav_main .navbox ul li {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: list-item;
	height: auto;
    padding: 5px 20px;
    line-height: 30px; text-align: left;
}
#nav_main .navbox li:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0.25);
}
#nav_main .navbox li a { color: #70a007; }
#nav_main .navbox li a:hover { color: #FC0; }
#nav_main .navbox li:last-child { border-bottom: none; }

#nav_main .navbox ul ul li {
	border: none;
	font-size: 0.95em; line-height: 120%;
	padding-right: 0;
}

main { position: relative; }
#scrollbutton {
	margin-left: 284px;
	overflow: hidden;
	position: fixed; bottom: 70px; left: 50%; z-index: 90;
	width: 76px; height: 36px;
}
#scrollbutton button {
	background-color: #579a04; background-color: rgba(87,154,4,0.9);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	float: right;
	margin: 0 2px;
	text-indent: -9999em;
	width: 34px; height: 34px;
}
#scrollbutton .down {
	background-image: url(/grafik/template/scroll_down.png);
	display: none;
}
#scrollbutton .up { background-image: url(/grafik/template/scroll_up.png); }
main article {
	background: white; background: rgba(255,255,255,0.95);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	border-radius: 2px;
	overflow: auto;
	margin: 0 auto; padding: 15px 30px;
	width: 660px;
	line-height: 160%; text-align: justify;
}

main article div.videosaussen { width: 660px; }

/* WETTERBOX */
@font-face {
	font-family: 'MeteoconsRegular';
	src: url('/template/tools/font/meteocons-webfont.eot');
	src: url('/template/tools/font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/template/tools/font/meteocons-webfont.woff') format('woff'),
		 url('/template/tools/font/meteocons-webfont.ttf') format('truetype'),
		 url('/template/tools/font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#wetterbox {
	color: white;
	vertical-align: middle; text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	width: 230px; height: 100px;
	position: fixed; top: 40px; right: 40px; z-index: -10;
	text-align: right;
}
#wetterbox .icon {
	float: left;
	font-family: 'MeteoconsRegular'; font-size: 60px; line-height: 60px; text-align: center; vertical-align: middle;
	padding-right: 10px;
	width: 60px;
}
#wetterbox .preview {
	display: inline-block;
	margin-top: 0; padding-top: 0;
	vertical-align: top;
}
#wetterbox .preview h2 {
	color: white; font-size: 16px; font-weight: bold; text-transform: uppercase;
	margin: 0; padding: 0;
}
#wetterbox .preview div {
	display: inline-block;
	font-size: 30px; text-align: left;
	float: left;
}
#wetterbox .min {
	background: url('/grafik/template/wetterbox_seperator.png') no-repeat right top;
	padding-right: 10px;
}
#wetterbox .max { padding-left: 10px; }
#wetterbox .small {
	font-size: 10px!important; text-transform: uppercase;
	margin-top: -5px;
}
#wetterbox a.button {
	font-size: 0.85em; line-height: 22px;
	height: 22px;
	margin: 0.75em 0 0 0; padding: 0 12px;
}
#wetterbox a.button.first { margin-right: 10px!important; }

#nav_copyright {
	color: white; font-size: 0.85em;
	padding: 2px;
	position: fixed; right: 0; bottom: 40px; z-index: 90;
	width: 180px;
}
#nav_copyright a { color: white; text-decoration: none; }

#footer {
	background: #101010;
	color: white; font-family: Arial, Helvetica, sans-serif; line-height: 20px;
	position: fixed; right: 0; bottom: 0; left: 0; z-index: 80;
	width: 100%; height: 40px;
}
#footer .profile {
	background: url(/grafik/template/footer_profil.png) no-repeat left top;
	position: absolute; top: -80px; left: 125px;
	width: 561px; height: 80px;
}

/* CONTENT */
#l-select {
	margin-bottom: 2em;
	text-align: right;
}
main article h1 {
	background: #579a04; background-color: rgba(87,154,4,0.9);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border-radius: 2px;
	color: white; font-weight: 600; line-height: 36px; text-align: left;
	margin-top: 0; padding: 0 15px;
	position: absolute; top: -80px; left: 130px; z-index: 90;
}
main article h2 {
    color: #579a04;
    font-weight: bold;
}
main article h3 { font-weight: bold; }
main article a {
    border-bottom: 1px dotted #579a04;
    text-decoration: none;
}
main article a:hover {
    background-color: #579a04;
	color: #fff;
    border-bottom: none;
    text-decoration: none;
}
main article a.lightbox { border-bottom: none; }
main article a:not(.button).lightbox:hover { background-color: transparent; border-bottom: none!important; }
main article h2 a:hover { color: #fff; }
main article table { width: 100%; }
main article blockquote {
	background-color: #569904;
	border-radius: 2px;
	background: rgba(86,153,4,0.25) url('/grafik/template/blockquote_border_bottom.png') no-repeat left bottom;
	color: #70a007;
	margin: 1em 0; padding: 1.5em 2.5em;
	transition: 0.5s;
}
main article blockquote:hover { background: rgba(86,153,4,0.25) url('/grafik/template/blockquote_border_bottom.png') no-repeat right bottom; }
main article blockquote h3 {
	font-size: 1.3em; font-weight: normal;
	margin-top: 0.25em;
}

main article section.liste div.image             { width: 200px; }
main article section.liste div.image img         { max-width: 100%; display: block; height: auto !important; }

/* PRINT STYLES */

@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #footer { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}