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


/* main20260106.css */
/* ----------------------------------------------------------------------------------
Schriften + Generelle CSS-Anpassungen fuer diese Webseite
Lila: #a7358b
Dunkelblau: #14244a
---------------------------------------------------------------------------------- */ 
/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face { font-display: swap; font-family: 'Lato'; font-style: normal; font-weight: 700; src: url('fonts/lato-v25-latin-700.woff2') format('woff2'); }
/* oxygen-regular - latin */
@font-face { font-display: swap; font-family: 'Oxygen'; font-style: normal; font-weight: 400; src: url('fonts/oxygen-v16-latin-regular.woff2') format('woff2'); }
/* oxygen-700 - latin */
@font-face { font-display: swap; font-family: 'Oxygen'; font-style: normal; font-weight: 700; src: url('fonts/oxygen-v16-latin-700.woff2') format('woff2'); }


html, body {
font-family: 'Oxygen', Verdana, Geneva, sans-serif; 
font-style: normal; font-weight: 400;
font-size: 16px; line-height: 1.5;
color: #5f6062;
/* Woerter in die naechste Zeile umbrechen, wenn sie ansonsten das umschliessende Element verlassen wuerden. */
word-wrap:break-word;
height: 100%;
}
html { overflow: scroll; overflow-x: auto; 
background-color: #FFF;

/* Alle Anker-Ziele bekommen einen Offset wegen dem sticky Header */
scroll-padding-top: 80px;
}

a { text-decoration: underline; color: #a7358b; }
a:hover, a:focus { text-decoration: none; color: #14244a; }
a:active, a:focus { outline: 0; }
a:active, a:focus { outline: 0; }
a:hover img, a:focus img { opacity: 0.8; }

/* Wählt 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:focus-visible,
button:focus-visible { outline: 2px solid blue; outline-offset: 3px; }


a.link_as_button,
button.link_as_button { display: inline-block; margin: 0; padding: 5px 25px; font-size: 1rem; font-weight: bold; text-decoration: none; color: #FFF; background-color: #a7358b; border-radius: 5px; border: 1px solid #fff; }
a.link_as_button:hover, a.textlink_as_button:focus,
button.link_as_button:hover, button.textlink_as_button:focus { text-decoration: none; color: #FFF; background-color: #14244a; }


ul[style="list-style-type: circle;"] { list-style: none; padding-left: 0; }
ul[style="list-style-type: circle;"] li { list-style: none; position: relative; padding-left: 25px; }
ul[style="list-style-type: circle;"] li::before { content: "✔"; display: block; position: absolute; top: 0; left: 0; margin: 0; color: #a7358b; }


h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-family: 'Lato', 'Oxygen', Verdana, Geneva, sans-serif; font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.5; margin: 0 0 10px 0; padding: 0; color: #14244a; }
h1, .like_h1 { font-size: 1.75rem; line-height: 1.25; }
h2, .like_h2 { font-size: 1.375rem; line-height: 1.25;}
h3, .like_h3 { font-size: 1.25rem; line-height: 1.25; }
h4, .like_h4 { font-size: 1.125rem; }

.headline_box { clear: both; display: inline-block; margin: 0 0 20px 0; text-align: center; border-bottom: 1px solid #ccc; }
.headline_box { display: inline-block; font-weight: bold; }
.headline_box span { display: inline-block; font-weight: normal; font-size: 0.75rem; color: #999; }

/*
h1:after, h2:after, h3:after {
    content: "h1";
    font-size: 0.5em;
    color: #888;
    margin-left: 10px;
    opacity: 0.7;
    vertical-align: super;
}
h2:after { content: "h2"; }
h3:after { content: "h3"; }
*/

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

table, tr, th, td { margin: 0; border: none; border-collapse: collapse; text-align: left; vertical-align: top; font-size: 1rem; }

th, td { margin: 0; padding: 5px 10px; border: 1px solid #bbb; }
th {font-weight: 700; }

.outer_box_table tr:nth-child(odd) { background: #fff; }
.outer_box_table tr:nth-child(even) { background: #fafafa; }

@media all and (max-width:480px) {
.outer_box_table table { width: 99%; } 
.outer_box_table tr { display: block; border: 1px solid #bbb; border-bottom: none; } 
.outer_box_table tr:last-child { border-bottom: 1px solid #bbb; } 
.outer_box_table th { display: block; border: none; padding: 5px 10px 0 10px; } 
.outer_box_table td { display: block; border: none; } 

}

hr { clear: both; display: block; width: 94.74%; height: 1px; margin: 30px auto 50px auto; border: none;  background-color: #14244a; } 


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


/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
.section_bg_none,
.section_bg_gray,
.section_bg_gray_dark,
.section_bg_lila_dark,
.section_bg_blue_dark { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 20px 0; z-index: 1; background-color: #FFF; }

.section_bg_gray { background-color: #fafafa; }
.section_bg_gray_dark { background-color: #2f2d2e; color: #FFF; }
.section_bg_lila_dark { background-color: #a7358b; color: #FFF; }
.section_bg_blue_dark { background-color: #14244a; color: #FFF; }



.section_color_white h1, .section_color_white h2, .section_color_white h3, .section_color_white h4, .section_color_white h5, .section_color_white h6,
.section_color_white .like_h1, .section_color_white .like_h2, .section_color_white .like_h3 { color: #fff; }

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

.section_color_white a.link_as_button { text-decoration: none; color: #fff; }
.section_color_white a.link_as_button:hover,
.section_color_white a.link_as_button:focus { text-decoration: none; color: #fff; background-color: rgba(0,0,0,0.75); }

@media all and (max-width:980px) {
	.section_bg_none,
	.section_bg_gray,
	.section_bg_gray_dark,
	.section_bg_lila_dark,
	.section_bg_blue_dark { padding: 30px 0 10px 0; }
}

/*
.section_trennlinie { clear: both; display: block; width: 100%; height: 1px; margin: 0; padding: 0; background-color: #e0e1e1; }
*/

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


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

@media all and (max-width:1600px) { .section_full, .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: 30px 0 10px 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: 500px; }

.section_bg_paroller .section_full, 
.section_bg_paroller .section_1100 { min-height: 300px; }
.section_bg_paroller .parallax_height_100 { min-height: 100px; }


/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 1900px | Abstand: 50px) */
.outer_box { clear: both; display: block; float: left; width: 94.74%; margin: 0 0 30px 2.63%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 30px 0; }
.box_width_1_2 { clear: none; width: 46.05%; }
.box_width_1_3 { clear: none; width: 29.82%; }
.box_width_2_3 { clear: none; width: 62.27%; }
.box_width_1_4 { clear: none; width: 21.71%; }
.box_width_3_4 { clear: none; width: 70.39%; }

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

/*
.box_bg_gray .text,
.box_bg_gray_dark .text,
.box_bg_lila_dark .text,
.box_bg_blue_dark .text { padding: 20px 20px 1px 20px; }
*/

.box_bg_gray,
.box_bg_gray_dark,
.box_bg_lila_dark,
.box_bg_blue_dark { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.box_bg_gray { background-color: #fafafa; }
.box_bg_gray_dark { background-color: #2f2d2e; color: #FFF; }
.box_bg_lila_dark { background-color: #a7358b; color: #FFF; }
.box_bg_blue_dark { background-color: #14244a; color: #FFF; }

.box_color_white h1, .box_color_white h2, .box_color_white h3, .box_color_white h4, .box_color_white h5, .box_color_white h6,
.box_color_white .like_h1, .box_color_white .like_h2, .box_color_white .like_h3 { color: #fff; }

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

.box_color_white a.link_as_button { text-decoration: none; color: #fff; }
.box_color_white a.link_as_button:hover,
.box_color_white a.link_as_button:focus { text-decoration: none; color: #fff; background-color: rgba(0,0,0,0.75); }




.box_image_left_no_margin { float: left; margin: 0; padding: 0; }

.box_zweispalter_vertical_middle .zweispalter { display: flex; align-items: center; }
.box_zweispalter_vertical_middle .zweispalter > div { margin: 0; }
.box_zweispalter_vertical_middle .zweispalter .flLeft .text { margin-right: 30px; }
.box_zweispalter_vertical_middle .zweispalter .flRight .text { margin-left: 30px; }

.box_zweispalter_vertical_middle .zweispalter .flLeft .image { margin-right: 30px; }
.box_zweispalter_vertical_middle .zweispalter .flRight .image { margin-left: 30px; }

@media all and (max-width:980px) {
.box_zweispalter_vertical_middle .zweispalter { display: block; }
.box_zweispalter_vertical_middle .zweispalter > div { margin: 0; }
.box_zweispalter_vertical_middle .zweispalter .flLeft .text { margin-right: 0; }
.box_zweispalter_vertical_middle .zweispalter .flRight .text { margin-left: 0; }

.box_zweispalter_vertical_middle .zweispalter .flLeft .image { margin-right: 0; }
.box_zweispalter_vertical_middle .zweispalter .flRight .image { margin-left: 0; }

.box_zweispalter_vertical_middle .zweispalter .flLeft,
.box_zweispalter_vertical_middle .zweispalter .flRight { float: none; width: 100%; }
}


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


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



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


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

/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
#page_bg { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 100%; margin: 0; padding: 0; z-index: 1; overflow: hidden; }

/* Relative Bloecke innerhalb von "page" */
header, main, footer, nav, aside, article, section,
#sticky_header_bg, #sticky_header, #main_nav,
#page, #header, #navigation_bg, 
#header_image, #content,
#footer_breadcrumb_bg, #footer_breadcrumb, #footer_bg, #footer {
display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }

#page { min-height: 100%; }




#sticky_header_bg { position: fixed; min-width: 300px; min-height: 80px; z-index: 999; background-color: rgba(255, 255, 255, 0.75); box-shadow: 0 0 4px 0 #999; }

.sticky #sticky_header_bg { background-color: #fff; }

#sticky_header { display: flex; justify-content: space-between; align-items: flex-end; margin: 0; padding: 15px 0; }

#sticky_header_left { width: 25%; padding: 0 30px; text-align: center; }
#sticky_header_left #logo { max-width: 210px; min-width: 120px; margin: 0 auto; }

#sticky_header_right { flex-grow: 1; text-align: right; padding: 0; }

@media screen and (max-width: 980px) { 
#sticky_header_bg { min-height: 50px; }
	
#sticky_header { padding: 10px 0; }
#sticky_header_left #logo { max-width: 180px; }
}

@media screen and (max-width: 980px) { 
	#sticky_header_left #logo { max-width: 150px; }
}



#header { padding: 0; z-index: 2; }

.no_header_image { display: block; width: 100%; height: 120px; margin: 0; padding: 0; }
@media screen and (max-width: 980px) { 
	.no_header_image { height: 80px; }
}

#header_image { }
#header_image img { width: 100%; max-width: none; }


#content { scroll-margin-top: 100px;  min-height: 400px; }


#footer_bg { clear: both; padding: 0; background-color: #14244a; z-index: 3; }
#footer { clear: both; display: flex; justify-content: space-between; gap: 20px; max-width: 1600px; margin: 0 auto; padding: 30px 2.63%; color: #fff; font-size: 0.9rem; }

#footer a { text-decoration: none; color: #fff; }
#footer a:hover, #footer a:focus { text-decoration: none; color: #a7358b; }

/*.footer_box { float: left; display: block; width: 21.71%; height: auto; min-height: 60px; margin: 0 0 20px 2.63%; padding: 0; } */
.footer_box { display: block; width: auto; height: auto; margin: 0; padding: 0; }
#footer_box_3 a { display: block; margin: 5px 0 0 0; padding: 5px; max-width: 150px; background-color: #fff; }

@media all and (max-width:480px) {
	#footer { flex-wrap: wrap; }
	#footer_box_3 { width: 100%; }    

}


#cookie_notice { 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_notice a { color: #fff; text-decoration: underline; }
#cookie_notice a:hover,
#cookie_notice a:focus { color: #fff; text-decoration: none; }	
	
#cookie_notice #cookie_notice_text { display: block; margin-bottom: 15px; }
#cookie_notice #cookie_notice_close { display: inline-block; }
#cookie_notice #cookie_notice_open { display: none; }
	
#cookie_notice.cookie_notice_hide #cookie_notice_text { display: none; }
#cookie_notice.cookie_notice_hide #cookie_notice_close { display: none; }
#cookie_notice.cookie_notice_hide #cookie_notice_open { display: inline-block; }	


/* ------------ Navigation ------------ */

#main_nav_button {display: none; position: fixed; top: 24px; left: auto; right: 20px; 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; }



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


#main_nav { width: auto; margin: 0; padding: 0; }

/* erste Ebene */
#main_nav ul { list-style: none; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#main_nav li { list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 25px 0 0; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 10px; font-size: 1.25rem; text-decoration: none; color: #000; font-weight: bold; }

#main_nav li a:hover, #main_nav li a:focus { text-decoration: none; color: #14244a; }

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


/* Effekt - Linie unterm Menuepunkt */
#main_nav li a::after { content: ""; display: block; width: 0; height: 2px; margin: 0 auto; padding: 0; background-color: #a7358b; transition: all 250ms ease-in-out; }
#main_nav li a:hover::after,
#main_nav li.rex-current a::after,
#main_nav li.rex-active a::after { width: 90%; }

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

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


/* zweite Ebene 
Der eigentliche Dropdown Effekt.
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; }

/* Zweite Ebene */
#main_nav ul.rex-navi2 { 
	position: absolute;
	top: 42px; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	background-color: #FFF; background-color: rgba(255, 255, 255, 0.75); 
	text-align: left;
	z-index: 100;
}
#main_nav ul.rex-navi2 li { clear: both; float: none; display:block; width: auto; height: auto; margin: 0; padding: 0; }
#main_nav ul.rex-navi2 li a { display: block; width: auto; height: auto; margin: 0; padding: 6px 20px; 
color: #000; font-size: 1rem; text-transform: none; white-space: nowrap; border-bottom: 0; }
#main_nav ul.rex-navi2 li a:hover, #main_nav ul.rex-navi2 li a:focus { color: #14244a; }
#main_nav ul.rex-navi2 li a.rex-current,
#main_nav ul.rex-navi2 li a.rex-active { color: #14244a; } 


@media all and (max-width:1200px) {
	#main_nav li { margin: 0 12px 0 0; }
	#main_nav li a { padding: 5px 6px; }
}

@media screen and (max-width: 980px) {  
    #main_nav_button { display: block; }

    #page { margin-left: 0; transition: margin-left 1000ms ease-in-out; }
    #page.move_page { margin-left: -50%; transition: margin-left 1000ms ease-in-out; }

    #sticky_header_bg { margin-right: 0; transition: margin-right 1000ms ease-in-out; }
    #sticky_header_bg.move_sticky_header_bg { margin-right: 50%; transition: margin-right 1000ms ease-in-out; }

    #main_nav_bg {    
    display: block; position: fixed; top: 0; left: auto; right: 0; width: 50%; min-width: 240px; height: 100%; min-height: 100vh; margin: 0; padding: 0; z-index: 1000; background-color: #FFF; border-left: 1px solid #333; overflow: hidden; overflow-y: auto;
    transition: right 1000ms ease-in-out; }

    #main_nav_bg.closed { right: -50%; min-width: 0; transition: right 1000ms ease-in-out; }     

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

/*    #main_nav > ul ul { overflow: hidden; max-height: 0; } */
	
    #main_nav_bg.active { right: 0; }     

    #main_nav.active,
    #main_nav > ul ul.active { max-height: 99999em; } 
    #main_nav ul { display: block; }
    #main_nav li { display: block; float: none; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; border-left: none; background-image: none !important; }
    #main_nav li a { display: block; float: none; width: auto; height: auto; min-height: 0; margin: 0; padding: 5px 10px; font-size: 1.125rem; border-bottom: 1px solid #DDD; color: #000; font-weight: normal; text-align: left; }
    #main_nav li a:hover, #main_nav li a:focus { background-color: #AAA; color: #000; }
    #main_nav li a.rex-current,
    #main_nav li a.rex-active { background-color: #DDD; color: #000; }
	
	/* Effekt - Linie unterm Menuepunkt */
	#main_nav li a:hover::after,
	#main_nav li.rex-current a::after,
	#main_nav li.rex-active a::after { margin: 0; width: 33%; }	


    /* Zweite Ebene */
    #main_nav ul.rex-navi2 { display: inherit; position: relative; top:auto; left: auto; }
    #main_nav ul.rex-navi2 li a { margin: 0; padding: 10px 10px 10px 20px; font-size: 0.9rem; font-weight: normal; color: #000; background-color: #fff; border-top: none; border-bottom: 1px solid #DDD; }
    #main_nav ul.rex-navi2 li a:hover, #main_nav ul.rex-navi2 li a:focus { background-color: #AAA; color: #000; }
    #main_nav ul.rex-navi2 li a.rex-current,
    #main_nav ul.rex-navi2 li a.rex-active { background-color: #DDD; color: #000; }


    /* 1.) Zum Anklicken bei Menuepunkten mit Submenue
    #main_nav li.has-submenu > a:after { content: '+'; position: absolute; top: 0; right: 0; display: block; font-size: 1.5em; padding: 10px 10px; }
    #main_nav li.has-submenu > a.active:after { content: "-"; }
    */

    /* 2.) Alternative mit Hauptpunkten anklickbar lassen (1. dann auskommentieren) */
    #main_nav li a span { display: none; } 
    #main_nav li.has-submenu a span { content: ''; display: block; position: absolute; top: 4px; right: 4px; width: 48px; height: 32px; margin: 0; padding: 0; z-index: 10; text-indent: -9999px; overflow: hidden; background-image: url(mobile_menue_arrow_down.png); background-position: center center; background-repeat: no-repeat; background-color: #14244a;
    border-radius: 6px; }
    #main_nav li.has-submenu a span:hover, #main_nav li.has-submenu a span:focus { background-color: #5f6062; }
    #main_nav li.has-submenu a.active span { background-image: url(mobile_menue_arrow_up.png); } 

    /* zweite Ebene */
    #main_nav li.has-submenu ul.rex-navi2 li a span { display: none; } 
    #main_nav li.has-submenu ul.rex-navi2 li.has-submenu a span { display: block; } 

    /* dritte und letzte Ebene */
    #main_nav li.has-submenu ul.rex-navi3 li a span { display: none !important; } 

}

@media screen and (max-width: 480px) {  
    #page.move_page { margin-left: -240px; } 
    #sticky_header_bg.move_sticky_header_bg { margin-right: -240px; } 
	
	#main_nav_bg.closed { right: -90%; }
	#main_nav_bg.active { right: 0; }
	
	#main_nav_bg { width: 90%; }
}









.home_header,
.home_header_sidebar,
.home_header_content { display: block; position: relative; top: 0; left: 0; width: 100%; height: 75vh; margin: 0; padding: 0; z-index: 1; background-color: #14244a; }	

.home_header_sidebar {
	position: absolute; width: 25%; background-color: #a7358b; z-index: 20;
	display: flex; flex-direction: column; justify-content: center; padding: 1rem; color: #fff;
}

.home_header_content {
	width: 75%; margin: 0 0 0 25%; z-index: 10;
	background-image: url('dock22-medical-strartseite.png'); background-size: contain; background-position: bottom right; background-repeat: no-repeat; 
}


.home_header_sidebar_title { font-family: 'Lato', 'Oxygen', Verdana, Geneva, sans-serif; font-weight: bold; font-size: 5vw; line-height: 1.2; text-align: center; margin: 0; }
.home_header_sidebar_title span { display: block; }

.home_header_link { position: absolute; top: auto; bottom: 40px; left: 40px; width: auto; margin: 0; padding: 0; z-index: 30;
	display: flex; align-items: center; /* Vertikale Zentrierung */
	background-color: transparent; 
	cursor: pointer; font-family: 'Lato', 'Oxygen', Verdana, Geneva, sans-serif; font-size: 1.8vw; color: #14244a; text-decoration: none; }

.home_header_link:hover,
.home_header_link:focus { color: #a7358b; text-decoration: none; }

.home_header_link i {
    flex-shrink: 0; /* Verhindert das Schrumpfen des Icons */
    width: 60px; height: 60px; margin-right: 5px; padding: 0; border-radius: 30px;
	background-image: url(suchlupe.png); background-position: center; background-repeat: no-repeat; background-size: contain; background-color: #fff;
}

.home_header_link span {
    padding: 5px 30px; border-radius: 30px; 
	font-size: 30px; line-height: 50px;
	background-color: #fff; font-style: normal;
}



@media (max-width: 980px) {
	
.home_header_sidebar_title { font-size: 5vw; }

.home_header_link { bottom: 20px; left: 20px; }

.home_header_link i { width: 40px; height: 40px; border-radius: 20px; }

.home_header_link span {
    padding: 5px 20px; border-radius: 20px; 
	font-size: 1.25rem; line-height: 30px;
	background-color: #fff; font-style: normal; text-transform: uppercase;
}	

}


@media (max-width: 480px) {
.home_header,
.home_header_sidebar,
.home_header_content { height: auto; }	

.home_header_sidebar { position: relative; width: 100%; }

.home_header_content { width: 100%; height: 33vh; margin: 0; }
	
.home_header_sidebar_title { font-size: 2rem; padding: 80px 0 0 0; margin: 0; }
.home_header_sidebar_title span { display: inline; }
	
.home_header_link span { font-size: 1.125rem; }	
}

@media (max-width: 360px) {
.home_header_link span { font-size: 1.0rem; }	
}


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

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

}



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

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

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


} 






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


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

/* module20260106.css */
/* --- yForm --- */
.yform .btn-primary { width: fit-content; max-width: 240px; padding: 5px 25px; font-size: 1rem; font-weight: bold; background-color: #a7358b; color: #FFF; border-radius: 5px; border: 1px solid #fff; }
.yform .btn-primary:hover { background-color: #14244a; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { background-color: #a7358b; color: #FFF; }


@media (max-width: 768px) {
	.header_image_simple { min-height: 0 !important; }
	.header_image_simple img { display: block; }

	#arrow_slide_down_to_content { display: none; }
}


/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */

#content svg.svg_icon { display: block; width:96px; height:72px; margin:0 auto; line-height: 48px; fill:#fff; vertical-align: middle; }

#content svg.svg_icon.color_red { fill: #14244a; }



/* Redaxo Download Modul */
.download_text_oben { padding: 0 0 1px 0; /* wichtig fuer das same_heigth Script */ }
.download_text_unten { padding: 15px 10px 0 10px; }


.section_bg_gray .download_box a { background-color: #fff; color: #5f6062; }
.section_bg_gray .download_box a:hover, .section_bg_gray .download_box a:focus { background-color: #14244a; color: #fff; }


/* Slidedown */
.slidedown_box { clear: both; display: block; width: 94.74%; margin: 0 0 30px 2.63%; padding: 0; }

.slidedown_box_button { display: flex; align-items: center; width: auto; margin: 0; padding: 5px 45px 5px 5px; background-color: #f0f0f0; color: #14244a; background-image: url(arrow_down.png); background-position: right center; background-repeat: no-repeat; }
.slidedown_box_button:hover, .slidedown_box_button:focus { background-color: #14244a; color: #FFF; cursor: pointer; }
.slidedown_box.active .slidedown_box_button { background-color: #14244a; color: #FFF; background-image: url(arrow_up.png); }

.slidedown_box_button img { display: inline-block; max-width: 60px; margin-right: 5px; }
.slidedown_box_button h3 { margin: 0; color: #fff; }

.slidedown_box_content { display: none; }
.slidedown_box_text { display: block; padding: 20px 20px 1px 20px; border: 1px solid #14244a; background-color: #fafafa; }

.slidedown_box.active .slidedown_box_content { display: block; }

.slidedown_box_button:hover img,
.slidedown_box_button:focus img,
.slidedown_box.active .slidedown_box_button img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(246deg) brightness(104%) contrast(104%); }






/* ----------------------------------------------------------------------------------
   Seiten
---------------------------------------------------------------------------------- */

/* Suche: Beruf + PLZ (z.B. Seite 1, 42, ...) und Niederlassungen (Seiten 4) */
.form_suche_box { clear: both; display: block; position: relative; top: 0; left: 0; width: auto; max-width: 480px; height: auto; margin: 0; padding: 0; z-index: 10; }

.form_suche_form label { display: none; }

.form_suche_form fieldset { padding: 0; }

.form_suche_form .formblock { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 0 20px 0; padding: 0; z-index: 1;  }

.form_suche_form input {
    display: block; width: 100%; max-width: 480px; height: auto; margin: 0; padding: 10px 20px;
    font-family: inherit; font-size: 1rem; color: #000;
    border: 1px solid #999; border-radius: 10px; background-color: #FFF;
}

.form_suche_form input:hover { border-color: #a8aeb5; }
.form_suche_form input:focus { border: 1px solid #be1928; background-color: #f9f9f9; outline: none; box-shadow: none; }

.form_suche_beruf_reset,
.form_suche_plz_reset {
    display: block; position: absolute; top: 5px; left: auto; right: 5px;
    width: 30px; height: 30px; margin: 0; padding: 0; font-size: 1.25rem; font-weight: normal; border: 0; text-decoration: none; color: #333; background-color: transparent; text-align: center; cursor: pointer; }

.form_suche_beruf_reset:hover,
.form_suche_plz_reset:hover,
.form_suche_beruf_reset:focus,
.form_suche_plz_reset:focus { text-decoration: none; color: #be1928; background-color: transparent; }


.form_suche_selector { display: none; position:absolute; top: 42px; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index:100; box-shadow: 2px 2px 4px 0 #333; }
.form_suche_selector.visible { display: block; }


.form_suche_selector ul.results_plz,
.form_suche_selector ul.results_beruf { width:auto; max-height:320px; overflow-y: auto; overflow-x: hidden; list-style-type: none; margin: 0; padding: 0; background-color: #fff; }

.form_suche_selector div.info_beruf,
.form_suche_selector div.info_plz { display: block; padding: 0; margin: 0; }

.form_suche_selector div.info_beruf span,
.form_suche_selector div.info_plz span { display: block; padding: 5px 10px; margin: 0; font-size: 0.9rem; background-color:#f9f9f9; color: #333; }

.form_suche_selector div.info_beruf span.error,
.form_suche_selector div.info_plz span.error { font-size: 1rem; background-color: #be1928; color: #fff; }

.form_suche_selector ul.results_plz li,
.form_suche_selector ul.results_beruf li { cursor: pointer; display: block; list-style-type: none; padding: 4px 10px; margin: 0; font-size: 0.9rem; color:#000; background-color:#fff; }

form_suche_selector ul.results_plz li:hover,
.form_suche_selector ul.results_beruf li:hover,
form_suche_selector ul.results_plz li:focus,
.form_suche_selector ul.results_beruf li:focus { color:#000; background-color: #ccc; }

.form_suche_selector ul.results_plz li span,
.form_suche_selector ul.results_beruf li span { color:#000; }

.form_suche_form input.form_suche_submit {
    display: block; width: fit-content; max-width: 240px; margin: 20px 0 0 0; padding: 5px 25px;
    font-size: 1rem; font-weight: bold; text-align: center;
    color: #FFF; background-color: #a7358b; border-radius: 5px; border: 1px solid #fff;
    cursor: pointer;
}
.form_suche_form input.form_suche_submit:hover, .form_suche_form input.form_suche_submit:focus { color: #FFF; background-color: #14244a; }



.form_suche_form input.form_suche_plz_submit { margin-left: 0; }


/* nur PLZ-Suche */
.form_suche_selector ul.results_plz li.only_info { background-color: #555; color:#fff; font-size: 0.8rem; }

.form_suche_selector ul.results_plz li.ergebnis_auswahl { white-space:nowrap; color:#999; font-size: 0.75rem; }
.form_suche_selector ul.results_plz li.ergebnis_auswahl .important { color:#333; font-size: 0.9rem; }
.form_suche_selector ul.results_plz li.ergebnis_auswahl .only_info { color:#999; font-size: 0.75rem; }



@media all and (max-width:768px) {
    .form_suche_box { margin: 0 10px 30px 10px; }
}


@media all and (max-width:480px) {
    .form_suche_form input.form_suche_submit { font-size: 1rem;  }

}







/* Stellenanzeigen Liste */
.stellenangebote_liste { clear: both; display: block; margin: 0 0 20px 0; vertical-align: top; }

.stellenangebote_liste a { display: block; padding: 0; margin: 0; text-decoration: none; }
.stellenangebote_liste table { width:100%; margin: 0 0 20px 0; padding: 0; border: none; }
.stellenangebote_liste tr { border: none; }
.stellenangebote_liste th { padding: 10px 15px; background-color: #14244a; color: #fff; font-weight: bold; text-align: left; border: none; }
.stellenangebote_liste td { padding: 10px 15px; border: none; }
.stellenangebote_liste td.nobr { white-space: nowrap; }

.stellenangebote_liste tr:nth-child(even) { background: #FFF; }
.stellenangebote_liste tr:nth-child(odd) { background: #F3F3F3; }

.section_bg_gray_dark th,
.section_bg_lila_dark th,
.section_bg_blue_dark th { background: rgba(0,0,0,0.75); }

.section_bg_gray_dark tr:nth-child(even),
.section_bg_lila_dark tr:nth-child(even),
.section_bg_blue_dark tr:nth-child(even) { background: rgba(255,255,255,0.1); }

.section_bg_gray_dark tr:nth-child(odd),
.section_bg_lila_dark tr:nth-child(odd),
.section_bg_blue_dark tr:nth-child(odd) { background: rgba(255,255,255,0.2); }


.stellenangebote_liste span { display: block; margin: 0; }
.stellenangebote_liste span.plz { display: inline-block; width: 50px; white-space: nowrap; }

.stellenangebote_liste span.branche_icon { float: left; width:32px; height:24px; margin: 0; text-align: center; }
#content .stellenangebote_liste svg.svg_icon { display: block; width:32px; height:24px; margin:0; line-height: 24px; fill:#14244a; vertical-align: middle;
}


@media all and (max-width:980px) {
    #outer_box_stellenmarkt_liste { clear: both; float: none; width: 94.74%; margin: 0 0 30px 2.63%; }
}

@media all and (max-width:768px) {
    #outer_box_stellenmarkt_liste { width: 100%; margin: 0 0 20px 0; }

    .stellenangebote_liste th { display: none; }
    .stellenangebote_liste td { display: block; padding: 5px 10px 0 10px; border: none; font-size: 0.9rem; line-height: 1.25; }
    .stellenangebote_liste td.city { clear: both; padding: 0 10px 5px 10px; color: #666; font-size: 0.8rem; }

}






.stellenangebote_pagination { clear: both; display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 0 20px 0; padding: 5px; z-index: 1; text-align: center; line-height: 1.25; /* background-color: #E3E3E3; border: 1px solid #999; border-radius: 5px; */ }
.stellenangebote_pagination .pagination { clear: both; display: block; margin: 0; }
.stellenangebote_pagination .pagination_first,
.stellenangebote_pagination .pagination_prev,
.stellenangebote_pagination .pagination_info,
.stellenangebote_pagination .pagination_next,
.stellenangebote_pagination .pagination_last { margin: 0 5px; }
.stellenangebote_pagination .pagination_info { text-transform: uppercase; }

/* Pagination Buttons - Allgemein */
.pagination-button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #5f6062;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Aktive Buttons */
.pagination-button.active {
    background-color: #14244a;
    color: #fff;
    border-color: #14244a;
}

.pagination-button.active:hover,
.pagination-button.active:focus {
    background-color: #2f2d2e;
    border-color: #2f2d2e;
    color: #fff;
    text-decoration: none;
}

/* Deaktivierte Buttons */
.pagination-button.disabled {
    background-color: #f5f5f5;
    color: #999;
    border-color: #ddd;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Text in den Buttons */
.pagination-text {
    display: inline-block;
    vertical-align: middle;
}

.stellenangebote_pagination a { opacity: 1.0; }
.stellenangebote_pagination a:hover, .stellenangebote_pagination a:focus { opacity: 0.9; }


@media all and (max-width:480px) {
    .stellenangebote_pagination { padding: 5px 2px; font-size: 0.8rem; white-space: nowrap; }
    .stellenangebote_pagination img { height: 20px;  }
    .stellenangebote_pagination .pagination_last { margin: 0 2px; }
    .stellenangebote_pagination .pagination_first,
    .stellenangebote_pagination .pagination_last {display: none; }

    /* Responsive Pagination Buttons */
    .pagination-button {
        padding: 4px 8px;
        font-size: 0.8rem;
        margin: 0 2px;
    }

    .pagination-text {
        font-size: 0.8rem;
    }
}




/* Detailseite */
#stellenanzeige { clear: both; }

#stellenanzeige .h1_einsatzort { display: block; margin: 5px 0 0 0; font-size: 0.9rem; color: #999; }

#stellenanzeige p.stellenanzeige_headline { margin: 0 0 5px 0; }

#stellenanzeige table,
#stellenanzeige tr,
#stellenanzeige td { border: none; }

#stellenanzeige .link_drucken { margin: 0 10px; }

#stellenanzeige .stellenanzeige_buttons { text-align: center; }
#stellenanzeige a.button_width_image,
#stellenanzeige button.button_width_image { display: inline-block; padding: 8px 20px; margin: 0 10px 10px 10px; border: 1px solid #14244a; color: #14244a; background-color: transparent; text-decoration: none; font-size: inherit; line-height: inherit; cursor: pointer; }
#stellenanzeige a.button_width_image:hover,
#stellenanzeige button.button_width_image:hover,
#stellenanzeige a.button_width_image:focus,
#stellenanzeige button.button_width_image:focus { color: #14244a !important; background-color: #f0f0f0; text-decoration: none; }

#stellenanzeige a.button_width_image img,
#stellenanzeige button.button_width_image img { display: inline-block; padding: 0; margin: 0 10px 0 0; vertical-align: middle; }
/* 
#stellenanzeige button.print-button,
#stellenanzeige a.apply-button { padding-left: 44px; background-image: url('stellenmarkt_drucken.png'); background-repeat: no-repeat; background-position: 16px center; background-size: 20px 20px; }
*/


#stellenanzeige .box_bewerbung,
#stellenanzeige .box_zusaetzliche_infos,
#stellenanzeige .box_kontakt_infos { display: block; margin: 0 0 20px 0; padding: 20px 20px 1px 20px;  background-color: #fafafa; }


#stellenanzeige .form-left { float: left; width: 49%; }
#stellenanzeige .form-right { float: right; width: 49%; }
#stellenanzeige .form-clear { clear: both; display: block; margin: 0 0 20px 0; }

#stellenanzeige .box_bewerbung .form-row { margin-bottom:15px; }
#stellenanzeige .box_bewerbung .form-section-title { margin-bottom: 5px; }
#stellenanzeige .box_bewerbung label { display:inline-block; width:120px; font-weight:bold; }
#stellenanzeige .box_bewerbung label.no_display { display: none; }
#stellenanzeige .box_bewerbung label.label_checkbox { display: inline; width: auto; font-weight: normal; }
#stellenanzeige .box_bewerbung input[type=text],
#stellenanzeige .box_bewerbung input[type=email],
#stellenanzeige .box_bewerbung input[type=tel],
#stellenanzeige .box_bewerbung input[type=file],
#stellenanzeige .box_bewerbung select { width:100%; max-width: 480px; height: 30px; padding:6px; border:1px solid #ddd; font-size: 1rem; line-height: 1.5; }

#stellenanzeige .box_bewerbung input[type=file] { padding: 3px 0 0 0; border: none; }

.box_bewerbung .success-message { background:#dff0d8; border:1px solid #d6e9c6; color:#3c763d; padding:20px; margin-bottom:20px; }
.box_bewerbung .error-message { background:#f2dede; border:1px solid #ebccd1; color:#a94442; padding:20px; margin-bottom:20px; }

@media all and (max-width:980px) {
    #stellenanzeige .form-left,
    #stellenanzeige .form-right { float: none; width: 100%; }
}


#stellenanzeige .stellenanzeige_navigation { clear: both; position: relative; top: 0; left: 0; padding: 10px 5px; background-color: #14244a; color: #FFF; text-align: center; }

#stellenanzeige .stellenanzeige_navigation a { color: #FFF !important; text-decoration: none; text-transform: uppercase; cursor: pointer; }
#stellenanzeige .stellenanzeige_navigation a:hover, #stellenanzeige .stellenanzeige_navigation a:focus { color: #FFF !important; text-decoration: none; font-weight: bold; cursor: pointer; }
#stellenanzeige .stellenanzeige_navigation .link_before { display: block; float: left; width: 40px; margin: 0; text-align: center; white-space: nowrap; }
#stellenanzeige .stellenanzeige_navigation .link_next { display: block; float: right; width: 40px; margin: 0; text-align: center; white-space: nowrap; }
#stellenanzeige .stellenanzeige_navigation .link_home { display: block; margin: 0 50px; text-align: center; white-space: nowrap; }


@media all and (max-width:480px) {
    #stellenanzeige .stellenanzeige_navigation { font-size: 0.8rem; }
}





.formular_box { display: block; margin: 0 0 30px 0; padding: 30px 30px 10px 30px; background-color: #fafafa; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }


.yform, .yform label, .yform input, .yform select { font-family: Arial, sans-serif; }

.yform label { display: block; }
.yform .checkbox label { display: inline-block; }

.yform h3 { margin: 0 0 20px 0 ;}

.jquery_error { display: block; font-weight: bold; color: #14244a; }

.button_box { clear: both; display: block; width: auto; height: auto; min-height: 30px; margin: 0 0 20px 0; padding: 40px 0 0 0; text-align: center; }
.button_back,
.button_next,
#kontakt_formular .btn-primary { display: inline-block; padding: 5px 25px; margin: 0 10px 10px 10px; font-size: 16px; line-height: 20px; color: #FFF; background-color: #14244a; border-radius: 5px; border: none; outline: none; }



.button_back:hover,
.button_next:hover,
#kontakt_formular .btn-primary:hover { color: #FFF; background-color: #333;}

#frage_1_back { display: none; }



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

.reiter_nav { clear: both;  padding: 0; }
.reiter_nav span { display: inline-block; position: relative; top: 0; left: 0; width: 25%; height: auto; padding: 15px 5px; margin: 0 -4px 0 0; font-size: 15px; line-height: 20px; color: #fff; background-color: #14244a; box-shadow: 4px 4px 8px 0 #222; text-align: center; font-weight: bold; }

.reiter_anzahl_5 span { width: 20%; }
.reiter_anzahl_6 span { width: 16.66%; }
.reiter_anzahl_7 span { width: 14.28%; }
.reiter_anzahl_8 span { width: 12.5%; }

.reiter_nav span:hover { cursor: not-allowed; color: #fff; background-color: #a7358b; font-weight: bold; }
.reiter_nav span.active { color: #fff; background-color: #a7358b; font-weight: bold; }


@media all and (max-width:768px) {
    .formular_box { margin: 0 0 20px 0; padding: 20px 15px 1px 15px; }
}

/* Formulare ENDE */

/* --- rueckrufservice - yForm --- */
#rueckrufservice .yform form { display: block; margin: 0 0 20px 0; padding: 0; background-color: transparent; }

/* #rueckrufservice .form-helper { display: inline-block; width: 10px; } */

#rueckrufservice .yform .btn-primary { width: 160px; padding: 10px 5px; margin: 0 auto; background-color: #333; color: #fff; }
#rueckrufservice .yform .btn-primary:hover { background-color: #999; color: #fff; opacity: 1; }

#rueckrufservice .form_hr { clear: both; display: block; width: 94.74%; height: 1px; margin: 0 auto 20px auto; padding: 20px 0 0 0; border-bottom: 1px solid #fff; }

#rueckrufservice label {color: #fff; }
#rueckrufservice .alert,
#rueckrufservice .alert li,
#rueckrufservice .alert strong	{color: #5f6062; }

#rueckrufservice .alert ul { margin: 0; }

#rueckrufservice a { color: #fff; text-decoration: underline; }
#rueckrufservice a:hover { color: #fff; text-decoration: none; }

#rueckrufservice .like_h3 { display: block; padding: 20px 0 0 0; }


#uhrzeit_auswahl select { color: #5f6062; height: 240px; }
#uhrzeit_auswahl optgroup,
#uhrzeit_auswahl option { color: #5f6062; }

#rueckrufservice { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 30px 0 10px 0; z-index: 1; }
#rueckrufservice_image { position: absolute; top: -110px; left: 0; width: 100%; height: auto; padding: 0; z-index: 10; text-align: center; }

#rueckrufservice_image img  { border-radius: 60px; width: 120px; height: 120px; }

#rueckrufservice .like_h1 { text-align: center; margin: 0 0 30px 0; }
#rueckrufservice .like_h3 { text-align: center; }

#rueckrufservice .yform .pflichtfelder { color: #fff; }

/* --- rueckrufservice - yForm ENDE --- */


.benefits_boxen { clear: both; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }

.benefits_box { width: 29.82%; margin: 0 0 30px 2.63%; }

.benefits_box .slidedown_box { margin: 0; }

@media (max-width: 980px) {
    .benefits_box { width: 46.05%; }
}

@media (max-width: 480px) {
	.benefits_boxen { display: block; }
    .benefits_box { width: 94.74%; }
}




/* Mitarbeiter */
.mitarbeiter_box { display: flex; width: 100%; background-color: #fafafa; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.mitarbeiter_image { max-width: 240px; }

.mitarbeiter_text { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 15px 15px 10px 15px; }

.mitarbeiter_name { font-size: 1rem; font-weight: 700; margin-bottom: 5px; }

.mitarbeiter_email,
.mitarbeiter_tel { margin-bottom: 5px; } 

.mitarbeiter_email a,
.mitarbeiter_tel a { text-decoration: none; color: #a7358b; transition: color 0.3s ease; }
.mitarbeiter_email a:hover, .mitarbeiter_email a:focus,
.mitarbeiter_tel a:hover, .mitarbeiter_tel a:focus { color: #14244a; }

.mitarbeiter_desc p { margin: 0; color: #333; }


/* Responsive Anpassungen */


@media all and (max-width: 480px) {
    .mitarbeiter_image { max-width: 100px; }

    .mitarbeiter_text { padding: 0 8px 2px 10px; }

    .mitarbeiter_name { font-size: 0.9rem; }

	.mitarbeiter_email,
    .mitarbeiter_tel,
    .mitarbeiter_desc { font-size: 0.7rem; }

}




.header_image_and_text { display: block; margin: 0; padding: 120px 0 0 0; background: linear-gradient(90deg, #a7358b 25%, #14244a 25%); }
.header_image_and_text_flex { display: flex; flex-direction: row; align-items: center; width: 100%; max-width: 1600px; padding: 0 2.63%; margin: 0 auto; }


.header_image_and_text_img { width: 40%; padding: 20px 0; }
.header_image_and_text_txt { width: 60%; padding: 40px 0 20px 40px; color: #fff; }

.header_image_and_text_txt h1, .header_image_and_text_txt h2, .header_image_and_text_txt h3, .header_image_and_text_txt p { color: #fff; }

.header_image_and_text_txt a { text-decoration: none; color: #14244a; }
.header_image_and_text_txt a:hover, .header_image_and_text_txt a:focus { text-decoration: underline; color: #fff; }

@media (max-width: 980px) {
.header_image_and_text { padding: 80px 0 0 0; }
	
}

@media (max-width: 480px) {

.header_image_and_text { padding: 80px 0 0 0; background: #14244a; }
.header_image_and_text_flex { display: block; }


.header_image_and_text_img { width: 100%; padding: 20px 0 20px 0; }
.header_image_and_text_txt { width: 100%; padding: 0 0 20px 0; }

	
}






