/************************************ Start: Root ************************************/
:root {
	--font-family-1: "area-normal-light", sans-serif;
	--font-family-2: "area-normal", sans-serif;
	--font-family-3: "area-extended-light", sans-serif;
	--primary: #AA9F00;
	--rose: #E3004F;
	--cuvee: #99151B;
	--schaumwein: #AD456E;
	--hellgrau: #F6F6F6;
	--black: #252525;
	--white: #FFFFFF;
	--color-hr: #AEAEAE;
	--color-ph: rgba(37,37,37,0.4);
	--border-radius-inp: 5px;
	--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: var(--font-family-1); font-weight: 300; font-size: 17px; line-height: 27px; color: var(--black); }
@media screen and (max-width: 959px) { body { font-size: 16px; line-height: 25px; } }
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 { position: absolute; z-index: 1; display: block; width: 100%; height: 120%; object-fit: cover; bottom: 0; }
/************************************ End: Smooth Scroller Parallax Image ************************************/
/************************************ Start: Smooth Scroller Parallax Video ************************************/
/*.cms_parallax_videoContainer { overflow: clip; }
.cms_parallax_videoContainer > video { position: absolute; z-index: 1; display: block; width: 100%; height: 120%; object-fit: cover; bottom: 0; }*/
/************************************ End: Smooth Scroller Parallax Video ************************************/
/************************************ Start: Smooth Scroller Parallax Category Image ************************************/
.cat .cat_image { overflow: clip; }
.cat .cat_image picture img { position: absolute; z-index: 1; display: block; width: 100%; height: 120%; object-fit: cover; bottom: 0; }
/************************************ End: Smooth Scroller Parallax Category Image ************************************/
/************************************ Start: Category Image ************************************/
.cat:has(> .cat_image) { position: relative; }
.cat:has(> .cat_image):before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); }
.cat:has(> .cat_image) .block_10000 { display: flex; flex-direction: column; gap: 54px; }
@media screen and (max-width: 959px) { .cat:has(> .cat_image) .block_10000 { gap: 30px; } }
@media screen and (min-width: 1201px) { .cat:has(> .cat_image) { padding: 200px; } }
@media screen and (min-width: 960px) and (max-width: 1200px) { .cat:has(> .cat_image) { padding: 100px; } }
@media screen and (max-width: 959px) { .cat:has(> .cat_image) { padding: 50px; } }
/************************************ End: Category Image ************************************/
/************************************ Start: Headings ************************************/
h1, h2, h3, h4 { font-family: var(--font-family-3); font-weight: 200; padding: 0; margin: 0; }
*+h1, *+h2, *+h3, *+h4 { padding-top: 30px; }
h1:has(+*) { padding-bottom: 15px; }
h2:has(+*), h3:has(+*), h4:has(+*) { padding-bottom: 5px; }
h1 { font-size: 62px; line-height: 74px; }
h2 { font-size: 36px; line-height: 47px; }
h3 { font-size: 24px; line-height: 31px; }
h4 { font-size: 20px; line-height: 26px; }
@media screen and (max-width: 959px) {
	h1 { font-size: 32px; line-height: 42px; }
	h2 { font-size: 26px; line-height: 34px; }
	h3 { font-size: 20px; line-height: 26px; }
	h4 { font-size: 18px; line-height: 23px; }
}
/************************************ 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 { display: flex; flex-direction: column; gap: 10px; 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: 12px; } }

a { cursor: pointer; text-decoration: none; }
main a { color: var(--primary); transition: var(--transition); }
main a:hover { color: var(--cuvee); }

b, strong { font-family: var(--font-family-2); font-weight: 800; }
/************************************ Ende: Content Font Settings ************************************/
/************************************ 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_box a.active + .cms_breadcrumbs_spacer { transform: rotate(90deg); }
.cms_breadcrumbs_spacer > svg { width: 5px; height: 8px; }
.cms_breadcrumbs_spacer > svg > path { stroke: var(--black); }*/
/************************************ Ende: Breadcrumbs ************************************/
/************************************ Start: Footer Social Icons ************************************/
.fsi_box { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 36px; width: 100%; padding: 15px; }
.fsi_box > a,
.fsi_box > a > svg { display: flex; width: 25px; height: 25px; }
.fsi_box > a > svg > path { fill: var(--white); transition: var(--transition); }
.fsi_box > a:hover > svg > path { fill: var(--cuvee); }
/************************************ Ende: Footer Social Icons ************************************/
/************************************ Start: Footer ************************************/
footer { color: var(--white); }
footer section:first-of-type { padding: 27px 0 11px 0; }
footer section:last-of-type .flex_container.cms_padding_1 { padding: 0 15px !important; }
footer h2:has(+*) { padding-bottom: 7px; }
footer *+p { padding-top: 11px; }
footer a { color: var(--white); transition: var(--transition); }
footer a:hover { color: var(--cuvee); }
footer section:first-of-type p:has(.button-link) { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 42px; width: 100%; }
footer section:last-of-type p.small-text > strong { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 32px; width: 100%; }
footer section:last-of-type article { width: auto !important; }
footer section:last-of-type .flex_container:has(> article) { justify-content: flex-end; }
@media screen and (max-width: 1180px) {
	footer section:first-of-type .artlst_container > .flex_box_12 { width: 50% !important; }
	footer section:first-of-type .artlst_container > .flex_box_12:last-of-type { width: 100% !important; }
}
@media screen and (max-width: 640px) {
	footer section:first-of-type { padding: 25px 0 7px 0; }
	footer section:first-of-type .artlst_container > .flex_box_12 { width: 100% !important; }
	footer section:first-of-type .artlst_container > .flex_box_12:first-of-type { margin: 0 0 22px 0; }
	footer section:first-of-type .artlst_container > .flex_box_12:nth-of-type(2) { margin: 0 0 9px 0; }
	footer h2:has(+*) { padding-bottom: 25px; }
	footer *+p { padding-top: 12px; }
}
/************************************ Ende: Footer ************************************/
/************************************ Start: Search Results ************************************/
/**/
/************************************ End: Search Results ************************************/
/************************************ Start: Fix Article- and Category Lst ************************************/
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; }

.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; }

.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 ************************************/