
html.frontend {
	background-color: #eaeaea;
	overflow-x: hidden;
}
html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
}
ul {
    list-style:disc;
}
.page-title {
	font-size: 2em;
	margin: 0 0 0.75em;
}
h1 {
    font-size:2em;
}
h2 {
    font-size:1.75em;
}
h3 {
    font-size:1.5em;
}
.startseite h1.page-title {
	position: absolute;
	left: -5000px;
	top: auto;
	overflow: hidden;
}
.fullpage h1.page-title {
	width: 1197px;
	max-width: 100%;
	padding: 0 15px;
	margin: auto auto 0.75em auto;
}
.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;
}
.folgeseite .site-main a[class*="csslink_"] {
	text-decoration: underline;
}
.folgeseite .site-main a[class*="csslink_"]:hover,
.folgeseite .site-main a[class*="csslink_"]:focus {
	text-decoration: none;
}
.folgeseite .randspalte a[class*="csslink_"] {
	font-weight: 700;
}
.folgeseite .site-main a.csslink_intern::before,
.folgeseite .site-main a.csslink_extern::before {
	content: '\f061';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 400;
	margin-right: 3px;
	text-decoration: none;
}
.folgeseite .site-main a.csslink_intern:hover::before, .folgeseite .site-main a.csslink_intern:focus::before,
.folgeseite .site-main a.csslink_extern:hover::before, .folgeseite .site-main a.csslink_extern:focus::before {
	color: #ffe100;
}
.folgeseite .site-main a.csslink_intern::before {
	content: '\f101';
}
.folgeseite .site-main a.csslink_extern::before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.folgeseite .site-main i[class*="fa-file"] {
	color: #e90707;
}
a.btn.eventbtn {
	background-color: transparent;
	color: #000;
}
a.btn.eventbtn:hover,
a.btn.eventbtn:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.top-bar {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 66;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.top-bar > .flex-row,
.top-bar > .flex-row > [class*="flex-col-"] {
	margin-bottom: 0;
}
.top-bar > .flex-row {
	-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: center;
	-webkit-box-align: center;
	align-items: center;
}
.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;
}
.frontend .btn-menu-close {
	display: none;
}
.frontend .btn-language,
.frontend .btn-search,
.frontend .btn-menu,
.frontend .btn-menu-close {
	-ms-flex-preferred-size: 132px;
	flex-basis: 132px;
	flex-shrink: 0;
	width: 132px;
	height: 132px;
	font-size: 0.850em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.frontend .sticky .btn-language,
.frontend .sticky .btn-search,
.frontend .sticky .btn-menu,
.frontend .sticky .btn-menu-close {
	-ms-flex-preferred-size: 82px;
	flex-basis: 82px;
	width: 82px;
	height: 82px;
	font-size: 0.6em;
}
.frontend .btn-language i,
.frontend .btn-search i,
.frontend .btn-menu i,
.frontend .btn-menu-close i {
	display: block;
	font-size: 51px;
	margin-right: 0;
}
.frontend .btn-language i {
	font-size: 35px;
}
.frontend .btn-language.active i,
.frontend .btn-language.tab-focus i {
	opacity: 0.5;
}
.frontend .btn-language i::before {
	margin-right: 6px;
}
.frontend .btn-language i::after {
	content: '\f0dd';
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.frontend .btn-language.active i::after {
	content: '\f0de';
}
.frontend .sticky .btn-language i,
.frontend .sticky .btn-search i,
.frontend .sticky .btn-menu i,
.frontend .sticky .btn-menu-close i {
	font-size: 26px;
}
.frontend .btn-search {
	color: #000;
	background-color: transparent;
}
.frontend .btn-search.active {
	color: rgba(0, 0, 0, 0.5);
}
.frontend .btn-menu,
.frontend .btn-menu-close {
	position: relative;
	color: #fff;
	background-color: #000;
}
.frontend .btn-menu i,
.frontend .btn-menu-close i {
	line-height: 1;
	color: #ffe100;
}
.frontend .btn-menu.active i::before {
	content: '\f00d';
}
.frontend .btn-language {
	position: relative;
	border-left: 1px solid #000;
}
.main-navigation {
	display: none;
	position: fixed;
	top: 132px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 66;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: auto;
}
.sticky + .main-navigation {
	top: 82px;
}
.main-navigation.active {
	display: block;
}
.main-navigation .wrapper {
	padding: 110px 15px 30px 15px;
}
.select-language {
	display: none;
	position: absolute;
	top: 132px;
	right: 132px;
	width: 198px;
	font-size: 0.8em;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
}
.select-language.active {
	display: block;
}
.sticky .select-language {
	top: 82px;
	right: 82px;
	width: 175px;
}
.select-language a {
	position: relative;
	display: block;
}
.language-flag.active > a {
	opacity: 0.5;
}
.select-language a:hover,
.select-language a:focus {
	text-decoration: underline;
}
.select-language a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}
.select-language a.de::before {
	background-image: url(assets/img/de.png);
}
.select-language a.gb::before {
	background-image: url(assets/img/gb.png);
}
.select-language a.cz::before {
	background-image: url(assets/img/cz.png);
}
.site-header .spacer {
	height: 168px;
	background-color: #ffe100;
	margin: 0;
}
.breadcrumb {
	width: 100%;
	font-size: 0.8em;
	background-color: #eef0f2;
	padding: 15px 0;
}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
	content: '\f101';
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875em;
	font-weight: 400;
	margin: 0 8px 0 5px;
}
.breadcrumb li.npt_last {
	font-weight: 700;
}
.headerheight {
	height: 85px;
	line-height: 1;
}
.logo.headerheight img {
	max-height: 85px;
	float:left;
	margin-right: 20px;
}
.logo a {
	display: block;
	color: #000;
	padding-left: 40px;
}
.logo a img {
	display: block;
	max-height: 94px;
}
.sticky .logo a img {
	max-height: 64px;
}
.logo span {
	display: block;
	font-size: 1.050em;
	line-height: 0.905em;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.logo span span {
	display: block;
	text-transform: uppercase;
}
.logo span span:last-child {
	font-size: 1.429em;
	font-weight: 700;
}
.site-header .masthead {
	display: flex;
}
.site-header .titelbild-slider {
	display: block;
	width: 100%;
}
.site-header .titelbild-slider.loaded {
	height: auto;
}
.suche {
	width: 100%;
	padding-right: 110px;
}
.suche form {
	background-color: #fff;
	border-bottom: 1px solid #000;
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 1em;
	float: right;
}
.suche input, .suche button {
	background-color: transparent;
	color: #000;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input {
    float: left;
	width: 100%;
	font-weight: 700;
	line-height: 1.333;
	padding: 15px 0;
}

.suchmaske_volltextsuche_bereiche {margin-top: 1em}

.suchmaske_volltextsuche_bereiche ul li {
    display: inline-block;
    margin-bottom: 0;
}

::-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: 17px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #000;
	line-height: 0.8;
}
.suche button span {
	font-weight: 700;
	text-transform: uppercase;
}
.suche button i {
	vertical-align: middle;
	font-size: 27px;
	margin-right: 0;
}
.suche button .fa-fw {
	width: 1.75em;
}
.site-main {
	padding-top: 30px;
	/*padding-bottom: 30px;*/
}
.startseite .site-main {
	padding-top: 0;
	padding-bottom: 0;
}
.site-main, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-footer {
	position: relative;
	font-size: 0.9em;
	background-color: #000;
	padding: 30px 0;
	overflow: hidden;
}
.site-footer::after {
	content: '';
	position: absolute;
	bottom: -40px;
	right: -56px;
	width: 250px;
	height: 330px;
	background-image: url(assets/img/bg_footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}
.site-footer *,
.site-footer a {
	color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #ffe100;
}
.site-footer .btn-footer {
	font-weight: 700;
}
.site-footer .btn-footer::before {
	content: '\f101';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 300;
	vertical-align: baseline;
	color: #ffe100;
	margin-right: 5px;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a {
	font-weight: normal;
}
.site-footer table, .unstyled-table, .unstyled-table table {
	background-color: transparent;
}
.site-footer table {
	margin-bottom: 0.75em;
}
.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.111em;
	text-transform: uppercase;
}
.site-footer address h2:first-child,
.site-footer address h3:first-child {
	font-size: 1em;
	text-transform: none;
}
.quickmenu {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 30px;
	margin-bottom: 50px;
	line-height: 1.333;
}
.quickmenu ul a {
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 20px;
}
.quickmenu ul li:first-child a {
	margin-left: 0;
}
.site-footer [class*="flex-col-"] .flex-row .cards {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: auto;
	background-color: transparent;
	margin-bottom: 0;
}
.site-footer [class*="flex-col-"] .flex-row .cards > a {
	color: #fff;
	border-bottom: none;
}
.site-footer [class*="flex-col-"] .flex-row .cards > a:hover,
.site-footer [class*="flex-col-"] .flex-row .cards > a:focus {
	color: #ffe100;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.site-footer [class*="flex-col-"] .flex-row .cards > a .icon {
	color: #fff;
	text-align: left;
	padding: 0;
}
.site-footer [class*="flex-col-"] .flex-row .cards > a:hover .icon,
.site-footer [class*="flex-col-"] .flex-row .cards > a:focus .icon {
	color: #ffe100;
}
.site-footer [class*="flex-col-"] .flex-row .cards .icon i {
	font-size: 28px;
}
.site-footer [class*="flex-col-"] .flex-row .cards > a:hover .icon i,
.site-footer [class*="flex-col-"] .flex-row .cards > a:focus .icon i {
	color: #ffe100;
}

.slicknav_menu {
	font-size: 22px;
	background-color: transparent;
	padding: 0;
}
.slicknav_nav > li {
	float: left;
	width: 33.333%;
	border-bottom: none;
}
.slicknav_nav > li > a {
    width: 100% !important;
    max-width: calc(100% - 100px) !important;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 10px 0;
	margin: 0;
}
.slicknav_nav > li > .slicknav_parent-link.slicknav_row,
.slicknav_nav > li > a {
	padding: 15px 0;
	margin: 0 50px;
	border-bottom: 4px solid #ffe100;
}
.slicknav_nav > li > .slicknav_parent-link > a,
 .slicknav_nav > li > a {
    display: inline-block;
    max-width: calc(100% - 85px);
	font-size: 1.591em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.slicknav_nav  li  a:hover,
.slicknav_nav  li  a:focus {
	color: #ffe100;
}
.slicknav_nav > li > .slicknav_parent-link > a > .slicknav_arrow i {
	font-size: 28px;
	color: #ffe100;
	padding-left: 50px;
	margin-top: 7px;
}
.slicknav_nav > li > .slicknav_parent-link > a:hover > .slicknav_arrow i,
.slicknav_nav > li > .slicknav_parent-link > a:focus > .slicknav_arrow i {
	color: #fff;
}
.slicknav_nav ul {
	font-size: 1em;
	padding: 0;
}
.slicknav_nav ul.nlv_2 {
	padding: 0 50px;
}
.slicknav_nav .nlv_2 > li {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.slicknav_nav .nlv_3 > li {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.slicknav_nav .nlv_3 > li > .slicknav_parent-link,
.slicknav_nav .nlv_3 > li > a {
	font-size: 0.9em;
	padding: 10px 0;
	margin: 0 0 0 15px;
}
.slicknav_nav .nlv_4 > li {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.slicknav_nav .nlv_4 > li > .slicknav_parent-link,
.slicknav_nav .nlv_4 > li > a {
	font-size: 0.8em;
	padding: 10px 0;
	margin: 0 0 0 30px;
}
.slicknav_nav .nlv_5 > li,
.slicknav_nav .nlv_6 > li,
.slicknav_nav .nlv_7 > li,
.slicknav_nav .nlv_8 > li,
.slicknav_nav .nlv_9 > li {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.slicknav_nav .nlv_5 > li > .slicknav_parent-link,
.slicknav_nav .nlv_6 > li > .slicknav_parent-link,
.slicknav_nav .nlv_7 > li > .slicknav_parent-link,
.slicknav_nav .nlv_8 > li > .slicknav_parent-link,
.slicknav_nav .nlv_9 > li > .slicknav_parent-link,
.slicknav_nav .nlv_5 > li > a,
.slicknav_nav .nlv_6 > li > a,
.slicknav_nav .nlv_7 > li > a,
.slicknav_nav .nlv_8 > li > a,
.slicknav_nav .nlv_9 > li > a {
	font-size: 0.7em;
	padding: 5px 0;
	margin: 0 0 0 30px;
}
.slicknav_nav .nlv_5 > li > .slicknav_parent-link,
.slicknav_nav .nlv_5 > li > a {
	margin: 0 0 0 45px;
}
.slicknav_item {
	float: right;
}
.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%;
}
.folgeseite .titelbild .bg-img {
	min-height: 330px;
}
.titelbild.with-slogan .bg-img {
	min-height: 330px;
}
body.startseite .titelbild .bg-img {
	padding-top: 25%;
}
body.startseite .titelbild .bg-img {
	height: 100vh;
}
.titelbild a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.titelbild .slogan {
	padding: 40px;
	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: flex-end;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	height: 100%;
	overflow: hidden;
}
.titelbild .slogan p {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 0;
}
.titelbild .slogan .title {
	font-size: 3em;
	font-weight: 700;	
	background-color: #000;
	padding: 5px 40px;
	margin-top: 132px;
}
.titelbild .slogan .subtitle {
	font-size: 1.9em;
	color: #000;
	background-color: #ffe100;
	padding: 13px 20px 13px 40px;
	margin-top: 6px;
}
.titelbild .slogan .subtitle i {
	display: inline-block;
	vertical-align: baseline;
	font-size: 30px;
}
.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;
	right: 0;
	padding: 12px;
}
.titelbild-pauseplay a {
    display: block;
}
.titelbild-pauseplay a i[class*=fa-] {
    font-size: 1.7rem;
    line-height: 1;
    color: #fff;
    text-shadow: none;
}
.titelbild-pauseplay a i.fad {
    --fa-primary-color: #000;
    --fa-secondary-color: #ffe100;
    --fa-secondary-opacity: 1.0;
}
.titelbild-pauseplay a i.fad::before {
    text-shadow: none;
}
.titelbild-slider .titelbild-bullet-nav {
	position: absolute;
	z-index: 65;
	bottom: 20px;
	left: 50px;
	right: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0; /* wegen umlaufendem tab-focus */
	text-align: center;
}
.titelbild-bullet-nav li {
	display: inline-block;
}
.titelbild-bullet-nav li a {
	display: block;
	width: 98px;
	height: 6px;
	background-color: #000;
    margin: 5px;
}
.titelbild-bullet-nav li.titelbild-active a {
	background-color: #ffe100;
}
.titelbild-bullet-nav li a i[class*=fa-] {
    font-size: 1rem;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}
.titelbild-bullet-nav li.titelbild-active a i[class*=fa-] {
	color: #ffe100;
    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: none;
}
.titelbild-direction-nav li a i.fad {
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: #ffe100;
    --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 );
}
.titelbild-slider .wrap-img > .img-copyright {
	font-size: 0.6rem;
}
.bottom-controls {
	width: 100%;
	display: block;
	font-size: 0.75em;
	padding-bottom: 15px;
}
.folgeseite .bottom-controls {
	padding-top: 60px;
}
.bottom-controls .pull-right a {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin: 0 0 0 30px;
}
.bottom-controls .pull-right a i.far {
	display: block;
	width: 32px;
	height: 32px;
	font-size: 17px;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto auto 5px auto;
}
.bottom-controls .pull-right a:hover i.far,
.bottom-controls .pull-right a:focus i.far {
	background-color: #ffe100;
}
.shariff {
	display: inline-block;
	margin-right: 15px;
}
.shariff .orientation-horizontal li {
	width: 30px;
	margin-right: 2px;
	margin-bottom: 0;
}
.randspalte {
    width: calc(100% - 30px);
	background-color: #f2f2f2;
	padding-top: 80px;
	/*padding-bottom: 60px;*/
	margin: 0 15px;
}
.randspalte .flex-row {
	margin: 0 -30px;
}
.randspalte .widget {
	margin: 0 30px 50px 30px;
}
.randspalte .widget [class*="flex-col-"] {
	margin: 0 30px;
}
.widget[class*="flex-col-"]{
    flex-grow: 1;
}
.randspalte .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 60px);
	flex-basis: calc(50% - 60px);
	width: calc(50% - 60px);
}
.randspalte .widget.adressen .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 60px);
	flex-basis: calc(50% - 60px);
	width: calc(50% - 60px);
}
.randspalte .flex-col-md-3 {
	-ms-flex-preferred-size: calc(33.333% - 60px);
	flex-basis: calc(33.333% - 60px);
	width: calc(33.333% - 60px);
}
.randspalte .flex-col-md-2x3 {
	-ms-flex-preferred-size: calc(66.666% - 60px);
	flex-basis: calc(66.666% - 60px);
	width: calc(66.666% - 60px);
}

.randspalte .widget.adressen {
	position: relative;
	background-color: #fff;
	margin: 0 0 50px 0;
}
.randspalte .widget.adressen .flex-col-md-3 {
	-ms-flex-preferred-size: calc(33.333% - 60px);
	flex-basis: calc(33.333% - 60px);
	width: calc(33.333% - 60px);
}
.randspalte .widget.adressen .flex-col-md-2x3 {
	-ms-flex-preferred-size: calc(66.666% - 60px);
	flex-basis: calc(66.666% - 60px);
	width: calc(66.666% - 60px);
}
.randspalte .widget.adressen .flex-col-md-3 {
	-ms-flex-preferred-size: calc(40% - 60px);
	flex-basis: calc(40% - 60px);
	width: calc(40% - 60px);
}
.randspalte .widget.adressen .flex-col-md-2x3 {
	-ms-flex-preferred-size: calc(60% - 60px);
	flex-basis: calc(60% - 60px);
	width: calc(60% - 60px);
}
.randspalte .widget.adressen .flex-row {
	/*margin: 0 15px;*/
}
.randspalte .widget.adressen .result-list .with-img {
	position: relative;
}
.randspalte .widget.adressen .result-list .with-img::before {
	content: '';
	position: absolute;
	top: 0;
	right: -6px;
	width: 6px;
	height: 100%;
	background-color: #ffe100;
}
.randspalte .widget.adressen .result-list .with-img .list-img > a {
	display: block;
}
.randspalte .widget.adressen .result-list > li {
	border-bottom: 50px solid #f2f2f2;
	padding-bottom: 0;
	margin-bottom: 0;
}
.randspalte .widget.adressen .result-list > li:last-child {
	border-bottom: none;
}
.randspalte .widget.adressen .result-list .list-title {
	text-decoration: underline;
}
.randspalte .widget.adressen .result-list .list-title i {
	margin-right: 5px;
	vertical-align: baseline;
}
.randspalte .widget.adressen .overlay .overlay-content .no-img address.list-text{
	border-left: 190px solid #ffe100;
	padding: 60px 0 60px 80px;
}
.randspalte .widget.adressen .overlay .overlay-content address.list-text {
    font-size: 0.9em;
}
.randspalte .widget.adressen .overlay .overlay-content address.list-text h3 {
    font-size: 1.944em;
}
.randspalte .widget.adressen .overlay .overlay-content address.list-text h4 {
    font-size: 1em;
}
.randspalte .widget.adressen .overlay .overlay-content address.list-text a[href^="mailto:"],
.randspalte .widget.adressen .overlay .overlay-content address.list-text a[href^="http://"],
.randspalte .widget.adressen .overlay .overlay-content address.list-text a[href^="https://"] {
    text-decoration: underline;
}
.randspalte .widget.adressen .list-text .flex-col-2:last-child {
	position: relative;
}
.randspalte .widget.adressen .list-text .flex-col-2:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #000;
}
/*.randspalte .widget:last-child {
	margin-bottom: 0;
}*/
.randspalte .widget .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder {
	padding: 0;
	background-color: transparent;
}
.randspalte .widget.bilder .image-gallery {
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget > :last-child {
	margin-bottom: 0;
}
.randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	font-size: 1.75em;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px 0;
	border-top: 30px solid #f2f2f2;
}
.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: #000;
	background-color: transparent;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	border-top: 0px;
}
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;
}
.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: #000;
}
.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: #000
}
/*  Themenboxen */
.cards {
	background-color: #000;
}
.tb-img > .cards {
	background-color: #fff;
}
.cards.bg-schwarz {
	background-color: #000;
}
.cards.bg-gelb {
	background-color: #ffe100;
}
.cards.bg-grau {
	background-color: #f2f2f2;
}
.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: #fff;
	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;
}
.tb-img > .cards > a {
	color: #000;
	border-bottom: 5px solid #ffe100;
}
.cards.bg-schwarz > a, .cards.bg-gelb > a, .cards.bg-grau > a {
	border-bottom: none;
}
.cards.bg-schwarz > a {
	color: #fff;
}
.cards.bg-gelb > a,
.cards.bg-grau > a {
	color: #000;
}
.cards > a:hover,
.cards > a:focus {
	/*background: #fff;*/
	-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);
}
.cards.bg-schwarz > a:hover, .cards.bg-gelb > a:hover, .cards.bg-grau > a:hover,
.cards.bg-schwarz > a:focus, .cards.bg-gelb > a:focus, .cards.bg-grau > a:focus {
	background: transparent;
}
.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%;*/
	padding-top: 40%;
}
.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;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #000;
}
.cards .icon {
	padding: 10px;
	text-align: center;
}
.cards .icon i {
	font-size: 57px;
	margin-right: 0;
	text-align: center;
}
.cards > a .icon {
	color: #ffe100;
}
.cards .caption {
	padding: 10px 25px;
}
.cards.tb-img .caption,
.cards.tb-icon .caption {
	padding: 25px;
}
.cards .image + .caption {
	padding: 15px;
}
.cards .icon + .caption {
	padding: 0 15px 15px;
	margin: auto;
	text-align: center;
	max-width: 100%;
}
.cards .caption .title {
	margin: 0;
	font-size: 1.75em;
	font-weight: 700;
}
.tb-plain .cards .caption .title::after {
	content: '\f101';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 29px;
	vertical-align: baseline;
	color: #ffe100;
	margin-left: 10px;
}
.cards .caption p {
	margin-bottom:0;
}

.liste-bild img {
	width: 100%;
	display: block;
}
.toggler-title {
	background-color: #f0f0f0;
	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: 1640px;
}
body.folgeseite.pagewidth-wide .wrapper {
	width: 1197px;
}
body.folgeseite.pagewidth-wide .site-footer .wrapper {
	width: 1640px;
}
body.menuwidth-full .masthead.wrapper {
	width: 100%;
	padding: 0;
}
body.jumbotronwidth-full .jumbotron.wrapper {
	width: 100%;
	padding: 0;
}
body.pagewidth-full {
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-alt a {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
.btn-alt a:hover,
.btn-alt a:focus {
	border-bottom: 5px solid #ffe100;
}
.btn-alt a::after {
	content: '\f101';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 400;
	vertical-align: baseline;
	color: #ffe100;
	margin-left: 10px;
}
.bg-grau {
	background-color: #eef0f2;
}
/* -------------------------------------------------------
-- Templates ---------------------------------------
------------------------------------------------------- */

.fullpage .einleitung {
	display: block !important;
	width: 1197px;
	max-width: 100%;
	padding: 0 15px;
	margin: auto;
}
.fullpage .bgcolored {
	padding: 12px 0 50px 0;
}

.image-gallery a,
.image-single a {
	position: relative;
}
.image-gallery a::after,
.image-single a::after {
	content: '\f00e';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 75px;
	font-family: "Font Awesome 5 Pro";
	font-size: 34px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	background-color: #ffe100;
	padding: 20px 0 0 15px;
	-webkit-border-top-right-radius: 75px;
	-moz-border-radius-topright: 75px;
	border-top-right-radius: 75px;
	-webkit-box-shadow: 3px -3px 0px 3px rgba(253, 201, 0, 0.44);
	-moz-box-shadow: 3px -3px 0px 3px rgba(253, 201, 0, 0.44);
	box-shadow: 3px -3px 0px 3px rgba(253, 201, 0, 0.44);
}
.image-gallery a:hover::after, .image-gallery a:focus::after,
.image-single a:hover::after, .image-single a:focus::after {
	background-color: #fff;
	-webkit-box-shadow: 3px -3px 0px 3px rgba(255, 255, 255, 0.44);
	-moz-box-shadow: 3px -3px 0px 3px rgba(255, 255, 255, 0.44);
	box-shadow: 3px -3px 0px 3px rgba(255, 255, 255, 0.44);
}
.image-gallery .mc2_ac,
.image-single .mc2_ac{
	background-color: #eef0f2;
	background-color: rgba(255,255,255,0.85);
	color: #000;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.25em 0.375em;
	font-size: 0.75rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}

/* Listen */
.result-list .overlay .overlay-content .list-title::before {
    content: '\f101';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
	font-weight: 400;
    margin-right: 5px;
    vertical-align: baseline;
}
/*Bildergalerie Slider*/
.gallery-slider {
	display: block;
	margin:auto;
    position:relative;
    width: 100%;
    overflow: hidden;
}
.gallery-slider-inner.loaded {
	height: auto;
	width: 96%;
	margin: auto;
}
.gallery-slider ul.slides {
    padding:10px;
    margin-bottom: 0;
    display: flex;
}
.gallery-slider .slides li {
    max-width: 680px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);    
}
.gallery-slider .slides li.clone {
    box-shadow:none;
}
.gallery-slider .wrap-img {
    padding: 45px;
}
.gallery-slider .wrap-img > .img-copyright {
    left: 0;
    right:initial;
}
.gallery-slider .slides li a {
    text-align: center;
}
.gallery-slider .image-gallery.slides {
    margin: 0;
}
.gallery-slider [class*="flex-col-"] {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.gallery-slider .image-gallery.slides [class*="flex-col-"] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
    margin: 0;
}
.gallery-slider i[class*=fa-] {
    font-size: 13px;
	margin: 0;
	font-weight:300;
	color: #000;
}
.gallery-slider .gallery-pauseplay {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: 0;
	padding: 10px;
	margin: auto;
}
.gallery-slider .gallery-control-nav {
	list-style: none;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 10px;
}
.gallery-slider .gallery-control-nav li {
	display: inline-block;
	margin-right: 10px;
}
.gallery-slider .gallery-control-nav li:last-child {
	margin-right: 0;
}
.gallery-slider .gallery-control-nav li a, .gallery-slider .gallery-pauseplay a {
	color: #757474;
}
.gallery-slider .gallery-control-nav .gallery-active {
	color: #000000;
}
.gallery-slider .gallery-control-nav .gallery-active i[class*=fa-]{
	font-weight:900;
}    
.gallery-slider .gallery-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-slider .gallery-direction-nav {
	*height: 0;
}
.gallery-slider .gallery-direction-nav li {
    list-style-position: outside;
    margin-left: 1.25em;
}
.gallery-slider .gallery-direction-nav a {
	text-decoration: none;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -13px 0 0;
    position: absolute;
    top: 33%;
    width: 30px;
    color: transparent;
}
.gallery-slider .gallery-direction-nav a::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	display: inline-block;
	content: '\f053';
	color: #000;
}
.gallery-slider .gallery-direction-nav a.gallery-next::before {
	content: '\f054';
}
.gallery-slider .gallery-direction-nav .gallery-prev {
	left: 0;
}
.gallery-slider .gallery-direction-nav .gallery-next {
	background-position: -30px 0;
    right: 0;
}
.gallery-slider .gallery-direction-nav .gallery-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
@media screen and (max-width: 680px) {
    .gallery-slider-inner.loaded {
        width: 100%;
    }
    .gallery-slider ul.slides {
        padding: 10px 5px;
    }
    .gallery-slider .slides li {
        max-width: 680px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    }    
}
/* -------------------------------------------------------
-- Startseite ---------------------------------------
------------------------------------------------------- */

.start.teaser h2,
.start.teaser h2.accordion-title {
	font-size: 2.35em;
	font-weight: 700;
	line-height: 1.17;
	background-color: transparent;
	border-bottom: 2px solid #000;
	border-left: none;
	padding-bottom: 30px;
	margin: 80px 0 30px 0;
	cursor: auto;
}
.start.teaser h2.accordion-title button {
	padding: 0;
	background: transparent;
}
.start.teaser h2.accordion-title span {
	line-height: 1;
}
.start.teaser .accordion-container {
	background-color: transparent;
	border-left: none;
	padding: 0;
	margin-bottom: 0;
}
.start.teaser h3 {
	font-size: 1.75em;
	margin-top: 0;
}
.start.teaser .flex-row {
	margin: 0 -45px;
}
.start.teaser [class*="flex-col-"] {
	margin: 0 45px 0;
}
.start.teaser .flex-col-3 {
	-ms-flex-preferred-size: calc(28.5% - 90px);
	flex-basis: calc(28.5% - 90px);
	width: calc(28.5% - 90px);
}
.start.teaser .flex-col-3:nth-child(2) {
	-ms-flex-preferred-size: calc(43% - 90px);
	flex-basis: calc(43% - 90px);
	width: calc(43% - 90px);
	background-color: #ffe100;
}
@supports (-ms-ime-align:auto) {
	.start.teaser .flex-col-3:nth-child(2) { /* Edge */
		flex-basis: calc(42.999% - 90px);
		width: calc(42.999% - 90px);
	}
}
.start.teaser .flex-col-3:nth-child(2) h2 {
	font-size: 1.4em;
	border-bottom: none;
	padding: 0 85px;
	margin: 45px 0 15px 0;
}
.start.teaser .flex-col-3:nth-child(2) .unstyled-list {
	padding: 0 85px;
	margin-bottom: 45px;
}
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.45);
	margin-bottom: 0;
}
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li a {
	position: relative;
	display: block;
	font-size: 1.1em;
	font-style: italic;
	padding: 10px 0;
	-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.teaser .flex-col-3:nth-child(2) .unstyled-list li a::before {
	content: '\f061';
	display: inline-block;
	vertical-align: baseline;
	font-family: "Font Awesome 5 Pro";
	font-size: 23px;
	font-weight: 400;
	font-style: normal;
	margin-right: 15px;
}
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li a:hover,
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li a:focus {
	padding: 10px 0 10px 10px;
}
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li a:hover::before,
.start.teaser .flex-col-3:nth-child(2) .unstyled-list li a:focus::before {
	font-weight: 900;
}

.start.aktuelles {}
.start.aktuelles h2:first-of-type {
	font-size: 1.9em;
	text-align: center;
	margin: 1em 0;
}
.start.aktuelles .mitteilungen.flex-row {
	margin-bottom: 0;
}
.start.aktuelles .result-list:not(.first) > li {
	border-bottom: 1px solid #cccbcb;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.start.aktuelles .result-list:not(.first) > li:first-child {
	border-top: 1px solid #cccbcb;
}
.start.aktuelles .result-list.first > li > a {
	position: relative;
}
.start.aktuelles .result-list.first > li > a .list-date {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	background-color: #ffe100;
	padding: 5px 15px;
}
.start.aktuelles .result-list.first > li > a .list-date .day {
	display: block;
	font-size: 2.3em;
	font-weight: 700;
	line-height: 1;
}
.start.aktuelles .result-list.first > li > a .list-date .month {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}
.start.aktuelles .result-list.first > li > a > .list-img::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
	background: -webkit-linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
	background: linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.start.aktuelles .result-list.first > li > a > .list-text {
	position: absolute;
	right: 50px;
	bottom: 25px;
	left: 50px;
	color: #fff;
}
.start.aktuelles .result-list:not(.first) .list-title {
	font-size: 1em;
	font-weight: 400;
}
.start.aktuelles .result-list.first .list-title {
	font-size: 1.6em;
	color: #fff;
}
.start.aktuelles .result-list.first > li > a > .list-text p:first-of-type {
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5em;
}
.start.aktuelles .result-list.first > li > a > .list-text .more {
	font-weight: 700;
	color: #fff;
}
.start.aktuelles .result-list > li > a > .list-text .more i {
	vertical-align: baseline;
}
.start.aktuelles .result-list.first > li > a > .list-text .more:hover {
	color: #ffe100;
}
.start.aktuelles .result-list.first > li > a > .list-text .more i,
.start.aktuelles .result-list > li > a > .list-text .more:hover i {
	color: #ffe100;
}
.start.aktuelles .result-list > li > a > .list-text .kategorien {
	font-size: 0.7em;
	padding-bottom: 15px;
}
.start.aktuelles .result-list > li > a > .list-text .kategorie {
	display: inline-block;
	font-weight: 700;
	background-color: #ffe100;
	padding: 0 5px;
}
.start.aktuelles .result-list > li > a > .list-text small {
	font-size: 0.85em;
}
.start.aktuelles .result-list > li > a > .list-text small > i[class*="fa-"] {
	opacity: 1;
}

.start.rubriken {
	padding-bottom: 30px;
}
.start.rubriken h2:first-of-type {
	font-size: 1.9em;
	text-align: center;
	margin: 1em 0;
}
.start.rubriken .rubriken-inner > .unstyled-list {
	text-align: center;
	margin-bottom: 40px;
}
.start.rubriken .rubriken-inner > .unstyled-list > li {
	display: inline-block;
	margin: 0 5px 15px 5px;
}
.start.rubriken .rubriken-inner > .unstyled-list > li > a {
	display: block;
	background-color: #f2f2f2;
	padding: 12px 35px;
}
.start.rubriken .rubriken-inner > .unstyled-list > li.ui-state-hover > a,
.start.rubriken .rubriken-inner > .unstyled-list > li.ui-state-active > a {
	color: #fff;
	background-color: #000;
}
.start.rubriken .tab-container .flex-row:first-child {
	margin-bottom: 0;
}
.start.rubriken .cards .caption {
	text-align: center;
	padding: 25px;
}
.start.rubriken .cards .caption .title {
	font-size: 1.75em;
	font-weight: 700;
}
.start.rubriken .cards .caption .btn {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	padding: 10px 20px;
	margin-top: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.start.rubriken .cards.bg-schwarz .caption .btn {
	color: #000;
	background-color: #fff;
}

.start.veranstaltungen {
	position: relative;
	padding: 95px 0;
}
.start.veranstaltungen .column-2x5 {
	position: static;
}
.start.veranstaltungen h2:first-of-type {
	font-size: 3.3em;
	margin: 1em 0 0 0;
}
.start.veranstaltungen .column-2x5 h3:first-of-type {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 5px solid #ffe100;
	margin-top: 0;
}
.start.veranstaltungen .column-2x5 .btn-alt {
	position: absolute;
	left: 15px;
	bottom: 12px;
	z-index: 2;
}
.start.veranstaltungen .veranstaltungen-slider {
	position: absolute;
	top: 95px;
	right: 0;
	width: 55%;
}
.veranstaltungen-slider .result-list {
	margin-bottom: 30px;
}
.veranstaltungen-slider .result-list > li {
	max-width: 100%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.veranstaltungen-slider .result-list > li > a {
	height: 100%;
	background-color: #fff;
}
.veranstaltungen-slider .result-list .list-date {
	position: relative;
	background-color: #ffe100;
	padding: 90px 25px 90px 50px;
}
.veranstaltungen-slider .result-list .list-date .kategorien {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 0.7em;
}
.veranstaltungen-slider .result-list .list-date .kategorie {
	display: inline-block;
	font-weight: 700;
	background-color: #fff;
	padding: 0 5px;
}
.veranstaltungen-slider .result-list .list-date .date {
	position: relative;
	padding-left: 130px;
}
.veranstaltungen-slider .result-list .list-date .date::before {
	content: '\f073';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 115px;
	font-weight: 300;
	line-height: 1;
}
.veranstaltungen-slider .result-list .list-date .day {
	display: block;
	font-size: 3.95em;
	font-weight: 700;
	line-height: 1;
}
.veranstaltungen-slider .result-list .list-date .month {
	display: block;
	font-size: 1.8em;
	text-transform: uppercase;
}
.veranstaltungen-slider .result-list .list-text {
	text-align: center;
	padding: 35px;
}
.veranstaltungen-slider .result-list .list-text .uhrzeit {
	font-size: 0.9em;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.veranstaltungen-slider .result-list .list-text .uhrzeit > i[class*=fa-] {
	font-size: 26px;
	vertical-align: middle;
}
.veranstaltungen-slider .result-list .list-title {
	font-size: 1.1em;
}
.veranstaltungen-slider .result-list .list-text > :last-child {
	font-size: 0.95em;
}
.ver-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: 0; /* wegen umlaufendem tab-focus */
}
.ver-direction-nav li {
    display: inline-block;
}
.ver-direction-nav li a {
    display: block;
}
.ver-direction-nav li a.ver-prev {
	margin-right: 20px;
}
.ver-direction-nav li a i[class*=fa-] {
    display: block;
	width: 51px;
	height: 51px;
	font-size: 27px;
	text-align: center;
	line-height: 47px;
	color: #000;
	border: 2px solid #c1bdbd;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto;
}
.ver-direction-nav li a:hover i[class*=fa-],
.ver-direction-nav li a:focus i[class*=fa-] {
	color: #ffe100;
	background-color: #000;
	border: 2px solid #000;
}

/*Bildeinbindung Copyright*/
.wrap-img > .img-copyright {
    left:initial;
    right:0;
    max-width:calc(100% - 85px);
    width:auto;
}

/*Formulare*/
form.ikiss-mailform::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.hportal .randspalte {
    width: 33.333%;
    margin:0;
    background-color: #fff;
    padding-top:0;
    padding-bottom:0;
}
.site-main .hportal aside.randspalte::after,
.site-main .hportal aside.randspalte::before {
    content:none;
}
.hportal .randspalte .widget.kartenmodul {
    margin: 0 0 50px 0;
}
.hportal .randspalte .widget.kartenmodul h3 {
    margin: 8px 0 15px 0;
}
.folgeseite .site-main .hportal .widget.adressen a.csslink_extern::before {
    content:none
}
.adressen.hportal .widget.bilder img {
    height:  auto;
}
.solr-results {
    margin-top:50px;
}
@media screen and (min-width: 1280px) {

	.main-navigation .wrapper,
	body.pagewidth-wide .main-navigation .wrapper {
		width: 100%;
	}
	.slicknav_nav > li:nth-child(4) {
		clear: both;
	}
	.adressen.row .randspalte {
	    padding-bottom: 60px;
	}
	.adressen.row .randspalte::before {
        content: '';
        position: absolute;
        top: 0;
        left: -300%;
        right: -300%;
        height: 100%;
        background-color: #f2f2f2;
    }
	.randspalte .widget.adressen .overlay-content {
		padding-right: 60px;
	}
	.randspalte .widget .flex-row {
		margin: 0 -30px;
	}
	.randspalte .widget .flex-col-2 {
		-ms-flex-preferred-size: calc(50% - 60px);
		flex-basis: calc(50% - 60px);
		width: calc(50% - 60px);
		margin: 0 30px 0;
	}
	/* Templates */
	.cards .image + .caption {
		padding: 15px 50px;
	}
	/* Startseite */
	.start.teaser .accordion-title span {
		line-height: 1;
		margin-right: 0;
	}
	.start.teaser .accordion-title i[class*="fa-"] {
		display: none;
	}
	.start.teaser .accordion-container {
		display: block !important;
	}
	.start.aktuelles .mitteilungen.flex-row {
		margin: 0 -30px;
	}
	.start.aktuelles .mitteilungen.flex-row .flex-col-2 {
		-ms-flex-preferred-size: calc(50% - 60px);
		flex-basis: calc(50% - 60px);
		width: calc(50% - 60px);
		margin: 0 30px;
	}
	.start.veranstaltungen > .wrapper {
		position: relative;
	}
	.start.veranstaltungen .column-2x5 .btn-alt {
		bottom: -45px;
	}
	.ver-direction-nav {
		display: inline-block;
	}

}

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

	.logo a {
		padding-left: 15px;
	}
	.logo a img {
		max-height: 87px;
	}
	.frontend .btn-language,
	.frontend .btn-search,
	.frontend .btn-menu,
	.frontend .btn-menu-close {
		-ms-flex-preferred-size: 114px;
		flex-basis: 114px;
		width: 114px;
		height: 114px;
		font-size: 0.6em;
	}
	.frontend .sticky .btn-language,
	.frontend .sticky .btn-search,
	.frontend .sticky .btn-menu,
	.frontend .sticky .btn-menu-close {
		font-size: 0.6em;
	}
	.frontend .btn-menu i,
	.frontend .btn-menu-close i {
		font-size: 43px;
	}
	.frontend .btn-search i {
		font-size: 36px;
	}
	.frontend .btn-language i {
		font-size: 35px;
	}
	.suche {
		display: none;
		position: absolute;
		top: 114px;
		background-color: #fff;
		padding: 15px;
		-webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
	}
	.suche.active {
		display: block;
	}
	.sticky .suche {
		top: 82px;
	}
	.select-language {
		top: 114px;
		right: 114px;
		width: 171px;
	}
	.main-navigation {
		top: 114px;
	}
	.main-navigation .wrapper {
		padding-top: 30px;
	}
	.slicknav_nav > li {
		float: none;
		width: 100%;
	}
	.titelbild .slogan {
		padding: 15px;
	}
	.titelbild .slogan .title {
	    margin-top: 114px;
    }
	.titelbild-slider .titelbild-direction-nav {
		display: none;
	}
	.site-header .spacer {
		height: 132px;
	}
	.site-footer::after {
		bottom: -30px;
		right: -46px;
		width: 200px;
		height: 264px;
	}

	/* Startseite */
	.start.teaser {
		padding-bottom: 30px;
	}
	.start.teaser .flex-col-3 {
		order: 2;
		-ms-flex-preferred-size: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.start.teaser .flex-col-3:nth-child(2) {
		position: relative;
		order: 1;
		-ms-flex-preferred-size: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
		width: calc(100% - 90px);
	}
	@supports (-ms-ime-align:auto) {
		.start.teaser .flex-col-3:nth-child(2) { /* Edge */
			flex-basis: calc(99.999% - 90px);
			width: calc(99.999% - 90px);
		}
	}
	.start.teaser .flex-col-3:nth-child(2)::before,
	.start.teaser .flex-col-3:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		width: 15px;
		height: 100%;
		background-color: #ffe100;
	}
	.start.teaser .flex-col-3:nth-child(2)::before {
		left: -15px;
	}
	.start.teaser .flex-col-3:nth-child(2)::after {
		right: -15px;
	}
	.start.teaser .flex-col-3:nth-child(2) h2 {
		padding: 0 65px;
	}
	.start.teaser .flex-col-3:nth-child(2) .unstyled-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
		padding: 0 65px;
	}
	.start.teaser .accordion {
		padding: 0 65px;
	}
	.start.teaser h2,
	.start.teaser h2.accordion-title {
		font-size: 1.4em;
		padding: 15px 0;
		margin: 0;
		cursor: pointer;
	}

	.start.aktuelles > .wrapper {
		padding: 0 80px;
	}

	.start.rubriken {
		padding-bottom: 0;
	}
	.start.rubriken .rubriken-inner > .unstyled-list {
		margin-bottom: 15px;
	}

	.start.veranstaltungen {
		padding: 15px 0;
	}
	.start.veranstaltungen h2:first-of-type {
		font-size: 1.9em;
		text-align: center;
		margin: 0 0 1em 0;
	}
	.start.veranstaltungen a.btn.eventbtn {
		padding: 10px;
	}
	.start.veranstaltungen .veranstaltungen-slider {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		padding: 0 15px;
	}
	.ver-direction-nav {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {

	h1,
	.page-title {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.25em;
	}

	.logo a img,
	.sticky .logo a img {
		max-height: 52px;
	}
	.frontend .btn-language, .frontend .sticky .btn-language,
	.frontend .btn-search, .frontend .sticky .btn-search,
	.frontend .btn-menu, .frontend .sticky .btn-menu,
	.frontend .btn-menu-close, .frontend .sticky .btn-menu-close {
		-ms-flex-preferred-size: 66px;
		flex-basis: 66px;
		width: 66px;
		height: 66px;
	}
	.frontend .btn-language i, .frontend .sticky .btn-language i {
		font-size: 25px;
	}
	.frontend .btn-search i, .frontend .sticky .btn-search i {
		font-size: 26px;
	}
	.frontend .btn-menu i, .frontend .sticky .btn-menu i,
	.frontend .btn-menu-close i, .frontend .sticky .btn-menu-close i {
		font-size: 29px;
	}
	.frontend .sticky .btn-language,
	.frontend .sticky .btn-search,
	.frontend .sticky .btn-menu,
	.frontend .sticky .btn-menu-close {
		font-size: 0.6em;
	}
	.main-navigation {
		top: 66px;
	}
    .sticky + .main-navigation {
        top: 70px;
    }
    .slicknav_nav .slicknav_arrow {
        margin: 0 0 0 .1em;
    }    
	.select-language,
	.sticky .select-language {
		top: 70px;
		right: 70px;
		width: 132px;
	}
	.site-footer .quickmenu ul a {
		margin-right: 5px;
		margin-left: 0;
	}
	.site-header .spacer {
		height: 72px;
	}
	.titelbild .slogan {
		padding: 15px 15px 35px 15px;
	}
	.titelbild .slogan .subtitle i {
	    font-size:1em;
	}
    .titelbild .slogan .title {
        font-size: 1.350em;
        padding: 3px 20px;
        margin-top: 0;
    }
    .titelbild .slogan .subtitle {
        font-size: 1.1em;
        padding: 0px 20px 0px 20px;
    }
	.titelbild-slider .titelbild-pauseplay {
        bottom: 15px;
        right: 0;
        left: unset;
		width: 50px;
		text-align: center;
		padding: 0;
		margin: auto;
	}
	.titelbild-bullet-nav li a {
		width: 80px;
		height: 5px;
	}
    .titelbild-slider .titelbild-direction-nav {
		display: none;
	}
	.slicknav_nav > li > .slicknav_parent-link > a,
	.slicknav_nav > li > a {
		font-size: 1.223em;
	}
    .slicknav_nav > li > a {
        max-width: 100% !important;
        margin:0;
    }	
	.slicknav_nav > li > .slicknav_parent-link.slicknav_row {
		padding: 15px 0;
		margin: 0;
	}
	.slicknav_nav ul,
	.slicknav_nav ul.nlv_2 {
		padding: 0;
	}
	.suche,
	.sticky .suche {
		top: 66px;
	}
	.suche button span {
		display: none;
	}
	.randspalte {
		margin-top: 30px;
	}
	.randspalte .widget.flex-col-2 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	body.pagewidth-full .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-footer::after {
		bottom: -15px;
		right: -23px;
		width: 120px;
		height: 158px;
	}

	/* Templates */
	.cards .caption .title {
		font-size: 1.25em;
	}
	.cards .icon i {
		font-size: 47px;
	}
	.randspalte {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.randspalte .widget {
		margin-bottom: 15px;
	}
	.randspalte .flex-col-2 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.randspalte .flex-col-md-3 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.randspalte .flex-col-md-2x3 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	
	.randspalte .widget.adressen .flex-col-2 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.randspalte .widget.adressen .flex-col-md-3 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.randspalte .widget.adressen .flex-col-md-2x3 {
		-ms-flex-preferred-size: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.randspalte .widget.adressen .result-list > li {
		border-bottom: 15px solid #f2f2f2;
	}
	.randspalte .widget.adressen .result-list .with-img::before {
		display: none;
	}
	.randspalte .widget.adressen .overlay .overlay-content address.list-text {
		padding: 15px;
	}
	.randspalte .widget.adressen .overlay .overlay-content .no-img address.list-text {
		border-left: none;
		padding: 15px;
	}
	.randspalte .widget.adressen .list-text .flex-col-2:last-child::before {
		display: none;
	}
	.image-gallery a::after,
	.image-single a::after {
		width: 45px;
		height: 45px;
		font-size: 20px;
		padding: 13px 0 0 8px;
		-webkit-border-top-right-radius: 45px;
		-moz-border-radius-topright: 45px;
		border-top-right-radius: 45px;
		-webkit-box-shadow: 1px -1px 0px 1px rgba(253, 201, 0, 0.44);
		-moz-box-shadow: 1px -1px 0px 1px rgba(253, 201, 0, 0.44);
		box-shadow: 1px -1px 0px 1px rgba(253, 201, 0, 0.44);
	}
	.image-gallery a:hover::after, .image-gallery a:focus::after,
	.image-single a:hover::after, .image-single a:focus::after {
		-webkit-box-shadow: 1px -1px 0px 1px rgba(255, 255, 255, 0.44);
		-moz-box-shadow: 1px -1px 0px 1px rgba(255, 255, 255, 0.44);
		box-shadow: 1px -1px 0px 1px rgba(255, 255, 255, 0.44);
	}
	.hportal .randspalte {
        width: 100%;
	}

	/* Startseite */
	body.startseite .titelbild .bg-img {
	    height: 330px;
    }
	.start.teaser .flex-col-3:nth-child(2) h2 {
		font-size: 1.25em;
		padding: 0;
		margin: 15px 0;
	}
	.start.teaser .flex-col-3:nth-child(2) .unstyled-list {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: normal;
		-moz-column-gap: normal;
		column-gap: normal;
		padding: 0;
		margin-bottom: 15px;
	}
	.start.teaser .accordion {
		padding: 0;
	}
	.start.teaser h2,
	.start.teaser h2.accordion-title {
		font-size: 1em;
	}
	.start.teaser h3 {
		font-size: 1em;
		margin-top: 0;
	}
	.start.aktuelles > .wrapper {
		padding: 0 15px;
	}
	.start.aktuelles .result-list.first > li > a > .list-img::after {
		background: -moz-linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
		background: -webkit-linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
		background: linear-gradient(0deg, rgb(0,0,0,1) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.0) 100%);
	}
	.start.aktuelles .result-list.first > li > a > .list-text {
		right: 15px;
		bottom: 5px;
		left: 15px;
	}
	.start.aktuelles .result-list.first .list-title {
		font-size: 1.25em;
	}
	.start.aktuelles .result-list.first > li > a > .list-text p:first-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	.start.aktuelles .result-list.first > li > a > .list-text p:last-of-type,.start.aktuelles .result-list.first > li > a > .list-text p {
		display: none;
	}

	.start.rubriken .rubriken-inner > .unstyled-list > li > a {
		padding: 12px;
	}

	.start.veranstaltungen {
		padding: 15px 0 90px 0;
	}
	.start.veranstaltungen .column-2x5 .btn-alt {
		bottom: 30px;
	}
	.veranstaltungen-slider .result-list .list-date {
		padding: 5px;
	}
	.veranstaltungen-slider .result-list .list-date .kategorien {
		position: relative;
		top: auto;
		left: auto;
		font-size: 0.7em;
		margin-bottom: 15px;
	}
	.veranstaltungen-slider .result-list .list-date .date {
		padding-left: 73px;
	}
	.veranstaltungen-slider .result-list .list-date .date::before {
		font-size: 58px;
	}
	.veranstaltungen-slider .result-list .list-date .day {
		font-size: 2.45em;
	}
	.veranstaltungen-slider .result-list .list-date .month {
		font-size: 1em;
	}
	.veranstaltungen-slider .result-list .list-text {
		padding: 15px;
	}
	.wrap-img > .img-copyright {
	    max-width:calc(100% - 55px);
	}
}
@media screen and (max-width: 480px) {
    .titelbild .slogan .title {
        font-size: 1em;
    }   
    .titelbild .slogan .subtitle {
        font-size: .85em;
    }
    .titelbild .slogan .subtitle i {
            font-size: .85em;
        }
}