/************************************ Start: Root ************************************/
:root {
	--primary: #3574CA;
	--secondary: #C2D1F7;
	--tertiary: #9FA6A8;
	--quaternary: #EDEDED;
	--black: #252525;
	--white: #FFFFFF;
	--color-ph: rgba(37,37,37,0.4);
	--blt-color: #7B8082;
	--transition: all .3s;
}
/************************************ Ende: Root ************************************/
/************************************ Start: Skelleton ************************************/
html { min-height: 100%; line-height: 1px; }
body { height: 100%; }
body { font-smooth: never; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: "Jost", sans-serif; font-weight: 400; font-size: 18px; line-height: 27px; color: var(--black); }
@media screen and (max-width: 959px) { body { font-size: 15px; line-height: 24px; } }
body.navi { overflow: clip; }
body > table { width: 100%; max-width: 100%; min-height: 100vH; }
body > table > tbody > tr,
body > table > tbody > tr > td { height: 100%; }
main { display: block; overflow-x: clip; }
/************************************ Ende: Skelleton ************************************/
/************************************ Start: Sticky Footer ************************************/
#cmsgrid { min-height: 100svh; }
/************************************ End: Sticky Footer ************************************/
/************************************ Start: Scroll Smoother Lines Between Sections Fix / Browser Renderer Fix ************************************/
#smooth-content { will-change: transform; }
/************************************ End: Scroll Smoother Lines Between Sections Fix / Browser Renderer Fix ************************************/
/************************************ Start: Cookie Banner Labels anzeigen ************************************/
.pbcb_category_label { display: block !important; }
/************************************ Ende: Cookie Banner Labels anzeigen ************************************/
/************************************ Start: Grid Override ************************************/
.cms_container_narrow { width: 100%; max-width: 1030px; margin: 0 auto; }
.cms_container { width: 100%; max-width: 1230px; margin: 0 auto; }
.cms_container_wide { width: 100%; max-width: 1630px; margin: 0 auto; }
.cms_container_ultrawide { width: 100%; max-width: 100%; }
.cms_padding_025 { padding: 5px; }
.cms_padding_05 { padding: 10px; }
.cms_padding_1 { padding: 15px; }
.cms_padding_2 { padding: 30px; }
.flex_container.cms_padding_1 { padding: 15px; }
.flex_box.cms_padding_1 { padding: 15px; }
.flex_container.cms_padding_2 { padding: 30px; }
.flex_box.cms_padding_2 { padding: 30px; }
/************************************ Ende: Grid Override ************************************/
/************************************ Start: Section Anchor Fix ************************************/
a.section_anchor { height: 0px; line-height: 0px; font-size: 0px; }
/************************************ Ende: Section Anchor Fix ************************************/
/************************************ Start: Smooth Scroller Parallax Image ************************************/
.cms_parallax_imgContainer { overflow: clip; }
.cms_parallax_imgContainer img,
.cms_parallax_img { position: absolute; z-index: 1; display: block; width: 100%; height: 120%; object-fit: cover; bottom: 0; }
/************************************ End: Smooth Scroller Parallax Image ************************************/
/************************************ Start: CMS jssor-Slide Object Fit ************************************/
#cmsShadowSlider .cms_jssor .slide picture { display: flex; align-items: center; justify-content: center; }
#cmsShadowSlider .cms_jssor .slide picture img { max-width: 75vW; max-height: 75vH; object-fit: contain !important; }
/************************************ End: CMS jssor-Slide Object Fit ************************************/
/************************************ Start: Headings ************************************/
h1, h2, h3, h4, h5 { color: var(--black); padding: 0; margin: 0; }
*+h1, *+h2, *+h3, *+h4, *+h5 { padding-top: 30px; }
h1:has(+*), h2:has(+*), h3:has(+*), h4:has(+*), h5:has(+*) { padding-bottom: 15px; }
h1 { font-weight: 600; font-size: 62px; line-height: 74px; }
h2 { font-weight: 500; font-size: 36px; line-height: 43px; }
h3 { font-weight: 400; font-size: 28px; line-height: 34px; }
h4 { font-weight: 500; font-size: 24px; line-height: 29px; }
@media screen and (max-width: 959px) {
	h1 { font-weight: 600; font-size: 32px; line-height: 38px; }
	h2 { font-weight: 600; font-size: 24px; line-height: 29px; }
	h3 { font-weight: 400; font-size: 20px; line-height: 24px; }
	h4 { font-weight: 400; font-size: 18px; line-height: 22px; }
}
/************************************ Ende: Headings ************************************/
/************************************ Start: Content Font Settings ************************************/
p { margin: 0; padding: 0; }
*+p { padding-top: 15px; }

ul { padding: 0; margin: 0; }
li { list-style: none; padding: 0; }

main ul { list-style: none; margin: 0; padding: 0; }
main *+ul { padding-top: 15px; }
main ul li { position: relative; padding: 0 0 0 22px; }
main ul li:before { content: ""; position: absolute; top: 13px; left: 0; width: 12px; height: 1px; background: var(--primary); }
@media screen and (max-width: 959px) { main ul li:before { top: 11.5px; } }

a { cursor: pointer; text-decoration: none; }
main a { color: var(--primary); transition: var(--transition); }
main a:hover { color: var(--secondary); }

b, strong { font-weight: 600; }
/************************************ Ende: Content Font Settings ************************************/
/************************************ Start: Slider ************************************/
/* Start: Dots */
.cms_jssor > div:nth-last-of-type(3) { right: auto !important; bottom: 15px !important; left: 15px !important; width: calc(100% - 30px) !important; height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div { flex-wrap: wrap; align-items: center; gap: 15px; height: auto !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div { inset: auto !important; width: 15px !important; height: 15px !important; }
.cms_jssor > div:nth-last-of-type(3) > div > div:after { inset: 0; border: 2px solid var(--white); border-radius: 50%; background: rgba(255,255,255,0.35); }
.cms_jssor > div:nth-last-of-type(3) > div > div:hover:after { background: var(--white); }
.cms_jssor > div:nth-last-of-type(3) > div > div.iav:after { background: var(--white); }
/* End: Dots */

/* Start: Arrows */
.cms_jssor > div:nth-last-of-type(1),
.cms_jssor > div:nth-last-of-type(2) { transform: translateY(-50%); width: 63px !important; height: 63px !important; margin-top: 0 !important; }
.cms_jssor > div > .cms_jssor_arrow { inset: auto !important; width: 63px !important; height: 63px !important; border: 2px solid var(--white); background: rgba(255,255,255,0.35); transition: var(--transition); }
.cms_jssor > div > .cms_jssor_arrow:hover { background: var(--primary); }
.cms_jssor > div > .cms_jssor_arrow:before { inset: 50% auto auto 50% !important; width: 21px; height: 35px; background: center / contain no-repeat url("/pages/img/article_slider/arrow-small-down-white.svg"); border: none !important; }
.cms_jssor_arrow.cms_jssor_arrow_left:before { transform: translate(-50%, -50%) rotate(-180deg); }
.cms_jssor_arrow.cms_jssor_arrow_right:before { transform: translate(-50%, -50%); }
/* End: Arrows */

/* Start: Responsive */
@media screen and (max-width: 1366px) {
	.cms_jssor > div:nth-last-of-type(3) { bottom: 54px !important; left: 78px !important; width: calc(100% - 156px) !important; }
	.cms_jssor > div:nth-last-of-type(1), .cms_jssor > div:nth-last-of-type(2) { transform: none; top: auto !important; bottom: 30px; }
	.cms_jssor > div:first-of-type > div { transform: none !important; }
}
@media screen and (max-width: 959px) {
	.cms_jssor > div:nth-last-of-type(3) { bottom: 27.5px !important; left: 55px !important; width: calc(100% - 110px) !important; }
	.cms_jssor > div:nth-last-of-type(1),
	.cms_jssor > div:nth-last-of-type(2) { bottom: 15px; width: 40px !important; height: 40px !important; }
	.cms_jssor > div > .cms_jssor_arrow { width: 40px !important; height: 40px !important; }
	.cms_jssor > div > .cms_jssor_arrow:before { width: 15px; height: 25px; }
}
/* End: Responsive */
/************************************ Ende: Slider ************************************/
/************************************ Start: Breadcrumbs ************************************/
/*.cms_breadcrumbs_box { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 7px; }
.cms_breadcrumbs_block { display: flex; align-items: center; gap: 0 7px; }
.cms_breadcrumbs_box a { font-size: 16px; line-height: 19px; text-decoration: none; transition: var(--transition); }
.cms_breadcrumbs_box a:hover { color: var(--primary); text-decoration: none; }
.cms_breadcrumbs_box a.active { cursor: auto; color: var(--primary); }
.cms_breadcrumbs_box a.active:hover { color: var(--secondary); }
.cms_breadcrumbs_spacer { display: inline-flex; }
.cms_breadcrumbs_spacer > svg { width: 5px; height: 8px; }
.cms_breadcrumbs_box a.active + .cms_breadcrumbs_spacer { transform: rotate(90deg); }*/
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Footer Social Icons ************************************/
.cms_fsi_box { display: flex; flex-direction: column; gap: 15px; width: 100%; padding: 15px; }
.cms_fsi_lst { display: flex; align-items: center; gap: 15px; }
.cms_fsi_ele { width: 47px; height: 47px; }
.cms_fsi_ele > svg { display: flex; width: 47px; height: 47px; }
.cms_fsi_ele > svg > path { transition: var(--transition); }
.cms_fsi_ig > svg > path { fill: var(--primary); }
.cms_fsi_fb > svg > path { stroke: var(--primary); }
.cms_fsi_ig:hover > svg > path { fill: var(--secondary); }
.cms_fsi_fb:hover > svg > path { stroke: var(--secondary); }
/************************************ Ende: Footer Social Icons ************************************/
/************************************ Start: Footer ************************************/
footer:before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 6px; background: var(--primary); }
body:not(.home) footer:after { content: ""; position: absolute; z-index: -1; top: 0; left: 0; transform: translate(-50%,-50%); width: 917px; height: 917px; background: center / contain no-repeat url("/pages/img/zielscheibe.svg"); }
footer section { padding: 34px 0 0 0; }
footer .artlst_container { margin: 0 0 -30px 0; }
footer .artlst_container > article:first-of-type { max-width: 372px !important; }
footer .artlst_container > article:nth-of-type(2) { max-width: 357px !important; }
footer .artlst_container > article:last-of-type { max-width: 331px !important; }
footer .block_20000 { width: 217px !important; }
footer a { text-decoration: underline; transition: var(--transition); }
footer a:hover { color: var(--primary); }
footer .small-text { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 15px 32px; }
footer .small-text a { color: var(--black); text-decoration: none; transition: var(--transition); }
footer .small-text a:hover { color: var(--primary); }
@media screen and (max-width: 1365px) {
	footer .artlst_container { margin: 0 0 118px 0; }
	footer .artlst_container > article:first-of-type { position: absolute; z-index: 1; bottom: -186px; left: 15px; width: auto !important; max-width: none !important; }
	footer .artlst_container > article:nth-of-type(2) { width: 50% !important; max-width: none !important; }
	footer .artlst_container > article:last-of-type { width: 50% !important; max-width: none !important; }
	footer .block_20000 { width: 160px !important; height: 171px !important; }
}
@media screen and (max-width: 959px) { body:not(.home) footer:after { content: none; } }
@media screen and (max-width: 640px) {
	footer section { padding: 7px 0 171px 0; }
	footer .artlst_container { margin: 0 0 -20px 0; }
	footer .artlst_container > article:first-of-type { right: 15px; bottom: -236px; left: auto; }
	footer .artlst_container > article:nth-of-type(2) { width: 100% !important; margin: 0 0 10px 0; }
	footer .artlst_container > article:last-of-type { width: 100% !important; }
	footer .small-text { justify-content: flex-start; gap: 15px 22px; }
}
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
/**/
/************************************ End: Search Results ************************************/
/************************************ Start: Fix Article- and Category Lst ************************************/
/*.cms_container_wide { background: purple; }
.cms_container { background: red; }
.cms_container_narrow { background: yellow; }*/

article { display: flex; }
article > a,
article > a > div,
article > a > div > div,
article > div,
article > div > div,
article > div > div > div { display: flex; width: 100%; }

section.cat_sub.flex_box_12 { display: flex; }
a.section_anchor { position: absolute; width: 100%; height: 0; font-size: 0px; line-height: 0px; z-index: 1; top: 0; left: 0; background: transparent; }
.cat_color_container { width: 100%; }
.cat.flex_verticalalignement_stretch > section > .cat_color_container { display: flex; }
.cat.flex_verticalalignement_stretch > section > .cat_color_container > .cat_content { display: flex; }

.cms_padding_0_2x { padding: 0 !important; }
.cms_padding_025_2x { padding: 10px !important; }
.cms_padding_05_2x { padding: 20px !important; }
.cms_padding_1_2x { padding: 30px !important; }
.cms_padding_2_2x { padding: 60px !important; }

.artlst_container .cms_padding_0_2x { padding: 0 !important; }
.artlst_container .cms_padding_025_2x { padding: 5px !important; }
.artlst_container .cms_padding_05_2x { padding: 10px !important; }
.artlst_container .cms_padding_1_2x { padding: 15px !important; }
.artlst_container .cms_padding_2_2x { padding: 30px !important; }

.artlst_container { flex-wrap: inherit !important; justify-content: inherit !important; align-content: inherit !important; align-items: inherit !important; }
.artlst_container .flex_container.cms_padding_0 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_025 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_05 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_1 { padding: 0 !important; }
.artlst_container .flex_container.cms_padding_2 { padding: 0 !important; }
/*
Falls bei Includes Probleme!
.artlst_container .art.flex_container.cms_padding_0 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_025 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_05 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_1 { padding: 0 !important; }
.artlst_container .art.flex_container.cms_padding_2 { padding: 0 !important; }
*/
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_0 { padding: 0px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_025 { padding: 5px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_05 { padding: 10px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_1 { padding: 15px !important; }
.artlst_container .artlst_hasBorColYN .flex_container.cms_padding_2 { padding: 30px !important; }
/*
Falls bei Includes Probleme!
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_0 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_025 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_05 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_1 {}
.artlst_container .artlst_hasBorColYN .art.flex_container.cms_padding_2 {}
*/
.cat_color_inset { inset: 30px !important; }
.container_color_inset { padding: 30px !important; }

.full_art_link { position: absolute !important; z-index: 11 !important; }
.full_art_link_cms_padding_0 { inset: 0px !important; }
.full_art_link_cms_padding_025 { inset: 10px !important; }
.full_art_link_cms_padding_05 { inset: 20px !important; }
.full_art_link_cms_padding_1 { inset: 30px !important; }
.full_art_link_cms_padding_2 { inset: 60px !important; }

.artlst_container .full_art_link_cms_padding_0 { inset: 0px !important; }
.artlst_container .full_art_link_cms_padding_025 { inset: 5px !important; }
.artlst_container .full_art_link_cms_padding_05 { inset: 10px !important; }
.artlst_container .full_art_link_cms_padding_1 { inset: 15px !important; }
.artlst_container .full_art_link_cms_padding_2 { inset: 30px !important; }

.artlst_hasBorColYN .full_art_link { inset: 0 !important; }
/************************************ End: Fix Article- and Category Lst ************************************/
