hr {background-color:#bbd10d;}

table {/*background-color:transparent;*/}
table tr {/*border-bottom:none;*/}
table th {/*background-color:transparent;border-bottom:none;*/}

.einleitung {
    display: block !important;
    font-size: 1.556em; /* basierend auf 18px */
    font-size: 1.167em; /* basierend auf 24px*/
    font-weight: 700;
    margin-bottom: 20px;
}

.pagenav a {/*text-decoration:none;*/}

.csslink_extern::after {
    content: '\f062';
    display: inline-block;
    vertical-align: baseline;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 400;
    color: #27428e;
    margin-left: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn-klein {
	display: inline-block;
	padding: 10px 15px;
	background-color: #27428e;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	position: relative;
	overflow: hidden;
	border: 1px solid #27428e;
	margin: 10px 10px 0 0;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn-klein:hover {
	color: #27428e;
	background-color: #bbd10d;
	border: 1px solid #bbd10d;
	text-decoration: none !important;
}
.btn-klein a {
    text-decoration: none !important;
    color: #fff;
}

small.date {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    color: #000;
    background-color: #bbd10d;
    padding: 10px;
}


/* Layout */

/* TEMPLATES */

.row.abstand {
    margin: 30px -15px;
}

.infobox {}
.box-gruen {
    background-color: #f1f6ce;
    padding: 30px;
    margin: 30px 0;
}
.box-gruen h1:first-child,
.box-gruen h2:first-child,
.box-gruen h3:first-child,
.box-gruen h4:first-child {
    margin-top: 0;
}
.box-blau {
    position: relative;
    padding: 15px 0;
    margin: 0 -170px;
}
.box-blau::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 300%;
    background-color: #56aebd;
    background-color: rgba(86,174,189,0.2);
}
.bg-blau {
    color: #fff;
    background-color: #27428e;
}
.bg-gruen {
    position: relative;
    background-color: #bbd10d;
    padding: 15px 0 30px 0;
}
.bg-gruen::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 300%;
    background-color: #bbd10d;
}
.bg-gruen h2 {
    font-size: 1.889em; /* 34px basierend auf 18px */
    font-size: 1.417em; /* basierend auf 24px*/
	font-weight: 700;
	text-align: center;
	color: #000;
	padding: 15px 0 30px 0;
	margin: 0;
}
.bg-gruen .btn {
	position: absolute;
	bottom: 25px;
	right: 30px;
	margin: 0;
}
.bg-gruen .btn a {
    font-size: 1.111em; /* 20px basierend auf 18px */
    font-size: 0.833em; /* basierend auf 24px*/
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
	border: none;
	padding-right: 0;
	margin: 0;
}


/* Ansprechperson */

.randspalte .widget.adressen .result-list > li,
.randspalte .widget.adressen .result-list > dd,
.randspalte .widget.adressen .result-list > div > dd {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.randspalte .widget.adressen .flex-control-nav {
    background-color: #fff;
}
.randspalte .widget.adressen .flex-direction-nav {
    /*display: none;*/
}

/* Listen */
.result-list .list-text .date {
    display: inline-block;
    font-size: 0.889em; /* 16px basierend auf 18px */
    font-size: 0.667em; /* basierend auf 24px*/
    font-weight: 700;
    color: #000;
    background-color: #bbd10d;
    padding: 2px 5px;
}
.result-list .list-text .time {
    display: inline-block;
    margin-left: 10px;
}
.adressen .result-list .list-title {
    font-size: 1.182em;
    margin-top: 0;
}
.veranstaltungen .page-title {
    font-size: 1.364em;
}

/* Veranstaltungen */
.ver-btns {
    margin-bottom: 30px;
}
.ver-btns .btn {
    text-transform: none;
}
button.btn.green > i.fas {
    color: #bbd10d;
}
button.btn.green:hover > i.fas,
button.btn.green:focus > i.fas{
    color: #27428e;
}

/* Mitteilungen */

.mitteilungen_detail .image-single:first-of-type {
    margin-bottom: 30px;
}

/* Accordion */
.accordion-container, .toggler_container {
    font-size: 1em; /* basierend auf 18px */
}
.accordion-container .flex-row {
    margin-top: 30px;
}
.adressen {
    padding-bottom: 15px;
    border-bottom: 1px solid #27428e;
    border-bottom: 1px solid rgba(39,66,142,0.2);
    margin-bottom: 15px;
}
.folgeseite .main-row a.csslink_intern:hover::before {
    color: #27428e;
}
/* Gelesen-Funktion */
.unread {
    text-transform: uppercase;
    font-weight: bold;
}
.unread i[class*="fa-"]::before {
    font-weight: 700;
}

/* STARTSEITE */
.start.neues {
    position: relative;
}
.start.neues > .flex-row {
    margin-bottom: 0;
}
.start.neues h1 {
    font-size: 1.889em; /* 34px basierend auf 18px */
    font-size: 1.417em; /* basierend auf 24px*/
    font-weight: 700;
}
.start.neues > .flex-row > .flex-col-2:first-child {
	-ms-flex-preferred-size: calc(56% - 30px);
	flex-basis: calc(56% - 30px);
	width: calc(56% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .start.neues > .flex-row > .flex-col-2:first-child { flex-basis: calc(55.999% - 30px); width: calc(55.999% - 30px); } /* Edge */
.start.neues > .flex-row > .flex-col-2:last-child {
    -ms-flex-preferred-size: calc(44% - 30px);
	flex-basis: calc(44% - 30px);
	width: calc(44% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .start.neues > .flex-row > .flex-col-2:last-child { flex-basis: calc(43.999% - 30px); width: calc(43.999% - 30px); } /* Edge */

.neues-slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.neues-carousel {
	height: 130px;
	overflow: hidden;
}
.start.neues .neues-slider2 {
    position: relative;
    width: 100%;
    height: 580px;
    /*overflow: hidden;*/
}
.start.neues .neues-slider2::before,
.start.neues .neues-slider2::after {
    content: '';
    position: absolute;
    top: 0;
    width: 11px;
    height: calc(100% - 87px);
}
.start.neues .neues-slider2::before {
    left: 0;
    -webkit-box-shadow: -8px 0px 11px -4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -8px 0px 11px -4px rgba(0, 0, 0, 0.16);
    box-shadow: -8px 0px 11px -4px rgba(0, 0, 0, 0.16);
}
.start.neues .neues-slider2::after {
    right: -0;
    -webkit-box-shadow: 8px 0px 11px -4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 8px 0px 11px -4px rgba(0, 0, 0, 0.16);
    box-shadow: 8px 0px 11px -4px rgba(0, 0, 0, 0.16);
}
.neues-slider.loaded,
.neues-carousel.loaded,
.start.neues .neues-slider2 {
	height: auto;
}
.neues-slider .slides,
.start.neues .neues-slider2 .slides {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.start.neues .neues-slider2 .slides {
    margin: 0 0 15px 0;
}
@media all and (-ms-high-contrast:none)
{
    .start.neues .neues-slider2 .slides {display:block;} /* IE10 */
    *::-ms-backdrop, .start.neues .neues-slider2 .slides {display:block;} /* IE11 */
}
.neues-slider a {
	display: block;
	position: relative;
	color: #fff;
}
.neues-slider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 58px;
    height: 58px;
    margin: -29px 0 0;
    position: absolute !important;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}
.neues-slider .flex-direction-nav .flex-prev {
    left: 10px;
}
.neues-slider .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
}
.start.neues .neues-slider2 .slides > li {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
}
.start.neues .neues-slider2 .slides a {
	display: block;
	position: relative;
    color: #000;
}
.neues-slider .image,
.start.neues .neues-slider2 .image {
	position: relative;
	overflow: hidden;
	/*max-height: 450px;*/
}
.neues-slider .image .date,
.start.neues .neues-slider2 .image .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.111em; /* 20px basierend auf 18px */
    font-size: 0.833em; /* basierend auf 24px*/
    font-weight: 700;
    color: #000;
    background-color: #bbd10d;
    padding: 10px 25px 10px 20px;
}
.start.neues .neues-slider2 .image .date {
    font-size: 0.778em; /* 14px basierend auf 18px */
    font-size: 0.583em; /* basierend auf 24px */
    padding: 5px 15px 5px 15px;
}
.neues-slider .image .verlauf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.94) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.neues-slider .image img,
.start.neues .neues-slider2 .image img {
    display: block;
}
.start.neues .neues-slider2 .image .mc2_ac {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 5px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	background-color: rgba(0,0,0,.18);
}
.neues-slider .caption {
	position: absolute;
    left: 25px;
    right: 25px;
	bottom: 25px;
	line-height: 1;
}
.start.neues .neues-slider2 .caption {
    font-size: 0.833em;
    padding: 15px;
}
.neues-slider .caption .title {
    font-size: 1.667em; /* 30px basierend auf 18px */
    font-size: 1.25em; /* basierend auf 24px */
	font-weight: 700;
	margin: 0;
}
.start.neues .neues-slider2 .caption .title {
    font-size: 1.333em; /* 24px basierend auf 18px */
    font-size: 1.2em; /* basierend auf 24px*/
    font-weight: 700;
    color: #27428e;
    margin: 0 0 10px 0;
}
.start.neues .neues-slider2 .caption .title + p {
    margin-bottom: 0;
}
.neues-slider .caption .title::after,
.start.neues .neues-slider2 .caption .title + p::after {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-weight: 400;
    color: #bbd10d;
    margin-left: 10px;
}
.start.neues .neues-slider2 .caption .title + p::after {
    font-size: 26px;
}
.neues-slider .flex-pauseplay,
.neues-slider2 .flex-pauseplay {
	/*display: none;*/
	position: absolute;
	z-index: 65;
	bottom: 1px;
	right: 0;
	background-color: #27428e;
	padding: 5px;
}
.neues-slider .flex-pauseplay a,
.neues-slider2 .flex-pauseplay a {
    display: block;
    line-height: 16px;
    color: #fff;
}
.neues-slider .flex-pauseplay i.fas,
.neues-slider2 .flex-pauseplay i.fas {
    font-size: 16px;
    margin-right: 0;
}
.start.neues .row .column-1 {
    padding-bottom: 30px;
}
.start.neues .row .column-1 .btn {
    position: absolute;
    bottom: 22px;
    right: 15px;
    margin: 0;
}
.start.neues .row .column-1 .btn a {
    font-size: 1.111em; /* 20px basierend auf 18px */
    font-size: 0.833em; /* basierend auf 24px*/
    font-weight: 700;
    text-transform: uppercase;
    color: #27428e;
    background-color: transparent;
    border: none;
    padding-right: 0;
    margin: 0;
}
.start.neues .row .column-1 .btn a:after, .start.veranstaltungstipps .btn a:after {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 400;
    margin-left: 10px;
}
.start.neues .row .column-1 .btn a:hover,
.start.neues .row .column-1 .btn a:focus {
    color: #bbd10d;
}
.neues-carousel {
    position: relative;
    margin-top: 15px;
}
.neues-carousel > .verlauf,
.start.neues .neues-slider2 > .verlauf,
.veranstaltungs-slider > .verlauf,
.infobox-slider > .verlauf {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.veranstaltungs-slider {
    position: relative;
}
.veranstaltungs-slider > .verlauf {
    bottom: 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmQxMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(187,209,13,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(187,209,13,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(187,209,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bbd10d',GradientType=1 );  
}
.neues-carousel .slides {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.neues-carousel .slides > li {
    position: relative;
}
.neues-carousel .image {
	/*max-height: 146px;*/
	cursor: pointer;
}
.neues-carousel .image img {
    display: block;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-ms-opacity: 0.4;
	opacity: 0.4;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.neues-carousel .flex-active-slide .image img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
.neues-carousel .image .verlauf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 95px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.94) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.5;
}
.neues-carousel .flex-active-slide .image .verlauf {
    opacity: 1;
}
.neues-carousel .caption {
	position: absolute;
	left: 15px;
    bottom: 15px;
    z-index: 2;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
.neues-carousel .caption .title {
	font-size: 1.111em; /* 20px basierend auf 18px */
    font-size: 0.833em; /* basierend auf 24px*/
	font-weight: 700;
	margin: 0;
}
.neues-carousel .caption .title::after {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 400;
    color: #bbd10d;
    margin-left: 10px;
}

.start.neues .beliebte-themen {
    color: #fff;
    background-color: #27428e;
    border-top: 55px solid #fff;
}
.start.neues .beliebte-themen > div {
    display: block !important;
    padding: 45px 45px 10px 45px;
}
.start.neues .beliebte-themen h2 {
    font-size: 1.889em; /* 34px basierend auf 18px */
    font-size: 1.417em; /* basierend auf 24px */
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.start.neues .beliebte-themen .unstyled-list,
.start.neues .beliebte-themen .unstyled-list li {
    margin-bottom: 0;
}

/* Tabs */
.start.neues .beliebte-themen #tab-container {
    margin-top: 30px;
}
#tab-container > ul {
	display: table;
	width: 100%;
	margin: 0 auto 30px auto;
}
#tab-container > .unstyled-list > li {
	display: table-cell;
	margin-bottom: 0;
    text-align: center;
    border-right: 30px solid transparent;
}
#tab-container > .unstyled-list > li.last {
    border-right: none;
}
#tab-container > ul > li > a {
    font-size: 1em; /* basierend auf 18px */
    font-size: 0.75em; /* basierend auf 24px*/
	font-weight: 700;
    color: #fff;
    color: rgba(255,255,255,0.5);
    background-color: transparent;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.5);
	padding: 10px;
	display: block;
	width: 100%;
}
#tab-container > ul > li > a:hover,
#tab-container > ul > li > a:focus {
    color: #fff;
    border: 1px solid #fff;
}
#tab-container ul li a.selected,
#tab-container ul li a.selected:hover,
#tab-container ul li a.selected:focus {
    color: #27428e;
    background-color: #fff;
    border: 1px solid #fff;
}
#tab-container .textbox .unstyled-list li {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
#tab-container .textbox .unstyled-list li a {
    display: block;
    font-size: 1.222em; /* 22px basierend auf 18px */
    font-size: 0.917em; /* basierend auf 24px */
    line-height: 1;
    color: #fff;
    padding: 20px 0;
}
#tab-container .textbox .unstyled-list li a::before {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-weight: 400;
    color: #bbd10d;
    margin-right: 10px;
}
#tab-container .textbox .unstyled-list li a:hover,
#tab-container .textbox .unstyled-list li a:focus {
    color: #bbd10d;
}

/* Startseite Veranstaltungstipps */
.start.veranstaltungstipps {
    background-color: #bbd10d;
    padding: 15px 0 30px 0;
}
.start.veranstaltungstipps > .wrapper {
    position: relative;
}
.start.veranstaltungstipps h2 {
    font-size: 1.889em; /* 34px basierend auf 18px */
    font-size: 1.417em; /* basierend auf 24px */
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 15px 0 30px 0;
    margin: 0;
}

.veranstaltungs-slider.loaded {
	height: auto;
}
.veranstaltungs-slider .slides {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.veranstaltungs-slider .slides {
    margin: 0 0 15px 0;
}
.veranstaltungs-slider a {
	display: block;
	/*position: relative;*/
}
.veranstaltungs-slider .flex-control-nav li a, .veranstaltungs-slider .flex-control-nav .flex-pauseplay a {
	color: #fff;
}
.veranstaltungs-slider .flex-control-nav .flex-active {
	color: #27428e;
}
.veranstaltungs-slider .slides a {
	display: block;
	position: relative;
    color: #000;
}
.veranstaltungs-slider .image {
	position: relative;
	overflow: hidden;
}
.veranstaltungs-slider .image .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.778em; /* 14px basierend auf 18px */
    font-size: 0.583em; /* basierend auf 24px */
    font-weight: 700;
    color: #fff;
    background-color: #27428e;
    padding: 5px 15px 5px 15px;
}
.veranstaltungs-slider .image .verlauf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.94) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.veranstaltungs-slider .image img {
    display: block;
}
.veranstaltungs-slider .image .mc2_ac {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 5px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	background-color: rgba(0,0,0,.18);
}
.veranstaltungs-slider .caption {
	position: absolute;
    left: 15px;
    right: 15px;
	bottom: 15px;
	line-height: 1;
}
.veranstaltungs-slider .caption .title {
    font-size: 1.333em; /* 24px basierend auf 18px */
    font-size: 1em; /* basierend auf 24px*/
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.veranstaltungs-slider .caption .title + p {
    margin-bottom: 0;
}
.veranstaltungs-slider .caption .title::after {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-weight: 400;
    color: #bbd10d;
    margin-left: 10px;
}
.veranstaltungs-slider .caption .title + p::after {
    font-size: 26px;
}
.start.veranstaltungstipps .btn {
    position: absolute;
    bottom: -8px;
    right: 30px;
    margin: 0;
}
.start.veranstaltungstipps .btn a {
    font-size: 1.111em; /* 20px basierend auf 18px */
    font-size: 0.833em; /* basierend auf 24px*/
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border: none;
    padding-right: 0;
    margin: 0;
}
.start.veranstaltungstipps .btn a:hover,
.start.veranstaltungstipps .btn a:focus {
    color: #27428e;
}

.infobox-slider {
    position: relative;
    padding:30px 0;
}
.infobox-slider .slides {
	margin: 0 0 15px 0;
}
@media all and (-ms-high-contrast:none)
{
    .infobox-slider .slides {display:block;} /* IE10 */
    *::-ms-backdrop, .infobox-slider .slides {display:block;} /* IE11 */
}
.infobox-slider .slides > li {
    /*background-color: transparent;*/
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
}
.infobox-slider .slides a {
	display: block;
	position: relative;
    color: #27428e;
}
.infobox-slider .image {
	position: relative;
	overflow: hidden;
}
.infobox-slider .caption .title {
	font-size: 1.333em; /* 24px basierend auf 18px */
    font-size: 1em; /* basierend auf 24px*/
	font-weight: 700;
	color: #27428e;
	margin: 0;
}
.infobox-slider .caption .title::after {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-weight: 400;
	color: #bbd10d;
	margin-left: 10px;
}


/****************************/


/* CONTENT */
.leaflet-bottom {
    z-index: 100 !important;
}
.rs_addtools a, .rs_addtools span, .rsbtn a, .rsbtn span {
	color: #27428e !important;
}

.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play {
	background: #fff !important;
	border: 1px solid #ccc !important;
}
.rs_addtools .rsbtn_play .rsbtn_right, .rsbtn .rsbtn_play .rsbtn_right {
	border-left: 1px solid #ccc !important;
	color: #27428e !important;
}
.rs_addtools .rsbtn_play:hover .rsbtn_right::before, .rsbtn .rsbtn_play:hover .rsbtn_right::before {
	color: #27428e !important;
}

.site-footer > .wrapper > .row > .column-3 .result-list {
    font-size: 0.75em;
}
.site-footer > .wrapper > .row > .column-3 .csslink_intern {
    font-size: 0.75em;
}

/* CS 05.05.2020 */
.modal-window {
    z-index: 1001;
}

/* CS 06.05.2020 */
/* VOLLTEXTSUCHE - AUTOCOMPLETE */
.ui-helper-hidden-accessible {
    display: none;
}
.ui-widget {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    z-index: 1000;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: 100% !important;
    max-width: 465px;
    overflow: auto;
    border: none !important;
    color: #000 !important;
    background-color: #fff !important;
    padding: 15px 0;
    margin: 10px 0 0 0;
    /*-webkit-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);-moz-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);
    box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);*/
    filter: none;
}
/*.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e5e5e5;
}*/
.ui-menu .ui-menu-item:hover {
    color: #fff;
    background: #27428e !important;
    border: none !important;
    /*border-bottom: 1px solid #f0f0f0 !important;*/
}
.ui-menu .ui-menu-item-wrapper {
    padding: 5px 15px;
}
.ui-menu .ui-menu-item-wrapper:hover {
    color: #fff;
    background: #27428e !important;
    border: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    color: #000;
    background: #bbd10d !important;
    font-weight: 700 !important;
}
ul.ui-autocomplete {
    list-style: none !important
}

/* CS 06.05.2020 */
/* SOLR gruppiertes Suchergebnis mit Tabs */
.solr-search {
    margin-bottom: 30px;
}
.solr-search .toggler-link {
    font-weight: 400;
    padding: 19px 10px 19px 45px;
}
.solr-search .toggler-link::after {
    left: 15px !important;
    bottom: 15px !important;
    right: auto  !important;
    display: inline-block;
}
.solr-search label {
    color: #000;
    font-weight: 400;
}
.solr-search .toggler-container {
    background-color: #d5e5ea;
	background-color: rgba(213,229,234,0.2);
    padding: 15px;
    margin: 15px 0 0 0;
}
.solr-search #vt_suchform{
    padding-bottom: 30px;
    border-bottom: 1px solid #bbd10d;
}
.solr-count{
    background-color: #f1f6fa;
    padding: 20px;
    margin-bottom: 30px;
}
.solr-term{
    font-style: italic;
}
.solr-results .nav-tabs{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    float: left;
    list-style: none;
}
.solr-results .nav-tabs .ui-tabs-tab{
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    transition: color .2s, background-color .2s;
    border-bottom: none !important;
    background: none !important;
}
.solr-results .nav-tabs .ui-tabs-tab:last-child{
    box-shadow: none;
}
.solr-results .nav-tabs .ui-tabs-tab a{
    padding: 15px 10px;
    background-color: transparent;
	color: #27428e;
	color: rgba(39,66,142,0.6);
	border: 1px solid #27428e;
	border: 1px solid rgba(39,66,142,0.6);
    display: inline-block;
    font-size: 1em; /* basierend auf 18px */
    font-size: 0.75em; /* basierend auf 24px*/
    font-weight: 700;
    text-decoration: none;
    transition: color .2s, background-color .2s;
    margin: 0 5px 5px 0;
    line-height: 1;
}
.solr-results .nav-tabs .ui-tabs-tab a small{
    font-weight: 300;
}
.solr-results .nav-tabs .ui-tabs-tab:hover a{
    color: #27428e;
    border: 1px solid #27428e;
}
.solr-results .nav-tabs .ui-tabs-tab.ui-tabs-active a{
    color: #fff !important;
    background-color: #27428e !important;
    border: 1px solid #27428e;
}
.solr-results .row{
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 25px 0;
    border-bottom: 1px solid #bbd10d;
    width: 100%;
}
.solr-results .row:last-child{
    border-bottom: 2px solid #bbd10d;
}
.solr-results .information-list{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.solr-results .liste-titel{
    margin: 0;
}
.solr-results .liste-titel .title{
    color: #27428e;
    font-size: 1.2em;
    font-weight: 400;
}
.solr-results .solr_link{
    font-size: 0.667em;
}
.solr-results .solr_link > time {
    font-weight: 400;
}
.solr-results .solr_link a {
    display: inline-block;
    color: #27428e;
}
.solr-results .bar{
    padding: 30px 0 15px 0;
}
.solr-results .bar .show-more{
    float: right;
    margin-top: -10px;
}

/* Social Links */

.social-media .modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100010;
    background-color:rgba(0,0,0,.5);
    overflow:auto;
}
.social-media .modal-inner {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    width: calc(100% - 30px);
    max-width: 974px;
    background-color: #fff;
    border-top: 6px solid #bbd10d;
    padding: 30px;
    margin: auto;
    text-align: left;
}
.social-media .modal-inner h1,
.social-media .modal-inner h2 {
    font-size: 1.889em; /* 34px basierend auf 18px */
    font-size: 1.417em; /* basierend auf 24px */
    font-weight: 700;
    margin-top: 0;
}
.social-media .modal-inner .btn {
    display: inline-block;
    margin-bottom: 0;
}
.social-media .modal-inner .btn > a::after {
    display: none;
}
.social-media .close-modal,
.social-media .close-modal1,
.social-media .close-modal2 {
    display: inline-block;
	padding: 10px 15px;
    background-color: #27428e;
	color: #fff;
	font-weight: 700;
    font-size: 1em; /* 18px basierend auf 18px */
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	border: 1px solid #27428e;
	margin: 10px 10px 0 0;
	cursor: pointer;
}
.social-media .close-modal:hover,
.social-media .close-modal1:hover,
.social-media .close-modal2:hover,
.social-media .close-modal:focus,
.social-media .close-modal1:focus,
.social-media .close-modal2:focus {
    color: #27428e;
    background-color: #bbd10d;
    border: 1px solid #bbd10d;
}
.social-media .modal-inner > .close-modal,
.social-media .modal-inner > .close-modal1,
.social-media .modal-inner > .close-modal2 {
    display: none;
}

/* CS 10.09.2020 - Bildunterschrift / Border */
.image-single .cont {
    position: relative;
}
/*.image-single .cont-desc {
    padding-top: 5px;
    font-size: 0.750em;
}*/
.ps_imageborder img {
    border: 1px solid #f1f1f1;
}
/* CS 20.10.2021 - TASK7305 */
.image-single a {
    display: block;
    position: relative;
}
.image-single .img-caption {
    color: #666;
    font-size: 0.875em;
    font-style: italic;
    padding-top: 0.25em;
    text-align: left;
}

/* Daterangepicker */
.daterangepicker {
    left: 15px !important;
    right: auto !important;
	border-radius: 3px;
	border: none;
    width: 100%;
    width: calc(100% - 15px);
    max-width: 781px;
	margin-top: 0;
	top: 0;
	font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
}
.daterangepicker::before,
.daterangepicker::after {
	display: none;
}
.daterangepicker.show-calendar .ranges {
	display: none;
}
.daterangepicker .drp-calendar {
	max-width: 100%;
}
.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
	padding: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
	padding-right: 30px;
}
.daterangepicker .calendar-table th {
    background-color: transparent;
}
.daterangepicker .calendar-table table thead {
    color: #fff;
    background-color: #27428e;
}
.daterangepicker .calendar-table table thead tr:first-child th {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	min-width: 53px;
	width: 53px;
	height: 33px;
	line-height: 33px;
	font-size: 1em;
	border-radius: 0;
	border: 1px solid transparent;
}
.daterangepicker .calendar-table tbody th,
.daterangepicker .calendar-table tbody td {
    color: #27428e;
    border-bottom: 1px solid rgba(39,66,142,0.2);
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	border-color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    color: #fff !important;
	background-color: #27428e;
}
.daterangepicker td.start-date.end-date {
	border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    font-weight: 700;
	background-color: #BBD10D;
	color: #000 !important;
}
.daterangepicker td.in-range {
	color: #000 !important;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	color: #999 !important;
}

/* CS 28.01.2021 Tp 3413.80 */
.widget_kontakt.adressen {
    background-color: rgba(86,174,189,0.2);
    padding: 30px 60px;
    margin-bottom: 30px;
}
.widget_kontakt h2, .widget_kontakt h3, .widget_kontakt h4:first-child, .widget_kontakt h5:first-child, .widget_kontakt h6:first-child {
    font-size: 1.444em;
    font-size: 1.083em;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #27428e;
}

/* CS 31.05.2021 - TASK4489 */
.strong-1 {
    font-size: 2em !important;
}
.strong-2 {
    font-size: 1.333em !important;
}
.strong-3 {
    font-size: 1.167em !important;
}
.strong-4 {
    font-size: 1.083em !important;
}
.strong-5 {
    font-size: 1em !important;
}
.strong-6 {
    font-size: 0.917em !important;
}

@media screen and (min-width: 1420px){
    nav#nav {
        padding: 0 250px 0 110px;
    }
    .headerheight {
        height: 158px;
    }
    .logo.headerheight img {
        max-height: 158px;
    }
    body.startseite .titelbild .elem,
    .startseite .titelbild.with-slogan .elem {
        min-height: 100vh;
    }
    .site-quickmenu .flex-row .flex-col-2:last-child {
        text-align: right;
    }
    .veranstaltungs-slider .slides {
        margin: 0 0 35px 0;
    }
    .randspalte .widget.adressen .flex-direction-nav {
        display: block;
    }
    .randspalte .widget.adressen .flex-direction-nav a::before {
        color: #27428e;
    }
    .start.neues .neues-slider2 .caption {
        padding: 30px;
    }
}

@media screen and (min-width: 768px){
 
    nav#nav {
        padding: 0 15px;
    }
    
}

@media screen and (max-width: 1419px){
 
    .start.neues h1 {
        font-size: 1.182em; /* 26px basierend auf 22px */
    }
    .start.neues > .flex-row > .flex-col-2:first-child,
    .start.neues > .flex-row > .flex-col-2:last-child {
        -ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
    }
    _:-ms-lang(x), _:-webkit-full-screen, .start.neues > .flex-row > .flex-col-2:first-child,
    _:-ms-lang(x), _:-webkit-full-screen, .start.neues > .flex-row > .flex-col-2:last-child {
        flex-basis: 100%;
        width: 100%;
    } /* Edge */

    .start.neues .beliebte-themen {
        border-top: none;
    }
    .start.neues .beliebte-themen > div {
        padding: 30px;
    }
    .start.neues .beliebte-themen h2 {
        font-size: 1.182em; /* 26px basierend auf 22px */
    }
    #tab-container > ul {
        margin: 0 0 30px 0;
        max-width: 75%;
    }
    #tab-container .textbox .unstyled-list li a {
        font-size: 0.909em; /* 20px basierend auf 22px */
        padding: 15px 0;
    }
    .start.veranstaltungstipps h2 {
        font-size: 1.091em; /* 24px basierend auf 22px */
    }

    .box-blau {
        margin: 0 auto;
    }
    .bg-gruen h2 {
        font-size: 1.091em; /* 24px basierend auf 22px */
    }

    .einleitung {
        font-size: 1.091em; /* 24px basierend auf 22px */
    }
    .site-footer > .wrapper > .row > .column-3 {
        width: 50%;
    }
    .site-footer > .wrapper > .row > .column-3 .result-list {
        font-size: 0.818em;
    }
    .site-footer > .wrapper > .row > .column-3 .csslink_intern {
        font-size: 0.818em;
    }
    
}

@media screen and (max-width: 767px){
 
    .start.neues h1 {
        font-size: 1.333em; /* 24px basierend auf 18px */
    }
    /*
    .start.neues .flex-row:first-child {
        margin-bottom: 0;
    }
    */
    .neues-slider .image .date {
        font-size: 1em; /* basierend auf 18px */
        padding: 5px 15px 5px 10px;
    }
    .neues-slider .image .verlauf {
        height: 115px;
    }
    .neues-slider .caption {
        left: 15px;
        bottom: 15px;
    }
    .neues-slider .caption .title {
        font-size: 1.222em; /* 22px basierend auf 18px */
    }
    .neues-slider .caption .title::after {
        font-size: 24px;
    }
    .start.neues .beliebte-themen > div {
        padding: 15px;
    }
    #tab-container > ul {
        margin: 0 0 15px 0;
        max-width: 100%;
    }
    #tab-container > .unstyled-list > li {
        border-right: 15px solid transparent;
    }
    #tab-container > ul > li > a {
        font-size: 0.889em; /* 16px basierend auf 18px */
        padding: 4px;
    }
    #tab-container .textbox .unstyled-list li a {
        font-size: 1em; /* basierend auf 18px */
        padding: 10px 0;
    }
    .start.neues .row .column-1 {
        padding-bottom: 60px;
    }
    .start.neues .row .column-1 .btn {
        bottom: 10px;
    }
    .start.veranstaltungstipps > .wrapper {
        padding-bottom: 40px;
    }
    .start.veranstaltungstipps .btn {
        right: 15px;
    }
    .infobox-slider {
        padding-bottom: 0;
    }
    .box-blau {
        margin-top: 15px;
    }
    .solr-results .bar .show-more {
        float: none;
        margin-top: 0;
    }
    .site-footer > .wrapper > .row > .column-3 {
        width: 100%;
    }
    .row.abstand {
        margin: 0 -15px 30px -15px;
    }
    a.btn.eventbtn {
        padding: 10px 30px;
    }
        .site-footer > .wrapper > .row > .column-3 .result-list {
        font-size: 1em;
    }
    .site-footer > .wrapper > .row > .column-3 .csslink_intern {
        font-size: 1em;
    }
    
}
.ikiss-mailform-req-marker-text {
    display: none;
}

/* CS 25.02.2021 - TASK2700 */
i.link-map {
    color: rgba(187,209,13,0.94);

}
/*AT 29.03.2021*/
.unstyled-list.dienstleistungen li {
    list-style-image: url('assets/img/spitzpfeil.png');
}
.unstyled-list.dienstleistungen li a:before {
    content:none !important;
}
.unstyled-list.link-list li a.csslink_extern, .unstyled-list.link-list li a.csslink_intern, .unstyled-list.link-list li a.csslink_PDF {
    
}
.folgeseite .main-row .unstyled-list {padding-left: 30px;}
.folgeseite .main-row .unstyled-list li {list-style-image: url('assets/img/spitzpfeil.png');}
.folgeseite .main-row .unstyled-list li a::before {content:none;}

.dienstleistungen ul li a.csslink_extern:before, .dienstleistungen ul li a.csslink_intern:before, .dienstleistungen ul li a.csslink_PDF:before {
    position: absolute;
    left: 45px;
}
.widget.dokumente .unstyled-list .csslink_DOCX + a:before {content:none;}

.infobox.box-gruen .accordion-container .unstyled-list {padding-left:0;}
.infobox.box-gruen .accordion-container .csslink_PDF, .infobox.box-gruen .accordion-container .csslink_PDF + a, .infobox.box-gruen .accordion-container .csslink_PDF + small {
    display: inline-block;
    padding-left: 25px;
    margin-left: 0;
}
.infobox.box-gruen .accordion-container .csslink_PDF:before {
    content: '\f101';
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-weight: 400;
    color: #bbd10d;
    margin-right: 10px;
    position: absolute;
    left: 45px;
}
.dienstleistungen ul li a.csslink_extern, .dienstleistungen ul li a.csslink_intern, .dienstleistungen ul li a.csslink_PDF {
    display: block;
    padding-left: 25px;
}
.more:hover {color: #bbd10d;}

/* CS 17.08.2021 - TASK6415: Korrektur inputs checkbox */
.inputs input[type="checkbox"] {
    margin: 0 10px 10px 6px;
}

/* CS 26.10.2021 - TASK7305 */
small.date.plain {
    font-size: 0.75em;
    color: #27428e;
    font-weight: inherit;
    background-color: inherit;
    padding: 0;
}

/* Mängelliste TASK0000 */
select[multiple] {
    height: auto!important;
}
.accordion-container ol {
    margin-left: 5px;
}
ul.fancytree-container {
    white-space: normal!important;
    -moz-hyphens: auto;
  hyphens: auto;
}
#ikiss_gmc_tree_wrapper {
    height: calc(100% - 140px)!important;
}
.datenschutz-liste > li::marker {
  font-weight: bold;
}

/* Ungewollten Abstand im Accordion entfernen */
.abbr {
    margin-right: 0px!important;
}

/* CS 21.08.2023 - TASK17220 */
.csslink_ZIP.btn.zip small{
    margin-left: 10px;
}

 /*03.06.2024 SB PMTASKS5769 */
.lsp {
    padding-right: 7px;
    margin-right: 8px;
    color:#000;
    font-family:'Roboto Condensed',Roboto, sans-serif !important;
}
.lsp .quickmenu {
  line-height: 1.5;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top.sticky .lsp {

}
.lsp a {
    color:#000;
    font-size: 0.888rem;
    font-weight: 400;    
}
.lsp a:hover,
.lsp a:focus {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}
.lsp-content {
    font-size: 1.2em;
    line-height: 1.5em;
}
.rsp_lsp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.rsp_lsp a.lsp-link {
    margin-left:25px;
    margin-bottom: 10px;
    font-weight:bold;
}
.rsp_lsp a.lsp-link:hover,
.rsp_lsp a.lsp-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.rsp_lsp a > [class*="fa-"] {
    margin-right: 10px;
}
.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play {
    padding: 6px;
}

.rsp_lsp a.lsp-link {
    margin-left:25px;
    margin-bottom: 10px;
    font-weight:bold;
}
.rsp_lsp a.lsp-link:hover,
.rsp_lsp a.lsp-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.rsp_lsp a > [class*="fa-"] {
    margin-right: 10px;
}
.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play {
    padding: 6px;
}