/************************************ Start: Skelleton ************************************/
* { outline: 0; }
html { min-height: 100%; line-height: 1px; }
body { height: 100%; font-family: 'Open Sans', 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_partner									{ width: 100%; max-width: 1726px; margin: 0 auto; }
.cms_container_programm									{ width: 100%; max-width: 1650px; 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_8											{ padding: 39px; }
.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; }
.cms_container_programm .cms_padding_1 					{ padding: 20px; }
/************************************ Ende: Grid Override ************************************/
/************************************ Start: Grid Override ************************************/
main.subpagepadd { margin: 50px 0 0 0; }
@media screen and (max-width: 959px) { main.subpagepadd { margin: 0; } }
/************************************ End: Grid Override ************************************/
/************************************ Start: Teaser Fix ************************************/
@media screen and (min-width: 1024px) and (max-width: 1200px) { .news_teaser_small.flex_box_12_4 { width: 50%; } }
/************************************ Ende: Teaser Fix ************************************/
/************************************ 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: Blau Style ************************************/
.blau { color: #3D4FA3 !important; }
a:has(.blau) { color: #3D4FA3 !important; }
/************************************ End: Blau Style ************************************/
/************************************ Start: Gold Style ************************************/
.gold { color: #ab8825 !important; }
a:has(.gold) { color: #ab8825 !important; }
/************************************ End: Gold Style ************************************/
/************************************ Start: Grau Style ************************************/
.grau { color: #3D3D39 !important; }
a:has(.grau) { color: #3D3D39 !important; }
/************************************ End: Grau Style ************************************/
/************************************ 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: Panorama Fix ************************************/
section#panorama > #static > picture > img { width: 100%; max-width: 100%; }
/************************************ Ende: Panorama Fix ************************************/
/************************************ Start: Headings ************************************/
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h2 {
	display: table;
	margin: 0 auto;
	font-family: "basic-sans", sans-serif;
	/*font-weight: 700;*/
	font-weight: 400;
	font-size: 55px;
	line-height: 62px;
	color: #000000;
	text-align: center;
	padding: 0 0 15px 0;
}
h2:after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #000000;
    margin: 15px auto 0 auto;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	h1 { font-size: 42px !important; line-height: 52px !important; font-weight: 600 !important; }
	h2 { font-size: 38px !important; line-height: 47px !important; /*font-weight: 700 !important;*/ font-weight: 400 !important; }
	h3 { font-size: 26px !important; line-height: 32px !important; font-weight: 600 !important; }
	h4 { font-size: 22px !important; line-height: 28px !important; font-weight: 600 !important; }
	h5 { font-size: 21px !important; line-height: 28px !important; font-weight: 400 !important; }
}
/************************************ Ende: Headings ************************************/
/************************************ Start: Content Font Settings ************************************/
.art a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #AB8825;
	text-align:inherit;
	display: inline-block;
	text-decoration: none;
}
.art a:hover { text-decoration: underline !important; }
.lead {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: rgba(112, 112, 112, 1);
	text-align: left;
	padding: 0 0 15px 0;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.8);
	text-align: left;
	padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) { p { font-size: 18px !important; line-height: 26px; 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; } }
/************************************ Ende: Background-Image Height Limitation ************************************/
/************************************ Start: Go-Up ************************************/
#goUp { display: none; position: fixed; right: 0; bottom: 48px; z-index: 100000; width: 32px; height: 32px; background: #FFFFFF; line-height: 30px; text-align: center; box-shadow: 0 0 20px rgba( 0,0,0,0.2 ); cursor: pointer; }
#goUp:hover { background: #AB8825; color: #ffffff; }
body.scrolled #goUp { display: block; }
/************************************ Ende: Go-Up ************************************/
/************************************ Start: Galerie Title und Beschreibung ************************************/
.cms_gallery_header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 46px;
	line-height: 58px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_gallery_intro {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: rgba(112, 112, 112, 1);
	text-align: left;
	padding: 0 0 15px 0;
}
/************************************ 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 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px !important;
	color: #AB8825;
	text-align: left;
	display: inline-block;
}
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: #AB8825 !important;
	text-decoration: underline !important;
}
@media screen and (max-width: 767px) { a > .mehr_lesen_link { font-weight: 600 !important; } }
a > .knopf {
	width: auto !important;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	background: transparent;
	border: 1px solid #000000;
	padding: 8px 24px;
	-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;
	outline: 0;
}
a:hover > .knopf { background: #000000; color: #FFFFFF; text-decoration: none; display: inline-table; }
main button {
	width: auto !important;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	border-radius: 0;
	background: transparent;
	border: 1px solid #000000;
	padding: 8px 24px;
	-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;
	outline: 0;
}
main button:hover { background: #000000; color: #FFFFFF; text-decoration: none; border: 1px solid #000000; }
@media screen and (max-width: 959px) {
	a > .knopf { font-weight: 400 !important; }
	main button { 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: 'Open Sans', 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: #AB8825;
	text-align:inherit;
	display: inline-block;
	text-decoration: none;
}
.cms_jssor_txt p > a:hover { text-decoration: underline; }
.cms_jssor_txt b, .cms_jssor_txt strong {
	font-family: 'Open Sans', 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;
}
/* 1/6 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_2 { margin-left: calc(15% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_2  { margin-right: calc(15% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_2  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_8  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_2  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_2  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_2   { margin-top: 0 !important; }
/* 1/4 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_3 { margin-left: calc(15% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_3  { margin-right: calc(15% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_3  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_3  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_3  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_3  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_3   { margin-top: 0 !important; }
/* 1/3 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_4 { margin-left: calc(15% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_4  { margin-right: calc(15% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_4  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_4  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_4  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_4  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_4   { margin-top: 0 !important; }
/* 1/2 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_6 { margin-left: calc(15% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_6  { margin-right: calc(10% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_6  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_6  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_6  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_6  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_6   { margin-top: 0 !important; }
/* 2/3 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_8 { margin-left: calc(10% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_8  { margin-right: calc(10% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_8  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_8  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_8  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_8  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_8   { margin-top: 0 !important; }
/* 3/4 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_9 { margin-left: calc(10% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_9  { margin-right: calc(10% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_9  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_9  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_9  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_9  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_9   { margin-top: 0 !important; }
/* 5/6 */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_left .cms_jssor_txt.flex_box_12_10 { margin-left: calc(7% - 32px); }
.flex_horizontalalignement_right .cms_jssor_txt.flex_box_12_10  { margin-right: calc(7% - 32px); }
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_10  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_10  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_10  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_10  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_10   { margin-top: 0 !important; }
/* 100% */ /*Abgeschlossen für nur Text*/
.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_8  { margin-left: 0 !important; margin-right: 0 !important; }
.flex_verticalalignement_top .cms_jssor_txt.flex_box_12_8  { margin-top: calc(3% - 32px); }
.flex_verticalalignement_bottom .cms_jssor_txt.flex_box_12_8  { margin-bottom: calc(3% - 32px); }
.flex_verticalalignement_middle .cms_jssor_txt.flex_box_12_8  { margin-bottom: 0 !important; margin-top: 0 !important; }
.flex_verticalalignement_stretch.flex_horizontalalignement_center .cms_jssor_txt.flex_box_12_8   { margin-top: 0 !important; }
@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: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	margin: 0 15px 0 0;
	display: inline-block;
}
.breadcrumbs a.active { color: #AB8825; margin: 0; text-decoration: none; }
.breadcrumbs a:hover { color: #AB8825; text-decoration: none; }
.breadcrumbs a.active:hover { color: #AB8825; }
/************************************ 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: 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); }
.aktuell_tag {
    display: inline-table;
    background: #AB8825;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 54px;
    color: #FFFFFF;
    text-align: left;
	margin: 0 0 15px 0;
}
.news_teaser_date {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: left !important;
	padding: 0 0 15px 0;
}
.aktuell_date {
    display: inline-table;
    background: #000000;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 54px;
    color: #FFFFFF;
    text-align: left !important;
}
.cms_container_narrow.news > div.cms_padding_1 { padding: 0 15px 15px 15px; }
.news_detail_static_box.cms_padding_1 { padding: 15px 15px 0 15px; }
/************************************ Ende: Aktuelles Übersicht ************************************/
/************************************ Start: Team ************************************/
.cms_users_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_users_header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 46px;
	line-height: 58px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.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;
}
/************************************ Ende: Team ************************************/
/************************************ Ende: Kontaktformular ************************************/
form label { display: none !important; }
label.select { display: block !important; }
form input, form select, form textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    background: #DDDDDD;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
	height: auto;
	padding: 16px;
	border: none;
}
form textarea { height: 250px; }
form select { cursor: pointer; -moz-appearance:none; -webkit-appearance:none; appearance:none; }

form button { display: table !important; margin: 0 auto; }
::placeholder {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}
:-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}
::-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}
#frm_13 button { width: auto; margin: 0 auto; display: block; }
.frm_header p { padding: 0 0 12px 0 !important; }
@media screen and (max-width: 959px) { .tr_frm_placeholder, .frm_input frm_input_19 { display: none !important; } }
/************************************ 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: #AB8825 !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 ************************************/
.fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}
footer { border-top: none !important; margin: 80px 0 0 0; }
footer .catpadding { padding: 54px 0 84px 0; }
@media screen and (max-width: 767px) { footer .catpadding { padding: 24px 0; } }
footer .flex_box_12_4:last-of-type .block_10000 { padding: 15px 15px 0 15px; }
footer .block_20000.cms_padding_1 { padding: 0 15px 15px 15px; }
footer .cms_img img { border-radius: 4px; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #FFFFFF; }
footer p, footer span, footer a, footer li, footer strong, footer b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	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: 16px !important; line-height: 28px !important; } }
footer .fa { font-size: 20px; line-height: 24px; }
footer .fa-facebook, footer .fa-twitter, footer .fa-youtube { font-size: 26px; line-height: 58px; margin: 0 20px 0 0; }
footer b, footer strong { font-weight: 600; }
footer 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 a:hover { text-decoration: underline; }
footer .cmsNavi li a:hover, footer a:hover { text-decoration: underline !important; }
footer .block_10000:last-of-type a:hover { text-decoration: none; }
footer .cms_navigation_header { padding: 0 0 15px 0; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 18px; line-height: 24px; color: rgba(255, 255, 255, 1); text-align: left; }
footer .cmsNavi li a:hover { color: rgba(62, 162, 247, 1); }
footer .cmsNavi li a { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 18px; line-height: 24px; color: rgba(255, 255, 255, 1); text-align: left; }
footer .cmsNavi li:last-of-type a { padding: 0; }
footer div p:last-of-type { padding: 0; }
/* Start: Grid Anpassungen */
footer > section > div > div > div > article > div > div > .flex_container { padding: 0 !important; }
footer > section > div > .flex_container { padding: 15px !important; }
@media screen and (max-width: 1424px) { footer > section > div > div > div > article.flex_box_12 { width: 50.0% !important; } }
@media screen and (max-width: 662px) {
	footer > section > div > div > div > article > div > div > .flex_container { padding: 15px !important; }
	footer > section > div > .flex_container { padding: 0 !important; }
	footer > section > div > div > div > article.flex_box_12 { width: 100.0% !important; }
}
/* End: Grid Anpassungen */
/************************************ Ende: Footer ************************************/
/************************************ Start: Kontaktformular Special ************************************/
form label { display: none; }
.flex_box_label_radiocheck label, form input[type="radio"], main input[type="radio"] + label { display: block !important; }
form input[type="radio"] { visibility: hidden; }
label.date { display: block !important; }
main label.date:after { font-size: 24px; line-height: 58px; width: 58px; height: 58px; top: 9px; left: 9px; }
main label.date input { padding: 16px 8px 16px 73px; height: 58px; }
main label.select:after { color: #707070; }
form label { display: none !important; }
form.ff .frm_input select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
main label.select:after {
    display: block;
    content: "\f078";
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 21px;
    color: #000000;
    background: transparent;
}
main label.select:after { pointer-events: none; }
main input[type="radio"]:checked + label:after { background: #000000; }
.event_name {
    float: left;
    width: 50%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 0;
}
.event_datum {
    float: left;
    width: 115px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 0;
}
.event_kategorie {
    float: left;
    width: calc(50% - 115px);
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 0;
}
.event_kategorie > .flex_box_12.flex_box_12_12.frm_input.frm_input_16 {
    width: 50%;
    display: block;
    float: left;
	padding: 0;
}
.event_input_kategorie .flex_box_12_10 { width: 100%; padding: 0; }
.event_input_kategorie { padding: 0; }
.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] { height: 0px; }
.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] + label { padding: 8px 8px 8px 36px; line-height: 25px; }
.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] + label:before { top: 8px; }
.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] + label:after { top: 13px; }
.event_only_mobile { display: none; }
.ff .frm_spacer { background: #707070; height: 1px; width: 100%; }
@media screen and (max-width: 959px) {
	.event_hide_on_mobile { display: none !important; }
	.event_only_mobile { display: block; font-weight: 700; }
	.event_name,
	.event_datum,
	.event_kategorie { width: 100%; display: block; }
	.event_kategorie > .flex_box_12.frm_input.frm_input_16 { width: 100%; display: block; }
	.event_name { padding: 0 0 8px 0; }
	.event_datum { padding: 0 0 8px 0; }
	.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] + label { padding: 8px 0 0 36px; }
	.event_kategorie > .flex_box_12.frm_input.frm_input_16 > input[type="radio"] + label:last-of-type { padding: 8px 0 0 36px; }
}
/************************************ Ende: Kontaktformular Special ************************************/