/************************************ Start: Root ************************************/
:root {
	--primary: #398E1B;
	--primaryRgba: 57,142,27;
	/*--secondary: ;
	--tertiary: ;
	--quaternary: ;
	--secondaryRgba: ;
	--tertiaryRgba: ;
	--quaternaryRgba: ;*/
	--line-color: #AEB1B4;
	--border-radius-default: 15px;
	--border-radius-large: 30px;
	--transition: all .3s ease-in-out;
	--defaultContainerSpace: calc(calc(calc(var(--cms-window-width) - 1230px) / 2) + 30px);
	--wideContainerSpace: calc(calc(calc(var(--cms-window-width) - 1630px) / 2) + 30px);
}
/************************************ Ende: Root ************************************/
/*font-family: "costa", sans-serif;
font-family: "Hind", sans-serif;*/
/************************************ Start: Skelleton ************************************/
html { min-height: 100%; line-height: 1px; }
body { height: 100%; font-family: "Hind", sans-serif; font-size: 18px; line-height: 25px; color: #000000; }
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%; }
.d-none { display: none; }
/************************************ Ende: Skelleton ************************************/
/************************************ 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; }
.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; overflow: hidden; width: 100%; height: 0; padding: 0 0 66.66666666666667% 0; }
.art_map_box > div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.art_map_box > div > iframe { width: 100%; height: 100%; border: none !important; }
/************************************ Ende: Google Maps ************************************/
/************************************ Start: Catpadding Klasse ************************************/
.catpadding { padding: 24px 0; }
/************************************ Ende: Catpadding 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 { display: block; float: left; width: 100%; padding: 15px; border-bottom: 1px solid var(--line-color); }
.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%;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}
.cms_tinyTables_box .block_10000 table tr:first-of-type > td { font-weight: 600; }
.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(--line-color); 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%;
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 25px !important;
		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-family: "Hind", sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
		color: #000000;
	}
	.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: CMS IMG Klasse ************************************/
.art .cms_img > a { display: block; }
.cms_img picture { border-radius: 0; }
.cms_legend { font-family: "Hind", sans-serif; font-weight: 600; font-style: normal; font-size: 18px; line-height: 25px; color: #000000; text-align: left; margin: 15px 0 0 0; }
@media screen and (max-width: 767px) { .cms_legend { font-weight: 600 !important; font-size: 18px !important; line-height: 25px !important; } }
/************************************ Ende: CMS IMG Klasse ************************************/
/************************************ Start: Trennlinie ************************************/
.block hr, .block_60000 hr { border: none; outline: none; height: 1px; background: var(--line-color); }
/************************************ Ende: Trennlinie ************************************/
/************************************ Start: CMS Linked Article ************************************/
a.art_link:hover .art.flex_container { background: rgb(243, 243, 243); }
/************************************ Ende: CMS Linked Article ************************************/
/************************************ Start: CMS jssor-Slide Object Fit  ************************************/
#cmsShadowSlider .cms_jssor .slide picture img { object-fit: contain !important; }
/************************************ End: CMS jssor-Slide Object Fit ************************************/
/************************************ Start: Headings ************************************/
h1, h2, h3, h4, h5 { color: #000000; text-align: left; padding: 0 0 15px 0; }
.art h1:only-child,
.art h2:only-child,
.art h3:only-child,
.art h4:only-child,
.art h5:only-child { padding: 0; }
h1 { font-family: "costa", sans-serif; font-weight: 400; font-size: 49px; line-height: 64px; }
h2 { font-family: "costa", sans-serif; font-weight: 400; font-size: 38px; line-height: 48px; }
h3 { font-family: "Hind", sans-serif; font-weight: 400; font-size: 29px; line-height: 39px; }
h4 { font-family: "Hind", sans-serif; font-weight: 600; font-size: 22px; line-height: 32px; }
h5 { font-family: "Hind", sans-serif; font-weight: 600; font-size: 20px; line-height: 30px; }
@media screen and (max-width: 767px) {
	h1 { font-weight: 400 !important; font-size: 35px !important; line-height: 46px !important; }
	h2 { font-weight: 400 !important; font-size: 31px !important; line-height: 41px !important; }
	h3 { font-weight: 400 !important; font-size: 25px !important; line-height: 40px !important; }
	h4 { font-weight: 600 !important; font-size: 22px !important; line-height: 33px !important; }
	h5 { font-weight: 600 !important; font-size: 20px !important; line-height: 40px !important; }
}
/************************************ 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(--primary);
	text-align: inherit;
	text-decoration: none;
}
.art a:hover { text-decoration: underline; }
.lead {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	text-align: left;
}
@media screen and (max-width: 767px) { .lead { font-weight: 400 !important; font-size: 20px !important; line-height: 26px !important; } }
p {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
}
@media screen and (max-width: 767px) { p { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; } }
main p, main table { padding: 0 0 15px 0; }
main p:last-of-type, main table:last-of-type { padding: 0; }
.block_10000 ul { padding: 0 0 30px 0; }
.block_10000 ul:last-of-type { padding: 0; }
.block_10000 li {
	position: relative;
	list-style: none;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	padding: 0 0 0 20px;
}
.block_10000 li:before {
	content: "";
	position: absolute;
	z-index: 12;
	top: 12px;
	left: 0;
	width: 10px;
	height: 1px;
	background: var(--line-color);
}
.block_10000 li > span { display: block; }
@media screen and (max-width: 767px) {
	.block_10000 li { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; }
	.block_10000 li:before { top: 12px; }
}
/************************************ Ende: Content Font Settings ************************************/
/************************************ Start: Header ************************************/
header { box-shadow: none; transition: var(--transition); }
.scrolled header { box-shadow: 0px 1px 5px 2px #ccc; }
/************************************ Ende: Header ************************************/
/************************************ Start: Galerie Title und Beschreibung ************************************/
.cms_gallery_header { font-family: "costa", sans-serif; font-weight: 400; font-size: 38px; line-height: 48px; color: #000000; text-align: left; padding: 0 0 15px 0; }
.cms_gallery_intro { font-family: "Hind", sans-serif; font-weight: 400; font-size: 29px; line-height: 39px; color: #000000; text-align: left; padding: 0 0 15px 0; }
@media screen and (max-width: 767px) {
	.cms_gallery_header { font-weight: 400 !important; font-size: 31px !important; line-height: 41px !important; }
	.cms_gallery_intro { font-weight: 400 !important; font-size: 25px !important; line-height: 40px !important; }
}
/************************************ Ende: Galerie Title und Beschreibung ************************************/
/************************************ Start: Buttons ************************************/
.full_article_link { position: absolute; z-index: 11; inset: 0; }
.button-link > a {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	width: auto !important;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--primary);
	background: transparent;
	border: 1px solid var(--primary);
	border-radius: var(--border-radius-large);
	padding: 9px 22px 5px 22px;
	transition: var(--transition);
	text-decoration: none;
}
.cms_box_hasBtn:hover .button-link > a,
.button-link > a:hover { display: inline-flex; color: #FFFFFF; background: var(--primary); border: 1px solid var(--primary); border-radius: var(--border-radius-large); text-decoration: none; }
.button-link-soft > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto !important;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0 38px 0 0;
	transition: var(--transition);
	text-decoration: none;
}
.cms_box_hasBtn:hover .button-link-soft > a,
.button-link-soft > a:hover { display: inline-flex; color: var(--primary); background: transparent; border: none; border-radius: 0; text-decoration: none; }
.button-link-soft > a:before,
.button-link-soft > a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: calc(50% - 2px);
	width: 11px;
	height: 11px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #000000;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: top;
	transition: var(--transition);
}
.cms_box_hasBtn:hover .button-link-soft > a:before,
.cms_box_hasBtn:hover .button-link-soft > a:after,
.button-link-soft > a:hover:before,
.button-link-soft > a:hover:after { border-color: var(--primary); }
.button-link-soft > a:before { right: 21px; }
.button-link-soft > a:after { right: 12px; }
.cms_box_hasBtn:hover .button-link-soft > a:before,
.button-link-soft > a:hover:before { right: 12px; }
.cms_box_hasBtn:hover .button-link-soft > a:after,
.button-link-soft > a:hover:after { right: 3px; }
main button {
	cursor: pointer;
	display: inline-flex;
	width: auto !important;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--primary);
	background: transparent;
	border: 1px solid var(--primary);
	border-radius: var(--border-radius-large);
	padding: 9px 22px 5px 22px;
	transition: var(--transition);
	text-decoration: none;
}
main button:not(.fc-button):not(:disabled):hover { display: inline-flex; color: #FFFFFF; background: var(--primary); border: 1px solid var(--primary); border-radius: var(--border-radius-large); text-decoration: none; }
a.art_link.b1 {
	cursor: pointer;
	display: block;
	width: auto;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--primary);
	background: transparent;
	border: 1px solid var(--primary);
	border-radius: var(--border-radius-large);
	padding: 9px 22px 5px 22px;
	transition: var(--transition);
	text-decoration: none;
}
.fc-button.fc-state-default { border-width:1px !important; }
.cms_box_hasBtn:hover a.art_link.b1,
a.art_link.b1:hover { display: block; color: #FFFFFF; background: var(--primary); border: 1px solid var(--primary); border-radius: var(--border-radius-large); text-decoration: none; }
a.art_link.b1 > i { font-size: 18px; line-height: 25px; color: var(--primary); margin: 0 7px 0 0; transition: var(--transition); }
.cms_box_hasBtn:hover a.art_link.b1 > i,
a.art_link.b1:hover > i { color: #FFFFFF; }
.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; }
@media screen and (max-width: 959px) {
	.button-link > a { font-weight: 400 !important; }
	.button-link-soft > a { font-weight: 400 !important; }
	main button { font-weight: 400 !important; }
	a.art_link.b1 { font-weight: 400 !important; }
}
/************************************ Ende: Buttons ************************************/
/************************************ Start: Slider ************************************/
/* Start: Allgemein */
#cmsShadow { inset: 0; background: rgba(0,0,0,0.5); }
#cmsShadowClose { transition: var(--transition); }
.cms_jssor .slide,
.cms_jssor .slide picture { display: flex !important; align-items: center; justify-content: center; }
.cms_jssor .slide img { width: 75vW !important; height: 75vH !important; object-fit: contain !important; object-position: center !important; }
@media screen and (max-width: 959px) { .cms_jssor_container { position: relative; left: auto; top: auto; width: 100%; height: auto; margin: 0; } }
/* End: Allgemein */

/* Start: Arrows */
.cms_jssor > div:nth-last-of-type(1), .cms_jssor > div:nth-last-of-type(2) { width: 50px !important; height: 50px !important; margin: 0 !important; transform: translateY(-50%); }
.cms_jssor > div:nth-last-of-type(1) { right: 0 !important; }
.cms_jssor > div:nth-last-of-type(2) { left: 0 !important; }
.cms_jssor > div > .cms_jssor_arrow { width: 50px; height: 50px; background: var(--primary); border: 1px solid var(--primary); transition: var(--transition); }
.cms_jssor > div > .cms_jssor_arrow:hover { background: #FFFFFF; }
.cms_jssor > div > .cms_jssor_arrow:before,
.cms_jssor > div > .cms_jssor_arrow:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 15px; height: 35px; border: none; transition: var(--transition); }
.cms_jssor_arrow_left:before { background: url("/pages/img/jssor_slider/arrow_prev.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; transition: var(--transition); }
.cms_jssor_arrow_right:before { background: url("/pages/img/jssor_slider/arrow_next.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; transition: var(--transition); }
.cms_jssor_arrow_left:after { background: url("/pages/img/jssor_slider/arrow_prev_hover.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 0; visibility: hidden; transition: var(--transition); }
.cms_jssor_arrow_right:after { background: url("/pages/img/jssor_slider/arrow_next_hover.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 0; visibility: hidden; transition: var(--transition); }
.cms_jssor_arrow_left:hover:before,
.cms_jssor_arrow_right:hover:before { opacity: 0; visibility: hidden; }
.cms_jssor_arrow_left:hover:after,
.cms_jssor_arrow_right:hover:after { opacity: 1; visibility: visible; }
/* End: Arrows */

/* Start: Dots */
.cms_jssor > div:nth-last-of-type(3) { left: 0 !important; bottom: 30px !important; right: auto !important; height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div { flex-wrap: wrap; align-items: center; height: auto !important; gap: 10px; }
.cms_jssor > div:nth-last-of-type(3) > div > div { top: auto !important; left: auto !important; width: 15px !important; height: 15px !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div:after { inset: 0; background: #FFFFFF; border: 1px solid var(--primary); }
.cms_jssor > div:nth-last-of-type(3) > div > div:hover:after { background: var(--primary); }
.cms_jssor > div:nth-last-of-type(3) > div > div.iav:after { background: var(--primary); }
/* End: Dots */
/************************************ Ende: Slider ************************************/
/************************************ Start: Breadcrumbs ************************************/
.cms_breadcrumbs_box { display: flex; flex-wrap: wrap; align-items: center; gap: 0 8px; }
.cms_breadcrumbs_block { display: flex; align-items: center; gap: 0 8px; }
.cms_breadcrumbs_box a {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #495057;
	text-align: left;
	text-decoration: none;
	transition: var(--transition);
}
.cms_breadcrumbs_box a:hover { color: var(--primary); text-decoration: none; }
.cms_breadcrumbs_box a.active { color: var(--primary); }
.cms_breadcrumbs_box a.active:hover { color: #495057; }
@media screen and (max-width: 767px) { .cms_breadcrumbs_box a { font-weight: 400 !important; font-size: 15px !important; line-height: 25px !important; } }
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Kontaktformular ************************************/
form input, form select, form textarea {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	height: auto;
	padding: 13px 15px 7px 15px;
	background: #FFFFFF;
	border: 1px solid var(--line-color);
	border-radius: 0;
	outline: 0;
}
form textarea { height: 200px; }
form select { cursor: pointer; appearance: none; padding: 13px 44px 7px 15px; }
form button { display: table !important; width: auto !important; margin: 0 auto !important; }
::placeholder { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 24px; color: #000000; text-align: left; }
:-ms-input-placeholder { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 24px; color: #000000; text-align: left; }
::-ms-input-placeholder { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 24px; color: #000000; text-align: left; }
form.ff .frm_spacer { width: 100%; height: 1px; background: var(--line-color); }
.frm_subtitle > div { font-family: "Hind", sans-serif; font-weight: 400; font-size: 29px; line-height: 39px; color: #000000; text-align: left; }
.frm_header p { padding: 0 0 15px 0 !important; }
.frm_header p:last-of-type { padding: 0 !important; }
main label.select:after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 10;
    top: 19px;
    right: 15px;
	display: block;
	width: 15px;
	height: 8px;
	background: url("/pages/img/frmGenerator/select_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
main input, main textarea, main select { width: 100%; }
.ff label {
	position: relative;
	width: 100%;
	min-height: unset;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-align: left;
	margin: 0 0 10px 0;
}
.ff .frm_input_7 > label,
.ff .frm_input_8 > label {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 0;
}
.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; }

/* Start: Checkbox */
main input[type="checkbox"] { position: absolute; display: block; appearance: none; opacity: 0; }
main .frm_input input[type="checkbox"] { right: auto; top: 50%; transform: translateY(-50%); left: 15px; 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: #FFFFFF; border: 1px solid var(--line-color); }
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(--line-color); }
main input[type="checkbox"]:checked + label:after { color: #FFFFFF; background: var(--line-color); }
/* 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: #FFFFFF; border: 1px solid var(--line-color); }
main input[type="radio"] + label:after { top: 5px; left: 5px; width: 14px; height: 14px; }
main input[type="radio"] + label:hover:after { background: var(--line-color); }
main input[type="radio"]:checked + label:after { background: var(--line-color); }
/* End: Radio */

main label.date:after,
main label.time:after {
	font-size: 24px;
	line-height: 46px;
	width: 46px;
	height: 46px;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background: var(--primary);
	border-radius: 0;
}
main label.date input,
main label.time input { padding: 13px 15px 7px 61px; height: 46px; }
.frm_dz_lst {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid var(--line-color);
	border-radius: 0;
}
.frm_dz_lst b { font-weight: 600; }
.frm_dz_lst i { font-style: normal; }
.frm_dz_container .frm_dz_txt { border-width: 0 1px 1px 1px !important; border-style: solid !important; border-color: var(--line-color) !important; border-radius: 0; background: #FFFFFF !important; }
.frm_dz_container .frm_dz_txt span {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
}
.frm_dz_container .frm_dz_txt i:before {
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
	text-align: center;
}
.frm_dz_lst > div > ul { padding: 0; }
.frm_dz_lst ul li { border-bottom: 1px solid var(--line-color); }
.frm_dz_lst ul li div { color: #000000; }
.frm_dz_lst ul li div:hover { color: #F00000; }
/* Start: Nach Absenden */
.frm_sent_header * { color: #000000 !important; }
.frm_sent_table > tbody > tr > td.frm_spacer > div { height: 1px; margin: 15px 0; background: var(--line-color); }
.frm_sent_table > tbody > tr > td {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
}
.frm_sent_table > tbody > tr > td.frm_sent_value > a { color: var(--primary) !important; text-decoration: none !important; transition: var(--transition); }
.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 { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; padding: 7px 10px 3px 10px; }
	form textarea { height: 150px; }
	form select { cursor: pointer; appearance: none; padding: 7px 34px 3px 10px; }
	::placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	:-ms-input-placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	::-ms-input-placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.frm_subtitle > div { font-weight: 400 !important; font-size: 25px !important; line-height: 40px !important; }
	main label.select:after { top: 14px; right: 10px; }
	.ff label { font-weight: 400 !important; font-size: 16px !important; line-height: 22px !important; }
	.ff .frm_input_7 > label,
	.ff .frm_input_8 > label { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	main label.date:after,
	main label.time:after { font-size: 20px; line-height: 36px; width: 36px; height: 36px; }
	main label.date input,
	main label.time input { padding: 5px 10px 5px 46px; height: 36px; }
	.frm_dz_lst { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.frm_dz_lst b { font-weight: 600 !important; }
	.frm_dz_container .frm_dz_txt span { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.frm_dz_container .frm_dz_txt i:before { font-size: 30px !important; line-height: 30px !important; }
	/* Start: Nach Absenden */
	.frm_sent_table > tbody > tr > td { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; }
	/* End: Nach Absenden */
}
/************************************ Ende: Kontaktformular ************************************/
/************************************ Start: Gallery Three Four ************************************/
.gallery_three_four_33 { width: 33.333%; }
.gallery_three_four_25 { width: 25%; }
.gallery_three_four_33, .gallery_three_four_25 { float: left; position: relative; line-height: 1px; }
.gallery_three_four_33 *, .gallery_three_four_25 * { line-height: 1px; }
.gallery_three_four_33 img, .gallery_three_four_25 img { width: 100%; }
.gallery_three_four_33 > div, .gallery_three_four_25 > div { position: absolute; cursor: pointer; }
.gallery_three_four_33 > div > div, .gallery_three_four_25 > div > div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.gallery_three_four_33 > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery_three_four_25 > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery_three_four_33:hover > div:before,
.gallery_three_four_25:hover > div:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0,0,0,0.5 );
}
.gallery_three_four_33:hover > div:after,
.gallery_three_four_25:hover > div:after {
    display: block;
    content: "\f002";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 30px;
    margin: -15px 0 0 0;
    line-height: 30px;
    text-align: center;
    font: 28px 'FontAwesome';
    color: #ffffff;
}
.gallery_three_four>div:nth-of-type(1) > div { right: 20px; bottom: 15px; }
.gallery_three_four>div:nth-of-type(2) > div { left: 10px; right: 10px; bottom: 15px; }
.gallery_three_four>div:nth-of-type(3) > div { left: 20px; bottom: 15px; }
.gallery_three_four>div:nth-of-type(4) > div { right: 20px; top: 15px; }
.gallery_three_four>div:nth-of-type(5) > div { left: 10px; right: 10px; top: 15px; }
.gallery_three_four>div:nth-of-type(6) > div { left: 10px; right: 10px; top: 15px; }
.gallery_three_four>div:nth-of-type(7) > div { left: 20px; top: 15px; }
/************************************ Ende: Gallery Three Four ************************************/
/************************************ Start: Footer ************************************/
footer h5 { padding: 0 0 10px 0; }
footer p, footer span, footer a, footer li, footer strong, footer b, footer table tr > td { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; color: #000000; text-align: left; }
@media screen and (max-width: 767px) { footer p, footer span, footer a, footer li, footer strong, footer b, footer table tr > td { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; } }
footer .fa { font-size: 18px; line-height: 25px; color: #000000; margin: 0 10px 0 0; }
@media screen and (max-width: 767px) { footer .fa { font-size: 18px !important; line-height: 25px !important; } }
footer b, footer strong { font-weight: 700; }
@media screen and (max-width: 767px) { footer b, footer strong { font-weight: 700 !important; } }
footer div p { padding: 0 0 35px 0; }
footer div p:last-of-type { padding: 0; }
footer .art a { color: inherit; }
footer .cms_legend { display: none; }

/* Start: Image Art 1 */
footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12:nth-last-of-type(2) { width: 16.6666%; }
footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-last-of-type(2) .block_20000 > .cms_img,
footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-last-of-type(2) .block_20000 > .cms_img picture { width: 150px; }
/* End: Image Art 1 */

/* Start: Image Art 2 */
footer > div > div > div > section:first-of-type > div > div > div > div > article:last-of-type .block_20000 > .cms_img,
footer > div > div > div > section:first-of-type > div > div > div > div > article:last-of-type .block_20000 > .cms_img picture { width: 100%; }
/* End: Image Art 2 */

/* Start: Last Section */
footer > div > div > div > section:last-of-type { margin: -79px 0 0 0; }
footer > div > div > div > section:last-of-type > div > div > div > article .cms_padding_1 { padding: 0 15px 15px 15px !important; }
footer > div > div > div > section:last-of-type > div > div > div > article .block_10000 p,
footer > div > div > div > section:last-of-type > div > div > div > article .block_10000 a { font-size: 15px; line-height: 25px; }
@media screen and (max-width: 767px) {
	footer > div > div > div > section:last-of-type > div > div > div > article .block_10000 p,
	footer > div > div > div > section:last-of-type > div > div > div > article .block_10000 a { font-size: 15px !important; line-height: 25px !important; }
}
/* End: Last Section */

@media screen and (max-width: 961px) {
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12 { width: 50.0% !important; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12:nth-last-of-type(2) { width: 180px !important; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12:last-of-type { width: 300px !important; }

	/* Start: Image Art 1 */
	footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-last-of-type(2) .block_20000 > .cms_img,
	footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-last-of-type(2) .block_20000 > .cms_img picture { width: 100%; }
	/* End: Image Art 1 */

	/* Start: Last Section */
	footer > div > div > div > section:last-of-type { margin: 0; }
	footer > div > div > div > section:last-of-type > div > div > div > article .cms_padding_1 { padding: 15px !important; }
	/* End: Last Section */
}

@media screen and (max-width: 657px) {
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12 { width: 100.0% !important; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12:nth-last-of-type(2) { width: 33.3333% !important; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article.flex_box_12:last-of-type { width: 66.6666% !important; }

	/* Start: Last Section */
	footer > div > div > div > section:last-of-type { margin: -4px 0 0 0; }
	footer > div > div > div > section:last-of-type > div > div > div > article .cms_padding_1 { padding: 0 15px 15px 15px !important; }
	/* End: Last Section */

	/* Start: First Article Paragraph Space */
	footer > div > div > div > section:first-of-type > div > div > div > div > article:first-of-type { margin: 0 0 48px 0; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article:first-of-type .block_10000 p { padding: 0 0 11px 0; }
	footer > div > div > div > section:first-of-type > div > div > div > div > article:first-of-type .block_10000 p:last-of-type { padding: 0; }
	/* End: First Article Paragraph Space */

	/* Start: Second Article Block Space */
	footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-of-type(2),
	footer > div > div > div > section:first-of-type > div > div > div > div > article:nth-of-type(2) .block_10000:first-of-type { margin: 0 0 21px 0; }
	/* End: Second Article Block Space */
}
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
/* Start: Search Results Main */
.cms_search_result_main { display: block; width: 100%; }
/* End: Search Results Main */

/* Start: Search Results Form */
.cms_search_result_container form { max-width: 570px; width: 100%; margin: 0 0 30px 0; }
/* End: Search Results Form */

/* Start: Search Results Load Container */
.cms_search_result_load { display: block; width: 100%; }
/* End: Search Results Load Container */

/* Start: Search Result Title */
.cms_search_result_title { display: flex; flex-direction: column; font-family: "Hind", sans-serif; font-weight: 400; font-size: 29px; line-height: 39px; color: #000000; text-align: left; padding: 0 0 15px 0; }
@media screen and (max-width: 767px) { .cms_search_result_title { font-weight: 400 !important; font-size: 25px !important; line-height: 40px !important; } }
/* End: Search Result Title */

/* Start: Search Result Agenda Title */
.cms_search_result_agenda_tagName { font-size: 18px; line-height: 25px; padding: 0 0 5px 0; }
.cms_search_result_agenda_datumZeit { font-size: 18px; line-height: 25px; padding: 0 0 5px 0; }
@media screen and (max-width: 767px) {
	.cms_search_result_agenda_tagName { font-size: 18px !important; line-height: 25px !important; }
	.cms_search_result_agenda_datumZeit { font-size: 18px !important; line-height: 25px !important; }
}
/* End: Search Result Agenda Title */

/* Start: Search Results Text */
.cms_search_result_text { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; color: #000000; text-align: left; padding: 0 0 15px 0; }
@media screen and (max-width: 767px) { .cms_search_result_text { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; } }
/* End: Search Results Text */

/* Start: Search Results Url */
.cms_search_result_url > a { font-family: "Hind", sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; color: var(--primary); text-align: left; text-decoration: none; }
.cms_search_result_url > a:hover { text-decoration: underline; }
@media screen and (max-width: 767px) { .cms_search_result_url > a { font-weight: 400 !important; font-size: 18px !important; line-height: 25px !important; } }
.cms_search_result_url_mobile { display: none; }
@media screen and (max-width: 959px) { .cms_search_result_url { display: none; } .cms_search_result_url_mobile { display: block; } }
/* End: Search Results Url */

/* Start: Search Results Marked Text */
.cms_search_result_container .cms_search_result_markedText { color: var(--primary) !important; }
/* End: Search Results Marked Text */

/* Start: Search Results Spacer */
.cms_search_result_spacer { display: block; width: 100%; height: 50px; }
.cms_search_result_container .cms_search_result_spacer:last-of-type { display: none; }
/* End: Search Results Spacer */
/************************************ 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 ************************************/