/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');*/

/* Base
================================================== */
html {
	overflow-y: scroll;
	box-sizing: border-box;
    background-color: #fff;
}
body {
    font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 400;
	font-style: normal;
	line-height: 23px;
	/*letter-spacing: 0.03em;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;
	user-select: none;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    margin: 30px 0 10px 0;
	padding: 0;
	color: #000;
	text-transform: none;
	text-align: left;
	line-height: 130%;
}
h1 {
	font-size: 45px;
    margin: 10px 0 20px 0;
}
h2 {}
h3 {
    font-size: 17px;
    margin: 20px 0 10px 0;
}
h4, h5, h6 {
    font-size: 17px;
    margin: 20px 0 10px 0;
}
p {
    margin: 0 0 20px 0;
}
a {
	color: #6c1619;
	text-decoration: none;
}
a:active, a:visited, a:focus {
	color: #6c1619;
	text-decoration: none;
}
a:hover {
	color: #d7be83;
	text-decoration: none;
}
*:focus, *:active {
    outline: 0 none;
}
.mainwrap a {
	border-bottom: 1px solid #6c1619;
}
.mainwrap a:hover, .mainwrap a:active {
	border-bottom: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
*:focus, *:active {
    outline: 0 none;
}
hr {
	margin-top: 60px;
	margin-bottom: 10px;
    border-color: #000;
}
.lastrow hr {
	border-top: 2px solid #000;
}
b, strong {
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
    font-style: normal;
}
h1 b, h1 strong, h2 b, h2 strong {
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ol, ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-position: outside;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 5px;
	font-size: 0.9em;
}
li {
	text-align: left;
	list-style-type: disc
}
.link-extern, .link-mail, .link-download, .link-intern {
	border-bottom: 1px solid #6c1619;
}
.link-extern:hover, .link-extern a:active, .link-mail:hover, .link-download:hover, .link-intern:hover {
	border-bottom: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.mainwrap {
	position: relative;
	margin: 20px 0 0 0;
	background: transparent;
	/*text-align: justify;*/
}
.page-2 .mainwrap {
	margin: 40px 0 0 0;
}
.clearer {
	clear: both;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-md-12, .col-md-10, .col-md-9, .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-md-2 {
	padding-right: 10px;
	padding-left: 10px;
}
/* specific formatting */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent { margin-left: 1.5em; }
.block { display: block; }

/* Header
================================================== */
#headBoxWrap {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
    background: #fff;
	background: rgba(255,255,255,0.8);
}
#headBox {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	/*border-bottom: 3px solid #6c1619;*/
}
#logo {
	float: left;
	margin: 0;
	text-align: left;
}
#logo img {
	width: 42px;
	height: 50px;
	margin: 2px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*.fixed #logo img {
	width: 29px;
	height: 35px;
	margin-top: 2px;
}*/
#logo h1 {
    font-size: 19px;
    display: none;
}

/* Navigation
================================================== */
#navBox {
	margin-top: 7px;
	width: auto;
	float: right;
}
/*.fixed #navBox {
	margin-top: 0;
}*/
.navbar {
	min-height: 10px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#toggleBox .navbar {
	min-height: 270px;
}
#headBox .navbar {
	padding-top: 0;
}
.nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
/* Toggle */
#toggleBox {
	position: absolute;
	text-align: left;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	top: 65px;
	background: #6c1619;
	padding: 0;
	display: none;
}
/*.fixed #toggleBox {
	top: 40px;
}*/
.navbar-toggle {
	color: #000;
	background: transparent;
	text-align: center;
	display: block;
	cursor: pointer;
	position: relative;
	float: left;
	z-index: 500;
	width: 78px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	border-left: 1px solid #000;
	/*border-right: 1px solid #000;*/
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background: transparent;
}
.navbar-toggle .icon-bar {
	width: 58px;
	height: 40px;
	height: 3px;
	background: #000;
	margin: 6px auto;
}
.navbar-toggle:focus .icon-bar {}
.navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle .closeNav {
	width: 78px;
	height: 40px;
	background: transparent url('../Images/kreuz.png') center center no-repeat;
	display: none;
}
.navbar-toggle .closeNav:hover, .navbar-toggle .closeNav:active {
	background: transparent url('../Images/kreuz.png') center center no-repeat;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle.openNav .closeNav {
	display: block;
}
.navbar-toggle.openNav .icon-bar {
	display: none;
}
.navbar-default .navbar-nav li {
	list-style-type: none;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	/*white-space: nowrap;*/
	text-transform: none;
	padding: 10px 0;
	/*line-height: 100%;*/
	line-height: 120%;
	display: block;
	position: relative;
}
.navbar-default .navbar-nav li li a {
	padding: 6px 7px 6px 0;
}
.navbar-default .navbar-nav li a:after {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 17px;
	position: absolute;
	top: 9px;
	right: 0;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #d7be83;
	background-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover, .navbar-default .navbar-nav .active>a:active {
	color: #d7be83;
	background-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav li .navHead {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	padding: 10px 0;
	line-height: 100%;
	display: block;
	position: relative;
}
.navbar-default .navbar-nav>li {
	padding: 0;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
}
/*.navbar-default .navbar-nav>li.first {
	padding: 0 10px 0 0;
}
.navbar-default .navbar-nav>li.last {
	padding: 0 0 0 10px;
}*/
.navbar-default .navbar-nav li li {
	border-top: 1px solid #fff;
	padding: 0 0 0 20px;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}
/* Breadcrump */
.breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	font-size: 15px;
}
.breadcrumb a {
	display: inline-block;
	margin: 0 5px;
	line-height: 130%;
	text-decoration: none;
	border-bottom: none;
}
.breadcrumb a:after {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 15px;
	margin-left: 3px;
}
/* Navi address */
.navAddress {
	margin: 0;
	padding: 20px 0;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	display: none;
}
#toggleBox .navAddress {
	padding-left: 0;
}
.navAddress span {
	display: block;
}
.navAddress span.addrtitle {
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}
.navAddress span a:hover, .navAddress span a:active {
	color: #000;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navAddress span.fon, .navAddress span.googlelink {
	margin-top: 10px;
}
/* Tel, Mail */
.telblock, .mailblock, .searchblock, .newsblock {
	margin: 0;
	padding: 5px 10px 0 10px;
	/*color: #6c1619;*/
	float: left;
    /*line-height: 110%;*/
	-webkit-transition: all 0.7s; 
	-moz-transition: all 0.7s; 
	-ms-transition: all 0.7s; 
	-o-transition: all 0.7s; 
	transition: all 0.7s; 
}
.telblock a:before {
	content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
.mailblock a:before {
	content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
.newsblock a:before {
	content: "\f129";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
.telblock a, .mailblock a, .newsblock a {
	color: #000;
}
.telblock a:active, .telblock a:visited, .telblock a:focus,
.mailblock a:active, .mailblock a:visited, .mailblock a:focus,
.newsblock a:active, .newsblock a:visited, .newsblock a:focus {
	color: #000;
}
.telblock a:hover, .mailblock a:hover, .newsblock a:hover {
	text-decoration: none;
}
.mailblock span {}
.mailblock img {
	vertical-align: inherit;
}
.searchblock form input[type="text"] {
	margin: 1px 0;
	padding: 2px 3px;
    width: 150px;
    font-size: 15px;
    line-height: 100%;
    float: left;
}
.searchblock {
	padding: 25px 0 0 10px;
}
.searchblock #ke_search_searchfield_submit {
	padding: 5px 0 0 5px;
	cursor: pointer;
	display: inline-block;
	line-height: 100%;
	background-color: transparent;
	border: none;
	font-size: 17px;
}
#form_kesearch_searchfield {
	margin-top: 2px;
}
/* Social */
#socialLinks {
	float: left;
	padding: 5px 5px 10px 15px;
}
#socialLinks a {
	float: left;
	margin: 0 auto;
	padding: 0 3px;
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

/* Content
================================================== */
#pageHead {
	margin: 84px 0 0 0;
	position: relative;
	background: #6c1619;
	color: #fff;
	text-align: center;
}
#pageHead .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}
.pageTitle {
	position: relative;
	height: 280px;
}
.pageTitle .wappen {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 0;
	opacity: 0.3;
	height: 270px;
}
.pageTitle .wappen img {
	height: 100%;
	width: auto;
}
.pageTitle .titelheader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 20px;
	text-shadow: 1px 1px 2px #000000;
}
.pageTitle .pageCategory {
	display: block;
	margin: 0;
	padding: 65px 0 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pageTitle h1, .pageTitle h2, .pageTitle h3 {
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-align: center;
}
.pageTitle h3 {
	font-size: 17px;
}
.pageHeadImg .ce-image, .pageHeadImg .ce-gallery, .pageHeadImg .ce-row {
	overflow: visible;
}
.pageHeadImg .ce-above .ce-gallery {
	margin: 0;
}
.pageHeadImg .ce-center .ce-inner, .pageHeadImg .ce-center .ce-outer {
    float: none;
    right: 0;
    left: 0;
}
.pageHeadImg img {
	width: 100%;
	height: auto;
}
/* Diverses */
.content {
	margin-bottom: 60px;
}
header.textHeader {
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	/*font-size: 27px;
	line-height: 36px;*/
	font-size: 21px;
	margin: 30px 0 20px 0;
	text-align: left;
}
.content .ce-gallery img {
	max-width: 100%;
}
.content .col-md-3 .ce-textpic:first-of-type {
	margin-top: 0;
	margin-bottom: 60px;
}
.content .ce-textpic img {
	max-width: 100%;
	height: auto;
}
div.ce-textpic-intext-left-nowrap .ce-textpic-imagewrap, div.ce-textpic-intext-right-nowrap .ce-textpic-imagewrap {
	margin-top: 10px;
}
figcaption {
	font-size: 17px;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.csc-uploads-fileSize {
	font-size: 0.9em;
}
.csc-uploads-fileName {
	font-weight: 700;
}
.thumbnail {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.responsive-video {
	margin: 0 0 20px 0;
	line-height: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #d7d6c5;
}
/* Gallery */
.fs-media-gallery .container-fluid {
	padding: 0 5px;
}
.fs-media-gallery a {
	border-bottom: none;
	outline: none;
}
.pagination>li>a, .pagination>li>span {
	color: #6c1619;
	background-color: #fff;
	border: 1px solid #6c1619;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #6c1619;
	background-color: #d7d6c5;
	border: 1px solid #6c1619;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #fff;
	background-color: #6c1619;
	border-color: #6c1619;
}

/* Text Ticker */
#tickerBlock {
  position: relative;
  width: 2500px;
  height: 30px;
  color: #6c1619;
  font-size: 1.1em;
  margin: 0 0 20px 0;
  padding-left: 100%;
  -webkit-animation: marquee 50s linear infinite;
  -moz-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite;
}
.fondsBlock {
  float: left;
}
@-webkit-keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}
@-moz-keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}
@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

/* News
================================================== */
.news .mediaelement img {
	max-width: 100%;
	height: auto;
}
.news-list-view .article {
	margin-bottom: 40px;
}
.news-list-view h2, .news-list-view h3 {
	font-size: 24px;
	text-align: left;
	margin: 0 0 15px 0;
}
.col-md-3 .news-list-view h2, .col-md-3 .news-list-view h3 {
	font-size: 17px;
	margin: 0 0 7px 0;
}
.news-list-view h2 a, .news-list-view h3 a {
	color: #000;
	border-bottom: 1px solid #000;
}
.news-list-view h2 a:hover, .news-list-view h3 a:hover, .news-list-view h2 a:active, .news-list-view h3 a:active  {
	color: #000;
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-list-view .news-img-wrap {
	float: left;
	margin: 0 20px 5px 0;
}
.news-list-view .news-img-wrap a {
	border: none;
}
.col-md-3 .news-list-view .news-img-wrap {
	float: none;
	margin: 0 0 5px 0;
}
.news-list-view .news-img-wrap img {
	width: 170px;
	height: auto;
}
.col-md-3 .news-list-view .news-img-wrap img {
	width: 100%;
}
.news-list-view .teaser-text {
	font-size: 17px;
	line-height: 28px;
}
.col-md-3 .news-list-view .teaser-text {
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}
.news-list-view .teaser-text header {
	font-size: 19px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.col-md-3 .news-list-view .teaser-text header {
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 5px 0;
}
.news-list-view .news-list-date, .news-single .news-list-date {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 15px;
}
.col-md-3 .news-list-view .news-list-date {
	margin: 0 0 5px 0;
	font-size: 13px;
}
.news-list-view .teaser-text p {
	display: inline;
}
.news-list-view .teaser-text a.more {
	border-bottom: 1px solid #6c1619;
}
.news-list-view .teaser-text a.more:hover, .news-list-view .teaser-text a.more:active {
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-single {
	margin-right: 40px;
}
.news-single h2 {
	font-size: 30px;
	text-align: left;
	margin: 10px 0 20px 0;
}
.news-single .news-img-wrap {
	margin: 0 0 10px 0;
}
.news-single .news-img-wrap .outer {
	margin: 0 0 20px 0;
}
.news-single .news-img-wrap a {
	border: none;
}
.news-single .news-img-wrap img {
	width: 100%;
	height: auto;
}
.footer {
	margin: 20px 0;
	font-size: 15px;
	line-height: 19px;
	color: #818181;
}
.news-related ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.news-related a, .news-backlink-wrap a {
	border-bottom: 1px solid #6c1619;
}
.news-related a:hover, .news-backlink-wrap a:hover, .news-related a:active, .news-backlink-wrap a:active {
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-img-caption {
	margin: 5px 0;
	color: #818181;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}
.news-backlink-wrap {
	margin-bottom: 20px;
}
.news-backlink-wrap a:before {
	content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    margin-right: 5px;
}
/* Pagination */
.news .page-navigation {
	padding: 0 10px;
	font-size: 0.8em;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.news .page-navigation a {
	border-bottom: none;
	font-weight: 700;
}
.news .page-navigation p {
	margin: 0;
}
.news .page-navigation ul {
	margin: 0;
	padding: 0;
}
.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 3px;
	background: none;
}
.news .page-navigation ul li:first-of-type {
	padding-left: 0;
}
/* Events */
.news .calTable ul li, .newsCal ul li {
	margin: 0;
	padding: 0;
	background: transparent;
}
.newsCal ul {
	list-style-type: none;
	margin: 0;
}
.newsCal li {
	margin: 0;
	list-style-type: none;
}
.newsCal label {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
}
.newsCal .form-group input {
    margin-left: 5px;
}
.newsCal-submit {
	text-align: right;
	margin-bottom: 15px;
}
.pager li>a, .pager li>span {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.pager li>a:hover, .pager li>span:hover {
	background-color: transparent;
	text-decoration: none;
	color: #d7be83;
}
.calTable .pager {
	margin: 0;
}
.calTable .pager .previous a:before {
	content: "\f104";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	margin-right: 3px;
	display: inline-block;
	font-weight: 700;
	font-size: inherit;
	line-height: 100%;
}
.calTable .pager .next a:after {
	content: "\f105";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	margin-left: 3px;
	display: inline-block;
	font-weight: 700;
	font-size: inherit;
	line-height: 100%;
}
.calTable th, .calTable td {
	text-align: center;
}
.calTable .today {
	background-color: #d7be83;
	color: #fff;
}
.calTable .hasevents strong {
	display: block;
	cursor: pointer;
	color: #6c1619;
}
.calTable .hasevents.inhouse strong {
	color: #6c1619;
}
.calTable .hasevents .eventBox {
	position: absolute;
	z-index: 1;
	/*width: 190px;*/
	margin: 3px 0 0 0;
	display: none;
	/*opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;*/
}
.calTable .hasevents strong:before {
	content: "\f133";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	margin-right: 3px;
	display: inline-block;
	font-weight: 400;
	font-size: inherit;
	line-height: 100%;
}
.calTable .calEvent {
	display: block;
	margin-top: 1px;
	padding: 5px 7px;
	font-size: 0.8em;
	background-color: #fff;
	border: 1px solid #6c1619;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}
.calTable .calEvent.inhouse {
	border: 1px solid #6c1619;
}
.calTable .hasevents strong:hover + .eventBox {
	/*display: block;*/
}
.calTable .calEvent .eventTitle {
	font-weight: 700;
}
.calTable .calEvent span {
	display: block;
}
/* Event list */
.event-list {
	
}
/* News board */
.news-board {
	width: 100%;
	font-size: 0.8em;
}
.news-board p {
	margin: 0;
}

/* Teaser
================================================== */
.news-teaser-view {
	margin: 0 -10px;
}
.news-teaser-view .teaserbox {
    width: 400px;
    float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.col-md-3 .news-teaser-view {
	margin: 0;
}
.col-md-3 .news-teaser-view .teaserbox {
    width: 100%;
    float: none;
	padding: 0;
}
.teaserbox {
	position: relative; 
    width: 100%;
    height: 250px;
    overflow: hidden;
	margin: 0 0 20px 0;
}
.teaserbox .ce-gallery {
	margin: 0 !important;
}
.teaserbox .ce-textpic {
	position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: inline-block;
}
.col-md-3 .teaserbox, .col-md-3 .teaserbox .ce-textpic {
    height: 186px;
}
.teaserbox .ce-textpic img {
    display: block;
    width: 100%;
	height: auto;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.teaserbox .ce-textpic:hover img, .teaserbox .ce-textpic:active img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.teaserbox .teaserBoxLink {}
.teaserbox .ce-textpic .ce-bodytext {
    position: absolute;
    background: rgba(0,0,0,0.4);
    /*background: rgba(108,22,25,0.3);
    background: rgba(255,255,255,0.3);*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 20px;
    color: #fff;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.9);*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.col-md-3 .teaserbox .ce-textpic .ce-bodytext {
	padding: 10px;
}
.teaserbox .ce-textpic .ce-bodytext p {
	margin: 0 0 10px 0;
}
.teaserbox .ce-textpic .ce-bodytext h1,
.teaserbox .ce-textpic .ce-bodytext h2,
.teaserbox .ce-textpic .ce-bodytext h3 {
	/*display: inline;*/
	margin: 5px 0 0 0;
    padding: 0;
    font-size: 27px;
    font-weight: normal;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    line-height: 120%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.teaserbox .ce-textpic .ce-bodytext a,
.teaserbox .ce-textpic .ce-bodytext a,
.teaserbox .ce-textpic .ce-bodytext a {
	display: table;
	width: 100%;
	height: 100%;
    color: #fff;
	text-decoration: none;
	border-bottom: none;
}
.teaserbox .ce-textpic:hover .ce-bodytext, .teaserbox .ce-textpic:active .ce-bodytext {
    background: rgba(0,0,0,0.1);
    /*background: rgba(255,255,255,0.1);*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.teaserCategory {
	display: block;
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}
.col-md-3 .teaserCategory {
	font-size: 13px;
	line-height: 19px;
}

/* Slider
================================================== */
#imgSlider {
	overflow: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	height: 400px;
	width: 100%;
	margin: 40px 0 0 0;
	background: #000;
}
#imgSlider .imgCont {
	width: 100%;
}
#imgSlider .item {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0;
}
#imgSlider .item figure img {
	display: block;
	width: auto;
	height: 400px;
	max-width: none;
	margin: 0 5px;
}
#imgSlider .item:first-of-type figure img {
	margin: 0 5px 0 0;
}
#imgSlider .item:last-of-type figure img {
	margin: 0 0 0 5px;
}

/* Address
================================================== */
.tx-ttaddress-pi1 {
	border-top: 2px solid #6c1619;
	padding-top: 15px;
}
.vcard {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.vcard .photo {
	float: none;
	margin: 0 0 5px 0;
	width: 100%;
	height: auto;
	max-width: 180px;
}
.fn {
	font-weight: 700;
}
.postal-code {
	margin-right: 5px;
}
.phone:before {
	content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
	min-width: 18px;
	text-align: center;
}
.fax:before {
	/*content: "\f098";
    font-family: FontAwesome;*/
	content: "Fax";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
	min-width: 18px;
	text-align: center;
}
.mobile:before {
	content: "\f10b";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
	min-width: 18px;
	text-align: center;
}
.email a:before {
	content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
	min-width: 18px;
	text-align: center;
}
.email a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
.email a:active, .email a:visited, .email a:focus {
	color: #000;
}
.email a:hover {
	text-decoration: none;
}
.description {
	margin-top: 10px;
}

/* Google map
================================================== */
#googleMap {
	width: 100%;
	height: 360px;
	position: relative;	
	display: block;
}
.map-tooltip {
    padding: 5px;
	display: block;
	font-size: 17px;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 20px;
}
.map-tooltip strong {
    font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.map-tooltip p {
    margin: 0;
    text-align: center;
	min-width: 150px;
}
.mapoverlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 360px;
	top: 360px;
	margin-top: -360px;
}

/* Form
================================================== */
form input[type="text"], input[type="password"], input[type="email"], form textarea {
	background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 2px 5px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.3);
}
form input[type="submit"] {
	background-color: #fff;
	color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 5px 5px;
    width: 100%;
}
form input[type="submit"]:hover, form input[type="submit"]:active {
	background-color: #000;
	color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/* FE Login */
.tx-felogin-pi1 {
	text-align: left;
	line-height: 130%;
}
.tx-felogin-pi1 form {
	margin-top: 1em;
	max-width: 265px;
}
.tx-felogin-pi1 p {
	font-size: 0.8em;
	line-height: 140%;
	margin: 10px 0 20px 0;
}
.tx-felogin-pi1 form input {
	width: 100%;
}
.tx-felogin-pi1 form input[type="submit"] {
	margin-top: 10px;
}
/* Newsletter */
.newsletterBox {
	max-width: 580px;
}
.newsletterBox input[type="text"], .newsletterBox input[type="email"] {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 5px 5px !important;
}
.newsletterBox button {
	margin-top: 10px !important;
	background-color: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	padding: 5px 5px !important;
	color: #000 !important;
}
.newsletterBox button:hover, .newsletterBox button:active {
	background-color: #000 !important;
	color: #fff !important;
}
.newsletterBox h2 {
	text-align: left !important;
	font-size: 17px;
}

/* Femanager
================================================== */
.tx-femanager .qq - uploader {
	position: relative;
	width: 100 %;
}
.tx-femanager .qq-upload- button-focus {
	outline: 1 px dotted #000000;
}
.tx-femanager .qq-upload-drop-area, .tx-femanager .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center;
}
.tx-femanager .qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50 %;
	width: 100 %;
	margin-top: -8px;
	font-size: 16px;
}
.tx-femanager .qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.tx-femanager .qq-upload-drop-area-active {
	background: #FF7171;
}
.tx-femanager .qq-upload- list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tx-femanager .qq-upload-list.alert {
	text-align: center;
	margin-top: 10px;
}
.tx-femanager .qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
}
.tx-femanager .qq-upload-file, .tx-femanager .qq-upload-spinner, .tx-femanager .qq-upload-size, .tx-femanager .qq-upload-cancel, .tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-failed-text, .tx-femanager .qq-upload-finished, .tx-femanager .qq-upload-delete {
    margin-right: 12px;
}
.tx-femanager .qq-upload-delete {
	font: 0/0 a !important;
	text-shadow: none;
	color: transparent !important;
	display: inline-block !important;
	margin-top: 3px;
}
.tx-femanager .qq-upload-spinner {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.tx-femanager .qq-drop-processing {
	display: none
}
.tx-femanager .qq-drop-processing-spinner {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}
.tx-femanager .qq-upload-finished {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-delete {
	display: none;
	color: #000;
}
.tx-femanager .qq-upload-cancel,.tx-femanager .qq-upload-delete {
	color: #000;
}
.tx-femanager .qq-upload-retryable .qq-upload-retry {
	display: inline;
}
.tx-femanager .qq-upload-size, .tx-femanager .qq-upload-cancel, .tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-delete {
    font-size: 12px;
    font-weight: normal;
}
.tx-femanager .qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: bold;
}
.tx-femanager .qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.tx-femanager .qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.tx-femanager .qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}
.tx-femanager .qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #fff;
}
.tx-femanager .qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #fff;
}
.tx-femanager .qq-progress-bar {
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50 % , #207cca 51%, #7db9e8 100 % );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100 %);
	background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100 %);
	background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100 %);
	background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100 %);
	width: 0% ;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	display: none;
	margin-top: 10px;
}
.tx-femanager .fileupload_image {
	max-width: 200 px;
	margin-top: 20 px
}

/* Footer
================================================== */
footer {
	color: #000;
    font-size: 15px;
    line-height: 22px;
	margin: 0;
    padding: 0 0 10px 0;
	background: #d7d6c5;
	font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
footer .metanav {
	float: left;
}
footer .navbar-default .navbar-nav li li {
	border-top: 1px solid #6c1619;
}
footer .navbar-default .navbar-nav li a {
	color: #6c1619;
}
footer .navbar-default .navbar-nav li a:hover {
	color: #000;
}
footer .navbar-default .navbar-nav .active>a, footer .navbar-default .navbar-nav .active>a:focus, footer .navbar-default .navbar-nav .active>a:hover, footer .navbar-default .navbar-nav .active>a:active {
	color: #000;
}
footer .footernav {
	height: 40px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
	font-size: 15px;
}
footer .footernav li {
	list-style-type: none;
}
footer .footernav>li {
	float: left;
    margin: 5px 0 0 0;
    padding: 0;
    background: transparent;
    color: #6c1619;
}
footer .footernav>li>a {
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
	text-transform: none;
    color: #6c1619;
    text-decoration: none;
}
footer .footernav>li>a:first-of-type {
	padding: 0 10px 0 0;
}
footer .footernav>li>a:visited {
	color: #6c1619;
	text-decoration: none;
}
footer .footernav>li>a:active, footer .footernav>li>a:focus, footer .footernav>li>a:hover, footer .footernav>li.active>a {
	color: #000;
	text-decoration: none;
	background: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .footernav>li.last.active>a:active, footer .footernav>li.last.active>a:focus, footer .footernav>li.last.active>a:hover {
    background: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .copyright {
	margin: 6px 0 0 0;
}
footer .footerAddress {
	margin-top: 20px;
}
footer .footerAddress span {
	display: inline-block;
	margin-right: 20px;
}
footer .footerAddress a {
	text-decoration: none;
}
footer .telblock {
	padding: 6px 10px 0 0;
}
footer .mailblock {
	padding: 6px 20px 0 10px;
}

/* ekko-lightbox
================================================== */
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
	position: relative;
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	  -webkit-transition: opacity 0.5s;
	     -moz-transition: opacity 0.5s;
	       -o-transition: opacity 0.5s;
	          transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}
.ekko-lightbox-nav-overlay a:focus, .ekko-lightbox-nav-overlay a:hover, .ekko-lightbox-nav-overlay a:active {
	text-decoration: none;
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.ekko-lightbox .modal-footer {
	text-align: left;
}
.ekko-lightbox.modal.fade.in div.modal-dialog {
	/*max-width: 95% !important;*/
}

/* Media queries
================================================== */
@media screen and (max-width:1200px) {
	.mailblock a {
		font-size: 0;
	}
	.mailblock a:before {
		font-size: 17px;
	}
}
@media screen and (max-width:990px) {
	.mailblock {
		display: none;
	}
	.newsblock {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.telblock {
		margin-left: 0;
		padding-left: 0;
	}
	.telblock, .mailblock {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.searchblock {
		padding: 3px 0 0 10px;
	}
	.newsletterBox button {
		display: table;
		margin: 0 auto;
	}
	.pageHeadImg .ce-image.ce-right .ce-gallery {
		float: none;
	}
	.pageHeadImg .ce-column {
		float: none;
		width: 100%;
	}
	.pageHeadImg .ce-gallery figure {
		margin: 0 auto;
	}
}
@media screen and (max-width:570px) {
	#headBox .telblock, #headBox .mailblock {
		display: none;
	}
	.searchblock form input[type="text"] {
		width: 100px;
	}
	.navbar-toggle {
		width: 48px;
	}
	.navbar-toggle .icon-bar {
		width: 38px;
	}
	.navbar-toggle .closeNav {
		width: 48px;
	}
}
@media screen and (max-width:320px) {
	.homeTitle {
		margin: 10px 20px 0 20px;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
	.homeBox {
		margin: 2px 5%;
		padding: 3px 0;
	}
	.homeBox h3, .homeBox h3 a {
		font-size: 12px;
	}
	.homeBox h4 {
		font-size: 10px;
	}
}
@media screen and (max-width:990px) {
	.responsive-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.responsive-video {
		position: relative;
		margin: 0 0 20px 0;
		padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	}
}

@media screen and (min-width:768px) {
	body {
	    font-size: 17px;
		line-height: 28px;
	}
	#headBoxWrap {
		top: 20px;
	}
	.fixed {
		position: fixed !important;
		top: 0 !important;
	}
	#logo {
		float: left;
	}
	#logo img {
		width: 58px;
		height: 70px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.fixed #logo img {
		width: 50px;
		height: 60px;
		margin-top: 10px;
	}
	#navBox {
		float: right;
		width: auto;
		margin-top: 0;
	}
	.fixed #navBox {
		margin-top: 0;
	}
	.telblock, .mailblock, .newsblock , .searchblock{
		padding: 25px 5px 0 5px;
	}
	#socialLinks {
		float: left;
		padding: 25px 0 0 0;
	}
	#socialLinks a {
		float: left;
		margin: 0 auto;
		padding: 0 8px;
	}
	#socialLinks img {
		width: 50px;
		height: auto;
	}
	.navbar-lang {
		float: left;
		width: 98px;
		height: 80px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.navbar-lang li a, .navbar-lang li a:visited {
		margin-top: 28px;
	}
	.nav {
		width: 80%;
		margin: 0;
		padding: 10px 0;
	}
	#toggleBox .nav {
		width: 100%;
		padding: 15px 0;
	}
	#toggleBox {
		height: 400px;
		top: 80px;
		padding: 0;
	}
	.fixed #toggleBox {
		top: 80px;
	}
	.navbar-toggle {
		width: 90px;
		height: 80px;
		border-right: 1px solid #000;
	}
	.navbar-toggle:focus .icon-bar {}
	.navbar-toggle:hover .icon-bar {}
	.navbar-toggle .icon-bar {
		width: 60px;
		margin: 10px auto;
	}
	.navbar-toggle .closeNav {
		width: 90px;
		height: 80px;
	}
	.navAddress {
		width: 20%;
		float: left;
		margin: 0;
		padding: 17px 0;
		font-size: 14px;
		line-height: 20px;
		display: block;
	}
	.navAddress span.addrtitle {
		font-size: 14px;
		line-height: 20px;
	}
	.navbar-default .navbar-nav>li {
		width: 20%;
		padding: 0 0 0 10px;
		font-size: 16px;
	}
	#toggleBox .navbar-default .navbar-nav>li {
		width: 16.666%;
	}
	.navbar-default .navbar-nav li li {
		padding: 0;
		font-size: 11px;
	}
	.navbar-default .navbar-nav li a:after {
		font-size: 23px;
		top: 11px;
	}
	#toggleBox .navbar-default .navbar-nav li a:after {
		font-size: 27px;
		top: 9px;
	}
	.navbar-default .navbar-nav li li a:after {
		font-size: 12px;
		top: 6px;
	}
	#toggleBox .navbar-default .navbar-nav li li a:after {
		font-size: 15px;
		top: 7px;
	}
	#pageHead {
		margin: 84px 0 0 0;
	}
	#homeHeader .col-md-8 {
		width: 66.66666667%;
		float: left;
	}
	#homeHeader .col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.homeTitle {
		width: 80%;
		margin: 33px 0 0 62px;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 54px;
	}
	.teaserCategory {
		font-size: 17px;
		line-height: 26px;
	}
	.teaserbox .ce-textpic .ce-bodytext h1, .teaserbox .ce-textpic .ce-bodytext h2, .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 27px;
	}
	.col-md-3 .teaserbox .ce-textpic .ce-bodytext h1, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h2, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 19px;
	}
	#pageHead .col-md-6 {
		width: 50%;
		float: left;
	}
	#pageHead {
		margin: 100px 0 0 0;
	}
	.pageTitle {
		height: 342px;
	}
	.pageTitle .pageCategory {
		padding: 82px 0 15px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.pageTitle h1, .pageTitle h2 {
		font-size: 31px;
		line-height: 40px;
	}
	.pageTitle h3 {
		font-size: 21px;
		line-height: 30px
	}
	.pageTitle .wappen {
		height: 400px;
	}
	figcaption {
		font-size: 14px;
	}
	footer .footernav {
		height: 40px;
		font-size: 15px;
	}
	footer .copyright {
		float: left;
		margin: 6px 20px 0 0;
	}
	.news-img-caption {
		font-size: 13px;
		line-height: 16px;
	}
	#googleMap {
		height: 440px;
	}
	.mapoverlay {
		height: 440px;
		top: 440px;
		margin-top: -440px;
	}
	.news-single .news-img-wrap {
		float: right;
		width: 330px;
		margin: 0 0 10px 20px;
	}
	.newsletterBox {
		font-size: 0.9em;
		line-height: 150%;
	}
	.newsletterBox button {
		font-size: 1.1em;
	}
}

@media screen and (min-width: 991px) {
	.navAddress {
		font-size: 15px;
		line-height: 22px;
	}
	.navAddress span.addrtitle {
		font-size: 17px;
		line-height: 24px;
	}
	.navbar-default .navbar-nav>li {
		padding: 0 0 0 13px;
		font-size: 17px;
	}
	#toggleBox .navbar-default .navbar-nav>li {
		padding: 0 0 0 13px;
		font-size: 17px;
	}
	.navbar-default .navbar-nav li li {
		padding: 0;
		font-size: 12px;
	}
	#toggleBox .navbar-default .navbar-nav li li {
		font-size: 12px;
	}
	.homeTitle {
		width: 80%;
		margin: 40px 0 0 85px;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 64px;
	}
	.pageTitle h1, .pageTitle h2 {
		font-size: 35px;
	}
	.teaserbox .ce-textpic .ce-bodytext h1, .teaserbox .ce-textpic .ce-bodytext h2, .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 27px;
	}
	.col-md-3 .teaserbox .ce-textpic .ce-bodytext h1, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h2, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 19px;
	}
	#pageHead {
		margin: 100px 0 0 0;
	}
	.pageTitle {
		height: 400px;
	}
	.pageTitle .pageCategory {
		padding: 95px 0 15px 0;
		font-size: 24px;
		line-height: 36px;
	}
	.pageTitle h1, .pageTitle h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.pageTitle h3 {
		font-size: 24px;
		line-height: 33px
	}
	.pageHeadImg img {
		width: auto;
		height: 400px
	}
	figcaption {
		font-size: 18px;
	}
	footer .initiative {
		height: 120px;
	}
	footer .footerInitiative {
		top: 8px;
		font-size: 18px;
	}
	footer .footernav {
		height: 40px;
		font-size: 15px;
	}
	footer .footerLogos img {
		margin: 20px auto 0 auto;
	}
	.pageHeadImg .ce-image.ce-right {
		margin-right: 99px;
	}
}

@media screen and (min-width:1200px) {
	.container {
		width: 1180px;
		padding-right: 0;
		padding-left: 0;
	}
	.telblock, .mailblock, .newsblock , .searchblock{
		padding: 25px 10px 0 10px;
	}
	#socialLinks {
		float: left;
		padding: 25px 20px 0 20px;
	}
	#toggleBox {
		height: 400px;
	}
	.navAddress {
		font-size: 15px;
		line-height: 22px;
	}
	#toggleBox .navbar-default .navbar-nav>li {
		padding: 0 0 0 20px;
		font-size: 19px;
	}
	.navbar-default .navbar-nav li li {
		font-size: 12px;
	}
	#toggleBox .navbar-default .navbar-nav li li {
		font-size: 14px;
	}
	.teaserbox .ce-textpic .ce-bodytext h1, .teaserbox .ce-textpic .ce-bodytext h2, .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 31px;
	}
	.col-md-3 .teaserbox .ce-textpic .ce-bodytext h1, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h2, .col-md-3 .teaserbox .ce-textpic .ce-bodytext h3 {
		font-size: 19px;
	}
	a.teaserBoxLink h1, a.teaserBoxLink:active h1, a.teaserBoxLink:visited h1, a.teaserBoxLink:focus h1,
	a.teaserBoxLink h2, a.teaserBoxLink:active h2, a.teaserBoxLink:visited h2, a.teaserBoxLink:focus h2,
	a.teaserBoxLink h3, a.teaserBoxLink:active h3, a.teaserBoxLink:visited h3, a.teaserBoxLink:focus h3 {}
	#pageHead {
		margin: 100px 0 0 0;
	}
	.pageTitle {
		height: 400px;
	}
	.pageTitle .pageCategory {
		padding: 95px 0 15px 0;
	}
	.pageTitle h1, .pageTitle h2 {
		font-size: 45px;
		line-height: 60px;
	}
	.pageTitle h3 {
		font-size: 24px;
		line-height: 40px
	}
	.pageHeadImg img {
		width: auto;
		height: 400px
	}
	figcaption {
		font-size: 17px;
	}
	footer .footerInitiative {
		top: 20px;
		font-size: 17px;
	}
	footer .footernav {
		height: 40px;
		font-size: 15px;
	}
	footer .footernav>li>a:first-of-type {
		/*padding: 0 10px;*/
	}
}

@media print {
	html * {font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif}
	body {
		font-family: 'Noto Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	    background: #fff;
	    color: #000;
	    font-size: 16px;
	    margin: 0;
	    padding: 0;
	}
	#headBoxWrap, #imgSlider, #kontaktImg, #googleMap, .mapoverlay, .nav, .navbar, .footernav, .csc-linkToTop {
		display: none;
	}
	#headBoxWrap {
		border-bottom: none;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none !important;
	}
	a[href]:after {
		display: none;
	}
	.link-extern, .link-intern, .link-mail, .link-download {
		padding: 0;
	}
	#logo h1 {
	    display: none;
	}
	.mainwrap {
		margin: 0;
	}
	.csc-uploads {
		list-style-type: none;
		list-style-image: none;
		margin: 1em 0 1.5em;
	}
	.csc-uploads li {
		clear: left;
		margin: 0;
		padding: 0 0 1em 0;
	}
	.csc-uploads img {
		float: left;
		margin: 0 10px 3px 0;
	}
	.csc-uploads-description,
	.csc-uploads-fileSize {
		display: inline-block;
		margin-left: 10px;
	}
	footer {}
}