.gap {
    padding: 0 30px;
	display: block
}
.kontakt{
	padding: 30px 0;
	background-color: #d5d5d5;
}
.inhalt_ganzseitig{
	padding: 0 30px;
}
.icons{
	display: inline-block;
	width: 100%;
}
.icons .kreis{
	margin: 0;
}
.icons .kreis a:before{
	display: none
}
.icons .kreis a i{
	width: 72px;
	height: 72px;
	border: 2px solid #9c9e9f;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	vertical-align: middle;
	font-size: 28px;
	color: #9c9e9f;
	clear: both;
	display: block;
	margin: 15px auto 20px;
	transition: all 0.2s;
}
.icons .kreis a:hover i{
	color: #fff;
	background-color: #9c9e9f;
}
.zielgruppen{
    font-size: 1em;
}
.zielgruppen .slider img{
	height: auto;
}
.hauptnavigation .nlv_1 > li:hover, .hauptnavigation .nlv_1 > li.npt_on:active, .hauptnavigation .nlv_1 > li.npt_on.dropit-open, .hauptnavigation #rid_0 > li:hover{
	background-color: #58585A;
}
.hauptnavigation .nlv_1 > li:hover > a, .hauptnavigation #rid_0 > li:hover > a{
	color: #fff;
}
.hauptnavigation.hosena .nlv_4 > li > a{
    border-bottom: 1px solid #e9eaea;
    color: #58585A;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1%;
    padding: 3% 0;
    text-decoration: none;
}
.hauptnavigation.hosena .nlv_4 > li{
    width: 20%;
}
.randspalte_box{
	text-align: left;
}
.randspalte_box.white{
	background-color: #fff;
	border: 1px solid #DBDCDD;
	padding: 15px
}
.hiddenh1{
    text-indent: -9999px;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0px;
}
.titelbild{
	max-height: 310px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
	margin-top: 140px;
	display: inline-block;
	width: 100%;
}
.titelbild > .mc2_ac {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 200px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: right bottom;
}
.titelbild > .mc2_ac > span {
    display:inline-block;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    padding: 2px;
}
.mitteilungen{
	background-color: #eee;
	padding: 15px;
	position: relative;
	min-height: 185px;
}
.mitteilungen .liste_text{
	margin-bottom: 30px;
	float: right;
}
.mitteilungen .liste_bild{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	background: center center no-repeat;
	background-size: 100% auto;
	background-size: cover;
}
.mitteilungen .liste_bild img{
	padding: 0;
}
.mitteilungen .date{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
}
.mitteilungen .date > span:first-child {
    display: block;
    float: left;
}
.mitteilungen .date > span.mc2_ac {
    font-size: 1em;
    line-height: normal;
    text-transform: none;
}
.mitteilungen .date > span:last-child {
    display: block;
    float: right;
}
.portalseite{
	padding: 0 15px 15px 15px;
	position: relative;
}
.portalseite .liste_text{
	margin-bottom: 30px;
	float: right;
}
.portalseite .liste_bild{
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	background: center center no-repeat;
	background-size: 100% auto;
	background-size: cover;
}
.portalseite .liste_bild img{
	padding: 0;
}
.portalseite .date{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
}
/* Google Translator */
#google_translate_element {
	display:inline-block;
	/*float:right;*/
	line-height: 1;
	margin-left: 5px;
}
.goog-te-gadget {
	font-family:inherit !important;
}
.goog-te-gadget-simple {
	border:none !important;
	display:inline !important;
}
.goog-te-gadget-icon,.goog-te-menu-value img {
	display:none;
}
.goog-te-menu-value span {
	border:none !important;
}
.goog-te-menu-frame {
	border:2px solid #6B90DA !important;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2) !important;
}
#mainslider .slides{
	position: relative;
}
#mainslider .slides .flex-control-paging{
	position: absolute;
	bottom: 42px;
	right: 30px;
	/*display: inline-block;*/
	text-align: right;
}
#mainslider .slides .flex-control-paging a{
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #fff;
	float: none;
	margin-left: 10px;
	cursor: pointer;
	opacity: 0.8;
	display: inline-block;
}
#mainslider .slides .flex-control-paging a.flex-active{
	opacity: 1;
}
#mainslider .slides li{
	display: inline-block;
	position: relative;
}
#mainslider .slides li > .mc2_ac {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 200px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: right bottom;
}
#mainslider .slides li > .mc2_ac > span {
    display:inline-block;
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
    padding: 2px;
}
.inhalt_ganzseitig.no-img{
	margin-top: 180px;
}
.themenboxen .cb{
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
.hauptnavigation .nlv_1 > li:hover .nlv_2 > li > span, .hauptnavigation .nlv_1 > li.dropit-open .nlv_2 > li > span, .hauptnavigation .nlv_1 > li:hover > .nlv_2 > li > a, .hauptnavigation .nlv_1 > li.dropit-open > .nlv_2 > li > a{
	cursor: pointer;
}
.hauptnavigation .nlv_1 > li > .nlv_2 > li > a:hover{
	color: #222;
}
.banner-caption{
	position: absolute;
	left: 30px;
	bottom: 42px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 10px;
	/*display: inline-block;*/
	font-size: 1.5em;
	color: #444
}
.banner-caption .desc{
	display: block;
	font-size: 0.6em;
}
.banner-caption .more{
	display: block;
	font-size: 0.6em;
	text-decoration: none;
	font-weight: 600;
	color: #e30c1e;
	margin-top: 5px;
}
.top-left.banner-caption{
	top: 30px;
	bottom: auto;
    text-align: left;
}
.top-right.banner-caption{
	top: 30px;
	bottom: auto;
	left:auto;
	right:30px;
    text-align: left;
}
.bottom-right.banner-caption{
	left:auto;
	right:30px;
	bottom: 72px;
    text-align: left;
}
.middle-left.banner-caption{
	bottom: 36%;
    text-align: left;
}
.middle-right.banner-caption{
	bottom: 36%;
	left: auto;
	right: 30px;
    text-align: left;
}
.bottom-left.banner-caption{
    text-align: left;
}

.middle-center.banner-caption{
	position: static;
	margin-top: 9.5%;
    text-align: center;
}
.middle-center-right.banner-caption{
	bottom: 33%;
	left:auto;
	right:30px;
}
.center-cond{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: center;
}
.evdv .veranstaltungen_link a{
	float: left;
	padding: 7px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #999;
	display: inline-block;
	margin-right: 10px;
}
.submenu{
	padding: 15px;
}
.logobox{
	margin: 15px -15px -15px;
	padding: 10px;
	background-color: #fff;
}
.logobox img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.portalseite_aktuelles{
	position: relative;
}
.showallcont{
	position: absolute;
	top: -60px;
	right: 0;
}
.showall{
	position: absolute;
	top: 17px;
	right: 0;
}
.hauptnavigation li#nlt_2779_207 ul,.hauptnavigation li#nlt_2779_441 ul,.hauptnavigation li#nlt_2779_442 ul {
display:none;
}
.evdv .veranstaltungen_link a{
    width: 49%;
    margin-right: 2%;
    font-size: 1.2em;
}
.evdv .veranstaltungen_link a:hover{
    background-color: #777;
}
.evdv .veranstaltungen_link.right a{
    margin-right: 0;
}
.evdv .veranstaltungen_link.active a{
    background-color: #e30c1e;
}
@media screen and (max-width: 899px){
    .titelbild{
        margin-top: 0 !important;
    }
.tracking-box-wrap {
    max-width:980px;
}    
}
/**
**********************************************************
* Tracking Box - Opt-Out
**********************************************************
*/
.tracking-box-wrap {
    padding:10px;
    background-color:#f0f0f0;
    bottom:0;
    z-index:1001;
    right:0;
    left:0;
    margin: 0 auto;
    display:none;
    position:fixed;
}

/*.tracking-box-wrap { 
	background: #82a514; 
	color: #fff; 
	position: relative;
	display: none;
}

.tracking-box-wrap a {
	color: #fff;
	text-decoration: underline;	
}

.tracking-box-buttons {
	position: absolute;
	top: 3px;
}
*/
.tracking-box-text {
	margin-bottom:10px;
}

.tracking-box-buttons button { 
	background: #4a4a4a; 
	color: #fff; 
	border: none; 
	width: 50px; 
	padding: 8px 0; 
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 10px;	
}

/*.tracking-box-cb {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}*/

input[type="submit"]{
    cursor: pointer;
}
.inputs input, .inputs select{
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}
.inputs input[type="radio"]{
    margin: 0 10px;
}
.inputs label {
    display: inline-block;
}
.inputs input[type="submit"], .inputs + input[type="submit"]{
    border: none;
    padding: 5px;
    margin: 10px 0;
}
a.vt_area_3 {
    margin-bottom: 10px;
    display: inline-block;
}

.row{
	margin: 0 -15px;
}
.row:after{
	display: table;
	content: "";
	clear: both
}
#tinymce .row{
    margin: 0 !important;
}
.column-1,
.column-2,
.column-3,
.column-2x3,
.column-4,
.column-2x4,
.column-3x4,
.column-5,
.column-2x5,
.column-3x5,
.column-4x5,
.column-6,
.column-2x6,
.column-3x6,
.column-4x6,
.column-5x6{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	transition: width 0.2s ease-in;
}
/* Columns => Number = Horizontal column count */
.column-1{
	width: 100%
}
.column-2, .column-2x4, .column-3x6{
	width: 50%
}
.column-3, .column-2x6{
	width: 33.333%
}
.column-2x3, .column-4x6{
	width: 66.666%
}
.column-4{
	width: 25%
}
.column-3x4{
	width: 75%
}
.column-5{
	width: 20%
}
.column-2x5{
	width: 40%
}
.column-3x5{
	width: 60%
}
.column-4x5{
	width: 80%
}
.column-6{
	width: 16.666%
}
.column-5x6{
	width: 83.333%
}
.collapse .column-1,
.collapse .column-2,
.collapse .column-3,
.collapse .column-2x3,
.collapse .column-4,
.collapse .column-2x4,
.collapse .column-3x4,
.collapse .column-5,
.collapse .column-2x5,
.collapse .column-3x5,
.collapse .column-4x5,
.collapse .column-6,
.collapse .column-2x6,
.collapse .column-3x6,
.collapse .column-4x6,
.collapse .column-5x6{
	padding: 0;
}

/* FB (09.12.2019): Anpassungen Topmeldung */

/*Akuttext*/
.akut-logo img {
    width:100%;
    max-width:250px;
}
.akut-header {
    margin-bottom:20px;
}
.akut-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11000;
}
.akut {
    z-index:12000;
    background-color:#fff;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
    width:70%;
    margin-top:30px;
    box-shadow: 0 0 6px rgba(0,0,0,.85);
}
.akut h3 {
    border-bottom: 1px solid #65b32c;
}
.akut-wrapper {
    position:absolute;
    left:0;
    right:0;
    top:30px;
    display:none;
    overflow: auto;
}
.akut-wrapper.show {
    display:block;
}
.back-to-start a.closed-button{
    position:absolute;
    right:-15px;
    top:-15px;
    width:40px;
    height:40px;
    border-radius:100%;
    background-color:#bb4841;
    box-shadow:0 0 6px rgba(0,0,0,.5);
    text-align: center;
    display:table;
    font-size:1.5em;
    color:#fff;
    text-decoration:none;
}
.back-to-start a:hover {
    box-shadow:0 0 6px rgba(0,0,0,.85);
}
.back-to-start a i {
    display:table-cell;
    vertical-align:middle;
}
.sr-only {
    position: absolute;
    left: -5000px;
    top: auto;
    overflow: hidden;
}
.akut-content a {
    text-decoration:underline;
}
.akut-content a.csslink_intern:after, .akut-content a.csslink_extern:after {
    content: '\f054';
    font-family:'FontAwesome';
    display:inline-block;
    margin-left:5px;
    font-weight:300;
}
body.notfall {
    overflow: hidden;
}

.akut-content {
    hyphens: auto;
}

/* FB (09.12.2019): Anpassungen ENDE */

/* Layout Helper Media Queries */
@media screen and (max-width: 960px){
	.column-md-1{
		width: 100%
	}
	.column-md-2, .column-md-2x4, .column-md-3x6{
		width: 50%
	}
	.column-md-3, .column-md-2x6{
		width: 33.333%
	}
	.column-md-2x3, .column-md-4x6{
		width: 66.666%
	}
	.column-md-4{
		width: 25%
	}
	.column-md-3x4{
		width: 75%
	}
	.column-md-5{
		width: 20%
	}
	.column-md-2x5{
		width: 40%
	}
	.column-md-3x5{
		width: 60%
	}
	.column-md-4x5{
		width: 80%
	}
	.column-md-6{
		width: 16.666%
	}
	.column-md-5x6{
		width: 83.333%
	}
	.md-only{
		display: block;
	}
	.hide-md{
		display: none !important;
    }
    select{
    	-webkit-appearance: none;
    }
    body.notfall {
        overflow: scroll;
    }
    .akut {
        width: 90%;
    }
}
@media screen and (max-width: 680px){
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-2x3, .column-2x4, .column-3x4, .column-2x5, .column-3x5, .column-4x5, .column-2x6, .column-3x6, .column-4x6, .column-5x6{
		width: 100%
	}
	.column-sm-1{
		width: 100%
	}
	.column-sm-2, .column-sm-2x4, .column-sm-3x6{
		width: 50%
	}
	.column-sm-3, .column-sm-2x6{
		width: 33.333%
	}
	.column-sm-2x3, .column-sm-4x6{
		width: 66.666%
	}
	.column-sm-4{
		width: 25%
	}
	.column-sm-3x4{
		width: 75%
	}
	.column-sm-5{
		width: 20%
	}
	.column-sm-2x5{
		width: 40%
	}
	.column-sm-3x5{
		width: 60%
	}
	.column-sm-4x5{
		width: 80%
	}
	.column-sm-6{
		width: 16.666%
	}
	.column-sm-5x6{
		width: 83.333%
	}
	.sm-only{
		display: block !important;
	}
	.hide-sm{
		display: none !important;
	}
	.slicknav_menu{
		display: block;
	}
}
.randspalte_box img {
    width: 100%;
height: auto;
}
/* BITV / Screenreader */
.sr-only {
	position: absolute;
	left: -5000px;
	top: auto;
	overflow: hidden;
}
.sr-jump, .sprungziel {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	left: -5000px;
}
.sr-jump a:focus, .sprungziel a:focus {
	display: inline-block;
	position: absolute;
	top: 5000px;
	left: 5000px;
	padding: 5px;
	background: #444;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}
a.btn, button.btn, input.btn, .btn a {
	display: inline-block;
	padding: 7px 7px 7px;
	background-color: #999;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	position: relative;
	overflow: hidden;
	border: none !important;
	margin: 10px 10px 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
a.btn::after, button.btn::after, input.btn::after, .btn a::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;
}
a.btn:hover::after, button.btn:hover::after, input.btn:hover::after, .btn a:hover::after,
a.btn:focus::after, button.btn:focus::after, input.btn:focus::after, .btn a:focus::after {
	background-color: rgba(0,0,0,.125);
}
/* Buttons neben dem Suchergebnis-Titel (SOLR/Veranstaltungen) */
a.h2-btn {
	margin:1.6em 0 0 10px;
}
small{
	font-size: 0.75em;
}
small > i.fal, small > i.far, small > i.fas, small > i.fab, small > i.fa {
	font-size: 1rem;
	line-height: 1;
	margin-right: 0.25rem;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
	vertical-align: unset;
}
.bbet a i.fal,.bbet button i.fal,.bbet a i.far,.bbet button i.far,.bbet a i.fas,.bbet button i.fas,.bbet a i.fab,.bbet button i.fab,.bbet a i.fa,.bbet button i.fa{
    line-height: 1.33;
    vertical-align: top;
    margin-right: 5px;
}
.liste-titel{
    margin: 0 0 1% 0;
    font-size: 1.25em;
    color:#e30c1e;
}
.liste-titel a, .liste-titel a:link, .liste-titel a:visited {
    display: block;
    text-decoration: none;
    color: 
    #e30c1e;
}
.unstyled-list, .result-list, .abc-list, .com-list, .data-list, .inline-list {
    list-style: none;
    padding-left: 0;
}
/* Zusatzmodul: Bewertung und Kommentare (DEV) */
.buk-uebersicht li {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	min-width: 75px;
	text-align: center;
}
.buk-uebersicht {
	margin: 0;
}
#bewertung a span {
	margin-left: 5px;
}
.thumbup::before,
.thumbdown::before,
.kommentar::before {
	font-family: "Font Awesome 5 Pro";
}
.kommentar::before {
	font-family: "Font Awesome 5 Pro";
}
.kommentar::before {
	content: '\f075';
}
.thumbup::before {
	content: '\f164';
}
.thumbdown::before {
	content: '\f165';
}
.quote::before {
	font-family: "Font Awesome 5 Pro";
}
.statsbox {
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #eee;
	float:left;
	display: block;
}
.statsbox.comments-view {
	width: 100%;
}
.statsbox.comments-view h3 {
	margin-top: 10px;
}
.buergerbeteiligung blockquote {margin-left:0;}

/* IN 14.02.2024 TASK19228 */
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, 
.liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac,
.liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac,
.liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac,
.liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac {
  bottom: 0px;
}
.rand {
 position: relative;   
}