/* Individuelle Anpassungen und Ergänzungen bitte nur hier einfügen! */

h1, h2, h3, h4, h5, h6 {/*font-weight:bold;*/}

hr {/*background-color:#000;*/}

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

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

/* Datepicker */
.ui-datepicker {/*background-color:#fff;*/}
.ui-datepicker .ui-datepicker-header {/*background-color:#000;*/}
.ui-datepicker th {/*background-color:#000;border-top:1px solid #fff;*/}
.ui-datepicker-calendar td:hover a {/*background-color:#000;*/}
.ui-datepicker-calendar a.ui-state-active {/*color:#000;*/}

/* Volltextsuche */
.vt_anchor {/*text-decoration:none;color:#000;*/}

/* auswaehlbare Styles */
.textblock-blau {
    display: block;
    background-color: #e9eff6;
    padding: 50px;
}
.textblock-blau h1,
.textblock-blau h2,
.textblock-blau h3,
.textblock-blau h4,
.textblock-blau h5,
.textblock-blau h6 {
    margin-top: 0;
    color: #004b95;
}

.randspalte .widget:last-child {
	margin-bottom: 0;
}
.randspalte .widget .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder {
	padding: 0;
	background-color: transparent;
}
.randspalte .widget.bilder .image-gallery {
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget > :last-child {
	margin-bottom: 0;
}
.randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	font-size: 1.35em;
	font-weight: 300;
	padding: 15px;
	margin: 15px -15px 15px -15px;
	border-top: 30px solid #fff;
	border-bottom: 1px solid #999;
}
.randspalte h1.primary-bg-color, .randspalte h2.primary-bg-color, .randspalte h3.primary-bg-color, .randspalte h4.primary-bg-color:first-child, .randspalte h5.primary-bg-color:first-child, .randspalte h6.primary-bg-color:first-child {
	border-bottom: 0;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	margin-top: -15px;
	border-top: 0px;
}
.main-content-area.column-1 .buergerbeteiligung .page-title::after, .main-content-area.column-1 .buergerbeteiligung .page-title .einleitung::after {
    display: none;
}

/* CS 16.09.2020 */
/* VOLLTEXTSUCHE - AUTOCOMPLETE */
.ui-helper-hidden-accessible {
    display: none;
}
.ui-widget {
    font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* FONTS INDIVIDUELL ANPASSEN */
    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: #080808 !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: #004B95 !important; /* FARBE INDIVIDUELL ANPASSEN */
    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: #004B95 !important; /* FARBE INDIVIDUELL ANPASSEN */
    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: #fff;
    background: #004B95 !important; /* FARBE INDIVIDUELL ANPASSEN */
    font-weight: 400 !important;
}
ul.ui-autocomplete {
    list-style: none !important
}

.ui-datepicker-calendar a.ui-state-active {
    color: #fff;
}

/* CS 16.09.2020 */
/* SHARE-FUNKTION */
.shariff {
    padding-top:30px;
}
.shariff .orientation-horizontal.button-style-icon li {
    min-width: 35px;
    width:auto;
}
.shariff .fa {
    margin-right: 0px;
}
.shariff li {
    height: 38px;
}
.shariff li a {
    padding: 5px 10px;
    line-height: 1;
    height: 38px;
}
.shariff .theme-white .shariff-button {
    border: 1px solid #9F9F9F;
}
.shariff .theme-white .shariff-button a:hover {
    background-color: #fafafa;
}
.shariff .theme-white .mail a {
    color: #757575;
}

@media screen and (min-width: 1025px) {
    .shariff .shariff-button.whatsapp {
        display: none;
    }
}

/* CS 17.09.2020 - Bürgerbeteiligung */
a.btn.thumbup, a.btn.thumbdown {
    color: #fff;
    border: none !important;
}

/* CS 17.09.2020 */
/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window,
.modal-window *,
.modal-window *::before,
.modal-window *::after {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.modal-window {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(45, 45, 45, .88);
    z-index: 85;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
@media print {
  .modal-window {
    display: none;
  }
}
.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: 1252px;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .modal-window-content > .flex-row > .flex-col-2x3 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        width: 66.666%;
    }
    .modal-window-content > .flex-row > .flex-col-3 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        width: 33.333%;
    }
    .modal-window-content .randspalte {
        padding-top:15px;
    }
}
@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;
    }
    .modal-window-content .mw-content {
        padding:0 20px 30px 50px;
    }
    .modal-window-content h1.page-title {
        margin-top: 30px;
        padding-left: 50px;
        text-align: left;
    }
}
@media screen and (min-width: 681px) and (min-height: 831px) {
    .modal-window-overlay {
        max-height: 800px;
    }
}
.modal-window-content {
	padding: 0;
	border-top: 15px solid #727272;
	position: relative;
}
.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: none;
	color: #004B95;
	margin: 0;
	line-height: 1;
	position: absolute;
	right: 5px;
	z-index:1;
}
.modal-window-hide-x i[class^=fa] {
    margin-right: 0;
}
.modal-window-hide-x .fa-fw {
    height:1.25em;
}
html.noscroll {
    overflow: hidden;
}
.modal-window.flex {
    display: flex !important;
}
.modal-window-content > .flex-row {
    margin: 0;
}
.modal-window-content > .flex-row > [class*="flex-col-"] {
    margin: 0;
}
/*.modal-window-content > .flex-row > .flex-col-2x3 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    width: 66.666%;
}*/
/*.modal-window-content > .flex-row > .flex-col-3 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
}*/
@media screen and (max-width: 768px) {
    .modal-window-content .mw-content {
        padding:0 30px 30px;
    }
    .modal-window-content h1.page-title {
        margin-top: 30px;
        padding-left: 30px;
        text-align: left;
    }
}
.modal-window-content .randspalte {
    background-color: #f8f8f8;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-window-content .randspalte .widget {
    padding: 30px;
    margin-bottom: 0;
}
.modal-window-content .randspalte .widget.adressen {
    background-color: transparent;
    padding: 30px;
    margin-bottom: 0;
}
.modal-window-content .randspalte .widget h1:first-child,
.modal-window-content .randspalte .widget h2:first-child,
.modal-window-content .randspalte .widget h3:first-child,
.modal-window-content .randspalte .widget h4:first-child,
.modal-window-content .randspalte .widget h5:first-child,
.modal-window-content .randspalte .widget h6:first-child {
    border-bottom: 2px solid #004b95;
    padding: 0;
    margin: 0 0 15px 0;
}
.logo-modal {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 55px;
    background-color: #fff;
    padding: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo-modal img {
    display: block;
    width: 160px;
}
@media screen and (max-width: 1800px) {
    .logo-modal {
        display: none;
    }
}

/* CS 21.09.2020 - Terminbuchung*/
.booking-vacant,
.booking-short,
.booking-reserved,
.booking-expired {
	display: inline-block;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.booking-vacant, .booking-vacant a {
	background-color: #23aa23;
	color: #fff;
}
.booking-short, .booking-short a {
	background-color: #c88700;
	color: #fff;
}
.booking-reserved {
	background-color: #c20000;
	color: #fff;
}
.booking-expired {
	background-color: #bbb;
	color: #fff;
}
.flex-row.booking-list {
	margin-bottom: 0.25em;
}
.booking-list .flex-col-4 {
	margin-bottom: 0.5em;
}
.booking-list .list-title {
	margin: 0 0 0.25em;
}
.booking-list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.booking-list li {
	margin-bottom: 0;
}
.booking-list a {
	margin: 5px 0 5px;
	width: 100%;
}
.booking-form table {
	border-collapse: collapse;
	width: 100%;
}
.booking-form tr:nth-child(even) {
	background-color: #eee;
}
.booking-form th, .booking-form td {
	padding: 5px 15px;
}
.booking-form th {
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
}
.booking-form td {
	vertical-align: middle;
}
.booking-form table input, .booking-form table select {
	margin-bottom: 0;
}
.booking-form .ikiss-mailform-req-marker {
	color: #b00000;
	cursor: help;
	padding: 0 3px;
	position: absolute;
}
.booking-form input[type="checkbox"] + label {
	display: inline;
}
@media screen and (max-width: 680px) {
	.booking-form th, .booking-form td {
		padding: 5px 5px;
		font-size: 0.875em;
	}
	.booking-form .booking-vacant,
	.booking-form .booking-short,
	.booking-form .booking-reserved {
		padding: 5px 7.5px;
	}
}
/* ReadSpeaker Button - TOC*/
.rsbtn {
    z-index: 0 !important;
}
.startseite .rsbtn {
    margin-top:25px;
}
/*.folgeseite .rsbtn {
    top:-25px;
}*/
/*DocReader TOC*/
.solr-results .csslink_docreader {margin-left:15px;}
.docreader_img, .liste-bild img.docreader_img, .image-single img.docreader_img, .image-gallery img.docreader_img, .themenboxen img.docreader_img {display:inline-block;width:22px !important;height:16px !important;}
a.docreader {background-color: #FFD500;padding: 2px 10px;color: #000;}

/* CS 23.05.2022 - TASK11047 */
.randspalte .widget.info {
  background-color: #F8F8F8;
  padding: 40px;
}


@media screen and (min-width: 1120px){
 
    
    
}

@media screen and (min-width: 768px){
 
    
    
}

@media screen and (max-width: 1119px){
 
    
    
}

@media screen and (max-width: 767px){
 
    
    
}