/*
font-family: "Gill Sans W01 Book";
font-family: "Gill Sans W01 Medium";
font-family: "Gill Sans W01 Light";
*/


*, *:focus {
	outline: none !important;
}
a {
	transition: all 0.2s;
}
blockquote, hr, p, dl, multicol, ul, ol {
	margin-top: 0 !important;
	margin-bottom: 14px;
}
.clear {
	clear: both;
}
.hide,
.hidden {
	display: none !important;
	opacity: 0 !important;
}
.pointer {
	cursor: pointer;
}
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0.06);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
body {
	background: #fff;
	cursor: default;
	position: relative;
	width: 100%;
	color: #2f2f2f;
	overflow-x: hidden;
}

#header {
	position: relative;
	z-index: 10;
	padding: 20px 0 0 0;
	box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.15);
}
#innerheader {
	padding: 0 15px;
}
#header #innerheader #logolink img {
	float: left;
	display: block;
	max-width: 50%;
	height: auto;
}
#header:after { 
	content:"";
	display: block;
	height: 20px;
	border-bottom: 1px solid #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
}
#header #innerheader #menu {
	float: right;
	margin-top: 0.2em;
}
#header #innerheader #menu nav > ul > li {
	position: relative;
	display: block;
	padding: 0 1px;
	background: #fffcfd;
	background: -moz-linear-gradient(top, #fffcfd 0%, #bf002c 50%, #fffcfd 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fffcfd), color-stop(50%, #bf002c), color-stop(100%, #fffcfd));
	background: -webkit-linear-gradient(top, #fffcfd 0%, #bf002c 50%, #fffcfd 100%);
	background: -o-linear-gradient(top, #fffcfd 0%, #bf002c 50%, #fffcfd 100%);
	background: -ms-linear-gradient(top, #fffcfd 0%, #bf002c 50%, #fffcfd 100%);
	background: linear-gradient(to bottom, #fffcfd 0%, #bf002c 50%, #fffcfd 100%);
}
#header #innerheader #menu nav > ul > li > a {
	display: block;
	font-size: 1.4em;
	padding: 0.5em 0.5em 0.5em 2em;
	background: #fff;
}
#header #innerheader #menu nav > ul > li > a:before {
	content: "";
	font-size: 1.1em;
	position: absolute;
	left: 0.5em;
	top: 0.75em;
	width: 1em;
	height: 0.15em;
	background: #303030;
	box-shadow: 
		0 0.25em 0 0 #303030,
		0 0.5em 0 0 #303030;
}
#header #innerheader #menu ul ul {
	display: none;
}
#headpics {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#headpics * {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#headpics img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#body {
	min-height: 300px;
}
#footer {
	position: relative;
	width: 100%;
	color: #fff;
	background: #000;
	overflow: hidden;
}
#footer #footerheader {
	color: #333;
	padding: 10px 15px;
	background: #e7e7e7;
	border-top: 1px solid #e1e1e1;
}
#footer #footerheader .callus {
	position: relative;
	display: block;
	margin: 10px 0;
	padding-left: 3.2em;
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	font-family: "Gill Sans W01 Light";
}
#footer #footerheader .callus strong:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 2.5em;
	height: 2.5em;
	background: #bf002c;
}
#footer #footerheader .callus strong {
	display: inline-block;
	font-family: "Gill Sans W01 Medium";
	font-weight: normal;
}
#footer #footerheader .callus span {
	display: block;
	font-family: "Gill Sans W01 Light";
	color: #333;
}
#footer #footerheader a.totoplink {
	display: block;
	text-align: right;
}
#footer nav {
	background: #444;
	padding: 5px 0;
	margin: 0 -2px;
}
#footer nav ul li.no-footer-button {
	display: none !important;
}
#footer nav ul li {
	display: inline-block;
	width: 25%;
}
body.ohne-tel-oef-adr #footer nav ul li {
	width: 50%;
}
#footer nav ul li a {
	display: block;
	font-size: 0.8em;
	height: 6em;
	line-height: 8em;
	text-align: center;
	color: #fff;
	border-right: 1px solid #444;
	background: #373737;
	background: -moz-linear-gradient(top, #373737 0%, #373737 50%, #000000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #373737), color-stop(50%, #373737), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #373737 0%, #373737 50%, #000000 100%);
	background: -o-linear-gradient(top, #373737 0%, #373737 50%, #000000 100%);
	background: -ms-linear-gradient(top, #373737 0%, #373737 50%, #000000 100%);
	background: linear-gradient(to bottom, #373737 0%, #373737 50%, #000000 100%);
}
#footer #footeraddress {
	padding: 15px;
	font-size: 1em;
}
#footer #footeraddress p {
	margin-bottom: 0;
}
#footer #footeraddress .csc-header,
#footer #footeraddress .bodytext {
	display: none;
}
#footer #footeraddress .bodytext:nth-child(1),
#footer #footeraddress .bodytext:nth-child(2),
#footer #footeraddress .bodytext:nth-child(3) {
	display: block;
}
#footer #footeraddress .home-kontakt-zeiten h1,
#footer #footeraddress .home-kontakt-zeiten div {
	display: none;
}
#footer #footeraddress .home-kontakt-zeiten div.address {
	display: block;
}
#footer #footeraddress .home-kontakt-zeiten div.address p:last-child {
	display: none;
}
#footer #footeraddress .ce-mobil-address #adresse_container p {
	display: block;
}
#footer #footerdesktoplink {
	text-align: center;
	padding: 0 15px 15px 15px;
	font-size: 1em;
}
#footer #footerdesktoplink a {
	color: #fff;
	text-decoration: underline;
}
.welcome-content {
	padding: 15px;
}
.welcome-content h1,
.welcome-content h2,
.welcome-content .headline-welcome {
	padding: 0;
	margin: 0 0 15px 0;
	font-family: "Gill Sans W01 Light";
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}
.bodycontent {
	padding: 0 15px;
}
.bodycontent.gallery {
	padding: 15px;
}
.bodycontent.gallery .csc-header *,
.bodycontent.gallery .csc-header h1,
.bodycontent.gallery .csc-header h2,
.bodycontent.gallery .csc-header h3,
.bodycontent.gallery .csc-header h4 {
	font-size: 19.2px !important;
	color: #333;
	text-transform: uppercase;
	font-family: "Gill Sans W01 Light";
	font-weight: bold;
}
.bodycontent.gallery .csc-textpic-imagewrap {
	display: none !important;
}
.bodycontent.gallery ul.gallerylist {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100% !important;
}
.bodycontent.gallery ul.gallerylist li {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: 33% !important;
	overflow: hidden;
}
.bodycontent.gallery ul.gallerylist li * {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}
.bodycontent.gallery ul.gallerylist li img {
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.bodycontent.gallery .csc-textpic {
	margin: 0;
}
body .reveal-modal {
	top: 30px;
	border-radius: 0 !important;
}
body .reveal-modal:not([style*='visible']) {
	pointer-events: none;
}
body .reveal-modal:not([style*='visible']) iframe {
	position: absolute !important;
	top: -9999em !important;
	left: -9999em !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
}
body .reveal-modal-bg {
	height: 1000%;
}
body .reveal-modal .close-reveal-modal {
	top: 13px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
body .reveal-modal a {
	transition: none !important;
}
body .reveal-modal#reveal-menu {
	top: 0;
	width: 260px;
	padding: 5px 10px 35px 10px;
	background-position: -460px -80px;
}
body .reveal-modal#reveal-menu div.reveal-menu-title {
	position: relative;
	float: left;
}
body .reveal-modal#reveal-menu div.reveal-menu-title span {
	display: block;
	font-size: 1.4em;
	padding: 0 0.5em 0.5em 2em;
	margin: 0;
}
body .reveal-modal#reveal-menu div.reveal-menu-title span:before {
	content: "";
	font-size: 1.1em;
	color: #2f2f2f;
	position: absolute;
	left: 0.5em;
	top: 0.38em;
	width: 1em;
	height: 0.15em;
	background: #303030;
	box-shadow: 
		0 0.25em 0 0 #303030,
		0 0.5em 0 0 #303030;
}
body .reveal-modal#reveal-menu > ul {
	clear: both;
	padding: 0;
	margin: 0;
}
body .reveal-modal#reveal-menu > ul > li {
	display: block;
	padding: 1px 0;
	margin: 0 0 -1px 0;
	background: #eeeeee;
	background: -moz-linear-gradient(left, #eeeeee 0%, #bf002c 50%, #eeeeee 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #eeeeee), color-stop(50%, #bf002c), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(left, #eeeeee 0%, #bf002c 50%, #eeeeee 100%);
	background: -o-linear-gradient(left, #eeeeee 0%, #bf002c 50%, #eeeeee 100%);
	background: -ms-linear-gradient(left, #eeeeee 0%, #bf002c 50%, #eeeeee 100%);
	background: linear-gradient(to right, #eeeeee 0%, #bf002c 50%, #eeeeee 100%);	
}
body .reveal-modal#reveal-menu > ul > li > a {
	display: block;
	padding: 5px 20px;
	background: #eee;
	text-transform: uppercase;
}
body .reveal-modal#reveal-map {
	width: 260px;
	padding: 10px 10px 10px 10px;
}
body .reveal-modal#reveal-map div.reveal-map-title {
	position: relative;
	display: inline-block;
	padding: 0 0 10px 0;
}
body .reveal-modal#reveal-map div.reveal-map-title a {
	text-decoration: underline;
}
body .reveal-modal #reveal-content-map {
	width: 260px;
	height: 260px;
}
body #reveal-map * {
	visibility: inherit !important;
}
dl {
	margin: 0;
}
dl dt {
	margin: 0;
}
dl dd {
	margin: 0;
}
.csc-textpic {
	margin: 0 0 40px 0;
}
.csc-textpic .csc-textpic-image {
	width: 100% !important;
}
.csc-textpic .csc-textpic-imagewrap {
	width: 100% !important;
}
.csc-textpic .csc-textpic-imagewrap img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 10px 0;
}
.csc-textpic .csc-textpic-caption {
	font-size: 0.9em;
}
h1 {
	padding: 10px 0 0 0;
	font-family: "Gill Sans W01 Light";
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}
h2 {
	font-size: 1.3em;
	color: #333;
}
h3 {
	font-size: 1.15em;
	color: #333;
}

input, textarea, select {
	padding: 3px;
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	background: #e7e7e7;
	width: 93%;
}
select {
	width: 97%;
}
input[type='radio'],
input[type='checkbox'] {
	padding: 0;
	border: none;
	background: none;
	width: auto;
}
input[type='submit'] {
	width: 97%;
	color: #fff;
	border-color: #000;
	background: #000;
}
input:invalid, textarea:invalid {
	background: #e7e7e7;
}
.tx_powermail_pi1_form fieldset > legend {
	display: none;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html {
	padding: 0 0 5px 0;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html label {
	display: block;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_captcha {
	width: 97%;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html input.powermail_captcha {
	float: left;
	width: 40%;
	margin-right: 10px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html img.powermail_captcha_captcha {
	float: right;
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 20px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html .powermail_check_inner,
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html .powermail_radio_inner {
	clear: both;
	padding: 8px 0 3px 5px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html .powermail_check_inner label,
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label {
	display: inline-block;
    width: 90%;
	margin-left: 4px;
	vertical-align: top;
	line-height: 1.2em;
}
ul.powermail_mandatory_list {
	margin: 10px 0 20px 0 !important;
}
ul.powermail_mandatory_list li * {
	font-weight: normal;
}
#powermaildiv_uid25,
#powermaildiv_uid26,
#powermaildiv_uid28,
#powermaildiv_uid29,
#powermaildiv_uid30,
#powermaildiv_uid31,
#powermaildiv_uid33,
#powermaildiv_uid34,
#powermaildiv_uid35 {
	display: none !important;
}

.news-single-item .news-set-imgall-bottom {
	margin: 20px 0 0 0;
}

.content-home-aktuelles {
	padding: 0 15px 15px 15px;
}
.content-home-aktuelles .csc-header {
	display: none;
}
.content-home-aktuelles .news-search-emptyMsg {
	display: none;
}
.news-latest-container {
	/*margin-top: 49px;*/
	margin-top: 16px;
}
.news-latest-container .news-latest-item {
	height: 120px;
}
.news-latest-container h4 {
	margin: 0;
}
.news-latest-container .news-latest-date {
	float: left;
	width: 72px;
	padding: 0;
	margin: 0 16px 0 0;
	height: 73px;
	color: #fff;
	background: #bf002c;
	overflow: hidden;
}
.news-latest-container .news-latest-date span.newsdate-day {
	display: block;
	font-family:"Gill Sans W01 Light";
	font-weight: normal;
	font-size: 40px;
	line-height: 53px;
	text-align: center;
}
.news-latest-container .news-latest-date span.newsdate-month {
	display: block;
	font-family:"Gill Sans W01 Light";
	font-weight: normal;
	font-size: 23px;
	line-height: 0px;
	text-transform: uppercase;
	text-align: center;
}
.news-latest-container .news-latest-item div.text-wrapper {
    height: 4.8em;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-latest-container .news-latest-item span.morelink {
	display: none;
}
