html {
	font-size: 22px;
}
html.frontend, html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
}
.iframe-wrap-ce .iframe-message {
    display: block !important;
}
.iframe-wrap-ce {
    max-width: 100%;
}
.iframe-wrap-ce[data-iframe-autowidth="1"] > .iframe-preview {
    max-width: none;
}
.iframe-message a {
    text-decoration:underline;
}
.iframe-message a:hover,
.iframe-message a:focus {
    text-decoration:none;
}
.page-title {
	font-size: 2em;
	font-weight: 600;
	color: #005da7;
	margin: 0 0 0.75em;
}
.startseite .page-title {
	position: relative;
	font-size: 1.364em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #005da7;
	margin: 0 auto 50px auto;
}
.startseite .page-title::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -10px;
	left: 28px;
	width: 59px;
	height: 34px;
	background-image: url(assets/img/bogen_page-title.png);
	background-repeat: no-repeat;
	margin-left: -29.5px;
}
.site-header {
	position: relative;
}
.top {
	position: absolute;
	top: 0;
	z-index: 66;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.seitenzaehler.event {
	width: 100%;
	display: block;
    margin: 30px 0;
    padding: 0px 0 20px 0;
    color: #000;
	background-color: #fff;
}
.new-event-view {
    text-align: center;
    display: block;
    margin: 20px 0;
}
.veranstaltungen .seitenzaehler_vz {
    padding: 15px 0;
}
.event_zurueck {
    float: left;
    color: #005da7;
}
.event_zurueck:hover, .event_vor:hover {
    color: #005da7;
}
.event_zurueck:before {
    /*content: '\f100';*/
    content: '\f0a8';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    margin-right: 5px;
    color: #005da7;
}
.event_vor {
    float:right;
    color:#005da7;
}
.event_vor:after {
    /*content: '\f101';*/
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    margin-left: 5px;
    color: #005da7;
}
.top.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.fadeout.sticky {
	opacity: 1;
}
.top.sticky {
	position: fixed;
}

.slicknav_menu {
	background-image: url(assets/img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 300px 137px;
	padding: 75px 75px 150px 75px;
}
.slicknav_nav > li:not(:last-of-type) {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.slicknav_nav > li > a,
.slicknav_nav > li > .slicknav_row {
	font-size: 1.400em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 0;
	color: #005da7;
}
.slicknav_nav > li > a > a,
.slicknav_nav > li > .slicknav_item > a {
	display: block;
	color: #005da7;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:focus,
.slicknav_nav a:hover,
.slicknav_nav a:focus {
	color: #005da7;
}
.slicknav_nav .nlv_2 > li > a::before {
    content: '\f105';
    display: inline-block;
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 400;
	margin-right: 15px;
}
.slicknav_nav .nlv_2 > li > a:hover::before, .slicknav_nav .nlv_2 > li > a:focus::before {
    color: #005da7;
}
.quickmenu {
	padding: 15px 0;
	font-size: 0.818em;
	font-weight: 400;
	line-height: 1.333;
}
.quickmenu ul a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-right: 30px;
}
.quickmenu ul li:last-child a {
	margin-right: 0;
}
.quickmenu ul a:hover,
.quickmenu ul a:focus {
	text-decoration: underline;
}
.breadcrumb {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
}
.breadcrumb .bc-inner {
	display: inline-block;
	background-color: #fff;
}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin: 15px 25px 0 25px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
	content: '\f105';
	color: #8d8d8d;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875em;
	font-weight: 400;
	margin: 0 10px;
}
.breadcrumb li:last-child::before {
	color: #005da7;
}
.breadcrumb li a {
	font-weight: 300;
	color: #8d8d8d;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #005da7;
}
.breadcrumb li:last-child a {
	font-weight: 400;
	color: #005da7;
}
.headerheight {
	height: 85px;
	line-height: 1;
}
.logo.headerheight img {
	max-height: 55px;
	margin-left: 30px;
}
.logo a {
	color: #000;
}
.site-header .logo, .header-right {
	display: table;
}
.site-header .logo a, .header-right .inner {
	display: table-cell;
	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 {
	float: right;
	width: 85px;
	max-width: 420px;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.mobile-search {
	display: none;
	position: fixed;
	top: 85px;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 15px 30px;
	-webkit-box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.16);
}
.suche.active {
	width: 65%;
	width: calc(100% - 85px);
	margin-left: 30px;
}
.mobile-search.active {
	display: block;
}
.suche form,
.mobile-search .suche form {
	background-color: #eff6fc;
	display: flex;
	padding: 15px 30px;
	position: relative;
	width: 100%;
	font-size: 0.818em;
	float: right;
}
.suche input, .suche button,
.mobile-search input, .mobile-search button {
	background-color: transparent;
	color: #000;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input,
.mobile-search input {
	width: 100%;
	float: left;
	font-weight: 400;
	line-height: 1.333;
}
.suche input {
    width: calc(100% - 85px);
}
.mobile-search input {
	background-color: #eff6fc;
	padding: 10px 15px;
}
::-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,
.mobile-search button {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 85px;
	color: #005da7;
	background-color: #fff;
	line-height: 0.8;
}
.suche.active button,
.mobile-search button {
	background-color: #eff6fc;
}
.suche button i,
.mobile-search button i {
	margin-right: 0;
}
.suche button .fa-fw,
.mobile-search button .fa-fw {
	width: 1.5em;
}
.zusatzinfos {
	float: right;
	width: 555px;
	margin-top: 23px;
}
.site-content {
	padding-top: 70px;
	padding-bottom: 30px;
}
.startseite .site-content {
	padding-top: 0;
}
.main-row, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-quickmenu {
	background-color: #005da7;
}
.site-quickmenu .flex-row {
	margin: 0 -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-quickmenu .flex-row .flex-col-md-1 {
	margin: 0 15px;
}
.social-media {
	text-align: right;
	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 {
	display: block;
	text-align: center;
	color: #fff;
}
.social-media .unstyled-list li a i {
	font-size: 26px;
	color: #fff;
	margin-right: 0;
}
.site-footer {
	min-height: 380px;
	font-size: 0.818em;
	font-weight: 400;
	background-image: url(assets/img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 30px 0;
}
.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 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: 1em;
	font-weight: 700;
	color: #005da7;
}
.site-footer .result-list .list-title {
	font-size: 1em;
	font-weight: 600;
}
.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%;
	min-height: 490px;
}
.titelbild.with-slogan .elem {
	min-height: 200px;
}
body.startseite .titelbild .elem {
	min-height: 100vh;
	padding-top: 25%;
}
.titelbild .slogan {
	padding: 30px 60px;
	color: #fff;
	font-size: 2.5em;
	text-shadow: 0 0 10px #000;
	width: 100%;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex!important;
	justify-content: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.titelbild .slogan p {
	color: #fff;
	font-size: 0.75em;
	margin-bottom: 0;
}
.titelbild .slogan .title {
	font-size: 1.5em;
	font-weight: 700;
	text-shadow: 0 0 30px #000;
}
.titelbild .mc2_ac {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
}
.titelbild-slider i[class*=fa-] {
	margin: 0;
}
.titelbild-slider .titelbild-pauseplay {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.titelbild-slider .titelbild-control-nav {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: calc(1.25em + 15px);
	list-style: none;
	margin: 0;
	padding: 15px;
}
.titelbild-slider .titelbild-control-nav li {
	display: inline-block;
	margin-right: 10px;
}
.titelbild-slider .titelbild-control-nav li:last-child {
	margin-right: 0;
}
.titelbild-slider .titelbild-control-nav li a, .titelbild-slider .titelbild-pauseplay a {
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.titelbild-slider .titelbild-control-nav li a {
	opacity: 0.5;
}
.titelbild-slider .titelbild-control-nav .titelbild-active {
	opacity: 1;
}
.titelbild-slider .titelbild-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.titelbild-slider .titelbild-direction-nav {
	*height: 0;
}
.titelbild-slider .titelbild-direction-nav a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 40px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 65;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,0.25);
	-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;
}
.titelbild-slider .titelbild-direction-nav a::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	display: inline-block;
	content: '\f053';
	color: #fff;
}
.titelbild-slider .titelbild-direction-nav a.titelbild-next::before {
	content: '\f054';
}
.titelbild-slider .titelbild-direction-nav .titelbild-prev {
	left: 150px;
}
.titelbild-slider .titelbild-direction-nav .titelbild-next {
	right: 150px;
	/*text-align: right;*/
}
.titelbild-slider:hover .titelbild-direction-nav .titelbild-prev {
	left: 150px;
}
.titelbild-slider:hover .titelbild-direction-nav .titelbild-next {
	right: 150px;
}
.titelbild-slider .titelbild-direction-nav .titelbild-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.jumbotron .claim {
	position: absolute;
	top: 160px;
	right: 85px;
	z-index: 64;
	display: block;
	height: auto;
	max-width: 400px;
}
.bottom-controls {
	padding-top: 30px;
}
.bottom-controls a {
	font-size: 0.818em;
	font-weight: 400;
	text-transform: uppercase;
	color: #005da7;
}
.bottom-controls a:first-child {
	margin-left: 30px;
}
.bottom-controls a i {
	font-size: 18px;
	color: #005da7;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.main-content-area > p:last-child, .main-content-area > ul:last-child {
	margin-bottom: 0;
}
.rs-right-address .widget .result-list {
    padding:0 15px 15px;
}
.rs-right-address .widget h3 {
    padding-right:30px;
    padding-left:30px;
}
.randspalte {
	margin-top: 30px;
}
.randspalte .widget {
	background-color: #fff;
	padding: 50px 100px 50px 100px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.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.adressen {
	position: relative;
	padding: 0;
	margin-bottom: 90px;
}
.dienstleistungen .randspalte .widget.adressen {
	padding: 50px 100px 50px 100px;
}
.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.545em;
	font-weight: 400;
	padding: 15px;
	margin: 15px -15px 15px -15px;
	border-top: 30px solid #fff;
	border-bottom: 1px solid #999;
}
.randspalte h1.primary-bg-color, .randspalte h2.primary-bg-color, .randspalte h3.primary-bg-color, .randspalte h4.primary-bg-color:first-child, .randspalte h5.primary-bg-color:first-child, .randspalte h6.primary-bg-color:first-child {
	border-bottom: 0;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	margin-top: -15px;
	border-top: 0px;
}
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, .image-gallery .mc2_ac, .image-single .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% - 30px);
	color: #000
}
.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 */
.cards {
	background-color: #fff;
}
.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;
	-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;
	-webkit-box-shadow: 0 0 10px 0 #000;
	-moz-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.cards > a:hover,
.cards > a:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #000;
	-moz-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.cards img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	display: block;
}
.cards .image {
	position: relative;
	overflow: hidden;
}
.cards .image .bg-img {
	background: center center/cover no-repeat;
	padding-top: 66.666%;
}
.cards .image small, .cards .image .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #000;
}
.cards .icon {
	padding: 50px 10px 10px 10px;
	text-align: center;
}
.cards .icon i {
	font-size: 54px;
	margin-right: 0;
	text-align: center;
}
.cards > a .icon {
	color: #005da7;
}
.cards .caption {
	padding: 25px;
}
.cards .image + .caption {
	padding: 40px 50px;
}
.cards .icon + .caption {
	padding: 0 15px 50px;
	margin: auto;
	text-align: center;
	max-width: 100%;
}
.cards .caption .title {
	margin: 0;
	/*font-size: 1.545em;*/
	font-size: 1.08em;
	font-weight: 400;
	line-height: 1;
}
.cards .image + .caption .title {
	margin: 0 0 10px 0;
}
.cards a:hover .caption .title,
.cards a:focus .caption .title {
	color: #005da7;
}
.cards .caption p {
	line-height: 1.909em;
	margin-bottom:0;
}
.cards .caption p.more {
	font-weight: 300;
	text-decoration: underline;
	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;
	-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);
}
.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: #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: 1480px;
}
body.menuwidth-full .masthead.wrapper {
	width: 100%;
	padding: 0;
}
body.menuwidth-full .main-navigation .wrapper {
	padding: 0 15px;
}
body.jumbotronwidth-full .jumbotron.wrapper {
	position: relative;
	width: 100%;
	padding: 0;
}
.jumbotron.keintitelbild {
	/*min-height: 205px;*/
	min-height: 125px;
}
body.jumbotronwidth-full .slogan {
	text-align: center;
}
body.jumbotronwidth-full.startseite .slogan {
	font-size: 3em;
}
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;
}
body.dropdown-menu .main-navigation .nlv_3 a,
body.dropdown-menu .main-navigation .nlv_3 span {
	font-size: 1.2em;
}
body.dropdown-menu .main-navigation .nlv_2 {
	left: auto;
}
body.dropdown-menu .main-navigation .nlv_2 ul {
	position:absolute;
	left: 335px;
	top: 0;
	visibility: hidden;
	transition: 0s 0.25s;
}
body.dropdown-menu .main-navigation .nlv_2 li:hover > ul,
body.dropdown-menu .main-navigation .nlv_2 li:focus > ul,
body.dropdown-menu .main-navigation .nlv_2 li.focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}
/* :focus-within muss wegen IE/Edge separiert werden */
body.dropdown-menu .main-navigation .nlv_2 li:focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}
/*Google Translator*/
.google {position: relative;margin-top: 23px;padding-right: 10px;display: inline-block;font-size: 0.727em;border-right: 1px solid #DADADA;}
.google p:last-of-type {margin:0;}
.google-translate-placeholder {white-space:nowrap;}
.google-translate-placeholder .goog-te-gadget-simple {cursor: pointer;white-space: nowrap;}
.google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value {color: #005da7;font-weight: 400;padding: 8px 5px;white-space:nowrap;cursor:pointer;background-color:transparent;}
.google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value::after {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23005da7' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    display: inline-block;
    position: initial;
    margin-left: 5px;
    height: 12px;
    width: 10px;    
}
.goog-te-gadget img {
    display: none;
}
.google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value span[class*="fa-"] {margin-right: 5px;}
.google-translate-message {display:none;position:absolute;right:5px;top: 28px;background: #003F8F;color:#fff;text-align: left;font-size: .85em;width:100%;min-width:310px;max-width:310px;z-index:100;padding:10px;line-height: 1.333;}
.google-translate-message a[class*="csslink_"] {text-decoration:underline !important;margin: 0 !important;color:#fff;}
.google-translate-message a[class*="csslink_"]:hover {text-decoration:none !important;}
.google-translate-message a[class*="csslink_"]::before {
    content: '';
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    position: initial;
    vertical-align: text-bottom;
    margin-right: 2px;
    width: 16px;
    height: 15px;    
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
}
.google .skiptranslate.goog-te-gadget {font-size: 0;color: #000 !important;}
.google .skiptranslate.goog-te-gadget span {display:none;}
.google .skiptranslate.goog-te-gadget .goog-te-combo {margin: 0;}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {font-size: 8px !important;}

/*Header LSP*/
.header-lsp {
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-right: 10px;
    padding: 8px 5px;
    font-size: 0.727em;
}
a.csslink_reader {
    font-weight: 400;
    color:#005da7;
}
a.csslink_reader > [class*="fa-"] {
  line-height: 1.33;
  vertical-align: baseline;
  margin-right: 5px;
}
a.csslink_reader:before {
    content: none;
}

/*500-Jahre-Logo*/
.siegen-500 {
    position:absolute;
    left:50px;
    bottom:60px;
    z-index:64;
    pointer-events:none;
}
.siegen-500 img {
    max-width:450px;
    height:auto;
}
@media screen and (max-width: 1846px){
    .google.open + .header-lsp {
        display:none;
    }
}
@media screen and (max-width: 1770px){
    a.csslink_reader,
    .google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 0;
    }
    a.csslink_reader > [class*="fa-"],
    .google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value span[class*="fa-"]{
        font-size: 20px;
    }
    .zusatzinfos {
        display: flex;
        justify-content: flex-end;
        width: 515px;
    }    
    .header-right .zusatzinfos .column-2:first-of-type {
        width: 36%;
    }
    .header-right .zusatzinfos .column-2:last-of-type {
        width: 64%;
    }
    .google .skiptranslate.goog-te-gadget .goog-te-combo {
        max-width: 150px;
        font-size: 13px;
    }    
}
@media screen and (max-width: 1600px){
    .google .skiptranslate.goog-te-gadget .goog-te-combo {
        max-width: 95px;
        font-size: 8px;
    }    
}
@media screen and (max-width: 1489px){
    .google,
    .header-lsp {
        margin-top: 12px;
    }
    .header-lsp {
        margin-right: 5px;
    }    
    .google {
        padding-right: 5px;
    }    
    .google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value {
        padding: 8px 5px 8px 0;
    }
    a.btn.vsm {
        padding: 10px !important;
    }    
}
@media screen and (max-width: 820px) {
    .siegen-500 {
    	left: 30px;
    	bottom: 40px;
    }
    .siegen-500 img {
        max-width:calc(50% - 50px);
    }
}
@media screen and (max-width: 480px) {
    .siegen-500 {
    	left: 15px;
    	bottom:30px;
    }
    .siegen-500 img {
        max-width:50%;
    }
}
@media screen and (max-width: 767px){
    .google-translate-message {
        right: -20px;
    }
	.logo.headerheight.column-4.column-md-3.column-sm-3 {
        width: 100%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);	  
	}
	.header-right.headerheight.column-3x4.column-md-2x3.column-sm-2x3.text-right {
        width: 100%;
	}
    .menu-button,
    .suche,
    a.btn.vsm,
    .google,
    .header-lsp {
        width:20% !important;
        padding: 0;
        margin:0;
        height: 60px;
        text-align: center;
    }
    .google.open {
        width: 40% !important;
    }
    .google .skiptranslate.goog-te-gadget .goog-te-combo {
        max-width: 140px;
    }
    a.btn.vsm {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .google,
    .header-lsp {
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
    }
   .google-translate-message {
        right: unset;
        left: 5px;
        top: 45px;
    }
    .header-lsp:hover,
    .header-lsp:focus {
        border: 1px solid #005da7 !important;
    }
    .mobile-search {
        top: 60px !important;
    }
    .suche button {
        width: 100% !important;
    }    
    .suche form {
        padding: 10px 10px;
    }
    .mobile-search {
        padding: 15px 15px;
    }
    .logo.headerheight img {
        max-height: 46px;
    }	
}
@media screen and (max-width: 1919px){
    .suche input {
      width: calc(100% - 85px);
    }
    .suche {
      max-width: 400px;
    }    
}
@media screen and (max-width: 1880px){
    .suche {
        max-width: 360px;
    }
    .suche.active {
      margin-left: 0;
    }
    .suche form {
        padding: 15px;
    }

    .zusatzinfos.active .column-2 .btn,
    .zusatzinfos.active h3.aufklapper,
    a.btn.vsm.active {
      font-size: 0.6em;
      padding:10px;
    }
    .zusatzinfos.active {
      width: 420px;
    }
    .zusatzinfos.active .column-2 .btn::after {
        right: 5px;
    }
}
@media screen and (max-width: 1680px){
    .suche {
        max-width: 320px;
    }
}
@media screen and (max-width: 1489px){
	html {
		font-size: 20px;
	}
	.jumbotron.keintitelbild {
	    min-height: 100px;
    }
	body.startseite .titelbild .elem {
		min-height: 600px;
	}
	.titelbild .slogan {
		font-size: 1.75em !important;
		text-align: center;
		padding: 30px;
	}
	.titelbild-slider .titelbild-direction-nav .titelbild-prev,
	.titelbild-slider:hover .titelbild-direction-nav .titelbild-prev {
		left: 60px;
	}
	.titelbild-slider .titelbild-direction-nav .titelbild-next,
	.titelbild-slider:hover .titelbild-direction-nav .titelbild-next {
		right: 60px;
	}
	.jumbotron .claim {
		top: 100px;
		right: 15px;
		max-width: 200px;
	}
	.headerheight {
		height: 60px;
	}
	.logo.headerheight img {
        max-height: 40px;
    }
	.suche {
		width: 60px;
	}
	.suche form {
		padding: 17px 30px;
	}
	.suche button {
        width: 60px;
	}
	.mobile-search {
		top: 68px;
	}
	.mobile-search > form {
		position: relative;
		font-size: 0.818em;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.mobile-search button {
		width: 60px;
	}
	.site-footer {
		min-height: 380px;
		background-size: 460px 210px;
	}
	.social-media {
		text-align: left;
	}
	.cards .image + .caption {
    	padding: 20px 25px;
    }
}

@media screen and (max-width: 767px){
	html {
		font-size: 18px;
	}
	a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input {
		padding: 20px 15px;
	}
	.page-title {
	    font-size: 1.5em;
	}
	h2 {
	    font-size: 1.25em;
	}
	.slicknav_menu {
		padding: 75px 15px 150px 15px;
	}
	.logo.headerheight img {
		margin-left: 15px;
	}
	.mobile-search input {
		padding: 18px 15px;
	}
	.titelbild .elem {
	    min-height: 160px;
	}
	.jumbotron.keintitelbild {
	    min-height: 0px;
    }
    .breadcrumb {
    	position: relative;
    	right: auto;
    	bottom: auto;
    	left: auto;
    }
    .breadcrumb ol {
	    margin: 15px 0 0 0;
    }
	.topthemen {
		position: relative;
		padding: 120px 15px 15px 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.topthemen::-webkit-scrollbar {
		display: none;
	}
	.topthemen::after {
		content: '';
		/*position: fixed;*/
		position: absolute;
		top: 60px;
		right: 0;
		width: 50px;
		height: 200px;
		background-color: #fff;
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
	.topthemen .scrolling-wrapper {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		width: 100%;
		margin-bottom: 0;
		padding-top: 15px;
	}
	.topthemen .scrolling-wrapper .cards {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		margin-right: 30px;
		margin-bottom: 0;
		background-color: transparent;
		width: 60px;
	}
	.topthemen .cards > a, .topthemen .cards > a:hover, .cards > a:focus {
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.topthemen .cards img {
		-webkit-border-radius: 110px;
		-moz-border-radius: 110px;
		border-radius: 110px;
	}
	.topthemen .cards .image + .caption {
		padding: 5px 0;
	}
	.topthemen .cards .caption .title {
		font-size: 0.545em;
		font-weight: 600;
		text-align: center;
	}
	.site-quickmenu .quickmenu ul a {
		padding-bottom: 10px;
	}
	body.startseite .titelbild .slogan, 
	.titelbild .slogan {
		font-size: 1.25em !important;
	}
	.titelbild-slider .titelbild-pauseplay {
		padding: 10px;
	}
	.titelbild-slider .titelbild-control-nav {
		display: none;
	}
	.titelbild-slider .titelbild-direction-nav .titelbild-prev,
	.titelbild-slider:hover .titelbild-direction-nav .titelbild-prev {
		left: 15px;
	}
	.titelbild-slider .titelbild-direction-nav .titelbild-next,
	.titelbild-slider:hover .titelbild-direction-nav .titelbild-next {
		right: 15px;
	}
	.jumbotron .claim {
		top: 15px;
		max-width: 100px;
	}
	.header-right .inner {
		display: block;
	}
	body.startseite .titelbild .elem {
		min-height: 270px;
	}
	body.full-width.startseite .slogan {
		font-size: 2em;
	}
	.randspalte {
		margin-top: 30px;
	}
	body.pagewidth-full .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.startseite .page-title {
		font-size: 1.091em;
		margin: 0 auto 15px auto;
	}
	.quickmenu {
		text-align: center;
	}
	.social-media {
		text-align: center;
	}
	.site-footer {
		min-height: 380px;
		background-size: 290px 133px;
		background-position: bottom right;
		text-align: center;
		margin-bottom: 60px;
	}
}