/************************************ Start: Skelleton ************************************/
html { min-height: 100%; line-height: 1px; }
body { height: 100%; font-family: "Heebo", sans-serif; font-size: 16px; color: #323232; line-height: 1.5; }
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%; }
/************************************ 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: Search Result Fix ************************************/
#cmsSearch ul li ul li.cmsSearch_cat:nth-child(2) a:after { border-color: transparent transparent !important; }
/************************************ Ende: Search Result 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 { border-bottom: 1px solid #335091; 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 > td:first-of-type { padding: 0 30px 0 0; }
.cms_tinyTables_box .block_10000 table tr td {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	text-align: left;
}
.cms_tinyTables_box .block_10000 table tr:first-of-type td {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #335091;
	text-align: left;
}
@media screen and (max-width: 959px) {
	.cms_tinyTables_box .block_10000 table tr { display: block; float: left; width: 100%; border: 1px solid #335091; 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; }
	.cms_tinyTables_box .block_10000 table tr > td:last-of-type { padding: 0; }
	.cms_tinyTables_box .block_10000 table td:before {
		content: attr(data-label);
		float: left;
		display: block;
		width: 100%;
		font-family: "Heebo", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		color: #335091;
		text-align: left;
	}
	.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%; }
}
@media screen and (max-width: 767px) {
	.cms_tinyTables_box .block_10000 table tr td { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; }
	.cms_tinyTables_box .block_10000 table tr:first-of-type td { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; }
	.cms_tinyTables_box .block_10000 table td:before { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; }
}
/************************************ Ende: Tiny Tables Klasse ************************************/
/************************************ Start: Weisse Schrift Klasse ************************************/
.cms_weisseSchrift_box * { color: #FFFFFF !important; }
/************************************ Ende: Weisse Schrift Klasse ************************************/
/************************************ Start: CMS IMG Klasse ************************************/
.cms_img picture { border-radius: 0; }
.cms_legend {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	margin: 10px 0 0 0;
}
/************************************ Ende: CMS IMG Klasse ************************************/
/************************************ Start: Trennlinie ************************************/
.block hr, .block_60000 hr { border: none; outline: none; height: 1px; background: #335091; }
/************************************ 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 {
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 52px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h2 {
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h3 {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h4 {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h5 {
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	h1 {
		font-weight: 300 !important;
		font-size: 38px !important;
		line-height: 52px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h2 {
		font-weight: 300 !important;
		font-size: 32px !important;
		line-height: 42px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h3 {
		font-weight: 400 !important;
		font-size: 25px !important;
		line-height: 35px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h4 {
		font-weight: 400 !important;
		font-size: 20px !important;
		line-height: 30px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h5 {
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 27px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}
/************************************ Ende: Headings ************************************/
/************************************ Start: Content Font Settings ************************************/
.art a {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align:inherit;
	text-decoration: underline;
}
.art a:hover { text-decoration: none; }
.lead {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #335091;
	text-align: left;
}
@media screen and (max-width: 767px) { .lead { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; } }
p {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) { p { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; } }
.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: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	text-align: left;
	padding: 0 0 0 20px;
}
.block_10000 li:before {
	content: "";
	position: absolute;
	z-index: 12;
	top: 13px;
	left: 0;
	width: 10px;
	height: 1px;
	background: #000000;
}
.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: 27px !important; }
	.block_10000 li:before { top: 13px; }
}
/************************************ Ende: Content Font Settings ************************************/
/************************************ Start: Teaser Background-Image Height Limitation ************************************/
.teaser_img_big { height: 500px; }
.teaser_img_small { height: 250px; }
.teaser_img { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; }
@media screen and (max-width: 959px) { .teaser_img_big { height: 250px; } }
.teaser_img > img { width: 100%; height: 100%; }
/************************************ Ende: Background-Image Height Limitation ************************************/
/************************************ Start: Header ************************************/
header {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition:    all .1s ease-in-out;
	-o-transition:      all .1s ease-in-out;
	-ms-transition:     all .1s ease-in-out;
	transition:         all .1s ease-in-out;
}
.scrolled header {
	-moz-box-shadow: 0px 1px 5px 2px #ccc;
	-webkit-box-shadow: 0px 1px 5px 2px #ccc;
	box-shadow: 0px 1px 5px 2px #ccc;
}
/************************************ Ende: Header ************************************/
/************************************ Start: Go-Up ************************************/
#goUp { display: none; position: fixed; right: 0; bottom: 48px; z-index: 100000; width: 32px; height: 32px; background: #FFFFFF; border-radius: 6px 0 0 6px; line-height: 30px; text-align: center; box-shadow: 0 0 20px rgba( 0,0,0,0.2 ); cursor: pointer; }
#goUp:hover { background: #3EA2F7; color: #ffffff; }
body.scrolled #goUp { display: block; }
/************************************ Ende: Go-Up ************************************/
/************************************ Start: Galerie Title und Beschreibung ************************************/
.cms_gallery_header {
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_gallery_intro {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	.cms_gallery_header {
		font-weight: 300 !important;
		font-size: 32px !important;
		line-height: 42px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.cms_gallery_intro {
		font-weight: 400 !important;
		font-size: 25px !important;
		line-height: 35px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}
/************************************ Ende: Galerie Title und Beschreibung ************************************/
/************************************ Start: Buttons ************************************/
.full_article_link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 11; }
.knopf > a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #335091;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 11px 44px 11px 9px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.knopf > a:hover { display: inline-flex; color: #FFFFFF; background: #335091; border: 1px solid #335091; border-radius: 0; text-decoration: none; }
.knopf > a:before,
.knopf > a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 19px;
	height: 34px;
	transition: all .3s ease-in-out;
}
.knopf > a:before {
	background: url("/pages/img/knopf/cmsKnopfArrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: visible;
	opacity: 1;
}
.knopf > a:after {
	background: url("/pages/img/knopf/cmsKnopfArrowHover.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
}
.knopf > a:hover:before { visibility: hidden; opacity: 0; }
.knopf > a:hover:after { visibility: visible; opacity: 1; }
main button {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width: auto !important;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #335091;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 11px 44px 11px 9px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
main button:hover { display: inline-flex; color: #FFFFFF; background: #335091; border: 1px solid #335091; border-radius: 0; text-decoration: none; }
main button:before,
main button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 19px;
	height: 34px;
	transition: all .3s ease-in-out;
}
main button:before {
	background: url("/pages/img/knopf/cmsKnopfArrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: visible;
	opacity: 1;
}
main button:after {
	background: url("/pages/img/knopf/cmsKnopfArrowHover.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
}
main button:hover:before { visibility: hidden; opacity: 0; }
main button:hover:after { visibility: visible; opacity: 1; }
a.art_link.b1 {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: auto;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #335091;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 7px 9px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
a.art_link.b1:hover { display: flex; color: #FFFFFF; background: #335091; border: 1px solid #335091; border-radius: 0; text-decoration: none; }
a.art_link.b1:before,
a.art_link.b1:after { content: ""; display: inline-flex; width: 19px; height: 34px; margin: 0 0 0 12px; transition: all .3s ease-in-out; }
a.art_link.b1:before {
	background: url("/pages/img/knopf/cmsKnopfArrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: visible;
	opacity: 1;
	order: 3;
	margin: 0 0 0 -19px;
}
a.art_link.b1:after {
	background: url("/pages/img/knopf/cmsKnopfArrowHover.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
}
a.art_link.b1:hover:before { visibility: hidden; opacity: 0; }
a.art_link.b1:hover:after { visibility: visible; opacity: 1; }
a.art_link.b1 > i { font-size: 18px; line-height: 26px; color: #335091; margin: 0 10px 0 0; transition: all .3s ease-in-out; }
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) {
	.knopf > a { font-weight: 400 !important; }
	main button { font-weight: 400 !important; }
	a.art_link.b1 { font-weight: 400 !important; }
}
/************************************ Ende: Buttons ************************************/
/************************************ Start: Slider ************************************/
/* Start: Paddings */
.cms_jssor .slide > div .slide_article { padding: 0 !important; }
.cms_jssor .slide > div .slide_article > div { padding: 50px 0 !important; }
.cms_jssor .slide > div .slide_article .cms_jssor_txt { padding: 30px !important; }
.cms_jssor .slide > div > div > div .cms_jssor_txt > div { padding: 47px 66px; background: rgba(255, 255, 255, 0.9); }
/* End: Paddings */
/* Start: Slidertext */
.cms_jssor_txt h1 {
	font-family: "Heebo", sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	color: #3EA2F7;
	letter-spacing: 1.2px;
	text-align: left;
	padding: 0 0 30px 0;
}
.cms_jssor_txt strong { font-weight: 700; }
.cms_jssor_txt p {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	color: #3EA2F7;
	text-align: left;
	padding: 0 0 30px 0;
}
.cms_jssor_txt p:last-of-type { padding: 0; }
.cms_jssor_txt .knopf > a {
	cursor: pointer;
	display: inline-flex;
	width: auto !important;
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
	border: 2px solid #3EA2F7;
	background: #3EA2F7;
	border-radius: 5px;
	padding: 12px 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.cms_jssor_txt .knopf > a:hover { display: inline-flex; color: #3EA2F7; background: #FFFFFF; text-decoration: none; }
@media screen and (max-width: 959px) { .cms_jssor_txt .knopf > a { font-weight: 700 !important; } }
/* End: Slidertext */
/* Start: Dots */
.cms_jssor > div:nth-last-of-type(3) { height: auto !important; bottom: 0 !important; }
.cms_jssor > div:nth-last-of-type(3) > div { height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div { width: 15px !important; height: 15px !important; margin: 0 15px 15px 0; }
.cms_jssor > div:nth-last-of-type(3) > div > div:last-of-type { margin: 0; }
.cms_jssor > div:nth-last-of-type(3) > div > div:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
}
.cms_jssor > div:nth-last-of-type(3) > div > div:hover:after { background: #FFFFFF; }
.cms_jssor > div:nth-last-of-type(3) > div > div.iav:after { background: #FFFFFF; }
/* End: Dots */
/* Start: Arrows */
@media screen and (min-width: 1920px) {
	.cms_jssor > div:nth-last-of-type(1) { margin-right: 0 !important; }
	.cms_jssor > div:nth-last-of-type(2) { margin-left: 0 !important; }
}
.cms_jssor > div:nth-last-of-type(1),
.cms_jssor > div:nth-last-of-type(2) {
	cursor: pointer;
	position: absolute !important;
	top: 50% !important;
	margin-top: -31.5px !important;
	width: 63px !important;
	height: 63px !important;
}
.cms_jssor > div:nth-last-of-type(1) { right: 30px !important; }
.cms_jssor > div:nth-last-of-type(2) { left: 30px !important; }
.cms_jssor > div > .cms_jssor_arrow {
	position: relative !important;
	width: 63px !important;
	height: 63px !important;
	border: 2px solid #FFFFFF;
	background: rgba(255, 255, 255, 0.35);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cms_jssor > div > .cms_jssor_arrow:hover { background: #3EA2F7; }
.cms_jssor > div > .cms_jssor_arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	width: 21px;
	height: 35px;
	border: none !important;
	background: url("/pages/img/article_slider/arrow-small-down-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cms_jssor_arrow.cms_jssor_arrow_left:before {
	left: 19px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.cms_jssor_arrow.cms_jssor_arrow_right:before {
	left: 19px;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
/* End: Arrows */
/* Start: Responsive */
@media screen and (max-width: 1366px) {
	.slide_article { background: #3EA2F7; }
	.slide_article > div > div { align-content: flex-start !important; align-items: flex-start !important; }
	.cms_jssor .slide > div .slide_article > div { padding: 0 !important; }
	.cms_jssor .slide > div .slide_article .cms_jssor_txt { width: 100% !important; padding: 0 !important; }
	.cms_jssor .slide > div > div > div .cms_jssor_txt > div { padding: 30px 30px 108px 30px; border: none; background: transparent; }
	.cms_jssor > div:nth-last-of-type(3) { bottom: 39px !important; }
	.cms_jssor > div:nth-last-of-type(1), .cms_jssor > div:nth-last-of-type(2) { top: auto !important; bottom: 30px; margin-top: 0 !important; }
	.cms_jssor_txt h1 { font-size: 40px; line-height: 50px; letter-spacing: 1.1px; color: #FFFFFF; }
	.cms_jssor_txt p { font-size: 25px; line-height: 30px; color: #FFFFFF; }
	.cms_jssor_txt .knopf > a {
		font-size: 20px;
		line-height: 20px;
		border-radius: 5px;
		padding: 10px 15px;
		color: #3EA2F7;
		border: 2px solid #FFFFFF;
		background: #FFFFFF;
	}
	.cms_jssor_txt .knopf > a:hover { color: #FFFFFF; background: #3EA2F7; }
	.cms_jssor > div > div { transform: none !important; }
}
@media screen and (max-width: 959px) {
	.cms_jssor > div:nth-last-of-type(2) { margin-left: 0 !important; }
	.cms_jssor > div:nth-last-of-type(1) { margin-right: 0 !important; }
	.cms_jssor .slide > div > div > div .cms_jssor_txt > div { padding: 30px 30px 85px 30px; }
	.cms_jssor > div:nth-last-of-type(3) { bottom: 27.5px !important; }
	.cms_jssor > div:nth-last-of-type(1),
	.cms_jssor > div:nth-last-of-type(2) { 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 { top: 5.5px; width: 15px; height: 25px; }
	.cms_jssor_arrow.cms_jssor_arrow_left:before { left: 10.5px; }
	.cms_jssor_arrow.cms_jssor_arrow_right:before { left: 10.5px; }
}
@media screen and (max-width: 767px) {
	.cms_jssor_txt h1 { font-weight: 900 !important; font-size: 25px !important; line-height: 30px !important; letter-spacing: 1px !important; }
	.cms_jssor_txt p { font-weight: 400 !important; font-size: 20px !important; line-height: 25px !important; }
	.cms_jssor_txt .knopf > a { font-weight: 700 !important; font-size: 18px !important; line-height: 18px !important; }
}
/* End: Responsive */
/************************************ Ende: Slider ************************************/
/************************************ Start: Testimonial ************************************/
@media screen and (max-width: 960px) { .cms_testimonial_container { width: 100%; left: 0; margin: 0; } }
@media screen and (max-width: 959px) {
	.slick-arrow { top: auto !important; bottom: -15px !important; }
	.slick-prev { left: 30px !important; }
	.slick-next { right: 30px !important; }
}
/************************************ Ende: Testimonial ************************************/
/************************************ Start: Breadcrumbs ************************************/
.cms_breadcrumbs_box { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
.cms_breadcrumbs_box > a {
	display: inline-flex;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #495057;
	text-align: left;
	transition: all .3s ease-in-out;
}
.cms_breadcrumbs_arrow {
	display: inline-flex;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #495057;
	text-align: left;
	margin: 0 5px;
}
.cms_breadcrumbs_box > a.active { color: #335091; }
.cms_breadcrumbs_box > a:hover { color: #335091; }
.cms_breadcrumbs_box > a.active:hover { color: #495057; }
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Team ************************************/
.member_section { padding: 0 0 24px 0; }
.team_member_articles  { padding: 24px 0 0 0; }
.team_member_container .member_section .team_member_text { background: #FFF; }
.hr_section { padding: 0; }
.team_member_container hr { margin: 0; }
.news_member_box a:hover .fa { text-decoration: underline; }
.team_member_container h2 { text-align: left; }
.news_member_text .fa { line-height: 28px; }
.team_member_container > .cms_img > img { width: 100%; }
/************************************ Ende: Team ************************************/
/************************************ Start: Team ************************************/
.cms_users_title {
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 52px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_users_header {
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	.cms_users_title {
		font-weight: 300 !important;
		font-size: 38px !important;
		line-height: 52px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.cms_users_header {
		font-weight: 300 !important;
		font-size: 32px !important;
		line-height: 42px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}
.cms_users_user_container > div { padding: 15px; }
.cms_users_user_container > div > div { width: 33.333%; padding: 15px; }
.cms_user_container { background: none; border: none; }
.cms_user_container > div { padding: 0; }
.cms_user_container > div > div.cms_user_portrait { width: 100%; background: transparent; }
.cms_user_container > div > div.cms_user_portrait > div { padding: 33.333%; }
.cms_user_container > div > div.cms_user_portrait > div picture { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.cms_user_container > div > div.cms_user_text { width: 100%; padding: 15px 0 30px 0; }
.quadratisches_bild { width: 100%; }
.cms_user_portrait_bg {
    width: 100%;
    height: 315px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
@media screen and (max-width: 1180px) { .cms_users_user_container > div > div, .cms_user_container > div > div.cms_user_portrait > div { width: 50.000%; } }
@media screen and (max-width: 959px) and (orientation: portrait) {
	.quadratisches_bild { position: relative; width: 100%; padding-top: 100%; }
	.cms_user_portrait_bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
	}
}
.cms_user_text h3 {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_user_text p {
	font-family: "Heebo", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_user_text p:last-of-type { padding: 0; }
@media screen and (max-width: 959px) { .cms_users_user_container > div > div { width: 100.000%; } .cms_user_container > div > div.cms_user_portrait > div { padding: 100.000%; } }
/************************************ Ende: Team ************************************/
/************************************ Start: Kontaktformular ************************************/
form label { display: none !important; }
label.select { display: block !important; }
form input, form select, form textarea {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	height: auto;
	padding: 10px 15px;
	background: #FFFFFF;
	border: 1px solid #335091;
	border-radius: 0;
	outline: 0;
}
form textarea { height: 220px; }
form select { cursor: pointer; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 10px 46px 10px 15px; }
form button { display: table !important; width: auto; margin: 0 auto; }
::placeholder {
	font-family: "Heebo", sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #000000 !important;
	text-align: left !important;
}
:-ms-input-placeholder {
	font-family: "Heebo", sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #000000 !important;
	text-align: left !important;
}
::-ms-input-placeholder {
	font-family: "Heebo", sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #000000 !important;
	text-align: left !important;
}
form.ff .frm_spacer { width: 100%; height: 1px; background: #335091; }
.frm_subtitle > div {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	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 {
	pointer-events: none;
	display: block;
	content: "";
	position: absolute;
	z-index: 10;
    top: 13.5px;
    right: 18px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #335091;
	border-bottom: 1px solid #335091;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: transparent;
}
main input, main textarea, main select { width: 100%; }
.flex_box_label_radiocheck > label {
	display: block !important;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000000;
}
.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: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px !important;
	text-align: left;
	color: #000000;
}

/* Start: Checkbox */
main input[type="checkbox"] { position: absolute; display: block; appearance: none; opacity: 0; }
main .frm_input input[type="checkbox"] { right: auto; bottom: 26.5px; left: 15px; width: calc(100% - 30px); height: 1px; padding: 0; }
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 #335091; }
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: #335091; }
main input[type="checkbox"]:checked + label:after { color: #FFFFFF; background: #335091; }
/* End: Checkbox */

/* Start: Radio */
main input[type="radio"] { position: absolute; display: block; appearance: none; opacity: 0; }
main .frm_input input[type="radio"] { bottom: 26.5px; left: 15px; width: calc(100% - 30px); height: 1px; padding: 0; }
main input[type="radio"] + label { display: block !important; padding: 0 0 0 34px; }
main input[type="radio"] + label:before { top: 0; border: 1px solid #335091; padding: 11px; background: #FFFFFF; }
main input[type="radio"] + label:after { top: 5px; left: 5px; }
main input[type="radio"] + label:hover:after { background: #335091; }
main input[type="radio"]:checked + label:after { background: #335091; }
/* End: Radio */

label.date { display: block !important; }
main label.date:after {
	font-size: 24px;
	line-height: 44px;
	width: 44px;
	height: 44px;
	top: 1px;
	left: 1px;
	color: #FFFFFF;
	background: #335091;
	border-radius: 0;
}
main label.date input { padding: 10px 15px 10px 59px; height: 46px; }
label.time { display: block !important; }
main label.time:after {
	font-size: 24px;
	line-height: 44px;
	width: 44px;
	height: 44px;
	top: 1px;
	left: 1px;
	color: #FFFFFF;
	background: #335091;
	border-radius: 0;
}
main label.time input { padding: 10px 15px 10px 59px; height: 46px; }
.frm_dz_lst {
    border: 1px solid #335091;
    border-radius: 0;
    background: #FFFFFF;
	padding: 15px;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
    color: #000000;
}
.frm_dz_lst b { font-weight: 700; color: #000000; }
.frm_dz_lst i { font-style: normal; }
.frm_dz_container .frm_dz_txt { border: 1px solid #335091 !important; background: #FFFFFF !important; }
.frm_dz_container .frm_dz_txt span {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #000000;
}
.frm_dz_container .frm_dz_txt i:before {
    display: block;
    text-align: center;
    font-size: 32px;
	line-height: 32px;
	color: #000000;
}
.frm_dz_lst > div > ul { padding: 0; }
.frm_dz_lst ul li { border-bottom: 1px solid #335091; }
.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: #335091; }
.frm_sent_table > tbody > tr > td {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #000000;
}
.frm_sent_table > tbody > tr > td.frm_sent_value > a { color: #000000 !important; text-decoration: none !important; }
.frm_sent_table > tbody > tr > td.frm_sent_value > a:hover { color: #335091 !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: 5px 10px !important; }
	form textarea { height: 200px; }
	form select { padding: 5px 36px 5px 10px !important; }
	::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: 35px !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	main label.select:after { top: 8.5px; right: 13px; }
	.flex_box_label_radiocheck > label { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.ff label { min-height: 24px !important; font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	main label.date:after { font-size: 24px !important; line-height: 34px !important; width: 34px !important; height: 34px !important; }
	main label.date input { padding: 5px 10px 5px 44px !important; height: 36px !important; }
	main label.time:after { font-size: 24px !important; line-height: 34px !important; width: 34px !important; height: 34px !important; }
	main label.time input { padding: 5px 10px 5px 44px !important; height: 36px !important; }
	.frm_dz_lst { font-weight: 400 !important; font-size: 16px !important; line-height: 24px !important; }
	.frm_dz_lst b { font-weight: 700 !important; }
	.frm_dz_container .frm_dz_txt span { font-weight: 400 !important; font-size: 16px !important; line-height: 24px !important; }
	.frm_dz_container .frm_dz_txt i:before { font-size: 32px !important; line-height: 32px !important; }
	/* Start: Nach Absenden */
	.frm_sent_table > tbody > tr > td { font-weight: 400 !important; font-size: 16px !important; line-height: 24px !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: Search ************************************/
#cmsSearch ul li.cmsSearch_cat a:before { content: none !important; }
#cmsSearch ul li.cmsSearch_cat a {
    position: relative;
    padding: 0 !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    color: #3EA2F7 !important;
    background: transparent !important;
    text-decoration: none !important;
}
#cmsSearch ul li.cmsSearch_cat a:hover { text-decoration: underline !important; }
li.cmsSearch_cat { border-bottom: 1px solid #000000; padding: 15px 0; }
/************************************ Ende: Search ************************************/
/************************************ Start: Footer ************************************/
footer { border-top: none !important; margin: 80px 0 0 0; }
/* Start: Footer Padding Fix */
footer > div > div > div > section > div > div { padding: 15px !important; }
footer > div > div > div > section:last-of-type > div > div { padding: 0 15px !important; }
footer > div > div > div > section > div > div > article > div > div > div { padding: 0 !important; }
/* End: Footer Padding Fix */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 { color: #FFFFFF !important; }
footer p, footer a, footer li, footer strong, footer b, footer table tr > td {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: left;
	opacity: 1 !important;
}
@media screen and (max-width: 767px) { footer p, footer a, footer li, footer strong, footer b, footer table tr > td { font-weight: 400 !important; font-size: 18px !important; line-height: 27px !important; } }
footer .fa { font-size: 18px; line-height: 27px; color: #FFFFFF; margin: 0 10px 0 0; }
@media screen and (max-width: 767px) { footer .fa { font-size: 18px !important; line-height: 27px !important; } }
footer b, footer strong { font-weight: 700; }
@media screen and (max-width: 767px) { footer b, footer strong { font-weight: 700 !important; } }
footer .art a {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align:inherit;
	text-decoration: none;
}
footer .art a:hover { text-decoration: underline; }
footer div p { padding: 0 0 15px 0; }
footer div p:last-of-type { padding: 0; }

/* Start: Impressum / AGB / Datenschutz */
footer > div > div > div > section:last-of-type > div > div > article .art p { font-size: 16px; line-height: 25px; }
@media screen and (max-width: 767px) { footer > div > div > div > section:last-of-type > div > div > article .art p { font-size: 16px !important; line-height: 25px !important; } }
/* End: Impressum / AGB / Datenschutz */

/* Start: Footer Logo */
footer > div > div > div > section:first-of-type > div > div > article:first-of-type .block_20000 .cms_img { display: block; max-width: 370px; width: 100%; }
footer > div > div > div > section:first-of-type > div > div > article:first-of-type .block_20000 .cms_img > a { width: 100%; }
footer > div > div > div > section:first-of-type > div > div > article:first-of-type .block_20000 .cms_img picture { width: 100%; }
footer > div > div > div > section:first-of-type > div > div > article:first-of-type .block_20000 .cms_img picture img { width: 100%; object-position: center; object-fit: contain; }
/* End: Footer Logo */

@media screen and (max-width: 959px) {
	/* Start: Grid */
	footer > div > div > div > section:first-of-type > div > div > article.flex_box_12 { width: 50.0% !important; }
	/* End: Grid */
}

@media screen and (max-width: 660px) {
	/* Start: Grid */
	footer > div > div > div > section:first-of-type > div > div > article.flex_box_12 { width: 100.0% !important; }
	/* End: Grid */

	/* Start: Cat Padding Fix */
	footer .catpadding { padding: 15px 0; }
	/* End: Cat Padding Fix */

	/* Start: First Section Trennlinien */
	footer > div > div > div > section:first-of-type > div > div > article { position: relative; padding: 0 0 51px 0; }
	footer > div > div > div > section:first-of-type > div > div > article:last-of-type { padding: 0; }
	footer > div > div > div > section:first-of-type > div > div > article:before { content: ""; position: absolute; z-index: 2; bottom: 25px; left: 15px; width: calc(100% - 30px); height: 1px; background: #FFFFFF; }
	footer > div > div > div > section:first-of-type > div > div > article:last-of-type:before { content: none !important; }
	/* End: First Section Trennlinien */

	/* Start: Last Section Trennlinie */
	footer > div > div > div > section:last-of-type { position: relative; padding: 1px 0 0 0; }
	footer > div > div > div > section:last-of-type:before { content: ""; position: absolute; z-index: 2; top: 0; left: 30px; width: calc(100% - 60px); height: 1px; background: #FFFFFF; }
	/* End: Last Section Trennlinie */
}
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
.search_result_container { padding: 120px 0 0 0; }
.load_search_result { padding: 72px 0 0 0; }
.search_result_container h1 {
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 0;
}
.search_result_container h2 {
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 33px;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 0 0 23px 0;
}
.search_result_container h2:after { content: none; }
.search_result_container form input {
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
	display: block;
	width: 100%;
	max-width: 800px;
	padding: 0 0 5px 0;
	border: none;
	border-bottom: 1px solid #333333;
	background: transparent;
}
.search_result_container form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
}
.search_result_container form input::-moz-placeholder { /* Firefox 19+ */
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
}
.search_result_container form input:-ms-input-placeholder { /* IE 10+ */
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
}
.search_result_container form input:-o-input-placeholder { /* IE 10+ */
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
}
.search_result_container form input:-moz-placeholder { /* Firefox 18- */
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #3EA2F7;
}
.search_result_container .cms-search-txt {
	display: none;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #333333;
	padding: 0;
	margin: 0;
}
.cms-search-url { display: block; }
.cms-search-url-mobile { display: none; }
@media only screen and (max-width: 600px) {
	.cms-search-url { display: none; }
	.cms-search-url-mobile { display: block; }
}
.search_result_container .cms-search-url > a {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	color: #333333;
	padding: 0;
	margin: 0;
}
.search_result_container .cms-search-url > a:hover { text-decoration: underline; }
.search_result_container .search-results-spacer { display: block; width: 100%; height: 0; }
.search_result_container .search-results-spacer:last-of-type { display: none; }
.search_result_container .color-red { color: #3EA2F7; }
.search_result_container hr {
    background: #333333;
    height: 1px;
    border: none;
    margin: 30px 0;
}
@media screen and (max-width: 959px) { .search_result_container { padding: 55px 0 0 0 !important; } }
@media only screen and (max-width: 959px) {
	.search_result_container h1 { font-size: 24px; line-height: 32px; }
	.search_result_container .search-results { font-size: 18px; line-height: 24px; padding: 50px 0 15px 0; }
	.search_result_container form input { font-size: 18px; line-height: 24px; }
	.search_result_container form input::-webkit-input-placeholder { font-size: 18px; line-height: 24px; }
	.search_result_container form input::-moz-placeholder { font-size: 18px; line-height: 24px; }
	.search_result_container form input:-ms-input-placeholder { font-size: 18px; line-height: 24px; }
	.search_result_container form input:-o-input-placeholder { font-size: 18px; line-height: 24px; }
	.search_result_container form input:-moz-placeholder { font-size: 18px; line-height: 24px; }
	.search_result_container .cms-search-txt { font-size: 18px; line-height: 20px; }
	.search_result_container .cms-search-url > a { font-size: 18px; line-height: 24px; }
	.search_result_container .search-results-spacer { height: 15px; }
}
/************************************ 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 ************************************/