/*
!!! INFO !!!
Bei Wiederaktivierung von "text-transform: uppercase;"
Im CMS unter Styles bei h2 und h3 "text-transform: uppercase;" hinzufügen (damit es im global css kommt)
im header css "text-transform: uppercase;" aktivieren
im layout css "text-transform: uppercase;" aktivieren
*/
/************************************ Start: Root ************************************/
:root {
	--primary: #5F2F8C;
	--black: #000000;
	--white: #FFFFFF;
	--gray: #515151;
	--transition-long: all 1s ease-in-out;
	--transition: all .3s ease-in-out;
	--font-family-primary: "century-gothic", sans-serif;
	--font-family-secondary: "Nunito", sans-serif;
	--inp-border-radius: 5px;
	--btn-border-radius: 10px;
	--border-radius-default: 15px;
}
/************************************ Ende: Root ************************************/

/************************************ Start: Cursor Old ************************************/
/* Info: https://bengammon.co.uk/custom-css-cursors-and-offset/ */
/** { cursor: url("/pages/img/cursor.svg") 20 20, auto !important; }*/
/************************************ End: Cursor Old ************************************/

/************************************ Start: Cursor ************************************/
* { cursor: none; }
.cursor { pointer-events: none; position: fixed; z-index: 999999; width: 40px; height: 40px; clip-path: url(#cursor-shape); mix-blend-mode: difference; backdrop-filter: grayscale(1) contrast(100); transition: transform .3s; background: var(--white); }
.cursor > svg { display: flex; width: 40px; height: 40px; opacity: 0; }
/************************************ End: Cursor ************************************/

/************************************ Start: Skelleton ************************************/
html { min-height: 100%; line-height: 1px; }
body { height: 100%; font-family: var(--font-family-secondary); font-weight: 300; font-size: 20px; line-height: normal; color: var(--white); background: var(--black); }
@media screen and (max-width: 767px) { body { font-size: 18px; } }
body.navi { overflow: hidden; }
body > table { width: 100%; max-width: 100%; min-height: 100vH; }
body > table > tbody > tr,
body > table > tbody > tr > td { height: 100%; }
main { overflow-x: clip; }
/************************************ Ende: Skelleton ************************************/
/************************************ Start: Sticky Footer  ************************************/
body { display: flex; flex-direction: column; }
#cmsgrid { flex: 1; }
#cmsgrid > div:last-of-type { margin: auto 0 0 0; }
/************************************ End: Sticky Footer  ************************************/
/************************************ Start: Grid Override ************************************/
.cms_container_narrow { width: 100%; max-width: 1030px; margin: 0 auto; }
.cms_container { width: 100%; max-width: 1230px; margin: 0 auto; }
.cms_container_wide { width: 100%; max-width: 1630px; margin: 0 auto; }
.cms_container_ultrawide { width: 100%; max-width: 100%; }
.cms_padding_025 { padding:  5px; }
.cms_padding_05 { padding:  10px; }
.cms_padding_1 { padding:  15px; }
.cms_padding_2 { padding: 30px; }
.flex_container.cms_padding_1 { padding:  15px; }
.flex_box.cms_padding_1 { padding:  15px; }
.flex_container.cms_padding_2 { padding: 30px; }
.flex_box.cms_padding_2 { padding: 30px; }
/************************************ Ende: Grid Override ************************************/
/************************************ Start: Include Fix ************************************/
.block_50000.cms_padding_1 { padding: 0; }
/************************************ Ende: Include Fix ************************************/
/************************************ Start: Section Anchor Fix ************************************/
a.section_anchor { height: 0px; line-height: 0px; font-size: 0px; }
/************************************ Ende: Section Anchor Fix ************************************/
/************************************ Start: Google Maps ************************************/
.art_map_box { position: relative; width: 100%; height: 0; padding: 0 0 66.66666666666667% 0; overflow: hidden; }
.art_map_box > div { position: absolute; inset: 0; }
.art_map_box > div > iframe { width: 100%; height: 100%; border: none !important; }
/************************************ Ende: Google Maps ************************************/
/************************************ Start: YT Video ************************************/
.art_video_box { position: relative; width: 100%; min-height: auto; padding: 0 0 56.25% 0; background: var(--black); overflow: hidden; }
.art_video_box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; min-height: 0; }
/************************************ Ende: YT Video ************************************/
/************************************ Start: Catpadding Klasse ************************************/
.catpadding { padding: 24px 0; }
/************************************ Ende: Catpadding Klasse ************************************/
/************************************ Start: Catpaddingtop Klasse ************************************/
.catpaddingtop { padding: 24px 0 0 0; }
/************************************ Ende: Catpaddingtop Klasse ************************************/
/************************************ Start: Catpaddingbottom Klasse ************************************/
.catpaddingbottom { padding: 0 0 24px 0; }
/************************************ Ende: Catpaddingbottom Klasse ************************************/
/************************************ Start: Artpadding Klasse ************************************/
.artpadding { padding: 24px 0; }
/************************************ Ende: Artpadding Klasse ************************************/
/************************************ Start: Tiny Tables Klasse ************************************/
.cms_tinyTables_box .block_10000 table { display: table; width: 100%; margin: 0 0 30px 0 !important; }
.cms_tinyTables_box .block_10000 table tr { border-bottom: 1px solid var(--white); padding: 15px; display: block; float: left; width: 100%; }
.cms_tinyTables_box .block_10000 table tr:first-of-type { border-bottom: none; }
.cms_tinyTables_box .block_10000 table td { display: block; float: left; width: 50%; }
.cms_tinyTables_box .block_10000 table tr:first-of-type > td { font-weight: 700; }
.cms_tinyTables_box .block_10000 table tr > td:first-of-type { padding: 0 30px 0 0; }
@media screen and (max-width: 959px) {
	.cms_tinyTables_box .block_10000 table tr { display: block; float: left; width: 100%; border: 1px solid var(--white); margin: 0 0 30px 0; padding: 10px; }
	.cms_tinyTables_box .block_10000 table tr:first-of-type { display: none; }
	.cms_tinyTables_box .block_10000 table td { display: block; float: left; width: 100%; padding: 0 0 15px 0 !important; }
	.cms_tinyTables_box .block_10000 table tr > td:last-of-type { padding: 0 !important; }
	.cms_tinyTables_box .block_10000 table td:before { content: attr(data-label); float: left; display: block; width: 100%; font-weight: 700; }
	.cms_tinyTables_box .block_10000 table td.cms_data_label_empty:before { content: none !important; }
	.cms_tinyTables_box .block_10000 table td p { display: block; float: left; width: 100%; }
}
/************************************ Ende: Tiny Tables Klasse ************************************/
/************************************ Start: Fake Headings ************************************/
.h1 { font-size: 40px; /*text-transform: none;*/ }
.h2 { font-size: 36px; /*text-transform: uppercase;*/ }
.h3 { font-size: 26px; /*text-transform: uppercase;*/ }
.h4 { font-size: 20px; /*text-transform: none;*/ }
@media screen and (max-width: 767px) {
	.h1 { font-size: 33px; }
	.h2 { font-size: 26px; }
	.h3 { font-size: 22px; }
	.h4 { font-size: 18px; }
}
/************************************ End: Fake Headings ************************************/
/************************************ Start: CMS IMG Klasse ************************************/
.block_20000 .cms_imgBlock_imgContainer { width: 100%; }
.block_20000 .cms_imgBlock_imgBox { position: relative; width: 100%; border-radius: var(--border-radius-default); overflow: clip; }
.block_20000 .cms_imgBlock_imgBox > .full_article_link { border-radius: var(--border-radius-default); }
.block_20000 .cms_imgBlock_imgBox > picture,
.block_20000 .cms_imgBlock_imgBox > picture > img { display: flex; width: 100%; }
.block_20000 .cms_imgBlock_imgLegend { font-style: italic; font-size: 16px; margin: 15px 0 0 0; }
/************************************ End: CMS IMG Klasse ************************************/
/************************************ Start: Trennlinie ************************************/
.block hr, .block_60000 hr { width: 100%; height: 1px; background: var(--white); border: none; outline: none; }
/************************************ Ende: Trennlinie ************************************/
/************************************ Start: CMS jssor-Slide Object Fit  ************************************/
#cmsShadowSlider .cms_jssor .slide picture { display: flex; align-items: center; justify-content: center; }
#cmsShadowSlider .cms_jssor .slide picture img { max-width: 75vW; max-height: 75vH; object-fit: contain !important; }
/************************************ End: CMS jssor-Slide Object Fit ************************************/
/************************************ Start: Headings ************************************/
h1, h2, h3, h4 { font-family: var(--font-family-primary); font-weight: 400; padding: 0; margin: 0; }
main *+h1, main *+h2, main *+h3, main *+h4 { padding-top: 30px; }
h1:has(+*), h2:has(+*), h3:has(+*), h4:has(+*) { padding: 0 0 15px 0; }
h1 { font-size: 40px; }
h2 { font-size: 36px; /*text-transform: uppercase;*/ }
h3 { font-size: 26px; /*text-transform: uppercase;*/ }
h4 { font-size: 20px; }
@media screen and (max-width: 767px) {
	h1 { font-size: 33px; }
	h2 { font-size: 26px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
}
/************************************ Ende: Headings ************************************/
/************************************ Start: Content Font Settings ************************************/
.art a {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: var(--white);
	text-align: inherit;
	text-decoration: underline;
	text-decoration-color: var(--primary);
	text-underline-offset: 5px;
	transition: var(--transition);
}
.art a:hover { text-decoration-color: var(--white); }
.art a .fa { padding: 0 15px 0 0; }
.lead { font-size: 23px; }
@media screen and (max-width: 767px) { .lead { font-size: 20px; } }
p { font-weight: 300; font-size: 20px; line-height: normal; }
@media screen and (max-width: 767px) { p { font-size: 18px; } }
main p { margin: 0; padding: 0; }
main *+p { padding-top: 15px; }
main ul,
main ol { list-style: none; margin: 0; padding: 0; }
main *+ul,
main *+ol { padding-top: 15px; }
main ol li,
main ul li { position: relative; padding: 0 0 0 27px; }
main ul li:before { content: ""; position: absolute; top: 5px; left: 0; width: 17px; height: 17px; background: center left / contain no-repeat url("/pages/img/listing/listing.svg"); }
@media screen and (max-width: 767px) {
	main ul li { padding: 0 0 0 24px; }
	main ul li:before { top: 5px; width: 14px; height: 14px; }
}
main b, main strong { font-weight: 700; }
/************************************ Ende: Content Font Settings ************************************/
/************************************ Start: Galerie Title und Beschreibung ************************************/
.cms_gallery_header { font-family: var(--font-family-primary); font-weight: 400; font-size: 36px; /*text-transform: uppercase;*/ padding: 0 0 15px 0; }
.cms_gallery_intro { font-size: 23px; padding: 0 0 30px 0; }
@media screen and (max-width: 767px) {
	.cms_gallery_header { font-size: 26px; }
	.cms_gallery_intro { font-size: 20px; }
}
/************************************ Ende: Galerie Title und Beschreibung ************************************/
/************************************ Start: Buttons ************************************/
/*.full_article_link { position: absolute; z-index: 11; inset: 0; }

.button-link > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 36px 6px 11px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
.button-link > a:before { content: ""; position: absolute; z-index: 1; top: 50%; right: 17px; transform: translateY(-50%); width: 8px; height: 12px; background: center / contain no-repeat url("/pages/img/button-link/arrow.svg"); transition: var(--transition); will-change: transform; }
.button-link > a:hover:before { transform: translateY(-50%) translateX(9px); }
.button-link > a > .fa { font-size: 20px; line-height: 24px; color: var(--white); margin: 0 10px 0 0; }

.button-link-2 > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: var(--white);
	background: var(--black);
	border: 1px solid var(--white);
	padding: 8px 35px 6px 16px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-2 > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
.button-link-2 > a:before { content: ""; position: absolute; z-index: 1; top: 50%; right: 19px; transform: translateY(-50%); width: 6px; height: 12px; background: center / contain no-repeat url("/pages/img/button-link-2/arrow.svg"); transition: var(--transition); will-change: transform; }
.button-link-2 > a:hover:before { transform: translateY(-50%) translateX(6px); }
.button-link-2 > a > .fa { font-size: 20px; line-height: 26px; color: var(--white); margin: 0 10px 0 0; }

.button-link-load > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 15px 6px 48px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-load > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
.button-link-load > a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	background: center / contain no-repeat url("/pages/img/button-link-load/vector.svg");
	transition: var(--transition);
	will-change: transform;
}
.button-link-load > a:hover:before { transform: translateY(-50%) rotate(-60deg); }

.button-link-back > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 14px 6px 30px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-back > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
.button-link-back > a:before { content: ""; position: absolute; z-index: 1; top: 50%; left: 14px; transform: translateY(-50%); width: 7px; height: 12px; background: center / contain no-repeat url("/pages/img/button-link-back/arrow.svg"); transition: var(--transition); will-change: transform; }
.button-link-back > a:hover:before { transform: translateY(-50%) translateX(-6px); }

.button-link-home > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-family: var(--font-family-primary);
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary);
	border: 1px solid var(--primary);
	padding: 5px 23px 3px 21px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-home > a:hover { display: inline-flex; color: var(--white); background: var(--black); border: 1px solid var(--white); text-decoration: none; }
.button-link-home > a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 5px;
	height: 9px;
	background: center / contain no-repeat url("/pages/img/button-link-home/arrow.svg");
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}
.button-link-home > a:hover:before { opacity: 1; visibility: visible; }
.button-link-home > a > .fa { font-size: 20px; line-height: 24px; color: var(--white); margin: 0 10px 0 0; }

main button {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 36px 6px 11px;
	transition: var(--transition);
	text-decoration: none;
}
main button:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
main button:before { content: ""; position: absolute; z-index: 1; top: 50%; right: 17px; transform: translateY(-50%); width: 8px; height: 12px; background: center / contain no-repeat url("/pages/img/main-button/arrow.svg"); transition: var(--transition); will-change: transform; }
main button:hover:before { transform: translateY(-50%) translateX(9px); }

a.art_link.b1 {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 17px 6px 11px;
	transition: var(--transition);
	text-decoration: none;
}
a.art_link.b1:hover { display: flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); text-decoration: none; }
a.art_link.b1:after { content: ""; display: inline-flex; width: 8px; height: 12px; margin: 0 0 0 11px; background: center / contain no-repeat url("/pages/img/art_link/arrow.svg"); transition: var(--transition); will-change: transform; }
a.art_link.b1:hover:after { transform: translateX(9px); }
a.art_link.b1 > i { display: inline-flex; font-size: 20px; line-height: 24px; color: var(--white); margin: 0 10px 0 0; transition: var(--transition); }
a.art_link.b1:hover > i { color: var(--white); }
.align_1 { justify-content: flex-start; }
.align_2 { justify-content: center; }
.align_3 { justify-content: flex-end; }
.align_4 > a.art_link.b1 { justify-content: center; width: 100% !important; text-align: center; }*/
/************************************ Ende: Buttons ************************************/
/************************************ Start: Buttons ************************************/
.full_article_link { position: absolute; z-index: 11; inset: 0; }

.button-link > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: var(--white);
	background: var(--black);
	border: 1px solid var(--white);
	border-radius: var(--btn-border-radius);
	padding: 8px 35px 6px 16px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: var(--btn-border-radius); text-decoration: none; }
.button-link > a:before { content: ""; position: absolute; z-index: 1; top: 50%; right: 19px; transform: translateY(-50%); width: 6px; height: 12px; background: center / contain no-repeat url("/pages/img/button-link-2/arrow.svg"); transition: var(--transition); will-change: transform; }
.button-link > a:hover:before { transform: translateY(-50%) translateX(6px); }
.button-link > a > .fa { font-size: 20px; line-height: 26px; color: var(--white); margin: 0 10px 0 0; }

.button-link-load > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	border-radius: var(--btn-border-radius);
	padding: 8px 15px 6px 48px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-load > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: var(--btn-border-radius); text-decoration: none; }
.button-link-load > a:before { content: ""; position: absolute; z-index: 1; top: 50%; left: 16px; transform: translateY(-50%); width: 23px; height: 23px; background: center / contain no-repeat url("/pages/img/button-link-load/vector.svg"); transition: var(--transition); will-change: transform; }
.button-link-load > a:hover:before { transform: translateY(-50%) rotate(-60deg); }

.button-link-back > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	border-radius: var(--btn-border-radius);
	padding: 8px 14px 6px 30px;
	transition: var(--transition);
	text-decoration: none;
}
.button-link-back > a:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: var(--btn-border-radius); text-decoration: none; }
.button-link-back > a:before { content: ""; position: absolute; z-index: 1; top: 50%; left: 14px; transform: translateY(-50%); width: 7px; height: 12px; background: center / contain no-repeat url("/pages/img/button-link-back/arrow.svg"); transition: var(--transition); will-change: transform; }
.button-link-back > a:hover:before { transform: translateY(-50%) translateX(-6px); }

main button {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	border-radius: var(--btn-border-radius);
	padding: 8px 36px 6px 11px;
	transition: var(--transition);
	text-decoration: none;
}
main button:hover { display: inline-flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: var(--btn-border-radius); text-decoration: none; }
main button:before { content: ""; position: absolute; z-index: 1; top: 50%; right: 17px; transform: translateY(-50%); width: 8px; height: 12px; background: center / contain no-repeat url("/pages/img/main-button/arrow.svg"); transition: var(--transition); will-change: transform; }
main button:hover:before { transform: translateY(-50%) translateX(9px); }

a.art_link.b1 {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	border-radius: var(--btn-border-radius);
	padding: 8px 17px 6px 11px;
	transition: var(--transition);
	text-decoration: none;
}
a.art_link.b1:hover { display: flex; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: var(--btn-border-radius); text-decoration: none; }
a.art_link.b1:after { content: ""; display: inline-flex; width: 8px; height: 12px; margin: 0 0 0 11px; background: center / contain no-repeat url("/pages/img/art_link/arrow.svg"); transition: var(--transition); will-change: transform; }
a.art_link.b1:hover:after { transform: translateX(9px); }
a.art_link.b1 > i { display: inline-flex; font-size: 20px; line-height: 24px; color: var(--white); margin: 0 10px 0 0; transition: var(--transition); }
a.art_link.b1:hover > i { color: var(--white); }
.align_1 { justify-content: flex-start; }
.align_2 { justify-content: center; }
.align_3 { justify-content: flex-end; }
.align_4 > a.art_link.b1 { justify-content: center; width: 100% !important; text-align: center; }
/************************************ Ende: Buttons ************************************/
/************************************ Start: Slider ************************************/
/* Start: Dots */
.cms_jssor > div:nth-last-of-type(3) { right: auto !important; bottom: 15px !important; left: 15px !important; width: calc(100% - 30px) !important; height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div { flex-wrap: wrap; align-items: center; gap: 15px; height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div { inset: auto !important; width: 15px !important; height: 15px !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div:after { inset: 0; border: 2px solid var(--white); border-radius: 50%; background: rgba(255,255,255,0.35); }
.cms_jssor > div:nth-last-of-type(3) > div > div:hover:after { background: var(--white); }
.cms_jssor > div:nth-last-of-type(3) > div > div.iav:after { background: var(--white); }
/* End: Dots */

/* Start: Arrows */
.cms_jssor > div:nth-last-of-type(1),
.cms_jssor > div:nth-last-of-type(2) { transform: translateY(-50%); width: 63px !important; height: 63px !important; margin-top: 0 !important; }
.cms_jssor > div > .cms_jssor_arrow { inset: auto !important; width: 63px !important; height: 63px !important; border: 2px solid var(--white); background: rgba(255,255,255,0.35); transition: var(--transition); }
.cms_jssor > div > .cms_jssor_arrow:hover { background: var(--primary); }
.cms_jssor > div > .cms_jssor_arrow:before { inset: 50% auto auto 50% !important; width: 21px; height: 35px; background: center / contain no-repeat url("/pages/img/article_slider/arrow-small-down-white.svg"); border: none !important; }
.cms_jssor_arrow.cms_jssor_arrow_left:before { transform: translate(-50%, -50%) rotate(-180deg); }
.cms_jssor_arrow.cms_jssor_arrow_right:before { transform: translate(-50%, -50%); }
/* End: Arrows */

/* Start: Responsive */
@media screen and (max-width: 1366px) {
	.cms_jssor > div:nth-last-of-type(3) { bottom: 54px !important; left: 78px !important; width: calc(100% - 156px) !important; }
	.cms_jssor > div:nth-last-of-type(1), .cms_jssor > div:nth-last-of-type(2) { transform: none; top: auto !important; bottom: 30px; }
	.cms_jssor > div:first-of-type > div { transform: none !important; }
}
@media screen and (max-width: 959px) {
	.cms_jssor > div:nth-last-of-type(3) { bottom: 27.5px !important; left: 55px !important; width: calc(100% - 110px) !important; }
	.cms_jssor > div:nth-last-of-type(1),
	.cms_jssor > div:nth-last-of-type(2) { bottom: 15px; width: 40px !important; height: 40px !important; }
	.cms_jssor > div > .cms_jssor_arrow { width: 40px !important; height: 40px !important; }
	.cms_jssor > div > .cms_jssor_arrow:before { width: 15px; height: 25px; }
}
/* End: Responsive */
/************************************ Ende: Slider ************************************/
/************************************ Start: Breadcrumbs ************************************/
/*.cms_breadcrumbs_box { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 7px; }
.cms_breadcrumbs_block { display: flex; align-items: center; gap: 0 7px; }
.cms_breadcrumbs_box a { font-size: 16px; line-height: 19px; text-decoration: none; transition: var(--transition); }
.cms_breadcrumbs_box a:hover { color: var(--primary); text-decoration: none; }
.cms_breadcrumbs_box a.active { cursor: auto; color: var(--primary); }
.cms_breadcrumbs_box a.active:hover { color: var(--secondary); }
.cms_breadcrumbs_spacer { display: inline-flex; }
.cms_breadcrumbs_spacer > svg { width: 5px; height: 8px; }
.cms_breadcrumbs_box a.active + .cms_breadcrumbs_spacer { transform: rotate(90deg); }*/
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Kontaktformular ************************************/
form label { display: none !important; }
label.select { display: block !important; }
form input, form select, form textarea {
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	text-align: left;
	height: auto;
	padding: 10px;
	background: var(--white);
	border: 1px solid var(--black);
	border-radius: var(--inp-border-radius);
	outline: 0;
}
form textarea { height: 220px; }
form select { cursor: pointer; appearance: none; padding: 10px 37px 10px 10px; }
form button { display: table !important; margin: 0 auto; }
form button { border: 1px solid var(--black); background: var(--white); color: var(--black); }
form button:before { background: center / contain no-repeat url("/pages/img/main-button/arrow_black.svg"); }
form button:hover:before { background: center / contain no-repeat url("/pages/img/main-button/arrow.svg"); }
::placeholder { font-family: var(--font-family-secondary); font-weight: 300; font-size: 18px; line-height: 24px; color: var(--black); text-align: left; }
:-ms-input-placeholder { font-family: var(--font-family-secondary); font-weight: 300; font-size: 18px; line-height: 24px; color: var(--black); text-align: left; }
::-ms-input-placeholder { font-family: var(--font-family-secondary); font-weight: 300; font-size: 18px; line-height: 24px; color: var(--black); text-align: left; }
form.ff .frm_spacer { width: 100%; height: 1px; background: var(--black); }
.frm_subtitle > div { font-family: var(--font-family-primary); font-weight: 400; font-size: 26px; color: var(--black); /*text-transform: uppercase;*/ }
.frm_header p { margin: 0 0 30px 0; }
.frm_header * { color: var(--black); }
main label.select:after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 10;
	top: 13.5px;
	right: 14px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	transform: rotate(-45deg);
	background: transparent;
}
main input, main textarea, main select { width: 100%; }
.flex_box_label_radiocheck > label {
	display: block !important;
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	text-align: left;
}
.ff .ff_container { margin: -15px; }
.ff .flex_box_12 { margin: 0; padding: 15px; }
.ff .flex_box_12.flex_box_label_radiocheck { margin: 0; padding: 15px; }
.ff label {
	position: relative;
	display: block;
	width: 100%;
	min-height: 24px;
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px !important;
	color: var(--black);
	text-align: left;
}

/* Start: Checkbox */
main input[type="checkbox"] { position: absolute; display: block; appearance: none; opacity: 0; }
main .frm_input input[type="checkbox"] { top: 50%; right: auto; left: 15px; transform: translateY(-50%); width: calc(100% - 30px); height: 1px; padding: 0; border: none; }
main input[type="checkbox"] + label { display: block !important; background: transparent !important; padding: 0 0 0 34px; }
main input[type="checkbox"] + label:before { top: 0; padding: 11px; background: var(--white); border: 1px solid var(--black); }
main input[type="checkbox"] + label:after { top: 1px; left: 1px; width: 22px; height: 22px; font-size: 18px; line-height: 22px; }
main input[type="checkbox"] + label:hover:after { color: var(--black); }
main input[type="checkbox"]:checked + label:after { color: var(--black); background: var(--white); }
/* End: Checkbox */

/* Start: Radio */
main input[type="radio"] { position: absolute; display: block; appearance: none; opacity: 0; }
main .frm_input input[type="radio"] { top: 50%; left: 15px; transform: translateY(-50%); width: calc(100% - 30px); height: 1px; padding: 0; border: none; }
main input[type="radio"] + label { display: block !important; padding: 0 0 0 34px; }
main input[type="radio"] + label:before { top: 0; padding: 11px; background: var(--white); border: 1px solid var(--black); }
main input[type="radio"] + label:after { top: 5px; left: 5px; width: 14px; height: 14px; }
main input[type="radio"] + label:hover:after { background: var(--black); }
main input[type="radio"]:checked + label:after { background: var(--black); }
/* End: Radio */

label.date,
label.time { display: block !important; }
main label.date:after,
main label.time:after { font-size: 25px; line-height: 44px; width: 44px; height: 44px; top: 1px; left: 1px; color: var(--white); background: var(--black); border-radius: var(--inp-border-radius) 0 0 var(--inp-border-radius); }
main label.date input,
main label.time input { padding: 10px 10px 10px 54px; height: 46px; }
.frm_dz_lst {
	border: 1px solid var(--black);
	border-radius: var(--inp-border-radius) var(--inp-border-radius) 0 0;
	background: var(--white);
	padding: 15px;
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	text-align: left;
}
.frm_dz_lst b { font-weight: 700; color: var(--black); }
.frm_dz_lst i { font-style: normal; }
.frm_dz_container .frm_dz_txt { border: 1px solid var(--black) !important; border-radius: 0 0 var(--inp-border-radius) var(--inp-border-radius); background: var(--white) !important; }
.frm_dz_container .frm_dz_txt span {
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	text-align: left;
}
.frm_dz_container .frm_dz_txt i:before {
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: var(--black);
	text-align: center;
}
.frm_dz_lst > div > ul { padding: 0; }
.frm_dz_lst ul li { border-bottom: 1px solid var(--black); }
.frm_dz_lst ul li:before { content: none; }
.frm_dz_lst ul li div { color: var(--black); }
.frm_dz_lst ul li div:hover { color: #F00000; }
/* Start: Nach Absenden */
.frm_sent_header * { color: var(--black) !important; }
.frm_sent_table > tbody > tr > td.frm_spacer > div { height: 1px; margin: 15px 0; background: var(--black); }
.frm_sent_table > tbody > tr > td {
	font-family: var(--font-family-secondary);
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	text-align: left;
}
/*.frm_sent_table > tbody > tr > td.frm_sent_value > a { color: var(--primary) !important; text-decoration: none !important; }
.frm_sent_table > tbody > tr > td.frm_sent_value > a:hover { color: var(--primary) !important; text-decoration: underline !important; }*/
/* End: Nach Absenden */
@media screen and (max-width: 767px) {
	form input, form select, form textarea { padding: 5px 10px; }
	form textarea { height: 200px; }
	form select { padding: 5px 37px 5px 10px; }
	.frm_subtitle > div { font-size: 22px; }
	main label.select:after { top: 8.5px; }
	main label.date:after,
	main label.time:after { font-size: 20px; line-height: 34px; width: 34px; height: 34px; }
	main label.date input,
	main label.time input { padding: 5px 10px 5px 44px; height: 36px; }
}
/************************************ Ende: Kontaktformular ************************************/
/************************************ Start: Gallery Three Four ************************************/
.cms_galleryThreeFour_box { display: flex; flex-wrap: wrap; width: calc(100% + 30px); margin: -15px; }
.cms_galleryThreeFour_33 { width: 33.333%; padding: 15px; }
.cms_galleryThreeFour_25 { width: 25%; padding: 15px; }
.cms_galleryThreeFour_imgContainer { cursor: pointer; position: relative; width: 100%; }
.cms_galleryThreeFour_imgFixZindex { z-index: 10 !important; }
.cms_galleryThreeFour_imgBox { width: 100%; }
.cms_galleryThreeFour_imgBox:before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
	opacity: 0;
	transition: var(--transition);
}
.cms_galleryThreeFour_imgBox:hover:before { visibility: visible; opacity: 1; }
.cms_galleryThreeFour_imgBox:after {
	content: "\f002";
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font: 28px 'FontAwesome';
	line-height: 30px;
	color: var(--white);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: var(--transition);
}
.cms_galleryThreeFour_imgBox:hover:after { visibility: visible; opacity: 1; }
.cms_galleryThreeFour_imgBox > picture { display: block; width: 100%; padding: 0 0 80.97165991902834% 0; }
.cms_galleryThreeFour_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_galleryThreeFour_imgLegend {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	left: 15px;
	max-width: calc(100% - 30px);
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,0.75);
}
@media screen and (max-width: 767px) {
	.cms_galleryThreeFour_33 { width: 50%; }
	.cms_galleryThreeFour_25 { width: 50%; }
	.cms_galleryThreeFour_imgLegend { display: none; }
}
@media screen and (max-width: 320px) {
	.cms_galleryThreeFour_33 { width: 100%; }
	.cms_galleryThreeFour_25 { width: 100%; }
}
/************************************ End: Gallery Three Four ************************************/
/************************************ Start: Footer ************************************/
/*footer { border-top: 1px solid var(--primary); }*/
footer .catpadding { padding: 35px 0 0 0; margin: 0 0 -15px 0; }
footer > div > div > div > section:first-of-type > div > div > div > article { margin: 0 0 -30px 0; }
footer .block_20000 { max-width: 171px; }
footer > div > div > div > section:last-of-type { z-index: 3; }
/*footer > div > div > div:before { content: ""; position: absolute; z-index: 2; right: 0; bottom: 0; width: 192px; height: 226px; background: center / contain no-repeat url("/pages/img/footer_shape.svg"); }*/
footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) .block_10000 { display: flex; justify-content: flex-end; }
footer > div > div > div > section:first-of-type .artlst_container > article:first-of-type > div > div > div > .block_10000:last-of-type br,
footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) br,
footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(3) br { display: none; }
footer > div > div > div > section:first-of-type .artlst_container > article:first-of-type > div > div > div > .block_10000:last-of-type > p,
footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) p,
footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(3) p { display: flex; flex-direction: column; gap: 8px; }
footer > div > div > div > section:last-of-type .flex_container.cms_padding_1 { padding: 0 15px 15px 15px !important; }
footer > div > div > div > section:first-of-type .artlst_container > article:last-of-type p { font-size: 16px; }
footer > div > div > div > section:last-of-type .block_10000 { display: flex; /*justify-content: center;*/ align-items: center; gap: 30px; }
footer > div > div > div > section:last-of-type .block_10000 p { position: relative; }
footer > div > div > div > section:last-of-type .block_10000 > p:not(:last-of-type):before { content: ""; position: absolute; z-index: 1; inset: 4px -15px 4px auto; width: 1px; background: var(--white); }
@media screen and (max-width: 1155px) {
	footer > div > div > div > section:first-of-type .artlst_container > article.flex_box_12 { width: 50% !important; }
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) .block_10000 { display: block; }
	footer > div > div > div > section:first-of-type .artlst_container > article:first-of-type,
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) { margin: 0 0 50px 0; }
}
@media screen and (max-width: 861px) {
	footer > div > div > div > section:last-of-type .block_10000 { flex-direction: column; /*justify-content: flex-start;*/ align-items: flex-start; gap: 0; }
	footer > div > div > div > section:last-of-type .block_10000 > p:not(:last-of-type):before { content: none; }
}
@media screen and (max-width: 644px) {
	footer .catpadding { padding: 13px 0 11px 0; margin: 0; }
	footer > div > div > div > section:first-of-type > div > div > div > article { margin: 0; }
	/*footer > div > div > div:before { content: none; }*/
	footer > div > div > div > section:first-of-type:before { content: ""; position: absolute; z-index: 2; right: 0; bottom: 15px; width: 78px; height: 196px; background: center / contain no-repeat url("/pages/img/footer_shape_mobile.svg"); }
	footer > div > div > div > section:first-of-type .artlst_container > article.flex_box_12 { width: 100% !important; }
	footer > div > div > div > section:first-of-type > div > div > div > article .cms_padding_1 { padding: 15px 15px 0 15px !important; }
	footer > div > div > div > section:first-of-type .artlst_container > article:first-of-type { margin: 0 0 24px 0; }
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) { margin: 0; }
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(3) { margin: 0 0 24px 0; }
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) .block.cms_padding_1 { padding: 15px 15px 0 15px !important; }
	footer > div > div > div > section:first-of-type .artlst_container > article:first-of-type > div > div > div > .block_10000:last-of-type > p,
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(2) p,
	footer > div > div > div > section:first-of-type .artlst_container > article:nth-of-type(3) p { gap: 15px; }
}
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
/* Empty */
/************************************ End: Search Results ************************************/
/************************************ Start: Download-Manager ************************************/
/* Ohne Navigationsbaum */
.dn_list > div > div { display: block; float: left; width: 100%; background: rgba( 255,255,255,0.5); padding: 15px; }
.dn_list > div { display: block; float: left; width: 100%; }
.cms_dn_list_anchor { display: block; float: left; clear: both; width: 100%; padding: 10px; }
.cms_dn_list_icon { display: block; float: left; margin: 0 10px 0 0; }
.cms_dn_list_name { display: block; float: left; }
.cms_dn_list_date { display: block; float: right; }
.dn_list a:nth-of-type(2N-1) { background: rgba( 0,0,0,0.0625); }
.dn_list a:hover { color: #FFFFFF; background: #3EA2F7; cursor: pointer; }
/* Mit Navigationsbaum */
.dn_list > div { display: block; float: left; width: 100%; }
.dm_list > div > div { display: block; float: left; width: 100%; background: rgba( 255,255,255,0.5); padding: 15px; }
.cms_dm_list_anchor { display: block; float: left; clear: both; width: 100%; padding: 10px; }
.cms_dm_list_icon { display: block; float: left; margin: 0 10px 0 0; }
.cms_dm_list_name { display: block; float: left; }
.cms_dm_list_date { display: block; float: right; }
.dm_list a:nth-of-type(2N-1) { background: rgba( 0,0,0,0.0625); }
.dm_list a:hover { color: #FFFFFF; background: #3EA2F7; cursor: pointer; }
/************************************ End: Download-Manager ************************************/
/************************************ Start: Fix Article- and Category Lst ************************************/
/*.cms_container_wide { background: purple; }
.cms_container { background: red; }
.cms_container_narrow { background: yellow; }*/

article { display: flex; }
article > a,
article > a > div,
article > a > div > div,
article > div,
article > div > div,
article > div > div > div { display: flex; width: 100%; }

section.cat_sub.flex_box_12 { display: flex; }
a.section_anchor { position: absolute; width: 100%; height: 0; font-size: 0px; line-height: 0px; z-index: 1; top: 0; left: 0; background: transparent; }
.cat_color_container { width: 100%; }
.cat.flex_verticalalignement_stretch > section > .cat_color_container { display: flex; }
.cat.flex_verticalalignement_stretch > section > .cat_color_container > .cat_content { display: flex; }

.cms_padding_0_2x { padding: 0 !important; }
.cms_padding_025_2x { padding: 10px !important; }
.cms_padding_05_2x { padding: 20px !important; }
.cms_padding_1_2x { padding: 30px !important; }
.cms_padding_2_2x { padding: 60px !important; }

.artlst_container .cms_padding_0_2x { padding: 0 !important; }
.artlst_container .cms_padding_025_2x { padding: 5px !important; }
.artlst_container .cms_padding_05_2x { padding: 10px !important; }
.artlst_container .cms_padding_1_2x { padding: 15px !important; }
.artlst_container .cms_padding_2_2x { padding: 30px !important; }

.artlst_container { flex-wrap: inherit !important; justify-content: inherit !important; align-content: inherit !important; align-items: inherit !important; }
.artlst_container .flex_container.cms_padding_0 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_025 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_05 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_1 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_2 { padding: 0 !important; }
/*
Falls bei Includes Probleme!
.artlst_container .art.flex_container.cms_padding_0 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_025 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_05 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_1 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_2 { padding: 0 !important; }
*/
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_0 { padding: 0px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_025 { padding: 5px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_05 { padding: 10px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_1 { padding: 15px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_2 { padding: 30px !important; }
/*
Falls bei Includes Probleme!
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_0 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_025 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_05 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_1 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_2 {}
*/
.cat_color_inset { inset: 30px !important; }
.container_color_inset { padding: 30px !important; }

.full_art_link { position: absolute !important; z-index: 11 !important; }
.full_art_link_cms_padding_0 { inset: 0px !important; }
.full_art_link_cms_padding_025 { inset: 10px !important; }
.full_art_link_cms_padding_05 { inset: 20px !important; }
.full_art_link_cms_padding_1 { inset: 30px !important; }
.full_art_link_cms_padding_2 { inset: 60px !important; }

.artlst_container .full_art_link_cms_padding_0 { inset: 0px !important; }
.artlst_container .full_art_link_cms_padding_025 { inset: 5px !important; }
.artlst_container .full_art_link_cms_padding_05 { inset: 10px !important; }
.artlst_container .full_art_link_cms_padding_1 { inset: 15px !important; }
.artlst_container .full_art_link_cms_padding_2 { inset: 30px !important; }

.artlst_hasBorColYN .full_art_link { inset: 0 !important; }
/************************************ End: Fix Article- and Category Lst ************************************/