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


/* main20251114.css */
/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
/* mona-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: 'Mona Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mona-sans-v4-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mona-sans-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/mona-sans-v4-latin-600.woff2') format('woff2'); 
}
/* mona-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mona-sans-v4-latin-700.woff2') format('woff2'); 
}


html, body { font-family: "Mona Sans", Verdana, Geneva, sans-serif; font-size: 16px; line-height: 1.5; color: #333; font-weight: 400; background-color: #fff; }

a { text-decoration: none; color: #0D5A40; }
a:hover, a:focus { text-decoration: underline; color: #0D5A40; }
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; overflow: hidden; }

a img { transition: all 0.250s ease-in; }

a:hover img,
a:focus img { opacity: 0.8; transform: scale(1.1); }

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



a.link_as_button { display: inline-block; margin: 0 20px 20px 0; padding: 14px 40px; 
text-decoration: none; color: #fff; background-color: #2a7a44; font-weight: 600;
transition: background-color 0.3s ease; border-radius: 12px; box-shadow: 0 8px 20px rgba(42, 122, 68, 0.5);
}
a.link_as_button:hover,
a.link_as_button:focus { text-decoration: none; color: #fff;
  background-color: #236237; box-shadow: 0 12px 30px rgba(35, 98, 55, 0.7);
}



h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; color: #0D5A40; font-size: 1rem; }
h1 { font-size: 1.875rem; } 
h2 { font-size: 1.5rem; }  
h3 { font-size: 1.25rem; }  
h4 { font-size: 1rem; } 
h5 { font-size: 0.9rem; } 
h6 { font-size: 0.8rem; } 


.headline_with_subline span { display: block; }
.headline_with_subline h1 { font-size: 1.25rem; }
.headline_with_subline h1 span { font-size: 1.875rem; }

.headline_with_subline h2 { font-size: 1rem; }
.headline_with_subline h2 span { font-size: 1.5rem; }

.headline_with_subline h3 { font-size: 0.8rem; }
.headline_with_subline h3 span { font-size: 1.25rem; }


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

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

hr { clear: both; display: block; width: 100%; height: 1px; margin: 30px 0; padding: 0; border: none; background-color: #555; } 

.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_green_dark,
.section_bg_green_light,
.section_bg_gray_light
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 30px 0; z-index: 1; }

.section_bg_none { background-color: transparent; }
.section_bg_green_dark { background-color: #0D5A40; color: #FFF; }
.section_bg_green_light { background-color: #dee9de; }
.section_bg_gray_light { background-color: #f9f9f9; }

.section_bg_green_dark p, .section_bg_green_dark h1, .section_bg_green_dark h2, .section_bg_green_dark h3 { color: #FFF; }

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

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

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


/* ------------ 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 2.5% 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_inner { padding: 20px 20px 1px 20px; }


@media all and (max-width:980px) {
.box_width_1_4 { width: 46.25%; }
}

@media all and (max-width:640px) {
.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: 95%; margin: 0 0 20px 2.5%; }
.box_width_full { width: 100%; margin: 0 0 20px 0; }
	
}


.box_bg_green_dark { background-color: #0D5A40; color: #FFF; }
.box_bg_green_light { background-color: #dee9de; }
.box_bg_white { background-color: #fff; }
.box_bg_gray_light { background-color: #f9f9f9; }

.box_bg_green_dark p, .box_bg_green_dark h1, .box_bg_green_dark h2, .box_bg_green_dark h3 { color: #FFF; }


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

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

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


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



/* --- Menue-Button --- */ 
#main_nav_button {display: none; position: fixed; top: 25px; left: auto; right: 25px; width: 32px; height: auto; margin: 0 0 0 -16px; padding: 0; z-index: 1001; 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; }


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


/* --- Menue-Dropdown-Menue --- */ 
#main_nav_bg { display: block; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 30px 0 0 0; z-index: 1000; }

#main_nav_content { display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: nowrap;
position: relative; top: 0; left: 0; width: 100%; max-width: 1600px; margin: 0 auto; background-color: rgba(255, 255, 255, 0.9); border-radius: 16px; /* box-shadow: 0 0 10px 0 #000; */ }

#logo { width: auto; max-width: 360px; flex-shrink: 0; margin: 5px 5px 5px 2.5%; padding: 0; }
#logo a { overflow: visible; }

#main_nav { flex: 1; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 15px 2.0% 15px 1px; z-index: 100; text-align: right; }

/* 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; margin: 0; padding: 5px; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 12px; 
font-size: 1.1rem; color: #555; text-decoration: none; text-align: center;
transition-duration: 0.25s; transition-property: all; }
#main_nav li a:hover,
#main_nav li a:focus { text-decoration: none; color: #222; transform: scale(1.05); }
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #000; }

/* Pfeil-Icons fuer aufgeklappte und zugeklappte Menues */
/*
#main_nav ul li.has-children > a { padding: 5px 32px 5px 10px; 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); }
*/
#main_nav ul li.has-children > a::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    transform: rotate(90deg);
	font-size: 0.9rem;
}
#main_nav ul li.has-children > a[aria-expanded="true"]:after,
#main_nav ul li.has-children > a:hover::after,
#main_nav ul li.rex-active > a::after { transform: rotate(-90deg); }

 
/* zweite Ebene */
/* Anzeigen des Untermenues 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 li ul { display: none; position: absolute; top: 40px; left: 0; width: auto; height: auto; margin: 0; padding: 20px 0 0 0; z-index: 100; background-color: #fff; }

#main_nav li ul li { display:block; float:none; width: 100%; height: auto; margin: 0; padding: 0; border-left: none; }
#main_nav li ul li a { display:block; width: auto; color: #0D5A40; white-space: nowrap; margin: 0; padding: 5px 15px; font-size: 1rem; text-align: left; }
#main_nav li ul li a:hover,
#main_nav li ul li a:focus { text-decoration: none; color: #000; }
#main_nav li ul li a.rex-current { color: #000; }
#main_nav li ul li a.rex-active { color: #000; }

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


#no_header_image { display: block; background-color: #0D5A40; height: 140px; }


/* --- Menue Responsive --- */
@media screen and (max-width: 1200px) {  
	#logo { max-width: 300px; margin: 10px 5px 10px 2.5%; }

	#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 8px; }
	
	
}

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

#no_header_image { height: 70px; }

#main_nav_content { display: block; min-width: 300px; min-height: 70px; border-radius: 0; }
	
#logo { max-width: none; margin: 0; padding: 15px 80px 15px 10px; }
#logo img { display: block; width: 100%; max-width: 300px; }
    
#main_nav_button { display: block; }
    
#main_nav_bg { display: block; position: fixed; height: auto; margin: 0; padding: 0; 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: 0 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: #0D5A40; text-shadow: none; background-position: center right; background-repeat: no-repeat; }
#main_nav li a:hover,
#main_nav li a:focus { color: #fff; background-color: #333; transform: scale(1); }
#main_nav li a.rex-active { color: #fff; background-color: #0D5A40; transform: scale(1); }    
#main_nav li a.rex-current { color: #fff; background-color: #333; transform: scale(1); } 

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

#main_nav ul li.has-children a { position: relative; padding: 6px 32px 6px 10px; }

#main_nav ul li.has-children > a::after {
    content: ">";
    display: block; position: absolute; top: 7px; left: auto; right: 12px; margin: 0; transform: rotate(90deg);
}
#main_nav ul li.has-children > a[aria-expanded="true"]:after,
#main_nav ul li.has-children > a:hover::after,
#main_nav ul li.rex-active > a::after { transform: rotate(-90deg); }
	
	
/* 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 zusaetzlich zum Hover eine dieser Bedingungen erfuellt ist, dann doch anzeigen (hoehere Spezifitaet) */
#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; }	
	
/* Untermenues 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: 4px 10px; color: #fff; background-color: #138B5E; background-image: none; font-size: 0.9rem; text-align: center; }
#main_nav ul.rex-navi2 li a:hover,
#main_nav ul.rex-navi2 li a:focus { text-decoration: none; color: #fff; background-color: #404040; }
#main_nav ul.rex-navi2 li a.rex-active { color: #fff; background-color: #138B5E; }
#main_nav ul.rex-navi2 li a.rex-current { color: #fff; background-color: #404040; }


/* Pfeil-Icons fuer aufgeklappte und zugeklappte Menues */
/*	
#main_nav ul li.has-children > a { padding: 5px 32px 5px 10px; 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); }
*/
	

}






/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
/* Relative Bloecke innerhalb von "page" */
#page, #header_bg, #header, #content, #footer_bg, #footer
{ display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }


#header_bg { display: block; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 999; }


body { scroll-margin-top: 150px; }
#content { scroll-margin-top: 150px; min-height: 50vh; }
div[id] { scroll-margin-top: 150px; }
#search_it_form { scroll-margin-top: 150px; }

#footer_logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; padding: 30px 0; }

#footer_logos > div { display: block; width: auto; min-width: 270px; margin: 0; padding: 10px; text-align: center; }

#footer_logos a { display: inline-block; overflow: visible; }
#footer_logos img { display: block; width: auto; max-width: none; }

#footer_logos .footer_logo_break { display: block; width: 100%; height: 0; padding: 0; }

#footer_logos .footer_logo_break_1200 { display: none; width: 0; height: 0; padding: 0; }

@media screen and (max-width: 1200px) { 
	
#footer_logos .footer_logo_break_1200 { display: block; width: 100%; height: 0; }

}


#footer_bg { clear: both; background-color: #2a7a44; background: linear-gradient(135deg, #2a7a44, #68c287); color: #FFF; }
#footer { 
   display: grid;
    grid-template-columns: 240px auto auto 180px;
	justify-content: space-between;
    gap: 30px;
	max-width: 1200px; margin: 0 auto; padding: 40px 2.78%;
}

#footer_bg a { color: #fff; text-decoration: none; overflow: visible; }
#footer_bg a:hover,
#footer_bg a:focus { color: #fff; text-decoration: underline; }

#footer_1 { padding-top: 5px; }
#footer_1 img { max-width:240px; }

#footer_subline { display: block; padding: 20px 0 0 0; font-size: 0.75rem; }	
	
#footer #accessibility_toggle_box { text-align: left; } 
	

#footer_bottom { display:block; max-width: 1200px; margin: 0 auto; padding: 0 2.78% 20px 2.78%; text-align: center; }
#footer_bottom a { display: inline-block; margin: 0 5px; }
#footer_copright { display: inline-block; margin: 10px 0 0 0; font-size: 0.75rem; }

	
/* --- Responsive Webdesign --- */ 
@media (max-width: 980px) {

	#footer {
		display: grid;
		grid-template-columns: auto auto 180px;
		grid-template-rows: repeat(2, auto);
	}

	#footer_1 { grid-area: 1 / 1 / 2 / 4; padding-top: 0; }
	#footer_2 { grid-area: 2 / 1 / 3 / 2; }
	#footer_3 { grid-area: 2 / 2 / 3 / 3; }	
	#footer_4 { grid-area: 2 / 3 / 3 / 4; }

}

@media (max-width: 768px) {
	#footer {
		display: grid;
		grid-template-columns:repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
	}

	#footer_1 { grid-area: 1 / 1 / 2 / 3; }
	#footer_2 { grid-area: 2 / 1 / 3 / 2; }
	#footer_3 { grid-area: 2 / 2 / 3 / 3; }	
	#footer_4 { grid-area: 3 / 1 / 4 / 3; }
}
@media (max-width: 480px) {
	#footer { display: block; }
	
	#footer_1 { margin-bottom: 20px; }
	#footer_2, #footer_3 { border-bottom: 1px solid #fff; margin-bottom: 20px; }

}

	
	
@media all and (max-width:480px) {
h1 { font-size: 1.75rem; } 
h2 { font-size: 1.4rem; }  
	
.headline_with_subline h1 { font-size: 1.25rem; }
.headline_with_subline h1 span { font-size: 1.75rem; }

.headline_with_subline h2 { font-size: 1rem; }
.headline_with_subline h2 span { font-size: 1.4rem; }

.headline_with_subline h3 { font-size: 0.8rem; }
.headline_with_subline h3 span { font-size: 1.2rem; }	
	
.text_bild .flLeft,
.text_bild .flRight { float: none; width: auto; max-width: none; margin: 0 0 15px 0; }

	
.section_bg_none,
.section_bg_green_dark,
.section_bg_green_light,
.section_bg_gray_light
{ padding: 30px 0 10px 0; }

	
}

@media all and (max-width:360px) {
h1 { font-size: 1.5rem; } 
h2 { font-size: 1.25rem; }  
	
.headline_with_subline h1 { font-size: 1.15rem; }
.headline_with_subline h1 span { font-size: 1.5rem; hyphens: auto; }

.headline_with_subline h2 { font-size: 0.9rem; }
.headline_with_subline h2 span { font-size: 1.25rem; hyphens: auto; }

.headline_with_subline h3 { font-size: 0.7rem; }
.headline_with_subline h3 span { font-size: 1.1rem; }	
	
}




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


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

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

/* 030_faq_accordion.css */
.faq_accordions { margin: 0 0 20px 0; }

.faq_accordions .faq_accordion { border: 1px solid #ddd; margin-bottom: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.faq_accordions .faq_question { margin: 0; }

.faq_accordions .faq_toggle { width: 100%; background: #f8f9fa; border: none; padding: 10px 20px; text-align: left; font-size: 1.125rem; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; color: #333; }
.faq_accordions .faq_toggle:hover { background: #dee2e6; }
.faq_accordions .faq_toggle:focus-visible { outline: 2px solid blue; outline-offset: -3px; background: #dee2e6; }

.faq_accordions .faq_accordion.open .faq_toggle { background: #333; color: #fff; }
.faq_accordions .faq_accordion.open .faq_toggle:hover { background: #222; color: #fff; }

.faq_accordions .faq_icon { font-size: 1.5rem; font-weight: bold; flex-shrink: 0; margin-left: 15px; }
.faq_accordions .faq_answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #fff; }
.faq_accordions .faq_accordion.open .faq_answer { max-height: 1000px; transition: max-height 0.5s ease-in; }
.faq_accordions .faq_answer_content { padding: 10px 20px; border-top: 1px solid #eee; line-height: 1.6; color: #555; }

/* Responsive Design */
@media (max-width: 768px) {
.faq_accordions .faq_toggle { padding: 8px 15px; font-size: 1rem; }
.faq_accordions .faq_answer_content { padding: 8px 15px; }
.faq_accordions .faq_icon { font-size: 1.25rem; margin-left: 10px; }
}

/* Hochkontrast-Modus Support */
@media (prefers-contrast: more) {
.faq_accordions .faq_accordion { border: 2px solid #000; }
.faq_accordions .faq_toggle { border-bottom: 2px solid #000; }
}

/* Bewegung / Animationen reduzieren bzw. abschalten */
@media (prefers-reduced-motion: reduce) {
.faq_accordions .faq_toggle, .faq_accordions .faq_answer { transition: none; }
}

/* 050_openstreetmap.css */
.openstreetmap { display: block; width: 100%; height: 500px; border: 1px solid #ccc; }

.openstreetmap_info { display: block; margin: 20px 0 40px 0; padding: 0 15px; text-align: center; }
.openstreetmap_info button { display: inline-block; margin: 0 10px 10px 10px; padding: 5px 20px; text-decoration: none; color: #fff; background-color: #000; border: none; border-radius: 0; cursor: pointer; transition: all 0.2s ease; }
.openstreetmap_info button :hover,
.openstreetmap_info button :active,
.openstreetmap_info button :focus { text-decoration: none; color: #fff; background-color: #999; }

.openstreetmap.blocked { display: flex; align-items: center; justify-content: center; background: #f9f9f9; border: 2px dashed #ddd; border-radius: 8px; }
.openstreetmap-cookie-notice { text-align: center; color: #666; padding: 30px 20px 10px 20px; }
.openstreetmap-cookie-notice h3 { color: #666; }
.openstreetmap-cookie-notice button { padding: 10px 20px; background: #007cba; color: #fff; border: none; cursor: pointer; }
.openstreetmap-cookie-notice button:hover,
.openstreetmap-cookie-notice button:focus { background: #005a87; }

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


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

/* module20251201.css */
/* --- yForm --- */
.yform .btn-primary { background-color: #0D5A40; color: #FFF; }
.yform .btn-primary:hover { background-color: #000; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { background-color: #000; color: #FFF; }


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

.yform label { font-size: 0.8rem; }

/* Gruppe mit Label + Eingabefeld - Flexbox fÃ¼r nebeneinander */
.yform .form-group {
    display: flex;
    align-items: flex-start; /* Labels oben ausrichten */
    gap: 15px; /* Abstand zwischen Label und Input */
    margin-bottom: 20px;
}

/* Label-Styling anpassen */
.yform label {
    display: block;
    margin: 0;
    min-width: 100px; /* Feste Breite fÃ¼r einheitliches Layout */
    flex-shrink: 0; /* Label soll nicht schrumpfen */
    padding-top: 8px;
}

/* Input-Feld anpassen */
.yform .form-control {
    display: block;
    width: 100%;
    flex: 1; /* Nimmt den restlichen Platz ein */
    height: auto;
    margin: 0; /* Entfernen, da durch gap gesteuert */
    padding: 8px 10px;
}

/* Auf kleineren Bildschirmen wieder untereinander */
@media (max-width: 980px) and (min-width: 768px),
(max-width: 480px) {
    .yform .form-group { display: block; }
    .yform label { min-width: auto; padding-top: 0; margin-bottom: 6px; }
}



/* .header_image_simple { display: flex; align-items: center; justify-content: flex-start; padding: 100px 30px; box-sizing: border-box; } */
.header_image_simple_text { position: absolute; top: auto; bottom: 100px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1600px; color: #fff; font-size: 2rem; padding: 0 30px; }
.header_image_simple_text a.link_as_button { font-size: 1rem; }

@media all and (max-width:980px) {
	.header_image_simple_text { font-size: 1.5rem; }
}

@media all and (max-width:768px) {
.header_image_simple img { display: block; }

.header_image_simple.height_25vh,
.header_image_simple.height_33vh,
.header_image_simple.height_50vh,
.header_image_simple.height_66vh,
.header_image_simple.height_75vh,
.header_image_simple.height_100vh { min-height: 0; }
	

#arrow_slide_down_to_content { display: none; }

.header_image_simple_text { bottom: 0; padding: 5px 15px; font-size: 1.25rem; }
.header_image_simple_text p { margin: 0 0 10px 0; }	
}


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

.header_image_simple_text { position: relative; top: 0; bottom: auto; padding: 15px 15px 5px 15px; font-size: 1.125rem; color: #fff !important; background-color: #0D5A40; }
.header_image_simple_text p, .header_image_simple_text span, .header_image_simple_text strong { color: #fff !important; }
	
}



.faq_accordions .faq_toggle { width: 100%; background: #f8f9fa; padding: 10px 20px; }
.faq_accordions .faq_accordion.open .faq_toggle { background: #0D5A40; color: #fff; }
.faq_accordions .faq_accordion.open .faq_toggle:hover { background: #073925; color: #fff; }


.search_highlighter { background-color: #F0F0f0; color: #c00; display: inline !important; }



.faq_accordions .faq_accordion { border: 1px solid #ddd; }
.faq_accordions h3 button { border-bottom: none !important; }
.faq_accordions .faq_answer_content { border-top: none; }



/* Eigene Module */

#box_blog .centerFooter,
#box_kundenstimmen .centerFooter { display: none; }

.widgetHeadingContainer span { font-size: 0; }
.widgetHeadingContainer span::before { font-size: 1rem; color: #ffffff; }
#box_blog .widgetHeadingContainer span::before { content: "Blog"; }
#box_kundenstimmen .widgetHeadingContainer span::before { content: "Kundenstimmen"; }



/* Zweispalter */
.textblock_2 .textleft  { float: left; width: 270px; margin-right: 20px; padding: 0px; }
.textblock_2 .textright { float: right; width: 270px; margin: 0px; padding: 0px; }

/* Dreispalter */
#content-full { position: relative; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; }
#content-full .textblock { position: relative; margin-bottom: 10px; width: auto;}
#content-full .textblock_3 .textleft  { float: left; width: 306px; padding: 0; }

.galerie { position: relative; top: -110px; left: 180px; width: 350px; }
.galerie a { display: block; float: left; margin: 0px 5px 5px 0px; }


.link_icon { display:block; width: auto; min-height:50px; margin: 0 0 10px 0; padding: 0 0 0 45px; background-repeat:no-repeat; text-decoration: none; color: #014495; font-weight:700; }

.ico_pdf { background-image:url(mime-pdf.png); }
.ico_xls { background-image:url(mime-xls.gif); }
.ico_doc { background-image:url(/mime-doc.gif); }
.ico_zip { background-image:url(mime-zip.gif); }
.ico_jpg, .ico_jpeg { background-image:url(mime-jpg.gif); }
.ico_gif, .tif { background-image:url(mime-pic.gif); }
.ico_def { background-image:url(mime-def.gif); }


/* Partner Modul */
.partner { display: block; width: auto; height: 70px; float: left; }
.partner_image { float: left; display: block; width: auto; margin-left:0px; text-align: center; }
.partner_image img { margin: 0px auto !important;  }
.partner_text { display: block; margin: 0px 0px 0px 0px; width: auto;  }
.partner_text h3 { color: #5092C9; font-size: 1.0rem; }
.partner_text p { font-size: 0.9rem; }


/* Newsletter Formular */
.anmeldung_formular { padding-bottom: 12px; background-color:transparent }
.anmeldung_formular .e-mail-input 
{ display: block; width: 441px; height: 19px; background-image:url(form-input.png); background-repeat: no-repeat; 
color: #666666; font-size: 0.75rem; text-align: left; padding: 6px 0px 6px 12px; margin: 0px; background-color: transparent; border: none; }
.anmeldung_formular .anmelden, .abmelden 
{ display: block; width: 78px; height: 31px; background-image:url(form-button.png); background-repeat: no-repeat; 
color: #FFFFFF; font-size: 0.75rem; text-align: center;
padding: 0px; margin: 0px; background-color:  transparent; border: none;}


/* Ansprechpartner */
.ansprechpartner { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; background-color: #fff; }
.ansprechpartner_text { display: block; width: auto; height: auto; margin: 0; padding: 10px; }
.ansprechpartner_image { display: block; width: auto; height: auto; margin: 0; padding: 0; }

.section_bg_none .ansprechpartner { background-color: #dee9de; }

.flex_container,
.flex_ansprechpartner { clear: both; width: 100%; margin: 0; }


.flex_container,
.flex_ansprechpartner { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; }

.flex_ansprechpartner .ansprechpartner { height: 100%; }


@media all and (max-width:1200px) {		
	.flex_ansprechpartner .outer_box { width: 29.63%; }
}	

@media all and (max-width:768px) {		
	.flex_container { display: block; }

	.flex_ansprechpartner .outer_box { width: 45.83%; margin: 0 0 2.78% 20px; }
}	

@media all and (max-width:480px) {		
	.flex_ansprechpartner { display: block; }

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





.modul40-teaser-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0 auto 40px auto;
  padding: 0 2.78%;
}

.modul40-teaser-box {
  background: #fff;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(42, 122, 68, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer; cursor: auto;
  border: none;
  flex: 1 1 300px; /* Standard: flexibel */
}

/* 1 Box pro Zeile */
.modul40-teaser-container.boxen-pro-zeile-1 .modul40-teaser-box {
  flex: 0 0 400px;
  max-width: 400px;
}

/* 2 Boxen pro Zeile */
.modul40-teaser-container.boxen-pro-zeile-2 .modul40-teaser-box {
  flex: 0 0 calc(50% - 15px);
}

/* 3 Boxen pro Zeile */
.modul40-teaser-container.boxen-pro-zeile-3 .modul40-teaser-box {
  flex: 0 0 calc(33.333% - 20px);
}

/* 4 Boxen pro Zeile */
.modul40-teaser-container.boxen-pro-zeile-4 .modul40-teaser-box {
  flex: 0 0 calc(25% - 22.5px);
}

.modul40-teaser-box:hover {
  box-shadow: 0 12px 35px rgba(42, 122, 68, 0.35);
  transform: translateY(-8px);
}

.modul40-teaser-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 12px 12px 0 0;
  display: block;
}

.modul40-teaser-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 25px 15px;
  text-align: center;
}

.modul40-teaser-text {
  font-size: 1.1rem;
  line-height: 1.5;
  flex-grow: 1;
  margin: 0 25px 25px;
  text-align: center;
}

.modul40-link-box { padding: 0 25px; text-align: center; }

.modul40-link-box a.link_as_button { margin: 0; }


@media(max-width: 980px) {


	/* 3 und 4 Boxen pro Zeile, jetzt immer nur 2 pro Zeile */
	.modul40-teaser-container.boxen-pro-zeile-3 .modul40-teaser-box,
	.modul40-teaser-container.boxen-pro-zeile-4 .modul40-teaser-box {
	  flex: 0 0 calc(50% - 20px);
	}	
	
	
  .modul40-teaser-title,
  .modul40-teaser-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .modul40-teaser-link {
    width: calc(100% - 50px);
    padding: 14px 0;
    box-sizing: border-box;
  }
	
	
}

@media(max-width: 640px) {
  .modul40-teaser-container { display: block;  }
  .modul40-teaser-box { margin: 0 0 30px 0; }
	
}







.modul41-cta-section {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto 20px auto;
	background: #f5faff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(34, 49, 120, 0.1);
	overflow: hidden;
}

.modul41-cta-section.text_right_image_left { flex-direction: row-reverse; }

.modul41-cta-image, 
.modul41-cta-text { flex: 1 1 300px; padding: 40px 30px; }

.modul41-cta-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.modul41-cta-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/*
.modul41-cta-image a {
  position: relative;
  z-index: 10;
  background-color: rgba(42, 122, 68, 0.85);
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 15px 45px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(42, 122, 68, 0.5);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  width: fit-content;
}
*/

.modul41-cta-image a { position: relative; display: block;  width: fit-content; z-index: 10; }

.modul41-cta-text {
  background: linear-gradient(135deg, #2a7a44, #68c287);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px 20px 30px;
  flex: 1 1 300px;
  color: #fff;	  
}

.modul41-cta-text .like_h2 { margin: 0 0 20px 0; font-size: 2.0rem; color: #fff; font-weight: bold; }
.modul41-cta-text p { font-size: 1.1rem; color: #fff; }
/*
.modul41-cta-text a {
    position: relative;
    z-index: 10;
    background-color: rgba(42, 122, 68, 0.85);
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 15px 45px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(42, 122, 68, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
    width: fit-content;
  }
  .modul41-cta-text a:hover,
  .modul41-cta-text a:focus {
    background-color: rgba(35, 98, 55, 0.9);
    box-shadow: 0 12px 30px rgba(35, 98, 55, 0.7);
  }
*/


@media screen and (max-width: 700px) {
	.modul41-cta-section { flex-direction: column; }
	.modul41-cta-image, .modul41-cta-text { 
	flex: 1 1 100%;
	padding: 30px 20px;
	text-align: center;
	}
	.modul41-cta-image h2 { font-size: 1.6rem; }
	/* .modul41-cta-text a { width: 100%; padding: 15px 0; font-size: 1.1rem; } */

	.modul41-cta-image {
		min-height: 320px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 15px;	  
	}

}





.modul45-profile-box {
	display: flex; width: 100%; margin: 0 auto 40px auto;
	border-radius: 15px; overflow: hidden;
	box-shadow: 0 14px 40px rgba(34,49,120,0.12);
}

.modul45-profile-image {
	flex: 0 0 33.33%; min-height: 400px;
	background-position: center; background-size: cover;
	/* filter: brightness(0.75); */
}

.modul45-profile-text {
	display: flex; flex-direction: column; justify-content: center;
	flex: 0 0 66.67%; padding: 40px 30px;
	background: #fff; color: #10375c;
}

.modul45-profile-title { font-size: 1.125rem }

.modul45-profile-cta-bar {
	align-self: center;
	margin-top: 20px; padding: 25px 25px 5px 25px; 
	background-color: #2a7a44; color: #fff; font-size: 1.125rem; font-weight: 600; text-align: center;
	border-radius: 8px; box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
}

@media(max-width: 900px) {
	.modul45-profile-box { flex-direction: column; width: 100%; }
	.modul45-profile-image { flex: none; width: 100%; height: 300px; }
	.modul45-profile-text { flex: none; width: 100%; padding: 30px 20px; }
}



