h1, h2, h3, h4, h5, h6 {
    color: #E98300;
}
.home-topics .elem h2.liste-titel {
	font-size: 1.6em;
	margin: 0 0 20px;
}
.home-topics .elem h3.liste-titel {
   font-size: 1.35em;
   margin: 0 0 20px;
}
.home-topics .elem h4.liste-titel {
	font-size: 1.15em;
	margin: 0 0 20px;
}
.home-news .news-list li {
    padding: 12px 7px;
}
.home-news .bigone .title {
    font-weight: 400;
    font-size: 1.3em;
}
.ui-datepicker .ui-datepicker-header,
.ui-datepicker th{
    background-color: #988F86;
}
.ui-datepicker th{
    border-top-color: #887F76;
}
label.blocked {
    display: block;
    margin-left: 20px;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
.home-buttonarea .btn-elem:hover {
    text-decoration: none;
}
.home-news a:hover, .home-ctabtns a:hover, .home-events a:hover{
   text-decoration: none;
}
.randspalte .widget a {
    color: #E98300;
}
.randspalte .btn a, .randspalte a.btn {background-color:#E98300; color:#fff !important;}

.themenboxen h2{
	font-size: 1.6em;
}
.themenboxen h3{
   font-size: 1.35em 
}
.themenboxen h4{
	font-size: 1.15em
}
.themenboxen h5{
	font-size: 1em;
	font-weight: bold
}
.themenboxen h6{
	font-size: 0.9em;
	font-weight: 600
}
.randspalte .widget > h3, .randspalte .widget > h2, .randspalte .widget > h1 {
    padding: 0 0 2px;
    border-bottom: 1px solid #E98300;
}
.main-navigation .nlv_1 ul::after {
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .5);
    box-shadow: 0 0 35px rgba(0, 0, 0, .5);
    opacity: 0.95;
}
.footer-sec1 a {
    display: inline;
}
ul, ol, dl {
    list-style-position:inside
}
/* Autocomplete */
.ui-autocomplete.ui-widget {
    list-style: none !important
    z-index: 999;
    padding: 0;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    border: none !important;
}

.ui-autocomplete .ui-menu-item {
    padding: 0;
}
.ui-autocomplete .ui-menu-item-wrapper{
    padding: 5px 10px !important;
    margin: 0 !important;
    border: none !important;
    background-color: transparent !important;
    color: #444 !important;
}
.ui-autocomplete .ui-menu-item-wrapper:hover{
    background-color: #E98300 !important;
    color: #fff !important;
}

.infobox {
    background: #e0dddc;
    padding: 1px 10px;
    margin: 10px 0;
}
.infobox_orange {
    background: #E98300;
    color:#fff;
    padding: 1px 10px;
    margin: 10px 0;
}
.infobox h3{
    font-weight: 400;
    margin: 0.6em 0 0.75em;
}
.einleitung {
    font-weight: bolder;
}

.liste-titel a:hover {
	text-decoration: underline;
}
.liste-text a:hover {
	text-decoration: underline;
}
.mt_left {
	margin-bottom: 5px;
}

.mt_right {
	margin-bottom:5px;
}

.mt_middle {
	margin-bottom: 5px;
}
.leaflet-container {
	z-index: 1;
}
.pagenav .pn_page_r::before {
    display: block;
}
/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 9000;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.modal-window-overlay {
    background-color: #fff;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    animation-name: modal-window-open;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes modal-window-open {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@media screen and (min-width: 681px) {
    .modal-window-overlay {
        max-width: 960px;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 681px) and (min-height: 431px) {
    .modal-window-overlay {
        height: auto;
        max-height: 400px;
    }
}
@media screen and (min-width: 681px) and (min-height: 631px) {
    .modal-window-overlay {
        max-height: 600px;
    }
}
@media screen and (min-width: 681px) and (min-height: 831px) {
    .modal-window-overlay {
        max-height: 800px;
    }
}
.modal-window-content {
    padding: 30px;
}
.modal-window-content div[style="display:inline"]:last-of-type > :last-child { /* Designtemplate-Felder */
    margin-bottom: 0;
}
.frontend .modal-window-hide-btn {
    vertical-align: bottom;
    margin-top: 30px;
}
.frontend .modal-window-hide-x {
    cursor: pointer;
    background-color: transparent;
    float: right;
    color: #404040;
    margin: -20px -20px 30px 30px;
    line-height: 1;
    border: none;
}
.modal-window-hide-x i[class^=fa] {
    margin-right: 0;
}
.modal-window-hide-x .fa-fw {
    height:1.25em;
}
.flex {
    display: flex !important;
}
button i.fal, button i.far, button i.fas, button i.fab, button i.fa {
	line-height: 1.33;
	vertical-align: top;
	margin-right: 5px;
}
button.btn:hover::after, button.btn:focus::after {
    background-color: rgba(0,0,0,.125);
}
button.btn::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.0);
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.btn::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-weight: 400;
}
button.btn {
    display: inline-block;
    padding: 7px 15px 10px;
    background-color: #E98300;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    border: none !important;
    margin: 10px 10px 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* CS 14.07.2020 */
/* Zusatzfunktion: Aufklapp-Effekt */
.accordion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.accordion-title button:focus, .toggler-title:focus {
	outline: 0;
}
.accordion-title button::-moz-focus-inner {
	border: 0;
}
.accordion-tab-focus,
.accordion-tab-focus:focus {
	outline: 1px solid currentColor;
}
.accordion-title {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	background-color: #E98300;
	padding: 5px 10px;
	margin: 0 0 10px;
	cursor: pointer;
}
.accordion-title.smaller-title {
	font-size: 1.125rem;
}
.accordion-title.bigger-title {
	font-size: 1.5rem;
}
.accordion-title button {
	position: relative;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	text-transform: uppercase;
	background: transparent;
	margin: 0;
	cursor: inherit;
	border: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}
.accordion-title button::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.accordion-title span {
	display: inline-block;
	text-align: left;
	line-height: 1.33;
	margin-right: 20px;
}
.accordion-title,
.accordion-title span {
	color: #fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.accordion-title i {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.25rem;
	color: #202020;
	margin-right: 0 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.accordion-title i.flip-x {
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	transform-origin: 25% 25%;
}
.accordion-container {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.image-gallery .elem .column-1, .image-gallery .elem .column-2, .image-gallery .elem.column-3, .image-gallery .elem .column-4 {padding: 0 5px 10px 5px;}

/* CS 23.07.2021 - TASK5423 */
.result-list {
    margin-bottom: 0.75em;
    list-style: none;
    padding-left: 0;
}
.result-list > li, .result-list > dd, .result-list > div > dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.result-list > li > a, .result-list .overlay > a {
    color: #404040;
    display: block;
    overflow: hidden;
}
.result-list .list-title {
    display: block;
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}
.result-list .list-icons {
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.5;
    color: #606060;
}
.list-text p, .list-text ol, .list-text ul {
    margin-bottom: 0.5rem;
}
.list-icons {
    padding-left: 0.5px;
}
.list-icons i[class*="fa-"] {
    font-size: 1rem;
    margin-right: 0.25em;
    vertical-align: -5%;
}
.beschluss-rot, .beschluss-gelb, .beschluss-gruen {
    position: relative;
    float: right;
    right: 0;
    top: -35px;
    padding: 10px;
    min-width: 80px;
}
.beschluss-rot {
    background-color: #c20000;
}
.beschluss-gelb {
    background-color: #FCE90F;
}
.beschluss-gruen {
    background-color: #3EC664;
}
.beschluss-rot i {
    color: #fff;
}
.beschluss-gruen i {
    color: #fff;
}
.beschluss-rot > i, .beschluss-gelb > i, .beschluss-gruen > i {
    justify-content: center;
    display: flex;
    align-items: center;
}
/* TH, 18.07.2023, TASK16886 */
.unstyled-list li * {
    text-indent: 0;
}
.unstyled-list li a:not(:last-child),
.unstyled-list li small {
    margin-right: 0.5em;
}
.unstyled-list li small.description {
    display: inline-block;
}
.unstyled-list li small [class*="fa-"] {
    margin-right: 0.25em;
}
.unstyled-list.bekanntmachungen li {
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dddc;
    margin-bottom: 10px;
}
.unstyled-list.bekanntmachungen li small.file {
    display: inline-block;
}
.unstyled-list.bekanntmachungen li small.file::before {
    content: "" !important;
    margin-right: 0 !important;
}