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

img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { vertical-align: bottom; }
table, tr, th, td { border: none; border-spacing: 0; }
th, td { vertical-align: top; }
hr { clear: both; }
address { font-style: normal; }

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

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

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

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

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


/* main20260312.css */
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), 
       url('fonts/pt-sans-v17-latin-regular.woff') format('woff'); 
}

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


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

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

.section_bg_none { background-color: transparent; padding: 0; }
.section_bg_blue { background-color: #477a98; color: #fff; overflow: hidden; }
.section_bg_orange { background-color: #f7a600; color: #fff; }

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

.section_bg_orange a { text-decoration: none; color: #477a98; }
.section_bg_orange a:hover,
.section_bg_orange a:focus { text-decoration: none; color: #fff; }


.text_color_white h1, .text_color_white h2, .text_color_white h3,
.text_color_white p, .text_color_white li { 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: 30px 0 10px 0; z-index: 1; }

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


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


.section_bg_image,
.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: 300px; }


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

.box_width_full { width: 100%; margin: 0 0 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%; }


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


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

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

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


.box_bg_blue,
.box_bg_orange
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 30px 0 10px 0; z-index: 1; }

.box_bg_blue { background-color: #477a98; color: #fff; }
.box_bg_orange { background-color: #f7a600; color: #fff; }

.box_bg_blue a { text-decoration: none; color: #f7a600; }
.box_bg_blue a:hover, .box_bg_blue a:focus { text-decoration: none; color: #fff; }
.box_bg_orange a { text-decoration: none; color: #477a98; }
.box_bg_orange a:hover, .box_bg_orange a:focus { text-decoration: none; color: #fff; }

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

.box_image_striche_orange .outer_box_inner { padding: 0; }
.box_image_striche_orange .image { position: relative; top: 0; left: 0; }
.box_image_striche_orange .image::before,
.box_image_striche_orange .image::after { content: ''; display: block; position: absolute; top: -10px; left: -30px; width: 20%; height: 5px; background-color: #f7a600; }

.box_image_striche_orange .image::after { top: auto; bottom: -10px; left: auto; right: -30px; }


/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
html, body { font-family: 'PT Sans', Verdana, Geneva, sans-serif; 
font-size: 18px; line-height: 1.5; font-weight: 400; 
color: #2c2c2b; background-color: #fff; }

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

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


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

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

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


h1, h2, h3 { font-family: 'PT Sans', Arial, sans-serif; font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.25; margin: 0 0 20px 0; color: #477a98; }
	
h1, .like_h1 { font-size: 2rem; } 
h2, .like_h2 { font-size: 1.6rem; } 
h3, .like_h3 { font-size: 1.25rem; } 
h4, .like_h4 { font-size: 1rem; } 
h5, .like_h5 { font-size: 0.9rem; } 
h6, .like_h6 { font-size: 0.8rem; } 


.headline { margin-bottom: 20px; text-align: center; }


.headline .headline_kreis { display: block; text-align: left; }
.headline .headline_kreis span { display: inline-block; min-height: 90px; margin: 0 0 0 10%; padding: 40px 0 20px 30px ; color: #f7a600; background-image: url(headline_kreis.png); background-position: bottom left; background-repeat: no-repeat; background-size: auto; text-transform: uppercase; font-size: 1.25rem; }

a { text-decoration: underline; color: #477a98; }
a:hover, a:focus { text-decoration: none; color: #f7a600; }
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; }


.link_as_button_blue,
.link_as_button_orange { display: inline-block; padding: 5px 30px 5px 20px; text-decoration: none; background-position: right center; background-repeat: no-repeat; background-image: url(link_as_button.png); }

.link_as_button_blue { background-color: #477a98; color: #fff; }
.link_as_button_orange { background-color: #f7a600; color: #fff; }

.link_as_button_blue:hover,
.link_as_button_blue:focus { background-color: #f7a600; color: #fff; text-decoration: none; }
.link_as_button_orange:hover,
.link_as_button_orange:focus { background-color: #477a98; color: #fff; text-decoration: none; }




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

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


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


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


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

 
#main_nav_content { display: block; position: relative; top: 0; left: 0; width: 100%; max-width: 1200px; margin: 0 auto; padding: 10px 2.5%; }


#main_nav_content { display: flex; justify-content: space-between; align-items: center; }

#main_nav_logo { display: block; width: auto; padding: 0; text-align: left; }
#main_nav_logo img { display: inline-block; width: 320px; }


#page_1 #main_nav_content { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, auto); gap: 20px; }

#page_1 #main_nav_logo { grid-area: 1 / 1 / 2 / 2; }
#page_1 #main_nav { grid-area: 2 / 1 / 3 / 2; }
#page_1 #main_nav_sprechzeiten { grid-area: 3 / 1 / 4 / 2; }
#page_1 #main_nav_elsa_firdawoke { grid-area: 1 / 2 / 4 / 3; }

#page_1 #main_nav_logo img { width: 440px; }
#page_1 #main_nav { width: 100%; }
#page_1 .box_sprechzeiten { margin: 0; }
#page_1 #main_nav_elsa_firdawoke { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }


@media all and (max-width:768px) {
#page_1 #main_nav_content { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); gap: 20px; }

#page_1 #main_nav_logo { grid-area: 1 / 1 / 2 / 2; }
#page_1 #main_nav_sprechzeiten { grid-area: 2 / 1 / 3 / 2; }
#page_1 #main_nav_elsa_firdawoke { grid-area: 1 / 2 / 3 / 3; }	
	
#page_1 #main_nav_elsa_firdawoke { padding: 40px 0 0 0; }
	
#page_1 #main_nav_bg.active #main_nav_sprechzeiten { display: none; }
#page_1 #main_nav_bg.active #main_nav_elsa_firdawoke { display: none; }
	
}

@media all and (max-width:640px) {
	
#main_nav_button { top: 90px; } 	

#page_1 #main_nav_content { display: block; }
#page_1 #main_nav_logo img { width: 320px; margin-bottom: 10px; }
#page_1 .box_sprechzeiten { max-width: 360px; margin: 0 auto 10px auto; }
#page_1 #main_nav_elsa_firdawoke { max-width: 360px; margin: 0 auto; padding: 0; }

}
 
@media all and (max-width:480px) {
	#main_nav_logo img,
	#page_1 #main_nav_logo img { width: 240px; }
	
	#main_nav_content { padding: 5px 10px; }
}

@media all and (max-width:360px) {
	#main_nav_logo img,
	#page_1 #main_nav_logo img { width: 210px; }
}




#main_nav { display: block; width: 50%; height: auto; margin: 0; padding: 0; z-index: 100; text-align: left; transition: all 0.25s ease-in; }

/* erste Ebene */
#main_nav ul { list-style: none; display: block; position: relative; top: 0; left: 0; width: auto; margin: 0; padding: 25px 0 15px 0; background-color: #477a98; }
#main_nav ul::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 200%; height: 100%; margin: 0; padding: 0; background-color: #477a98; }

/* #page_1 #main_nav ul { left: 0; padding: 20px 0; } */
#page_1 #main_nav ul::before { left: auto; right: -25%;  }

#main_nav li { list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0 0 0 30px; padding: 0 10px;
	font-size: 1.2rem; color: #fff; background-color: transparent; text-decoration: none; border-bottom: none; transition: all 0.25s ease-in; }
#main_nav li a:hover, #main_nav li a:focus { text-decoration: none; color: #f7a600; background-color: transparent; }
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #f7a600; font-weight: 700; background-color: transparent; }

#page_1 #main_nav li:first-child a { margin: 0 0 0 -10px; }


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

@media screen and (max-width: 1200px) {
	#main_nav li a { margin: 0 0 0 20px; }
}

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

	#main_nav_button { display: block; }

	#main_nav_bg { display: block; position: relative; height: auto; overflow: hidden; }	

	#main_nav { display: none; position: relative; top: 0; width: 100%; min-height: 100%; padding: 80px 0 0 0; background-color: #477a98; text-align: left; }

	#main_nav_button.active { position: fixed; }
	
	
	#main_nav_bg.active { display: block; position: fixed; height: 100%; min-height: 100vh; overflow-y: auto; background-color: #477a98; }
	
	#main_nav_bg.active #main_nav { display: block; }
	#main_nav_bg.active #main_nav_logo { display: none; }

	#main_nav ul { padding: 0; text-align: center; } 
	#main_nav li { display: block; height: auto; margin: 0 0 20px 0; padding: 0; border-bottom: 1px solid #f7a600; }
	#main_nav li a { display: inline-block; width: auto; margin: 0 0 20px 0; padding: 5px 20px; color: #fff; background-color: transparent; text-shadow: none; font-size: 1.2rem; }
	#main_nav li a:hover,
	#main_nav li a:focus { color: #f7a600; background-color: transparent; }
	#main_nav li a.rex-active,
	#main_nav li a.rex-current { color: #f7a600; background-color: transparent; font-weight: bold; }

	#main_nav li:last-child { border-bottom: none; }
	
	#page_1 #main_nav li:first-child a { margin: 0 0 20px 0; }
	
}




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

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



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

#page_top { display: block; width: 100%; height: auto; margin: 0 0 10px 0; padding: 5px 15px; text-align: center; font-size: 1rem; color: #477a98; background-color: #f7a600; }
#page_top a { display: inline-block; margin-right: 50px; color: #fff; text-decoration: none; }
#page_top a:hover, #page_top a:focus { color: #477a98; text-decoration: none; }


#header,
#header_image { max-width: 1920px; margin: 0 auto; }


#content { min-height: 400px; z-index: 10; overflow: hidden; }


/* -----------footer--------------------------- */

#footer_top_bg { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; background-color: #f7a600; }
#footer_top { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 10px 2.5%; color: #fff; text-align: center; }
.footer_top_box { display: block; width: 30%; padding: 0; }
.footer_top_box_line { display: block; width: 1px; height: 68px; margin: 0; padding: 0; background-color: #fff; }
.footer_top_box_headline { font-size: 1.5rem; }


#footer_bg { display: block; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; background-color: #477a98; }
#footer { max-width: 1200px; margin: 0 auto; padding: 10px 10px 5px 10px; color: #fff; text-align: center; }
#footer	a { display: inline-block; margin: 0 8px 5px 8px; text-decoration: none; color: #fff; }
#footer a:hover, #footer a:focus { text-decoration: none; color: #f7a600; }	

#page_1_footer_image img { width: 100%; }


.buttons_termine { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }

.buttons_termine.home_header { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; }
.buttons_termine.home_header a { display: block; position: absolute; top: 0; left: 0; width: 120px; height: 120px; margin: 0; padding: 0; z-index: 20; }
.buttons_termine.home_header a.button_termin_telefonisch { top: 50%; left: auto; right: -30px; margin: -60px 0 0 0; }
.buttons_termine.home_header a.button_termin_doclib { top: auto; bottom: 30px; left: auto; right: 30px; }

.buttons_termine.home_footer { clear: both; margin: 40px 0; text-align: center; }

.buttons_termine.page_right_fixed { position: fixed; top: 50%; left: auto; right: 10px; width: 100px; height: 210px; margin: -105px 0 0 0; z-index: 900; }
.buttons_termine.page_right_fixed a { display: block; margin: 0; }
.buttons_termine.page_right_fixed a.button_termin_telefonisch { margin: 0 0 10px 0; }

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

.buttons_termine.home_header a.button_termin_telefonisch { left: auto; right: -20px;  }
.buttons_termine.home_header a.button_termin_doclib { bottom: -10px; }	
	
}

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

.buttons_termine.home_header a.button_termin_telefonisch { top: auto; bottom: 0; left: auto; right: 15px; margin: 0; }
.buttons_termine.home_header a.button_termin_doclib { top: auto; bottom: 0; left: 15px; right: auto; }
	
}

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

.buttons_termine.home_header a.button_termin_telefonisch { right: 0; }
.buttons_termine.home_header a.button_termin_doclib { left: 0; }
	
}



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

@media all and (max-width:980px) {
	#page_top { margin: 0; }
	
	.footer_top_box { font-size: 0.9rem; }
	.footer_top_box_headline { font-size: 1.25rem; }
}
	

@media all and (max-width:768px) {
h1, .like_h1 { font-size: 1.8rem; } 
h2, .like_h2 { font-size: 1.5rem; } 
h3, .like_h3 { font-size: 1.2rem; } 

.box_width_1_4 { clear: none; width: 46.25%; }	
	
#page_top { font-size: 0.9rem; }
#page_top a { margin-right: 30px; }
	


#footer_top { display: block; padding: 20px 2.5%; }
.footer_top_box { width: 100%; padding: 0; }
.footer_top_box_line { width: 100%; height: 1px; margin: 10px 0; }
	
}


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

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

.outer_box { clear: both; float: none; width: auto; margin: 0 2.5% 20px 2.5%; }
.box_width_full { width: 100%; margin: 0 0 20px 0; }
	
#page_top a { display: block; margin: 0 0 5px 0; }
	
	
}



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

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

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

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

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

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


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

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

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

/* module20260312.css */
#accessibility_toggle_box { display: inline-block; margin: 0 8px 5px 8px; text-align: left; }




.box_oeffnungszeiten { max-width: 480px; min-width: 240px; margin: 0 auto 20px auto; padding: 10px; background-color: #fff; border: 2px solid #f7a600; color: #477a98; text-align: center; }

.box_oeffnungszeiten_titel { margin-bottom: 10px; font-weight: bold; font-size: 1.1rem; line-height: 1.125; }

.box_oeffnungszeiten_row { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 10px; }

.box_oeffnungszeiten_col { min-width: 70px; }

.box_oeffnungszeiten_tag { display: block; font-weight: bold; }
.box_oeffnungszeiten_zeit { display: block; }




/* ------------------------- 3 Slidedown Module ------------------------- */

#news_content { clear: both; display: block; position: relative; top: 0; left: 0; width: 95%; height: auto; margin: 0 0 40px 2.5%; padding: 0; z-index: 1;
background-color: #477a98; color: #fff; overflow: hidden; }

#news_headlinebox_circle { display: block; position: absolute; top: -140px; left: 50%; width: 200px; height: 200px; margin: 0 0 0 -100px; padding: 0; z-index: 1; border-radius: 100px; background-color: rgba(255, 255, 255, 0.25);  }

#news_headlinebox { display: block; margin: 20px 0 0 0; padding: 0 2.5%; text-align: center; }

#news_content h2, #news_content h3 { color: #FFF; } 

#news_content a { text-decoration: underline; color: #f7a600; }
#news_content a:hover, #news_content a:focus { text-decoration: underline; color: #fff; }



.news_slidedown_box { clear: both; display: block; width: auto; max-width: 840px; height: auto; margin: 0 auto 20px auto; padding: 0 2.5%; z-index: 10; }

.news_slidedown_button { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; cursor: pointer; outline: none; background-color: transparent; color: #fff; }

.news_slidedown_button::after { content: ''; position: absolute; display: block; top: auto; bottom: 20px; left: auto; right: 2.5%; margin: 0; width: 20px; height: 10px; background-image: url(pfeil_nach-unten_weiss.png); background-position: center; background-repeat: no-repeat; background-size: contain; }


.news_slidedown_box.active .news_slidedown_button::after { transform: rotate(-180deg); }

.news_slidedown_number { position: absolute; display: block; top: 0; left: 0; width: 80px; height: 80px; margin: 0; padding: 10px 0 0 0; border-radius: 40px; background-color: rgba(255, 255, 255, 0.25); color: #FFF; font-size: 60px; line-height: 1; text-align: center; }
.news_slidedown_preview { display: block; width: auto; margin: 10px 50px 0 100px; padding: 20px 20px 1px 20px; }

.news_slidedown_button:hover .news_slidedown_preview,
.news_slidedown_button:focus .news_slidedown_preview { background-color: rgba(255,255,255,0.1); }

.news_slidedown_button:hover .news_slidedown_number,
.news_slidedown_button:focus .news_slidedown_number { color: #f7a600; }

.news_slidedown_text { display: block; margin: 0; padding: 0; max-height: 0; overflow: hidden;  transition: max-height 0.5s ease-out; }
.news_slidedown_box.active .news_slidedown_text { max-height: none; padding: 0 60px 0 120px; }

@media all and (max-width:768px) {
.news_slidedown_button::after {  bottom: 0; left: 50%; right: auto; margin: 0 0 0 -10px; }

.news_slidedown_number { width: 60px; height: 60px; margin: 0; padding: 10px 0 0 0; border-radius: 30px; font-size: 40px; }
.news_slidedown_preview {  margin: 10px 10px 0 70px; }

.news_slidedown_box.active .news_slidedown_text { padding: 0 30px 0 90px; }

}

@media all and (max-width:480px) {
.news_slidedown_button::after {  bottom: 0; left: 50%; right: auto; margin: 0 0 0 -10px; }

.news_slidedown_number { position: relative; margin: 0 auto 10px auto; }
.news_slidedown_preview {  margin: 0 0 10px 0; }

.news_slidedown_box.active .news_slidedown_text { padding: 0 20px; }
}




.leistung_slidedown_grid { clear: both; 
    display: grid;
    grid-template-columns: 25% 50% 25%;
    align-items: start;
    gap: 0; 
	width: 95%; 
    margin: 0 0 20px 2.5%; padding: 0; background-color: #fef7e7; }

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


.leistung_slidedown_box { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 0; z-index: 10; }

.leistung_slidedown_button { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0 0 5px 0; cursor: pointer; outline: none; background-color: transparent; color: #477a98; border-bottom: 2px solid #f7a600; }

.leistung_slidedown_button::after { content: ''; position: absolute; display: block; top: 12px; left: auto; right: 0; margin: 0; width: 20px; height: 10px; background-image: url(pfeil_nach-unten_blau.png); background-position: center; background-repeat: no-repeat; background-size: contain; }

.leistung_slidedown_button:hover, .leistung_slidedown_button:focus { color: #f7a600; background-color: transparent; }

.leistung_slidedown_box.active .leistung_slidedown_button { color: #f7a600; background-color: transparent; }
.leistung_slidedown_box.active .leistung_slidedown_button::after { transform: rotate(-180deg); }

.leistung_slidedown_text { display: block; margin: 0; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; }
.leistung_slidedown_box.active { margin: 0; }
.leistung_slidedown_box.active .leistung_slidedown_text  { max-height: none; padding: 10px 0 0 0; }

@media all and (max-width:768px) {
	
.leistung_slidedown_grid { grid-template-columns: 1fr 1fr; gap: 1px; width: 100%; margin: 0 0 20px 0; }

.leistung_slidedown_content { grid-area: 1 / 1 / 2 / 3; padding: 30px 2.5% 10px 2.5%; }
.leistung_slidedown_img_1 { grid-area: 2 / 1 / 3 / 2; }
.leistung_slidedown_img_2 { grid-area: 2 / 2 / 3 / 3; }
	
}




.team_box { text-align: center; }


.arzt_box_content { clear: both; }

.arzt_box_name, .team_box_name { font-size: 1.5rem; font-weight: bold; color: #477a98; }
.arzt_box_text, .team_box_text { line-height: 1.25;  color: #f7a600; }

.arzt_slidedown_box { display: block; width: auto; height: auto; margin: 8px 0 20px 0; padding: 0; z-index: 10; border: 2px solid #f7a600; overflow: hidden; }

.arzt_slidedown_button { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 15px 45px 15px 30px; cursor: pointer; outline: none; background-color: #fff; color: #477a98; font-size: 1.5rem; }

.arzt_slidedown_button::after { content: ''; position: absolute; display: block; top: 27px; left: auto; right: 15px; margin: 0; width: 30px; height: 15px; background-image: url(pfeil_nach-unten_blau.png); background-position: center; background-repeat: no-repeat; background-size: contain;}

.arzt_slidedown_button:hover, .arzt_slidedown_button:focus { color: #fff; background-color: #f7a600; }

.arzt_slidedown_box.active .arzt_slidedown_button { color: #fff; background-color: #f7a600; }
.arzt_slidedown_box.active .arzt_slidedown_button::after { transform: rotate(-180deg); }

.arzt_slidedown_text { display: block; margin: 0; padding: 0 30px;  max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; }
.arzt_slidedown_box.active .arzt_slidedown_text  { padding: 15px 15px 1px 15px; max-height: none; }

table.vita { width: 100%; border-collapse: collapse; }
table.vita th,
table.vita td { padding: 12px 15px; border: 1px solid #999; text-align: left; vertical-align: top; }
table.vita th { background-color: #477a98; color: #fff; font-weight: bold; white-space: nowrap; }
table.vita tr:nth-child(odd) td { background-color: #fff; }
table.vita tr:nth-child(even) td { background-color: #f0f0f0; }

table.vita td.empty_headline_row { border: none; background-color: #fff; }
table.vita td.empty_headline_row h3 { margin: 20px 0 0 0; }

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

@media all and (max-width:480px) {
	table.vita td,
	table.vita th { display: block; font-size: 0.9rem; }
	.arzt_slidedown_box.active .arzt_slidedown_text  { padding: 10px 10px 1px 10px; max-height: none; }
}




