html, body, td, th, textarea, input, select {
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;;
	font-weight:300;
	font-size:14px;
	line-height:140%;
	color:#222;
}
html {
	height:100%;
	position:relative;
}
body {
	height:100%;
	position:relative;
}
h1 {
	font-size:2.7em;
	line-height:110%;
	font-weight:600;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
}
h2 {
	font-size:1.8em;
	line-height:120%;
	font-weight:600;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
}
h2.sideBarHl {
	margin:0 0 20px 0;
	padding:13px;
	height:43px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:140%;
	background-color:#222;
}
h3 {
	font-size:1.2em;
	line-height:130%;
	font-weight:600;
	color:#222;
}
h4, h5, h6 {
	font-size:1em;
	line-height:140%;
	font-weight:600;
	color:#222;
}
a {
	text-decoration:none;
	color:#e30d17;
	/*color:#b3ded5;*/
}
a:hover {
	text-decoration:underline;
}
.invisible {
	display:none;
}
div.clear {
	margin:0;
	padding:0;
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin:0;
	padding:7px;
	width:100%;
	font-size:1.2em;
	line-height:120%;
	color:#666;
	border:0 none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:block;
	background-color:#efefef;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	height:42px;
}
input.datepicker {
	background:#efefef url('../images/datepickerBg.png') right center no-repeat;
}
input[type="submit"],
button,
a.btn {
	margin:0;
	padding:14px 20px;
	font-weight:600;
	font-size:1.2em;
	line-height:120%;
    color:#000;
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:inline-block;
	width:auto;
	background-color:#b3ded5;
    height:42px;
    cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	text-decoration:none;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover {
    color:#222;
	background-color:#efefef;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"].btn-alert,
button.btn-alert,
a.btn.btn-alert {
	background-color:#e6f4f4;
}
input[type="submit"].btn-alert:hover,
button.btn-alert:hover,
a.btn.btn-alert:hover {
    color:#222;
	background-color:#e6f4f4;
}
div.formContainer {
	margin:0 0 20px 0;
}
div.mod_article img {
	max-width:100%;
	height:auto;
}
div.mod_article img.zoom,
div.mod_article img.zoomByHeight {
	max-width:none;
}
div.rss {
	margin:0 0 10px 10px;
	float:right;
}
div.rss a {
	padding-top:6px;
	display:inline-block;
	font-size:2em;
	line-height:100%;
}
a#scrollToTop {
	padding:6px 0 0 0;
	color:#7A7A7A;
	font-size:22px;
	line-height:22px;
	width:40px;
	height:40px;
	background-color:#fff;
	text-align:center;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	overflow:auto;
	position:fixed;
	bottom:-60px;
	right:10px;
	z-index:100;
}
a#scrollToTop:hover {
	background-color:#7A7A7A;
	border-color:#7A7A7A;
	color:#fff;
	text-decoration:none;
}
table.responsive-table {
	margin:0 0 20px 0;
	padding:0;
	border:0;
	border-spacing:0;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
}
table.responsive-table tbody,
table.responsive-table tr {
	margin:0;
	padding:0;
	border:0;
	border-spacing:0;
}
table.responsive-table td {
	margin:0;
	padding:2px 4px;
	border:0;
	border-spacing:0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:left;
	vertical-align:top;
}
table.responsive-table tr:nth-child(odd) {
	background-color:#f7f7f7;
}
table.responsive-table tr:hover {
	background-color:#f1f1f1;
}

/*-----------------------
Container
-----------------------*/
#wrapper {
	margin:0 auto;
	padding:20px 0 0 0;
	width:100%;
	max-width:1110px;
	position:relative;
	text-align:left;
}
#headerBar {
	width:100%;
	height:32px;
	background-color:#F2F2F2;
}
#header {
	margin:0 0 30px 0;
	position:relative;
}
#headerContainer {
	margin:0 0 20px 0;
	height:90px;
}
#logoContainer {
	/*margin-top:21px;*/
	width:100%;
	float:left;
	/*background-color:#ff7300;*/
}
#logoContainer img {
/*	margin: 4px 68px 4px 2px;
	height: inherit;*/
	margin-top: 4px;
	margin-bottom: 4px;
    width: 100%;
    height: auto;
}

#logoContainer img.mobile {
	display: none;
}

#logoContainer a {
	height: inherit;
}
#content {
	margin:0 0 30px 0;
	padding:0 20px 30px 0;
	border-right:1px solid #ededed;
	width:67%;
	min-height:600px;
	height:auto;
	position:relative;
	float:left;
}
#sidebar {
	margin:0 0 30px 0;
	padding:0 0 30px 20px;
	width:33%;
	float:left;
}
#footer {
	margin:0;
	padding:0;
	border-top:3px solid #7b7b7b;
	position:relative;
	clear:both;
}

#scrollToTop {
	display:none;
}
#scrollToTop a.btn {
	margin:-74px 0 0 0;
	position:absolute;
	right:4px;
	text-transform:uppercase;
	font-weight:bold;
	width:56px;
	height:34px;
	text-align:center;
	background-color:#3d3936;
	border-color:#3d3936;
	color:#fff;
	speak:none;
}

/*-----------------------
Footer
-----------------------*/
#footer {
}
#footerMenuContainer {
	margin:0 0 30px 0;
	padding:0 10px;
	min-height:10px;
}
#footerBottomContainer {
	margin:0;
	padding:0;
	width:100%;
	min-height:56px;
	background-color:#222;
	color:#fff;
	font-size:0.9em;
	line-height:140%;
	position:relative;
}
.logoBottom {
	padding:10px 0 0 20px;
	float:left;
}
.copywrite {
	padding:20px 20px 0 40px;
	float:left;
}
#footerNavigation {
	margin:0;
	padding:20px 20px 0 20px;
	list-style-type:none;
	list-style-image:none;
	display:inline;
	float:right;
	text-align:right;
}
#footerNavigation li {
	margin:0;
	padding:0 0 0 20px;
	display:inline;
}
#footerNavigation li a {
	color:#fff;
}

/*-----------------------
Grid
-----------------------*/
.row {
	position:relative;
	clear:both;
}
.col-6 {
	width:50%;
}
.col-6:nth-child(odd) {
	padding-right:20px;
	float:left;
	border-right:1px solid #ededed;
}
.col-6:nth-child(even) {
	padding-left:20px;
	float:right;
}

/*-----------------------
Navigation
-----------------------*/
#toggleHeaderNavigation {
	margin:7px 20px 0 0;
	padding:0;
	width:34px;
	height:34px;
	position: inherit;
	z-index: 200;
	float:right;
	display:none;
}
#toggleHeaderNavigation a {
	margin:0;
	padding:5px 0 0 0;
	width:34px;
	height:34px;
	color:#fff;
	font-size:21px;
	line-height:100%;
	text-align:center;
	border:2px solid #fff;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#toggleHeaderNavigation a#closeNavigationLink {
	display:none;
}
#navigation:target #toggleHeaderNavigation a#openNavigationLink {
	display:none;
}
#navigation:target #toggleHeaderNavigation a#closeNavigationLink {
	display:block;
}
#toggleHeaderNavigation a:hover {
	color:#ddd;
	border-color:#ddd;
}

#navigation {
	margin:0;
	padding:0;
	position:relative;
	clear:both;
}
#navigation ul,
#navigation ul li {
	margin:0;
	padding:0;
	height:47px;
	list-style-type:none;
	list-style-image:none;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	margin:0;
	padding:12px 16px 0 16px;
	height:47px;
	color:#fff;
	font-size:1.3em;
	line-height:140%;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:600;
	display:block;
	background-color:#003f3f;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#navigation ul li a.trail,
#navigation ul li a.active,
#navigation ul li a:hover {
	background-color:#b3ded5;
	color: #003f3f;
	text-decoration:none;
}
#navigation ul li a i {
	margin-left:5px;
	top:-3px;
	position:relative;
	font-size:0.6em;
	line-height:100%;
}
/* zweite Ebene */
#navigation ul li ul {
	margin:0;
	padding:0;
	display:none;
	width:230px;
	height:auto;
	position:absolute;
	z-index:10;
}
#navigation ul li:hover ul {
	display:block;
}
#navigation ul li ul li {
	margin:0;
	padding:0;
	height:41px;
	background-color:#003f3f;
	float:none;
}
#navigation ul li ul li a {
	padding:12px 10px 0 20px;
	height:41px;
	font-size:1em;
	line-height:140%;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:400;
}
#navigation ul li ul li a i {
	margin-top:8px;
	float:right;
	display:block;
	font-size:0.8em;
	line-height:100%;
}
/* dritte Ebene */
#navigation ul li ul li ul {
	margin-top:-41px;
	left:230px;
	display:none;
}
#navigation ul li:hover ul li ul {
	display:none;
}
#navigation ul li ul li:hover ul {
	display:block;
}

/*-----------------------
Suche
-----------------------*/
#navigation ul li#searchLink {
	float:right;
}
#navigation ul li#searchLink a {
	padding:6px 16px 0 16px;
}
#navigation ul li#searchLink a i {
	font-size:1.6em;
	line-height:140%;
}
#navigation ul li#searchLink a#openSearch {
	display:block;
}
#navigation ul li#searchLink a#closeSearch {
	display:none;
}
#header:target #navigation ul li#searchLink a#openSearch {
	display:none;
}
#header:target #navigation ul li#searchLink a#closeSearch {
	display:block;
}
#navigation ul li#searchBar {
	margin:0 0 30px 0;
	padding:25px;
	height:90px;
	width:100%;
	background-color:#303030;
	display:none;
}
#header:target #navigation ul li#searchBar {
	display:block;
}
#searchField {
	margin:0;
	padding:0 5px;
	width:60%;
	max-width:320px;
	height:40px;
	border:0;
	font-size:30px;
	font-style:italic;
	color:#fff;
	background-color:transparent;
	display:inline-block;
}
#searchSubmit {
	margin:0;
	padding:0;
	border:0;
	font-size:30px;
	color:#fff;
	background-color:transparent;
	float:right;
	resize:none;
	outline:none;
}

/*-----------------------
Banner
-----------------------*/
#headerBannerContainer {
	margin:0 0 20px 0;
	width:728px;
	height:90px;
	float:left;
	background-color:#E6E6E6;
}
#googleAds {
	width: 100%;
	display: inline-block;
}

.sloganHeader {
	float: right;
	margin-right: 65px;
}

#googleAds #headerBannerContainer{
		margin:0 0 20px 0;
		width:100%;	
		background-color:#fff;
	}

#headerBannerContainer .fullWidth {
	display:none;
	overflow:hidden;
}
#headerBannerContainer .fullWidth.wallpaper {
	display:block;
	overflow:hidden;
}
#headerBannerContainer .bp1 {
	display:none;
	overflow:hidden;
}
#headerBannerContainer .bp2 {
	display:none;
	overflow:hidden;
}
@media (min-width:751px) and (max-width:980px)
{
    #headerBannerContainer .fullWidth {
		display:block;
	}
    #headerBannerContainer .fullWidth.wallpaper {
		display:none;
	}
}
@media (min-width:491px) and (max-width:750px) {
	#headerContainer {
		height:60px;
	}
	#headerBannerContainer {
		width:468px;
		height:60px;
	}
	#headerBannerContainer .fullWidth {
		display:none;
	}
    #headerBannerContainer .fullWidth.wallpaper {
	    display:none;
    }
	#headerBannerContainer .bp1 {
		display:block;
	}
	#headerBannerContainer .bp2 {
		display:none;
	}	
	.sloganHeader {
		display: none;
	}
}
@media (max-width:490px) {
	#headerContainer {
		height:50px;
	}
	#headerBannerContainer {
		width:300px;
		height:50px;
	}
	#headerBannerContainer .fullWidth {
		display:none;
	}
	#headerBannerContainer .bp1 {
		display:none;
	}
	#headerBannerContainer .bp2 {
		display:block;
	}	
	.sloganHeader {
		display: none;
	}
}
#sideBannerContainer {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ededed;
	width:100%;
	text-align:center;
}
#sideBannerContainer .banner {
	margin:0 auto;
	width:300px;
	height:250px;
	background-color:#E6E6E6;
	text-align:left;
}

/*-----------------------
Kalender
-----------------------*/
div.eventCalendar {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ededed;
}
div.eventCalendar div.ui-datepicker {
	margin:0;
	padding:0;
	width:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.ui-datepicker-title .ui-datepicker-month,
div.ui-datepicker-title .ui-datepicker-year {
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-size:1.2em;
	line-height:140%;
	font-weight:600 !important;
	color:#fff;
}
div.eventCalendar .ui-widget-content,
div.eventCalendar .ui-widget-header,
div.eventCalendar .ui-corner-all {
	background:none;
	border:0 none;
}
div.eventCalendar .ui-widget-header {
	padding-top:10px;
	height:43px;
	background-color:#003f3f;
}
.ui-widget-header,
.ui-datepicker-title {
	background-image:none;
	background-color:#003f3f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:0 none;
}
.ui-datepicker-title{
	background-color: transparent;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-color:transparent !important;
	background-image:none !important;
}
div.eventCalendar .ui-widget-header .ui-datepicker-prev,
div.eventCalendar .ui-widget-header .ui-datepicker-next {
	top:9px;
}
div.eventCalendar .ui-datepicker-month,
div.eventCalendar .ui-datepicker-year {
	font-weight:normal;
	text-transform:uppercase;
}
div.eventCalendar table.ui-datepicker-calendar th {
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
}
div.eventCalendar div.ui-datepicker table tbody tr td a.ui-state-default {
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:bold;
}
div.eventCalendar span.ui-icon {
	cursor:pointer;
}
div.eventCalendar a.ui-state-active {
	background-color:#e30d17;
	color:#fff;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(../jquery-ui/css/smoothness/images/ui-icons_ffffff_256x240.png);
}
#ui-datepicker-div {
	z-index:99 !important;
}

/*-----------------------
Breadcrumb
-----------------------*/
#breadcrumb {
	margin:0 0 12px 0;
	padding:0;
	width:100%;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#breadcrumb ul li {
	margin:0;
	padding:0 2px 0 0;
	list-style-type:none;
	list-style-image:none;
	display:inline;
	color:#9d9d9d;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:700;
	font-size:0.9em;
	line-height:140%;
}
#breadcrumb ul li.seperator {
	font-size:0.7em;
	line-height:140%;
	font-weight:300;
}
#breadcrumb ul li a {
	text-transform:uppercase;
	color:#9d9d9d;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:700;
}
#breadcrumb ul li.active a {
	color:#222;
}

/*-----------------------
Listenansicht
-----------------------*/
.itemList {
	position:relative;
}
.itemList .item {
	margin:0 0 20px 0;
	border-bottom:1px solid #ededed;
	position:relative;
}
.itemList .item .image {
	height:207px;
	overflow:hidden;
	position:relative;
}
.itemList .item .image a {
	width:100%;
	height:100%;
	display:block;
}
.itemList .item .image img,
.itemList .item .image a img {
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    z-index:1;
    width:100%;
}
.itemList .item .text {
	padding:12px 0;
	overflow:hidden;
}
.itemList .item .text .title {
	margin:0 0 8px 0;
	padding:0;
	font-size:1.2em;
	line-height:140%;
}
.itemList .item .text .title a {
	color:#222;
}
.itemList .item .text .subtitle {
	margin:0;
	padding:0 0 8px 0;
}
.itemList .item .text .subtitle.dateTime {
	font-weight:600;
	color:#e30d17;
}
.itemList .item .text .location {
	margin:0;
	padding:0 0 6px 0;
}
.itemList .item .locationMarker {
	color:#e30d17;
}
.itemList .item .mainCategoryMark {
	margin:20px 0 0 20px;
	padding:5px;
	background-color:#e6f4f4;
	line-height:100%;
	position:absolute;
	color:#000;
	font-weight:600;
	z-index:3;
}
.itemList .item .mainCategoryMark em {
	color:#000;
	font-weight:600;
	font-size:0.8em;
	line-height:100%;
	font-style:normal;
	text-transform:uppercase;
}
.itemList .item .mainCategoryMark em a {
	color:#000;
	font-weight:600;
}

/** No image **/
.itemList .item.noimage {
	margin:0 0 20px 0;
	padding:20px 0 0 0;
	border-bottom:0 none;
	background-color:#e6f4f4;
	color:#000;
}
.itemList .item.noimage .text {
	padding:0 20px 12px 20px;
	overflow:hidden;
}
.itemList .item.noimage .text .title {
	margin:0 0 12px 0;
	padding:0;
	font-size:1.6em;
	line-height:140%;
}
.itemList .item.noimage .text .title a {
	color:#000;
}
.itemList .item.noimage .mainCategoryMark {
	margin:0 0 12px 20px;
	background-color:#b3ded5;
	position:relative;
	display:inline-block;
}
.itemList .item.noimage.cell1,
.itemList .item.noimage.cell2,
.itemList .item.noimage.cell5 {
	background-color:#b3ded5;
}
.itemList .item.noimage.cell1 .mainCategoryMark,
.itemList .item.noimage.cell2 .mainCategoryMark,
.itemList .item.noimage.cell5 .mainCategoryMark {
	background-color:#e6f4f4;
}
.itemList .item.noimage.cell1 .locationMarker,
.itemList .item.noimage.cell2 .locationMarker,
.itemList .item.noimage.cell5 .locationMarker {
	color:#e30d17;
}
.itemList .item.noimage .text .subtitle {
	color:#000;
}
.itemList .item .text .tagContainer {
}
.itemList .item .text .tagContainer a {
}
.itemList .item.noimage .text .tagContainer a {
	color:#000;
}

/*-----------------------
Blätterfunktion
-----------------------*/
ul.pagination {
	margin:20px 0;
	padding:0;
	float:right;
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ddd;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	list-style-type:none;
	list-style-image:none;
	height:42px;
}
ul.pagination li {
	list-style-type:none;
	list-style-image:none;
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	font-size:1.4em;
	line-height:140%;
	color:#fff;
	height:40px;
	border-right:1px solid #ddd;
}
ul.pagination li:last-child {
	border-right:0;
}
ul.pagination li a {
	padding:6px 0;
	color:#222;
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ul.pagination li a:hover {
	background-color:#f2f2f2;
	text-decoration:none;
}
ul.pagination li.active a {
	background-color:#b3ded5;
	color:#000;
}
ul.pagination li.disabled a {
	cursor:not-allowed;
}

/*-----------------------
Detailansicht
-----------------------*/
.itemDetail {
}
.itemDetail h2.mainCategory {
	margin:0 0 6px 0;
}
.itemDetail h1.title {
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ededed;
}
.itemDetail .textContainer {
	margin:0 0 40px 0;
}
.itemDetail h3.subtitle {
	margin:0 0 20px 0;
	font-size:1em;
	line-height:140%;
	color:#222;
	font-weight:400;
}
.itemDetail h3.subtitle.dateTime {
	font-size:1.1em;
	line-height:140%;
	font-weight:600;
	color:#336666;
}
.itemDetail .mainCategoryMark {
	margin-top:15px;
	margin-left:15px;
	padding:6px;
	background-color:#e6f4f4;
	line-height:100%;
	position:absolute;
	color:#000;
	font-weight:600;
	z-index:3;
}
.itemDetail .mainCategoryMark em {
	color:#fff;
	font-weight:600;
	line-height:100%;
	font-style:normal;
	text-transform:uppercase;
}
.itemDetail .mainCategoryMark em a {
	color:#000;
	font-weight:600;
}
.itemDetail .image {
	width:100%;
	height:auto;
	position:relative;
}
.itemDetail .image img {
	width:100%;
	height:auto;
}
.itemDetail .imageTitle {
	margin-top:0;
	font-style:italic;
}
.itemDetail .teaser {
	margin:0 0 20px 0;
	color:#666;
}
.itemDetail .description {
	margin:0 0 20px 0;
	line-height: 21px;
}
.itemDetail .serviceBox {
	margin:0 0 20px 0;
	padding:15px 20px;
	background-color:#EFEFEF;
}
.itemDetail .location {
	padding:15px 20px;
	background-color:#EFEFEF;
}
.itemDetail .location .content {
	margin:0 0 10px 18px;
	position:relative;
}
.itemDetail .location .locationMarker {
	color:#e30d17;
	position:absolute;
	top:4px;
	left:-18px;
	z-index:1;
}
.itemDetail .location .mapCanvas {
	width:100%;
	height:200px;
}
.itemDetail .tagContainer {
}
.itemDetail .tagContainer .label {
    font-weight:600;
}
.itemDetail .tagContainer a {
    margin:0 0 5px 0;
    padding:3px 7px;
	color:#222;
    font-weight:600;
    background:#efefef;
    display:inline-block;
}
.itemDetail .tagContainer a:hover {
	color:#777;
	background-color:#f1f1f1;
	text-decoration:none;
}

/** Social Bookmarks **/
.itemDetail .socialBookmarks {
	margin:0 0 20px 0;
	min-height:40px;
}
.itemDetail .socialBookmarks div {
	margin:0 5px 0 0;
	padding:0;
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	background-color:#ccc;
}
.itemDetail .socialBookmarks div img {
	width:40px;
	height:40px;
	cursor:pointer;
}
.itemDetail .socialBookmarks div .label {
	margin:10px 10px 0 0;
	color:#fff;
	font-weight:600;
	float:right;
	display:inline-block;
}
.itemDetail .socialBookmarks div.active {
	width:150px;
}
.itemDetail .socialBookmarks div.facebook {
	background-color:#9fadcd;
}
.itemDetail .socialBookmarks div.twitter {
	background-color:#abd4f7;
}
.itemDetail .socialBookmarks div.pinterest {
	background-color:#FF7572;
}
.itemDetail .socialBookmarks div.google_plus {
	background-color:#FF7F66;
}

/*-----------------------
Listenansicht Sidebar
-----------------------*/
.itemListSidebar {
	margin:0 0 30px 0;
}
.itemListSidebar .itemSidebar {
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ededed;
}
.itemListSidebar .itemSidebar .image {
	width:85px;
	height:85px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	/*background-color:#336666;*/
}
.itemListSidebar .itemSidebar:nth-child(even) .image {
	/*background-color:#ff7300;*/
}
.itemListSidebar .itemSidebar .image img {
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    z-index:1;
    height:100%;
    width:auto !important;
    max-width:none !important;
}
.itemListSidebar .itemSidebar .text {
	margin-left:100px;
}
.itemListSidebar .itemSidebar .text .title {
	margin:0 0 12px 0;
	padding:0;
	font-size:1.2em;
	line-height:140%;
}
.itemListSidebar .itemSidebar .text .title a {
	color:#222;
}
.itemListSidebar .itemSidebar .text .subtitle {
	margin:0;
	padding:0 0 6px 0;
	color:#222;
}
.itemListSidebar .itemSidebar .text .subtitle.dateTime {
	font-weight:600;
	color:#e30d17;
}
.itemListSidebar .itemSidebar .text .location {
	margin:0;
	padding:0 0 6px 0;
}
.itemListSidebar .itemSidebar .text .location .locationMarker {
	color:#e30d17;
}

/*-----------------------
Veranstaltungen
-----------------------*/
div.eventSearchContainer {
	margin:0 0 40px 0;
}
input.query {
	width:70%;
	float:left;
}
select.category {
	width:28%;
	float:right;
}
input.dateFrom {
	width:48%;
	float:left;
}
input.dateTo {
	width:48%;
	float:right;	
}

/*-----------------------
Suche
-----------------------*/
div.mod_search div.formbody {
	margin:0 0 40px 0;
}
div.mod_search input.text {
	margin-bottom:10px;
}
div.mod_search .header {
	margin:0 0 20px 0;
}
div.mod_search .odd,
div.mod_search .even {
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #ededed;
}

/*-----------------------
Adress Kategorien Liste
-----------------------*/
.addressCategoryList ul {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	clear:both;
}
.addressCategoryList ul li {
	margin:0 0 20px 0;
	padding:0;
	border-bottom:1px solid #ededed;
	list-style-type:none;
	list-style-image:none;
	clear:both;
}
.addressCategoryList ul li .image {
	width:50px;
	height:50px;
	overflow:hidden;
	position:relative;
	float:left;
}
.addressCategoryList ul li .image img {
	width:auto;
	height:100%;
}
.addressCategoryList ul li .title {
	margin:0 0 10px 70px;
	min-height:50px;
}
.addressCategoryList ul li .title a {
	color:#222;
	font-size:1.4em;
	line-height:140%;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:600;
}
.addressCategoryList ul li.active .title a {
	color:#e30d17;
}
.addressCategoryList ul li ul li {
	margin:0;
	border-bottom:0;
}
.addressCategoryList ul li ul li .title {
	margin:0 0 10px 70px;
	min-height:20px;
}
.addressCategoryList ul li ul li .title a {
	color:#666;
	font-size:1.2em;
	line-height:140%;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
	font-weight:600;
}
.addressCategoryList ul li.active ul li .title a {
	color:#666;
}
.addressCategoryList ul li ul li.active .title a {
	color:#e30d17;
}

/*-----------------------
Slider
-----------------------*/
#content .dbaySlider {
	overflow: show;
	overflow-x:hidden;
}
#content .sliderContainer {
	margin:0 0 40px 0;
	height:550px;
	overflow: show;
	overflow-x:hidden;
}
#content .sliderContainer .dbaySliderBrowsePrev,
#content .sliderContainer .dbaySliderBrowseNext {
	background-position:center 160px;
}
#content .sliderContainer .dbaySliderText {
	padding:10px 0;
	min-height:120px;
	background-color:#fff;
	color:#222;
}
#content .sliderContainer .dbaySliderText h2.dbaySliderHl {
	margin:0;
	margin-top: 5px;
	padding:0 20px 10px 0;
	/*max-height:80px;*/
	font-size:1.71em;
	line-height:110%;
	font-weight:600;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
}
#content .sliderContainer .dbaySliderText h2.dbaySliderHl a {
	color:#222;
}
#content .sliderContainer .dbaySliderText .dbaySliderTextInfo {
	padding:0;
	min-height:20px;
	background-color:#fff;
}

#sidebar .sliderContainer {
	margin:0 0 30px 0;
	height:330px;
	overflow:hidden;

}
#sidebar .sliderContainer .dbaySliderBrowsePrev,
#sidebar .sliderContainer .dbaySliderBrowseNext {
	background-position:center 100px;
}
#sidebar .dbaySliderElement {
	background-color:#fff;
}
#sidebar .sliderContainer .dbaySliderText {
	padding:10px 0 0 0;
	height:94px;
	overflow:hidden;
}
#sidebar .sliderContainer .dbaySliderText h2.dbaySliderHl {
	margin:0;
	padding:0 10px;
	height:47px;
	font-size:1.2em;
	line-height:110%;
	font-weight:700;
	font-family:'Open Sans', sans-serif, verdana, arial, helvetica;
}
#sidebar .sliderContainer .dbaySliderText h2.dbaySliderHl a {
	color:#fff;
}
#sidebar .sliderContainer .dbaySliderText .dbaySliderTextInfo {
	padding:8px 10px 0 10px;
	height:37px;
	color:#fff;
    font-style:italic;
    font-weight:300;
	background-color:#101021;
}

/*-----------------------
Tag Cloud
-----------------------*/
.tagCloud {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ededed;
	line-height:140%;
}
.tagCloud a {
	margin:0 6px 6px 0;
	padding:6px;
	border:1px solid #ddd;
	display:border-box;
	color:#7A7A7A;
	font-weight:600;
	display:block;
	float:left;
}
.tagCloud a:hover {
	background-color:#7A7A7A;
	border-color:#7A7A7A;
	color:#fff;
	text-decoration:none;
}

/*-----------------------
Issues
-----------------------*/
ul.issues {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ededed;
	list-style-image:none;
	list-style-type:none;
}
ul.issues li {
	margin:0 0 6px 0;
	padding:0 35px 0 0;
	height:40px;
	box-sizing:border-box;
	list-style-image:none;
	list-style-type:none;
	background-color:#e6f4f4;
}
ul.issues li a {
	margin:0;
	padding:12px 0 0 10px;
	height:40px;
	display:block;
	box-sizing:border-box;
	color:#000;
	font-weight:600;
	background-color:#b3ded5;
}

/*-----------------------
Google Maps
-----------------------*/
#gMapsContainer {
	margin:0 0 20px 0;
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
}
#gMapsCanvas {
	width:100%;
	height:500px;
}
#gMapsCanvas img {
	max-width:none !important;
	background:none !important;
}

/*-----------------------
Social Bookmark Icons
-----------------------*/
#headerSocialMediaIcons {
    height:47px;
    display: flex;
    justify-content: flex-end;
}
#headerSocialMediaIcons a {
	margin:0;
	padding:9px 0;
	box-sizing:border-box;
	display: inline-block;
	height:47px;
	width:47px;
	text-align:center;
	font-size:28px;
	line-height:28px;
	color:#003f3f;
}
#headerSocialMediaIcons a:hover {
	background-color:#e30d17;
	text-decoration: none;
}

.main-search-box {
    height: 38px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 0 5px lightgrey;
    padding: 5px 10px;
}

.main-search-box .search-icon {
    padding-top: 2px;
    font-size: 20px;
    color: #BCBCCB;
    cursor: pointer;
}

.main-search-box input {
    background-color: transparent;
    height: 28px;
    border: 0;
    color: #BCBCCB;
    padding: 0;
    display: inline-block;
    width: auto;
    margin: 0;
}

.main-search-box input {
    outline: none;
}

.slider-buttons {
    background-color: transparent;
    transform: translate(-50%, -102px);
    left: 50%;
    width: 200px;
    height: 5px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
}

.slider-buttons > div {
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.slider-buttons > .active {
    background-color: #003f3f;
}

#dropdownNav nav {
    background-color: #003f3f;
}

#headerSocialMediaIcons a.jfontsize-button-reset{
	font-size: 22px;
	vertical-align: bottom;
	padding-top: 11px;
	padding-bottom: 7px;
	width: 24px;
}

#headerSocialMediaIcons a.jfontsize-button-decrease{
	font-size: 18px;
	vertical-align: bottom;
	padding-top: 13px;
	padding-bottom: 5px;
	width: 26px;
}

.cookie-info-block
{
	display: flex;
	align-items: center;
}

.cookie-info-block > img
{
	width: 100px;
	height: auto;
	margin-right: 20px;
}

.cookie-box,
.mod_cms_accept_tags form > .cookie-box,
.mod_cms_accept_tags form > .cookie-box.tags > div p
{
	line-height: 20px;
	font-family: 'Open Sans', sans-serif, verdana, arial, helvetica;
	font-size: 14px;
}

.cookie-outline {
	padding: 15px;
	background-color: #e4e4e4;
	margin: 10px 0;
}

.mod_cms_accept_tags button[value="accept"].first {
	float:left;
}

