body {
	font-weight: 400;
	line-height: 1.65;
}
p {
	margin-bottom: 16px;
}

.nvhp {
	display: none;
}

.gray-bg {
	background:#F5F6F6;
	padding-top:30px;
	padding-bottom: 30px;
}

.negative-space {
	margin-top: -150px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	margin-bottom: 22px;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 700;
	color:#363c48;
}
.main-content h1 {
	font-size: 38px;
	font-weight: 600;
}
.main-content h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-content h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.main-content h4 {
	font-size: 20px;
}
.main-content h5 {
	font-size: 18px;
}
.main-content h6 {
	font-size: 16px;
}

.schattenkarte {
	margin-bottom: 20px;
	background:#fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.schattenkarte .ce-bodytext {
	padding:0px 15px 15px 15px;
}
.schattenkarte > div > header > h1,
.schattenkarte > div > header > h2,
.schattenkarte > div > header > h3,
.schattenkarte > div > header > h4,
.schattenkarte > div > header > h5,
.schattenkarte > div > header > h6 {
	margin: 0px;
	padding:15px;
}

footer {
	color:#999;
	margin-top: 50px;
}
footer a,
footer a:focus,
footer a:hover {
	color:#696f7a;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	margin-bottom: 22px;
}
footer h1 {
	font-size: 30px;
	color:#696f7a;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
}
footer h2 {
	font-size: 28px;
	color:#696f7a;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
}
footer h3 {
	font-size: 24px;
	color:#696f7a;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
footer h4 {
	font-size: 24px;
	color:#999;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
footer h5 {
	font-size: 22px;
	color:#696f7a;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
}
footer h6 {
	font-size: 20px;
	color:#696f7a;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
}

#footer-1 {
	background:#F5F6F6;
	font-size: 14px;
	padding-top:40px;
	padding-bottom: 40px;
	border-top:1px solid #f1f1f1;
}

#footer-2 {
	background:#EDEDED;
	font-size: 13px;
	padding-top:20px;
	padding-bottom: 20px;
	border-top:1px solid #e3e3e3;
}
#footer-2 p {
	margin: 0px;
}
#copyright-right {
	text-align: right;
}

.black-text,
.black-text p,
.black-text span,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6 {
	color:#363C48 !important;
}
.white-text,
.white-text p,
.white-text span,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
	color:#fff !important;
}

/* bootstrap */
.panel {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	color:#999;
}
/* end bootstrap */

/* search */
.tx-kesearch-pi1 .pages_total .pager {
	text-align: left;
}
.tx-kesearch-pi1 .result_txt {
	margin-top: 22px;
	color:#999;
}
#kesearch_num_results {
	color:#999;
	margin: 22px 0px;
}
.tx-kesearch-pi1 h4 {
	margin-bottom: 10px;
	margin-top: 22px;
}
.tx-kesearch-pi1 h4 a,
.tx-kesearch-pi1 h4 a:focus,
.tx-kesearch-pi1 h4 a:hover {
	color:#363c48;
}
.tx-kesearch-pi1 .add-info {
	color:#999;
	margin-bottom: 5px;
}
.tx-kesearch-pi1 .add-info a,
.tx-kesearch-pi1 .add-info a:focus,
.tx-kesearch-pi1 .add-info a:hover {
	color:#999;
}
.tx-kesearch-pi1 .result-list-item {
	margin-bottom: 50px;
}
#form_kesearch_pi1 {
	margin-bottom: 30px;
}

.kesearch_pagebrowser ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.kesearch_pagebrowser ul > li {
  display: inline;
}
.kesearch_pagebrowser ul > li > a {
  position: relative;
  float: left;
  padding: 7px 12px 5px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #098950;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.kesearch_pagebrowser ul > li:first-child > a {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.kesearch_pagebrowser ul > li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.kesearch_pagebrowser ul > li > a:hover,
.kesearch_pagebrowser ul > li > a:focus {
  z-index: 2;
  color: #940006;
  background-color: #eee;
  border-color: #ddd;
}
.kesearch_pagebrowser ul > li > a.current,
.kesearch_pagebrowser ul > li > a.current:hover,
.kesearch_pagebrowser ul > li > a.current:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #098950;
  border-color: #098950;
}
/* end search */

/* news */
.news-pagination-pagecount {
	color:#999;
}
.news-list-view .article .article-card {
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}
.news-list-view .article .article-card .news-img-container {
	position: relative;
}
.news-list-view .article .article-card .news-img-container::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.95) 100%);
    background-repeat: repeat-x;
    content: " ";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    transition: opacity 0.3s ease 0.1s;
    width: 100%;
}
.news-list-view .article .article-card:hover .news-img-container::before {
	opacity: 0.3;
}
.news-list-view .article .article-card .news-img-wrap img {
	display: block;
	height: auto;
	max-width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.news-list-view .article .article-card .news-header {
	position: absolute;
	left:0px;
	bottom:0px;
	padding:15px;
}
.news-list-view .article .article-card .news-header h3,
.news-list-view .article .article-card .news-header h3 a,
.news-list-view .article .article-card .news-header h3 a:focus,
.news-list-view .article .article-card .news-header h3 a:hover {
	color:#fff;
	font-size: 26px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
}
.news-list-view .article .article-card .news-information {
	background:#e71925;
	color:#fff;
	font-size: 13px;
	padding:15px;
}
.news-list-view .article .article-card .teaser-text {
	background:#F5F6F6;
	padding:15px;
	font-size: 14px;
	color:#999;
}

.news-single .teaser-text {
	color:#95979c;
	font-size: 24px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 26px;
}
.news-single .news-information {
	margin-bottom: 20px;
	color:#95979c;
	font-size:14px;
}
.news-single .news-information .glyphicon {
	color:#363c48;
	margin-right: 5px;
}
.news-single .news-img-wrap img {
	display: block;
	height: auto;
	max-width: 100%;
}
.news-single .news-img-wrap .mediaelement {
	margin-bottom: 20px;
}
/* end news */

/* carousel */
.carousel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 700px;
	left:0px;
	top:0px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
}
.carousel-inner {
	max-height: 700px;
	overflow: hidden;
}
.carousel-inner .item > img {
	width: 100% !important;
}
.carousel-control,
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-indicators {
	display: none;
}
.carousel-caption-inner {
	padding-left: 5%;
	padding-right: 5%;
}
.carousel-caption-inner-background {
	background:rgba(0,0,0,0.5);
	padding:20px;
}
.carousel-caption {
	left:0px;
	right:0px;
	bottom: 0px;
	text-shadow: none;
	color:#fff;
	text-align: left;
	background:transparent;
	padding:0px;
	bottom: auto;
	top:50px;
	z-index: 100;
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
	color:#fff;
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
}
.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:focus {
	color:#fff;
}
.carousel-caption .slider-big {
	color:#fff;
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.1;
}
.carousel-caption .slider-normal {
	color:#fff;
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Lato", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
}
/* end carousel */

.wide-image {
	position: relative;
}
.wide-image-text {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 500;
	line-height: 1.1;
}
.wide-image-text .slider-big {
	color:#fff;
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 600;
}
.wide-image-text .slider-normal {
	color:#fff;
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: "Lato", Arial, sans-serif;
	font-weight: 300;
}
.wide-image-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wide-image-overlay {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
}

.green-box {
	background:#098950;
	color:#fff;
	padding:20px 20px 10px 20px;
}
.red-box {
	background:#e71925;
	color:#fff;
	padding:20px 20px 10px 20px;
}
.yellow-box {
	background:#fdb719;
	color:#fff;
	padding:20px 20px 10px 20px;
}
.blue-box {
	background:#0253a4;
	color:#fff;
	padding:20px 20px 10px 20px;
}
.green-box h1,
.green-box h2,
.green-box h3,
.green-box h4,
.green-box h5,
.green-box h6,
.red-box h1,
.red-box h2,
.red-box h3,
.red-box h4,
.red-box h5,
.red-box h6,
.yellow-box h1,
.yellow-box h2,
.yellow-box h3,
.yellow-box h4,
.yellow-box h5,
.yellow-box h6,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
	color:#fff;
	margin-top: 0px;
}
.green-box a,
.red-box a,
.yellow-box a,
.blue-box a {
	color:#fff;
	text-decoration: underline;
}
.green-box a:hover,
.green-box a:focus,
.red-box a:hover,
.red-box a:focus,
.yellow-box a:hover,
.yellow-box a:focus,
.blue-box a:hover,
.blue-box a:focus {
	color:#fff;
	text-decoration: none;
}

/* navigation */
.navbar-brand {
	padding-top:15px;
	padding-bottom: 15px;
}
.navbar-toggle {
	border-radius: 0px;
}
.navbar-collapse {
	box-shadow: none;
}
.navbar.navbar-default {
	border:0px;
	transition: all 0.3s ease 0s;
}
.navbar-default .dropdown-menu > li > a {
	padding:8px 20px;
}
.navbar-default .dropdown-menu {
	padding-top:0px;
	padding-bottom: 0px;
	border:0px;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	min-width: 22rem;
	font-size: 14px;
}
.navbar.navbar-default.changeNavColor {
	background:#fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
}
/* end navigation */

@media (max-width: 767px) {
	.navbar.navbar-default {
		position: static;
		background:#fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	}
	#copyright-right {
		text-align: left;
		margin-top: 10px;
	}
	.carousel-caption {
		position: relative;
		top:0px;
		background:#098950;
		padding-top:10px;
	}
	.carousel-caption-inner {
		padding: 0px;
	}
	.carousel-caption-inner-background {
		background:transparent;
		padding:0px;
	}
	.carousel-caption .slider-big {
		font-size: 26px;
	}
	.carousel-caption .slider-normal {
		font-size: 18px;
	}
	.carousel-overlay {
		background: transparent;
	}
	.negative-space {
		margin-top: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption .slider-big {
		font-size: 30px;
	}
	.carousel-caption .slider-normal {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	body {
		padding-top: 80px !important;
	}
	.navbar-default .navbar-nav > li > a {
	    padding-top: 27px;
	    border-top:2px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
	    border-top:2px solid #0253a4;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover {
	    border-top:2px solid #0253a4;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover {
	    border-top:2px solid #0253a4;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.carousel-caption .slider-big {
		font-size: 40px;
	}
	.carousel-caption .slider-normal {
		font-size: 22px;
	}
}
@media (min-width: 1200px) {

}

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }
.csc-header-alignment-center { text-align: center; }
.csc-header-alignment-left { text-align: left; }
.csc-header-alignment-right { text-align: right; }

p.text-left, td.text-left, th.text-left, h1.text-left, h2.text-left, h3.text-left, h4.text-left, h5.text-left, h6.text-left, div.text-left, address.text-left { text-align: left; }
p.text-center, td.text-center, th.text-center, h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center, div.text-center, address.text-center { text-align: center; }
p.text-right, td.text-right, th.text-right, h1.text-right, h2.text-right, h3.text-right, h4.text-right, h5.text-right, h6.text-right, div.text-right, address.text-right { text-align: right; }
p.text-end, td.text-end, th.text-end, h1.text-end, h2.text-end, h3.text-end, h4.text-end, h5.text-end, h6.text-end, div.text-end, address.text-end { text-align: right; }
p.text-justify, td.text-justify, th.text-justify, h1.text-justify, h2.text-justify, h3.text-justify, h4.text-justify, h5.text-justify, h6.text-justify, div.text-justify, address.text-justify { text-align: justify; }
.ce-headline-center { text-align: center; }
.ce-headline-left { text-align: left; }
.ce-headline-right { text-align: right; }
