/* default.css */
/* --- undo --- */
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, blockquote, img,
ol, ul, li, input, textarea, label, select, table, tbody, thead, tfoot, tr, th,
td, footer, header, menu, nav, section, video { padding: 0; margin: 0; box-sizing: border-box; }

html, body, p, form, input, textarea { margin: 0; padding: 0; }
img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { margin: 0; padding: 0; vertical-align: bottom; }
table { margin: 0; padding: 0; border: none; border-spacing: 0; }
tr { margin: 0; padding: 0; border: none; border-spacing: 0; }
td { margin: 0; padding: 0; border: none; border-spacing: 0; vertical-align: top; }
hr { clear: both; }
address { font-style: normal; }

ul, ol { list-style-image: none; margin: 0 0 1.25rem 0; padding: 0 0 0 1.25rem; list-style-position: outside; }
ol { padding: 0 0 0 1.875rem; }
ul li, ol li { margin: 0 0 0.625rem 0; padding: 0; }
ul, ul li { list-style-type: disc; }
ol, ol li { list-style-type: decimal; }
li > ul, li > ol { margin: 0.625rem 0; }
li > ul > li { list-style-type: circle; }
li > ol > li { list-style-type: decimal; }

html, body {
    height: 100%; /* Vertikalen Scrollbalken immer einblenden */
    word-wrap:break-word; /* Woerter in die naechste Zeile umbrechen, wenn sie das umschliessende Element verlassen */
    min-width: 300px;
}
html { overflow: scroll; overflow-x: auto; }

/* fuer responsive Webseiten */
img, object, iframe { max-width: 100%; height: auto; }

/*  Clearfix, um das Floating innerhalb der Container aufzuheben */
.clearfix:after,
.outer_box_inner:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/* CSS-Formatierungen interne Module */
.flLeft, .float_left { float: left; }
.flRight, .float_right { float: right; }
.flClear, .float_clear { clear: both; }
.center { text-align: center; }
.small { font-size: small; }
.bold { font-weight: 700; }
.hide { display: none; }
.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }


/* main20250604.css */

/* raleway-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/raleway-v34-latin-700.woff2') format('woff2');
}

/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */
html, body {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px; line-height: 1.5;
    font-weight: 400;
    color: #3a3a39;
}
html { background-color: #fff; }

a { text-decoration: underline; color: #000; }
a:hover, a:focus { text-decoration: none; color: #d8be00; }
a:active, a:focus { outline: 0; }
a:hover img, a:focus img { opacity: 0.8; }

/* Wählt nur Links aus, die ein Bild enthalten, damit der focus um das Bild liegt und nicht nur der line-height */
a:has(img) { display: inline-block; }

a:focus-visible,
button:focus-visible { outline: 2px solid blue; outline-offset: 3px; }

a.link_as_button { display: inline-block; padding: 5px 20px;
    text-decoration: none; color: #fff; background-color: #d8be00; }
a.link_as_button:hover,
a.link_as_button:focus { text-decoration: none; color: #fff; background-color: #000; }


h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3 { font-weight: 400; font-style: normal; font-size: 1rem; margin: 0 0 20px 0; color: #3a3a39; }
h1, .like_h1 { font-size: 2.1rem; }
h2, .like_h2 { font-size: 1.8rem; }
h3, .like_h3 { font-size: 1.5rem; margin: 0 0 5px 0; }
h4, h5, h6 { font-size: 1rem; margin: 0 0 5px 0; }

h1, h2,
.like_h1, .like_h2 { position: relative; padding-bottom: 2px; }
h1::after, h2::after,
.like_h1::after, .like_h2::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 120px; height: 2px; transform: translateX(-50%); background-color: #d8be00; }

.outer_box.headline,
.outer_box.headline_with_subline { text-align: center; }

.headline_with_subline span { display: block; position: relative; padding-top: 2px; }
.headline_with_subline h1 span { font-size: 1.5rem; }
.headline_with_subline h2 span { font-size: 1.2rem; }
.headline_with_subline h3 span { font-size: 1.0rem; }
.headline_with_subline h1::after, .headline_with_subline h2::after { display: none; }
.headline_with_subline span:before { content: ""; position: absolute; left: 50%; top: 0; width: 120px; height: 2px; transform: translateX(-50%); background-color: #d8be00; }


/* Wählt h2-Elemente aus, die direkte Kinder von .outer_box sind */
.outer_box > h1, .outer_box > h2, .outer_box > h3 { text-align: center; }

em { font-style: italic; }
strong { font-weight: 700; }

p { margin: 0 0 20px 0; padding: 0;}

table { width:100%; margin: 0 0 20px 0; padding: 0; }
th { padding: 5px 10px; min-width: 120px; font-weight: normal; }
td { padding: 5px 10px; }

tr:nth-child(even) { background: #F3F3F3; }
tr:nth-child(odd) { background: #FFF; }

hr { clear: both; height: 1px; width: 95%; margin: 20px auto 40px auto; border: none; background-color: #d8be00; }

.small  { display: block; font-size: 0.8rem; color: #333; font-style: italic; padding-top: 5px; } /* Bildunterschriften */

/* --- CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper) --- */

/* Section */
.section_bg_none,
.section_bg_gray_light,
.section_bg_gray_dark,
.section_bg_yellow_light,
.section_bg_yellow_dark
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 30px 0 10px 0; z-index: 1; }

.section_bg_none { background-color: transparent; color: #000; }
.section_bg_gray_light { background-color: #ccc; color: #000; }
.section_bg_gray_dark { background-color: #3a3a39; color: #fff; }
.section_bg_yellow_light { background-color: #efe599; color: #000; }
.section_bg_yellow_dark { background-color: #d8be00; color: #fff; }

.section_no_padding  { padding: 0; }

.section_color_white h1, .section_color_white h2, .section_color_white h3, .section_color_white h4, .section_color_white h5, .section_color_white h6,
.section_color_white .like_h1, .section_color_white .like_h2, .section_color_white .like_h3 { color: #fff; }

.section_color_white a { text-decoration: none; color: #fff; }
.section_color_white a:hover, .section_color_white a:focus { text-decoration: underline; color: #fff; }

.section_color_white a.link_as_button { text-decoration: none; color: #fff; border: 2px solid #fff; }
.section_color_white a.link_as_button:hover,
.section_color_white a.link_as_button:focus { text-decoration: none; color: #fff; background-color: rgba(0,0,0,0.75); }


.section_full,
.section_1600,
.section_1200,
.section_980 { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0 auto; padding: 0; z-index: 1; }

.section_full { width: 100%; margin: 0 ; }
.section_1600 { width: 1600px; margin: 0 auto; }
.section_1200 { width: 1200px; margin: 0 auto; }
.section_980 { width: 980px; margin: 0 auto; }


@media all and (max-width:1600px) { .section_1600 { width: 100%; margin: 0; } }
@media all and (max-width:1200px) { .section_1200 { width: 100%; margin: 0; } }
@media all and (max-width:980px) { .section_980 { width: 100%; margin: 0; } }
@media all and (max-width:768px) { .section_768 { width: 100%; margin: 0; } }

.section_bg_image { display: block; position: static; width: 100%; height: auto; min-height: 100px; margin: 0; padding: 100px 0 80px 0; z-index: 1;
    background-color: #fff; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; }

.section_bg_image.parallax { background-attachment: fixed; min-height: 300px; }


/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 1600px | Abstand: 40px) */
.outer_box { clear: both; display: block; float: left; width: 95%; margin: 0 0 20px 2.5%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 20px 0; }
.box_width_1_2 { clear: none; width: 46.25%; }
.box_width_1_3 { clear: none; width: 30%; }
.box_width_2_3 { clear: none; width: 62.5%; }
.box_width_1_4 { clear: none; width: 21.88%; }
.box_width_3_4 { clear: none; width: 70.64%; }

.outer_box .image { margin: 0 0 25px 0; }
.outer_box .image a { text-decoration: none !important; }
.outer_box .image a:hover { opacity: 0.8; }

.text_bild .flLeft { float: left; display: block; width: auto; max-width: 46.25%; margin: 0 15px 0 0; overflow: hidden; }
.text_bild .flRight { float: right; display: block; width: auto; max-width: 46.25%; margin: 0 0 0 15px; overflow: hidden; }
.text_bild .image span.small { display: block; }

.zweispalter { }
.zweispalter .flLeft { float: left; display: block; width: 46.25%; margin: 0; overflow: hidden; }
.zweispalter .flRight { float: right; display: block; width: 46.25%; margin: 0; overflow: hidden; }

.outer_box_inner { padding: 30px 30px 10px 30px; }


.box_none { background-color: transparent; color: #000; }
.box_gray_light { background-color: #ccc; color: #000; }
.box_gray_dark { background-color: #3a3a39; color: #fff; }
.box_yellow_light { background-color: #efe599; color: #000; }
.box_yellow_dark { background-color: #d8be00; color: #fff; }

.section_no_padding  { padding: 0; }

.box_color_white h1, .box_color_white h2, .box_color_white h3, .box_color_white h4, .box_color_white h5, .box_color_white h6,
.box_color_white .like_h1, .box_color_white .like_h2, .box_color_white .like_h3 { color: #fff; }

.box_color_white a { text-decoration: underline; color: #fff; }
.box_color_white a:hover, .box_color_white a:focus { text-decoration: none; color: #3a3a39; }

.box_color_white a.link_as_button { text-decoration: none; color: #fff; border: 2px solid #fff; }
.box_color_white a.link_as_button:hover,
.box_color_white a.link_as_button:focus { text-decoration: none; color: #fff; background-color: rgba(0,0,0,0.75); }





/* --- Menue-Button --- */
#main_nav_button {display: none; position: fixed; top: 34px; left: auto; right: 25px; width: 32px; height: auto; margin: 0 0 0 -16px; padding: 0; z-index: 1002; color: #000; border: none; background-color: transparent; transition: all 200ms ease-in-out; cursor: pointer; }
#main_nav_button:before,
#main_nav_button:after { content: ''; display: block; width: auto; height: 3px; margin: 0; padding: 0; background-color: #000; transition: all 200ms ease-in-out; }
#main_nav_button:before { margin-bottom: 15px; box-shadow: 0 9px 0 #000; }

#main_nav_button:hover, #main_nav_button:focus { transform: scale(1.1); color: #000; }
#main_nav_button:hover:before, #main_nav_button:focus:before,
#main_nav_button:hover:after, #main_nav_button:focus:after { background-color: #000; }
#main_nav_button:hover:before, #main_nav_button:focus:before { box-shadow: 0 9px 0 #000; }


#main_nav_button.active { color: #000; }
#main_nav_button.active:before,
#main_nav_button.active:after { background-color: #000; }
#main_nav_button.active:before { box-shadow: none; transform: translateY(9px) rotate(45deg); }
#main_nav_button.active:after{ transform: translateY(-9px) rotate(-45deg); }
#main_nav_button.active:hover, #main_nav_button.active:focus { transform: scale(1.1); color: #000; }
#main_nav_button.active:hover:before, #main_nav_button.active:focus:before,
#main_nav_button.active:hover:after, #main_nav_button.active:focus:after { background-color: #000; }



/* --- Menue-Dropdown-Menue --- */
#main_nav_bg { display: block; top: 0; left: 0; width: 100%; min-width: 300px; height: auto; margin: 0; padding: 0; z-index: 1000; background-color: #3a3a39; }


#logo { width: auto; text-align: center; margin: 0 0 30px 0; padding: 15px; }
#logo a { display: inline-block; width: auto; max-width: 320px;  }

#main_nav { display: block; position: relative; top: 0; left: 0; width: 100%; max-width: 1600px; height: auto; margin: 0 auto; padding: 8px 0 6px 0; z-index: 100; text-align: center; }

/* erste Ebene */
#main_nav ul { list-style: none; display: block; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#main_nav li { list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 10px; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 8px;
    font-size: 1rem; color: #fff; text-decoration: none; text-transform: uppercase; transition: all 0.25s ease-in; }
#main_nav li a:hover,
#main_nav li a:focus,
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #d8be00; }

/* zweite Ebene */
/* Anzeigen des Untermenüs bei hover mit der Maus und bei Focus auf den Link */
#main_nav .rex-navi1 li.has-children:hover > ul,
#main_nav .rex-navi1 li.has-children > a:hover ~ ul,
#main_nav .rex-navi1 li.has-children > a:focus ~ ul,
#main_nav .rex-navi1 li.has-children > a[aria-expanded="true"] ~ ul { display: block; transition: all 500ms ease-in-out; }

#main_nav ul.rex-navi2 { display: none; position: absolute; top: 25px; left: 0; width: auto; height: auto; margin: 0; padding: 15px 0 0 0; z-index: 100; background-color: transparent; transition: all 250ms ease-in-out; }
#main_nav ul.rex-navi2 li { display: block; width: 100%; margin: 0; padding: 0; border-left: none; }
#main_nav ul.rex-navi2 li a { display:block; width: auto; margin: 0; padding: 5px 20px; font-size: 0.85rem; color: #fff; text-align: left; background-color: #d8be00; white-space: nowrap; }
#main_nav ul.rex-navi2 li a:hover,
#main_nav ul.rex-navi2 li a:focus { text-decoration: none; color: #000; background-color: #efe599; }
#main_nav ul.rex-navi2 li a.rex-active { color: #000; background-color: #efe599; }
#main_nav ul.rex-navi2 li a.rex-current { color: #000; background-color: #efe599; }

#main_nav ul.rex-navi2 li::after  { display: none; }
#main_nav ul.rex-navi2 li a::after { display: none; }

/* dritte Ebene */
#main_nav ul.rex-navi3 { display: none !important; }




/* --- Menue Responsive --- */
@media screen and (max-width: 980px) {

    #main_nav_content { display: block; }

    #main_nav_button { display: block; }

    #main_nav_bg { display: block; position: fixed; height: auto; overflow: hidden; background-color: #fff; }

    #main_nav { display: none; padding: 90px 0 0 0; }

    #main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
    #main_nav_bg.active #main_nav { display: block; }

    #main_nav li { display: block; height: auto; margin: 0; padding: 0; }
    #main_nav li a { display: block; width: auto; margin: 15px 10px; padding: 10px; color: #fff; background-color: #3a3a39; text-shadow: none; }
    #main_nav li a:hover,
    #main_nav li a:focus { color: #3a3a39; background-color: #d8be00; }
    #main_nav li a.rex-active,
    #main_nav li a.rex-current { color: #d8be00; background-color: #3a3a39; }



    #main_nav ul li.has-children a { padding: 5px 32px 5px 15px; background-image: url(mobile_menue_arrow_down.png); }

    /* Zweite Ebene */
    #main_nav ul.rex-navi2  { display: none; }

    /* Im mobilen Modus KEINE Anzeige bei Hover + Spezieller Fall: Focus, aber nicht expanded */
    #main_nav .rex-navi1 li.has-children:hover > ul,
    #main_nav .rex-navi1 li.has-children > a:hover ~ ul,
    #main_nav .rex-navi1 li.has-children > a:focus[aria-expanded="false"] ~ ul { display: none; }

    /* ABER: Wenn zusätzlich zum Hover eine dieser Bedingungen erfüllt ist, dann doch anzeigen (höhere Spezifität) */
    #main_nav .rex-navi1 li.has-children.rex-active:hover > ul,
    #main_nav .rex-navi1 li.has-children:hover > a[aria-expanded="true"] ~ ul,
    #main_nav .rex-navi1 li.has-children > a:focus[aria-expanded="true"] ~ ul { display: block; }

    /* Untermenüs nur bei aria-expanded=true oder rex-active anzeigen */
    #main_nav li.rex-active > ul.rex-navi2,
    #main_nav li.has-children > a[aria-expanded="true"] ~ ul.rex-navi2 { display: block; }


    #main_nav ul.rex-navi2  { display: none; position: relative; top: 0; left: 0; width: 100%; margin: -6px 0 0 0; padding: 0; }
    #main_nav ul.rex-navi2 li { width: 100%; min-width: 0; }
    #main_nav ul.rex-navi2 li a { width: auto; margin: 6px 15px; padding: 5px 15px; color: #fff; background-color: #d8be00; background-image: none; font-size: 0.8rem; }
    #main_nav ul.rex-navi2 li a:hover,
    #main_nav ul.rex-navi2 li a:focus { text-decoration: none; color: #000; background-color: #efe599; }
    #main_nav ul.rex-navi2 li a.rex-active,
    #main_nav ul.rex-navi2 li a.rex-current { color: #000; background-color: #efe599; }


    /* Pfeil-Icons für aufgeklappte und zugeklappte Menüs */
    #main_nav ul li.has-children > a { padding: 5px 32px 5px 15px; background-image: url(mobile_menue_arrow_down.png); }

    #main_nav ul li.has-children > a[aria-expanded="true"],
    #main_nav ul li.rex-active > a { background-image: url(mobile_menue_arrow_up.png); }


}



#breadcrumb_bg { clear: both; display: block; }
#breadcrumb { display: block; width: 100%; max-width: 1200px; padding: 10px 2.5%; margin: 0 auto; }
#breadcrumb ul, #breadcrumb li { list-style: none; list-style-type: none; background-image: none; }
#breadcrumb ul { display: block; margin: 0; padding: 0; }
#breadcrumb li { display: inline-block; margin: 0; padding: 0; color: #222; font-size: 0.8rem; }
#breadcrumb li::after { content: '>'; display: inline-block; margin: 0 5px 0 8px; padding: 0; }
#breadcrumb li:last-child::after { content: ''; display: none; }
#breadcrumb li a { display: inline-block; margin: 0; padding: 0; color: #444; text-decoration: none; }
#breadcrumb li a:hover,
#breadcrumb li a:focus {  color: #222; text-decoration: underline; }


/* --- Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten) --- */

#header_bg, #header, #header_image, #content_bg, #content, #footer_bg, #footer
{ display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }


#header_grid { display: grid; width: 100%; height: auto; grid-template-rows: repeat(3, auto); }
#header_bg { grid-row: 1; }
#main_nav_bg { grid-row: 2; }
#logo { grid-row: 3; }

.sticky #main_nav_bg { position: fixed; }
.sticky #logo { padding-top: 63px; }



#content { scroll-margin-top: 48px; min-height: 50vh; }



/* -----------footer--------------------------- */
#footer_bg { clear: both; padding: 20px 0; background-color: #3a3a39; }

#footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2.5%;
    color: #fff; font-size: 1rem;
}
.footer_box { display: block; width: 33%; margin: 0 0 20px 0; padding: 0; }

.footer_box span { white-space: nowrap; }
.footer_box span.footer_tel { display: inline-block; width: 50px; }
.footer_box span.not_mobile { display: block; height: 1px; overflow-x: hidden; text-indent: -99999px; }

#footer a { display: inline-block; margin: 0; color: #fff; text-decoration: none; }
#footer a:hover,
#footer a:focus { color: #fff; text-decoration: underline; }

#footer_box_2 { text-align: center; padding: 0 10px; }
#footer_box_3 { text-align: right; }
#footer_box_3 span.only_mobile { display: block; height: 1px; overflow: hidden; }

.footer_heimgold { display: inline-block; position: relative; padding-bottom: 2px; }
.footer_heimgold:after { content: ""; display: block; position: absolute; left: 10%; bottom: 0; width: 80%; height: 2px; background-color: #d8be00; }


#footer_links { display: block; margin: 0; padding: 0 10px; color: #fff; text-align: center; font-size: 0.8rem; }
#footer_links a { display: inline-block; margin: 0; color: #fff; text-decoration: none; }
#footer_links a:hover,
#footer_links a:focus { color: #909bb7; text-decoration: none; }


@media all and (max-width:1200px)
{
    .footer_box { display: block; width: 33%; }
}

@media all and (max-width:768px)
{
    .footer_box { display: block; width: 49%; }
    #footer_box_2 { text-align: left; padding: 0; }
    #footer_box_3 { width: 100%; text-align: center; }
    #footer_box_3 span.only_mobile { display: inline-block; height: auto; margin: 0 5px; overflow: visible; }
}

@media all and (max-width:480px)
{
    #footer { display: block; }
    .footer_box { display: block; width: 100%; }
    #footer_box_3 { width: 100%; text-align: left; }
    #footer_links { text-align: left; }
}





@media all and (max-width:980px) {
    #header_grid { display: block; }

    #logo { position: fixed; display: block; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 10px 15px; z-index: 1001; background-color: #fff; text-align: center; box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 0; }
    #logo a { max-width: 240px; }

    #header_bg { padding-top: 90px; }

    .sticky #logo { padding-top: 10px; }

}

@media all and (max-width:768px) {

}


@media all and (max-width:480px) {
    .text_bild .flLeft,
    .text_bild .flRight { float: none; width: auto; max-width: none; margin: 0 0 15px 0; }

    .zweispalter { background-image: none; }
    .zweispalter .flLeft { float: none; width: auto; margin: 0 0 15px 0; }
    .zweispalter .flRight { float: none; width: auto; margin: 0; }

    .outer_box { clear: both; float: none; width: auto; margin: 0 10px 20px 10px; }
    .box_width_full { width: 100%; margin: 0 0 20px 0; }

    #main_nav_button { top: 25px; }
    #main_nav { padding: 72px 0 0 0; }

    #logo {  text-align: left; }
    #logo a { max-width: 180px; }

    #header_bg { padding-top: 72px; }

}

/* skiplinks.css */
/* Skip-Link - ausserhalb des sichtbaren Bereichs */
.skiplinks { position: absolute; top: -300px; left: 0; width: 100%; min-width: 300px; display: flex; justify-content: center; z-index: 2000; transition: top 0.3s ease-in-out; }
.skiplinks a { margin: 0 0.5rem; padding: 0.5rem 1rem; text-decoration: none; color: #fff; background-color: blue; border-radius: 0 0 4px 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.skiplinks a:hover, .skiplinks a:focus { background-color: #333; }
/* Wenn ein Skip-Link den Fokus bekommt, wird die Skip-Link-Leiste sichtbar */
.skiplinks:focus-within { top: 0; }

/* accessibility_toggle_box.css */
#accessibility_toggle_box { display: block; margin: 10px 0; text-align: right; }

.accessibility-toggle {
    display: inline-block;
    padding: 8px 12px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.accessibility-toggle:hover { background: #e0e0e0; }

/* Icon fuer den Kontrast-Button */
.icon-contrast {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1v14A7 7 0 0 1 8 1z'/%3E%3C/svg%3E");
    background-size: contain;
    margin: 0;
    vertical-align: middle;
}
/* Schwarz/Weiss-Modus Styles */
.black-white-mode {
    filter: grayscale(100%) contrast(120%);
}
.black-white-mode * {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
.black-white-mode svg.svg_icon { fill: #000 !important; }
/* Ausnahmen fuer wichtige UI-Elemente */
.black-white-mode a:focus,
.black-white-mode button:focus,
.black-white-mode input:focus {
    outline: 3px solid #000 !important;
}
.black-white-mode img,
.black-white-mode svg,
.black-white-mode video {
    filter: grayscale(100%) contrast(120%) !important;
}
.black-white-mode #content > div {
    border-bottom: 1px solid #ccc;
}
.black-white-mode #content > div:first-child {
    border-top: 1px solid #ccc;
}
/* Status des Buttons anzeigen */
.black-white-mode #black-white-toggle {
    background-color: #333 !important;
    color: white !important;
}

@media all and (max-width:768px) {
    #accessibility_toggle_box {
        margin: 20px 0 10px 0;
        text-align: center;
    }
}
@media all and (max-width:480px) {
    #accessibility_toggle_box {
        text-align: left;
    }
}


/* cookie_hinweis.css */
#cookie_hinweis { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #333; font-size: 0.8rem; color: #fff; text-align: center; }
#cookie_hinweis a { color: #fff; text-decoration: underline; }
#cookie_hinweis a:hover,
#cookie_hinweis a:focus { color: #fff; text-decoration: none; }

/* 000_section.css */
/* Grundlegende Flex-Container-Klasse */
.section_flex { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

/* Horizontale Ausrichtung */
.justify_content_start { justify-content: flex-start; }
.justify_content_end { justify-content: flex-end; }
.justify_content_center { justify-content: center; }
.justify_content_between { justify-content: space-between; }
.justify_content_around { justify-content: space-around; }
.justify_content_evenly { justify-content: space-evenly; }

/* Vertikale Ausrichtung */
.align_items_start { align-items: flex-start; }
.align_items_end { align-items: flex-end; }
.align_items_center { align-items: center; }
.align_items_baseline { align-items: baseline; }
.align_items_stretch { align-items: stretch; }

/* 005_download.css */
/* Redaxo Download Modul */
.download-item { display: block; position: relative; width: auto; margin: 0 0 1.0rem 0; padding: 0; border: 1px solid #e0e0e0; border-radius: 4px; transition: all 0.25s ease-in-out; }
.download-link { text-decoration: none; display: block; padding: 12px; color: inherit; outline: none; background-color: #f9f9f9; border-radius: 3px; transition: all 0.25s ease-in-out; }
.download-link:hover { text-decoration: none; }
.download-item:hover { background-color: #e5effa; border-color: #3d87cf; box-shadow: 0 2px 6px rgba(61, 135, 207, 0.15); }
.download-item:hover .download-title { color: #1a6cbf; }
.download-item:hover .download-info { text-decoration: underline; }
.download-item:active { background-color: #d8e7f7; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); transition-duration: 0.1s; }
.download-link:focus, .download-link:focus-visible { outline: none; }
.download-item:focus .download-info { text-decoration: underline; }
.download-item:focus-within { border-color: #1a6cbf; box-shadow: 0 0 0 3px rgba(61, 135, 207, 0.5); background-color: #e5effa; }
.download-item:focus-within::after { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border-radius: 6px; box-shadow: 0 0 0 1px #1a6cbf; pointer-events: none; }
.download-content { display: flex; align-items: center; }
.download-icon { flex: 0 0 auto; margin-right: 15px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease; }
.download-item:hover .download-icon { transform: scale(1.1); }
.download-text { flex: 1; display: flex; flex-direction: column; }
.download-title { font-size: 1rem; font-weight: bold; margin-bottom: 0.3rem; color: #333; transition: color 0.2s ease-in-out; }
.download-info { font-size: 0.85rem; display: block; margin-bottom: 0.2rem; color: #555; }
.download-description { color: #777; margin: 0; font-size: 0.7rem; display: block; }

/* 021_bildergalerie_masonry.css */
.bildergalerie_masonry { clear: both; display: block; width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 2.78%; column-count: 3; column-gap: 20px; }

.bildergalerie_masonry a {
float: none; display: inline-block; width: 100%; margin: 0 0 20px 0; padding: 0; box-shadow: 0 0 2px 0 #333; }

@media screen and (max-width:768px){
.bildergalerie_masonry { column-count: 2; }
}
@media screen and (max-width:480px){
.bildergalerie_masonry { column-count: 1; column-gap: 0; }
}

/* extras_010_formular_yform.css */
/* --- yForm --- */
.yform form { display: block; margin: 0 0 20px 0; padding: 0; }

/* Gruppe mit Label + Eingabefeld */
.yform .form-group { margin-bottom: 20px; }

/* Label-Styling fuwr bessere Barrierefreiheit */
.yform label { display: block; margin-bottom: 6px; font-weight: 500; color: #333; }

/* Hervorhebung von Pflichtfeldern im Label */
.yform label .required { color: #a94442; margin-left: 3px; }

.yform .form-control { box-sizing: border-box; display: block; width: 100%; height: auto; margin: 0 0 20px 0; padding: 8px 10px; font-family: inherit; font-size: 0.8rem; color: #001f40; background-color: #fff; border: solid 1px #dfe6e7; border-radius: 5px; box-shadow: none; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.yform select.form-control { height: 36px; }
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus, .yform .form-control:focus-visible { border-color: #37434f; outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }

.yform textarea.form-control { height: 284px; }

.yform .form-check-group { clear: both; margin: 0 0 20px 0; }
.yform .form-check-group .control-label { clear: both; display: block; margin: 0 0 10px 0; }
/*
.yform .checkbox,
.yform .radio { clear: both; padding-left: 0; margin: 0 0 10px 0; }
.yform .checkbox label,
.yform .radio label { display: block; position: relative; top: 0; left: 0; padding-left: 30px; }
.yform .checkbox label input,
.yform .radio label input { position: absolute; left: 0; top: 2px; width: 20px; height: 20px; }
.yform .checkbox input:focus, .yform .checkbox input:focus-visible,
.yform .radio input:focus, .yform .radio input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }
.yform radio i.form-helper,
.yform checkbox i.form-helper { display: none; }
*/

/* Generelle Formatierung fuer Checkboxen und Radiobuttons */
.yform .checkbox,
.yform .radio { clear: both; position: relative; margin-bottom: 10px; }

.yform .checkbox label,
.yform .radio label { position: relative; cursor: pointer; margin-left: 0; padding: 0 0 0 30px; }

.yform .checkbox label input,
.yform .radio label input { position: absolute; top: 0; left: 0; width: 20px; height: 20px; margin: 0; padding: 0; }

.yform .checkbox input:focus,
.yform .checkbox input:focus-visible,
.yform .radio input:focus,
.yform .radio input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

.yform .radio i.form-helper,
.yform .checkbox i.form-helper { display: none; }


/* Hilfetext-Stil */
.yform .help-text { display: block; font-size: 0.85em; color: #666; margin-top: -15px; margin-bottom: 15px; }

/* Verbesserter Button für Barrierefreiheit */
.yform .btn-primary { clear: both; display: block; width: 140px; height: auto; margin: 0 0 10px 0; padding: 10px; border: none; border-radius: 5px; text-align: center; font-weight: bold; background-color: #58698d; color: #FFF; cursor: pointer; transition: background-color 0.2s, transform 0.1s; }
.yform .btn-primary:hover { background-color: #001f40; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); background-color: #001f40; }
.yform .btn-primary:active { transform: translateY(1px); }

/* Besser sichtbare Pflichtfeld-Markierung */
.yform .pflichtfelder { font-size: 0.9em; margin-top: 15px; margin-bottom: 20px; color: #555; }

/* Fehlerhinweisbox, überm Formular */
.yform div.alert { padding: 15px 20px 5px 20px; margin-bottom: 20px; border-radius: 4px; }
.yform div.alert span { margin-right: 15px; }
.yform div.alert-danger { border: 2px solid #a94442; background-color: #FBF6F6; color: #a94442; }
.yform .alert ul { list-style-type: none; margin: 0; padding: 0; }
.yform .alert li { list-style-type: none; margin: 0 0 10px 0; padding: 0; color: #a94442; }

/* Grundlegende Fehlermarkierung für alle Formularelemente */
.yform .has-error { margin-bottom: 20px; }
.yform .has-error .control-label { color: #a94442; font-weight: 500; }
.yform .has-error label { color: #a94442; }
.yform .has-error .form-control { border-color: #a94442; box-shadow: 0 0 0 2px rgba(169, 68, 66, 0.25); }

/* Fehlermarkierung für reguläre Eingabefelder */
.yform .has-error .form-control { border-color: #a94442; box-shadow: 0 0 0 1px #EAD0D0; background-color: #FBF6F6; }
/* Spezielle Fehlermarkierung für die Checkbox */
.yform .formcheckbox.has-error label { color: #a94442; }
.yform .formcheckbox.has-error .form-helper { border-color: #a94442; box-shadow: 0 0 0 1px #EAD0D0; }

/* Optionale visuelle Verstärkung für die Checkbox */
.yform .formcheckbox.has-error { padding: 10px; border-radius: 4px; background-color: #FBF6F6; }

/* Fokus-Zustand für fehlerhafte Checkboxen verstärken */
.yform .formcheckbox.has-error input[type="checkbox"]:focus + .form-helper,
.yform .formcheckbox.has-error input[type="checkbox"]:focus-visible + .form-helper { border-color: #a94442; box-shadow: 0 0 0 3px rgba(169, 68, 66, 0.3); }

/* Verbesserte Fokusdarstellung für Tastaturbedienung */
.yform a:focus, .yform a:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

/* High-contrast mode Unterstützung */
@media (forced-colors: active) {
.yform .form-control:focus { outline: 2px solid CanvasText; }
.yform .btn-primary { border: 1px solid CanvasText; }
}


/* Honeypot gegen SPAM */
.yform .honeypot_box div.form-group { display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; opacity: 0.1; }
/* Wird sichtbar, wenn das Feld den Fokus bekommt oder .has-error hat*/
.yform .honeypot_box div.form-group:focus-within,
.yform .honeypot_box div.form-group.has-error { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 15px 20px 5px 20px; overflow: visible; opacity: 1; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.yform .honeypot_box div.form-group.has-error { border-color: #a94442; }


/* Datenschutz Hinweis */
/*
.yform .privacy_box label { display: block; position: relative; cursor: pointer; padding-left: 40px; line-height: 1.5; }
.yform .privacy_box input[type="checkbox"] { position: absolute; opacity: 0; }
.yform .privacy_box .form-helper { position: absolute; left: 0; top: 0; width: 20px; height: 20px; background-color: #fff; border: 2px solid #dfe6e7; border-radius: 4px; transition: all 0.2s; }
.yform .privacy_box input[type="checkbox"]:checked + .form-helper::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; background-color: #58698d; border-radius: 2px; }
.yform .privacy_box input[type="checkbox"]:focus + .form-helper, .yform .privacy_box input[type="checkbox"]:focus-visible + .form-helper { border-color: #37434f; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
.yform .privacy_box label:hover .form-helper { border-color: #a8aeb5; }
*/
.yform .privacy_box { clear: both; position: relative; margin-bottom: 25px; padding: 5px 0; }
.yform .privacy_box a { color: #58698d; text-decoration: underline; font-weight: 500; }
.yform .privacy_box a:hover { color: #001f40; }
.yform .privacy_box a:focus, .yform .privacy_box a:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }
/* Fehlerzustand für die Checkbox */
.yform .privacy_box.has-error label { color: #a94442; }
.yform .privacy_box.has-error .form-helper { border-color: #a94442; box-shadow: 0 0 0 1px rgba(169, 68, 66, 0.25); }
.yform .privacy_box.has-error { background-color: rgba(169, 68, 66, 0.05); padding: 10px; border-radius: 4px; }

/* hier ohne .yForm !!! */
.hinweis_email_erfolgreich_versendet { display: block; margin: 20px 0; padding: 20px; background-color: #5bb585; color: #fff; font-size: 1.5rem; text-align: center; }

/* Formular mit 2 Spalten */
.yform .form_left, .yform .form_right { float: left; width: 48%; min-width: 250px; margin: 0 0 20px 0; }
.yform .form_right { float: right; }
.yform .form_clear { width: 100%; clear: both; }

@media all and (max-width:768px) {
.yform .form_left, .yform .form_right { float: none; width: 100%; }
.yform .btn-primary { width: 100%; }
}


/* header_001_einfaches_bild.css */
.header_image_simple { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.header_image_simple img { display: none; }
.header_image_simple.normal img { display: block; width: 100%; }

.header_image_simple.height_25vh { min-height: 25vh; }
.header_image_simple.height_33vh { min-height: 33vh; }
.header_image_simple.height_50vh { min-height: 50vh; }
.header_image_simple.height_66vh { min-height: 66vh; }
.header_image_simple.height_75vh { min-height: 75vh; }
.header_image_simple.height_100vh { min-height: 100vh; }

.header_image_simple_text { display: block; position: absolute; top: 30px; left: 30px; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; color: #fff; font-size: 3rem; }

#arrow_slide_down_to_content { position: absolute; display: flex; align-items: center; justify-content: center; top: auto; bottom: 20px; left: 50%; width: 40px; height: 40px; margin: 0 0 0 -20px; padding: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.1); border: none; animation: arrow_slide_down_to_content_jump 2s infinite; cursor: pointer; font-size: 24px; color: #fff; }
#arrow_slide_down_to_content span { transform: rotate(90deg) translateY(-1px); }
#arrow_slide_down_to_content:hover,
#arrow_slide_down_to_content:focus { background-color: rgba(0, 0, 0, 0.5); }

@keyframes arrow_slide_down_to_content_jump {
25% { transform: translate(0, 0) scale(1); }
50% { transform: translate(0, -10px) scale(1.2); }
}

/* module20250604.css */
/* --- yForm --- */
.yform .btn-primary { background-color: #58698d; color: #FFF; }
.yform .btn-primary:hover { background-color: #001f40; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { background-color: #001f40; color: #FFF; }



.linkbox { display: block; margin: 0 0 20px 0; padding: 0; }
.linkbox a { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; color: #FFF; text-decoration: none; font-weight: normal; background-color: #191919; }
.linkbox a:hover { color: #FFF; text-decoration: none; }
.linkbox a:hover img { opacity: 1; }
.linkbox .linkbox_text { display: block; position: absolute; top: auto; bottom: 10px; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; text-align: center;
	transition: all 0.125s ease-in; }
.linkbox a .linkbox_text span { display: inline-block; width: auto; margin: 0; padding: 5px 50px 5px 5px; color: #FFF; font-size: 1.125rem; text-transform: uppercase;
	background-image: url("linkbox_arrow.png"); background-position: center right; background-size: contain; background-repeat: no-repeat;  }
.linkbox a:hover .linkbox_text { transform: scale(1.1); }
.linkbox a:hover .linkbox_text span { color: #d8be00; }




/* ------------------- */

.special_textbox { clear: both; display: block; position: relative; top: 0; left: 0; width: 95%; height: auto; margin: 0 0 40px 2.5%; padding: 30px 30px 10px 30px; z-index: 1; text-align: center; background-color: #3a3a39; color: #fff; }
.special_textbox h1 { color: #fff; }
.special_textbox_text { display: block; width: 480px; margin: 0 auto; }
.special_textbox_icon { display: block; position: absolute; top: auto; bottom: 0; left: auto; right: 0; width: 240px; height: auto; margin: 0; padding: 0; z-index: 2;
	transform: translate(15%, 15%);
}


@media (max-width: 980px) {
	.special_textbox_text { margin: 0; }
}

@media (max-width: 786px) {
	.special_textbox { padding: 0; background-color: transparent; }
	.special_textbox_text { width: auto; max-width: 480px; margin: 0 auto 15px auto; padding: 20px 20px 1px 20px; background-color: #3a3a39; }
	.special_textbox_icon { position: relative; top: 0; bottom: auto; left: 0; right: auto; width: 270px; margin: 0 auto; transform: none; }
}

@media (max-width: 480px) {
	.special_textbox_icon { width: auto; max-width: 270px; }
}




.produkt { clear: both; margin-bottom: 60px; }
.produkt_grid { display: grid; grid-template-columns: 1fr 420px; grid-template-rows: repeat(5, auto); gap: 60px; column-gap: 60px; row-gap: 10px; width: 100%; margin: 0; padding: 0; }
.produkt_name { grid-column: 1 / 3; grid-row: 1; text-align: center; }
.produkt_text { grid-column: 1; grid-row: 2; }
.produkt_zusatzinfo { grid-column: 1; grid-row: 3; }
.produkt_anfrage { grid-column: 1; grid-row: 4; text-align: center; }
.produkt_pflegehinweise { grid-column: 1; grid-row: 5; }
.produkt_bilder { grid-column: 2; grid-row: 2 / 6; }

.produkt_zusatzinfo_inner { display: block; margin: 0 0 20px 0; padding: 20px 20px 1px 20px; border: 0px solid #d8be00; background-color: #fbf8e5; }

.preis_anfrage { font-size: 1.1rem; text-align: center; }
.preis_anfrage span { display: inline-block; margin: 0 0 0 8px; color: #fff; }

.produkt_hauptbild { max-width: 480px; margin-bottom: 20px; }
.produkt_hauptbild img,
.produkt_weitere_bilder img { width: 100%; height: auto; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.produkt_weitere_bilder a { display: inline-block; margin: 0 10px 10px 0; width: 120px; }

@media (max-width: 980px) {
	.produkt_grid { display: block; }
}



#article_nav { clear: both; display: block; width: auto; margin: 0 2.78% 20px 2.78%; }
#article_nav a { display: inline-block; padding: 5px 2px; text-decoration: none; color: #FFF; background-color: #3b3b3a; white-space: nowrap; font-size: 0.8rem; width: 90px; text-align: center; }
#article_nav a:hover { text-decoration: none; color: #FFF; background-color: #d8be00; }
#article_nav_back { float: left; width: 20%; }
#article_nav_next { float: right; width: 20%; text-align: right; }
#article_nav_home { margin: 0 21%; text-align: center; }




.teaser_category { clear: both; display: flex; margin: 0 0 40px 0; padding: 0 2.5%; flex-flow: row wrap; justify-content: flex-start; }
a.teaser_category_box { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 31.33%; height: auto; margin: 1%; padding: 20px 10px; background-color: #000; color: #fff; text-decoration: none; text-align: center; transition: all 0.125s ease-in; }
a.teaser_category_box:hover { background-color: #d8be00; color: #fff; text-decoration: none; }
a.teaser_category_box img { transition: all 500ms ease-in-out; }
a.teaser_category_box:hover img { transform: scale(1.1); }
a.teaser_category_box.with_image { padding: 0; }
span.teaser_category_box_image { display: block; overflow: hidden; }
span.teaser_category_box_text { display: block; position: relative; z-index: 10; padding: 6px 8px; }

@media all and (max-width:980px) {
	a.teaser_category_box { width: 31.33%; font-size: 18px; line-height: 22px; }
}

@media all and (max-width:768px) {
	a.teaser_category_box { width: 48%; }
}

@media all and (max-width:480px) {
	.teaser_category { display: block; }
	a.teaser_category_box { display: block; width: 96%; margin: 0 2% 20px 2%; }
}


