/* Für Änderungen NACH dem Onlinegang! */

.red {color:#e5262a;}

.liste-bild img {border: 1px solid #eaeaea;}

/* ML 23.03.2021 - TT1808: p2mail Kontaktformularbutton an Styling der anderen Buttons angepasst */
.mtp_kel {
    display: inline-block;
    padding: 10px 15px;
    background-color: #e5262a;
    color: #fff;
    border-radius: 0px;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
    margin: 10px 10px 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    word-wrap: break-all;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

small i.fa-clock {
    margin-left:5px;
}
form.ikiss-mailform span.ikiss-field-button, form.ikiss-mailform span.ikiss-field-button input {
    margin-right:10px;
}
.ikiss_alphanav, ul.glossar
/* Cookie-Hinweis und Tracking-Box */
.cookie-note{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 0.889em;
}
.cookie-note a {
    color: #fff;
    font-weight:bold;
}
.cookie-note .csslink_intern::before {
    content: '\f105';
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.cookie-note, .tracking-note{
    width: 100%;
    background-color: #e5262a;
    padding: 15px;
    -webkit-box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px #000;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    color: #fff;
}
.cookie-note .btn, .tracking-note .btn{
    margin: 0 10px 0 0;
    padding: 5px 15px;
    background-color: #fff;
    color:#e5262a;
}
.cookie-note .pull-right .btn, .tracking-note .pull-right .btn{
    margin: 0 0 0 10px;
}
.cookie-note.bottom-left{
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 500px;
    z-index: 100;
}
.cookie-note.bottom-right{
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 500px;
    z-index: 100;
}
.cookie-note.bottom{
    position: fixed;
    bottom: 0;
    z-index: 100;
}
#cookie-message{
    display: none;
}
@media screen and (max-width: 960px){
     .cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom{
        padding:15px;
        font-size: 0.8em;            
    }
}
@media screen and (max-width: 680px){
    .cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom{
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none;
        -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25);
        box-shadow: 0 0 15px rgba(0,0,0,0.25); 
    }
}

/* VOLLTEXTSUCHE - AUTOCOMPLETE */


.ui-helper-hidden-accessible {
	display: none;
}

.ui-widget {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	z-index: 1000;
}

.ui-widget.ui-widget-content {
	width: 100% !important;
	max-width: 489px;
	border: none !important;
	border-right: 1px solid #e5e5e5 !important;
	color: #000333 !important;
	background-color: #fff !important;
	margin: 10px 0 0 -21px;
	-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);
	padding: 0;
}

.ui-menu .ui-menu-item:hover {
	background: #c3c3c3 !important;
	border: none !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px;
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper:hover {
	background: #c3c3c3 !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;
	font-weight: 300 !important;
}

ul.ui-autocomplete {
	list-style: none !important
}
.solr-results .liste-text > small{
    margin-right: 10px;
}
.solr-results .liste-text > small > i{
    margin-right: 5px;
}
/* Zusatzfunktion: Mediathek */
audio, video {
	display: block;
	width: 100%;
}
.responsive-video, .flowplayer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	background-color: #000;
}
.responsive-video iframe, .flowplayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Zusatzfunktion: Zwei-Klick-Loesung fuer iFrames */
.is-ios * {
	cursor: pointer;
}
.iframe-autowidth {
	position: relative;
	height: 0;
}
.iframe-autowidth .iframe-preview, .iframe-autowidth .iframe-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.iframe-preview {
	position: relative;
	background: center center/cover no-repeat;
}
.iframe-wrap, .iframe-preview, .iframe-frame {
	max-width: 100%;
}
.iframe-wrap[data-iframe-autowidth="1"] > .iframe-preview {
	max-width: none;
}
.iframe-preview .mc2_ac {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
	text-align: left;
}
.iframe-message {
	display: none;
	position: absolute;
	width: 100%;
	width: calc(100% - 50px);
	max-width: 500px;
	padding: 25px;
	margin: 25px;
	background-color: #eee;
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iframe-message.top-left {
	top: 25px;
	left: 25px;
	margin: 0;
	max-width: 500px;
}
.iframe-message.top-right {
	top: 25px;
	right: 25px;
	margin: 0;
	max-width: 500px;
}
.iframe-message.top {
	top: 25px;
	left: 25px;
	right: 25px;
	margin: 0;
	max-width:none;
}
.iframe-message.dark {
	background-color: #333;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
}
.iframe-message a {
	font-weight: bold;
}
.iframe-message.dark a {
	color: #fff;
}
.iframe-message .btn {
	margin: 0;
}
@media screen and (max-width: 960px) {
	.iframe-message {
		max-width: 500px;
		width: calc(100% - 30px);
		padding: 15px;
		margin: 15px;
		font-size: 0.75em;
	}
	.iframe-message.top-left {
		top: 15px;
		left: 15px;
	}
	.iframe-message.top-right {
		top: 15px;
		right: 15px;
	}
	.iframe-message.top {
		top: 15px;
		left: 15px;
		right: 15px;
	}
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.solr-search .toggler {
    margin-top: 15px;
}
.solr-search .toggler-link {
    padding: 10px 35px 10px 20px;
}
.solr-search .toggler-title::after,.solr-search .toggler-link::after {
    bottom: 5px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    text-align: left;
}
.slicknav_nav .npt_on > a {
    font-weight: bold;
    text-decoration: underline;
}
.site-content {
    padding-top: 60px;
}
/*Neues Menü*/
@media screen and (min-width: 801px){
    .nav-neu #nav {
        left: auto;
        width: 70%;
        min-width: 240px;
        max-width: 800px;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        text-align: left;
        padding: 10px 10px 10px 0;
        font-size: 1.35rem;
    }
    .slicknav_nav {
        padding: 0px 40px;
    }
    .slicknav_nav li, .slicknav_nav ul {
        margin: 5px;
        padding-bottom: 5px;
    }
}

/*TA Anpassungswünsche nach Onlinegang, 25082020*/
.pswp {
    z-index: 2011 !important;
}
.main-row {
    -moz-hyphens: auto;
    hyphens: auto;
}
.com-list .fa-phone,.com-list .fa-fax,.com-list .fa-mobile,.com-list .fa-globe,.com-list .fa-tag,.com-list .fa-info,.com-list .fa-cogs,.com-list .fa-check   {
    margin-right:6px;
}
.com-list .fa-door-open {
    margin-right: 5px;
}
.toggler-title.active::after, .toggler-link.active::after {
    bottom: 10px;
}
.start_themen .cards .more {
    display: block;
}
.start_meldungen {
    padding-top: 0;
}
/* Flex-Grid */
.flex-row {
	list-style: none;
	padding: 0;
	margin: 0 -15px calc(-30px + 0.75em);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction:row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	
}
[class*="flex-col-"] {
	padding: 0;
	margin: 0 15px 30px;
	min-width: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.flex-col-1 {
	-ms-flex-preferred-size: 100%; /* IE 10 */
	flex-basis: 100%;
	width: 100%;
}
.flex-col-2, .flex-col-2x4, .flex-col-3x6 {
	-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
	flex-basis: calc(50% - 30px);
	width: calc(50% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-2, .flex-col-2x4, .flex-col-3x6 { /* Edge */
		flex-basis: calc(49.999% - 30px);
		width: calc(49.999% - 30px);
	}
}
.flex-col-3, .flex-col-2x6 {
	-ms-flex-preferred-size: calc(33.333% - 30px); /* IE 10 */
	flex-basis: calc(33.333% - 30px);
	width: calc(33.333% - 30px);
}
.flex-col-2x3, .flex-col-4x6 {
	-ms-flex-preferred-size: calc(66.666% - 30px); /* IE 10 */
	flex-basis: calc(66.666% - 30px);
	width: calc(66.666% - 30px);
}
.flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 30px); /* IE 10 */
	flex-basis: calc(25% - 30px);
	width: calc(25% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-4 { /* Edge */
		flex-basis: calc(24.999% - 30px);
		width: calc(24.999% - 30px);
	}
}
.flex-col-3x4 {
	-ms-flex-preferred-size: calc(75% - 30px); /* IE 10 */
	flex-basis: calc(75% - 30px);
	width: calc(75% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-3x4 { /* Edge */
		flex-basis: calc(74.999% - 30px);
		width: calc(74.999% - 30px);
	}
}
.flex-col-5 {
	-ms-flex-preferred-size: calc(20% - 30px); /* IE 10 */
	flex-basis: calc(20% - 30px);
	width: calc(20% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-5 { /* Edge */
		flex-basis: calc(19.999% - 30px);
		width: calc(19.999% - 30px);
	}
}
.flex-col-2x5 {
	-ms-flex-preferred-size: calc(40% - 30px); /* IE 10 */
	flex-basis: calc(40% - 30px);
	width: calc(40% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-2x5 { /* Edge */
		flex-basis: calc(39.999% - 30px);
		width: calc(39.999% - 30px);
	}
}
.flex-col-3x5 {
	-ms-flex-preferred-size: calc(60% - 30px); /* IE 10 */
	flex-basis: calc(60% - 30px);
	width: calc(60% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-3x5 { /* Edge */
		flex-basis: calc(59.999% - 30px);
		width: calc(59.999% - 30px);
	}
}
.flex-col-4x5 {
	-ms-flex-preferred-size: calc(80% - 30px); /* IE 10 */
	flex-basis: calc(80% - 30px);
	width: calc(80% - 30px);
}
@supports (-ms-ime-align:auto) {
	.flex-col-4x5 { /* Edge */
		flex-basis: calc(79.999% - 30px);
		width: calc(79.999% - 30px);
	}
}
.flex-col-6 {
	-ms-flex-preferred-size: calc(16.666% - 30px); /* IE 10 */
	flex-basis: calc(16.666% - 30px);
	width: calc(16.666% - 30px);
}
.flex-col-5x6 {
	-ms-flex-preferred-size: calc(83.333% - 30px); /* IE 10 */
	flex-basis: calc(83.333% - 30px);
	width: calc(83.333% - 30px);
}
@media only screen and (max-width: 960px) {
	.flex-col-4 {
		-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
	@supports (-ms-ime-align:auto) {
		.flex-col-4 { /* Edge */
			flex-basis: calc(49.999% - 30px);
			width: calc(49.999% - 30px);
		}
	}
	.flex-col-6, .flex-col-md-3 {
		-ms-flex-preferred-size: calc(33.333% - 30px); /* IE 10 */
		flex-basis: calc(33.333% - 30px);
		width: calc(33.333% - 30px);
	}	
	.flex-col-md-2 {
		-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
	@supports (-ms-ime-align:auto) {
		.flex-col-md-2 { /* Edge */
			flex-basis: calc(49.999% - 30px);
			width: calc(49.999% - 30px);
		}
	}
	.flex-col-md-1 {
		-ms-flex-preferred-size: 100%; /* IE 10 */
		flex-basis: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
    .mitteilungen .flex-col-2 {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 680px) {
	[class*="flex-col-"] {
		-ms-flex-preferred-size: 100%; /* IE 10 */
		flex-basis: 100%;
		width: 100%;
		margin: 0 15px 15px 15px;
	}
}

/* Zusatzfunktion: Dynamisches Organigramm */
.org-chart {
	font-size: 1rem;
	overflow-wrap: break-word; /* Chrome */
	word-wrap: break-word; /* Chrome */
}
.org-chart .flex-row {
	margin: 0 -0.5em;
}
.org-chart [class*="flex-col-"] {
	margin: 0;
}
.org-chart .flex-col-2 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
}
.org-chart .flex-col-3 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	width: 33.333%;
}
.org-chart .flex-col-4 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	width: 25%;
}
.org-chart .flex-col-5 {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
}
.org-chart .flex-col-6 {
	-ms-flex-preferred-size: 16.666%;
	flex-basis: 16.666%;
	width: 16.666%;
}
@media only screen and (min-width: 961px) {
	.org-chart-level-1 .org-chart-main {
		order: 1;
	}
	.org-chart-level-1 .org-chart-left {
		order: 0;
	}
	.org-chart-level-1 .org-chart-right {
		order: 2;
	}
}
@media only screen and (max-width: 960px) {
	.org-chart .flex-col-md-1 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.org-chart .flex-col-4,
	.org-chart .flex-col-md-2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.org-chart .flex-col-6,
	.org-chart .flex-col-md-3,
	.org-chart .flex-col-5 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.org-chart-level-1 .flex-col-md-2 {
		margin-top: -1em;
	}
}
@media only screen and (max-width: 680px) {
	.org-chart [class*="flex-col-"] {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}
.org-chart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	padding: 1em;
	margin: 1em 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: box-shadow 0.25s;
	-ms-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
}
.org-chart-item:hover,
.org-chart-item:focus,
.tab-focus > .org-chart-item {
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.org-chart-item p {
	padding: 0;
	margin: 0;
}
/* 1. Ebene: Text und Hintergrund */
.org-chart-level-1 .org-chart-item {
	color: #444444;
	background-color: #ECECEC;
	border: 2px solid #444444;
}
/* spezielle Farbe für Landrat/Bürgermeister */
.org-chart-level-1 .org-chart-main .org-chart-item:first-of-type {
	color: #FFFFFF;
	background-color: #e5262a;
	border: 2px solid #e5262a;
}
/* 2. Ebene: Text und Hintergrund */
.org-chart-level-2 .org-chart-item {
	color: #FFFFFF;
	background-color: #e5262a;
	border: 2px solid #e5262a;
}
/* 3. Ebene: Text und Hintergrund */
.org-chart-level-3 .org-chart-item {
	color: #444444;
	background-color: #ECECEC;
	border: 2px solid #444444;
}
.unstyled-list, .result-list, .abc-list, .com-list, .data-list, .inline-list, .volltextsuche ul {
  list-style: none;
  padding-left: 0;
}
.result-list {
  margin-bottom: 0.75em;
}

.result-list .overlay {
  position: relative;
}
.result-list > li > a, .result-list .overlay > a {
  color: #404040;
  display: block;
  overflow: hidden;
}
.overlay a.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.overlay .overlay-content {
  position: relative;
  pointer-events: none;
  z-index: 40;
}
.list-img img {
  border: 1px solid #eaeaea;
}