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


/* main20251001.css */
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}


html, body {
font-family: 'Lato', Verdana, Geneva, sans-serif; font-weight: 400;
font-size: 16px; line-height: 30px;
color: #000;
/* 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: #F0F0F0;
}

/* ----------------------------------------------------------------------------------
   Schriften + Generelle CSS-Anpassungen fuer diese Webseite
   grau #2f3b3e | rot #c6112e
---------------------------------------------------------------------------------- */ 
a { text-decoration: underline; color: #c6112e; }
a:hover, a:focus { text-decoration: none; color: #2f3b3e; }
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; text-decoration: none; color: #FFF; background-color: #c6112e; border: 2px solid #FFF; overflow: hidden; }
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: #2f3b3e; }
.box_bg_red a.link_as_button:hover, .box_bg_red a.link_as_button:focus { text-decoration: none; color: #2f3b3e; background-color: #FFF; }



ul { margin: 0 0 20px 20px; }
ul li { list-style-type: disc; margin: 0 0 10px 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 900; font-style: normal; font-size: 36px; line-height: 60px; margin: 0 0 10px 0; color: #2f3b3e; text-transform: uppercase; }
h1, h2 { font-size: 36px; line-height: 60px; padding: 0 0 10px 0; text-align: center; background-image: url(bg_headline.png); background-position: bottom center; background-repeat: no-repeat; } 
h3, h4 { font-size: 16px; line-height: 30px; color:#c6112e; }
h5, h6 { font-size: 12px; line-height: 20px; } 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { color: #c6112e; font-weight: 900; }

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

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


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

.box_width_full { width: 100%; margin: 0 0 2.46% 0; }
.box_width_1_2 { clear: none; width: 42.62%; }
.box_width_1_3 { clear: none; width: 26.78%; }
.box_width_2_3 { clear: none; width: 58.48%; }
.box_width_1_4 { clear: none; width: 18.85%; }



.box_with_border { }
.box_with_border .outer_box_inner { border: 1px solid #d7d7d7; padding: 20px 20px 1px 20px; border-radius: 20px; }



hr.section_trennlinie { margin: 0; }
hr.section_trennlinie.white { background-color: #FFF; }

.section_bg_image { display: block; position: static; width: 100%; height: auto; min-height: 100px; margin: 0; padding: 100px 0 80px 0; z-index: 1;
	background-color: #fff; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; }
.section_bg_image.parallax { background-attachment: fixed; min-height: 500px; }


.section_full,
.section_1220,
.section_768 { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; }
.section_1220 { width: 1220px; margin: 0 auto; padding: 0; }
.section_768 { width: 768px; margin: 0 auto; padding: 0; }

.section_bg_no_padding_bottom,
.section_bg_none,
.section_bg_gray,
.section_bg_red { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 30px 0 10px 0; background-color: #F0F0F0; }

.section_bg_no_padding_bottom { background-color: #F0F0F0; padding: 30px 0 0 0; }
.section_bg_none { background-color: #F0F0F0; }
.section_bg_gray { background-color: #2f3b3e; }
.section_bg_red { background-color: #c6112e; }

.section_bg_gray, .section_bg_gray p, .section_bg_gray a, .section_bg_gray h1, .section_bg_gray h2, .section_bg_gray h3, .section_bg_gray h4, .section_bg_gray h5, .section_bg_gray h6 { color: #FFF; }
.section_bg_red, .section_bg_red p, .section_bg_red a, .section_bg_red h1, .section_bg_red h2, .section_bg_red h3, .section_bg_red h4, .section_bg_red h5, .section_bg_red h6 { color: #FFF; }

.section_bg_image {
    display: block;
    position: static;
    width: 100%;
    min-height: 540px;
    background-color: #F0F0F0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
#wrapper li { background-image: url(listpoint.png); background-position: top left; background-repeat: no-repeat; }
#wrapper .section_bg_gray li,
#wrapper .section_bg_red li { background-image: url(listpoint_hell.png); }
*/


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


.outer_box .image { margin: 0 0 15px 0; text-align: center; }
.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: 47.27%; margin: 0; overflow: hidden; }
.zweispalter .flRight { float: right; display: block; width: 47.27%; margin: 0; overflow: hidden; }

/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
#page_bg { position: relative; top: 0; left: 0; width: 100%; max-width: 5000px; height: auto; margin: 0 auto; padding: 0; z-index: 1; background-color: transparent; box-shadow: 0 0 10px 0 #333; }

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

#page { z-index: 10; }


#header_bg { position: fixed; min-width: 1200px; height: 100px; background-color: #F0F0F0; z-index: 99; -moz-box-shadow: 0 0 10px 0 #333; -webkit-box-shadow: 0 0 10px 0 #333; box-shadow: 0 0 10px 0 #333; }
#header { width: 1220px; margin: 0 auto; padding: 25px 0 0 0;  }

#logo { position: absolute; top: 25px; left: 0; z-index: 200; }
#logo a:hover, #logo a:focus { opacity: 0.8; }

#logo_umschalter { position: absolute; top: 25px; left: 300px; width: auto; z-index: 210; font-size: 10px; line-height: 50px; text-align: center; }
#logo_umschalter a { color: #000; text-decoration: none; }
#logo_umschalter a.active { color: #c6112e; text-decoration: underline; }
#logo_umschalter a:hover, #logo_umschalter a:focus { opacity: 0.8; text-decoration: none; }




#wrapper { width: 100%; min-width: 1200px; min-height: 400px; margin: 0 auto; padding: 100px 0 0 0; }


#footer_bg { clear: both; min-width: 1200px; padding: 0; background-color: #2f3b3e; }
#footer { clear: both; width: 1200px; margin: 0 auto; padding: 30px 0; color: #808080; font-size: 14px; line-height: 22px; text-transform: uppercase; }
#footer a { display: block; color: #808080; text-decoration: none; margin-bottom: 10px; }
#footer a:hover, #footer a:focus { color: #FFF; text-decoration: none; }
#footer_logo { margin-bottom: 10px; }

#footer .footer_text { font-size: 12px; line-height: 22px; text-align: justify; text-transform: none; }

#footer #suchbox { position: relative; top: 0; left: 0; width: 100%; max-width: 196px; height: 40px; z-index: 20; margin: 0; padding: 0; background-color: transparent; border-bottom: 2px solid #82898b;
}
#footer #suchbox input.search_it_text{ display: block; width: 140px; height: 30px; line-height: 30px; margin: 0; padding: 5px 10px; color: #82898b; font-size: 14px; background-color: transparent; border: none; }
#footer #suchbox input.hidden { display: none; }
#footer #suchbox input.search_it_button { position: absolute; top: 0; right: 0; width: 40px; height: 40px; margin: 0; padding: 0; z-index: 10;  border: none; color: #000; background-color: transparent; background-image:url(suchlupe.png); background-repeat: no-repeat; background-position: center center; cursor: pointer; text-indent: -99999px; overflow: hidden; }



/* ######## Suche Box ###########*/
a#header_search_icon { display: block; position: absolute; top: 35px; right: 0; width: 25px; height: 25px; margin: 0; padding: 0; z-index: 310; text-align: center; background-color: #F0F0F0; }
a#header_search_icon:hover img, a#header_search_icon:focus img  { opacity: 0.6; }

#header_search_form { display: none; position: absolute; top: 100px; right: 0; width: 260px; height: auto; padding: 20px 15px; background-color: #FAFAFA; z-index: 99; 
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0 1px 2px 0 #999;
}
#header_search_form form { display: block; margin: 0; padding: 0; }
#header_search_form form fieldset { display: block; margin: 0; padding: 0; }
#header_search_form input.search_it_text{ display: block; float: left; width: 170px; height: 36px; line-height: 20px; margin: 0 15px 0 0; padding: 8px 15px; background-color: #F0F0F0; border: 1px solid #999; color: #000; }
#header_search_form input.hidden { display: none; }
#header_search_form input.search_it_button { border: none; color: #000; width: 30px; height: 30px; margin: 0; background-color: transparent; background-image:url(suchlupe_header_box.png); background-repeat: no-repeat; background-position: center right; cursor: pointer; text-indent: -99999px; overflow: hidden; }




/* ----------------------------------------------------------------------------------
   Responsonsive Dropdown-Menue fuer Redaxo
---------------------------------------------------------------------------------- */ 

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






/* --- Menue-Dropdown-Menue --- */ 
#main_nav { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0 30px 0 0; z-index: 1000000; text-align: right; }

/* erste Ebene */
#main_nav ul { list-style: none; display: block; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#main_nav li { list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0 15px; padding: 10px 10px 5px 10px;
font-family: 'Lato Condensed', Verdana, Geneva, sans-serif; font-weight: 700; font-size: 13px; line-height: 30px; color: #2f3b3e; text-decoration: none; text-transform: uppercase; 
border-bottom: 5px solid #F0F0F0; }

#main_nav li a:hover,
#main_nav li a:focus { text-decoration: none; color: #c6112e; transform: scale(1.05); }
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #000; }

/* Pfeil-Icons fuer aufgeklappte und zugeklappte Menues */
/*
#main_nav ul li.has-children > a { padding: 5px 32px 5px 10px; background-image: url(mobile_menue_arrow_down.png); }

#main_nav ul li.has-children > a[aria-expanded="true"],
#main_nav ul li.rex-active > a { background-image: url(mobile_menue_arrow_up.png); }
*/
#main_nav ul li.has-children > a::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    transform: rotate(90deg);
}
#main_nav ul li.has-children > a[aria-expanded="true"]:after,
#main_nav ul li.has-children > a:hover::after,
#main_nav ul li.rex-active > a::after { transform: rotate(-90deg); }

 
/* zweite Ebene */
/* Anzeigen des Untermenues bei hover mit der Maus und bei Focus auf den Link */
#main_nav .rex-navi1 li.has-children:hover > ul,
#main_nav .rex-navi1 li.has-children > a:hover ~ ul,
#main_nav .rex-navi1 li.has-children > a:focus ~ ul,
#main_nav .rex-navi1 li.has-children > a[aria-expanded="true"] ~ ul { display: block; transition: all 500ms ease-in-out; }

#main_nav li ul:before { display: block; position: absolute; top: -48px; left: 0; width: 100%; height: 31px; content:""; background-image: url(nav_dropdown.png); background-position: center top; background-repeat: no-repeat; }

#main_nav li ul { 
    display: none;
	position: absolute;
	top: 70px; left: -20px;
	width: auto; height: auto;
	margin: 0; padding: 0 0 20px 0;
	background-color: #FFF; 
	background-image: none;
	z-index: 100;
	border-top: 20px solid #FFF;
	box-shadow: 0 2px 2px 0 rgba(99,99,99,0.5);	
}

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

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

#main_nav li.rex-article-1 { display: none; }

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

#main_nav li.rex-article-1 { display: block; }
	
#main_nav_button { display: block; }
    
#main_nav_bg { display: block; position: fixed; width: 100%; height: auto; margin: 0; padding: 0; overflow: hidden; background-color: #f4f4f4 }
    
#main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
	
#main_nav { display: none; clear: both; position: relative; top: 0; left: 0; width: 100%; min-width: 300px; height: auto; margin: 0; padding: 0 0 20px 0; text-align: left; }
#main_nav_bg.active #main_nav { display: block; }

#main_nav li { display: block; padding: 0; }
#main_nav li a { display: block; width: auto; margin: 0; padding: 6px 10px; color: #000; background-color: #f4f4f4; text-shadow: none; background-position: center right; background-repeat: no-repeat; border-bottom: 1px solid #808080; }
#main_nav li a:hover,
#main_nav li a:focus { color: #000; background-color: #AAA; transform: scale(1); border-bottom: 1px solid #808080; }
#main_nav li a.rex-active { color: #000; background-color: #DDD; transform: scale(1); border-bottom: 1px solid #808080; }    
#main_nav li a.rex-current { color: #000; background-color: #DDD; transform: scale(1); border-bottom: 1px solid #808080; } 

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

#main_nav ul li.has-children > a::after {
    content: ">";
    display: block; position: absolute; top: 7px; left: auto; right: 12px; margin: 0; transform: rotate(90deg);
}
#main_nav ul li.has-children > a[aria-expanded="true"]:after,
#main_nav ul li.has-children > a:hover::after,
#main_nav ul li.rex-active > a::after { transform: rotate(-90deg); }
	
	
/* Zweite Ebene */
#main_nav li ul:before { display: none; }
	
#main_nav li ul.rex-navi2 { display: none; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; background-color: #FFF;  background-image: none; z-index: 100; border-top: none; box-shadow: none; }	

#main_nav ul.rex-navi2 li a { margin: 0; padding: 10px 10px 10px 20px; color: #000; font-size: 12px; line-height: 18px; background-color: #f4f4f4; border-bottom: 1px solid #808080; }
#main_nav ul.rex-navi2 li a:hover { background-color: #AAA; color: #000; border-bottom: 1px solid #808080; }
#main_nav ul.rex-navi2 li a.rex-current,
#main_nav ul.rex-navi2 li a.rex-active{ background-color: #DDD; color: #000; border-bottom: 1px solid #808080; }
	


/* Im mobilen Modus KEINE Anzeige bei Hover + Spezieller Fall: Focus, aber nicht expanded */
#main_nav .rex-navi1 li.has-children:hover > ul, 
#main_nav .rex-navi1 li.has-children > a:hover ~ ul,
#main_nav .rex-navi1 li.has-children > a:focus[aria-expanded="false"] ~ ul { display: none; }	
	
/* ABER: Wenn zusaetzlich zum Hover eine dieser Bedingungen erfuellt ist, dann doch anzeigen (hoehere Spezifitaet) */
#main_nav .rex-navi1 li.has-children.rex-active:hover > ul,
#main_nav .rex-navi1 li.has-children:hover > a[aria-expanded="true"] ~ ul,
#main_nav .rex-navi1 li.has-children > a:focus[aria-expanded="true"] ~ ul { display: block; }	
	
/* Untermenues nur bei aria-expanded=true oder rex-active anzeigen */
#main_nav li.rex-active > ul.rex-navi2,
#main_nav li.has-children > a[aria-expanded="true"] ~ ul.rex-navi2 { display: block; }

	



}







/* ---  Cookie-Hinweis ohne OK-Button - Datenschutzinfo --- */ 
#datenschutzinfo { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #333; font-size: 12px; line-height: 20px; color: #fff; text-align: center; }
#datenschutzinfo a { color: #fff; text-decoration: underline; border-bottom: none; }
#datenschutzinfo a:hover, #datenschutzinfo a:focus { color: #fff; text-decoration: none; }



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

@media all and (min-width:1px) {
#page_bg { overflow: hidden; }
}

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

.section_1220 { width: auto; margin: 0; }

#header_bg { height: 110px; min-width: 0; }
#header { width: auto; margin: 0; }

#logo_umschalter { position: absolute; top: 75px; left: 10px; text-align: left; line-height: 30px; }

a#header_search_icon { top: 70px; right: 15px; }

#header_search_form { top: 110px; }


#wrapper { min-width: 0; padding: 110px 0 0 0; }
#footer_bg { min-width: 0; }
#footer { width: auto; margin: 0; }

}


@media all and (max-width:980px) {
#header_bg { height: 70px; min-width: 0; }
#header { width: auto; margin: 0; padding: 10px 0; }
#logo { position: relative; top: 0; width: auto; padding: 0 100px 5px 0; }
#logo_umschalter { position: relative; top: 0; left: 0; width: auto; padding: 0 0 0 10px; text-align: left; line-height: 30px; }

a#header_search_icon { top: 20px; right: 65px; }

#header_search_form { top: 70px; }


#wrapper { min-width: 0; padding: 70px 0 0 0; }
}


@media all and (max-width:768px) {
.section_768 { width: auto; margin: 0; }

h1, h2 { font-size: 28px; line-height: 40px; } 

.outer_box { float: none !important; width: auto !important; margin: 0 10px 15px 10px !important; }

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


}


@media all and (max-width:480px) {
h1, h2 { font-size: 24px; line-height: 30px; } 

}



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

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

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

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

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


/* 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 für 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 .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: 136px; }

.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 .radio { position: relative; padding-left: 30px; margin-bottom: 10px; }
.yform .radio label input { position: absolute; left: 0; top: 5px; width: 20px; height: 20px; }
.yform .radio input:focus, .yform .radio input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

.yform .checkbox { clear: both; margin: 0 0 20px 0; position: relative; }
.yform .checkbox label { padding-left: 0; position: relative; }
.yform .checkbox label input { position: absolute; left: 0; top: 5px; width: 20px; height: 20px; }
.yform .checkbox input:focus, .yform .checkbox input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

/* 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 { clear: both; position: relative; margin-bottom: 25px; padding: 5px 0; }
.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: 24px; height: 24px; 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 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%; }
}


/* module20251001.css */
#accessibility_toggle_box { text-align: left; }





/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */ 
/* Redaxo Download Modul */ 
.download_box { width: auto; margin: 0 0 1.0em 0; padding: 5px 0; font-size: 0.9em; }
.download_box .download_hdl {  }
.download_icon { float: left; } 
.download_icon a { font-size: 0.9em; }
.download_icon a.extern { padding-right: 0; background: none; }
.download_text { margin-left: 80px; padding: 0; }
.download_desc { color: #999; margin: 0; font-size: 0.7em; }
.download_without_desc { }



a#button_sofort_bewerben, a.button, a.bwd_slidedown_button, input.submit_button, input.formsubmit, input.jobs_finden { display: block; width: auto; height: auto; font-size: 14px; line-height: 20px; padding: 5px 0; margin: 0 auto; border: 2px solid #c6112e; border-radius: 5px; background-color: #c6112e; color: #FFF; text-decoration: none; text-align: center; }
a#button_sofort_bewerben:hover, a.button:hover, input.submit_button:hover, input.formsubmit:hover, input.jobs_finden:hover,
a#button_sofort_bewerben:focus, a.button:focus, input.submit_button:focus, input.formsubmit:focus, input.jobs_finden:focus { background-color: #FFF; color: #c6112e; text-decoration: none; }

a#button_sofort_bewerben { width: 280px; font-size: 16px; line-height: 24px; padding: 10px 0; margin: 0 auto 40px auto; text-transform: uppercase; }
a.bwd_slidedown_button { width: 120px; }
.stellenangebote_block .stellenmarkt_link a { width: 120px; }
.stellenangebote_liste .stellenmarkt_link a { width: 120px; }
.stellenanzeige_buttons a { width: 180px; margin: 0 auto 20px auto; }
a.link_zum_stellenmarkt { width: 240px; }
#kontakt_formular .formsubmit { width: 180px; margin: 0 0 10px 200px; cursor: pointer; }

input.jobs_finden { width: 180px; background-color: #FFF; color: #c6112e; border: 2px solid #FFF; }
input.jobs_finden:hover, input.jobs_finden:focus { background-color: #c6112e; color: #FFF; border: 2px solid #FFF; }

#online_bewerbung a.weitersuchen { width: 180px; }
#online_bewerbung input.submit_button { width: 180px; }


/* CSS Animationen */
a,
a img,
a.button,
input.formsubmit,
input.jobs_finden,
.button-file,
.social_media a,
#unsere_schwerpunkte_icons a img { transition: all 0.125s ease-in; }

#google_map_iframe iframe { width: 100% !important; border: none; }

.video { position:relative; padding: 0 0 56.25% 0; margin: 0 0 20px 0; /* 56.25% wegen 16:9 Format */ height:0; overflow:hidden; }
.video iframe { position: absolute; top: 0; left: 0; width: 100% !important; max-width: 700px; height: 100% !important; }

.zweispalter .video { margin: 0; }

#unsere_schwerpunkte { text-align: center; padding: 40px 0; }
#unsere_schwerpunkte h2 { color: #FFF; padding: 0; background-image: none; text-shadow: -1px 2px #333; }
#unsere_schwerpunkte strong { color: #c6112e; }
#unsere_schwerpunkte_icons a { display: inline-block; margin: 0 5px 10px 5px; }
#unsere_schwerpunkte_icons a:hover img , #unsere_schwerpunkte_icons a:focus img { opacity: 0.75; }


.schwerpunkt_inhalt .outer_box { border-radius: 5px; padding: 46px 0 0 0; margin-bottom: 30px; }
.schwerpunkt_inhalt .outer_box_inner { position: relative; top: 0; left: 0; width: auto; height: auto; padding: 70px 20px 20px 20px; z-index: 1; text-align: center; font-size: 14px; line-height: 20px; font-weight: bold; }
.schwerpunkt_inhalt .schwerpunkt_branche { position: absolute; top: -46px; left: 0; width: 100%; height: auto; padding: 0; z-index: 10; text-align: center; }
.schwerpunkt_inhalt h3 { display: block; margin: 0 0 10px 0; overflow: hidden; font-weight: bold; font-size: 16px; }



/* Darstellung im Stellenmarkt */
#stellenangebote_uebersicht { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }
#stellenangebote_ansicht { position: absolute; top: 0; right: 4.55%; width: auto; height: auto; padding: 0; z-index: 10; text-align: right; }

.stellenangebote_liste { clear: both; margin: 0 0 20px 0; }


.stellenangebote_block { clear: both; width: 100%; padding: 50px 0 0 0; }
.stellenmarkt_box { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 0 30px 0; padding: 50px 20px 20px 20px; z-index: 1; text-align: center; font-size: 14px; line-height: 20px; border: 1px solid #d7d7d7; border-radius: 20px; }
.stellenmarkt_box .stellenmarkt_branche { display: block; position: absolute; top: -50px; left: 0; width: 100%; height: auto; padding: 0; z-index: 10; text-align: center; }
.stellenmarkt_box .stellenmarkt_title { display: block; height: 60px; margin: 0 0 10px 0; overflow: hidden; font-weight: bold; font-size: 16px; }
.stellenmarkt_box .stellenmarkt_city { display: block; height: 20px; margin: 0 0 20px 0; overflow: hidden; color: #c6112e; }


.stellenmarkt_row { padding: 20px 20px 20px 20px; margin: 0; text-align: left; font-size: 14px; line-height: 20px; border: none; background-color: #F9F9F9; }
.stellenmarkt_row .stellenmarkt_branche { display: block; float: left; width:60px; height: 60px; }
.stellenmarkt_row .stellenmarkt_title_and_city { display: block; float: left; padding: 10px 0 0 20px; }
.stellenmarkt_row .stellenmarkt_title { display: block; margin: 0; font-weight: bold; font-size: 16px; }
.stellenmarkt_row .stellenmarkt_city { display: block; margin: 0; color: #c6112e; }
.stellenmarkt_row .stellenmarkt_link { display: block; float: right; padding: 15px 0 0 0; }


.stellenangebote_pagination { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; text-align: center; line-height: 32px; }
.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; }


/* Aktuell offene Stellen - Silder (Modul 15) */
#slider_stellenmarkt { clear: both; display: block; width: 95.45%; margin: 0 2.275% 60px 2.275%; }
/* Berechnung | 1.) 1320px - 2 * 30px = 1260 | 2.) 1260px : 3 = 420px | 3.) 420px - 2 * 30px = 360px | 4a.) 360px / 420px = 85.72%; | 4b.) 30px / 420px = 7.14%; */
#slider_stellenmarkt .stellenmarkt_box { width: auto; margin: 50px 7.14% 0 7.14%; }
#slider_stellenmarkt img { display: inline-block !important; }


/* Stellenmarkt - Suche (Modul 17) */
#stellensuche_box { clear: both; padding: 20px 0 0 0; background-color: #c6112e; }
.stellensuche_box_1_3 { display: block; float: left; width: 27.27%; margin: 0 0 20px 4.55%; padding: 0; }
#stellensuche_box h2 { background-image: none; text-align: left; color: #FFF; font-size: 30px; line-height: 40px; }
#stellensuche_box form { }
#stellensuche_box form input.stellensuche_suchbegriff,
#stellensuche_box form select { display: block; width: 94%; height: auto; margin: 0 0 10px 0; padding: 5px 3%; font-size: 14px; line-height: 24px; color: #000; border: 1px solid #c6112e; background-color: #FFF; background-image:url(stellenmarkt_form_select.png); background-position: right center; background-repeat: no-repeat; }
#stellensuche_box form input.stellensuche_suchbegriff { background-image: none; }
/* ins Modul geschrieben #stellensuche_box form select { -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance: none; } */
#stellensuche_box form select::-ms-expand { display:none; }
#stellensuche_box form select:hover { }
#stellensuche_box form option { background: #FFF; color: #000; border: none; border-top: 1px solid #c6112e; padding: 3px 5%; }

#stellensuche_box #stellensuche_box_absenden { clear: both; display: block; border-top: 10px solid #FFF; background-color: #FFF; }
#stellensuche_box #stellensuche_absenden { display: block; width: 200px; margin: 0 auto; padding: 10px 20px; border: none; background-color: #c6112e; color: #FFF; text-align: center; text-transform: uppercase; border: 2px solid #c6112e;
border-radius: 5px; }
#stellensuche_box #stellensuche_absenden:hover,
#stellensuche_box #stellensuche_absenden:focus { background-color: #FFF; color: #c6112e; }
@media all and (max-width:768px) { 
.stellensuche_box_1_3 { display: block; float: none; width: auto; margin: 0 4.55% 20px 4.55%; }
}

#stellensuche_box_branche h2 { text-align: center; }
#stellensuche_box_suchbegriff h2 { text-align: right; }


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

.stellenanzeige_navigation { text-align: center; }
.stellenanzeige_navigation .link_before { display: block; float: left; }
.stellenanzeige_navigation .link_home { margin: 0 10px; }
.stellenanzeige_navigation .link_drucken { margin: 0 10px; }
.stellenanzeige_navigation .link_next { display: block; float: right; }




.ansprechpartner { padding: 60px 0 0 0; line-height: 20px; }
.ansprechpartner .outer_box_inner { position: relative; top: 0; left: 0; width: auto; height: auto; padding: 75px 20px 20px 20px; z-index: 1; text-align: center; font-size: 14px; line-height: 20px; }
.ansprechpartner_image { position: absolute; top: -60px; left: 0; width: 100%; height: auto; padding: 0; z-index: 10; text-align: center; }
.ansprechpartner_image img  { -moz-border-radius: 60px; -webkit-border-radius: 60px; border-radius: 60px; width: 120px; height: 120px; }
.ansprechpartner_name { font-size: 18px; color: #c6112e; text-transform: uppercase; }
.ansprechpartner_position { margin: 0 0 20px 0; }
.ansprechpartner_adresse { margin: 0 0 20px 0; }
.ansprechpartner_telefon { color: #c6112e; }
.ansprechpartner_mobil { color: #c6112e; }
.ansprechpartner_sonderfall { color: #c6112e; }
.ansprechpartner_schwerpunkte { padding: 20px 0 0 0; }
.ansprechpartner_social_media { padding: 10px 0 0 0; text-align: center; }
.ansprechpartner_social_media a { display: inline-block; width: 30px; height: 30px; margin: 0 5px; }
.ansprechpartner p { margin: 0; }


.kontaktdaten_box { font-size: 16px; line-height: 20px; }
.kontaktdaten_headline { clear: both; display: block; margin: 0 0 10px 0; padding: 0; color: #c6112e; font-weight: bold; text-transform: uppercase; }
.kontaktdaten_left { display: block; float: left; width: 40%; }
.kontaktdaten_right { display: block; float: right; width: 58%; }
.kontaktdaten_tel { display: inline-block; width: 70px; }
.social_media { clear: both; margin: 0 0 10px 0; }
@media all and (max-width:980px) {
.kontaktdaten_left { clear: both; float: none; width: 100%; }
.kontaktdaten_right { clear: both; float: none; width: 100%; }
}



#first_top_image { display: block; position: relative; top: 0; left: 0; width: 100%; max-width: 1920px; height: auto; margin: 0 auto; padding: 0; z-index: 1; text-align: center; }
#rpo_link { display: block; position: absolute; top: 0; right: 0; width: 150px; height: auto; margin: 0; padding: 0; z-index: 1; text-align: center; }
#rpo_link a { display: block; width: 120px; padding: 10px 15px 10px 15px; background-color: #FFF; background-color: rgba(255,255,255,0.75); text-decoration: none; border-radius: 0 0 0 50px; }
#rpo_link a:hover, #rpo_link a:focus { background-color: rgba(255,255,255,0.5); color: #c6112e; text-decoration: none; }
#rpo_link span { display: block; font-weight: bold; color: #000; font-size: 16px; line-height: 25px; }
#rpo_link span.red { display: block; font-weight: bold; color: #c6112e; font-size: 20px; line-height: 25px; }



#zahlen_fakten_headline { margin-bottom: 0; } 
#zahlen_fakten_headline h2 { padding: 0; text-align: center; background-image: none; } 
#zahlen_fakten_counter { display: block; width: 560px; margin: 0 auto; padding: 100px 0; text-align: center; } 
.shiva { display: block; float: left; width: 120px; height: 120px; margin: 10px;
	background-color: #2f3b3e; background-color: rgba(47,59,62,0.8);
	border-radius: 120px;
	text-align: center;
}
.count { display: block; padding: 30px 0 0 0; color:#FFF; font-size:25px; line-height: 40px; text-align: center; }
.info { display: block; min-height: 50px; padding: 0; color:#CCC; font-size:12px; line-height: 15px; text-align: center; }




@media all and (max-width:768px) {
#zahlen_fakten { display: none; }
#zahlen_fakten_counter { display: none; }

#stellenangebote_finden_stadt h2 { text-align: left; }
#stellenangebote_finden_branche h2 { text-align: left; }
#stellenangebote_finden_suche h2 { text-align: left; }
#stellenangebote_finden form select { width: 98%; padding: 8px 0 8px 2%; }
#stellenangebote_finden form option { padding: 3px 2%; }
#stellenangebote_ansicht { position: relative; top: 0; right: auto; width: auto; height: auto; padding: 0 10px 15px 10px; z-index: 10; text-align: center; }

.stellenmarkt_box { margin-bottom: 70px; }

.stellenangebote_liste .outer_box { clear: both; width: auto; padding: 0 10px; background-color: #F9F9F9; margin-bottom: 10px; }
.stellenangebote_liste .outer_box_inner { padding: 20px 10px; }

}


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

.stellenangebote_liste .stellenmarkt_branche { display: block; float: left; width:30px; height: 30px; }
.stellenangebote_liste .stellenmarkt_title_and_city { display: block; float: none; padding: 0 0 0 50px; }
.stellenangebote_liste .stellenmarkt_link { clear: both; float: none; text-align: right; }
.stellenangebote_liste .stellenmarkt_link .button { display: inline-block; margin: 0; }

}




/* ----------------------------------------------------------------------------------
   Formulare
---------------------------------------------------------------------------------- */ 
.yform div.alert { padding: 15px 30px 5px 30px; margin-bottom: 20px; border-radius: 4px; }
.yform div.alert span { margin-right: 15px; }
.yform div.alert-danger { border: 2px solid #a94442; background-color: #f2dede; 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; }

.has-error label { color: #a94442; }

.yform form { display: block; margin: 0 0 20px 0; padding: 0; }
.yform label { display: block; }
.yform form.hide-label label { display: none; }

.yform .form-control {
display: block;
width: 100%;
height: auto;
padding: 9px 20px;
margin: 0 0 20px 0;
font-size: 16px; line-height: 25px; font-family: inherit;
color: #333;
border: solid 1px #dfe6e7;
border-radius: 5px;
box-shadow: none;
background: #FFF;
}
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus { border-color: #37434f; outline: none; box-shadow: none; }

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


.yform .pflichtfelder { display: block; padding: 10px 0 0 0; font-size: 0.8em; }

/* Honeypot gegen SPAM */
#yform-contact_formular-email_betreff { display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; }
#yform-contact_formular-email_betreff.has-error { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 20px 20px 1px 20px; border: 1px solid #a94442; opacity: 1; background-color: #f2dede; color: #a94442; }
#yform-contact_formular-email_betreff.has-error label { display: block !important; margin-bottom: 10px !important; color: #a94442 !important; }
#yform-contact_formular-email_betreff.has-error label strong { color: #a94442 !important; }

.yform .btn-primary {
	clear: both;
	display: block;
    width: 140px; height: auto;
	margin: 0 0 10px 0; padding: 5px;
    border: none; background-color: #be1928;
    font-weight: bold; text-align: center; color: #FFF;
	border-radius: 5px;	border: 2px solid #be1928;
}
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #FFF; color: #be1928; }

/* eigene CSS Klassen */
.yform .form_input { float: left; width: 48%; margin: 0 2% 0 0; }
.yform textarea { clear: both; width: 99%; margin: 0; height: auto; padding: 9px 15px; }


/* eigene CSS Klassen */
.form_clear { clear: both; }
/*
.form_left,
.form_right { display: block; float: left; width: 49%; margin: 0; padding: 0; }
.form_left { clear: both; }
.form_right { float: right; }
*/
	
.form_text_center { text-align: center; }

.form_left label,
.form_right label,
.form_clear label { display: none; }
.form-check-group label { display: inline-block; }

/*
@media all and (max-width:768px) {
.form_left,
.form_right { float: none; width: auto; }
}
*/







