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

ul { list-style-type: disc; list-style-image: none; margin: 0 0 1.0em 0; }
ul li { list-style-type: disc; margin: 0 0 0.5em 1em; padding: 0; }
ol { list-style-type: decimal; list-style-image: none; margin: 0 0 1.0em 0; }
ol li { list-style-type: decimal; margin: 0 0 0.5em 1em; padding: 0; }


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

/* ----------------------------------------------------------------------------------
 Schriftgroesse fuers iPhone quer nicht vergroessern (Betrifft Absaetze, Listen, usw. aber keine Ueberschriften
---------------------------------------------------------------------------------- */ 
html, body { -webkit-text-size-adjust: none; }


/* 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; font-size: 0; line-height: 0; }


/* Css-Formatierungen interne Module */ 
.flLeft { float: left; }
.flRight { float: right; }
.flClear { clear: both; }

.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }

.small { font-size: small; }
.bold { font-weight: bold; }
.hide { display: none; }


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



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

html, body {
font-family: 'Oxygen', Verdana, Geneva, sans-serif; 
font-size: 14px; line-height: 25px; font-weight: 400; 
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: #F3F3F3; }


/* ----------------------------------------------------------------------------------
   Schriften + Generelle CSS-Anpassungen fuer diese Webseite
---------------------------------------------------------------------------------- */ 
a { text-decoration: underline; color: #00244a; }
a:hover { text-decoration: none; color: #00244a; }
a:active, a:focus { outline: 0; }
a:hover img { opacity: 0.8; }

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

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: normal; font-style: normal; font-size: 14px; line-height: 25px; margin: 0 0 10px 0; color: #00244a; }
h1, .like_h1 { font-size: 20px; line-height: 30px; text-transform: uppercase; text-align: center; } 
h2, .like_h2 { font-size: 18px; text-transform: uppercase; }
h3, .like_h3 { font-size: 20px; } 
h4, .like_h4 { font-size: 18px; } 
h5, .like_h5 { font-size: 14px; } 
h6, .like_h6 { font-size: 12px; } 

h1.line_top_bottom { border-top: 2px solid #00244a; border-bottom: 2px solid #00244a; }

a.button, 
a.button_width_image { display: inline-block; padding: 5px 20px; margin: 0 0 20px 0; border: 1px solid #008CC7; color: #008CC7; background-color: transparent; text-decoration: none; }
a.button:hover { color: #FFF !important; background-color: #008CC7; text-decoration: none; }

a.button_width_image { min-width: 200px; margin: 0 20px 20px 20px; padding: 0 20px; line-height: 40px; }
a.button_width_image:hover { color: #008CC7 !important; text-decoration: none; font-weight: bold; }


a.textlink_as_button,
a.textlink_as_button_big { display: inline-block; padding: 5px 20px; border-radius: 5px;
background-color: #fff; color: #008CC7; text-decoration: none; border: 1px solid #008CC7; }

a.textlink_as_button_big { padding: 15px 30px; border-radius: 15px; font-size: 24px; line-height: 30px; font-weight: bold; border: 2px solid #008CC7; }

a.textlink_as_button:hover,
a.textlink_as_button_big:hover { background-color: #008CC7; color: #fff; text-decoration: none; }


em { font-style: italic; font-weight: 400; }
strong { font-weight: 700; }
p { margin: 0 0 20px 0; padding: 0; }
td { padding: 0 8px 6px 0; vertical-align: top; }

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



/* Farbanpassungen fuer Seite Bewerber und Unterseiten
body.cat_7 h1, body.cat_7 h2, body.cat_7 h3, body.cat_7 h4, body.cat_7 h5, body.cat_7 h6,
body.cat_7 .like_h1, body.cat_7 .like_h2, body.cat_7 .like_h3, body.cat_7 .like_h4, body.cat_7 .like_h5, body.cat_7 .like_h6,
body.cat_7 a, body.cat_7 a:hover { color: #008cc7; }
body.cat_7 h1.line_top_bottom { border-top: 2px solid #008cc7; border-bottom: 2px solid #008cc7; }
 */

/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
hr.section_trennlinie { clear: both; height: 20px; width: 100%; margin: 0 0 20px 0; border: none; background-color: #005181; }  

.section_full,
.section_1320,
.section_980 { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 0; }
.section_1320 { width: 1320px; margin: 0 auto; }
.section_980 { width: 980px; margin: 0 auto; }

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

.section_bg_none { background-color: transparent; }
.section_bg_gray { background-color: #CCC; }
.section_bg_headline { background-color: #005181; height: 20px; padding: 0; text-align: center; }
.section_bg_headline h1, .section_bg_headline .like_h1 { display: inline-block; margin: 0; padding: 0 10px; color: #000; background-color: #FFF; font-size: 20px; line-height: 20px; }



/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 1320px | Abstand: 60px) */
.outer_box { clear: both; display: block; float: left; width: 90.91%; margin: 0 0 20px 4.55%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 4.55% 0; }
.box_width_1_2 { clear: none; width: 43.18%; }
.box_width_1_3 { clear: none; width: 27.27%; }
.box_width_2_3 { clear: none; width: 59.09%; }
.box_width_1_4 { clear: none; width: 19.32%; }



/*
.outer_box_inner { padding: 10px 10px 1px 10px; }
.outer_box_inner h1, .outer_box_inner h2, .outer_box_inner h3, .outer_box_inner h4, .outer_box_inner h5, .outer_box_inner h6 { color: #FFF; }
*/

.box_gray { background-color: #CCC; }
.box_blue { background-color: #005181; color: #FFF; }
.box_red { background-color: #d41217; color: #FFF; }

.box_gray .text, .box_blue .text, .box_red .text { padding: 10px 10px 1px 10px;  }
.box_gray .image, .box_blue .image, .box_red .image { margin: 0 !important; }

.box_blue h1, .box_blue h2, .box_blue h3, .box_blue h4, .box_blue h5, .box_blue h6 { color: #FFF; }
.box_red h1, .box_red h2, .box_red h3, .box_red h4, .box_red h5, .box_red h6 { color: #FFF; }


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


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




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


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

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

/* Relative Bloecke innerhalb von "page" */
#page, #header_top_bg, #header_top, #logo, #header_links, #header_bg, #header, #navigation_not_responsive, #wrapper, #content, #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%; background-color: #FFF; }

#header_top_bg { z-index: 100;  }
#header_top { clear: both; width: 1320px; margin: 0 auto; padding: 30px 0; }


#logo { float: left; margin: 0 0 0 4.55%; width: 230px; }
#logo a:hover img { opacity: 0.90; }

#navigation_not_responsive { width: auto; margin: 0 3.41% 0 270px; padding: 50px 0 0 0; }

#wrapper { min-height: 400px; padding: 0; }


#footer_bg { clear: both; padding: 0; background-color: #ecedec; overflow: hidden; }
#footer { clear: both; width: 1320px; margin: 0 auto; padding: 40px 0 20px 0; color: #5f6062; font-size: 14px; line-height: 30px; }
#footer a { text-decoration: none; color: #5f6062; }
#footer a:hover { text-decoration: underline; color: #5f6062; }

#footer_left, #footer_center, #footer_right { display: block; float: left; width: 27.27%; margin: 0 0 20px 4.55%; padding: 0; }
#footer_left { }
#footer_center { text-align: center; }
#footer_right { text-align: right; }




/* ----------------------------------------------------------------------------------
   Responsonsive Dropdown-Menue fuer Redaxo
---------------------------------------------------------------------------------- */ 
#navigation_button { display: none; position: absolute; top: 5px; right: 5px; width: 53px; height: 53px; text-decoration: none; padding: 0; color: #FFF; background-image: url(mobile_menue.png); background-repeat: no-repeat; background-position: center center; z-index: 99; overflow: hidden; text-indent: -99999px; }
#navigation_button:hover { opacity: 0.8; }

#navigation { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 99; text-align: right; }

/* erste Ebene */
#navigation ul { list-style: none; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#navigation li {list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; margin: 0; padding: 0 10px; }

#navigation li a { display: block; width: auto; height: auto; margin: 0; padding: 5px; font-size: 15px; line-height: 30px; text-decoration: none; color: #00132f; background-color: transparent; text-transform: uppercase; border-bottom: 2px solid #FFF; }


#navigation li a:hover { text-decoration: none; color: #0075a7; border-bottom: 2px solid #0075a7; }

#navigation li a.rex-current,
#navigation li a.rex-active { color: #0075a7; border-bottom: 2px solid #0075a7; }

#navigation li:first-child a { border-left: none; }


/* CSS Animationen */
#navigation a { 
	-webkit-transition: all 0.125s ease-in;
	-moz-transition: all 0.125s ease-in;
	-o-transition: all 0.125s ease-in;
    transition: all 0.125s ease-in;
}
#navigation a:hover {
	-webkit-transition: all 0.125s ease-out;
	-moz-transition: all 0.125s ease-out;
	-o-transition: all 0.125s ease-out;
	transition: all 0.125s ease-out;
}

/* Der eigentliche Dropdown Effekt */
#navigation li:hover ul, #navigation li.over ul { display: block; }
#navigation li > ul { left: 0; top: 0; }

/* zweite Ebene */
#navigation ul.rex-navi2 { 
    display: none;
	position: absolute;
	top: 40px; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 30px 0 10px 0;
	background-color: #FFF; background-color: rgba(255,255,255,0.73);
	text-align: left;
	z-index: 100;
}
#navigation ul.rex-navi2 li { display: block; width: 100%; height: auto; margin: 0; padding: 0; }
#navigation ul.rex-navi2 li a { display: block; position: relative; top: 0; left: 0; width: auto; margin: 0; padding: 5px; color: #00132f; font-size: 14px; line-height: 30px; border-bottom: none; }
#navigation ul.rex-navi2 li a:hover { color: #0075a7; border-bottom: none; }
#navigation ul.rex-navi2 li a.rex-current,
#navigation ul.rex-navi2 li a.rex-active { color: #0075a7; border-bottom: none; }




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


/* Responsive */ 
/* wird nur ab Mobil benoetigt, deswegen generell erstmal ausblenden */
#navigation li a span { display: none; } 

@media screen and (max-width: 980px) {  
#navigation li { padding: 0 8px; }
#navigation li a { padding: 5px 4px; }
}

@media screen and (max-width: 768px) {  
#navigation_button { display: block; }
	
#navigation { clear: both; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; max-height: 0; overflow: hidden; background-color: #f4f4f4; }
#navigation > ul ul { overflow: hidden; max-height: 0; }

#navigation.active, #navigation > ul ul.active { max-height: 99999em; } 
#navigation ul { display: block; }
#navigation li { display: block; float: none; height: auto; margin: 0; padding: 0; border-left: none; }
#navigation li a { display: block; float: none; width: auto; margin: 0; padding: 10px 10px 10px 10px;  font-size: 18px; line-height: 18px; border-bottom: 1px solid #808080; color: #000; 
 text-align: left; }
#navigation li a:hover { background-color: #AAA; color: #000; border-bottom: 1px solid #808080; }
#navigation li a.rex-current,
#navigation li a.rex-active { background-color: #DDD; padding: 10px 10px 10px 10px; color: #000; text-align: left; border-bottom: 1px solid #808080; }

/* Zweite Ebene */
#navigation ul.rex-navi2 { display: inherit; position: relative; top: auto; left: auto; padding: 0; }
#navigation ul.rex-navi2 li a { padding: 10px 10px 10px 20px; font-size: 15px; line-height: 18px; color: #000; background-color: #f4f4f4; border-top: none; border-bottom: 1px solid #808080; }
#navigation ul.rex-navi2 li a:hover { background-color: #AAA; color: #000; border-bottom: 1px solid #808080; }
#navigation ul.rex-navi2 li a.rex-current,
#navigation ul.rex-navi2 li a.rex-active { background-color: #DDD; color: #000; border-bottom: 1px solid #808080; }


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

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

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

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


/* ----------------------------------------------------------------------------------
   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: 50px; padding: 0 0 0 5px; }
.download_desc { color: #999; margin: 0; font-size: 0.7em; }
.download_without_desc { }



#google_map_iframe iframe { width: 100% !important; border: none !important; margin: 0 0 20px 0; padding: 0; }


/* Dreieck ueber den Bildern */
.image_triangle_box { display: block; position: relative; top: 0; left: 0; width: auto; margin: 0; padding: 0; z-index: 1; overflow: hidden; }
.image_triangle { display: block; position: absolute; top: 0; left: 0; width: 0; height: 0; margin: 0; padding: 0; z-index: 10; padding-bottom: 100%; padding-left: 100%; overflow: hidden; }
.image_triangle:after { content: ""; display: block; width: 0; height: 0; margin-left: -800px; border-bottom: 800px solid transparent; border-left: 800px solid #00132f; opacity: 0.73; }
a:hover .image_triangle:after { border-bottom: 800px solid #00132f; }

.image_triangle_dunkelblau .image_triangle:after { border-left: 800px solid #00132f; }
.image_triangle_hellblau .image_triangle:after { border-left: 800px solid #94a7b0; }
.image_triangle_blau .image_triangle:after { border-left: 800px solid #0075a7; }
.image_triangle_weiss .image_triangle:after { border-left: 800px solid #fafafa; }


a.image_triangle_dunkelblau:hover .image_triangle:after { border-bottom: 800px solid #00132f; }
a.image_triangle_hellblau:hover .image_triangle:after { border-bottom: 800px solid #94a7b0; }
a.image_triangle_blau:hover .image_triangle:after { border-bottom: 800px solid #0075a7; }
a.image_triangle_weiss:hover .image_triangle:after { border-bottom: 800px solid #fafafa; }

/* CSS Animationen */
a .image_triangle:after { -webkit-transition: all 0.125s ease-in; -moz-transition: all 0.125s ease-in; -o-transition: all 0.125s ease-in; transition: all 0.125s ease-in; }
a:hover .image_triangle:after { -webkit-transition: all 0.125s ease-out; -moz-transition: all 0.125s ease-out; -o-transition: all 0.125s ease-out; transition: all 0.125s ease-out; }



/* .link_box und .download_box sind identisch */
a.link_box { display: block; position: relative; top: 0; left: 0; width: auto; margin: 0; padding: 0; text-decoration: none; color: #FFF !important; overflow: hidden; }
a.link_box:hover { text-decoration: none; color: #FFF; }
a.link_box img { display: block; margin: 0 0 10px 0; }

a.link_box span.link_box_text,
a.link_box span.link_box_text_one,
a.link_box span.link_box_text_two { display: block; position: absolute; top: 50%; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 20; text-align: center; text-transform: uppercase; }
 /* nur ein Text */
a.link_box span.link_box_text { margin: -20px 0 0 0; }
/* zwei Texte */ 
a.link_box span.link_box_text_one { top: auto; bottom: 50%; }
a.link_box span.link_box_text_two { }

.download_box.background_dunkelblau { background-color: #00132f; opacity: 0.73; }
.download_box.background_hellblau { background-color: #94a7b0; opacity: 0.73; }
.download_box.background_blau { background-color: #0075a7; opacity: 0.73; }
a.download_box.background_dunkelblau:hover,
a.download_box.background_hellblau:hover,
a.download_box.background_blau:hover { font-weight: bold; opacity: 1.0; }



.header_image { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; overflow: hidden; }
.header_triangle { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; background-position: left top; background-repeat: no-repeat; background-size: contain; }
.header_triangle_dunkelblau { background-image: url(header_triangle_dunkelblau.png); }
.header_triangle_hellblau { background-image: url(header_triangle_hellblau.png); }
.header_triangle_blau { background-image: url(header_triangle_blau.png); }
.header_image_text { display: block; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin: 0; padding: 0; z-index: 20; color: #FFF; color: #008cc7; font-size: 50px; line-height: 60px; text-transform: uppercase; }

#page_2 .header_image_text { text-shadow: 1px 1px 6px #00244a; }
#page_10 .header_image_text { text-shadow: 1px 1px 6px #FFF; }
#page_10 .header_image_text { text-shadow: 1px 1px 6px #FFF; }

#page_9 .header_image_text { background-color: rgba(255,255,255,0.50); }



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

.stellenmarkt_box { display: block; width: auto; margin: 0; padding: 20px 15px 20px 15px; background-color: #ecedec; }
.stellenmarkt_box .stellenmarkt_text { height: 185px; margin: 0 0 10px 0; overflow: hidden; }
.stellenmarkt_box .stellenmarkt_title { }
.stellenmarkt_box .stellenmarkt_kurzbeschreibung { }
.stellenmarkt_box .stellenmarkt_link { text-align: center; }
.stellenmarkt_box .stellenmarkt_link a.button { margin: 0; }
@media all and (max-width:768px) { 
.stellenmarkt_box .stellenmarkt_text { height: auto; }
.stellenmarkt_box .stellenmarkt_link { text-align: left; }
}

.stellenmarkt_row { display: block; position: relative; width: auto; margin: 0; padding: 20px 170px 20px 15px; background-color: #ecedec; }
.stellenmarkt_row .stellenmarkt_text { margin: 0 0 10px 0;  }
.stellenmarkt_row .stellenmarkt_title { }
.stellenmarkt_row .stellenmarkt_kurzbeschreibung { }
.stellenmarkt_row .stellenmarkt_link { position: absolute; bottom: 20px; right: 10px; width: 150px; height: auto; text-align: right; }
.stellenmarkt_row .stellenmarkt_link a.button { margin: 0; }
@media all and (max-width:768px) { 
.stellenmarkt_row { padding: 20px 15px; }
.stellenmarkt_row .stellenmarkt_link { position: relative; top: 0; bottom: auto; left: 0; right: auto; width: 100%; height: auto; text-align: left; }
}


.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: 0 7.14%; }


/* Stellenmarkt - Suche (Modul 17) */
#stellensuche_box { clear: both; padding: 20px 0 0 0; background-color: #ecedec; }
.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: #008cc7; }
#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: #5f6062; border: 1px solid #008cc7; 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: #5f6062; border: none; border-top: 1px solid #57b8dd; padding: 3px 5%; }

#stellensuche_box #stellensuche_box_absenden { clear: both; display: block; border-top: 5px solid #FFF; }
#stellensuche_box #stellensuche_absenden { display: block; width: 100%; margin: 0; padding: 10px 0; border: none; background-color: #57b8dd; color: #FFF; text-align: center; text-transform: uppercase; }
#stellensuche_box #stellensuche_absenden:hover { font-weight: bold; background-color: #008cc7; }
@media all and (max-width:768px) { 
.stellensuche_box_1_3 { display: block; float: none; width: auto; margin: 0 4.55% 20px 4.55%; }
}



/* Detailseite */
#stellenanzeige { clear: both; }
#stellenanzeige p.stellenanzeige_headline { margin: 0 0 5px 0; }
#stellenanzeige .box_blue { padding: 20px 15px 10px 15px; background-color: #008cc7; color: #FFF; }
#stellenanzeige .box_blue h3 { color: #FFF !important; }
#stellenanzeige .box_blue a { color: #FFF !important; text-decoration: none !important; }
#stellenanzeige .box_blue a:hover { color: #FFF !important; text-decoration: underline !important; }

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

#stellenanzeige .stellenanzeige_navigation { clear: both; position: relative; top: 0; left: 0; padding: 10px 0; background-color: #008cc7; color: #FFF; text-align: center; }
#stellenanzeige .stellenanzeige_navigation:before,
#stellenanzeige .stellenanzeige_navigation:after { 
	top: 50%;
	border: 22px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
/*	pointer-events: none; */
	margin-top: -22px;
}
#stellenanzeige .stellenanzeige_navigation:before { left: auto; right: 100%; border-right-color: #008cc7;}
#stellenanzeige .stellenanzeige_navigation:after { left: 100%; right: auto; border-left-color: #008cc7;}
	
#stellenanzeige .stellenanzeige_navigation a { color: #FFF !important; text-decoration: none; text-transform: uppercase; }
#stellenanzeige .stellenanzeige_navigation a:hover { color: #FFF !important; text-decoration: none; font-weight: bold; }
#stellenanzeige .stellenanzeige_navigation .link_before { display: block; float: left; width: 180px; margin: 0 0 0 10px; text-align: left; white-space: nowrap; }
#stellenanzeige .stellenanzeige_navigation .link_next { display: block; float: right; width: 180px; margin: 0 10px 0 0; text-align: right; white-space: nowrap; }
#stellenanzeige .stellenanzeige_navigation .link_home { display: block; margin: 0 200px; text-align: center; white-space: nowrap; }
@media all and (max-width:768px) {
#stellenanzeige .stellenanzeige_navigation .link_before { margin: 0 0 10px 10px; }
#stellenanzeige .stellenanzeige_navigation .link_next { margin: 0 10px 10px 0; }
#stellenanzeige .stellenanzeige_navigation .link_home { clear: both; margin: 0 15px; text-align: center; }
}

@media all and (max-width:480px) {
#stellenanzeige .stellenanzeige_navigation .link_before { width: 130px; white-space: normal; }
#stellenanzeige .stellenanzeige_navigation .link_next { width: 130px; white-space: normal; }
#stellenanzeige .stellenanzeige_navigation .link_home { white-space: normal; }
#stellenanzeige .stellenanzeige_navigation:before,
#stellenanzeige .stellenanzeige_navigation:after { display: none; }
}

/* ----------------------------------------------------------------------------------
   Cookie Hinweis
---------------------------------------------------------------------------------- */ 
.cc-highlight .cc-allow,
.cc-highlight .cc-dismiss {
    color: rgb(51, 51, 51) !important;
    border-color: transparent !important;
    background-color: #E0E0E0 !important;
	text-decoration: none !important;
}
.cc-highlight .cc-allow:hover,
.cc-highlight .cc-dismiss:hover
 {
    background-color: #FFF !important;
	text-decoration: underline !important;
}



/* ----------------------------------------------------------------------------------
   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: #57b8dd;
    font-weight: bold; text-align: center; color: #FFF;
	border-radius: 5px;	border: 2px solid #57b8dd;
}
.yform .btn-primary:hover { background-color: #FFF; color: #008cc7; }

/* 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 */
#contactform { display: block; padding: 30px 30px 10px 30px; background-color: #ecedec; }


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



/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 
@media all and (min-width:1px) {
#page_bg { width: 100%; max-width: 1920px; min-width: 300px; overflow: hidden; }
}

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

}

@media all and (max-width:1320px) {
.section_1320 { width: 100%; margin: 0; }

#header_top { width: 100%; margin: 0;  }
#footer { width: 100%; margin: 0;  }

}


@media all and (max-width:980px) {
.section_980 { width: 100%; margin: 0; }

}

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

#navigation_not_responsive { display: none; }

#header_top_bg { background-image: none; }
#header_top { padding: 15px 0; }

#logo { float: none; margin: 0 80px 0 4.55%; width: auto; }

#footer_left, #footer_center, #footer_right { float: none; width: auto; margin: 0 4.55% 20px 4.55%; text-align: center; }

} 

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

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

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

#stellenanzeige table td { display: block; }

}



/* -------------------------------------------------------------------
Datenschutzinfo per Cookie
------------------------------------------------------------------- */ 
#cookie_einstellungen { box-sizing: border-box; display: none; position: fixed; top: auto; bottom: 0; left: 0; width: 100%; height: auto; max-height: 100%; margin: 0; padding: 20px 0; z-index: 9999; overflow: hidden; overflow-y: auto; background-color: #000; background-color: rgba(0,0,0,0.9); }
	
#cookie_einstellungen.active { display: block; }	
	
#cookie_einstellungen div { box-sizing: border-box; }
#cookie_einstellungen_box { display: block; position: relative; top: 0; left: 0; width: 980px; height: auto; margin: 0 auto; padding: 15px; background-color: #FFF; }

.cookie_button { display: inline-block; width: auto; min-width: 120px; height: auto; margin: 0 10px 10px 0; padding: 5px 10px; text-align: center; font-size: 12px; line-height: 1.20; color: #fff; background-color: #555; border: 1px solid #333; border-radius: 5px; } 
	
.cookie_button:hover { color: #FFF; background-color: #777; }
	
.cookie_button span { font-size: 16px; }
	
#cookie_button_einstellungen_close { display: block; position: absolute; top: 10px; left: auto; right: 15px; width: 20px; min-width: 0; height: 30px; margin: 0; padding: 0; background-color: transparent; color: #555; border: none; font-weight: bold; font-size: 30px; line-height: 30px; }
#cookie_button_einstellungen_close:hover { color: #000; background-color: transparent; }

#cookie_einstellungen .like_h1 { margin: 0 0 10px 0; font-size: 24px; line-height: 1.25; color: #000; text-transform: none; }  
#cookie_einstellungen .like_h2 { margin: 0 0 10px 0; font-size: 21px; line-height: 1.25; color: #222; text-transform: none; }   
#cookie_einstellungen .like_h3 { margin: 0 0 10px 0; font-size: 18px; line-height: 1.25; text-transform: none; } 
#cookie_einstellungen .like_p { padding: 0 0 10px 0; font-size: 15px; line-height: 1.25; }

#cookie_einstellungen table, 
#cookie_einstellungen tr, 
#cookie_einstellungen th, 
#cookie_einstellungen td { margin: 0; border: none; border-collapse: collapse; text-align: left; vertical-align: top; font-size: 13px; line-height: 1.25; }

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

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

/* Details */
button.cookie_detail_button  { display: inline-block; width: auto; height: auto; margin: 0; padding: 2px 4px; text-align: center; font-size: 12px; line-height: 1.20; color: #555; background-color: #f3f3f3; border: none; border-radius: 0; } 
	
button.cookie_detail_button:hover { color: #FFF; background-color: #555; }
	
	
.cookie_detail_info_box { display: none; width: 100%; margin: 0 0 10px 0; padding: 20px 20px 10px 20px; background-color: #f0f0f0; }
.cookie_detail_info_box.active { display: block; }	
	
		
#cookie_auswahl_ende { text-align: right; }
#cookie_auswahl_ende a { color: #333; text-decoration: underline; }	
#cookie_auswahl_ende a:hover { color: #000; text-decoration: none; }	
	
	
#footer_cookie_einstellungen { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #333; font-size: 14px; line-height: 20px; color: #fff; text-align: center; }
	
#cookie_button_einstellungen_oeffnen { margin: 0; color: #fff; background-color: #555; }
#cookie_button_einstellungen_oeffnen:hover { margin: 0; color: #fff; background-color: #999; }

/* fuer z.B. Vimeo oder OpenStreetMap auf der Seite, wenn das Cookie nicht erlaubt ist */
.onpage_cookie_erlaubnis_box { clear: both; display: block; width: 100%; height: auto; margin: 0 0 20px 0; padding: 20px; background-color: rgba(240,240,240,0.75); border: 3px solid #c33; box-shadow: 0 0 10px 0 #333;  }	

@media all and (max-width:980px) {
#cookie_einstellungen_box { display: block; width: auto; max-width: 980px; margin: 0 20px;  }	
}
