/************************************ Start: Skelleton ************************************/
html { min-height: 100%; line-height: 1px; }
body { height: 100%; font-family: 'Raleway', 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: Fix Numbers from Font-Family ************************************/
* { font-variant-numeric: lining-nums; }
/************************************ Ende: Fix Numbers from Font-Family ************************************/
/************************************ 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%; }
/* Start: Metallumformung Containerbreiten */
.cms_container_30										{ width: 100%; max-width: 1244px; margin: 0 auto; } /* Mit 30px*/
.cms_container_60										{ width: 100%; max-width: 1304px; margin: 0 auto; } /* Mit 60px*/
.cms_container_wide_30									{ width: 100%; max-width: 1688px; margin: 0 auto; } /* Mit 30px*/
.cms_container_wide_60									{ width: 100%; max-width: 1748px; margin: 0 auto; } /* Mit 60px*/
.cms_container_testimonial								{ width: 100%; max-width: 1394px; margin: 0 auto; } /* Mit 60px*/
/* End: Metallumformung Containerbreiten */
.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 { padding: 15%; }
/************************************ Ende: Google Maps ************************************/
/************************************ Start: Catpadding Klasse ************************************/
.catpadding { padding: 24px 0; }
/************************************ Ende: Catpadding Klasse ************************************/
/************************************ Start: Recurring Klasse ************************************/
.cms_recurring_class > div > div > div.flex_container { padding: 15px !important; }
.cms_recurring_class > div > div > div > .flex_box_12 { padding: 15px !important; }
/************************************ End: Recurring Klasse ************************************/
/************************************ Start: CMS IMG Klasse ************************************/
.cms_img picture { border-radius: 0; }
/************************************ Ende: CMS IMG Klasse ************************************/
/************************************ 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: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 62px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
h2 {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 55px;
	line-height: 62px;*/
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
h3 {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 46px;
	line-height: 58px;*/
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
h4 {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 35px;
	line-height: 45px;*/
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: #495057;
	text-align: left;
	padding: 0 0 15px 0;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 36px !important;
		line-height: 42px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h2 {
		font-size: 32px !important;
		line-height: 38px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h3 {
		font-size: 26px !important;
		line-height: 32px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h4 {
		font-size: 22px !important;
		line-height: 28px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	h5 {
		font-size: 21px !important;
		line-height: 28px !important;
		font-weight: 400 !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 {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #095AA6;
	text-align:inherit;
	display: inline-block;
	text-decoration: none;
}
.art a:hover { text-decoration: underline; }
.lead {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #495057;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) { .lead { font-size: 24px !important; line-height: 32px !important; font-weight: 300 !important; } }
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #495057;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) { p { font-size: 18px !important; line-height: 24px !important; font-weight: 400 !important; } }
.block_10000 li {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #495057;
	text-align: left;
	padding: 0 0 15px 0;
}
.block_10000 li > span { display: block; }
@media screen and (max-width: 767px) { .block_10000 li { font-size: 18px !important; line-height: 24px !important; font-weight: 400 !important; } }
/************************************ 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: #095AA6; color: #ffffff; }
body.scrolled #goUp { display: block; }
/************************************ Ende: Go-Up ************************************/
/************************************ Start: Galerie Title und Beschreibung ************************************/
.cms_gallery_header {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 55px;
	line-height: 62px;*/
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_gallery_intro {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 46px;
	line-height: 58px;*/
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	.cms_gallery_header {
		font-size: 32px !important;
		line-height: 38px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.cms_gallery_intro {
		font-size: 26px !important;
		line-height: 32px !important;
		font-weight: 600 !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; }
a > .mehr_lesen_link {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px !important;
	color: #495057;
	text-align: left;
}
a > .mehr_lesen_link:after {
    display: inline-flex;
    font: normal normal normal 22px/16px FontAwesome;
    font-size: inherit;
	font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\a0\f105";
}
a:hover > .mehr_lesen_link { color: #095AA6 !important; text-decoration: underline !important; }
@media screen and (max-width: 767px) { a > .mehr_lesen_link { font-weight: 600 !important; } }
@media screen and (max-width: 767px) { a > .mehr_lesen_link { font-weight: 600 !important; } }
.knopf > a {
	width: auto !important;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	border: 2px solid #095AA6;
	background: #095AA6;
	padding: 11px 45px;
	-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;
}
.knopf > a:hover { display: inline-flex; color: #095AA6; border: 2px solid #095AA6; background: #FFFFFF; text-decoration: none; }
.loesungen_detail_lst .knopf > a { display: block; width: 100%; font-weight: 700; font-size: 25px; line-height: 30px; padding: 6px 10px; }
.loesungen_detail_lst .knopf > a:hover { display: block; width: 100%; }
@media screen and (max-width: 767px) { .loesungen_detail_lst .knopf > a { font-weight: 600; font-size: 18px; line-height: 24px; padding: 10px; } }
main button {
	width: auto !important;
    cursor: pointer;
    display: inline-flex;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	border: 2px solid #095AA6;
	background: #095AA6;
	padding: 11px 45px;
    -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;
}
main button:hover { display: inline-flex; color: #095AA6; border: 2px solid #095AA6; background: #FFFFFF; text-decoration: none; }
a.art_link.b1 {
	cursor: pointer;
	display: block;
	width: auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	border: 2px solid #095AA6;
	background: #095AA6;
	padding: 11px 45px;
    -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;
}
a.art_link.b1:hover { display: block; color: #095AA6; border: 2px solid #095AA6; background: #FFFFFF; text-decoration: none; }
a.art_link.b1 > i { margin: 0 10px 0 0; font-size: 16px; line-height: 22px; }
.align_1 { justify-content: flex-start; }
.align_2 { justify-content: center; }
.align_3 { justify-content: flex-end; }
.align_4 > a.art_link.b1 { width: 100%; }
@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: Slidertext ************************************/
@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(3) > div > div:hover:after { background: #FFFFFF; }
.cms_jssor > div:nth-last-of-type(3) { bottom: 16px !important; }
.cms_jssor > div:nth-last-of-type(3), .cms_jssor > div:nth-last-of-type(3) > div { height: 20px !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div { width: 20px !important; height: 20px !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div:after { top: 2px; bottom: 2px; border-radius: 8px; background: rgba( 255,255,255,0.5 ); }
.cms_jssor .slide > div > div > div .cms_jssor_txt,
.cms_jssor .slide > div > div > div .cms_jssor_txt > div { padding: 15px !important; }
.cms_jssor .slide > div > div > div .cms_jssor_txt > div { background: rgba( 0,0,0,0.65 ); }
.cms_jssor .slide > div > div > div { padding: 0; }
.cms_jssor_txt h2 {
	color: #FFFFFF;
}
.cms_jssor_txt p {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
}
.cms_jssor_txt p > a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #095AA6;
	text-align:inherit;
	display: inline-block;
	text-decoration: none;
}
.cms_jssor_txt p > a:hover { text-decoration: underline; }
.cms_jssor_txt .knopf > a { background: rgba(62, 162, 247, 0.3);  color: #FFFFFF; text-decoration: none; }
.cms_jssor_txt .knopf > a:hover { color: #FFFFFF; background: #095AA6; }
.cms_jssor_txt b, .cms_jssor_txt strong {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 960px) {
	.cms_jssor > div:nth-last-of-type(3) > div > div { width: 16px !important; }
	.cms_jssor > div:nth-last-of-type(3) > div > div:after { width: 8px; height: 8px; }
	.cms_jssor > div:nth-last-of-type(1), .cms_jssor > div:nth-last-of-type(2) { width: 32px !important; height: 32px !important; }
	.cms_jssor > div > .cms_jssor_arrow { width: 32px; height: 32px; }
	.cms_jssor > div > .cms_jssor_arrow:before { width: 8px; height: 8px; }
	.cms_jssor > div > .cms_jssor_arrow:before { width: 8px; height: 8px; top: 11px; }
	.cms_jssor_arrow.cms_jssor_arrow_left:before, .cms_jssor_arrow.cms_jssor_arrow_right:before { left: 11px; }
	.cms_jssor > div:nth-last-of-type(3) { bottom: 5px !important; }
}
@media screen and (max-width: 812px) { .cms_jssor_txt { display: none; } }
/************************************ Ende: Slidertext ************************************/
/************************************ 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 ************************************/
.breadcrumbs a {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	color: #495057;
	margin: 0 15px 0 0;
	display: inline-block;
}
.breadcrumbs a.active { color: #095AA6; margin: 0; text-decoration: none; }
.breadcrumbs a:hover { color: #095AA6; text-decoration: none; }
.breadcrumbs a.active:hover { color: #495057; }
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Aktuelles Teaser ************************************/
.first_news_teaser, .second_news_teaser, .third_news_teaser {
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition:    background-color .3s ease-in-out;
	-o-transition:      background-color .3s ease-in-out;
	-ms-transition:     background-color .3s ease-in-out;
	transition:         background-color .3s ease-in-out;	
}
.first_news_teaser:hover, .second_news_teaser:hover, .third_news_teaser:hover { background: rgb(243, 243, 243); }
.home_news_teaser .button { margin: 0 auto; width: auto !important; display: table; }
.first_news_teaser > .news_info,
.second_news_teaser > .news_info,
.second_news_teaser { margin-bottom: 30px; }
.first_news_teaser,
.second_news_teaser,
.third_news_teaser { position: relative; }
.news_teaser_date {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgba(112, 112, 112, 0.8);
	text-align: left !important;
	padding: 0 0 15px 0;
}
.first_news_teaser .news_info p { padding: 0 0 15px 0 !important; }
.first_news_teaser:hover .mehr_lesen_link {	color: #095AA6 !important; text-decoration: underline !important; }
/************************************ Ende: Aktuelles Teaser ************************************/
/************************************ 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: Aktuelles Übersicht ************************************/
.news_overview { padding: 24px 0; }
.news_overview_box h4 { text-align: left; }
.news_overview_box > div {
	position: relative;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition:    background-color .3s ease-in-out;
	-o-transition:      background-color .3s ease-in-out;
	-ms-transition:     background-color .3s ease-in-out;
	transition:         background-color .3s ease-in-out;	
}
.news_overview_box > div:hover { background: rgb(243, 243, 243); }
/************************************ Ende: Aktuelles Übersicht ************************************/
/************************************ Start: Team ************************************/
.cms_users_title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 62px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_users_header {
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;
	font-size: 55px;
	line-height: 62px;*/
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	color: #095AA6;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	.cms_users_title {
		font-size: 36px !important;
		line-height: 42px !important;
		font-weight: 600 !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.cms_users_header {
		font-size: 32px !important;
		line-height: 38px !important;
		font-weight: 600 !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 { width: 100%; padding-top: 100%; position: relative; }
	.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: 'Poppins', 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: 'Poppins', 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: 'Raleway', sans-serif;
	font-weight: 400;
    background: #FFFFFF;
    color: #095AA6;
    font-size: 16px;
    line-height: 22px;
	height: auto;
	padding: 15px;
	border: 2px solid #095AA6;
	border-radius: 0;
	outline: 0;
}
form textarea { height: 220px; }
form select { cursor: pointer; -moz-appearance:none; -webkit-appearance:none; appearance:none; }
form button { display: table !important; margin: 0 auto; }
::placeholder {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #095AA6;
    font-size: 16px;
    line-height: 22px;
}
:-ms-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #095AA6;
    font-size: 16px;
    line-height: 22px;
}
::-ms-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #095AA6;
    font-size: 16px;
    line-height: 22px;
}
form.ff .frm_spacer { width: 100%; height: 1px; background: #095AA6; }
.frm_subtitle > div {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #095AA6;
	text-align: left;
}
#frm_13 button { width: auto; margin: 0 auto; display: block; }
.frm_header p { padding: 0 0 12px 0 !important; }
label.select { display: block !important; }
form select { padding: 15px 43px 15px 20px; }
main label.select:after {
	pointer-events: none;
	display: block;
	content: "";
	position: absolute;
	z-index: 10;
	top: 20.05px;
	right: 17px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #095AA6;
	border-bottom: 1px solid #095AA6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: transparent;
}
form select { cursor: pointer; -moz-appearance:none; -webkit-appearance:none; appearance:none; }
main input, main textarea, main select { width: 100%; }
.flex_box_label_radiocheck > label {
	display: block !important;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 16px;
	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: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px !important;
	text-align: left;
	color: #000000;
}
main input[type="radio"] + label { display: block !important; }
main input[type="radio"] + label:before { border: 2px solid #095AA6; background: #FFFFFF; }
main input[type="radio"] + label:hover:after { background: #095AA6; }
main input[type="radio"]:checked + label:after { background: #095AA6; }
main input[type="checkbox"] + label { display: block !important; background: transparent !important; }
main input[type="checkbox"] + label:before { border: 2px solid #095AA6; background: #FFFFFF; }
main input[type="checkbox"] + label:hover:after { color: #095AA6; }
main input[type="checkbox"]:checked + label:after { background: #095AA6; color: #FFFFFF; }
label.date { display: block !important; }
main label.date:after {
    font-size: 24px;
    line-height: 58px;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
	color: #FFFFFF;
	background: #095AA6;
	border-radius: 4px 0 0 4px;
}
main label.date input { padding: 16px 16px 16px 73px; height: 58px; }
label.time { display: block !important; }
main label.time:after {
    font-size: 24px;
    line-height: 58px;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
	color: #FFFFFF;
	background: #095AA6;
	border-radius: 4px 0 0 4px;
}
main label.time input { padding: 16px 16px 16px 73px; height: 58px; }

.frm_dz_lst {
    border: 2px solid #095AA6;
    border-radius: 4px 4px 0 0;
    background: #FFFFFF;
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
    color: #000000;
}
.frm_dz_lst b { font-weight: 700; color: #095AA6; }
.frm_dz_lst i { font-style: normal; }
.frm_dz_container .frm_dz_txt { border: 2px solid #095AA6 !important; background: #FFFFFF !important; }
.frm_dz_container .frm_dz_txt span {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #095AA6;
}
.frm_dz_container .frm_dz_txt i:before {
    display: block;
    text-align: center;
    font-size: 32px;
	line-height: 32px;
	color: #095AA6;
}
.frm_dz_lst > div > ul { padding: 0; }
.frm_dz_lst ul li { border-bottom: 1px solid #095AA6; }
.frm_dz_lst ul li div { color: #000000; }
.frm_dz_lst ul li div:hover { color: #095AA6; }
/* Start: Nach Absenden */
.frm_sent_header * { color: #000000 !important; }
.frm_sent_table > tbody > tr > td.frm_spacer > div { height: 1px; margin: 15px 0; background: #095AA6; }
.frm_sent_table > tbody > tr > td {
	font-family: 'Raleway', 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: #095AA6 !important; text-decoration: none !important; }
.frm_sent_table > tbody > tr > td.frm_sent_value > a:hover { color: #095AA6 !important; text-decoration: underline !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: #095AA6 !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: 0; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #FFFFFF; }
footer p, footer span, footer li, footer strong, footer b {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF !important;
	text-align: left;
	opacity: 1 !important;
}
@media screen and (max-width: 767px) { footer p, footer span, footer a, footer li, footer strong, footer b, footer table tr > td { font-size: 18px !important; line-height: 25px !important; } }
footer .fa { font-size: 20px; line-height: 25px; margin: 0 5px 0 0; }
footer b, footer strong { font-weight: 700; }
footer .art a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #FFFFFF;
	text-align: inherit;
	display: inline-block;
	text-decoration: none;
}
footer .art a:hover { text-decoration: underline; }
footer div p:last-of-type { padding: 0; }
/* Start: Footer Logo Box Anchor */
.cms_footer_logo_box a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #FFFFFF;
	text-align: inherit;
	display: inline-block;
	text-decoration: none;
}
.cms_footer_logo_box a:hover { text-decoration: underline; }
/* End: Footer Logo Box Anchor */
/* Start: Impressum und Datenschutz */
.cms_footer_logo_box p:last-of-type,
.cms_footer_logo_box p:last-of-type > a { font-size: 13px; line-height: 18px; }
@media screen and (max-width: 767px) {
	.cms_footer_logo_box p:last-of-type,
	.cms_footer_logo_box p:last-of-type > a { font-size: 13px !important; line-height: 18px !important; }
}
/* End: Impressum und Datenschutz */
/* Start: Grid Anpassung */
@media screen and (max-width: 1250px) { footer > div > div > div > section > div > div > article.flex_box_12 { width: 50.000% !important; } }
@media screen and (max-width: 959px) { footer > div > div > div > section > div > div > article.flex_box_12 { width: 100% !important; } }
/* End: Grid Anpassung */
/* Start: Footer Category Padding */
footer .catpadding { padding: 69px 0 60px 0; }
@media screen and (max-width: 1140px) { footer .catpadding { padding: 24px 0; } }
/* End: Footer Category Padding */
/* Start: Footer Social Icons */
.cms_footer_logo_box p:first-of-type { display: block; height: 45px; padding: 0; margin: 0 0 20px 0; }
.cms_footer_logo_box p:first-of-type > a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #707070;
	font-size: 0px;
	line-height: 0px;
	margin: 0 4px 0 0;
}
.cms_footer_logo_box p:first-of-type > a:last-of-type { margin: 0; }
.cms_footer_logo_box p:first-of-type > a > span {
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	color: #095AA6 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}
@media screen and (max-width: 767px) { .cms_footer_logo_box p:first-of-type > a > span { font-size: 32px !important; line-height: 43px !important; } }
.cms_footer_logo_box p:first-of-type > a,
.cms_footer_logo_box p:first-of-type > a > span {
	-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_footer_logo_box p:first-of-type > a:hover { background: #095AA6; border: 1px solid #095AA6; text-decoration: none; }
.cms_footer_logo_box p:first-of-type > a:hover > span { color: #FFFFFF !important; }
/* End: Footer Social Icons */
/* Start: Footer Logo */
.cms_footer_logo_box { position: absolute; z-index: 14; top: 0; right: 0; }
.cms_footer_logo img { width: 360px; height: 184px; margin: 0 0 26px 0; }
@media screen and (max-width: 1250px) {
	.cms_footer_logo_box { top: auto; bottom: 30px; }
	.cms_footer_logo img { width: 240px; height: 123px; }
}
@media screen and (max-width: 959px) {
	.cms_footer_logo_box { display: block; width: 100%; position: relative; bottom: auto; right: auto; background: #095AA6; padding: 30px 30px 54px 30px; }
	footer .catpadding { padding: 24px 0 0 0; }
}
/* Start: Footer Logo */
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
.load_search_result { padding: 30px 0 0 0; }
.search_result_container h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	text-align: left;
	color: #495057;
	padding: 0;
}
.search_result_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: left;
	color: #495057;
	padding: 0 0 30px 0;
}
.search_result_container .cms-search-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	color: #495057;
	padding: 0 0 5px 0;
}
.search_result_container .cms-search-txt {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #495057;
	padding: 0 0 5px 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: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #095AA6;
	padding: 0;
}
.search_result_container .cms-search-url > a:hover { text-decoration: underline; color: #495057; }
.search_result_container .search-results-spacer { display: block; width: 100%; height: 30px; }
.search_result_container .search-results-spacer:last-of-type { display: none; }
.search_result_container .color-red { color: #095AA6; }
.search_result_container hr { background: #495057; height: 2px; border: none; margin: 30px 0; }
.loesungen_search_result > div { position: relative; height: 100%; }
.teaser_img.teaser_img_loesungen_search {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	height: 250px;
}
.loesungen_search_result h2 {
	height: calc(100% - 250px);
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: left;
	padding: 25px;
	background: #095AA6;
	border: 5px solid #095AA6;
	-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;
}
.loesungen_search_section { margin: -15px; }
.loesungen_search_result > div:hover h2 { color: #095AA6; background: #FFFFFF; }
@media screen and (max-width: 959px) {
	.search_result_container h1 { font-weight: 700 !important; font-size: 32px !important; line-height: 42px !important; }
	.search_result_container h2 { font-weight: 700 !important; font-size: 24px !important; line-height: 32px !important; }
	.search_result_container .cms-search-title { font-weight: 700 !important; font-size: 18px !important; line-height: 24px !important; }
	.search_result_container .cms-search-txt { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.search_result_container .search-results-spacer { height: 30px; }
	.loesungen_search_result > div { height: auto; }
	.loesungen_search_result h2 { height: auto; }
}
/************************************ 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: #095AA6; 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: #095AA6; cursor: pointer; }
/************************************ End: Download-Manager ************************************/