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


/* main20260115.css */
/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
html, body {
font-family: ff-meta-web-pro, Arial, sans-serif; 
font-size: 16px; line-height: 1.5;
color: #000;
}

html { background-color: #fff; background: url(bg_html.jpg) no-repeat top center fixed; }


a { text-decoration: underline; color: #365c74; }
a:hover, a:focus { text-decoration: none; color: #365c74; }
a:active, a:focus { outline: 0; }

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

a:hover img,
a:focus img { opacity: 0.8; }

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


a.link_button { display: inline-block; padding: 5px 20px; border-radius: 5px;
background-color: #6fa9b9; color: #FFF; text-decoration: none; font-size: 1.1rem; }
a.link_button:hover, a.link_button:focus { background-color: #575756; color: #FFF; text-decoration: none; }

ul { margin: 0; padding: 0 0 10px 0; }
ul li { list-style-type: disc; list-style-position: outside; margin: 0 0 0 15px; padding: 0 0 10px 0; }

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-weight: 300; font-style: normal; font-size: 1.1rem; margin: 0 0 10px 0; color: #005093; }
h1, .like_h1 { font-size: 1.9rem;  text-transform: uppercase; } 
h2, .like_h2 { font-size: 1.6rem; text-transform: uppercase; } 
h3, .like_h3 { font-size: 1.33rem; text-transform: none; }
h4, .like_h4 { font-size: 1.1rem; } 
h5, .like_h5 { font-size: 0.9rem; } 
h6, .like_h6 { font-size: 0.75rem; } 


em { font-style: italic; font-weight: 300; }
strong { font-weight: 700; }
p { margin: 0 0 20px 0; padding: 0;}

table { margin: 0 0 20px 0; padding: 0;}
td { padding: 0 8px 6px 0; vertical-align: top; }

hr { clear: both; height: 1px; width: 96%; margin: 0 2% 10px 2%; border: none; background-color: #223671; } 

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



/* Section */
.section_bg_none,
.section_bg_blue,
.section_bg_orange,
.section_bg_red,
.section_bg_gray,
.section_bg_lightblue,
.section_bg_green
{ 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_blue { background-color: #025095; color: #fff; }
.section_bg_orange { background-color: #f7cd00; }
.section_bg_red { background-color: #BE1522; }
.section_bg_gray { background-color: #706F6F; color: #fff; }
.section_bg_lightblue { background-color: #0091b5; }
.section_bg_green { background-color: #76B729; }

.section_bg_blue p, .section_bg_blue h1, .section_bg_blue h2, .section_bg_blue h3, .section_bg_blue a,
.section_bg_gray p, .section_bg_gray h1, .section_bg_gray h2, .section_bg_gray h3, .section_bg_gray a,
.section_bg_gray p, .section_bg_gray h1, .section_bg_gray h2, .section_bg_gray h3, .section_bg_gray a { 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 auto; padding: 0; z-index: 1; }

.section_full,
.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:1920px) { .section_full { width: 100%; margin: 0; } }
@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,
.section_bg_paroller { display: block; position: static; width: 100%; margin: 0; padding: 100px 0 80px 0; z-index: 1; 
background-color: #fff; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; }
.section_bg_image { min-height: 100px; }

/* Outer Box - Ausgangswerte: (Seitenbreite: 1200px | Abstand: 40px) */
.outer_box { clear: both; display: block; float: left; width: 93.33%; margin: 0 0 20px 3.33%; padding: 0; }
.box_width_1_2 { clear: none; width: 45%; }
.box_width_1_3 { clear: none; width: 28.89%; }
.box_width_2_3 { clear: none; width: 61.11%; }
.box_width_1_4 { clear: none; width: 20.83%; }
.box_width_3_4 { clear: none; width: 69.15%; }


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

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

.outer_box_inner { padding: 20px 20px 1px 20px; }

.box_bg_blue { background-color: #025095; color: #fff; }
.box_bg_orange { background-color: #f7cd00; }
.box_bg_red { background-color: #BE1522; }
.box_bg_gray { background-color: #706F6F; color: #fff; }
.box_bg_lightblue { background-color: #0091b5; }
.box_bg_green { background-color: #76B729; }

.box_bg_blue p, .box_bg_blue h1, .box_bg_blue h2, .box_bg_blue h3, .box_bg_blue a,
.box_bg_gray p, .box_bg_gray h1, .box_bg_gray h2, .box_bg_gray h3, .box_bg_gray a { color: #fff; }



.box_class_blue { border-bottom: 24px solid #025095; }
.box_class_orange { border-bottom: 24px solid #f7cd00; }
.box_class_red { border-bottom: 24px solid #BE1522; }
.box_class_gray { border-bottom: 24px solid #706F6F; }
.box_class_lightblue { border-bottom: 24px solid #0091b5; }
.box_class_green { border-bottom: 24px solid #76B729; }






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

/* --- Menue-Dropdown-Menue --- */ 
#header_top_bg,
#main_nav_bg { display: block; position: relative; top: 0; left: 0; width: 100%; min-width: 300px; height: auto; margin: 0; padding: 0; z-index: 1000; background-color: #005093; }
#header_top_bg { z-index: 1001; }
#main_nav_bg { box-shadow: 0 0 10px 0 #000; }

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


#header_top { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; justify-content: space-between; align-items: center; padding: 15px 10px 0 10px; }
#header_top_logo { width: auto; text-align: right; }
#header_top_telefon { width: auto; text-align: center; padding: 0 10px; }
#header_top_spruch { width: auto; text-align: left; }

#main_nav_telefon a,
#header_top_telefon a { display: inline-block; padding: 0 0 0 32px; font-size: 1.4rem; line-height: 30px; color: #ffdd00; text-decoration: none; background-image: url(icon_telefon.png); background-position: center left; background-repeat: no-repeat; text-align: left; }
#main_nav_telefon a:hover,
#header_top_telefon a:hover,
#main_nav_telefon a:focus,
#header_top_telefon a:focus { color: #fff; text-decoration: none; }

#header_top_telefon a span { white-space: nowrap; }


#main_nav { padding: 15px 5px; }
/* erste Ebene */
#main_nav ul { clear: both; 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: 0 6px; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 12px; 
font-size: 1.2rem; color: #fff; text-decoration: none; text-align: center;
transition-duration: 0.5s; transition-property: all; }
#main_nav li a:hover, 
#main_nav li a:focus { text-decoration: none; color: #ffdd00; transform: scale(1.1); }
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #ffdd00; transform: scale(1.1); }

/* #main_nav li > ul { top: 0; left: 0; } */
 
/* zweite Ebene */
#main_nav li ul { display: none; position: absolute; top: 70px; left: 0; width: auto; height: auto; margin: 0; padding: 0; z-index: 100; }
/* Der eigentliche Dropdown Effekt 
#main_nav li:hover > ul { display: block; }
*/
/* 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 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: #fff; white-space: nowrap; margin: 0; padding: 5px 15px; font-size: 1.3rem; }
#main_nav li ul li a:hover, 
#main_nav li ul li a:focus { text-decoration: none; color: #fff; }
#main_nav li ul li a.rex-current { color: #fff; }
#main_nav li ul li a.rex-active { color: #fff; }

/* #main_nav ul.rex-navi2 li:first-child { display: none; } */

/* dritte Ebene */
#main_nav ul.rex-navi3 { display: none; }
#main_nav li:hover > ul.rex-navi3 { display: none; }

.sticky #main_nav_bg { position: fixed; }


#main_nav_telefon { display: none; }

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

#main_nav li { padding: 0 3px; }
#main_nav li a { padding: 5px 8px; }
}

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

#main_nav_button { display: block; }
	
#main_nav_telefon { display: block; padding: 20px 0; }
	
	
#header_top_bg { position: fixed; box-shadow: 0 0 10px 0 #000; }
#header_top { display: block; padding: 10px 70px 10px 10px; }	
#header_top_logo { max-width: 300px;  text-align: left; }	
#header_top_telefon { display: none; }		
#header_top_spruch { display: none; }		

#header_top_bg.active { box-shadow: none; }	

	
	
#main_nav_bg { display: none; position: fixed; height: auto; overflow: hidden; overflow-y: auto; }
    
  
#main_nav { clear: both; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 124px 0 0 0; text-align: center; }

#main_nav ul { display: none; padding: 0; }	

#main_nav_bg.active { display: block; height: 100%; }
#main_nav_bg.active #main_nav ul { display: block; }		
	
#main_nav li { display: block; padding: 15px 0; }
#main_nav li a { display: inline-block; width: auto; margin: 0; padding: 5px 10px; color: #FFF; background-color: transparent; text-shadow: none; }
#main_nav li a:hover, 
#main_nav li a:focus { color: #ffdd00; background-color: transparent; }
#main_nav li a.rex-active { color: #FFF; background-color: #575756; }    
#main_nav li a.rex-current { color: #FFF; background-color: #575756; }  

    
#main_nav li.has-children > a::after { content: '+'; display: inline-block; margin: 0 0 0 5px; }
#main_nav li.has-children.active > a::after { content: '-'; color: #c00; }
    
    
#main_nav li ul { display: block; position: relative; top: 0; }
    
/* Zweite Ebene */
#main_nav ul.rex-navi2 { display: block; padding: 10px 0 0 0; }
#main_nav ul.rex-navi2 li { display: inline-block; width: auto; margin: 0 10px 10px 10px; padding: 0; border-top: none; }
    
#main_nav ul.rex-navi2 li a { display: inline-block; width: auto; margin: 0; padding: 5px 10px; color: #FFF; font-size: 1.1rem; text-transform: none; }
    
#main_nav ul.rex-navi2 li.active { display: block; }    
    
/* Dritte Ebene */
#main_nav ul.rex-navi3 { display: none; }   
    
}


@media screen and (max-width: 480px) {  
	
#header_top_logo { max-width: 200px; }		

#main_nav_button { top: 34px; }

#main_nav { padding: 89px 0 0 0; }	

}	




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


/*
#page { width: 100%; max-width: 980px; min-height: 400px; margin: 0 auto; padding: 50px 0 0 0; background-color: #eae6e5; box-shadow: 0 0 50px 0 #999; }
*/
#page { min-height: 50vh; margin: 0; padding: 0;  }

#header_bg {  position: absolute; top: 0; left: 0; width: 100%; height: 90px; background-color: #575756; z-index: 10; box-shadow: 0 0 10px 0 #000; }
#header { width: 100%; padding: 0; margin: 0 auto; color: #FFF; }


#header_image { margin: 0 0 30px 0; overflow: hidden; box-shadow: 0 0 10px 0 #000; }
#header_image .outer_box { width: 100%; margin: 0; }
#header_image .outer_box .image { margin: 0; }



/* -----------footer--------------------------- */
#footer_bg { background-color: #005093; }

#footer { width: 100%; max-width: 1600px; margin: 0 auto; padding: 30px 0 10px 0; color: #fff; }
#footer a { color: #fff; text-decoration: none; font-weight: normal; }
#footer a:hover, #footer a:focus { color: #ffdd00; }

#footer .footer_tel { display: inline-block; width: 35px; margin: 0; }

#footer_adresse { width: 28.89%; }
#footer_links { width: 23.89%; }

#footer #footer_icons { width: 33.89%; text-align: center; color: #fff; }
#footer #footer_icons .image { display: inline-block; margin: 0 5px 20px 5px }
#footer #footer_icons .image span { color: #fff; }

#footer #footer_icons #footer_gebaeudedienstleister { display: block; }



#page_scroll_to_top { display: block; position: fixed; top: auto; bottom: 10px; left: auto; right: 10px; width: 40px; height: 40px; margin: 0; padding: 0; text-indent: -9999em; overflow: hidden; border: none; text-decoration: none; background-position: center; background-repeat: no-repeat; background-size: 30px 30px; background-color: rgba(2, 80, 149,0.75); background-image: url(icon_scroll_to_top.png); z-index: 900; }
#page_scroll_to_top:hover, #page_scroll_to_top:focus { background-color: rgba(111,169,185,1); }

body.sticky #page_scroll_to_top { display: block; }






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

@media all and (max-width: 980px) {
#footer_adresse,
#footer_links { width: 45%; }
#footer #footer_icons { clear: both; float: none; width: 93.33%; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
#footer #footer_icons #footer_gebaeudedienstleister { display: inline-block; }	
}


@media all and (max-width:768px) {
#page { padding: 124px 0 0 0; overflow: hidden; }
	
.outer_box	{ clear: both; float: none; width: 93.33%; margin: 0 0 20px 3.33%; }
 
.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; }

	
#header_image { margin: 0; }
	
#footer_adresse,
#footer_links { float: none; width: 93.33%; }

} 

@media all and (max-width:480px) {
h1, .like_h1 { font-size: 1.75rem; } 
h2, .like_h2 { font-size: 1.45rem; } 
h3, .like_h3 { font-size: 1.2rem; } 	
	
.outer_box { clear: both; float: none; width: auto; margin: 0 10px 20px 10px; }
	
#page { padding: 89px 0 0 0; }	
	
#footer #footer_icons { display: block; text-align: left; }
#footer #footer_icons #footer_gebaeudedienstleister { display: block; }	

}



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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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


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

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

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

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


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

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

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

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

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

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

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

/* module20260115.css */
.yform .btn-primary { background-color: #005093; color: #fff; }
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #575756; color: #fff; }

.yform .form-check-group {
  clear: both;
  display: block;
  width: 99%;
  margin: 0 0 20px 0;
  padding: 7px 5px 4px 12px;
  background-color: #fff;
  border: solid 1px #dfe6e7;
  border-radius: 5px;
}
.yform .form-check-group { clear: both; display: block; width: 99%; margin: 0 0 20px 0; padding: 7px 5px 4px 12px; background-color: #fff; border: solid 1px #dfe6e7; border-radius: 5px; }
.yform .form-check-group .control-label { display: inline-block; margin: 0; min-width: 130px; font-weight: bold; }
.yform .form-check-group .radio { display: inline-block; margin: 0 20px 0 0; min-width: 70px; }




#header_image_slider_tiny .tns-outer { margin: 0; }



/* --- Module --- */ 

.slidedown_box { clear: both; display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 0; }

.slidedown_box_button {
  display: block; width: auto; height: auto; margin: 0 0 0 3.33%; padding: 10px 20px;
  color: #fff; font-size: 1.1rem; font-weight: 100;  
  cursor: pointer; border: none; outline: none; 
  background-color: #005093; text-align: left;
}

.slidedown_box_button:hover,
.slidedown_box_button:focus,
.slidedown_box.active .slidedown_box_button { color: #fff; background-color: #575756; }
.slidedown_box.active .slidedown_box_button { opacity: 0.5; }

.slidedown_box_content {
  display: block; margin: 0; padding: 0;
  max-height: 0; overflow: hidden; 
}
.slidedown_box.active .slidedown_box_content { max-height: none; padding: 20px 0 1px 0; 
}




.header_image_box { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }
.header_image_text { display: block; position: absolute; top: auto; bottom: 30px; left: 0; width: auto; height: auto; background-color: rgba(255, 255, 255, 0.85); padding: 10px 30px; font-size: 2rem; line-height: 1.25; font-weight: 400; text-transform: uppercase; font-family: roboto-slab, roboto, Verdana, Geneva, sans-serif; }
.header_image_text p { margin: 0; padding: 0; }

.header_image_box img { width: 100%; max-width: none;}

#header_image .tns-controls [aria-controls] { color: #fff; background-color: #005093; }
#header_image .tns-controls [aria-controls]:hover, #header_image .tns-controls [aria-controls]:focus { color: #fff; background-color: #575756; }

@media all and (max-width:768px) {
.header_image_text { display: block; position: relative; top: 0; bottom: auto; padding: 10px 2.6% 30px 2.6%; font-size: 1.6rem; background-color: #f0f0f0; }
	
}

.startseiten_box a { color: #FFF; text-decoration: none; }
.startseiten_box a:hover, .startseiten_box a:focus { opacity: 0.8; }
.startseiten_box .headline { display: block; height: 30px; line-height: 30px; padding: 0 10px; text-transform:uppercase; white-space: nowrap; overflow: hidden; }
.startseiten_box a .box_bg_orange { color: #000; }

.startseiten_box_extra { margin-bottom: 2.04%; }
.startseiten_box_extra h1 { margin: 0; }
.startseiten_box_extra .outer_box { margin-bottom: 0; }
.startseiten_box_extra a { color: #000; text-decoration: none; }
.startseiten_box_extra a:hover, .startseiten_box_extra a:focus { color: #005093; text-decoration: underline; opacity: 0.8; }
.startseiten_box_extra .headline { display: block; height: 30px; line-height: 30px; padding: 0 10px; text-transform:uppercase; white-space: nowrap; overflow: hidden; color: #fff; }
.startseiten_box_extra .text_block { padding: 0 0 0 0; }




/* Video per YouTube */
.video { position:relative; padding: 0 0 56.25% 0; margin: 0 0 20px 0; /* 56.25% wegen 16:9 Format */ height:0; overflow:hidden; border: 1px solid #fff; }
.video iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: none; }




