* {
	margin: 0;
	padding: 0px;
}

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #2c2e35;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	color: #2c2e35;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: normal;
}
.hell h1,
.hell h2,
.hell h3,
.hell h4,
.hell h5,
.hell h6 {
	color: #fff;
}
h1 {
	font-size: 40px;
	color: rgb(126, 84, 123);
}
h2 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 25px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
}


p {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #2c2e35;
}
.hell p {
	color: #fff;
}
ol, ul {
	padding-left: 20px;
}
ol li, ul li {
	line-height: 24px;
	font-size: 18px;
}
.hell li {
	color: #fff;

}
a {
	color: #2c2e35;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
	text-decoration: none;
	opacity: 0.6;
}

.hell a {
	color: #fff;
}
h5 a:link,
h5 a:visited {
	color: #fff;
	font-style: normal;
}
.farbe-1 .farbe-bg {
	background-color: #7e547b;
}
.farbe-2 .farbe-bg {
	background-color: #afaf09;
}
.farbe-3 .farbe-bg {
	background-color: #f8b322;
}
.farbe-1 .farbe-hell-bg {
	background-color: #dfd4e1;
}
.farbe-2 .farbe-hell-bg {
	background-color: #ebebc1;
}
.farbe-3 .farbe-hell-bg {
	background-color: #fdecc8;
}

/* Header */
.header {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
    position: relative;
}
.header .wrapper-headerbild {
	position: relative;
	height: 170px;
}
.header .wrapper-headerbild a.navbar-brand {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 1000;
}
@media (max-width: 500px) {
	.header .wrapper-headerbild a.navbar-brand {
		top: 0px;
	}
	.header .wrapper-headerbild {
		height: 110px;
	}
}
.header .wrapper-headerbild a.navbar-brand:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.header.fixed-top {
		position: relative;
		z-index: 10;
	}
}
/* Logo */
.navbar-brand {
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-right: 0;
	height: auto;
}

.navbar-brand img {
	height: 180px;
}
@media (max-width: 575px) {
	.navbar-brand img {

		width: 95%;
	}
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}


@media (max-width: 575px) {
	.navbar-brand img {
		/*width: 100%;*/
	}
}


/* Navigation */
.navigation {
	margin-top: 110px;
}
@media (max-width: 1699px) {

}
@media (max-width: 991px) {
	.navigation {
		margin-top: 14px;
	}
}
@media (max-width: 450px) {
	.navigation {
		margin-top: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1699px) {
	.zusatznavigation-unten {
		display: none;
	}
	.zusatznavigation-oben {
		display: unset;
	}
}
@media (min-width: 1700px) {
	.zusatznavigation-oben {
		display: none;
	}
	.zusatznavigation-unten {
		display: unset;
	}
}
@media (max-width: 1199px) {
	.zusatznavigation-oben {
		display: none;
	}
	.zusatznavigation-unten {
		display: none;
	}
}


.navbar {
	height: 100%;
	padding: 0px;
}

.navbar-nav {
	height: 100%;
}
.navbar-nav li {
	width: auto;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 1350px) {
	.navbar-nav li {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-nav li a {
		letter-spacing: 0.1px;
	}
}
.navbar-nav li:last-child {
	padding-right: 0px;
}
.navbar-nav > li > a {
	color: #2c2e35;
	font-weight: 400;
	font-size: 22px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;

}
.navbar-nav > li > a:hover {
	color: rgba(32,33,48,0.7);
	outline: none
	text-decoration: none;
}
.navbar-nav > li.active > a  {
	color: #2c2e35;
}
.navbar-nav > li > a::before {
	width: 15px;
	padding-right: 10px;
	content: "\00A0";
	display: inline-block;
}
.navbar-nav > li.active > a::before {
	content : "›";

}
.dropdown-toggle::after {

	display: inline-block;
	margin-left: 0;
	vertical-align: 0;
	content: unset;
	border: none;
}
.dropdown-toggle {
	white-space: unset;
	position: relative;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
	background-color: #2c2e35;
	margin: 0;
	padding: 0;
	border-radius: 0;
    border: 0;
	border-top: 6px solid #fff;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu li {
	border: 0px;
	padding-left: 0;
	padding-right: 0;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu li a {
	border: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu li a:hover,
ul.nav li.dropdown-toggle.active {
	background-color: rgba(255,255,255,0.6);
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu li.active a {
	color: #2c2e35;
}


.dropdown-menu {
	left: 0;
	min-width: 200px;
	border-radius: 0px;
	position: relative;
	min-height: 200px;
}
.dropdown-menu li {
	width: 200px;
    display: block;
}
.dropdown-menu > li > a {
	color: white;
	font-weight: 400;
    padding: 0px 20px;
	border-top: 0;
}
.dropdown-menu > li:first-child {
	margin-top: 30px;
}
.dropdown-menu > li:first-child > a {
	border-top: none;
}

.navbar-collapse {
	height: 100%;
}
ul.zusatznavi {
	list-style: none;
}
ul.zusatznavi li {
	line-height: 50px;
}
ul.zusatznavi li a {
	background-color: #2c2e35;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	padding: 0 30px 0 8px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
ul.zusatznavi li a::before {
	content: '→ ';
}
/* Mittelteil */

.mtb {

	margin-bottom: 0px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.mtb {
		margin-top: 0px;
		z-index: 0;
	}
}





/* Breadcrumb Navigation */

.breadcrumb-wrapper {
    padding-top: 20px;
	padding-bottom: 30px;
}

.breadcrumb-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb-wrapper ul li {
	font-size: 16px;
    float: left;
	color: rgba(178,152,182);
	padding: 0 7px 0 0;

}
.breadcrumb-wrapper li.breadcrumb-hinweis {
	padding: 0 10px 0 0 ;
}
.breadcrumb-wrapper ul li.breadcrumb-link::before {
	margin-right: 7px;
	content: '>';
}


/* Footer */

#footerwrap {
	background-color: #dfd4e1;
	padding-top: 30px;
	padding-bottom: 30px;
	}

#footerwrap p {
	color: #7e5485;
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1200px) {
	#footerwrap p {
		font-size: 18px;
	}
}

#footerwrap ul {
	margin-bottom: 0;
}
#footerwrap ul {
	padding-top: 0px;
	padding-left: 0px;
}
#footerwrap ul li {
	list-style-type: none;
    font-size: 18px;
	line-height: 28px;
}

#footerwrap li a {
	font-size: 18px;
	line-height: 28px;
	color: #7e5485;
	font-weight: 400;
	text-decoration: none;
}
#footerwrap li a img {
	height: 28px;
}


#footerwrap a { color: #7e5485; }
#footerwrap a:hover {
	opacity: 0.6;
}
#footerwrap li.active a {
	opacity: 0.6;
}
#footerwrap2 {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #7e5485;
}
#footerwrap2 p,
#footerwrap2 a {
	color: #7e5485;
}
#footerwrap2 a:hover {
	opacity: 0.6;
}
#footerwrap2 img {
	width: 100px;
}

/* Mobiler Menübutton */
.navbar-toggler  {
	border-radius: 0px;
	padding: 5px 0 5px 0;
	margin-bottom: 0px;
	width: 60px;
	height: 60px;
	background-color: #7e5485;
	border-radius: 100px;

}
@media (max-width: 450px) {
	.navbar-toggler {

	}
}
.navbar-toggler:hover {
	opacity: 0.7;
}
.navbar-toggler .icon-bar {
	background-color: #fff;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 40px;
	height: 3px;
	margin-bottom: 6px;
	margin-top: 6px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
.navbar-toggler .icon-bar-left,
.navbar-toggler .icon-bar-right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 45px;
	height: 3px;
	border-radius: 3px;
}
.navbar-toggler .icon-bar-left {
	transform: rotate(-50deg);
	margin-top: 0px;
}
.navbar-toggler .icon-bar-right {
	transform: rotate(50deg);
	margin-top: -3px;
}

/* Off Canvas Men�*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	background-color: #2c2e35;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
	-webkit-box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
}

.sidenav ul {
	list-style: none;
	margin: 80px 0 0 30px;
	padding: 0;

}
.sidenav ul li ul {
	margin: 10px 0 0 0;
	padding-left: 30px;
}
.sidenav ul.oc-navigation {
	margin-bottom: 40px;
}
.sidenav ul li {
	margin-top: 20px;
}
.sidenav ul li.active::marker {
	content: '>';
	color: rgba(255,255,255,0.5);
}
.sidenav ul li li {
	margin-top: 0;
}

.sidenav li.active a {
	color: rgba(255,255,255,0.5);
}
.sidenav li.active li a {
	font-weight: 400;
	color: #fff;
}
.sidenav li li.active a {
	color: rgba(255,255,255,0.5);
}
.sidenav ul li ul li a {
	color: #fff;
}
.sidenav ul li a {
	padding-left: 10px;
	line-height: 38px;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-transform: uppercase;
}



.sidenav a:hover,
.sidenav ul li a:hover,
.sidenav ul li ul li a:hover {
	color: rgba(255,255,255,0.5);
}

.sidenav .closebtn {
	position: absolute;
	top: 60px;
	right: 35px;
	font-size: 48px;
	margin-left: 50px;
	color: #fff;
}




/* 3 Headerbilder */
.bilder img {

	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.bilder img {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.bilder img {
		height: auto;
	}
}






/* Newsmanager Definitionen */
.subnav #categories ul {
	list-style: none;
	margin: 60px 0 ;
	padding: 0;
}
.subnav #categories ul li {
	background-color: #3d4449;
	display: block;
	padding: 5px 15px;
	width: 250px;
	margin-bottom: 10px;
}
.subnav #categories ul li a {
	color: #fff;
	display: block;
}
.subnav #categories ul li a:hover {
	color: rgba(255,255,255,0.5);
}
.subnav #categories ul li a::before {
	content: '→ ';
}
.newsmanager {
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsmanager img {
	width: 100%;
	border: 6px solid #fff;
}
.newsmanager h2,
.newsmanager h2 a {
	color: #fff;
	font-style: normal;
	text-decoration: none;
	margin-top: 10px;
}
.newsmanager a {
}
.newsmanager figure {
	margin: 0;
}
.newsmanager .news-entry,
.newsmanager .single-entry {
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsmanager .news-entry {
	border-bottom: 6px solid #fff;
}
.newsmanager .news-entry:last-of-type {
	border-bottom: 0px;
}
.newsmanager .news-entry.hellrot,
.newsmanager .news-entry.hellorange {

	background-color: rgba(255,255,255,0.2);
}
.newsmanager .pagination ul {
	list-style: none;
	margin-top: 60px;
}
.newsmanager .pagination ul li {
	float: left;
}
.newsmanager .pagination ul li a {
	line-height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	color: #faeaea;
	margin-left : 10px;
	margin-right: 10px;
	border: 1px solid #faeaea;
	border-radius: 30px;
}
.newsmanager .pagination ul li a:hover {
	color: #3d4449;
	border-color: #3d4449;
}
.newsmanager .pagination ul li a.active {
	color: #3d4449;
	border-color: #3d4449;
}
.newsmanager .news_date {
	font-size: 15px;
	color: #fff;
}

/* Social Links */
.social-links i {

	color: #3d4449;
	background-color: #fff;
	font-size: 20px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 50px;

}
.social-links a {
	margin-right: 15px;
}
.social-links a:hover {
	opacity: 0.7;
}

/* OpenStreetMap */
.karte {

	width: 100%;
	height: 500px;

}
table td img {
	margin: 5px 5px 5px 0;
}
table td {
	padding-right: 20px;
}




/* Download */
.container.download {
    margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.container.download {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.download-inner {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7e547b;
}

.download h2 {
	font-size: 24px;
    line-height: 28px;
	color: #7e547b;
	margin-bottom: 12px;
	margin-top: 4px;

}
.download p {
	color: #7e547b;
}
.download i {
	width: 70px;
	height: auto;
	float: right;
	font-size: 40px;
	vertical-align: middle;
	color: #7e547b;
}
.download img {
	margin-right: 15px;
}
.download a img:last-of-type {
	margin-right: 0;
}


/* Legende */

.legende img {
	max-width: 100%;
}
.legende p {
	font-size: 18px;
	line-height: 40px;
}

/* Search-it */
.search_it-form {
	box-sizing: border-box;
	padding: 0;
	margin: 5px 0 5px 0px;
	display: block;
	background-color: #fff;
	border: 1px solid #b298b6;
	height: 50px;
	border-radius: 4px;
}
.search_it-form fieldset {
	display: flex;
	padding: 0;
	margin: 0;
	border: 0;
}
.search_it-flex {
	display: flex;
	padding: 0;
	margin: 0;
	border: 0;
}
@media (max-width: 575px) {
	.search_it-form {
		width: 180px;
	}
}
.search_it-form legend {
	display: none;
}
.search_it-form label {
	font-size: 19px;
	line-height: 32px;
	color: #2c2e35;
	font-weight: 600;
	margin-bottom: 0;
}
.search_it-flex > * {
	flex: 2 2 200px;
}
.search_it-flex > .search_it-button {
	flex: 1 1 0px;
	color: #7e5485;
	line-height: 30px;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 0px;
}
.search_it-flex .search_it-eingabe {
	padding: 0 8px 0 0;
	border: 0;
	color: #7e5485;
	font-size: 14px;
	line-height: 50px;
	width: 300px;
    background-color: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #7e5485;
	opacity: 1; /* Firefox */
	font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7e5485;
	opacity: 1; /* Firefox */
	font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #7e5485;
	opacity: 1; /* Firefox */
	font-style: italic;
}

.search_it-form input:focus::-webkit-input-placeholder{
	color: transparent;
}
.search_it-form input:focus::-moz-placeholder {
	color: transparent;
}
.search_it-form input:focus:-ms-input-placeholder {
	color: transparent;
}
.search_it-form input:focus:-moz-placeholder {
	color: transparent;
}
.search_it-form input:focus {
	outline: none;
}
.search_it-modul {
	box-sizing: border-box;
}

.search_it-results {
	padding: 0;
	margin: 0;
}
.search_it-result {
	margin: 1rem 0;
	list-style-type: none;
	list-style-position: inline;
}
.search_it-title,
.search_it-title a {
	font-weight: 600;
	color: #7e5485;
	text-decoration: none;
	font-style: normal;
}

.search_it-result .search_it-teaser {

}
.search_it-result .search_it-url {

}
.search_it-missing_type,
.search_it-zero {
	padding: 1rem;
	border: 1px solid #7e5485;
	margin: 1rem 0;
	color: #7e5485;
}
.search_it-request,
.search_it-type {
	font-weight: 600;
}
input.search_it-button {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 0;
	width: 0px;
	background-color: transparent;
	font-size: 20px;
	font-weight: 600;
	color: #2c2e35;
}

/* Textmodul einspaltig zentriert */
.text-einspaltig {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}
.text-einspaltig.hellgrau {
	background-color: #ECEFF1;
}

.text-einspaltig.hellgrau h1,
.text-einspaltig.hellgrau h2,
.text-einspaltig.hellgrau h3,
.text-einspaltig.hellgrau p,
.text-einspaltig.hellgrau a,
.text-einspaltig.hellgrau li {
}
/* Button Definitionen */
.buttons button {
	background-color: #7A9DA1;
	color: #fff;
	padding: 12px 30px;
	font-size: 20px;
	line-height: 24px;
	border: none;
}
.buttons button:hover {
	opacity: 0.8;
}
.mtb .buttons {
	justify-content: center;
}
.mtb button {
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
}
#footerwrap button {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Bild einfügen */

.bild-hoehe {
	height: 500px;
}


/*!* Leistungen- Übersicht *!
.leistungen a:hover {
	opacity: 0.75;
}
img.hg-subnavi {
	height: 100%;
	width: 100%;
}

.leistungen-subnavi {
    background-color: #2c2e35;
	min-height: 20px;
	position: absolute;
}
@media (max-width: 992px) {
	img.hg-subnavi  {
		display: none;
	}
	.leistungen-subnavi {
		position: unset;
	}
}
.leistungen-subnavi ul {
	list-style: none;
	padding-left: 0px;
}
.leistungen-subnavi ul li {
	display: block;
	line-height: 36px;
}
.leistungen-subnavi ul li a {
	color: rgba(255,255,255,0.6);
	display: block;
	text-transform: uppercase;
}
.leistungen-subnavi ul li a:hover {
	color: rgba(255,255,255,0.9);
}
.leistungen-subnavi ul li a.rex-current {
	color: #fff;
}
ul.leistungen-breadcrumb {
	margin-bottom: 0;
}
ul.leistungen-breadcrumb li a {
	font-size: 13px;
}
ul.leistungen-breadcrumb li a:before {
	content : "› ";
}
.leistungen-text.bg-2 {
	background-image: url("images/hintergrund-2.jpg");
	background-size: contain;

}
.leistungen img {
	object-fit: cover;
	height: 100%;
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.leistungen-subnavi ul li a {
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1500px) {
	.leistungen .p-4{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.leistungen-text p {
		font-size: 15px;
		line-height: 21px;
	}
	.leistungen-text h1,
	.leistungen-text h2,
	.leistungen-text-h3 {
		font-size: 20px;
	}
}*/

/* Accordion */

/* Accordion */

.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.accordion .active .content {
	padding-bottom: 15px;
}

.accordion .content h2 {
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
}

.accordion li.active .content { max-height: 3400px; }

/*
.accordion li.active {
	background-color: #fff;
}
*/
ul.accordion-2 {
    padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
}


.accordion-2 li {
	display: block !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-bottom: 1px solid #2c2e35;
}

.accordion-bg-dunkel .accordion-2 li {
	border-bottom: 1px solid #fff;
}
.accordion-2 li li {
	display: list-item !important;
}




.accordion-2 li li,
.accordion-2 li li:last-child {
	border: none;
}

.accordion-2 .title {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	padding: 8px 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1.0;
	padding-left: 0px;
	padding-right: 60px;
	line-height: 40px;
	color: #2c2e35;
}
.accordion-bg-dunkel .accordion-2 .title {
	color: #fff;
}

.accordion-2 .title:after {
	content: "+";
	speak: none;
	font-style: 300;
	font-weight: 300;
	font-variant: 300;
	text-transform: none;
	line-height: 40px;
	font-size: 30px;
	float: right;
	padding-right: 0px;
	margin-right: -20px;
	color: #2c2e35;
}
.accordion-bg-dunkel .accordion-2 .title:after {
	color: #fff;
}
.accordion-2 .active .title:after {
	content: "–";
}

.accordion-2 .active .title {
	opacity: 0.7;

}

.accordion-2 .content p {
	padding: 0px;
	color: #1a171b;
	font-size: 20px;
}
.accordion-bg-dunkel .accordion-2 .content p {
	padding: 0px;
	color: #fff;
}
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 0 0 0 15px; }
.accordion-2 .title:hover {
	opacity: 0.7;
}
.accordion li ul
{
	margin-left: 0px;
	list-style-type: disc;
	padding-left: 15px;
	display: block;
}
.accordion .content li ul li {
	display: list-item;
}
.accordion-bg-dunkel {
	background-color: #2c2e35;
}
.acc h2 {
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.accordion-bg-dunkel h2 {
	color: #fff;
}
.bg-dunkel {
	background-color: #2c2e35;
}
.accordion .content table {
	width: 100%;
}
.accordion .content tr {
	border-bottom: 1px solid #dfd4e1;
}
.accordion .content td {
	padding: 5px 15px 5px 0;
}
.accordion .content tr:last-child {
	border-bottom: 0;
}
/* Formular-Definitionen */
.form-control {

	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #2c2e35;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #2c2e35;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #909098;
	border-color: #909098;
	border-radius: 0;
}

.btn-primary:hover {
	background-color: #2c2e35;
	border-color: #2c2e35;
}

/* Hauptnavigation */
#header-navigation ul li a {
	color: #7e5485;
	line-height: 40px;
	font-size: 20px;
	font-style: normal;
}
#header-navigation ul li.ebene-2 a {
	line-height: 32px;
}
#header-navigation ul li a:focus,
#header-navigation ul li a:hover {
	opacity: 0.6;
}
#header-navigation ul li.active a {
	opacity: 0.6;
}
#header-navigation ul li.ebene-1 a {
	font-weight: bold;
}
#header-navigation ul {
	list-style: none;
	margin: 0;

}


#header-navigation {
	background-color: #dfd4e1;
}
#header-navigation.header-navigation-closed {
	height: 0px;
	display: none;
}
#header-navigation.header-navigation-open {
	height: auto;
}


#header-button.show,
#header-button-close.show {
	display: block;
}
#header-button.hidden,
#header-button-close.hidden {
	display: none;
}

/* Bild-Formate */
img.format_fix {
	height: 600px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	img.format_fix {
		height: 400px;
	}
}
@media (max-width: 767px) {
	img.format_fix {
		height: 300px;
	}
}
@media (max-width: 575px) {
	img.format_fix {
		height: 300px;
	}
}

/* Icons Startseite */
.icons-icon {
	margin-left: auto;
	margin-right: auto;
}
.icons .icons-icon img {

	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.icons a {
	text-decoration: none;
}
.icons h3 {
	color: #7e5485;
}
.icons h3.blau {
	color: #51addb;
}
.icons h3.gruen {
	color: #afaf09;
}
.icons h3.orange {
	color: #f8b322;
}


/* Jahreslosung */
.wrapper-losung {
	position: relative;
}
.losung {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding: 0px 0px;
}
.losung-inner {
	background-color: #afaf09;
	padding: 30px;
}
.losung-inner p {
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
}
.losung-inner h3 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 30px;
	font-style: italic;
}
@media (max-width: 991px) {
	.losung-inner h3 {
		font-size: 24px;
	}

}
@media (max-width: 767px) {
	.losung {
		position: relative;
		margin-top: 30px;
	}

}
.headline {
	border-bottom: 1px solid #7e5485;
	padding-top: 25px;
}
.headline h1 {
	font-size: 40px;
	line-height: 50px;
	color: #7e5485;
	font-weight: normal;
}
@media (max-width: 767px) {
	.headline h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.headline {
		padding-top: 10px;
	}

}

/* Teaser: Bild | Text | Verlinkung des gesamten Moduls | Farben frei wählbar */
.teaser-inner-bild {
	border-bottom: 0px solid rgba(255,255,255,0.5);
}
.teaser-inner-bild img {
	width: 100%
}
.teaser .hell .teaser-inner-text p,
.teaser .hell .teaser-inner-text h2 {
	color: #fff;

}
.teaser .teaser-inner-text p,
.teaser .teaser-inner-text h2 {
	text-transform: none;

}
.teaser .teaser-inner-text a {
	border-radius: 40px;
	padding: 4px 15px;
	margin-top: 25px;
	border: 2px solid #2c2e35;
	color: #2c2e35;

}
.teaser .hell .teaser-inner-text a {
	border: 2px solid #fff;
	color: #fff;
}

/* Teaser neu: Überschrift | Bild | Text | 1 Link | 3 Farben wählbar */

.teaser-neu-inner-bild {
	border-bottom: 0px solid rgba(255,255,255,0.5);
}
.teaser-neu-inner-bild img {
	width: 100%
}
.teaser-neu .teaser-neu-inner-text {
	padding: 10px 15px;
}
.teaser-neu .teaser-neu-inner-text p,
.teaser-neu .teaser-neu-inner-text h2 {
	text-transform: none;

}
.teaser-neu .teaser-neu-inner-headline h2 {
	color: #fff;
	padding: 8px 15px;
	margin: 0;
}
.teaser-neu a.teaser-neu-inner-link {
	color: #fff;
	font-size: 24px;
	padding: 8px 15px;
	display: block;
	border-top: 5px solid #fff;
}



/* Kalender Anpassungen */
.ekir-kalender * {
	font-size: 18px;
}


#et_container img {
	height: auto;
	width: 100%;
}
.warning {
	color:red;
	font-weight:bold;
}
.et_link {
}
a.et_link:hover{}

/* Gesamtbreite: */
#et_container {
	width:100%;
	max-width:600px;
	line-height: 1.2;
}
#et_filter_container {
	width:100%;
}
.et_filter_headline {
	font-weight:normal;
    color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	padding: 22px 15px;
	display: none;
}
.et_filter_headline,
.et_filter_subrow {
	background: rgb(178,152,182);
}
.et_filter_subrow {
	padding:15px;
}
.et_filter_main {
	background: rgb(178,152,182);
    padding: 15px;
}
.et_filter_block div,
.et_filter_block_left div,
.et_filter_block_right div {
	padding:2px 0;
	white-space:nowrap;
	color: rgba(126,84,123);
	line-height: normal;
}
#itemsPerPage {
	color: rgba(126, 84, 123);
	background-color: #fff;
	border: none;
	padding: 3px;
}

button.et_submit {
	font-size:18px;
	width:200px;
	background-color: rgba(126,84,123);
	color: #fff;
	border: none;
	padding: 10px;
	margin: 0;
}
button.et_reset {
	border:0px;
	margin:0 0 0 15px;
	background-color: rgba(204,186,206);
	color: rgba(126, 84, 123);
	padding: 10px;
	font-size: 18px;
}
#et_filter_container input[type=text] {

	border:none;
	padding:3px;
}
#ETFilter_highlight,
#ETFilter_eventtype,
#ETFilter_people,
#highlight, #eventtype, #people {
	width:240px;
	padding: 3px;
	background-color: #fff;
	border: none;
	color: rgba(126,84,123);
}

.et_pager_container {
	padding:4px 0;
}
.et_pager {}

#et_content_container {
	width:100%;

}
.et_content_row {
	padding:10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #2c2e35;
}
.et_content_row:last-of-type {
	border: 0;
}
#teaser .et_content_row {
	background-color: rgb(223,212,225);
	border-radius: 4px;
    padding: 10px 15px;
}
.even { }
.odd {

}
.et_tag {
	font-weight:bold;
}
.et_uhrzeit {}

.et_litname,.et_detail_litname {
	display: none;
	font-size:13px;
	color:#555;
}
.et_detail_litname {
	display: inline-block;
	margin-left:10px;
}

.et_content_title a.et_link_title {
	font-weight:bold;
}
#teaser .et_content_title a.et_link_title {
	color: rgb(126,84,123);

}
#teaser .et_content_title a.et_link_title:hover {
	color: rgba(126,84,123,0.7);
}
.et_description {
	/* Auskommentierten, um die Kurzbeschreibung auszublenden: */
	/*display:none;*/
}
.et_city {
	/* Entfernen, um den Ort einzublenden: */
	display:none;
}
.et_placename {}
.et_personname {}
.et_personname:before {
	content: " - ";
}

.et_content_user {
	display:block;
	color:#666;
	font-size:10px;
	line-height:11px;
	padding:2px 0;
}
.monthbar {
	background-color: rgba(126, 84, 123);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#878787',GradientType=1 );
	padding: 10px 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;

}


/* Detailseite: */
#et_detail_header {
	padding:3px;
	background-position:right;
	background-repeat:no-repeat;
	background-size:1px;
}
#et_detail_title {
	font-size:16px;
	font-weight:bold;
	margin:14px 0 8px 2px;
}
#et_detail_date {
	font-size:13px;
	font-weight:bold;
	margin:6px 0 10px 2px;
}
.et_content_detaillabel {
	font-weight:bold;
	color:#555;
}
#et_container #et_place_image,
#et_container #et_place_image_th,
#et_container .equipicon {
	width:auto;
}
.equipicon {
	margin:2px;
}
#et_place_image {
	/* Das groÃŸe Bild wird erst beim Mouseover eingeblendet */
	display:none;
}
.et_user {
	border-top:1px dotted #999;
}
.et_sharefunctions {}
#et_container .et_sharefunctions img {
	width:auto;
}
.et_detail_backlink a {
	/*padding:2px 4px 2px 25px;
	text-decoration:none;
	background-image:url(/bundles/vket/images/backlinkbg.png );
	background-repeat:no-repeat;*/
}
/*  Footer */
#footer {
	text-align:center;
	font-size:10px;
	color:#999;
	padding-top:10px;
}
#footer a {
	color:#999;
}
@media all and (min-width: 520px) {
	/* responsive */
	.et_filter_main:after {
		content: "";
		display: table;
		clear: both;
	}

	.et_filter_block_left {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 0;
		margin-right: -50%;
		width:50%;
	}
	.et_filter_block_right {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 50%;
		margin-right: -100%;
		width:50%;
	}

	.et_content_row:after
	{
		content: "";
		display: table;
		clear: both;
	}
	.et_content_date,
	.et_content_detaillabel,
	.et_detail_backlink {
		-moz-box-sizing: border-box;

		margin-left: 0;

	}
	.et_content_title,
	.et_content_detailvalue,
	.et_sharefunctions {
		-moz-box-sizing: border-box;

	}

	#et_detail_header {
		background-size:contain;
	}
}
#et_headline {
	display: none;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	/* list-style: none; */
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.light-theme a, .light-theme span {
	float:left;
	color: #fff;
	font-size:16px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: none;
	min-width: 16px;
	padding: 0 8px;
	margin: 0 5px 0 0;
	border-radius: 0;
	background: rgba(207,207,107);

}
.light-theme a:hover {
	text-decoration: none;
	background: rgba(191,191,58);
}

.light-theme .current {
	background: rgba(175,175,9);
	border: none;
	border-radius: 0;
	color: #FFF;
	cursor: default;
}
/* Termin-Vorschau */
.portlet h4 {
	font-size: 24px;
	color: rgb(126, 84, 123);
}

/* Startseite Text */
.start-text p,
.start-text h1,
.start-text h2,
.start-text h3 {
   color: rgb(126,84,123);
}

/* Textmodul universal */



.tm-headline h2 {
	color: #fff;
	margin-bottom: 0;
	padding: 8px 15px;
}
.tm-zusatzinfo {
	padding: 8px 15px;
}
.tm-zusatzinfo h2,
.tm-zusatzinfo h3,
.tm-zusatzinfo p {
	color: #2c2e35;
	font-weight: 400;
}

a.tm-link  {
	padding: 8px 15px;
	border-top: 5px solid #fff;
	display: block;
	color: #fff;
    font-size: 24px;
}

.tm-zusatzinfo p {
	margin-bottom: 8px;
	padding-top: 8px;
}

.tm-rechts a {
	color: rgba(175,175,9);
}
.tm-rechts a::before {
	content: '>> ';
	white-space: nowrap;
}
.tm-rechts h2:first-of-type,
.tm-headline h2 {
	margin-top: 0;
}

/* Subnavi */
@media (max-width: 767px) {
	.subnavi {
		display: none;
	}
}
.subnavi ul {
	padding-left: 0;
}
.subnavi ul li {
	list-style: none;
	float: left;
	border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.subnavi ul li a {
    background-color: rgb(223,212,225);
	color: rgb(126,84,123);
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	display: block;
	padding: 10px 20px 0 20px;
}
.subnavi ul li:last-child {
	border-right: 0;
}

.subnavi ul li.rex-current a,
.subnavi ul li a:hover {
	background-color: rgb(126,84,123);
	color: #fff;
}
