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


/* main20260120.css */
/* pt-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v18-latin-700.woff2') format('woff2');
}

/* kalam-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kalam-v18-latin-regular.woff2') format('woff2');
}


html, body {
font-family: 'PT Sans', Arial, sans-serif; 
font-size: 18px; line-height: 1.5; 
color: #000;
}
html { background-color: #FFF; }


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

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

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-family: 'Kalam', 'PT Sans', Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 1.1rem; line-height: 1.5; margin: 0 0 10px 0; color: #007138; }
h1, .like_h1 { font-size: 2rem; } 
h2, .like_h2 { font-size: 1.33rem; } 
h3, .like_h3 { font-size: 1.1rem; }
h4, .like_h4 { font-size: 1rem; } 
h5, .like_h5 { font-size: 0.8rem; } 
h6, .like_h6 { font-size: 0.67rem; } 


em { font-style: italic; font-weight: 400; }
strong { font-weight: 700; }
p { margin: 0 0 20px 0; padding: 0;}
table { margin: 0 0 20px 0; }
th { background: #007138; }
tr:nth-child(odd) { background: #007138; }
tr:nth-child(even) { background: #123f62; }
th, td { padding: 10px 20px; vertical-align: top; text-align: left; }
td.no_break { white-space: nowrap; }
table h1, table h2, table h3, table p { margin: 0; padding: 0; }

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

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text_white { color: #FFF; }

/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
hr.section_trennlinie { clear: both; height: 20px; width: 100%; margin: 0 0 20px 0; border: none; background-color: #c59d5f; }  

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

.section_1200 { width: 1200px; margin: 0 auto; }
.section_980 { width: 980px; margin: 0 auto; }
.section_980_white { width: 980px; margin: 0 auto; background-color: #FFF; background-color: rgba(255,255,255,0.8); }

.section_bg_none,
.section_bg_white,
.section_bg_white_with_bg { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 50px 0 30px 0; }

.section_bg_none { background-color: transparent; }
.section_bg_white { background-color: #FFF; }
.section_bg_white_with_bg { background-color: #FFF; background-image: url(bg_page.png); background-repeat: repeat-y; background-position: right top; }

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


/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 1260px | Abstand: 30px) */
.outer_box { clear: both; display: block; float: left; width: 95.24%; margin: 0 0 30px 2.38%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 30px 0; }
.box_width_1_2 { clear: none; width: 46.43%; }
.box_width_1_3 { clear: none; width: 30.16%; }
.box_width_2_3 { clear: none; width: 62.7%; }
.box_width_1_4 { clear: none; width: 22.02%; }

.outer_box_right { float: right; margin: 0 2.38% 30px 0; }

/* ----------------------------------------------------------------------------------
 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 20px 0; }
.outer_box .image a { text-decoration: none !important; }
.outer_box .image a:hover, .outer_box .image a:focus { opacity: 0.8; }

.box_bg_white { background-color: #FFF; background-color: rgba(255,255,255,0.8); }
.box_bg_white .text { display: block; padding: 20px 40px 1px 40px; }


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





/* --- Menue-Button --- */ 
#main_nav_button {display: none; position: fixed; top: 35px; left: auto; right: 30px; width: 32px; height: auto; margin: 0 0 0 -16px; padding: 0; z-index: 1001; color: #fff; 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: #fff; transition: all 200ms ease-in-out; }
#main_nav_button:before { margin-bottom: 15px; box-shadow: 0 9px 0 #fff; }

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


#main_nav_button.active { color: #fff; }
#main_nav_button.active:before,
#main_nav_button.active:after { background-color: #fff; }
#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: #fff; }
#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: #fff; }


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



#main_nav_bg,
#main_nav { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1000; }
#main_nav_bg { position: fixed; }
#main_nav { padding: 10px 210px 0 0; text-align: center; }

/* erste Ebene */
#main_nav ul { position: relative; top: 0; left: 0; list-style: none; margin: 0; padding: 0; }
#main_nav li { position: relative; top: 0; left: 0; list-style-type: none; display: inline-block; margin: 0; padding: 0; }

#main_nav ul li a { display: block; width: auto; height: auto; margin: 0 5px; padding: 10px 8px; font-size: 0.9rem; color: #eee6ac; text-decoration: none; transition: all 0.125s ease-in; }
#main_nav ul li a:hover, #main_nav ul li a:focus { text-decoration: none; color: #FFF; }

#main_nav ul li a.rex-current,
#main_nav ul li a.rex-active { color: #FFF; }

#main_nav ul li:first-child a { border-left: none; }

#main_nav ul li a.rex-current:hover,
#main_nav ul li a.rex-active:hover,
#main_nav ul li a.rex-current:focus,
#main_nav ul li a.rex-active:focus { color: #FFF; }

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



/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 
/* wird nur ab Mobil benoetigt, deswegen generell erstmal ausblenden */
#main_nav li a span { display: none; } 


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

#main_nav_button { display: block; }

	
    
#main_nav_bg { display: block; position: fixed; height: auto; overflow: hidden; background-color: #fff; }
    
#main_nav { display: none; padding: 100px 0 0 0; min-height: 100vh; background-color: #007138; }

#main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
#main_nav_bg.active #main_nav { display: block; }
	
#main_nav ul { display: block; }
#main_nav ul li { display: block; float: none; height: auto; margin: 0; padding: 0; border-left: none; }
#main_nav ul li a { display: block; float: none; width: auto; margin: 0; padding: 10px 10px 10px 10px;  font-size: 1rem; border-bottom: 1px solid #EEE; color: #FFF; 
background-color: transparent; background-image: none; text-align: center; border-radius: 0; }
#main_nav ul li a:hover, #main_nav ul li a:focus { background-color: #529263; color: #FFF !important; }
#main_nav ul li a.rex-current,
#main_nav ul li a.rex-active { background-color: #529263; color: #FFF; padding: 10px 10px 10px 10px; color: #000; }

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



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

/*
#page_background_image { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1; 
background-color: #FFF; background-repeat: no-repeat; background-position: center center; background-size: cover; }
*/

#page_bg { display: block; position: relative; top: 0; left: 0; width: 1920px; height: auto; min-height: 100%; margin: 0 auto; padding: 0; z-index: 10; overflow: hidden; box-shadow: 0 0 10px 0 #333; }

#page_bg.page_background_image {  background-repeat: no-repeat; background-position: center center; background-size: cover; }


/* Relative Bloecke innerhalb von "page" */
#page, #header_bg, #header, #logo, #info_box, #navigation_bg, #navigation_not_responsive, #wrapper, #content, #rasen, #footer_bg, #footer {
display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }

#page { min-height: 100%; }

#header_bg { position: fixed; height: 100px; z-index: 99; background-image: url(bg_header.png); background-repeat: no-repeat; background-position: center top; }

#navigation_space { clear: both; display: block; width: 100%; height: 100px; margin: 0; padding: 0; }


#logo { display: none; position: absolute; top: 5px; left: auto; right: 5px; width: 220px; height: auto; margin: 0; padding: 0 0 5px 0; z-index: 1002; background-color: #f5f3c5; background-color: rgba(245,243,197,0.8);}
#logo a:hover img, #logo a:focus img { opacity: 0.925; }

#info_box { position: absolute; top: 20px; left: auto; right: 30px; width: 240px; padding: 0 0 10px 0; z-index: 100; background-color: #f5f3c5; background-color: rgba(245,243,197,0.8); text-align: center; font-size: 0.8rem; }
#info_box img { display: block; margin: 0 0 10px 0; }
#info_box a:hover, #info_box a:focus { opacity: 0.8; }
#info_box strong { color: #007138; }


#wrapper { width: 100%; margin: 0 auto; padding: 0; }


#rasen { position: absolute; top: auto; bottom: 40px; height: 100px; background-image: url(bg_rasen.png); background-repeat: repeat-x; background-position: center bottom; }

#rasen_space { clear: both; display: block; width: 100%; height: 100px; margin: 0; padding: 0; }

#footer_bg { position: absolute; top: auto; bottom: 0; clear: both; background-color: #007138; }
#footer { width: 480px; margin: 0 auto; padding: 10px 0; color: #FFF; font-size: 0.8rem; text-align: center; }
#footer a { display: inline-block; margin: 0 10px; color: #FFF; text-decoration: none; }
#footer a:hover, #footer a:focus { color: #eee6ac; text-decoration: none; }


/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */ 
.outer_box_empty { height: 20px; }





/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 
@media all and (min-width:1px) {
#page_bg { width: 100%; max-width: 1920px; min-width: 300px; overflow: hidden; }
}

@media all and (max-width:1920px) {
/* mit dem Setzen der Breite auf geht das reponsive Webdesign erst richtig los */
#page_bg { width: 100%; min-width: 300px; overflow: hidden; }

}


@media all and (max-width:1700px) {
.section_1200 { margin: 0 0 0 100px; }
}

@media all and (max-width:1580px) {
.section_1200 { margin: 0; }
.section_980, .section_980_white { margin: 0 0 0 120px; }
}

@media all and (max-width:1480px) {
.section_1200, .section_980, .section_980_white { margin: 0 auto; }
.section_bg_white_with_bg { background-image: none; }

#info_box { display: none; }

#logo { display: block; background-color: transparent; }

#header_bg { height: 150px; }
#navigation_space { height: 150px; }	


}


@media all and (max-width:1200px) {
.section_1200 { width: 100%; margin: 0; }

#footer { width: 100%; margin: 0; }

}

@media all and (max-width:980px) {
.section_980,
.section_980_white { width: 100%; margin: 0; }

	
#logo { position: relative; top: 0; left: 0; right: auto; width: auto; max-width: 220px; margin: 5px 70px 5px 5px; z-index: 1; }

#header_bg { position: absolute; height: 150px; }

}

@media all and (max-width:768px) {
h1, .like_h1 { font-size: 1.67rem; } 
	
.outer_box { clear: both; float: none; width: auto; margin: 0 2.38% 30px 2.38%; }
.box_width_1_4 { clear: none; float: left; width: 46.43%; margin: 0 0 30px 2.38%; }

.outer_box_empty { display: none; }

#box_angebot_der_woche,
#box_mittagstisch { clear: none; float: left; display: block; width: 46.43%; margin: 0 0 30px 2.38%; padding: 0; }

} 


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

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



}


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

/* breadcrumb.css */
#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; }

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

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


/* module20260120.css */
.yform .btn-primary { max-width: 180px; background-color: #007138; color: #FFF; }
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #529263; color: #FFF; }

#contactform { scroll-margin-top: 120px; }




#box_home_tradition { display: block; position: absolute; top: -50px; right: -300px; width: 300px; height: auto; margin: 0; padding: 0; z-index: 10; }

@media all and (max-width:1480px) { 
	#box_home_tradition { display: none; }
}





.headline_inline { display: inline-block; }
.headline { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0 0 10px 0; padding: 0; text-align: center;  }
.headline_text { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; padding: 5px 20px; color: #FFF; background-color: #064472; z-index: 10; }
.headline_bg { display: block; position: absolute; top: 5px; left: -15px; width: 100%; height: 100%; margin: 0; padding: 0 5px 0 15px; z-index: 1; background-color: #eee6ac; transform: rotate(-0.33deg); }

.headline h1, .headline h2, .headline h3 { color: #FFF; margin: 0; padding: 0; }


.linkbalken { clear: both; display: block; text-align: center; }
.linkbalken a { display: inline-block; width: auto; height: auto; margin: 0; padding: 10px 40px 10px 10px; font-size: 1.11em; line-height: 1.25; color: #645b4e; text-decoration: none;
background-color: #e1c504; background-image: url(linkbalken.png); background-repeat: no-repeat; background-position: right center; }
.linkbalken a:hover, .linkbalken a:focus { text-decoration: none; color: #FFF; background-color: #ac5e00; }


.bildergalerie { clear: both; display: block; margin: 0 0 20px 0; }
.bildergalerie .image { display: block; float: left; width: 22.60%; margin: 0 0 1.92% 1.92%; padding: 0; border-bottom: 5px solid #e1c504; }



.linkbox { overflow: hidden; }
.linkbox a { display: block; position: relative; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; }

.linkbox_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; background-color: transparent; font-family: 'Kalam', 'Rubik', Arial, sans-serif; font-size: 1.8rem; line-height: 1.125; transition: all 400ms ease-in-out; }
.linkbox a:hover .linkbox_text,
.linkbox a:focus .linkbox_text { background-color: #000; background-color: rgba(0,0,0,0.5); }
.linkbox_text_inner { position: absolute; bottom: 20px; left: 0; width: 100%; height: auto; min-height: 20px; margin: 0; padding: 0; z-index: 10; text-align: center; color: #eee6ac; }




.box_tag { clear: both; width: auto; margin: 0 0 20px 0; padding: 20px 20px 10px 20px; border: 1px solid #007138; background-color: #FFF; background-color: rgba(255,255,255,0.25); }
.box_tag.heute { background-color: #FFF; }
.gericht { clear: both; width: 100%; margin: 0 0 10px 0; }
.gericht.active { font-weight: bold; }
.gericht_name { display: block; float: left; width: 80%; }
.gericht_preis { display: block; float: right; width: 20%; text-align: right;  }
.gericht:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

@media all and (max-width:480px) { 
.gericht_name { float: none; width: 100%; }
.gericht_preis { float: none; width: 100%; text-align: left;  }
}






#team_menu { clear: both; width: 95.24%; margin: 0 0 30px 2.38%; 
	display: flex; flex-wrap: nowrap; gap: 1px;
}

#team_menu button {
    flex: 1;
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: #529263;
    color: #FFF;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

#team_menu button:hover,
#team_menu button.active {
    background-color: #007138;
    color: #FFF;
    text-decoration: none;
}

@media all and (max-width: 768px) {
#team_menu { flex-wrap: wrap; }	
    #team_menu button { flex-basis: calc(50% - 1px); /* 2 Buttons pro Reihe mit Abstand */ }
}

@media all and (max-width: 480px) {
	#team_menu {  display: block; }	
    #team_menu button { flex-basis: 100%; width: 100%; margin: 0 0 1px 0; }
}
	
	
.team_box { display: none; opacity: 0; transition: opacity 0.3s ease; }
.team_box.active { display: flex; flex-wrap: wrap; opacity: 1; transition: opacity 0.3s ease; }


.mitarbeiter_box { display: block; position: relative; top: 0; left: 0; width: 22.02%; height: auto; margin: 0 0 30px 2.38%; padding: 3px; z-index: 1; background-color: #FFF; box-shadow: 5px 5px 10px 0 #555; }
.mitarbeiter_text { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: auto; min-height: 85px; margin: 0; padding: 0; z-index: 10; background-color: #FFF; background-color: rgba(255,255,255,0.9); }
.mitarbeiter_name { display: block; margin: 0; padding: 5px 5px 0 5px; text-align: center; font-size: 1rem; color: #000; font-weight: bold; }
.mitarbeiter_position { display: block; margin: 0; padding: 0 5px 5px 5px; text-align: center; font-size: 0.9rem; color: #007138; }

@media all and (max-width:980px) { .mitarbeiter { width: 30.16%; } }
@media all and (max-width:768px) { .mitarbeiter { width: 46.43%; } }
@media all and (max-width:480px) { .mitarbeiter { clear: both; float: none; width: auto; margin: 0 50px 20px 50px; } } 




