html.frontend {
	background-color: #eaeaea;
	overflow-x: hidden;
}
html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
}
.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-title {
	font-size: 2.25em;
	margin: 0 0 0.75em;
}
.startseite .page-title {
	position: absolute;
	left: -5000px;
	top: auto;
	overflow: hidden;
}
.top.wrapper,
body.pagewidth-full .top.wrapper {
	position: fixed;
	top: 0;
	color: #fff;
	background-color: #1a3553;
	padding: 0;
	z-index: 1001;
}
.top-bar {
	display: block;
	width: 100%;
}
.top-bar > .flex-row {
	margin-bottom: 0;
}
.top-bar [class*="flex-col-"] {
	margin-bottom: 0;
}

/* Navigation */
.mm-menu_offcanvas:not(.mm-menu_opened) {
	display: none;
}
.frontend .mm-wrapper_opening .btn-menu i::before {
	content: '\f00d';
}
#nav.mm-menu_theme-white {
	--mm-color-text: #1a3553;
	--mm-color-border: #767677;
	--mm-listitem-size: 125px;
	--mm-navbar-size: 90px;
	--mm-color-button: #1a3553;
	--mm-line-height: 32px;
}
.mm-menu_offcanvas {
	max-width: 580px;
}
.mm-panel::after {
	height: 0;
}
/*.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus*/
.mm-panels .mm-panel_opened a:hover, .mm-panels .mm-panel_opened a:focus {
	color: #fff;
	background: #1a3553;
}
.mm-menu_keyboardfocus a.overlay-link:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a.overlay-link:focus {
	color: #1a3553;
	background: transparent;
}
.mm-menu_keyboardfocus .mm-btn.tab-focus::after,
.mm-menu_keyboardfocus .mm-btn.tab-focus::before {
	border-color: #fff;
}
.mm-menu_position-right {
	top: 106px;
}
#nav .mm-listitem.npt_last {
	border-color: transparent !important;
}
#nav .mm-listitem::after {
	left: 0;
}
#nav .mm-listitem__btn:not(.mm-listitem__text) {
	border-left: none;
	padding-right: 90px;
}
.mm-btn_prev::before {
	content: '\f177';
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 900;
	border: none;
	top: 50%;
	bottom: auto;
	width: auto;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mm-btn_next::after {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 900;
	border: none;
	top: 50%;
	bottom: auto;
	left: 35px;
	width: auto;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#nav .mm-listitem__text {
	font-size: 1.190em;
	font-weight: 700;
	text-transform: uppercase;
	text-overflow: clip;
	white-space: normal;
}
#nav #mm-0 .mm-listitem__text {
	font-size: 1.429em;
}
#nav .mm-navbar {
	font-size: 1.190em;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	color: #1a3553;
	background-color: #fff;
}
#nav .mm-navbars_bottom .mm-navbar {
	--mm-line-height: 24px;
	font-size: 1em;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	color: #1a3553;
	background-color: #efefef;
	border-bottom: none;
	border-top: 5px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
}
#nav .mm-panels > :first-child > .mm-navbar {
	/*background-color: transparent;*/
}
#nav .mm-navbar > * {
	justify-content: flex-start;
}
#nav .mm-panels > :first-child .mm-navbar__title {
	display: none;
}
body .mm-page > .mm-kontakt {
	display: none;
}
.mm-kontakt {
	width: 100%;
	padding: 20px 40px;
}
.mm-kontakt h2 {
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a3553;
	margin: 0 0 15px 0;
}
.mm-kontakt .flex-row,
.mm-kontakt [class*="flex-col-"] {
	margin-bottom: 0; line-height: 1.25;
}
.mm-kontakt .result-list {
	margin-bottom: 0;
}
.mm-kontakt .result-list .list-title {
	margin: 0;
	font-size: 1em;
}
.mm-kontakt .com-list,
.mm-kontakt .com-list li {
	margin-bottom: 0;
}
.mm-kontakt .csslink_email {
	text-decoration: underline !important;
}

.top-optionen {
	margin-right: 60px;
}
.top-optionen a {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.top-optionen a:hover,
.top-optionen a:focus {
	color: #fff;
}
.top-optionen a > i {
	display: inline-block;
	font-size: 42px;
	color: #fff;
	margin-right: 5px;
	vertical-align: middle;
}

.frontend .btn-search,
.frontend .btn-menu {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 60px;
}
.frontend .btn-search i,
.frontend .btn-menu i {
	display: inline-block;
	font-size: 42px;
	margin-right: 15px;
	vertical-align: middle;
}
.frontend .btn-menu i {
	font-size: 48px;
}
.frontend .btn-search {
	color: #fff;
	background-color: transparent;
}
.frontend .btn-search.aktiv {
	color: #fff;
}
.frontend .btn-menu {
	color: #fff;
}
/*cjm*/
.frontend .btn-menu .menutxt {
    display: inline-block;
}

.site-header .tab-focus {
	outline: 2px solid #fff;
}

.breadcrumb {
	width: 100%;
	background-color: #f3f4f6;
	padding: 9px 0;
	margin-top: 105px;
}

.jumbotron.wrapper + .breadcrumb {margin-top: 0;}

.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
	content: '\f105';
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875em;
	font-weight: 400;
	margin: 0 10px;
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li.npt_last a {
	font-weight: 700;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #1a3553;
}
.submenu {
	background-color:#f3f4f6;
	position:relative;
}
.submenu ul,.submenu ul li {
	list-style:none;
	padding:0;
}
.submenu ul ul {
	margin:0;
	padding-left: 15px;
}
.submenu .nlv_1 > li > a {
	padding:15px;
	color:#fff;
	position:relative;
	display:block;
	font-size:1.3em;
	font-weight:300;
	background-color:#1a3553;
	text-decoration:none;
}
.submenu .nlv_1 > li > a > span {
	position:relative;
}
.submenu .nlv_2 {
	padding:15px 0;
}
.submenu .nlv_2 a,
.submenu .nlv_2 span {
	color:#5d5d5d;
	padding:5px 15px;
	display:block;
	text-decoration:none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a:focus, .submenu .nlv_2 > li > a.nlk_on,
.submenu .nlv_2 > li > span:hover, .submenu .nlv_2 > li > span:focus, .submenu .nlv_2 > li > span.nlk_on {
	background-color:#eee;
	background-color:rgba(0,0,0,.085);
}
.submenu .nlv_2 > li > a.nlk_on:hover,
.submenu .nlv_2 > li > a.nlk_on:focus,
.submenu .nlv_2 > li > span.nlk_on:hover,
.submenu .nlv_2 > li > span.nlk_on:focus {
	background-color:#ddd;
	background-color:rgba(0,0,0,.15);
}
.submenu .nlv_3 a,
.submenu .nlv_3 span,
.submenu .nlv_4 a,
.submenu .nlv_4 span,
.submenu .nlv_5 a,
.submenu .nlv_5 span,
.submenu .nlv_6 a,
.submenu .nlv_6 span {
	padding-left: 15px;
}
.submenu .nlv_3 a:hover, .submenu .nlv_3 a:focus, .submenu .nlv_3 a.nlk_on,
.submenu .nlv_3 span:hover, .submenu .nlv_3 span:focus, .submenu .nlv_3 span.nlk_on,
.submenu .nlv_4 a:hover, .submenu .nlv_4 a:focus, .submenu .nlv_4 a.nlk_on,
.submenu .nlv_4 span:hover, .submenu .nlv_4 span:focus, .submenu .nlv_4 span.nlk_on,
.submenu .nlv_5 a:hover, .submenu .nlv_5 a:focus, .submenu .nlv_5 a.nlk_on,
.submenu .nlv_5 span:hover, .submenu .nlv_5 span:focus, .submenu .nlv_5 span.nlk_on,
.submenu .nlv_6 a:hover, .submenu .nlv_6 a:focus, .submenu .nlv_6 a.nlk_on,
.submenu .nlv_6 span:hover, .submenu .nlv_6 span:focus, .submenu .nlv_6 span.nlk_on {
	font-weight: 600;
}
.headerheight {
	height: 106px;
	line-height: 1;
}
.flex-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}
.site-header .logo {
	color: #1a3553;
	background-color: #fff;
	background-image: url(assets/img/bg_logo_stadt-zeitz.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 135px 70px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
.logo.headerheight img {
	max-height: 106px;
}
.logo span {
	display: block;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 0.5;
}
.logo span small {
	font-size: 0.32em;
}
.site-header .logo a {
	display: inline-flex;
	align-items: flex-end;
	/*display: block;*/
	color: #1a3553;
	padding-left: 90px;
	padding-bottom: 15px;
}
.site-header .masthead {
	display: flex;
}
.site-header .titelbild-slider {
	display: block;
	width: 100%;
}
.site-header .titelbild-slider.loaded {
	height: auto;
}
.suche {
	display: none;
	position: fixed;
	top: 106px;
	left: 0;
	right: 0;
	z-index: 66;
	width: 100%;
	height: calc(100vh - 106px);
	background-color: #fff;
	padding: 30px;
	overflow: auto;
	z-index: 1001;
}
.suche.aktiv {
	display: block;
}
.suche.aktiv .tab-focus {
    outline: 2px solid #000;
}
.suche .wrapper {
	position: relative;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 1396px;
	margin: auto;
}
.suche form {
	display: block;
	position: relative;
	width: 100%;
	font-size: 1em;
	margin: auto;
	background-color: #fff;
	border: 1px solid #707070;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.suche input, .suche button {
	background-color: transparent;
	color: #1a3553;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input {
	width: 100%;
	font-weight: 700;
	line-height: 1.333;
	padding: 34px;
}
::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.suche button {
	font-size: 42px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	color: #1a3553;
	line-height: 0.8;
}
.suche button i {
	margin-right: 0;
}
.suche .haeufig-gesucht h2 {
	font-size: 1.5em;
	color: #000;
}
.suche .haeufig-gesucht .unstyled-list {
	margin: 0 -38px;
	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;
}
.suche .haeufig-gesucht .unstyled-list li {
	min-width: 0;
	border-bottom: 1px solid #1a3553;
	-ms-flex-preferred-size: calc(33.333% - 76px);
	flex-basis: calc(33.333% - 76px);
	width: calc(33.333% - 76px);
	margin: 0 38px;
	-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;
}
.suche .haeufig-gesucht .unstyled-list li a {
	position: relative;
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	color: #000;
	padding: 15px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.suche .haeufig-gesucht .unstyled-list li a:hover,
.suche .haeufig-gesucht .unstyled-list li a:focus {
	color: #1a3553;
	padding: 15px 0 15px 5px;
}
.suche .haeufig-gesucht .unstyled-list li a::after {
	content: '\f178';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 900;
	color: #1a3553;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.suche .haeufig-gesucht .unstyled-list li a:hover::after,
.suche .haeufig-gesucht .unstyled-list li a:focus::after {
	right: 5px;
	font-size: 26px;
}
.site-main {
	padding-top: 30px;
}
.site-main, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-footer {
	color: #1a3553;
	background-color: #f1f1f1;
	padding-top: 50px;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a {
	font-weight: normal;
}
.site-footer .csslink_intern {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
}
.site-footer .csslink_intern:hover,
.site-footer .csslink_intern:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.site-footer table, .unstyled-table, .unstyled-table table {
	background-color: transparent;
}
.site-footer table td, .unstyled-table td, .unstyled-table table td {
	padding: 0;
}
.site-footer table tr, .unstyled-table tr, .unstyled-table table tr {
	border: none;
}
.site-footer h2:first-child, .site-footer h3:first-child, .site-footer h4:first-child, .site-footer h5:first-child, .site-footer h6:first-child {
	margin-top: 0;
}
.site-footer h2:first-child {
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a3553;
}
.site-footer .image-single img {
	max-width: 290px;
}
.site-footer .image-single .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	color: #1a3553;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.25em 0.375em;
	font-size: 0.75rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}
.site-footer .result-list .list-title {
	font-size: 1em;
}
.quickmenu {
	border-top: 1px solid #1a3553;
	line-height: 1.333;
	padding: 20px 0;
}
.quickmenu ul {
	font-size: 1.15em;
	font-weight: 700;
}

.quickmenu ul li { line-height: 2;}

.quickmenu ul a {
	padding-bottom: 2px;
	margin-right: 30px;
}
.quickmenu ul li#nlt_3429_1_3429_264 a, .quickmenu ul li#nlt_3429_1_3429_317 a {
	font-size: 0;
	margin-left: 0;
	overflow: hidden;
    text-indent: -9999px;
}
.quickmenu ul li#nlt_3429_1_3429_264 a::before {
	content: '\f16d';
	color: #1a3553;
	font-family: "Font Awesome 5 Brands";
	font-size: 33px;
	font-weight: 400;
	text-indent: 0;
	margin-right: 0;
	margin-top: -14px;
	display: inline-block;
	vertical-align: middle;
}
.quickmenu ul li#nlt_3429_1_3429_317 a::before {
	content: '\f167';
	color: #1a3553;
	font-family: "Font Awesome 5 Brands";
	font-size: 33px;
	font-weight: 400;
	text-indent: 0;
	margin-right: 0;
	margin-top: -14px;
	display: inline-block;
	vertical-align: middle;
}


.quickmenu ul li a:hover, .quickmenu ul li a:focus {
	-webkit-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
}
.quickmenu ul li#nlt_3429_1_3429_264 a:hover, .quickmenu ul li#nlt_3429_1_3429_264 a:focus, .quickmenu ul li#nlt_3429_1_3429_317 a:hover, .quickmenu ul li#nlt_3429_1_3429_317 a:focus {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
.jumbotron {
	position: relative;
}
.titelbild-slider {
	position: relative;
}
.titelbild-slider .titelbild {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.titelbild li:not(:first-child) {
	display: none;
}
.titelbild .bg-img {
	margin: 0;
	position: relative;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding-top: 20%;
}
body.startseite .titelbild .bg-img {
	/*min-height: 100vh;*/ /* SKR: entfernt auf Wunsch */
	padding-top: 25%;
}
body.folgeseite .titelbild .bg-img {
	min-height: 446px;
}
/*
body.folgeseite .titelbild .bg-img::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.75;
	background-image: url(assets/img/farbverlauf.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	background: rgb(142,29,129);
	background: -moz-linear-gradient(45deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
	background: linear-gradient(45deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e1d81",endColorstr="#c4dd05",GradientType=1);

}
*/
.titelbild a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.titelbild .slogan {
	padding: 30px;
	color: #fff;
	font-size: 1em;
	width: 100%;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	justify-content: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	overflow: hidden;
}
.titelbild .slogan .title {
	position: relative;
	display: inline-block;
	font-size: 4.95em;
	font-weight: 700;
	color: #1a3553;
	background-color: #fff;
	padding: 8px 40px;
	margin: 0 auto;
	z-index: 2;
}
.titelbild .slogan .subtitle {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #1a3553;
	font-size: 2.1em;
	font-weight: 700;
	padding: 50px 40px 20px 40px;
	margin: -40px auto 0 auto;
	z-index: 1;
}
.titelbild .ikiss_norel .slogan * {
    color: #fff !important;
}
.titelbild-slider i[class*=fa-] {
	margin: 0;
}
.titelbild-slider .titelbild-pauseplay {
    position: absolute;
	z-index: 65;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.titelbild-pauseplay a {
    display: block;
}
.titelbild-pauseplay a i[class*=fa-] {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 3px #000;
    text-shadow: none; /* schoener ohne, sonst oben */
}
.titelbild-pauseplay a i.fad {
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: #1a3553;
    --fa-secondary-opacity: 1.0;
}
.titelbild-pauseplay a i.fad::before {
    text-shadow: none;
}
.titelbild-slider .titelbild-bullet-nav {
	position: absolute;
	z-index: 65;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 10px;
    font-size: 0; /* wegen umlaufendem tab-focus */
}
.titelbild-bullet-nav li {
	display: inline-block;
}
.titelbild-bullet-nav li a {
    display: block;
    margin: 5px;
}
.titelbild-bullet-nav li a i[class*=fa-] {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 3px #000;
    text-shadow: none; /* schoener ohne, sonst oben */
    opacity: 0.5;
}
.titelbild-bullet-nav li.titelbild-active a i[class*=fa-] {
    opacity: 1;
}
.titelbild-bullet-nav li a i.fa-circle {
    opacity: 1;
    font-weight: 400;
}
.titelbild-bullet-nav li.titelbild-active a i.fa-circle {
    font-weight: 900;
}
.titelbild-slider .titelbild-direction-nav {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 10px;
    font-size: 0; /* wegen umlaufendem tab-focus */
}
.titelbild-direction-nav li {
    display: inline-block;
}
.titelbild-direction-nav li a {
    margin: 5px;
    display: block;
}
.titelbild-direction-nav li a i[class*=fa-] {
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 3px #000;
    text-shadow: none; /* schoener ohne, sonst oben */
}
.titelbild-direction-nav li a i.fad {
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: #1a3553;
    --fa-secondary-opacity: 1.0;
}
.titelbild-direction-nav li a i.fad::before {
    text-shadow: none;
}
.titelbild-pauseplay + .titelbild-direction-nav {
    bottom: 0.375rem;
    left: calc( 2.5rem + 15px );
}
@keyframes arrow {
	0% {	bottom: 16px;
			opacity: 0.5;
	}
	50% {
			bottom: 6px;
			opacity: 1;
		}
	100% {
			bottom: 16px;
			opacity: 0.5;
		}
}
.jumbotron-arrow {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	z-index: 65;
	display: block;
	width: 100px;
	text-align: center;
	color: #fff;
	margin: auto;
	-webkit-animation: arrow 1.5s infinite;
	-moz-animation: arrow 1.5s infinite;
	-o-animation: arrow 1.5s infinite;
	animation: arrow 1.5s infinite;
}
.jumbotron-arrow i.fal {
	font-size: 58px;
	margin-right: 0;
}
.bottom-controls {
	/*margin-bottom: -40px;*/
	padding: 30px 30px 0 30px;
	width: 100%;
	display: inline-block;
}
.bottom-controls a.seitenanfang {
	margin-left: 30px;
}
.bottom-controls a > i.far {
	font-size: 50px;
	margin-right: 0;
}
.randspalte {
	padding-left: 65px;
}
/*
.randspalte::before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 2px;
	height: 100%;
	background-image: linear-gradient(to bottom, #1a3553 30%, transparent 0%);
	background-position: left;
	background-size: 2px 6px;
	background-repeat: repeat-y;
}
*/
.randspalte .widget {
	background-color: #f3f4f6;
	padding: 25px 30px 30px 30px;
	margin-bottom: 30px;
}
.randspalte .widget:last-child {
	margin-bottom: 0;
}
.randspalte .widget .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder {
	background-color: transparent;
	padding: 0;
}
.randspalte .widget.bilder .image-gallery {
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget.adressen {
	border-top: 5px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
}
.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.25em;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.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 {
	color: #1a3553;
	background-color: transparent;
	border-bottom: 0;
}
address .phone::before, address .fax::before, address .mail::before, address .web::before, address .mobile::before, address .room::before, address .label::before, address .info::before, address .govello::before {
	white-space: normal;
	width: 14px;
	text-align: center;
	display: inline-block;
}
.btn::before {
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
}
small + small, a + small, .icon-list > i, .icon-list > a, .data-list > li > small {
	font-weight: 700;
	color: #1a3553;
	margin-left: 10px;
}
.icon-list > i:first-child, .icon-list > a:first-child {
	margin-left: 0;
}
.btn.csslink_extern::before, .btn .csslink_extern::before, .hide-icon::before {
	display: none;
}
.row .liste-bild + .liste-text {
	padding-left: 0;
	padding-top: 0;
}
.liste-text a {
	display: block;
	color: #404040;
}
.liste-text a.btn {
	display: inline-block;
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel {
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: 600;
}
.liste-text > :last-child {
	margin-bottom:0;
}
.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 {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 60px);
	color: #444
}
/*  Themenboxen */
.cards {
	background-color: #f3f4f6;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tb-img .cards {
	background-color: #fff;
}
.cards:hover,
.cards:focus {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.cards > a {
	min-height: 100%;
	color: #1a3553;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: background-color 0.25s, box-shadow 0.25s;
	text-decoration: none !important;
}
.tb-img .cards > a,
.tb-plain .cards > a {
	color: #fff;
	background-color: #1a3553;
	/*
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	*/
}
.tb-icon .cards > a {
	color: #1a3553;
	background-color: transparent;
}
.cards > a:hover,
.cards > a:focus {
	background: #f3f4f6;
	-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);
}
.tb-img .cards > a:hover, .tb-plain .cards > a:hover,
.tb-img .cards > a:focus, .tb-plain .cards > a:focus {
	color: #1a3553;
	background: #1a3553;
}
.cards img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	display: block;
}
.cards .image {
	position: relative;
	overflow: hidden;
}
.cards .image .bg-img {
	background: center center/cover no-repeat;
	padding-top: 66.666%;
}
.cards .image small, .cards .image .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #1a3553;
}
.cards .icon {
	padding: 10px;
	text-align: center;
}
.cards .icon i {
	font-size: 44px;
	margin-right: 0;
	text-align: center;
}
.cards > a .icon,
.tb-img .cards > a .icon {
	color: #1a3553;
}
.cards .caption {
	padding: 25px;
}
.cards .image + .caption {
	padding: 15px;
}
.cards .image + .caption,
.tb-plain .cards .caption {
	border-top: 5px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
}
.cards .icon + .caption {
	padding: 0 15px 15px;
	margin: auto;
	text-align: center;
	max-width: 100%;
}
.cards .caption .title,
.tb-img .cards .caption .title {
	margin: 0;
	font-size: 1.4em;
	font-weight: 700;
	text-decoration: none;
	color: #1a3553;
}
.tb-img .cards .caption .title,
.tb-plain .cards .caption .title {
	color: #fff;
}
.cards .caption .title.center {
	text-align: center;
}
.tb-plain .cards .caption .title {
	text-align: center;
}
.tb-img .cards .caption .title + p {
	margin-top: 5px;
}
.cards .caption p,
.tb-img .cards .caption p {
	color: #000;
	margin-bottom: 0;
}
.tb-img .cards .caption p {
	color: #fff;
}

.liste-bild img {
	width: 100%;
	display: block;
}
.toggler-title {
	background-color: #f3f4f6;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #666;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom:4px;
}
.toggler-title.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom:2px;
}
.toggler-link {
	padding: 5px 35px 5px 0;
	position: relative;
	clear: both;
	cursor: pointer;
}
.toggler-link::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom: 4px;
}
.toggler-link.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 2px;
}
.toggler-container {
	padding: 10px;
	margin-bottom: 10px;
}
/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
/* Breite */
body.pagewidth-wide .wrapper {
	width: 1470px;
}
body.menuwidth-full .masthead.wrapper {
	width: 100%;
	padding: 0;
}
body.menuwidth-full .main-navigation .wrapper {
	padding: 0 15px;
}
body.jumbotronwidth-full .jumbotron.wrapper {
	width: 100%;
	padding: 0;
}
body.jumbotronwidth-full .slogan {
	text-align: right;
}
body.pagewidth-full {
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
body.pagewidth-full .main-navigation .wrapper {
	padding: 0 30px;
}
body.pagewidth-full .main-content .wrapper,
body.pagewidth-full .site-footer .wrapper {
	width: 1530px;
}
body.folgeseite.pagewidth-full .site-main.wrapper {
    max-width: 1640px;
}
body.pagewidth-full .jumbotron.wrapper, body.pagewidth-full .masthead.wrapper {
	padding: 0;
}
/* Simple Dropdown */
body.dropdown-menu .main-navigation .nlv_1 ul {
	width: 335px;
	padding: 0;
}
body.dropdown-menu .main-navigation .nlv_2 > li {
	width: 100%;
}
body.dropdown-menu .main-navigation .nlv_2 a,
body.dropdown-menu .main-navigation .nlv_2 span {
	padding:7px calc(0.5rem + 30px) 7px 15px;
}
body.dropdown-menu .main-navigation .nlv_2 > li > a.childs::after,
body.dropdown-menu .main-navigation .nlv_2 > li > span.childs::after {
	content: '\f054';
	position: absolute;
	top: 9px;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	opacity: 0.5;
}
body.dropdown-menu .main-navigation .nlv_3 {
	font-size: 1em;
}
body.dropdown-menu .main-navigation .nlv_3 a,
body.dropdown-menu .main-navigation .nlv_3 span {
	font-size: 1.2em;
}
body.dropdown-menu .main-navigation .nlv_2 {
	left: auto;
}
body.dropdown-menu .main-navigation .nlv_2 ul {
	position:absolute;
	left: 335px;
	top: 0;
	visibility: hidden;
	transition: 0s 0.25s;
}
body.dropdown-menu .main-navigation .nlv_2 li:hover > ul,
body.dropdown-menu .main-navigation .nlv_2 li:focus > ul,
body.dropdown-menu .main-navigation .nlv_2 li.focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}
/* :focus-within muss wegen IE/Edge separiert werden */
body.dropdown-menu .main-navigation .nlv_2 li:focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}

.folgeseite .site-main .csslink_intern,
.folgeseite .site-main .csslink_extern,
.folgeseite .site-main a[href^="mailto:"],
.folgeseite .site-main a[href^="http://"],
.folgeseite .site-main a[href^="https://"] {
	text-decoration: underline;
}
.site-main .csslink_intern::before {
	content: '\f105';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 19px;
	font-weight: 400;
	margin-right: 5px;
}

.site-main .csslink_extern::before {
	content: '\f062';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* -------------------------------------------------------
-- Templates ---------------------------------------
------------------------------------------------------- */
.folgeseite .site-main [class*="csslink_"] {
	text-decoration: underline;
}
.fa-file-pdf {
	color: #f40f02;
}
.fa-file-word {
	color: #00a1f1;
}
.dienstleistungen > li > a {
	display: block;
}
.dienstleistungen > li > a::before {
	content: '\f105';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 19px;
	font-weight: 400;
	margin-right: 5px;
}
.dienstleistungen > li > a:hover,
.dienstleistungen > li > a:focus {
	text-decoration: underline;
}

.box-blau {
	display: block;
	position: relative;
	color: #fff;
	background-color: #1a3553;
	/*padding: 47px 30px 40px 30px;*/
	padding: 30px;
}
/*
.box-blau::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: rgb(0,158,216);
	background: -moz-linear-gradient(270deg, rgba(0,158,216,1) 0%, rgba(0,141,93,1) 8%, rgba(2,31,124,1) 22%, rgba(210,2,90,1) 36%, rgba(0,135,61,1) 52%, rgba(184,25,25,1) 68%, rgba(232,121,3,1) 80%, rgba(241,201,0,1) 88%, rgba(69,196,98,1) 94%, rgba(0,169,186,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,158,216,1) 0%, rgba(0,141,93,1) 8%, rgba(2,31,124,1) 22%, rgba(210,2,90,1) 36%, rgba(0,135,61,1) 52%, rgba(184,25,25,1) 68%, rgba(232,121,3,1) 80%, rgba(241,201,0,1) 88%, rgba(69,196,98,1) 94%, rgba(0,169,186,1) 100%);
	background: linear-gradient(270deg, rgba(0,158,216,1) 0%, rgba(0,141,93,1) 8%, rgba(2,31,124,1) 22%, rgba(210,2,90,1) 36%, rgba(0,135,61,1) 52%, rgba(184,25,25,1) 68%, rgba(232,121,3,1) 80%, rgba(241,201,0,1) 88%, rgba(69,196,98,1) 94%, rgba(0,169,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ed8",endColorstr="#00a9ba",GradientType=1);
}
*/
.box-blau a {
	color: #fff;
}

/*----------------------------------------------------------
---- Menü X - CJM ------------------------------------------
------------------------------------------------------------*/

.frontend .mm-wrapper_opening .btn-menu .menutxt { color: #1a3553; }
.frontend .mm-wrapper_opening .btn-menu i { 
    font-size: 50px; 
    position: relative;
}

@media screen and (min-width: 1120px){
    .frontend .mm-wrapper_opening .btn-menu i { 
    animation-name: menuclose;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    
    font-size: 80px;
}
}

 /* The animation code */
@keyframes menuclose {
  from {left: 0px;}
  to {left: 109px;}
}

/* -------------------------------------------------------
-- Startseite ---------------------------------------
------------------------------------------------------- */

.top-news {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #ce3c3c;
	min-width:275px;
}
.top-news .flex-row {
	margin: 0 -15px;
}
.top-news [class*="flex-col-"] {
	margin-bottom: 0;
}
.top-news > ul > li > a {
	min-height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.top-news .caption {
	font-size: 1.15em;
	font-weight: 700;
	color: #fff;
	padding: 0 30px;
}
.top-news .caption::after {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	font-weight: 900;
	margin-left: 5px;
}
.top-news .icon {
	width: 86px;
	text-align: center;
	color: #fff;
	background-color: #1a3553;
	padding: 8px 0;
}
.top-news i,
.top-news i.fal {
	font-size: 50px;
	margin-right: 0;
}


.start {}
.start.unsere-stadt-fuer {
	position: relative;
	padding: 95px 0 180px 0;
}
.start.unsere-stadt-fuer::before {
	content: '';
	position: absolute;
	bottom: 90px;
	left: -37px;
	width: 635px;
	height: 635px;
	background-image: url(assets/img/herz.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
body.pagewidth-full .start.unsere-stadt-fuer .wrapper {
	position: relative;
	width: 1780px;
}
.start.unsere-stadt-fuer h2 {
	position: absolute;
	bottom: 0;
	font-size: 4.1em;
	font-weight: 300;
	line-height: 1.073em;
	color: #1a3553;
	margin: 0;
}
.start.unsere-stadt-fuer .flex-row {
	padding-left: 410px;
	margin: 0 -8px;
}
.start.unsere-stadt-fuer [class*="flex-col-"] {
	margin: 0 8px;
}
.start.unsere-stadt-fuer .flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 16px);
	flex-basis: calc(33.333% - 16px);
	width: calc(33.333% - 16px);
}
.start.unsere-stadt-fuer .cards {
	background-color: #fff;
}
.start.unsere-stadt-fuer .cards > a {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.start.unsere-stadt-fuer .cards > a:hover,
.start.unsere-stadt-fuer .cards > a:focus {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.start.unsere-stadt-fuer .cards .image + .caption {
	background-color: transparent;
	border: none;
	padding: 20px 15px;
}
.start.unsere-stadt-fuer .cards .caption .title {
	font-size: 1.85em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #1a3553;
}
.start.unsere-stadt-fuer .cards .image small,
.start.unsere-stadt-fuer .cards .image .mc2_ac {
	bottom: auto;
	top: 0;
	font-size: 14px;
}

.start.aktuelles {}
.start.aktuelles h2 {
	font-size: 2em;
	text-align: center;
	color: #1a3553;
}
.start.aktuelles .mitteilungen > .flex-row {
	margin: 0 -20px 15px -20px;
}
.start.aktuelles [class*="flex-col-"] {
	margin: 0 20px;
}
.start.aktuelles .result-list > li {
	border-bottom: none;
	margin: 0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.aktuelles .result-list > li:hover,
.start.aktuelles .result-list > li:focus {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.start.aktuelles .result-list > li > a {
	min-height: 100%;
}
.start.aktuelles .result-list > li > a .flex-row {
	margin: 0 -2px -4px -2px;
}
.start.aktuelles .result-list > li > a .flex-row > [class*="flex-col-"] {
	margin: 0 2px 4px 2px;
}
.start.aktuelles .result-list > li > a .flex-row > [class*="flex-col-"]:last-child {
	color: #fff;
	background-color: #1a3553;
}
.start.aktuelles .result-list > li > a .list-img [class^="img-"],
.start.aktuelles .result-list > li > a .list-title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* deaktiviert auf Kdwunsch - 2021-1-27
.start.aktuelles .result-list > li > a:hover .list-img [class^="img-"],
.start.aktuelles .result-list > li > a:focus .list-img [class^="img-"] {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.start.aktuelles .list-text {
	text-align: center;
	padding: 30px;
}
.start.aktuelles .list-text small {
	font-size: 0.9em;
	font-weight: 700;
}
.start.aktuelles .list-text small > i[class*="fa-"],
.start.aktuelles .list-text small > a > i[class*="fa-"] {
	margin-right: 10px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
.start.aktuelles .result-list > li > a .list-title {
	font-size: 1.15em;
	line-height: 1.13em;
	color: #fff;
	margin-bottom: 0;
}
.start.aktuelles .result-list > li > a:hover .list-title,
.start.aktuelles .result-list > li > a:focus .list-title {
	color: #fff;
}
.start.aktuelles .csslink_intern {
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
	margin-top: 15px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.aktuelles .csslink_intern:hover,
.start.aktuelles .csslink_intern:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.start.aktuelles .csslink_intern::before {
	display: none;
}
.start.aktuelles .csslink_intern::after {
	content: '\f178';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	font-weight: 900;
	margin-left: 5px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.aktuelles .csslink_intern:hover::after,
.start.aktuelles .csslink_intern:focus::after {
	margin-left: 10px;
}

.start.veranstaltungen h2 {
	font-size: 2em;
	text-align: center;
	color: #1a3553;
}
.start.veranstaltungen .flex-row {
	margin: 0 -25px calc(-30px + 0.75em);
}
.start.veranstaltungen .first .flex-row {
	margin: 0;
}
.start.veranstaltungen [class*="flex-col-"] {
	margin: 0 25px 50px;
}
.start.veranstaltungen .first [class*="flex-col-"] {
	margin: 0;
}
.start.veranstaltungen .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 50px);
	flex-basis: calc(50% - 50px);
	width: calc(50% - 50px);
}
.start.veranstaltungen .result-list.first .list-text {
	color: #1a3553;
	background-color: #f3f4f6;
}
.start.veranstaltungen .result-list.first .list-text .inner {
    padding: 15px 30px;
}
.start.veranstaltungen .big-date .list-text {
	color: #1a3553;
	padding: 10px 15px;
}
.start.veranstaltungen .result-list .list-text small,
.start.veranstaltungen .big-date .list-text small {
	font-size: 0.9em;
	font-weight: 700;
}
.start.veranstaltungen .list-text small + small {
	margin-left: 30px;
}
.start.veranstaltungen .list-text small > i[class*="fa-"],
.start.veranstaltungen .list-text small > a > i[class*="fa-"] {
	font-size: 0.9rem;
}
.start.veranstaltungen .result-list .list-title,
.start.veranstaltungen .big-date .list-title {
	font-size: 1.15em;
	color: #1a3553;
	margin: 0.5em 0;
}
.start.veranstaltungen .big-date li {
	border-bottom: 1px solid #767677;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	background-color: transparent;
}
.start.veranstaltungen .big-date a:hover,
.start.veranstaltungen .big-date a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.start.veranstaltungen .big-date .list-date {
	min-width: 112px;
	text-align: center;
	line-height: 1;
	background-image: url(assets/img/farbverlauf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10px 15px;
}
.start.veranstaltungen .big-date .list-date .day {
	font-size: 2.2em;
	font-weight: 700;
}
.start.veranstaltungen .big-date .list-date .month {
	font-size: 1.5em;
	text-transform: uppercase;
}
.start.veranstaltungen .csslink_intern {
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	box-shadow: 0px 2px 0px 0px rgba(26, 53, 83, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.veranstaltungen .csslink_intern:hover,
.start.veranstaltungen .csslink_intern:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.start.veranstaltungen .csslink_intern::before {
	display: none;
}
.start.veranstaltungen .csslink_intern::after {
	content: '\f178';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	font-weight: 900;
	margin-left: 5px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.veranstaltungen .csslink_intern:hover::after,
.start.veranstaltungen .csslink_intern:focus::after {
	margin-left: 10px;
}

.start.schnell-geklickt h2 {
	font-size: 2em;
	text-align: center;
	color: #1a3553;
	margin-bottom: 2em;
}
.start.schnell-geklickt .cards > a:hover,
.start.schnell-geklickt .cards > a:focus {
	background: #f3f4f6;
	-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);
}
.start.schnell-geklickt .cards > a .icon {
	padding: 72px 10px 10px 10px;
}
.start.schnell-geklickt .cards .icon i {
	font-size: 98px;
}
.start.schnell-geklickt .cards .icon + .caption {
	padding: 0 15px 72px;
}
.start.schnell-geklickt .cards .caption .title {
	font-size: 1.25em;
	font-weight: 700;
}

.start.top-thema {
	color: #fff;
	margin: 100px 0;
}
.start.top-thema .flex-row,
.start.top-thema [class*="flex-col-"] {
	margin-bottom: 0;
}
.start.top-thema h2 {
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
}
.start.top-thema a {
	color: #fff;
}
.start.top-thema .inner {
	float: right;
	width: 100%;
	max-width: 750px;
	padding-left: 30px;
}
.start.top-thema .csslink_intern,
.start.top-thema .csslink_extern {
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-right: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.start.top-thema .csslink_intern:hover, .start.top-thema .csslink_intern:focus,
.start.top-thema .csslink_extern:hover, .start.top-thema .csslink_extern:focus {
	background-color: rgba(255,255,255,0.15);
}
.start.top-thema .csslink_intern::before,
.start.top-thema .csslink_extern::before {
	display: none;
}
.start.top-thema .csslink_intern::after,
.start.top-thema .csslink_extern::after {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	font-weight: 900;
	margin-left: 5px;
}
.start.top-thema .image-single {
	margin-bottom: 0;
}
.start.top-thema .image-single .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	color: #1a3553;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.25em 0.375em;
	font-size: 0.75rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}

/*-------------------------------------------------
-----Text auf Bildern - cjm ------------------------
------------------------------------------------*/


.titelbild.with-slogan .bg-img {
	min-height: 200px;
}
body.startseite .titelbild .bg-img {
	padding-top: 40%;
}
.titelbild a {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
}
.titelbild .slogan {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 0 10px #000;
	padding: 30px calc(2 * 30px) 115px 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
	right: 15%;
}
.titelbild .slogan.with-bg {
    align-items: flex-end;
	text-shadow: none;
}
body.pagewidth-wide .titelbild .slogan.with-bg {
	right: 0;
	left: 0;
	max-width: 1570px;
	max-width: calc(1480px + (3 * 30px));
	margin: auto;
}
.titelbild .slogan p {
	color: #fff;
	margin-bottom: 0;
}
.titelbild .slogan .slogan-title {
	font-size: 2.35rem;
														  
	font-weight: 700;
	text-shadow: 0 0 30px #000;
	text-transform:uppercase;
	padding: 0.32em .75em;
}
.titelbild .slogan.with-bg .slogan-title {
	text-shadow: none;
	color: #ffffff;
	background-color: #4C4C4C;
}
.titelbild .slogan.with-bg .slogan-title::last-Word {
  color: #00f;
}
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(1),
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(2),
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(3),
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(4),
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(5) { 
    font-family: 'Sedgwick Ave',Roboto, sans-serif !important;
    font-size: .47em;
    text-transform:none;
    font-weight:300;
}
.titelbild .slogan.with-bg .slogan-title span:nth-last-child(4) {
    text-transform:uppercase;
}
.titelbild .slogan .slogan-text {
	font-size: 1.2rem;
	font-family: 'Comic Neue',Roboto, sans-serif !important;
	padding: 0.3em 1.25em;
	margin: 0;
}
.titelbild .slogan.with-bg .slogan-text {
	color: #191919;
	background-color: #fff;
	margin: -0.75em 2rem 0 3.8rem;
}
.titelbild a .slogan.with-bg .slogan-text span {
	margin-right: 0.5em;
}

.slogan-custom .sloganh1 {
    font-size: 3.5vw;
    color: #fff;
    padding-right: 30px;
    margin-bottom: 0em;
}

.slogan-custom .sloganh3 {
    margin-top: 0em;
    color: #fff;
    padding-right: 30px;
    font-weight:300;
    font-size: 2vw;
}

.slogan-custom {
    border-right-style: solid;
    border-right-color: #fff;
    border-right-width: thick;
    margin-bottom: 5%;
    float: right;
}

/*-------------------------------------------------
-----Screensizes------------------------------------
------------------------------------------------*/


@media screen and (min-width: 1024px) {
    
    .start.aktuelles .flex-row {
        margin: 0 -20px;
    }
    .start.aktuelles .result-list > [class*="flex-col-"] {
        margin: 0 20px;
    }
    .start.aktuelles .result-list .flex-col-3 {
    	-ms-flex-preferred-size: calc(33.333% - 40px);
    	flex-basis: calc(33.333% - 40px);
    	width: calc(33.333% - 40px);
	}
	.start.aktuelles .result-list > [class*="flex-col-"] > a [class*="flex-col-"] {
	    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
	    width: 100%;
	}
	.start.aktuelles .result-list > li {
		padding-bottom: 0;
	}
	.start.aktuelles .result-list > li > a {
		background-color: #1a3553;
	}
	.start.aktuelles .list-text {
    	padding: 15px;
    }
	.start.aktuelles .result-list .list-img {
		border-bottom: 4px solid #fff;
	}
    
}

@media screen and (min-width: 1470px) {
    
    .site-footer > .wrapper > .flex-row {
	    margin: 0 -65px 0;
    }
    .site-footer > .wrapper >  .flex-row > [class*="flex-col-"] {
	    margin: 0 65px 65px;
    }
    .site-footer > .wrapper >  .flex-row > .flex-col-4 {
    	-ms-flex-preferred-size: calc(25% - 130px);
    	flex-basis: calc(25% - 130px);
    	width: calc(25% - 130px);
    }

	.start.aktuelles .flex-row,
	.start.speziell-fuer .flex-row.tb-img {
        margin: 0 -20px;
    }
    .start.aktuelles .result-list > [class*="flex-col-"],
    .start.speziell-fuer [class*="flex-col-"] {
        margin: 0 20px;
    }
    .start.aktuelles .result-list .flex-col-3,
    .start.speziell-fuer .flex-col-3 {
    	-ms-flex-preferred-size: calc(33.333% - 40px);
    	flex-basis: calc(33.333% - 40px);
    	width: calc(33.333% - 40px);
	}
	.start.aktuelles .result-list > li {
		padding-bottom: 0;
	}
	.start.aktuelles .result-list > li > a {
		background-color: #1a3553;
	}
	.start.aktuelles .list-text {
    	padding: 30px;
    }
	.start.aktuelles .result-list .list-img {
		border-bottom: 4px solid #fff;
	}

}


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

	h1,
	.page-title {
		font-size: 2em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.25em;
	}
	h6 {
		font-size: 1em;
	}

	body.pagewidth-full .start .wrapper {
		width: 80%;
		width: calc(80% + 60px);
	}
	body.pagewidth-full .site-main.wrapper,
	body.pagewidth-full .site-footer .wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}

	.headerheight {
		height: 116px;
	}
	.site-header .logo {
		background-size: 110px 57px;
	}
	.site-header .logo a {
		align-items: center;
		padding-left: 80px;
		padding-bottom: 0;
	}
	.logo span {
		font-size: 2.25em;
	}
	.logo span small {
		font-size: 0.311em;
	}
	/****************************************/
	.top-optionen,
	.frontend .btn-search,
	.frontend .btn-menu {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
		margin: 0;
	}
	/****************************************/
	.top-optionen {
		/*margin-right: 35px;*/
		min-width: 130px;
	}
	.top-optionen a {
		font-size: 0.9em;
		text-align: center;
	}
	.top-optionen a > i {
		display: block;
		font-size: 33px;
		margin-right: 0;
	}
	.frontend .btn-search, .frontend .btn-menu {
		font-size: 0.9em;
		text-align: center;
		/*margin-right: 35px;*/
	}
	.frontend .btn-search i, .frontend .btn-menu i {
		display: block;
		margin-right: 0;
	}
	.frontend .btn-search i {
		font-size: 33px;
	}
	.frontend .btn-menu i {
		font-size: 33px;
	}
	.mm-menu_offcanvas {
		width: 50%;
		width: calc(50% + 15px);
	}
	.mm-menu_position-right {
		top: 116px;
	}
	#nav.mm-menu_theme-white {
		--mm-listitem-size: 100px;
		--mm-navbar-size: 70px;
	}
	body.folgeseite .titelbild .bg-img {
		min-height: 373px;
	}
	.titelbild .slogan {
		text-align: center;
		padding: 30px;
	}
	.titelbild .slogan .title {
		font-size: 4.1em;
	}
	.titelbild .slogan .subtitle {
		font-size: 1.7em;
	}
	.titelbild-slider .titelbild-direction-nav {
		display: none;
	}
	.suche {
		top: 116px;
		height: calc(100vh - 116px);
		padding: 80px 50px 30px 50px;
	}
	.suche .wrapper {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.suche .haeufig-gesucht .unstyled-list li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.suche .haeufig-gesucht h2 {
		margin-top: 2em;
	}
	.top-news .icon {
		width: 48px;
		padding: 4px 0;
	}
	.top-news i, .top-news i.fal {
		font-size: 29px;
	}
	.randspalte {
		padding-left: 15px;
	}
	.bottom-controls {
		padding: 30px 0 0 0;
	}
	.site-footer {
		font-size: 0.9em;
	}
	.site-footer .image-single img {
		max-width: 245px;
	}

	/***** Templates  *****/
	.cards .caption .title,
	.tb-img .cards .caption .title {
		font-size: 1em;
	}
	.tb-img .cards .caption .title + p {
		font-size: 0.9em;
	}
	.cards.blue[class*="flex-col-"],
	.tb-img .cards.blue[class*="flex-col-"] {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.cards.blue > a,
	.tb-img .cards.blue > a {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cards.blue > a [class*="flex-col-"],
	.tb-img .cards.blue > a [class*="flex-col-"] {
		margin: 0;
	}
	.cards.blue > a .flex-col-md-3 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.cards.blue > a .flex-col-md-2x3 {
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
		width: 66.666%;
	}

	/***** Startseite *****/
	.start.unsere-stadt-fuer {
		padding: 70px 0 30px 0;
	}
	.start.unsere-stadt-fuer::before {
		bottom: auto;
		top: 0;
		left: -37px;
		width: 343px;
		height: 343px;
	}
	body.pagewidth-full .start.unsere-stadt-fuer .wrapper {
		width: 80%;
		width: calc(80% + 60px);
	}
	.start.unsere-stadt-fuer h2 {
		position: relative;
		bottom: auto;
		font-size: 2.5em;
		padding-left: 80px;
		margin-bottom: 30px;
	}
	.start.unsere-stadt-fuer h2 br {
		display: none;
	}
	.start.unsere-stadt-fuer h2 strong {
		display: inline-block;
		background-color: #fff;
		margin-right: 10px;
	}
	.start.unsere-stadt-fuer .flex-row {
		padding-left: 0;
	}
	.start.unsere-stadt-fuer .cards .caption .title {
		font-size: 1em;
	}

	.start.aktuelles h2 {
		font-size: 1.5em;
	}
	.start.aktuelles .flex-col-md-3 {
		-ms-flex-preferred-size: calc(33.333% - 4px);
		flex-basis: calc(33.333% - 4px);
		width: calc(33.333% - 4px);
	}
	.start.aktuelles .flex-col-md-2x3 {
		-ms-flex-preferred-size: calc(66.666% - 4px);
		flex-basis: calc(66.666% - 4px);
		width: calc(66.666% - 4px);
	}
	.start.aktuelles .list-img .img-1x1 {
		padding-top: 76%;
	}
	.start.aktuelles .result-list > li > a .list-title {
		font-size: 1em;
	}

	.start.veranstaltungen h2 {
		font-size: 1.5em;
	}
	.start.veranstaltungen .flex-col-2 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.start.veranstaltungen .result-list.first .list-img {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
	    max-height: 300px;
	}
	.start.veranstaltungen .result-list.first .list-text {
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
		width: 66.666%;
	}
	.start.veranstaltungen .big-date .list-date {
		min-width: 85px;
	}
	.start.veranstaltungen .big-date .list-date .day {
		font-size: 1.6em;
	}
	.start.veranstaltungen .big-date .list-date .month {
		font-size: 1.1em;
	}
	.start.veranstaltungen .big-date .list-text {
		padding: 0 15px;
	}
	.start.veranstaltungen .result-list .list-title,
	.start.veranstaltungen .big-date .list-title {
		font-size: 1em;
	}

	.start.top-thema {
		margin: 50px 0;
	}
	.start.top-thema .flex-row {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.start.top-thema .inner {
		float: none;
		width: 80%;
		width: calc(80% + 60px);
		max-width: none;
		padding: 0 30px 30px 30px;
		margin: auto;
	}

	.start.schnell-geklickt h2 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.start.schnell-geklickt .cards > a .icon {
		padding: 36px 10px 10px 10px;
	}
	.start.schnell-geklickt .cards .icon i {
		font-size: 70px;
	}
	.start.schnell-geklickt .cards .icon + .caption {
		padding: 0 15px 36px;
	}
	.start.schnell-geklickt .cards .caption .title {
		font-size: 1em;
	}
}
@media screen and (max-width: 768px) {

	h1,
	.page-title {
		font-size: 2em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.25em;
	}
	h6 {
		font-size: 1em;
	}

	body.pagewidth-full .start .wrapper {
		width: 100%;
	}
	body.pagewidth-full .site-main.wrapper,
	body.pagewidth-full .site-footer .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header .logo {
		background-size: 80px 42px;
	}
	.site-header .logo a {
		padding-top: 25px;
		padding-left: 35px;
		padding-bottom: 15px;
	}
	.logo span small {
		font-size: 0.267em;
	}
	.top-optionen,
	.frontend .btn-search,
	.frontend .btn-menu {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
		margin: 0;
		border-right: 1px solid #fff;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.frontend .btn-menu {
		border-right: none;
	}
	.top-optionen a,
	.frontend .btn-search,
	.frontend .btn-menu {
		font-size: 0.75em;
	}
	.top-optionen a > i,
	.frontend .btn-search i,
	.frontend .btn-menu i {
		font-size: 30px;
	}
	.top-optionen a {
		padding: 15px 0;
	}
	.frontend .btn-search,
	.frontend .btn-menu {
		padding: 15px 0;
	}
	.mm-menu_offcanvas {
		width: 100%;
	}
	.mm-menu_position-right {
		top: 174px;
	}
	#nav.mm-menu_theme-white {
		--mm-listitem-size: 80px;
		--mm-navbar-size: 45px;
	}
	.headerheight, .headerheight.header-right {
		height: auto;
	}
	body.folgeseite .titelbild .bg-img {
		min-height: 313px;
	}
	.titelbild .slogan {
		padding: 15px;
	}
	.titelbild .slogan .title {
		font-size: 2.3em;
		padding: 8px 15px;
	}
	.titelbild .slogan .subtitle {
		font-size: 1.05em;
		padding: 50px 15px 20px 15px;
	}
	.titelbild-slider .titelbild-pauseplay {
		padding: 10px;
	}
    .titelbild-pauseplay a i[class*=fa-] {
        font-size: 2rem;
    }
    .titelbild-bullet-nav {
        padding: 5px;
    }
    .titelbild-bullet-nav li a {
        margin: 2.5px;
    }
    .titelbild-bullet-nav li a i[class*=fa-] {
        font-size: 0.75rem;
    }
    .titelbild-slider .titelbild-direction-nav {
		display: none;
	}
	.jumbotron-arrow i.fal {
		font-size: 39px;
	}
	@keyframes arrow {
		0% {	bottom: 16px;
		}
		50% {
				bottom: 6px;
			}
		100% {
				bottom: 16px;
			}
	}
	.randspalte {
		margin-top: 30px;
	}
	body.pagewidth-full .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.suche {
		top: 165px;
		height: calc(100vh - 165px);
		padding: 30px 15px 15px 15px;
	}
	.suche input {
		font-size: 0.9em;
		padding: 17px;
	}
	.suche button {
		right: 15px;
		font-size: 21px;
	}
	.suche .haeufig-gesucht h2 {
		font-size: 1.25em;
		margin-top: 1em;
	}
	.suche .haeufig-gesucht .unstyled-list {
		margin: 0;
	}
	.suche .haeufig-gesucht .unstyled-list li {
		margin: 0;
	}
	.suche .haeufig-gesucht .unstyled-list li a {
		font-size: 1em;
	}
	.site-footer h2:first-child {
		font-size: 0.9em;
	}
	.quickmenu ul {
		font-size: 0.9em;
	}
	.quickmenu ul a {
		margin-left: 20px;
	}
	.quickmenu ul li:first-child a::before {
		margin-top: -12px;
	}

	.accordion-title button {
		padding: 10px 15px;
	}
	.box-blau {
		padding: 15px;
	}

	.start.unsere-stadt-fuer {
		padding: 30px 0;
	}
	.start.unsere-stadt-fuer::before {
		left: -17px;
		width: 205px;
		height: 205px;
	}
	.start.unsere-stadt-fuer h2 {
		font-size: 1.75em;
		background-color: transparent;
		padding-left: 60px;
		margin-bottom: 15px;
	}
	.start.unsere-stadt-fuer h2 strong {
		background-color: #fff;
	}
	.start.unsere-stadt-fuer .flex-col-3 {
		-ms-flex-preferred-size: calc(100% - 16px);
		flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
		margin-bottom: 5px;
	}
	.start.unsere-stadt-fuer .cards > a {
		color: #fff;
		background-color: #1a3553;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.start.unsere-stadt-fuer .cards > a:hover,
	.start.unsere-stadt-fuer .cards > a:focus {
		background-color: #1a3553;
	}
	.start.unsere-stadt-fuer .cards .image {
		display: none;
	}
	.start.unsere-stadt-fuer .cards .caption .title {
		color: #fff;
	}

	.start.aktuelles h2 {
		font-size: 1.5em;
		margin-top: 0;
	}
	.start.aktuelles .flex-col-md-3,
	.start.aktuelles .flex-col-md-2x3 {
		-ms-flex-preferred-size: calc(100% - 4px);
		flex-basis: calc(100% - 4px);
		width: calc(100% - 4px);
	}
	.start.aktuelles .list-img .img-1x1 {
		padding-top: 66.666%;
	}
	.start.aktuelles .csslink_intern {
		margin-top: 0;
	}

	.start.veranstaltungen h2 {
		font-size: 1.5em;
	}
	.start.veranstaltungen [class*="flex-col-"] {
		margin: 0 25px 30px;
	}
	.start.veranstaltungen .big-date li {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 15px;
		background-color: #f3f4f6;
	}
	.start.veranstaltungen .big-date a {
		-ms-flex-direction: column;
		flex-direction: column;
		border-left: 15px solid;
		border-image-slice: 1;
		border-image-source: linear-gradient(180deg, rgba(142,29,129,1) 0%, rgba(1,138,56,1) 50%, rgba(196,221,5,1) 100%);
	}
	.start.veranstaltungen .result-list.first .list-img,
	.start.veranstaltungen .result-list.first .list-text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.start.veranstaltungen .result-list.first .list-text .inner {
        padding: 15px;
    }
	.start.veranstaltungen .list-text small + small {
		margin-left: 20px;
	}
	.start.veranstaltungen .result-list .list-text small:last-of-type,
	.start.veranstaltungen .big-date .list-text small:last-of-type {
		display: block;
		margin-left: 0;
	}
	.start.veranstaltungen .result-list .list-title, .start.veranstaltungen .big-date .list-title {
		font-size: 0.9em;
	}
	.start.veranstaltungen .big-date .list-title {
		margin-top: 15px;
	}
	.start.veranstaltungen .big-date .list-date {
		min-width: 0;
		text-align: left;
		color: #1a3553;
		background: none;
		padding-bottom: 0;
	}
	.start.veranstaltungen .big-date .list-date .day {
		display: inline-block;
		font-size: 1.65em;
		color: #1a3553;
	}
	.start.veranstaltungen .big-date .list-date .month {
		display: inline-block;
		font-size: 1.65em;
		text-transform: uppercase;
		color: #1a3553;
	}
	.start.veranstaltungen .big-date .list-text small {
		display: block;
	}

	.start.top-thema {
		margin: 50px 0 25px 0;
	}
	.start.top-thema .flex-row,
	.start.top-thema [class*="flex-col-"] {
		margin: 0;
	}
	.start.top-thema .inner {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.start.top-thema h2 {
		font-size: 1.25em;
		margin-top: 0;
	}
	.start.top-thema .inner p:first-child {
		font-size: 0.9em;
	}
	.start.top-thema .csslink_intern:first-child,
	.start.top-thema .csslink_extern:first-child {
		margin-bottom: 15px;
	}

	.start.schnell-geklickt h2 {
		margin: 0 0 1em 0;
	}
	.start.schnell-geklickt .flex-row {
		margin: 0 -7.5px calc(-15px + 0.75em);
	}
	.start.schnell-geklickt .cards.flex-col-4 {
		margin: 0 7.5px 15px 7.5px;
		-ms-flex-preferred-size: calc(50% - 15px);
		flex-basis: calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.start.schnell-geklickt .cards > a .icon {
		padding: 20px 10px 10px 10px;
	}
	.start.schnell-geklickt .cards .icon i {
		font-size: 50px;
	}
	.start.schnell-geklickt .cards .icon + .caption {
		padding: 0 15px 20px;
	}
	.start.schnell-geklickt .cards .caption .title {
		font-size: 0.9em;
	}
}

@media screen and (max-height: 650px) {

	.mm-navbars_bottom {
		display: none;
	}
}

	/* Mobile Ansicht des Titelbildes*/


/* SKR: entfernt auf Wunsch */
/*@media (max-width: 720px){
    body.startseite .titelbild .bg-img {
       min-height: calc(100vh - 80px);
    }
}*/

/*-------------------------------------------------
-----Mediaqueries für die Titelbildslogans - cjm ----
------------------------------------------------*/

/* Tablet */
@media only screen and (max-width: 1024px) {
    .slogan-custom .sloganh1 {
        font-size: 5vw;
    }
    
    .slogan-custom {
        border-right-width: medium;
        /*margin-bottom: 30vh;*//* SKR entfernt auf Wunsch */
    }
    
    .slogan-custom .sloganh3 {
        font-size: 4.5vw;
    }
    
    .titelbild .slogan {
        right: 5%;
    }
}

/* Handy */
@media only screen and (max-width: 650px) {
    
    .slogan-custom .sloganh1 {
        /*font-size: 7vw;*/ /* SKR: entfernt auf Wunsch */
    }
    
    .slogan-custom {
        border-right-width: medium;
        /*margin-bottom: 30vh;*/ /* SKR: entfernt auf Wunsch */
    }
    
    .slogan-custom .sloganh3 {
        /*font-size: 6.5vw;*/ /* SKR: entfernt auf Wunsch */
    }
}