@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,300italic,400italic);

html {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url("bg_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	color: #303030;
	font-size: 62.5%;
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

a, a:link, a:visited, a:hover, a:active {
	color: #29313e;
	text-decoration: underline;
}

a:hover, a:active {
	color: #7d6a2d;
	text-decoration: none;
}

h1 {
	color: #29313e;
	font-size: 3.2em;
	font-weight: 300;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}

h2 {
	color: #7d6a2d;
	font-size: 2.6em;
	font-weight: 300;
	line-height: 1.4;
	margin: 1em 0 0.2em 0;
}

h3, h4, h5, h6 {
	font-size: 2em;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

p {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}

ul {
	padding: 0 0 0 0.5em;
}

.tinymcewysiwyg li,
.xform li {
	font-size: 1.6em;
	margin: 0 0 0.5em 1.4em;
}
/* END Standard HTML-Formate */


/* Formularformate #####################*/
.xform p {
	font-size: 10px;
}

form {
	display: inline;
}

label,
legend,
input,
select,
textarea,
button {
	font-size: 1.6em;
}

label {
	float: left;
	width: 28%;
}

fieldset {
	border: 1px solid #7d6a2d;
	padding: 1em;
}

legend {
	color: #7d6a2d;
	font-weight: bold;
	padding: 1em;
}

input, 
select, 
textarea {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

input {
	padding: 0.2em 0.8%;
}

input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 0.3em;
	min-width: 70%;
	max-width: 70%;
}

input.text, 
input.password,
textarea.textarea {
	width: 70%;
}

#form-module .element {
	margin: 0.6em 0;
}

input:hover, 
select:hover, 
textarea:hover {
	background-color: #f1f1f1;
}

input:focus, 
select:focus, 
textarea:focus {
	border: 1px solid #888888;
}

button {
	color: #ffffff;
	background-color: #f29400;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	padding: 0.2em 0.6em;
}
button:hover, 
button:active {
	background-color: #f29400;
	text-decoration: none;
}
::-moz-placeholder { color: #555555; }
::-webkit-input-placeholder { color: #555555; }
:-ms-input-placeholder { color: #555555; }

.element.warn input, 
.element.warn select, 
.element.warn textarea {
	border: 1px solid #FF0000;
}

.element.warn:after {
	content: "Please fill required fields";
	font-size: 0.8em;
	background: #FFEEEE;
	color: #BB0000;
	border: 1px solid #FFEEEE;
	display: block;
	padding: 0.3em 0.5em;
	margin-left: 14.4em;
	width: 69.8%;
}
/* END Formularformate */


/* Navigation #####################*/
.cNav #navMain ul {
	background: url("spacer.gif");
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 300;
}

.cNav #navMain #nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e3d196;
}

.cNav #navMain #nav li:first-child {
	border: none;
}

.cNav #navMain #nav li ul {
	background-color: #7d6a2d;
	border: 1px solid #c2d2dc;
	text-align: left;
}

.cNav #navMain #nav li li {
	float: none;
    white-space: nowrap;
    width: auto;
    border-left: none;
}

.cNav #navMain #nav li a {
	font-size: 2em;
	color: #29313e;
	display: block;
	float: left;
	height: auto;
	padding: 0 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.cNav #navMain #nav li li a {
	color: #fff;
	float: none;
}

.cNav #navMain #nav li:hover {
	position: relative;
	z-index: 300;
}

.cNav #navMain #nav a:hover {
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	z-index: 300;
}

.cNav #navMain #nav li:hover>a {
	background: #7d6a2d;
	color: #fff;
}

/* Positionierung 2. Ebene */
.cNav #navMain #nav :hover  ul {
	left: 0;
	top: 100%;
	z-index: 300;
}

/* Unterebenen verstecken */
.cNav #navMain #nav ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Positionierung ab 3. Ebene für Standardkonforme Browser */
.cNav #navMain #nav li:hover li:hover>ul {
	margin-left: 100%;
	left: 0;
	top: -1px;
}

/* Positionierung ab 5. Ebene für Standardkonforme Browser */
.cNav #navMain #nav li:hover li:hover li:hover li:hover>ul {
	margin-left: -100%;
	left: 0;
	top: -1px;
}

/* weitere Ebenen verstecken */
.cNav #navMain #nav li:hover>ul ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: auto;
}

/* Hover des Unterebenenpfads */
.cNav #navMain #nav li:hover li:hover>a {
	background: #978036;
	color: #FFFFFF;
}

.cNav #navMain #nav a.active {
	font-weight: 400;
}

.cNav #navMain #nav li:hover li>a.active {
	background-image: none;
	background-color: #978036;
}

.mean-container #nav a.active {
	background-color: rgba(255, 255, 255, .2);
	font-weight: 400;
}

.mean-container #nav li:hover li>a.active {
	background-color: rgba(255, 255, 255, .2);
	font-weight: 400;
}

.cNav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 950;
	background-color: #978036;
	border-bottom: 2px solid #fff;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
/* END Navigation */


/* Allgemein #####################*/
.wrapper {
	margin: 0 auto;
	padding: 0 2%;
	max-width: 93em;
}

.cHeader {
	padding: 2em 0 0 0;
	margin: 0;
	background-repeat: repeat;
	position: relative;
	background-color: #978036;
	background-color: rgba(151, 128, 54, 0.9);
}
.mean-container .cHeader {
	padding-top: 60px;
	background-color: transparent;
}

.logo {
	margin: 0 0 1em 0;
	text-align: center;
}
.mean-container .logo {
	top: 5px;
	left: 20px;
	position: fixed;
	z-index: 900;
	text-align: left;
	margin: 0;
}

.logo img {
	display: inline-block;
	width:30%;
	max-width: 250px;
}
.mean-container .logo img {
	max-height: 60px;
	width: auto;
}

.cNav {
	text-align: center;
	margin: 0;
}
.mean-container .cNav {
	display: none;
}

.cNav #navWrapper {
	display: inline-block;
}

.header {
	margin-top: 1em;
	margin-bottom: 3em;
}
.cols {
	text-align: justify;
	position: relative;
}

.cols:after {
	content: "";
	font-size: 1px;
	width: 100%;
	height: 0;
	display: inline-block;
}

.col {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.col1 {
	width: 58%;
}
.col2 {
	width: 38%;
}
.bgwhite {
	background: rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 3em 3%;
	margin: 0 0 1em 0;
}
.cFooter {
	background-color: #e3d196;
	background-color: rgba(227, 209, 150, 0.9);
	color: #303030;
	text-align: center;
	margin: 4em 0 0 0;
}

.cFooter img {
	vertical-align: middle;
}

.cFooter p {
	margin: 0;
	padding: 1em 0;
	font-size: 1.2em;
}

.clearer {
	clear: both;
}

.shadow {
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* END Allgemein */


/* Text mit Bild #####################*/
.cText {
	text-align: justify;
	margin: 2em 0;
}
.cText:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 0;
}
.cText .col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.cText .colText {
	width: 75%;
}
.cText .colImg {
	width: 20%;
	text-align: right;
}
.cText .colImg.left {
	text-align: left;
}
/* END Text mit Bild */


/* Tinymce Klassen #####################*/
.links_umfliessen {
	float: left;
	margin: 0 1em 1em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #d30132;
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.rechts_umfliessen {
	float: right;
	margin: 0 0 1em 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #d30132;
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* END Tinymce Klassen */


/* bePAL Map #####################*/
.mfp-content .bmapWrapper {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bmapWrapper,
.bmapWrapper p,
.bmapWrapper input {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.bmapPanel,
.bmapContainer {
	color: #303030;
	line-height: 1.2;
}

.bmapPanel {
	min-height: 26px;
}

.bmapPanel p {
	padding: .5em;
	margin: 0;
}

.bmapRoute {
	width: 98%;
	padding: 0 1% 1% 1%;
}

.bmapContainer img {
	max-width: inherit;
	max-height: inherit;
}

.bmapInfoWindow {
	padding-top: 1em;
}

.bmapInfoWindow .routeForm .exampleAddress {
	font-size: 11px;
}

.bmapInfoWindow a.submitRoute {
	background-color: #f5f5f5;
	padding: 3px 8px;
	border: 1px solid #cccccc;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.bmapInfoWindow a.submitRoute:hover {
	background-color: #e5e5e5;
}
/* END bePAL Map */


/* Akkordion #####################*/
ul.accordion {
    list-style: none;
}

.accordion .panel {
    /* IE Hack */
    margin: 0;
    padding: 0;
}

.accordion h3 {
    background: #CCCCCC;
    color: #000000;
    font-size: 1.6em;
    padding: 0 0.6em;
}

.accordion li.active h3 {
    background: #9CBCFC;
}

a.accordion-opener {
    color: #FFFFFF;
    text-decoration: none;
}

.accordion p {
    padding-top: 1em;
}
/* END Akkordion */


/* Lightbox #####################*/
table.lightbox {
	border-collapse:collapse;
	width: 100%;
}
.lightbox img {
	display: block;
}
.lightbox td {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bwLbWrapper {
	text-align: justify;
}
.bwLbWrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.bwLbItem {
	display: inline-block;
	margin: 0 0 1em 0;
	vertical-align: top;
}
.bwLbLegend {
	text-align: left;
}
.bwLbPlaceholder {
	display: inline-block;
}
/* END Lightbox */


/* Slider/Cycle #####################*/
/* setze border-box um Prozentwerte bei width, padding, etc verwenden zu können */
.cycle-slideshow,
.cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cycle-slideshow {
	width: 100%;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

/* slideshow Bilder Standardformate setzen, um Blitzer von unformatierten Elementen zu vermeiden */
.cycle-slideshow img.cycle-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
}

/* Wenn das Skript nicht lädt */
.cycle-slideshow img.cycle-img:first-child {
    position: static;
    z-index: 100;
}

/* pager */
.cycle-pager {
	padding: 0 10px;
	width: 100%;
	z-index: 500;
	position: absolute;
	overflow: hidden;
}

.cycle-slideshow.top .cycle-pager {
	top: 0px;
}

.cycle-slideshow.top.inside .cycle-pager {
	top: 10px;
}

.cycle-slideshow.bottom .cycle-pager {
	bottom: -16px;
}

.cycle-slideshow.bottom.inside .cycle-pager {
	bottom: 0px;
}

.cycle-slideshow.left .cycle-pager {
	text-align: left;
}

.cycle-slideshow.center .cycle-pager {
	text-align: center;
}

.cycle-slideshow.right .cycle-pager {
	text-align: right;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	color: #D69746;
}

.cycle-pager>* {
	cursor: pointer;
}

/* caption */
.cycle-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 700;
}

/* overlay */
.cycle-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: #000000;
	color: #ffffff;
	padding: 15px;
	opacity: .5;
}

/* prev / next links */
.cycle-prev, .cycle-next {
	position: absolute;
	opacity: 0.55;
	filter: alpha(opacity = 55);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 44px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 800;
	cursor: pointer;
}

.cycle-prev:active, .cycle-next:active {
	margin-top: -54px;
}

.cycle-prev:hover, .cycle-prev:focus,
.cycle-next:hover, .cycle-next:focus {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.cycle-prev:before, .cycle-prev:after, 
.cycle-next:before, .cycle-next:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	border: medium inset transparent;
}

.cycle-prev:after, .cycle-next:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.cycle-prev:before, .cycle-next:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.cycle-prev {
	left: 0;
}

.cycle-prev:after {
	border-right: 17px solid #ffffff;
	margin-left: 16px;
}

.cycle-prev:before {
	border-right: 27px solid #3f3f3f;
	margin-left: 10px;
}

.cycle-next {
	right: 0;
}

.cycle-next:after {
	border-left: 17px solid #ffffff;
	margin-left: 10px;
}

.cycle-next:before {
	border-left: 27px solid #3f3f3f;
	margin-left: 6px;
}

.disabled {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.cycle-paused:after {
	content: 'Pause';
	color: white;
	background: black;
	padding: 10px;
	z-index: 500;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.cycle-slideshow.outside.top .cycle-block {
	padding-top: 20px;
	width: 100%;
}

.cycle-slideshow.outside.bottom .cycle-block {
	padding-bottom: 20px;
	width: 100%;
}
.cycle-slideshow.prevnext-outside {
	margin: 0 45px;
}
/* END Slider/Cycle */

/* Media max #####################*/
@media screen and (max-width: 500px) {
	body {
		font-weight: 400;
	}
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	p {
		font-size: 1.2em;
	}
	.tinymcewysiwyg li {
		font-size: 1.2em;
	}
	.col1,
	.col2 {
		width: 100%;
	}
	
	.logo img {
		width: 40%;
	}
}
/* END Media max */