html.frontend {
	background-color: #fff;
}
html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
	letter-spacing: -0.1px; /* Durch die Schriftart "Lato" wird das "fi" komisch dargstellt (https://fonts.google.com/specimen/Lato?preview.text=fit&preview.text_type=custom), daher als "Hack" auf -1px gesetzt */
}
#page {
	overflow: hidden;
}
.page-title {
	font-size: 2.667em; /* 48px basierend auf 18px*/
	font-size: 2em; /* basierend auf 24px*/
	margin: 0 0 10px;
}
.site-header {
	min-height: 173px;
}
.top.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 401;
}
.top-bar {
	display: block;
	width: 100%;
}
.top-bar.fadeout {
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.top-bar.fadeout.sticky{
	opacity: 1;
}
.top-bar.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #bbd10d;
	background-color: rgba(187,209,13,0.94);
}
.top-bar.sticky > .row {
	max-width: 1420px;
	padding: 0 15px;
	margin: auto;
}
.breadcrumb.sticky {
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	z-index: 400;
	background-color: #F7FAFB;
}
.nav-buttons {
	position: absolute;
	top: 28px;
	right: 15px;
	z-index: 1;
}
.top-bar.sticky .nav-buttons {
	top: 0;
}
.nav-buttons .btn {
	float: left;
	width: 60px;
}
.nav-buttons .btn:first-child {
	margin-right: 5px;
}
.top-bar.sticky .nav-buttons .btn {
	width: 68px;
}
.nav-buttons .btn a {
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
}
.top-bar.sticky .nav-buttons .btn a {
	width: 68px;
	height: 68px;
}
.top-bar.sticky .nav-buttons .btn a > i.far {
	line-height: 68px;
}
.menu-btn.btn a,
.top-bar.sticky .menu-btn.btn a:hover,
.top-bar.sticky .menu-btn.btn a:focus {
	color: #fff;
	background-color: #27428e;
	text-decoration: none;
}
.menu-btn.btn a:hover,
.menu-btn.btn a:focus {
	color: #27428e;
	background-color: #bbd10d;
	text-decoration: none;
}
.top-bar.sticky .nav-buttons .search-btn.btn a {
	color: #000;
	background-color: transparent;
}
.top-bar.sticky .nav-buttons .search-btn.btn a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
	background-color: #000;
}
.nav-buttons .btn a > i.far {
	font-size: 30px;
	line-height: 60px;
	margin-right: 0;
}
.quickmenu {
	line-height: 1.5;
	padding: 15px 0;
}
.quickmenu ul a {
    font-size: 0.75em;
	font-weight: 700;
	color: #000;
	margin-right: 15px;
}
.quickmenu ul li:last-child a {
	margin-right: 0;
}
.quickmenu ul a:hover,
.quickmenu ul a:focus {
	color: #27428e;
	text-decoration: none;
}
nav#nav:not(.mm-menu) {
	display: none;
}
.nav-inner {
    /*height:100%;*/
}
.mm-menu {
	background: #27428e;
	--mm-color-background: #27428e;
	color: #fff;
	--mm-color-text: #fff;
	--mm-listitem-size: 74px;
	--mm-line-height: 70px;
	--mm-listitem-size: 74px;
	--mm-navbar-size: 74px;
}
.mm-menu_offcanvas {
	max-width: 900px;
}
.mm-navbar {
	border: none;
	background: #27428e;
}
.mm-navbar_sticky > * {
	min-height: 74px;
}
.mm-panels {
    font-size: 1.889em; /* 34px basierend auf 18px*/
	font-size: 1.417em; /* basierend auf 24px*/
	font-weight: 400;
}
.mm-panel {
	background: #27428e;
	--mm-color-background: #27428e;
	color: #fff;
	--mm-color-text: #fff;
	--mm-color-button: #bbd10d;
}
.mm-panel.ebene1 .mm-navbar {
	display: none;
}
.mm-listitem {
	color: #fff;
	border-color: #bbd10d;
	--mm-color-border: #bbd10d;
}
.mm-listview.nlv_1 li {
    font-size: 1em;
}
.mm-listview.nlv_2 li {
    font-size: .7647em;
}
.mm-listview.nlv_3 li {
    font-size: .769em;
}
.mm-listview.nlv_4 li,
.mm-listview.nlv_5 li,
.mm-listview.nlv_6 li,
.mm-listview.nlv_7 li {
    font-size: 18px;
}
.mm-listitem::after {
	left: 15px;
	right: 15px;
}
.mm-listitem a:hover {
	color: #bbd10d;
	text-decoration: none;
}
.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
	background: transparent;
	text-decoration: none;
}
.mm-menu a.nlk_on {
	color: #bbd10d;
}
.mm-listitem__text {
	padding-left: 15px;
}
.mm-listitem__text::before {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/asterisk_gruen.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.mm-listitem__btn:not(.mm-listitem__text) {
	border: none;
}
.mm-btn_prev::before {
	content: '\f177';
	width: auto;
	height: auto;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	color: #bbd10d;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	top: calc(50% + 5px);
	left: 15px;
	right: auto;
	border: none;
}
.mm-btn_next::after {
	content: '\f078';
	width: auto;
	height: auto;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.25rem;
	font-weight: 400;
	top: 50%;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	color: #bbd10d;
	right: 15px;
	left: auto;
	line-height: 1;
}
.mm-listitem_opened > .mm-listitem__btn::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 2;
}
.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    background-color: rgba(0,0,0,.05) !important;
}
.mm-listitem_vertical > .mm-panel {
    padding:10px 0 10px 20px;
}
.side-search {padding-left: 15px;}
.side-search form {
    width: 100%;
    position: relative;
}
.side-search #qs_top_nav {
    width: 100%;
    border: 0;
    box-shadow: none;
    height:60px;
    padding: 10px;
}
.side-search .submit {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}


a.mm-navbar__title,
a.mm-navbar__title:hover,
a.mm-navbar__title:focus,
a.mm-navbar__title:active,
a.mm-navbar__title:link,
a.mm-navbar__title:visited {
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.mm-navbars_bottom .mm-navbar:first-child {
	border-top: none;
}
a.close-btn,
a.close-btn:hover,
a.close-btn:focus,
a.close-btn:active,
a.close-btn:link,
a.close-btn:visited {
	flex-grow: 0;
	padding: 0;
	margin: 28px 15px 30px auto;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background-color: rgba(0,0,0,.33) !important;
	border: none;
}
a.close-btn > i.far {
	margin-right: 0;
	font-size: 36px;
	line-height: 60px;
}
.nav-links {
	/*display: none;*/
	width: 100%;
	padding: 30px 15px;
}
.mm-navbar .nav-links {
	display: block;
}
.nav-links .cards,
.nav-links .wicon .cards {
	background-color: transparent;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*
	-ms-flex-preferred-size: calc(33.333% - 30px);
	flex-basis: calc(33.333% - 30px);
	width: calc(33.333% - 30px);
	*/
	-ms-flex-preferred-size: calc(25% - 30px);
	flex-basis: calc(25% - 30px);
	width: calc(25% - 30px);
	line-height: normal;
	list-style-image: none;
}
.nav-links .cards > a,
.nav-links .wicon .cards > a {
	color: #fff;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-links .cards > a:hover,
.nav-links .cards > a:focus,
.nav-links .wicon .cards > a:hover,
.nav-links .wicon .cards > a:focus {
	color: #bbd10d;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.nav-links .cards > a .icon,
.nav-links .wicon .cards > a .icon {
	width: 82px;
	min-width: 82px;
	height: 82px;
	color: #27428e;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.nav-links .cards > a .icon i,
.nav-links .wicon .cards > a .icon i {
	font-size: 36px;
	font-weight: 900;
	line-height: 62px;
}
.nav-links .cards .icon + .caption,
.nav-links .wicon .cards .icon + .caption {
	padding: 10px;
	margin-top: 0;
	text-align: left;
}
.nav-links .cards .caption .title,
.nav-links .wicon .cards .caption .title {
	font-size: 1em; /* 18px basierend auf 18px */
	font-size: 0.75em; /* basierend auf 24px*/
	font-weight: 300;
	color: #fff;
}
.nav-links .cards .caption .title::before,
.nav-links .wicon .cards .caption .title::before {
	content: '\f101';
	display: inline-block;
	vertical-align: baseline;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
	color: #bbd10d;
	margin-right: 10px;
}
.nav-links .cards .caption .title::after,
.nav-links .wicon .cards .caption .title::after {
	display: none;
}

nav#nav {
	overflow: auto;
	position:fixed;
	top:0;
	height:100vH;
	
}
.nav-inner {
    /*height:100%;*/
    /*overflow:hidden;*/
}
.mm-menu {
    display: block;
}
.mm-panels {
    height: auto;
}
.mm-panels > .mm-panel {
    position: static;
}

.breadcrumb {
	width: 100%;
	background-color: #d5e5ea;
	background-color: rgba(213,229,234,0.2);
}
.breadcrumb ol {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
	content: '\f105';
	color: #27428e;
	color: rgba(39,66,142,0.44);
	font-family: "Font Awesome 5 Pro";
	font-size: 1.111em; /* 20px basierend auf 18px*/
	font-size: 0.833em; /* basierend auf 24px*/
	font-weight: 400;
	margin: 0 10px;
}
.breadcrumb li a {
	color: #27428e;
	color: rgba(39,66,142,0.44);
	font-weight: 400;
}
.breadcrumb li.npt_last a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #27428e;
	text-decoration: none;
}
.submenu {
	background-color: #d5e5ea;
	background-color: rgba(213,229,234,0.2);
	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:#27428e;
	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);
	text-decoration: none;
}
.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:#e4e4e4;
	background-color:rgba(0,0,0,.15);
	text-decoration: none;
}
.submenu .nlv_3 a,
.submenu .nlv_3 span {
	padding-left: 10px;
}
.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 {
	font-weight: 600;
	text-decoration: none;
}
.submenu .nlv_4 a,
.submenu .nlv_4 span {
	padding-left: 20px;
}
.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 {
	font-weight: 600;
}
.submenu .nlv_5 a,
.submenu .nlv_5 span {
	padding-left: 30px;
}
.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 {
	font-weight: 600;
}
.submenu .nlv_6 a,
.submenu .nlv_6 span {
	padding-left: 40px;
}
.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: 88px;
	line-height: 1;
}
.top-bar.sticky .headerheight {
	height: 68px;
}
.logo.headerheight img {
	display: block;
	max-height: 88px;
}
.logo.headerheight img.asterisk {
	display: none;
	max-height: 68px;
	padding: 8px 0;
}
.top-bar.sticky .logo.headerheight img.signet {
	display: none;
}
.top-bar.sticky .logo.headerheight img.asterisk {
	display: block;
}
.logo span.headerheight {
	display: table-cell;
	font-size: 1.8em;
	font-weight: 300;
	vertical-align: middle;
}
.logo span small {
	font-size: 0.6em;
}
.logo a {
	color: #000;
}
.site-header .logo, .header-right {
	display: table;
}
.site-header .logo a, .header-right .inner {
	display: table-cell;
}
.site-header .logo a {
	vertical-align: top;
}
.header-right .inner {
	vertical-align: middle;
}
.site-header .masthead {
	display: flex;
}
.site-header .titelbild-slider {
	display: block;
	width: 100%;
	overflow: hidden;
}
.site-header .titelbild-slider.loaded {
	height: auto;
}
.suche {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	right: 80px;
}
.top-bar.sticky .suche {
	top: 0;
}
.search-active .suche {
	z-index: 2;
}
.search-active .top-bar.sticky .suche {
	right: 88px;
}
.suche form {
	background-color: #27428e;
	display: inline-block;
	padding: 7px 25px 7px 30px;
	position: relative;
	width: 100%;
	max-width: 660px;
	height: 60px;
	font-size: 1em; /* 18px basierend auf 18px*/
	font-size: 0.75em; /* basierend auf 24px*/
}
.top-bar.sticky .suche form {
	height: 68px;
	padding: 10px 30px;
}
.suche input, .suche button {
	background-color: transparent;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input {
	width: 100%;
	height: 43px;
	float: left;
	line-height: 1.5;
	font-weight: 400;
}
.suche ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.suche ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.suche :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.suche :-moz-placeholder {
	color: #fff;
	opacity: 1;
}
::-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: 24px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 20px;
	bottom: 2px;
	color: #fff;
	line-height: 0.8;
}
.search-active .suche button.search-close {
    right: 55px;
}
.suche button i {
	margin-right: 0;
}
.suche button .fa-fw {
	width: 1.5em;
}
.nav-buttons .haeufig-gesucht {
	float: left;
	margin-right: 5px;
	max-width: 260px;
}
.haeufig-gesucht h2,
.haeufig-gesucht strong {
    display: block;
	position: relative;
	min-width: 260px;
	font-size: 1em; /* 18px basierend auf 18px*/
	font-size: 0.75em; /* basierend auf 24px*/
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 21px 15px;
	margin: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.65);
	cursor: pointer;
}
.top-bar.sticky .haeufig-gesucht h2,
.top-bar.sticky .haeufig-gesucht strong {
	/*min-width: 200px;*/
	background-color: transparent;
	padding: 25px 15px;
}
.haeufig-gesucht h2::after,
.haeufig-gesucht strong::after {
	content: '\f107';
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
}
.haeufig-gesucht h2.active,
.haeufig-gesucht strong.active {
	background-color: #fff;
}
.top-bar.sticky .haeufig-gesucht h2.active,
.top-bar.sticky .haeufig-gesucht strong.active {
	color: #27428e;
}
.haeufig-gesucht h2.active::after,
.haeufig-gesucht strong.active::after {
	content: '\f106';
}
.haeufig-gesucht .unstyled-list {
	display: none;
	margin-bottom: 0;
	background-color: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.top-bar.sticky .haeufig-gesucht .unstyled-list {
	margin-left: -50px;
}
.haeufig-gesucht .unstyled-list li {
	margin-bottom: 0;
}
.haeufig-gesucht .unstyled-list li a {
	position: relative;
	display: block;
	font-size: 0.75em;
	font-weight: 400;
	padding: 13px 15px;
	color: #000;
	border-bottom: 1px solid #bbd10d;
}
.haeufig-gesucht .unstyled-list li:last-child a {
	border-bottom: none;
}
.haeufig-gesucht .unstyled-list li a::after {
	content: '\f101';
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
	color: #bbd10d;
}
.haeufig-gesucht .unstyled-list li a.csslink_extern::after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.haeufig-gesucht .unstyled-list li a:hover,
.haeufig-gesucht .unstyled-list li a:focus {
	color: #bbd10d;
	text-decoration: none;
}
.site-content {
	padding-top: 30px;
	padding-bottom: 15px;
}
.folgeseite .site-content.wrapper {
	width: 1140px;
}
.main-row, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-quickmenu {
	background-color: #bbd10d;
}
.site-quickmenu .flex-row {
	margin: 0 -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-quickmenu .flex-row .flex-col-2 {
	margin: 0 15px;
}
.social-media {
	padding: 15px 0;
}
.social-media .unstyled-list {
	margin-bottom: 0;
}
.social-media .unstyled-list li {
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 0;
}
.social-media .unstyled-list li:last-of-type {
	margin-right: 0;
}
.social-media .unstyled-list li a.modal-btn, .social-media .unstyled-list li a.druck {
	display: block;
	width: 53px;
	height: 53px;
	text-align: center;
	color: #27428e;
	background-color: #fff;
	padding: 5px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-media .unstyled-list li a.modal-btn:hover,
.social-media .unstyled-list li a.modal-btn:focus,
.social-media .unstyled-list li a.druck:hover,
.social-media .unstyled-list li a.druck:focus {
	color: #fff;
	background-color: #27428e;
}
.social-media .unstyled-list li a.modal-btn i, .social-media .unstyled-list li a.druck i {
	font-size: 30px;
	margin-right: 0;
}
.site-footer {
	position: relative;
	padding: 30px 0;
}
.site-footer::after {
	content: '';
	position: absolute;
	bottom: -30px;
	right: -50px;
	width: 290px;
	height: 294px;
	background-image: url(assets/img/asterisk_weiss.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.12;
}
.site-footer a {
	font-weight: 400;
	/*text-decoration: underline;*/
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a {
	font-weight: normal;
}
.site-footer a.csslink_intern::before,
.site-footer a.csslink_extern::before {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	color: #bbd10d;
	margin-right: 10px;
}
.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
    font-weight: 700;
}
.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 {
	font-size: 1.333em; /* 24px basierend auf 18px */
	font-size: 1em; /* basierend auf 24px */
	font-weight: 700;
	color: #bbd10d;
}
.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: 0;
}
.site-footer .result-list .list-title {
	font-size: 1em; /* 18px basierend auf 18px*/
	color: #fff;
}
.site-footer .adressen + .adressen {
	margin-top: 30px;
}
.site-footer > .wrapper > .row > .column-3:first-of-type::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 1px;
	height: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.25);
}
.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 .elem {
	margin: 0;
	position: relative;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding-top: 20%;
}
.folgeseite .titelbild .elem {
	min-height: 430px;
}
.startseite .titelbild.with-slogan .elem {
	min-height: 440px;
}
body.startseite .titelbild .elem {
	padding-top: 25%;
}
.titelbild .slogan {
	padding: 30px 15px 50px 15px;
	color: #fff;
	font-size: 2.222em; /* 40px baseriend auf 18px */
	font-size: 1.667em; /* basierend auf 24px */
	width: 100%;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	justify-content: flex-end;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.titelbild .slogan p {
	color: #fff;
	font-size: 0.7em;
	margin-bottom: 0;
}
.titelbild .slogan .title {
	font-size: 1.111em;
	font-weight: 900;
	padding: 0;
}
.titelbild .slogan .title > span {
	display: inline-block;
	background-color: #27428e;
	padding: 15px 30px;
}
.titelbild .slogan .title > span::before {
	content: '';
	display: inline-block;
	/*vertical-align: top;*/
	width: 30px;
	height: 30px;
	background-image: url(assets/img/asterisk_gruen.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.titelbild .slogan .title + p {
	display: none;
}
.titelbild .mc2_ac {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 5px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	background-color: rgba(0,0,0,.18);
	max-width: 66.666%;
}
.titelbild-slider i[class*=fa-] {
	margin: 0;
}
.titelbild-controls-container {
	position: relative;
	z-index: 65;
}
.titelbild-controls-container .titelbild-pauseplay {
	/*display: none;*/
	position: absolute;
	z-index: 65;
	bottom: 72px;
	right: 0;
	background-color: #27428e;
	padding: 5px;
}
.titelbild-controls-container .titelbild-pauseplay a {
    display: block;
    line-height: 16px;
    color: #fff;
}
.titelbild-controls-container .titelbild-pauseplay i.fas {
    font-size: 16px;
    margin-right: 0;
}
.titelbild-controls-container .titelbild-control-nav,
.flex-control-nav {
	list-style: none;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.titelbild-controls-container .titelbild-control-nav li,
.flex-control-nav li {
	display: inline-block;
	margin-right: 30px;
}
.titelbild-controls-container .titelbild-control-nav li:last-child,
.flex-control-nav li:last-child {
	margin-right: 0;
}

.titelbild-controls-container .titelbild-control-nav li a i,
.flex-control-nav li a i {
	font-size: 11px;
}

.titelbild-controls-container .titelbild-control-nav li a, .titelbild-slider .titelbild-pauseplay a,
.flex-control-nav li a, .flex-control-nav .flex-pauseplay a {
	color: #dcdada;
}
.titelbild-controls-container .titelbild-control-nav .titelbild-active,
.flex-control-nav .flex-active {
	color: #27428e;
}

/*.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #27428e;
    background: rgba(39, 66, 142, 0.3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #27428e;
    background: rgba(39, 66, 142, 0.6);
}
.flex-control-paging li a.flex-active {
    background: #27428e;
    background: rgba(39, 66, 142, 1);
    cursor: default;
}
*/
.titelbild-controls-container .titelbild-direction-nav,
.flex-direction-nav {
	*height: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.titelbild-controls-container .titelbild-direction-nav a {
	text-decoration: none;
	display: block;
	width: 58px;
	height: 58px;
	margin: -29px 0 0;
	position: absolute;
	top: -50vh;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-align: center;
}
/*
.titelbild-controls-container .titelbild-direction-nav a::before {
	width: 58px;
	font-family: "Font Awesome 5 Pro";
	font-size: 58px;
	font-weight: 100;
	display: inline-block;
	content: '\f053';
	color: #fff;
	line-height: 1;
}
*/
.titelbild-controls-container .titelbild-direction-nav a > i,
.flex-direction-nav a > i {
	width: 58px;
	font-size: 58px;
	font-weight: 100;
	display: inline-block;
	line-height: 1;
	margin-right: 0;
}
.start.neues .neues-slider2 .flex-direction-nav a::before,
.start.veranstaltungstipps .flex-direction-nav a::before{
	color: #27428e;
}
/*
.titelbild-controls-container .titelbild-direction-nav a.titelbild-next::before {
	content: '\f054';
}
*/
.titelbild-controls-container .titelbild-direction-nav .titelbild-prev {
	left: 30px;
}
.titelbild-controls-container .titelbild-direction-nav .titelbild-next {
	right: 30px;
}
.titelbild-controls-container .titelbild-direction-nav .titelbild-disabled,
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 58px;
	height: 58px;
	margin: -29px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #27428e;
}
.flex-direction-nav .flex-prev {
	left: -88px;
}
.flex-direction-nav .flex-next {
	right: -88px;
	text-align: right;
}

.pfeil-down {
	position: absolute;
	top: 70vh;
	left: 50%;
    transform: translate(-50%, 0);
	z-index: 64;
	cursor: pointer;
	font-size: 70px;
	color: #fff;
	color: rgba(255,255,255,0.83);
	margin-right: 0;
	-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
	animation: avia_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes avia_fade_move_down {
	0% {
		-webkit-transform: translate(0,-20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}
}
@keyframes avia_fade_move_down {
	0% {
		transform:translate(0,-20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform:translate(0,20px);
		opacity: 0;
	}
}
.bottom-controls {
	padding-top: 30px;
	width: 100%;
	display: inline-block;
}
.bottom-controls a {
	font-size: 1.111em; /* 20px basierend auf 18px */
	font-size: 0.833em; /* basierend auf 24px */
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.bottom-controls a.pull-right, .bottom-controls a.druck {
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bottom-controls a.seitenanfang {
    display:block;
}
.bottom-controls a:first-child {
	margin-left: 30px;
}
.bottom-controls .druck {
    float: right;
    margin-left: 20px;
    text-align: center;
    padding: 5 px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.bottom-controls .druck i.fa-print {
    font-weight: 500;
    font-size: 18px;
    height: 30px;
    width: 30px;
    border: 2px solid #27428e;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-controls a i {
	font-size: 30px;
	color: #27428e;
	margin: 0 0 0 10px;
	vertical-align: middle;
	line-height: 1;
}
.seitenanfang {
    position: fixed;
    bottom: 65px;
    right: 0;
    z-index: 410;
    background-color: #fff;
    padding: 5px 30px 5px 15px;
    margin: 0 !important;
}
.main-content-area > p:last-child, .main-content-area > ul:last-child {
	margin-bottom: 0;
}
.randspalte {
	margin-top: 30px;
}
.randspalte .widget {
	background-color: #56aebd;
    background-color: rgba(86,174,189,0.2);
	padding: 30px 60px;
	margin-bottom: 30px;
}
.randspalte .widget:last-child {
	margin-bottom: 0;
}
.randspalte .widget.adressen {
	position: relative;
	padding: 0;
}
.adressen .randspalte .widget.adressen {
    padding: 15px;
}
.adressen .randspalte .widget.adressen .result-list > li {
	padding-bottom: 15px;
	border-bottom: 1px solid #27428e;
	border-bottom: 1px solid rgba(39,66,142,0.2);
	margin-bottom: 15px;
}
.adressen .randspalte .widget.adressen .result-list > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.adressen .randspalte .widget.adressen .result-list .list-title {
	font-size: 1em;
}
.randspalte .widget.adressen .result-list .column-md-1:last-child {
	padding: 30px 47.5px;
}
.randspalte .widget.adressen .result-list .nopic {
    padding: 30px 67.5px 0 67.5px;
}
.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 .widget.links_extern a::before {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	color: #27428e;
	margin-right: 10px;
}
.randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	font-size: 1.444em; /* 26px basierend auf 18px */
	font-size: 1.083em; /* basierend auf 24px */
	font-weight: 700;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #27428e;
}
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 {
	margin-left: 10px;
}
a + small {
	font-size: 1em; /* 18px basierend auf 18px */
	font-size: 0.75em; /* basierend auf 24px*/
	color: #27428e;
}
.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 {
	color: #000;
}
.liste-text a.btn {
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel {
	margin: 5px 0;
	font-size: 1.333em; /* 24px basierend auf 18px */
	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, .themenboxen .elem small, .themenboxen .elem .mc2_ac, .image-gallery .mc2_ac, .image-single .mc2_ac {
	display: inline-block;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	background-color: rgba(0,0,0,.18);
	padding: 2px 5px;
}
.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 {
	max-width: calc(100% - 60px);
}
.themenboxen .elem small, .themenboxen .elem .mc2_ac {
	right: 0;
}
.themenboxen .elem {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #000;
}
.themenboxen img {
	width: 100%;
}
.themenboxen .elem .caption {
	padding: 25px;
}
.themenboxen .elem .content {
	background-color: #d5e5ea;
	background-color: rgba(213,229,234,0.2);
	transition: background-color 0.25s, box-shadow 0.25s;
}
.themenboxen .elem .content:hover,
.themenboxen .elem .content:focus {
	background-color: #e0e0e0;
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.themenboxen .elem .image {
	position: relative;
}
.themenboxen .elem .image + .caption {
	padding: 15px;
}
.themenboxen .elem .icon {
	padding-top: 15px;
	text-align: center;
}
.themenboxen .elem .icon + .caption {
	padding: 5px 15px 15px;
	text-align: center;
}
.themenboxen .elem .icon i {
	/*font-size: 2.8em;*/
	font-size: 2.083em;
	margin-right: 0;
	text-align: center;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6 {
	margin: 0;
}
/* Neue Flexbox Themenboxen */
.cards {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
	overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.wicon .cards {
	background-color: #56aebd;
	background-color: rgba(86,174,189,0.2);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cards > a {
	min-height: 100%;
	color: #000;
	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;
}
.wicon .cards > a {
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
}
.cards > a:hover,
.cards > a:focus {
	text-decoration: none;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.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 {
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	background-color: rgba(0,0,0,.18);
	padding: 2px 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
}
.cards .icon {
	padding: 10px;
	text-align: center;
}
.wicon .cards .icon {
	padding: 15px 25px;
}
.cards .icon i {
	font-size: 62px;
	line-height: 1.33;
	margin-right: 0;
	text-align: center;
}
.cards > a .icon {
	color: #000;
}
.wicon .cards > a .icon {
    min-width: 130px;
	color: #fff;
	background-color: #27428e;
}
.cards .caption {
	padding: 25px;
}
.cards .image + .caption {
	padding: 30px;
}
.cards .icon + .caption {
	padding: 0 15px 15px;
	margin-top: -5px;
	text-align: center;
}
.wicon .cards .icon + .caption {
	padding: 5px 15px;
	margin-top: 0;
	text-align: left;
}
.cards .caption .title {
	font-size: 1.333em;
	font-weight: 700;
	color: #27428e;
	margin: 0;
}
.cards .caption .title::after {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-weight: 400;
	color: #bbd10d;
	margin-left: 10px;
}
.wicon .cards .caption .title::after {
	color: #27428e;
}
.cards .caption p {
	margin-bottom:0;
}
.liste-bild img, .image-single img, .image-gallery img {
	width: 100%;
	display: block;
}
.image-single img, .image-gallery img {
	transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img,
.image-gallery a:focus img, .image-single a:focus img {
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-gallery {
	margin-top: 30px;
	margin-bottom: 20px;
}
.image-gallery .mc2_ac {
	right: 0;
	max-width: calc(100% - 30px);
}
.image-gallery .row {
	margin-left: -5px;
	margin-right: -5px;
}
.image-gallery .elem {
	margin-bottom: 10px;
}
.image-gallery .column-1, .image-gallery .column-2, .image-gallery .column-3, .image-gallery .column-2x3, .image-gallery .column-4, .image-gallery .column-2x4, .image-gallery .column-3x4, .image-gallery .column-5, .image-gallery .column-2x5, .image-gallery .column-3x5, .image-gallery .column-4x5, .image-gallery .column-6, .image-gallery .column-2x6, .image-gallery .column-3x6, .image-gallery .column-4x6, .image-gallery .column-5x6, 
.image-gallery .column-sm-1, .image-gallery .column-sm-2, .image-gallery .column-sm-3, .image-gallery .column-sm-2x3, .image-gallery .column-sm-4, .image-gallery .column-sm-2x4, .image-gallery .column-sm-3x4, .image-gallery .column-sm-5, .image-gallery .column-sm-2x5, .image-gallery .column-sm-3x5, .image-gallery .column-sm-4x5, .image-gallery .column-sm-6, .image-gallery .column-sm-2x6, .image-gallery .column-sm-3x6, .image-gallery .column-sm-4x6, .image-gallery .column-sm-5x6 {
	padding-left: 5px;
	padding-right: 5px;
}
.toggler-title {
	background-color: #d5e5ea;
	background-color: rgba(213,229,234,0.2);
	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; /* 18px basierend auf 18px */
	font-size: 0.75em; /* basierend auf 24px*/
	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;
}
.inputs .toggler-link {
    padding: 5px 35px 5px 0;
	position: relative;
	display: block;
    padding: 20px 10px;
    font-weight: 700;
	border-top: 1px solid #bbd10d;
    background-color: #bbd10d;
	clear: both;
	cursor: pointer;
}
.toggler-link::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em; /* basierend auf 18px */
	font-size: 0.75em; /* basierend auf 24px*/
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom: 22px;
}
.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;
}
.inputs label#dauerveranstaltungen {
    font-weight:700;
    margin-left: 20px;
}
.veranstaltungssuche .inputs .toggler-container{
    padding:0;
}
.veranstaltungssuche .inputs .toggler-container .column-1 {
    background: rgba(187, 209, 13,0.1);
}
.veranstaltungssuche .inputs .toggler-container .column-1 input[type="checkbox"] {
    margin: 0 20px 10px 6px;
}
.veranstaltungssuche .inputs .toggler-container .column-1 select{
    width: 25%;
}
.inputs input[type="checkbox"], .ikiss-form-fieldset input[type="checkbox"], .ikiss-form-element input[type="checkbox"] {
    transform: scale(2);
    margin: 0 0 10px 6px;
}
span.ikiss-field-checkbox label {
    margin-left: 20px;
}
/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
/* Breite */
body.pagewidth-wide .wrapper {
	width: 1480px;
}
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.startseite .slogan {
	font-size: 2.222em; /* 40px basierend auf 18px */
	font-size: 1.667em; /* basierend auf 24px */
	max-width: 1640px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 15px 75px 15px;
}
body.jumbotronwidth-full.startseite .jumbotron.wrapper {
	position: relative;
}
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 .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; /* 18px basierend auf 18px */
	font-size: 0.75em; /* basierend auf 24px*/
}
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;
	text-decoration: none;
}
/* :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;
}
.mm-navbar .ikiss-autocomplete-result-head {
    line-height:1;
    font-size: 18px;
}
.ikiss-flexslider {
    position: relative;
}
.ikiss-flexslider-viewport {
    margin-bottom: 1em;
}
.ikiss-flexslider .slides.unstyled-list,
.ikiss-flexslider .slides.unstyled-list > li {
    margin: 0;
}
.ikiss-flexslider .slides .flex-row,
.ikiss-flexslider .slides [class*="flex-col-"] {
    margin-bottom: 0;
}
.ikiss-flexslider-active-slide.tab-focus {
    outline-offset: -2px;
}
.ikiss-flexslider-active-slide > a {
    display: block;
    outline-offset: -2px;
}
.ikiss-flexslider-active-slide.tab-focus .list-img [class^="img-"],
.ikiss-flexslider-active-slide > a.tab-focus .list-img [class^="img-"]{
    position: static;
}
.ikiss-flexslider button > [class*="fa-"] {
    margin: 0;
    color: #27428e;
}
.frontend .ikiss-flexslider button {
    background-color: transparent;
    cursor: pointer;
}
.ikiss-flexslider-control-nav {
    display: inline-flex;
    list-style: none;
    vertical-align: middle;
    padding: 0 30px;
    padding: 0 var(--padding-lg, 30px);    
    margin: 0;
}
.ikiss-flexslider-control-nav button {
    padding: 0.25em 0.5em;
}
.ikiss-flexslider-viewport + .ikiss-flexslider-control-nav {
    padding-left: 0;
}
.ikiss-flexslider-pauseplay + .ikiss-flexslider-direction-nav,
.ikiss-flexslider-control-nav:empty + .ikiss-flexslider-direction-nav {
    padding-left: 30px;
    padding-left: var(--padding-lg, 30px);
}
.ikiss-flexslider-viewport + .ikiss-flexslider-control-nav:empty + .ikiss-flexslider-direction-nav {
    padding-left: 0;
}
.ikiss-flexslider-control-nav:empty {
    display: none;
}
.ikiss-flexslider-direction-nav {
    display: inline-flex;
    list-style: none;
    padding: 0;   
    margin: 0;
}
.ikiss-flexslider-control-nav li,
.ikiss-flexslider-direction-nav li,
.ikiss-flexslider-pauseplay {
    display: inline-flex;
    vertical-align: middle;
}
.ikiss-flexslider-pauseplay {
    position:absolute;
    bottom:0;
    right:0;
}
.frontend .ikiss-flexslider-prev,
.frontend .ikiss-flexslider-next {
    padding: 0.25em 0.5em;
}
.ikiss-flexslider-direction-nav .disabled {
  display: none;
}
.ikiss-flexslider-pauseplay [class*="fa-"]{
    background-color: #fff;
    border-radius: 50%;
}
.galleryslider .ikiss-flexslider-direction-nav {
  list-style: none;
  width: 100%;
  margin: 0;
  height: unset;
  position: absolute;
  top: 40%;
}
.galleryslider .ikiss-flexslider-nav-prev {
    position: absolute;
    left: 0;
    background-color: #F7FAFB;
}
.galleryslider .ikiss-flexslider-nav-next {
    position: absolute;
    right: 0;
    background-color: #F7FAFB;
}
.ikiss-slider .unstyled-list,
.folgeseite .main-row .ikiss-slider .unstyled-list {
    padding:0;
}
.wrap-img {
    position:relative;
}
.ikiss-slider .img-copyright {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11.5px;
    max-width: 66.666%;
    max-width: calc(100% - 30px);
    color: #fff;
    color: rgba(255,255,255,0.8);
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    padding: 2px 5px;
}
.ikiss-slider  .img-caption {
  color: #666;
  font-size: 0.875em;
  font-style: italic;
  padding-top: 0.25em;
  text-align: left;
}
@media screen and (max-width: 1419px) {
	html {
		font-size: 22px !important;
	}
	.mm-menu_offcanvas {
		max-width: 490px;
	}
	.mm-menu {
		--mm-listitem-size: 58px;
		--mm-line-height: 20px;
		--mm-navbar-size: 58px;
	}
	.mm-panel {
		font-size: 1em; /* 22px basierend auf 22px */
	}
	.mm-navbar_sticky > * {
		min-height: 58px;
	}
	.mm-listitem__text::before {
		width: 16px;
		height: 16px;
	}
	.mm-btn_prev::before {
		top: calc(50% - 1px);
	}
    .side-search {
        margin-top: 28px;
    }
    .side-search #qs_top_nav {
        height: 44px;
    }
    .side-search .submit {
        top: 10px;
    }    
    .mm-listview.nlv_2 li,
    .mm-listview.nlv_3 li,
    .mm-listview.nlv_4 li,
    .mm-listview.nlv_5 li,
    .mm-listview.nlv_6 li,
    .mm-listview.nlv_7 li{
        font-size: 16px;
    }
    .breadcrumb.sticky {
        top: 67px;
    }
    .breadcrumb.sticky ol {
        padding: 5px 0;
    }
	a.close-btn,
	a.close-btn:hover,
	a.close-btn:focus,
	a.close-btn:active,
	a.close-btn:link,
	a.close-btn:visited {
		margin: 28px 15px 0 auto;
		width: 44px;
		height: 44px;
		text-decoration: none;
	}
	a.close-btn > i.far {
		font-size: 26px;
		line-height: 44px;
	}
	.nav-links .cards,
	.nav-links .wicon .cards {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.nav-links .cards > a,
	.nav-links .wicon .cards > a {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav-links .cards > a .icon,
	.nav-links .wicon .cards > a .icon {
		width: 54px;
		min-width: 0;
		height: 54px;
	}
	.nav-links .cards > a .icon i,
	.nav-links .wicon .cards > a .icon i {
		font-size: 24px;
		line-height: 34px;
	}
	.nav-buttons {
		top: 44px;
	}
	.nav-buttons .btn {
		width: 44px;
	}
	.nav-buttons .btn a {
		width: 44px;
		height: 44px;
	}
	.nav-buttons .btn a > i.far {
		font-size: 26px;
		line-height: 44px;
	}
	.nav-buttons .haeufig-gesucht {
	    max-width: 245px;
	}
	.sticky .nav-buttons .haeufig-gesucht {
	    max-width: 245px;
	}
	.haeufig-gesucht h2,
	.haeufig-gesucht strong {
		padding: 13px 15px;
		min-width: 245px;
	}
	.suche {
		top: 44px;
		right: 64px;
	}
	.suche form {
		height: 44px;
		padding: 7px 10px;
	}
	.suche input {
		height: auto;
	}
	.search-active .top-bar.sticky .suche input {
		height: 43px;
	}
	.suche button {
		right: 4px;
	}
	body.startseite .titelbild .slogan, 
	.titelbild .slogan {
		font-size: 1em !important;
	}
	.titelbild .slogan .title > span {
		padding: 10px 15px;
	}
	.titelbild .slogan .title > span::before {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
	body.jumbotronwidth-full.startseite .slogan {
		padding: 30px 15px 50px 15px;
	}
	.titelbild-controls-container .titelbild-direction-nav {
		display: none;
	}
	.neues-slider2 .flex-direction-nav a {
	    top: 25%;
	}
	.veranstaltungs-slider .flex-direction-nav a {
	    top: 40%;
	}
	.neues-slider2 .flex-direction-nav .flex-prev,
	.veranstaltungs-slider .flex-direction-nav .flex-prev {
	    left: -15px;
    }
    .neues-slider2 .flex-direction-nav .flex-next,
    .veranstaltungs-slider .flex-direction-nav .flex-next {
	    right: -15px;
    }
    .flex-direction-nav .flex-prev {
	    left: -50px;
    }
    .flex-direction-nav .flex-next {
    	right: -50px;
    }
	.pfeil {
		display: none;
	}
	.startseite .site-content {
		padding-top: 0;
	}
	.folgeseite .site-content.wrapper {
		max-width: 90%;
	}
	h1, .page-title {
		font-size: 1.909em; /* 42px basierend auf 22px */
	}
	h2 {
		font-size: 1.364em; /* 30px basierend auf 22px */
	}
	h3 {
		font-size: 1.182em; /* 26px basierend auf 22px */
	}
	h4 {
		font-size: 1.182em; /* 26px basierend auf 22px */
	}
	h5 {
		font-size: 1.091em; /* 24px basierend auf 22px */
	}
	h6 {
		font-size: 1em; /* 22px basierend auf 22px */
	}

	.cards .icon i {
		font-size: 44px;
	}
	.wicon .cards .icon {
		padding: 15px 20px;
	}
	.wicon .cards .icon + .caption {
		padding: 5px 15px;
	}

	.randspalte .widget.adressen .result-list .column-md-1:last-child {
		padding: 30px 67.5px;
	}
	.cards .image + .caption {
		padding: 15px;
	}
	.quickmenu ul a {
        font-size: 0.818em;
	}
}
@media screen and (max-width: 841px) {
    .logo.headerheight.column-sm-2x3, .top-bar.sticky .logo.column-sm-2x3 {
        width:40%;
    }
    .header-right.column-sm-3, .top-bar.sticky .header-right.column-sm-3 {
        width: 60%;
    }    
}

@media screen and (max-width: 767px) {
    .flex-direction-nav .flex-prev {
        left:10px;
    }
    .flex-direction-nav .flex-next {
        right:10px;
    }
	html {
		font-size: 18px !important;
	}
	html.frontend body.search-active {
		overflow: hidden;
	}
	.mm-menu_offcanvas {
		width: 100%;
		max-width: 100%;
	}
	.bottom-controls a.pull-right, .bottom-controls a.druck {
	    margin: 0 10px;
	}
	.bottom-controls a.druck {
	    padding-left: 0;
	    float: left;
	}
	.site-footer .quickmenu ul a {
		margin-right: 5px;
		margin-left: 0;
	}
	.site-header .logo img {
		float: none;
		margin: 0;
		max-height: 72px;
	}
	.site-header .logo span.headerheight {
		width: 100%;
		display: block;
		height: auto;
		margin-top: 10px;
	}
	.headerheight, .headerheight.header-right {
		height: auto;
	}
	.titelbild-controls-container {
		display: none;
	}
	.header-right .inner {
		display: block;
	}
	.top-bar.sticky {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		background-color: transparent;
		padding: 0;
	}
	.top-bar.fadeout {
		opacity: 1;
	}
	.nav-buttons,
	.top-bar.sticky .nav-buttons {
		position: fixed;
		top: 28px;
		right: 15px;
	}
	.top-bar.sticky .nav-buttons .btn {
		width: 44px;
	}
	.top-bar.sticky .nav-buttons .btn a {
		width: 44px;
		height: 44px;
	}
	.top-bar.sticky .nav-buttons .search-btn.btn a {
		color: #fff;
		background-color: #27428e;
	}
	.top-bar.sticky .nav-buttons .search-btn.btn a::before,
	.breadcrumb.sticky {
		display: none;
	}
	.top-bar.sticky .nav-buttons .btn a > i.far {
		line-height: 44px;
	}
	.search-active .top.wrapper {
		bottom: 0;
		z-index: 66;
		background-color: #fff;
	}
	.search-active .jumbotron.wrapper,
	.search-active .site-header .logo,
	.search-active .nav-buttons {
		display: none;
	}
	.search-active .suche {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.suche form {
		max-width: none;
		width: 100%;
		height: auto;
		padding: 10px 15px;
	}
	.search-active .suche input {
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.search-active .suche button {
		right: 15px;
		bottom: 15px;
	}
    .search-active .suche button.search-close {
        right: 45px;
    }
    .side-search {
        padding-left: 15px;
        margin-top: 28px;
    }
    .side-search #qs_top_nav {
        height: 44px;
    }
    .side-search .submit {
        top: 10px;
    }
	.haeufig-gesucht {
		height: 65vh;
		overflow-y: auto;
	}
	.haeufig-gesucht h2,
	.haeufig-gesucht strong {
		margin: 15px 0 0 0;
		cursor: auto;
	}
	.haeufig-gesucht h2::after,
	.haeufig-gesucht h2.active::after,
	.haeufig-gesucht strong::after,
	.haeufig-gesucht strong.active::after {
		content: '';
	}
	.haeufig-gesucht .unstyled-list {
		display: block !important;
		margin-left: 0;
	}
	.haeufig-gesucht .unstyled-list li:last-child a {
		border-bottom: 1px solid #bbd10d;
	}
	.top-bar {
		padding: 0;
	}
	body.full-width.startseite .slogan {
		font-size: 2em; /* 36px basierend auf 18px */
	}
	.startseite .site-content {
		padding-top: 15px;
	}
	.folgeseite .site-content.wrapper {
		max-width: 100%;
	}
	h1, .page-title {
		font-size: 1.889em; /* 34px basierend auf 18px*/
	}
	h2 {
		font-size: 1.333em;
	}
	h3 {
		font-size: 1.222em;
	}
	h4 {
		font-size: 1.111em;
	}
	h5 {
		font-size: 1em; /* 18px basierend auf 18px */
	}
	h6 {
		font-size: 1em; /* 18px basierend auf 18px */
	}
	.randspalte {
		margin-top: 30px;
	}
	body.pagewidth-full .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.randspalte .widget {
		padding: 20px;
	}
	.wicon .cards .icon {
		padding: 15px 22px;
	}
	.site-footer::after {
		display: none;
	}
	.quickmenu ul a {
        font-size: 1em;
	}

	.randspalte .widget.adressen .result-list .column-md-1:last-child {
		padding: 15px 27.5px;
	}
	.bottom-controls a:last-of-type {
		float: left;
	}
	.seitenanfang {
	    bottom:0;
	}
	.neues-slider2 .flex-direction-nav,
	.veranstaltungs-slider .flex-direction-nav {
		display: none;
	}
}
@media screen and (max-width: 376px) {
    .social-media .unstyled-list li {
        margin-bottom:0.5em;
    }
}