/* ###### Hgd Bild auf gesamten Hintergrund ausdehnen
html {
	background: #977043 url("bg_body.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

/* ###### Schatten um ein Element
1 Horizontal Abstand
2 Vertikal Abstand
3 Weichzeichner Radius 0=scharf
4 Schattenausdehnung 0=gleich wie Weichzeichner
5 Farbe
.shadow {
	-moz-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.3);	
}
*/

/* Standard HTML-Formate #####################*/
html {
	background-color: #FFFFFF;
	background-image: url("bg-html.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	color: #636363;
	font-size: 75%;
	line-height: 1.6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, 
a:link, 
a:visited {
	color: #E4B33F;
	text-decoration: underline;
}

a:hover, 
a:active {
	text-decoration: none;
}

.block1 a {
	color: #553677;
}

h1 {
	color: #FFFFFF;
	background-color: #E4B33F;
	font-size: 1.7em;
	line-height: 1.4;
	font-weight: normal;
	margin: 1.6em 0 0.4em -1.8em;
	padding: 0 0.4em 0 1.8em;
}

h2 {
	color: #FFFFFF;
	background-color: #7A7282;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: normal;
	margin: 1.3em 0 0.3em -2.2em;
	padding: 0 0.4em 0 2.2em;
}

h3,
h2.resp-accordion {
	color: #FFFFFF;
	background-color: #E4B33F;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: normal;
	margin: 1em 0 0.3em -2.5em;
	padding: 0 0.4em 0 2.5em;
}

#cRight h1 {
	margin-left: -0.7em;
	margin-right: -0.7em;
	padding-left: 0.7em;
}

#cRight h2 {
	margin-left: -0.85em;
	margin-right: -0.85em;
	padding-left: 0.85em;
}

#cRight h3 {
	margin-left: -1em;
	margin-right: -1em;
	padding-left: 1em;
}

img {
	max-width: 100%;
}

#cContent img {
	border: 2px solid #E4B33F;
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);	
}

#cContent img.kein-rand {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

p {
	margin: 0 0 0.5em 0;
}

ul {
	list-style-type: square;
}

li {
	margin: 0 0 0.4em 1.3em;
}

.block1 ul {
	list-style-type: none;
	padding: 0;
}

.block1 li {
	background: url("ic-link.png") 0 0 no-repeat;
	margin: 0 0 0.6em 0;
	padding: 0 0 0 2.4em;
}

h1 .datum {
	font-size: 0.6em;
	padding: 0 2em 0 0;
}
/* END Standard HTML-Formate */


/* Suche #####################*/
#cSearch {
	margin-bottom: 1.7em;
}

#cSearch button.button {
	background: url("ic-search.png") left top no-repeat;
	border: none;
	height: 21px;
	width: 21px;
	vertical-align: middle;
}

#cSearch button.button span {
	display: none;
}

input.search {
	width: 70%;
	height: 14px;
	padding: 6px 5%;
	margin-right: 1%;
	border: 2px solid #E4B33F;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);	
}

ul.searchresult {
	list-style-type: none;
}

ul.searchresult li {
	margin: 0 0 1em 0;
}

ul.searchresult h4 {
	margin: 0 0 0.3em 0;
}
/* END Suche */


/* Breadcrumb #####################*/
#breadcrumb {
	font-size: 0.83em;
	margin-bottom: 2em;
}
#breadcrumb a:link, 
#breadcrumb a:visited {
	color: #553677;
}
/* END Breadcrumb */


/* Formularformate #####################*/
form {
	font-size: 1em;
	display: inline;
}

label {
	float: left;
	width: 10em;
}

fieldset {
	border: 1px solid #E4B33F;
	padding: 1em;
}

legend {
	color: #E4B33F;
	font-weight: bold;
	padding: 1em;
}

input, 
select, 
textarea {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

input {
	padding: 0.2em 0.3em;
}

input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 0.3em;
	min-width: 70%;
	max-width: 70%;
}

input.text, 
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 #E4B33F;
}

.button {
	background-color: #D0D0D0;
	background-image: url(backgroundbtn.gif);
	background-repeat: repeat-x;
	border-color: #BEBEBE #888888 #888888 #BEBEBE;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	padding: 0.2em 0.6em;
}
.button:hover, 
.button:active {
	background-color: #E5E5E5;
	color: #222222;
	text-decoration: none;
}
/* END Formularformate */


/* Navigation #####################*/
#navi,
#navi ul {
	background: url("spacer.gif");
	list-style: none;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#navi li {
	font-size: 1.2em;
	text-transform: uppercase;
	float: left;
	margin: 0;
	border-right: 1px solid #A29CBF;
}

#navi li:first-child {
	border-left: 1px solid #A29CBF;
}

#navi ul li:first-child {
	border-left: none;
}

#navi li ul {
	font-size: 1em;
}

#navi li li {
	font-size: 1em;
	text-transform: none;
	float: none;
    white-space: nowrap;
    width: auto;
    margin: 1px 1px 1px 0;
    border: none;
}

#navi li a {
	color: #FFFFFF;
	display: block;
	float: left;
	height: auto;
	padding: 0.6em 0.8em;
	text-decoration: none;
}

#navi li li a {
	float: none;
	background-color: #6D62A0;
	padding: 0.2em 0.6em;
}

#navi li:hover {
	position: relative;
	z-index: 100;
}

#navi a:hover {
	background: url("bg-nav-act.png");
	position: relative;
	z-index: 100;
}

#navi li:hover>a {
}

/* Positionierung 2. Ebene */
#navi :hover  ul {
	left: 0;
	top: 2.7em;
	z-index: 300;
}

/* Unterebenen verstecken */
#navi ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Positionierung ab 3. Ebene für Standardkonforme Browser */
#navi li:hover li:hover>ul {
	margin-left: 100%;
	left: 1px;
	top: -1px;
}

/* Positionierung ab 5. Ebene für Standardkonforme Browser */
#navi li:hover li:hover li:hover li:hover>ul {
	margin-left: -100%;
	left: 0;
	top: 0;
}

/* weitere Ebenen verstecken */
#navi li:hover>ul ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: auto;
}

/* Hover des Unterebenenpfads */
#navi li:hover li:hover>a {
	background: #9991BC;
}

/* Aktiv Formate */
#navi a.navActive {
	background: url("bg-nav-act.png");
}

#navi li:hover li>a.navActive {
	background-image: none;
	background-color: #9991BC;
}
/* END Navigation */


/* Sitemap #####################*/
.sitemap1 ul {
	list-style-type: circle;
	margin: 0.2em 0 1.4em 2em;
}
.sitemap1 li {
	margin: 0.2em 2em;
}
/* END Sitemap */

/* Newsboxen #####################*/
.teaser {
	background-color: #EEEDEF;
	margin: 0 -1.2em 0.5em -1.2em;
	padding: 0 1.2em 0.5em 1.2em;
}

.teaser a {
	color: #553677;
}

.teaser h3 {
	background-color: #7A7282;
	border-bottom: 2px solid #FFFFFF;
}

.teaser .datum {
	font-weight: bold;
}
/* END Newsboxen */


/* Allgemein #####################*/
#wrapper {
	margin: 4em auto;
	max-width: 92em;
	background-color: none;
}

#cHeader {
	background-color: #FFFFFF;
	position: relative;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);	
}

#logo {
	position: absolute;
	z-index: 200;
	overflow: hidden;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	-o-border-radius-topleft: 14px;
	-o-border-radius-topright: 14px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

#header {
	height: 206px;
	overflow: hidden;
	text-align: right;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	-o-border-radius-topleft: 14px;
	-o-border-radius-topright: 14px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

#header .slideshow {
	float: right;
}

#cNav {
	background: #675A9C url("bg-nav.png");
	margin: 0;
	padding: 0 3.3em;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-o-border-radius-bottomleft: 14px;
	-o-border-radius-bottomright: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

#cContent {
	background-color: #FFFFFF;
	overflow: hidden;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);	
}
#cContent.transp {
	background-color: rgba(255,255,255,0.91);
}


#cMain {
	margin: 0;
	padding: 2em 0 0 3em;
	float: left;
	width: 62%;
}

#cRight {
	float: right;
	width: 29%;
}

.block1 {
	background: #FAF8FA url("bg-block1.png") repeat-x;
	min-height: 6em;
	margin-bottom: 2em;
	padding: 1.7em 1.2em 1.2em 1.2em;
}

.block2 {
	background: #FFFFFF url("bg-block2.png") repeat-x;
	padding: 0 1.2em 1.2em 1.2em;
}

#cFooter {
	padding: 3em 4em;
}

.clearer {
	clear: both;
}

/* END Allgemein */


/* 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 a,
.bmapContainer a {
	color: #004faf;
}

.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 #####################*/
h2.resp-accordion {
    margin: 0.8em 0 0.8em 2em;
    padding: 0 0.6em !important;
    position: relative;
}
h2.resp-accordion.resp-tab-active {
	border: none !important;
}
h2.resp-accordion:before {
	display: block;
	content: '';
	position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("ic-accordion.png");
    margin: 0 0 0 -2.6em;
    width: 22px;
    height: 22px;
}
h2.resp-accordion.resp-tab-active:before {
    background-image: url("ic-accordion-act.png");
}
h2.resp-accordion .resp-arrow {
	display: none;
}
.resp-easy-accordion .resp-tab-content {
	border: none;
	padding: 0 3em 2em 3em;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border: none;
}
/* 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;
	vertical-align: top;
}
.bwLbItem img {
	max-width: inherit;
	width: 100%;
}
.bwLbLegend {
	text-align: left;
}
.bwLbPlaceholder {
	display: inline-block;
}

@media screen and (max-width: 800px) {
	.bwLbCols5 .bwLbItem { width: 23% !important; }
	.bwLbCols6 .bwLbItem { width: 18% !important; }
	.bwLbCols7 .bwLbItem { width: 15% !important; }
	.bwLbCols8 .bwLbItem { width: 13% !important; }
	.bwLbCols9 .bwLbItem { width: 12% !important; }
}
@media screen and (max-width: 600px) {
	.bwLbCols4 .bwLbItem { width: 30% !important; }
	.bwLbCols5 .bwLbItem { width: 30% !important; }
	.bwLbCols6 .bwLbItem { width: 23% !important; }
	.bwLbCols7 .bwLbItem { width: 18% !important; }
	.bwLbCols8 .bwLbItem { width: 15.2% !important; }
	.bwLbCols9 .bwLbItem { width: 15.2% !important; }
}
@media screen and (max-width: 500px) {
	.bwLbCols3 .bwLbItem { width: 47% !important; }
	.bwLbCols4 .bwLbItem { width: 47% !important; }
	.bwLbCols5 .bwLbItem { width: 30% !important; }
	.bwLbCols6 .bwLbItem { width: 30% !important; }
	.bwLbCols7 .bwLbItem { width: 30% !important; }
	.bwLbCols8 .bwLbItem { width: 23% !important; }
	.bwLbCols9 .bwLbItem { width: 23% !important; }
}
@media screen and (max-width: 400px) {
	.bwLbCols2 .bwLbItem { width: 100% !important; }
	.bwLbCols3 .bwLbItem { width: 47% !important; }
	.bwLbCols6 .bwLbItem { width: 47% !important; }
	.bwLbCols8 .bwLbItem { width: 30% !important; }
	.bwLbCols9 .bwLbItem { width: 30% !important; }
}
/* 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;
	background-color: #fff;
	/*overflow: hidden;*/
	/*background: url(spinner.gif) 50% 50% no-repeat;*/
}
.cycle-slideshow.prevnext-outside {
	padding: 0 54px;
}

/* 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;
}

.cycle-slideshow.prevnext-outside .cycle-pager {
	left: 0;
	padding: 0 64px;
}

/* caption */
.cycle-caption {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	bottom: 15px;
	right: 15px;
	padding: 2em;
	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-slideshow.prevnext-outside .cycle-prev {
	left: -54px;
}*/

.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-slideshow.prevnext-outside .cycle-next {
	right: -54px;
}*/

.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);
}

/* Pause Text */
.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 .cycle-block {
	bottom: 0;
	right: 0;
}
.cycle-slideshow.outside.top .cycle-block {
	padding-top: 20px;
	width: 100%;
}

.cycle-slideshow.outside.bottom .cycle-block {
	padding-bottom: 20px;
	width: 100%;
}

/* Alle Slides außer dem Ersten ausblenden, um Layout-Springer während des ladens zu vermeiden */
.cycle-slideshow .cycle-block ~ .cycle-block {
	display: none;
}

.cycle-slideshow.prevnext-outside .cycle-block {
	padding-left: 54px;
	padding-right: 54px;
}
.cycle-slideshow.prevnext-outside .cycle-tiles-container {
	margin: 0 54px;
}
.cycle-slideshow.prevnext-outside .cycle-block.cycle-sentinel {
	padding-left: 0;
	padding-right: 0;
}
/* END Slider/Cycle */


/* Mobile default #####################*/
@media screen and (max-width: 600px)
{
html {
	background-image: none !important;
}

h1, 
h2, 
h3 {
	margin-right: -2%;
	padding-right: 2%;
	margin-left: -2%;
	padding-left: 2%;
}

#logo img {
	height: 120px;
}

#header {
	height: 120px;
}

#cNav {
	padding: 0 2%;
}
#cContent.transp {
	background-color: none;
}
#cMain {
	width: 96%;
	float: none;
	padding: 2em 2%;
}

#cRight {
	width: 100%;
	float: none;
	margin-top: 3em;
	border-top: 0.6em solid #553677;
}

#cSearch {
	position: absolute;
	top: 0.5em;
	width: 95%;
}

.block1 {
	min-height: auto;
}
}
/* END Mobile default */
