/* default.css */
/* --- undo --- */
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, blockquote, img,
ol, ul, li, form, 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; }

img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { vertical-align: bottom; }
table, tr, th, td { border: none; border-spacing: 0; }
th, td { 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; }


/* main20260516.css */
html, body {
font-family: "clone-rounded-latin", Verdana, Geneva, sans-serif; 
font-size: 16px; line-height: 1.5; font-weight: 200; 
color: #000;
/* Woerter in die naechste Zeile umbrechen, wenn sie ansonsten das umschliessende Element verlassen wuerden. */
word-wrap:break-word;
height: 100%;
}
html { overflow: scroll; overflow-x: auto; background-color: #FFF; }

/* Farben: dunkelgrau: #575756 | grau: #959595 | hellgrau: #d2d2d2 | rot: #e52320 | dunkelrot: #a21a20 | orange: #ee7726 | gelb: #e7b63b */

/* ----------------------------------------------------------------------------------
   Schriften + Generelle CSS-Anpassungen fuer diese Webseite
---------------------------------------------------------------------------------- */ 
a { text-decoration: underline; color: #f19124; }
a:hover, a:focus { text-decoration: none; color: #f19124; }
a:active, a:focus { outline: 0; }

/* Waehlt 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:hover img, a:focus img { opacity: 0.8; }

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


a.link_as_button { display: inline-block; margin: 0 20px 20px 0; padding: 12px 24px; 
text-decoration: none; color: #fff; background-color: #f19124; font-weight: bold;
transition: background-color 0.3s ease; border-radius: 12px; border: 1px solid #f19124;
}
a.link_as_button:hover,
a.link_as_button:focus { text-decoration: none; color: #000; background-color: #fff; }


ul { margin: 0 0 10px 0; }
ul li { list-style-type: disc; list-style-position: outside; margin: 0 0 5px 18px; padding: 0; }
#content ul li { list-style-type: none; list-style-position: outside; margin: 0 0 10px 0; padding: 0 0 0 17px; background-image: url(listpoint.png); background-position: top left; background-repeat: no-repeat; }


h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6
{ font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.25; margin: 0 0 10px 0; color: #000; }
h1, .like_h1 { font-size: 2.4rem; text-transform: uppercase; } 
h2, .like_h2 { font-size: 2.1rem; }
h3, .like_h3 { font-size: 1.5rem; } 
h4, .like_h4 { font-size: 1.25rem; } 
h5, .like_h5 { font-size: 1rem; } 
h6, .like_h6 { font-size: 1rem; } 

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.like_h1 span, .like_h2 span, .like_h3 span, .like_h4 span, .like_h5 span, .like_h6 span { display: block; color: #f19124; }

h1.textCenter, h2.textCenter, h3.textCenter { text-align: center; }


em { font-style: italic; font-weight: 400; }
strong { font-weight: 700; }
p { margin: 0 0 20px 0; padding: 0; }
td { padding: 0 8px 6px 0; vertical-align: top; }

hr { clear: both; height: 1px; width: 93.75%; margin: 0 auto 20px auto; border: none; background-color: #c59d5f; } 
.small  { display: block; font-size: 0.93rem; line-height: 1.25; color: #333; font-style: italic; padding-top: 5px; } /* Bildunterschriften */



.image img { border-radius: 12px; }

/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
/*
hr.section_trennlinie { clear: both; height: 20px; width: 100%; margin: 20px 0 40px 0; border: none; background-color: #c59d5f; }  
*/
.section_full,
.section_1280 { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 0; }
.section_1280 { max-width: 1280px; margin: 0 auto; }

.section_bg_none,
.section_bg_gray,
.section_bg_darkgray { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 40px 0 20px 0; background-color: #FFF; }

.section_bg_none { background-color: transparent; }
.section_bg_gray { background-color: #ededed; }
.section_bg_darkgray { background-color: #4A4A4A; }
.section_bg_darkgray, .section_bg_darkgray p { color: #FFF; }

.section_bg_image,
.section_bg_paroller { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 300px; 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; }


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

.box_width_full { width: 100%; margin: 0 0 20px 0; }
.box_width_1_2 { clear: none; width: 45.31%; }
.box_width_1_3 { clear: none; width: 29.17%; }
.box_width_2_3 { clear: none; width: 61.47%; }
.box_width_1_4 { clear: none; width: 21.09%; }


/* ----------------------------------------------------------------------------------
 Clearfix, um das Floating innerhalb der Container aufzuheben fuer Firefox, IE8, Opera, Safari, etc.
---------------------------------------------------------------------------------- */ 
.outer_box_inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* + html .outer_box_inner { display: inline-block; } /* fuer IE7 */
* html .outer_box_inner { height: 1%; } /* fuer IE6 */


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


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


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


.box_dunkelgrau { background-color: #575756; color: #FFF; border-radius: 12px; }
.box_grau { background-color: #959595; color: #FFF; border-radius: 12px; }
.box_hellgrau { background-color: #d2d2d2; color: #FFF; border-radius: 12px; }

.box_orange, .box_orange_federn { background-color: #f19124; color: #FFF; border-radius: 12px; }
.box_orange_dunkel, .box_orange_dunkel_federn { background-color: #eb8c2e; color: #FFF; border-radius: 12px; }
.box_orange_hell, .box_orange_hell_federn { background-color: #f5c286; color: #eb8c2e; border-radius: 12px; }

.box_orange_federn,
.box_orange_dunkel_federn,
.box_orange_hell_federn { background-image: url(box_sonderfall_federn.png); background-position: right center; background-repeat: no-repeat; background-size: cover; border-radius: 12px; }


/* .box_dunkelgrau .image, .box_grau .image, .box_hellgrau .image, .box_orange .image, { margin: 0 !important; } */
.box_dunkelgrau .text, .box_grau .text, .box_hellgrau .text, .box_orange .text, .box_orange_federn .text, .box_orange_dunkel .text, .box_orange_dunkel_federn .text, .box_orange_hell .text, .box_orange_hell_federn .text { padding: 10px 20px 1px 20px; }

.box_dunkelgrau *, .box_grau *, .box_hellgrau *, .box_orange *, .box_orange_federn *, .box_orange_dunkel *, .box_orange_dunkel_federn * { color: #FFF; }
.box_orange_hell *, .box_orange_hell_federn * { color: #eb8c2e; }


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

/* Relative Bloecke innerhalb von "page" */
#quicknav, #header_top_bg, #header_top, #logo, #oeffnungszeiten, #header_bg, #header, #wrapper, #content, #footer_top_bg, #footer_top, #footer_bg, #footer
{ display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; }



/* Header oben mit Logo und Navigation */
#header_top_bg { background-color: #FFF; z-index: 999; }
#header_top {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; padding: 10px 0 20px 0;
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto 40px;
}

#logo { grid-area: 1 / 1 / 3 / 2; width: 100%; padding: 0 0 0 20px; }

#logo a:hover img, #logo a:focus img { opacity: 0.90; }

#oeffnungszeiten {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    justify-self: end;
    padding: 20px;
    color: #575757; text-align: right; line-height: 1.25;
}

#oeffnungszeiten .oeffnungszeiten_tag,
#oeffnungszeiten .oeffnungszeiten_zeit { display: inline-block; margin: 0 0 0 10px; padding: 0; text-align: right; white-space: nowrap; }


#main_nav_bg {
    grid-area: 2 / 2 / 3 / 3;
    align-self: end;
}



/* Headerbild 
#header { width: 100%; max-width: 1200px; margin: 0 auto 40px auto; }
*/



/* Quicknavi rechts */
#quicknav { display: block; position: fixed; top: 240px; left: auto; right: 0; width: 150px; height: auto; z-index: 99999; }
#quicknav a { display: block; width: 100%; height: auto; margin: 0; padding: 0; text-decoration: none; background-image: none; background-repeat: no-repeat; background-position: center center; background-size: contain; }
#quicknav a:hover, #quicknav a:focus { text-decoration: none; }
#quicknav a:hover img, #quicknav a:focus img { opacity: 0.001; }
a#quicknav_anfahrt:hover, a#quicknav_anfahrt:focus { background-image: url(putenbentz_anfahrt.png);}
a#quicknav_kontakt:hover, a#quicknav_kontakt:focus { background-image: url(putenbentz_kontakt.png); }
a#quicknav_merkzettel:hover, a#quicknav_merkzettel:focus { position: relative; background-image: url(putenbentz_merkzettel.png); }
a#quicknav_suche:hover, a#quicknav_suche:focus { background-image: url(putenbentz_suche.png); }

a#quicknav_merkzettel { position: relative; }
a#quicknav_merkzettel.active { background-image: url(putenbentz_merkzettel.png); }
a#quicknav_merkzettel.active img { opacity: 0.001; }
a#quicknav_merkzettel #merkzettel_box_template_anzahl_number { display: block; position: absolute; top: 35px; left: 50px; width: 25px; height: 20px; text-align: center; color: #000; font-size: 1.14rem; line-height: 20px; font-weight: bold; }

@media all and (max-width:768px) {
#quicknav { display: block; position: fixed; top: 5px; left: 120px; right: auto; width: 310px; height: auto; z-index: 99999; }
#quicknav a { display: block; float: left; width: 40px; height: 40px; margin: 10px 15px 0 10px; overflow: hidden; background-color: #FFF; background-size: contain; border-radius: 5px; box-shadow: none; }
#quicknav a img { opacity: 0.001; }
#quicknav a:hover, #quicknav a:focus { opacity: 0.75; }
a#quicknav_anfahrt, a#quicknav_anfahrt:hover, a#quicknav_anfahrt, a#quicknav_anfahrt:focus { background-image: url(putenbentz_anfahrt_mobile.png);}
a#quicknav_kontakt, a#quicknav_kontakt:hover, a#quicknav_kontakt, a#quicknav_kontakt:focus { background-image: url(putenbentz_kontakt_mobile.png); }
a#quicknav_merkzettel, a#quicknav_merkzettel:hover, a#quicknav_merkzettel, a#quicknav_merkzettel:focus { background-image: url(putenbentz_merkzettel_mobile.png); }
a#quicknav_suche, a#quicknav_suche:hover, a#quicknav_suche, a#quicknav_suche:focus { background-image: url(putenbentz_suche_mobile.png); }

a#quicknav_merkzettel #merkzettel_box_template_anzahl_number { top: 10px; left: 0; width: 40px; height: 20px; color: #FFF;  }
a#quicknav_merkzettel.active { background-color: #c2f5c2; background-image: url(putenbentz_merkzettel_mobile.png); }

}

@media all and (max-width:488px) {
#quicknav { left: 115px; width: 146px; }
#quicknav a { margin: 10px 8px 10px 0; }
a#quicknav_anfahrt { display: none;}
a#quicknav_kontakt { display: none;}
}


/* Footer */
/*
#footer_bg { clear: both; padding: 0; background-color: #ededed; overflow: hidden; }
#footer { clear: both; max-width: 1280px; width: 100%; margin: 0 auto; padding: 20px 0 10px 0; color: #666; font-size: 1rem; }
#footer a { text-decoration: none; color: #f19124; }
#footer a:hover, #footer a:focus { text-decoration: underline; color: #999; }

#footer .footer_box { float: left; display: block; width: 24.09%; height: auto; margin: 0 0 20px 3.13%; padding: 0; }
#footer .footer_box:nth-of-type(1), #footer .footer_box:nth-of-type(2) { width: 18.09%; } 
*/

#footer_bg { clear: both; padding: 0; margin: 0; background-color: #2b2b2b; }

#footer {
  padding: 28px 3.13%;
}

#footer .footer_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footer_logo {
  padding-right: 32px;
}

#footer .footer_logo img {
  display: block;
}

#footer .footer_item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 0 32px;
}

#footer .footer_item:last-child {
  padding-right: 0;
}

#footer_item_telefon {
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
}

#footer .footer_icon {
  flex-shrink: 0;
  object-fit: contain;
}

#footer .footer_item address {
  font-style: normal;
  color: #ffffff;
}

#footer .footer_item a {
  color: #ffffff;
  text-decoration: none;
}

#footer .footer_item a:hover {
  color: #f5a623;
}

#footer_bottom {
  border-top: 1px solid #4a4a4a;
  padding: 14px 3.13% 8px 3.13%;
}

#footer_bottom .footer_bottom_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

#footer_bottom .footer_bottom_inner span,
#footer_bottom .footer_bottom_inner a {
  padding: 0 18px;
  color: #cccccc;
  text-decoration: none;
  border-right: 1px solid #555;
  margin: 0 0 6px 0;
}

#footer_bottom .footer_bottom_inner *:last-child {
  border-right: none;
}

#footer_bottom .footer_bottom_inner a:hover {
  color: #f5a623;
}

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

  #footer .footer_inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  #footer .footer_logo {
    order: 1;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  #footer .footer_item {
    order: 2;
    padding: 0 20px;
  }

  #footer #footer_item_accessibility {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    border-left: none;
    padding: 0;
  }

}

@media all and (max-width: 480px) {
  #footer .footer_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  #footer .footer_logo {
    width: auto;
    text-align: left;
    padding-right: 0;
  }
  #footer .footer_item {
    padding: 0;
  }
  #footer_item_telefon {
    border-left: none;
    border-right: none;
  }
  #footer #footer_item_accessibility {
    width: auto;
    justify-content: flex-start;
  }


}




/* --------- Responsive Webdesign --------- */ 


@media all and (max-width:980px) {
	#header_top { grid-template-columns: 240px 1fr;	padding: 10px 0 15px 0; }
	#logo { padding: 0 0 0 15px; }
	#oeffnungszeiten { padding: 10px 15px; }
}


@media all and (max-width:768px) {
h1, .like_h1 { font-size: 1.7rem; } 
h2, .like_h2,
h2.hofladen_headline { font-size: 1.5rem; }
h3, .like_h3 { font-size: 1.3rem; } 
	
.outer_box { clear: both; float: none; width: auto; margin: 0 3.13% 20px 3.13%; }

#header_top_bg { position: fixed; height: auto; min-height: 60px; background-color: #FFF; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 99990; }
#header_top { display: block; }

#logo {  position: fixed; left: 0; top: 0; width: 100px; padding: 5px 5px 5px 10px; z-index: 999; background-color: #fff; }
#oeffnungszeiten { display: none;}

#header_bg { padding-top: 60px; }
#header { margin: 0 auto; }

#wrapper { padding: 0; }
	
#content { scroll-margin-top: 60px; }
	
#footer { font-size: 0.86rem;}
#footer .footer_box:nth-of-type(1), #footer .footer_box:nth-of-type(2) { width: 23.09%; } 
#footer .footer_box:nth-of-type(3), #footer .footer_box:nth-of-type(4) { float: right; width: 43.31%; } 
} 


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

#footer { font-size: 0.93rem;}
#footer .footer_box:nth-of-type(1), #footer .footer_box:nth-of-type(2) { width: 45.30%; text-align: center; } 
#footer .footer_box:nth-of-type(3), #footer .footer_box:nth-of-type(4) { float: left; width: 90.61%; text-align: center; } 

}





/* main_nav20260516.css */
/*
im Template vor die main_nav.jss

// 2a) Desktop: Ebene 2 + 3 komplett deaktivieren (mobil bleiben alle Ebenen nutzbar)
echo '<script> var main_nav_deactivate_level_2_for_desktop = true; </script>'.PHP_EOL;
*/
/* --- Menue-Button --- */
#main_nav_button { display: none; position: fixed; top: 19px; right: 15px; width: 32px; height: auto; margin: 0 0 0 -16px; padding: 0; z-index: 100001; border: none; background-color: transparent; transition: all 200ms ease-in-out; cursor: pointer; }
#main_nav_button:before,
#main_nav_button:after { content: ''; display: block; height: 3px; background-color: #000; transition: all 200ms ease-in-out; }
#main_nav_button:before { margin-bottom: 15px; box-shadow: 0 9px 0 #000; }
/* Hover + Focus: nur skalieren, Farbe bleibt gleich */
#main_nav_button:hover,
#main_nav_button:focus-visible { transform: scale(1.1); }
/* Geoeffnet: X-Form */
#main_nav_button.active:before { box-shadow: none; transform: translateY(9px) rotate(45deg); }
#main_nav_button.active:after  { transform: translateY(-9px) rotate(-45deg); }
/* Geoeffnet + Hover/Focus: nur skalieren */
#main_nav_button.active:hover,
#main_nav_button.active:focus-visible { transform: scale(1.1); }
/* Fokusring fuer Tastaturnavigation */
#main_nav_button:focus-visible { outline: 2px solid blue; outline-offset: 3px; }




#main_nav { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 99; text-align: right; }

/* erste Ebene */
#main_nav ul { list-style: none; 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; margin: 0; padding: 0; }

#main_nav li a { display: block; width: auto; height: auto; margin: 0 15px; padding: 5px 0; font-family: "clone-rounded-latin", Verdana, Geneva, sans-serif; font-weight: 400; font-size: 1.40rem; line-height: 1.25; font-weight: 500; text-decoration: none; color: #000; text-transform: uppercase; transition: all 0.125s ease-in; }
#main_nav li a.rex-current, 
#main_nav li a.rex-active { color: #f19124; border-bottom: 1px solid #000;}
#main_nav li a:hover,
#main_nav li a:focus-visible { color: #f19124; transition: all 0.125s ease-out; }


#main_nav li:first-child { margin-left: 3.28%; }


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


/* Anfahrt und Kontakt nur mobil anzeigen */
#main_nav li.rex-article-10,
#main_nav li.rex-article-11 { display: none; }

@media screen and (max-width: 768px) {  
	#main_nav li.rex-article-10, 
	#main_nav li.rex-article-11 { display: block; }
}

/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 

@media screen and (max-width: 980px) {
  #main_nav ul { margin-right: 7px;}
  #main_nav li a { margin: 0 8px; font-size: 1.2rem; }
}

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

#main_nav_button { display: block; }
    
#main_nav_bg { display: block; position: fixed; top: 0; bottom: auto; height: auto; width: 100%; margin: 0; padding: 0; z-index: 100; background-color: #fff; overflow: hidden; }
    
#main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
	
#main_nav { display: none; clear: both; position: relative; top: 0; left: 0; width: 100%; min-width: 300px; height: auto; margin: 0; padding: 60px 0 20px 0; text-align: left; }
#main_nav_bg.active #main_nav { display: block; }

#main_nav li { display: block; padding: 0; }
#main_nav li a { display: block; width: auto; margin: 12px 15px; padding: 6px 10px; color: #fff; background-color: #f19124; text-shadow: none; background-position: center right; background-repeat: no-repeat; }
#main_nav li a.rex-active { color: #fff; background-color: #f19124; transform: scale(1); }    
#main_nav li a.rex-current { color: #fff; background-color: #333; transform: scale(1); } 
#main_nav li a:hover,
#main_nav li a:focus-visible { color: #fff; background-color: #333; transform: scale(1); }

#main_nav li:first-child { margin-left: 0; }
	
 
}




/* 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: #333; 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: blue; }
/* 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;
    }
}


/* andresmedia_link.css */
#andresmedia { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 10px; z-index: 1; background-color: #444; font-size: 0.8rem; color: #fff; text-align: center; }
#andresmedia a { color: #fff; text-decoration: none; }
#andresmedia a:hover,
#andresmedia a:focus { color: #fff; text-decoration: underline; }

/* wow_effekte.css */
/* ------ wow Effekte ------ */
.wow {
    animation-delay: 0.5s;
    animation-duration:2s;
    animation-fill-mode:both;
}
.wow.hide { visibility: hidden; }
.wow.animate { visibility: visible; }

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.wow.animate.effect_fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_fadeInDown{animation-name:fadeInDown}

@keyframes rollInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInLeft{animation-name:rollInLeft}

@keyframes rollInRight{0%{opacity:0;transform:translate3d(100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInRight{animation-name:rollInRight}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.wow.animate.effect_zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInUp{animation-name:zoomInUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInUp{animation-name:slideInUp}


/* 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; }

/* 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%; }
}


/* extras_030_suche_formular.css */
.suchbox_bg { clear: both; margin: 0 0 2rem 0; padding: 20px 30px; background-color: #333; color: #fff; }
.suchbox { display: block; width: auto; height: auto; margin: 0 auto; padding: 5px 10px; color: #fff; text-align: left; z-index: 100; }

.search_it_form { display: block; width: 100%; height: auto; margin: 0; padding: 0; }
.search_it_form fieldset { margin: 0; padding: 0; }

.search_it_flex { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }

.search_it_form input.search_it_text { display: block; width: 180px; height: auto; margin: 0 10px; padding: 5px 10px; color: #000; font-size: 15px; line-height: 25px; background-color: #fff; outline: none; border: 1px solid #666; transition: border-color 0.3s; }
.search_it_form input.search_it_text:focus { border-color: #007bff; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); }

.search_it_form .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.search_it_form input.hidden { display: none; }

.search_it_form .search_it_button { display: block; width: 25px; height: 25px; margin: 0; padding: 0; z-index: 10; border: 1px solid transparent; color: #fff;
background-color: transparent;
/* background-image: url('/assets/addons/bw_modulhelper/icon_suchlupe_weiss.png'); */
/* oder inline mit %23fff für weiss oder %23000 fuer schwarz, (das %23 ist das # Zeichen) */
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 45.4"><path fill="%23fff" d="M27.9.3C19,.3,11.7,7.5,11.7,16.4s1.4,7.5,3.7,10.3l-13.2,13.2c-1,1-1,2.7,0,3.7l.9.9c1,1,2.7,1,3.7,0l13.2-13.2c.2-.2.3-.3.4-.5,2.2,1.2,4.8,1.9,7.5,1.9,8.9,0,16.1-7.2,16.1-16.1S36.8.3,27.9.3ZM27.9,29.5c-7.2,0-13.1-5.9-13.1-13.1S20.6,3.3,27.9,3.3s13.1,5.9,13.1,13.1-5.9,13.1-13.1,13.1Z"/></svg>');
background-repeat: no-repeat; background-position: center center; background-size: contain;
cursor: pointer; text-indent: -9999px; overflow: hidden; transition: opacity 0.3s, border-color 0.3s; }
.search_it_form .search_it_button:hover { opacity: 0.5; }
.search_it_form .search_it_button:focus { border-color: #007bff; outline: none; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); }


/* extras_031_suche_ergebnis.css */
.search_highlighter { background-color: #F0F0f0; color: #000; }

/* 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); }
}

/* header_003_bilderslider_tiny_script.css */
.header_image_slider_tiny_content { position: relative; display: block; width: 100%; height: auto; }
.header_image_slider_tiny_content img { display: block; width: 100%; height: auto; }
.header_image_slider_tiny_text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; display: block; min-width: 300px; width: auto; height: auto; margin: 0; padding: 15px 20px; text-align: center; white-space: nowrap; font-size: 3rem; color: #fff; background-color: rgba(0,0,0,0.5); }
.header_image_slider_tiny_text span { display: block; font-size: 2rem; color: #d0d0d0; }

@media all and (max-width: 480px) {
.header_image_slider_tiny_text { white-space: normal; min-width: 250px; padding: 15px; }
}

/* module20260516.css */
.skiplinks { z-index: 9999999; }

.yform .btn-primary { background-color: #f19124; color: #FFF; }
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #000; color: #FFF; }


.bildergalerie_masonry { padding: 0 3.13%; }
.bildergalerie_masonry a { box-shadow: none; border-radius: 12px; overflow: hidden; }





/* eigene Module */ 
.trennlinie { clear: both; display: block; width: auto; height: 52px; margin: 20px 3.13% 40px 3.13%; padding: 0; background-image: url(trennlinie_bg.png); background-position: center center; background-repeat: repeat-x; text-align: center; }
.trennlinie img { margin: 0; padding: 0; }



#header_image_slider_tiny .tns-controls { display: none; }
#header_image_slider_tiny button[data-action="start"],
#header_image_slider_tiny button[data-action="stop"] { display: none; }

.header_image_slider_tiny_text,
.header_image_simple_text { display: block; position: absolute; top: 60px; left: auto; right: 15%; font-family: "hucklebuck-jf","clone-rounded-latin", Verdana, Geneva, sans-serif; font-weight: 400; font-size: 42px; line-height: 1.25; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; text-align: left; color: #fff; transform: none; background-color: transparent; }

.header_image_slider_tiny_text span,
.header_image_simple_text span { display: block; padding: 10px 0 0 0; font-size: 42px; color: #fff; text-align: right; }

@media all and (max-width:768px) { 
	
.header_image_slider_tiny_text,
.header_image_simple_text {  position: absolute; top: 50%; left: 50%; right: auto; transform: translate(-50%, -50%); }
	
.header_image_slider_tiny_text, .header_image_slider_tiny_text span,
.header_image_simple_text, .header_image_simple_text span { font-size: 2.14rem; line-height: 1.25; text-align: center; }
}

@media all and (max-width:480px) {
.header_image_slider_tiny_text,	
.header_image_simple_text { display: none; }
}



.box_sonderfall { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 240px; margin: 0; padding: 0; z-index: 1; }
.box_sonderfall_text { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1; }

span.box_sonderfall_oben,
span.box_sonderfall_unten { display: block; position: absolute; top: 53%; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; font-size: 1.14rem; line-height: 1.25; text-align: center; }
span.box_sonderfall_oben { top: auto; bottom: 53%; text-transform: uppercase; font-size: 2.14rem; line-height: 1.25; letter-spacing: 2px; }
span.box_sonderfall_trenner { display: block; position: absolute; top: 50%; left: 25%; width: 50%; height: 1px; margin: 0; padding: 0; z-index: 1; background-color: #FFF; overflow: hidden; }


.slick_slider_logos .slick-slider { width: auto; padding: 0 70px; }
.slick_slider_logos .slider_logo { display: block; margin: 0 5px; padding: 0; text-align: center; }
.slick_slider_logos .slider_logo img { display: block; margin: 0 auto; text-align: center; 
  opacity: 0.5;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.slick_slider_logos .slider_logo img:hover, .slick_slider_logos .slider_logo img:focus { opacity: 1; filter: none; -webkit-filter: none; }

.slick_slider_logos .slick-prev, 
.slick_slider_logos .slick-next { top: 50%; width: 60px; height: 60px; margin: -30px 0 0 0; background-image: url(slider_partner_arrows.png); }
.slick_slider_logos .slick-prev { left: 5px; background-position: top left; }
.slick_slider_logos .slick-next { right: 5px; background-position: top right; }
@media all and (max-width:768px) {
.slick_slider_logos .slick-prev, .slick_slider_logos .slick-next { width: 30px; height: 30px; margin: -15px 0 0 0; background-image: url(slider_partner_arrows_mobile.png); }
.slick_slider_logos .slick-prev { left: 5px; }
.slick_slider_logos .slick-next { right: 5px; }
}



.hofladen_image { clear: both; display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 0; border-radius: 12px; overflow: hidden; }
h2.hofladen_headline { clear: both; display: inline-block; width: auto; height: auto; margin: 0 0 20px 0; padding: 10px 60px 0 0; font-size: 2.14rem; line-height: 40px; text-transform: uppercase; background-position: right center; background-repeat: no-repeat; background-size: contain; }
h2#hofladen_fleischwaren { background-image: url(hofladen_fleischwaren.png); }
h2#hofladen_wurstwaren { background-image: url(hofladen_wurstwaren.png); }
h2#hofladen_geraeuchert { background-image: url(hofladen_geraeuchert.png); }
h2#hofladen_schnelle_kueche { background-image: url(hofladen_schnelle_kueche.png); }
h2#hofladen_salate { background-image: url(hofladen_salate.png); }



.hofladen_produkt_name button,
button.hofladen_hoverbox_close,
.hofladen_hoverbox_merkzettel button,
button.merkzettel_plus,
button.merkzettel_minus,
button.merkzettel_remove {
    background: none;
    border: none;
    cursor: pointer;
	text-align: left;
}

.hofladen_kategorie_box { clear: both; display: block; margin: 0; padding: 0; }
.hofladen_spalte_1, .hofladen_spalte_2, .hofladen_spalte_3, .hofladen_spalte_4 { display: block; width: 100%; height: auto; margin: 0; padding: 0; }
.hofladen_produkt { display: block; width: 100%; height: auto; margin: 0; padding: 0; font-size: 1rem; line-height: 1.25; color: #000; }
.hofladen_produkt_name { }
.hofladen_produkt_name button { display: inline-block; margin: 0 0 10px 0; padding: 0; color: #000; text-decoration: none; }
.hofladen_produkt_name button:hover,
.hofladen_produkt_name button:focus { color: #f19124; text-decoration: none; }
.hofladen_produkt_name button.active { color: #f19124; }
.hofladen_produkt.on_merkzettel .hofladen_produkt_name button { color: #090; }

/*.hofladen_hoverbox { display: none; position: absolute; top: 0; left: 0; width: 21.09%; height: auto; margin: 0; padding: 0; font-size: 1rem; line-height: 18px; color: #000; z-index: 100; background-color: #f39200; border: 5px solid #FFF; box-shadow: 2px 2px 5px 0 #333; } */
.hofladen_hoverbox { display: none; position: fixed; top: 50%; left: 50%; width: 280px; height: auto; margin: -50px 0 0 -140px; padding: 0; font-size: 1rem; line-height: 1.25; color: #000; z-index: 100; background-color: #f39200; border: 5px solid #FFF; box-shadow: 2px 2px 5px 0 #333; }
button.hofladen_hoverbox_close { display: block; position: absolute; top: 5px; right: 5px; width: 20px; height: auto; min-height: 20px; margin: 0; padding: 0; font-size: 1.43rem; line-height: 1; text-align: center; color: #000; text-decoration: none; z-index: 100; background-color: #FFF; }
button.hofladen_hoverbox_close:hover,
button.hofladen_hoverbox_close:focus { color: #FFF; text-decoration: none; background-color: #333; }
.hofladen_hoverbox_bild { }
.hofladen_hoverbox_name { padding: 5px 10px; border-bottom: 5px solid #FFF; color: #FFF; font-size: 1.14rem; line-height: 1.25; font-weight: 200; }
.hofladen_hoverbox_name span.hofladen_hoverbox_artikelnummer { font-size: 0.93rem; }
.hofladen_hoverbox_text { display: block; padding: 10px 10px 1px 10px; border-bottom: 5px solid #FFF; color: #FFF; }
.hofladen_hoverbox_inhaltsstoffe { display: block; padding: 10px 10px 1px 10px; border-bottom: 5px solid #FFF; background-color: #f5c286; color: #000;  }
.hofladen_hoverbox_merkzettel { display: block; margin: 0; padding: 0; background-color: #FFF; }
.hofladen_hoverbox_merkzettel button { display: block; width: 100%; margin: 0; padding: 5px 10px; color: #FFF; background-color: #f19124; text-decoration: none; }
.hofladen_hoverbox_merkzettel button:hover,
.hofladen_hoverbox_merkzettel button:focus { color: #FFF; background-color: #575756; text-decoration: none; }

button.merkzettel_add.on_merkzettel { background-color: #090 !important; color: #FFF !important; }

@media all and (max-width:768px) {
h2.hofladen_headline { font-size: 1.5rem; line-height: 1.25; }
	
.hofladen_kategorie_box .box_width_1_4 { clear: none; float: left; width: 45.31%; margin: 0 0 0 3.13%; }
.hofladen_kategorie_box .outer_box_spalte_3 { clear: both; }
	
}

@media all and (max-width:480px) {
.hofladen_kategorie_box .box_width_1_4 { clear: both; float: none; width: auto; margin: 0 10px; }
}


#merkzettel_formular { clear: both; display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 20px; background-color: #F0F0F0; }
#merkzettel_formular table { width: 98%; }
#merkzettel_formular table th,
#merkzettel_formular table td { padding: 0 10px 20px 0; }
#merkzettel_formular table td label { display: none; }
#merkzettel_formular table td .input_produkt_anzahl,
#merkzettel_formular table td .input_produkt_einheit { display: block; width: 40px; height: auto; margin: 0; padding: 5px; text-align: right; font-size: 1rem; line-height: 1.25; color: #999; border: solid 1px #dfe6e7; border-radius: 5px; box-shadow: none; background: #FFF; }

#merkzettel_formular table td .input_produkt_einheit { width: 100px; text-align: left; }
@media all and (max-width:480px) {
#merkzettel_formular table tr { border-bottom: 1px solid #999; }
#merkzettel_formular table th { display: none; }
#merkzettel_formular table td { display: block; padding: 0 0 10px 0; }
}




.header_sonderfall { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 300px; margin: 0; padding: 100px 0 60px 0; z-index: 1; 
background-color: #fff; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; }

.header_sonderfall_verlauf { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%); 
}

.header_sonderfall_inhalt { display: block; position: relative; z-index: 2; width: 100%; max-width: 1280px; height: auto; margin: 0 auto; padding: 0; }

@media all and (max-width:768px) {
.header_sonderfall { margin: 0; padding: 50px 0 10px 0; z-index: 1; }

.header_sonderfall_verlauf { background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.25) 100%); }
	
}



.icon_box {
	height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 12px 1px 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.icon_box_image { flex-shrink: 0; width: 70px; }


