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

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

/* 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; }
.center { text-align: center; }
.small { font-size: small; }
.bold { font-weight: 700; }
.hide { display: none; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }


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

/* Section */
.section_bg_none,
.section_bg_white,
.section_bg_gray_light,
.section_bg_gray_dark,
.section_bg_green,
.section_bg_yellow
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 10px 0; z-index: 1; }

.section_bg_none { background-color: transparent; }
.section_bg_white { background-color: #fff; }
.section_bg_gray_light { background-color: #f3f3f3; }
.section_bg_gray_dark { background-color: #7f7e7d; }
.section_bg_green { background-color: #8ab53a; }
.section_bg_yellow { background-color: #f9f0ce; }

.section_no_padding  { padding: 0; }

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


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

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

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


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

.section_bg_image.parallax { background-attachment: fixed; min-height: 500px; }



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

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


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

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

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


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

.box_bg_white { background-color: #fff; }
.box_bg_gray_light { background-color: #f3f3f3; }
.box_bg_gray_dark { background-color: #7f7e7d; color: #fff; }
.box_bg_green { background-color: #8ab53a; color: #fff; }
.box_bg_yellow { background-color: #f9f0ce; }
.box_bg_blue { background-color: #20324d; }
.box_bg_gold { background-color: #c58c12; }


.box_bg_gray_dark h1, .box_bg_gray_dark h2, .box_bg_gray_dark h3,
.box_bg_gray_dark .like_h1, .box_bg_gray_dark .like_h2, .box_bg_gray_dark .like_h3,
.box_bg_gray_dark p, .box_bg_gray_dark li,
.box_bg_green h1, .box_bg_green h2, .box_bg_green h3,
.box_bg_green .like_h1, .box_bg_green .like_h2, .box_bg_green .like_h3,
.box_bg_green p, .box_bg_green li,
.box_bg_blue h1, .box_bg_blue h2, .box_bg_blue h3,
.box_bg_blue .like_h1, .box_bg_blue .like_h2, .box_bg_blue .like_h3,
.box_bg_blue p, .box_bg_blue li,
.box_bg_gold h1, .box_bg_gold h2, .box_bg_gold h3,
.box_bg_gold .like_h1, .box_bg_gold .like_h2, .box_bg_gold .like_h3,
.box_bg_gold p, .box_bg_gold li { color: #fff; }


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


/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
html, body {
font-family: Arial, Geneva, sans-serif; 
font-size: 14px; line-height: 20px; 
font-weight: 300;
color: #203f75;
}

html { background-color: #fcfcfc; }

a { text-decoration: none; color: #c9423a; }
a:hover { text-decoration: none; color: #203f75; }
a:active, a:focus { outline: 0; }
a:hover img { opacity: 0.8; }

a.link_as_button { display: inline-block; padding: 5px 20px; border-radius: 5px;
background-color: #7f7e7d; color: #FFF; text-decoration: none; border-bottom: none; }
a.link_as_button:hover { background-color: #8ab53a; color: #FFF; text-decoration: none; }

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

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-weight: 700; font-style: normal; font-size: 14px; line-height: 1.2; margin: 0 0 10px 0; color: #8ab53a; }
h1, .like_h1 { font-size: 24px; } 
h2, .like_h2 { font-size: 20px; } 
h3, .like_h3 { font-size: 18px; color: #203f75; } 
h4, .like_h4 { font-size: 16px; color: #203f75; } 
h5, .like_h5 { font-size: 14px; color: #203f75; } 
h6, .like_h6 { font-size: 12px; color: #203f75; } 


#sidebar h1, #sidebar h2, #sidebar h3 { display: block; padding: 5px 10px; background-color: #7f7e7d; color: #fff; }

#sidebar .outer_box_inner h2 { margin: -20px -20px 20px -20px; }


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

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

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

hr { clear: both; height: 1px; width: 100%; margin: 0 0 20px 0; border: none; background-color: #3d454c; } 

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



/* --- Menue-Button --- */ 
#main_nav_button {display: none; position: absolute; top: 20px; left: auto; right: 15px; width: 32px; height: auto; margin: 0; padding: 0; z-index: 1001; color: #fff; border: none; background-color: transparent; transition: all 200ms ease-in-out; cursor: pointer; }
#main_nav_button:before,
#main_nav_button:after { content: ''; display: block; width: auto; height: 3px; margin: 0; padding: 0; background-color: #fff; transition: all 200ms ease-in-out; }
#main_nav_button:before { margin-bottom: 15px; box-shadow: 0 9px 0 #fff; }

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


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


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

#main_nav_content { display: block; position: relative; top: 0; left: 0; width: 100%; max-width: 1400px; margin: 0 auto; background-color: #8ab53a; }

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

/* 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; width: auto; height: auto; margin: 0 0 0 5px; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 10px; 
font-size: 16px; line-height: 20px; color: #fff; background-color: #8ab53a; font-weight: 300; text-decoration: none; text-transform: uppercase; transition: all 0.25s ease-in; border-bottom: none; }
#main_nav li a:hover,
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #8ab53a; background-color: #fff; }


#main_nav li.rex-article-1 { margin: 0; }
 
/* zweite Ebene */
#main_nav ul.rex-navi2 { display: none; }

#main_nav_tel { display: none; }

/* --- Menue Responsive --- */
@media screen and (max-width: 980px) {  
	
#main_nav_tel { display: block; position: absolute; top: 15px; left: 10px; width: 180px; height: auto; margin: 0; padding: 0; }
	
#main_nav_tel a { display: inline-block; padding: 5px 10px; color: #8ab53a; background-color: #fff; text-decoration: none; }	
#main_nav_tel a:hover { color: #fff; background-color: #8ab53a; text-decoration: none; }	
    
#main_nav_button { display: block; }
#main_nav_button.active { display: block; position: fixed; }
    
#main_nav_bg { display: block; position: fixed; height: auto; overflow: hidden; background-color: #8ab53a; }
    
#main_nav { display: none; padding: 60px 0 10px 0; }

#main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
#main_nav_bg.active #main_nav { display: block; }

#main_nav li { display: block; height: auto; margin: 0; padding: 0; border-top: 1px solid #fff; }
#main_nav li a { display: block; width: auto; margin: 0; padding: 10px; color: #fff; background-color: #8ab53a; text-shadow: none; }
#main_nav li a:hover,
#main_nav li a.rex-current { color: #fff; background-color: #7f7e7d; } 
#main_nav li a.rex-active { color: #fff; background-color: #8ab53a; } 

#main_nav li:first-child { border-top: none; } 


/* Zweite Ebene */
#main_nav ul.rex-navi2  { display: block; position: relative; top: 0; margin: 0; padding: 0; background-color: transparent; opacity: 1; border-top: none; }
#main_nav ul.rex-navi2 li { display: block; width: auto; margin: 0; padding: 0; border-left: none; border-top: none; }
#main_nav ul.rex-navi2 li a { display:block; width: auto; white-space: normal; margin: 0; padding: 8px 10px 8px 25px; font-size: 15px; line-height: 20px; color: #fff; background-color: transparent; text-align: left; background-image: url(main_nav_second.png); background-position: center left; background-repeat: no-repeat; }
#main_nav ul.rex-navi2 li a:hover,   
#main_nav ul.rex-navi2 li a.rex-current { color: #fff; background-color: #7f7e7d; } 
#main_nav ul.rex-navi2 li a.rex-active { color: #fff; background-color: #8ab53a; } 

	
/* Dritte Ebene */
#main_nav ul.rex-navi3 { display: block; }
#main_nav ul.rex-navi3 li { }
#main_nav ul.rex-navi3 li a { padding: 6px 10px 6px 40px; font-size: 14px; line-height: 20px; color: #fff; background-color: transparent; text-align: left; background-image: none; }
#main_nav ul.rex-navi3 li a:hover,   
#main_nav ul.rex-navi3 li a.rex-current { color: #fff; background-color: #7f7e7d; } 
#main_nav ul.rex-navi3 li a.rex-active { color: #fff; background-color: #8ab53a; } 

}

@media screen and (max-width: 480px) {  
#main_nav_button { top: 60px; }
#main_nav_button.active { top: 20px; }
}

@media screen and (max-width: 390px) {  
#main_nav_button { top: 75px; }
#main_nav_button.active { top: 20px; }
}





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

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

#logo { display: none; position: absolute; top: 15px; left: 2.5%; width: 180px; height: auto; margin: 0; padding: 0; z-index: 110; }
#logo a { border-bottom: none; }
#logo a:hover img { opacity: 0.75; }

#logo { top: 8px; width: 180px; height: auto; margin: 0; padding: 0; z-index: 110; }


#header_bg { }
#header { max-width: 1400px; margin: 0 auto; padding: 0; border-left: 3px solid #8ab53a; border-right: 3px solid #8ab53a; }
.header_text { padding: 20px 10px; text-align: center; background-color: #7f7e7d; color: #fff;
	font-size: 18px; line-height: 30px; 
	background-color: #d5d9e6; color: #8ab53a; 
}

#header_image { padding: 180px 0 0 0; }

#header_image .tns-nav { display: none; }

#header_image_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 100; background-image: url(birgit-hoch-header4.png); background-repeat: no-repeat; background-position: top center; background-size: contain; text-align: center; }

#header_logo { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 40px 0 0 0; z-index: 110; text-align: center; }
/*
#header_logo_tel { display: block; position: absolute; top: 0; left: auto; right: 0; width: 320px; height: 90px; margin: 0; padding: 15px 15px 0 0; z-index: 110; text-align: right;
background-image: url(birgit-hoch-header-tel.png); background-repeat: no-repeat; background-position: top left; }
*/
#header_logo_tel { display: block; position: absolute; top: 0; left: auto; right: 0; width: 270px; height: 70px; margin: 0; padding: 15px 15px 0 0; z-index: 110; text-align: right; 
background-image: url(birgit-hoch-header-tel.png); background-repeat: no-repeat; background-position: top left; }

#header_logo_tel a { font-size: 18px; line-height: 1.2; text-decoration: none; color: #203f75; }
#header_logo_tel a:hover { text-decoration: none; color: #c9423a; }

#header_logo_text { color: #e8f0d8; font-size: 22px; line-height: 1.2; }
#header_logo_text span { color: #fff; display: block; text-transform: uppercase; font-size: 32px; font-weight: 700; }

@media all and (max-width:1400px) {
	#header_image { padding: 12.86% 0 0 0; }
	#header_logo { padding: 30px 0 0 0; }	
	#header_logo_tel { padding: 10px 10px 0 0; font-size: 16px; }
	#header_logo_text { font-size: 1.57vw; }
	#header_logo_text span { font-size: 2.28vw; }	
}

@media all and (max-width:980px) {
/* #header_image_overlay { background-image: url(birgit-hoch-header4.png); } */
#header_logo { padding: 15px 0 0 0; }
#header_logo_tel { display: none; }
}

@media all and (max-width:768px) {
#header_logo_text { font-size: 2vw; padding: 0 0 0 40px; }
#header_logo_text span { font-size: 2.5vw; }	

}

@media all and (max-width:480px) {
#header_logo { position: relative; padding: 0; background-image: none; }
#header_logo_text { display: block; padding: 10px 5px; font-size: 15px; background-color: #8ab53a; }
#header_logo_text span { font-size: 18px; }	
	
}


#content_bg { max-width: 1400px; margin: 0 auto; border-left: 3px solid #8ab53a; border-right: 3px solid #8ab53a; background-color: #fff; }

#content { float: left; width: 66%; }
#sidebar { float: right; width: 33%; padding: 50px 0 10px 0; }

#sidebar .outer_box { float: none; width: 100%; margin: 0 0 20px 0; }

#sidebar h2 { margin: 0; }
#sidebar .slidedown_box_text_visible { padding: 20px 20px 1px 20px; background-color: #f3f3f3; }

#sidebar .slidedown_box_text_inner { padding: 20px 20px 1px 20px; background-color: #f3f3f3; }


/* -----------footer--------------------------- */
#footer_bg { clear: both; }

#footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%; max-width: 1400px; margin: 0 auto; padding: 25px 2% 5px 2%;
  color: #fff; font-size: 15px; line-height: 25px; 
  background-color: #8ab53a; 
}
.footer_box { display: block; width: 50%; margin: 0 0 20px 0; padding: 0; }

.footer_box span { display: inline-block; white-space: nowrap; }
.footer_box span.not_mobile { padding: 0 5px; }
#footer a { display: inline-block; margin: 0; color: #fff; text-decoration: none; border-bottom: none; }
#footer a:hover { color: #fff; text-decoration: none; }

#footer_box_1 { width: 66%; }
#footer_box_2 { width: 33%; text-align: right; padding: 0; }

@media all and (max-width:980px) {
#footer_box_1 { width: 100%; }
#footer_box_2 { width: 100%; text-align: left; }

}

@media all and (max-width:768px) {
.footer_box span { display: block; }
.footer_box span.not_mobile { display: none; }
	
}





/* ---  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 { color: #fff; text-decoration: none; }





/* --- Module --- */ 

#navigation_schwerpunkte {}

#navigation_schwerpunkte .outer_box { float: none; width: auto; margin: 0 2.5% 20px 0; }

#navigation_schwerpunkte img { display: block; margin: 0 0 20px 0; }

#navigation_schwerpunkte li { display: block; margin: 0 0 15px 0; padding: 0; list-style-type: none; }
#navigation_schwerpunkte a { display: inline-block; color: #fff; padding: 0 0 0 20px; background-image: url(navigation_schwerpunkte.png); background-position: center left; background-repeat: no-repeat; }
#navigation_schwerpunkte a:hover { color: #fff; opacity: 0.5; }

#navigation_schwerpunkte a.active { font-weight: 700; }


.bildergalerie { clear: both; display: flex; width: auto; margin: 0; flex-flow: row wrap; justify-content: flex-start; }
.bildergalerie .bildergalerie_box { display: block; margin: 0 0 2.5% 2.5%; }
.bildergalerie .image { margin: 0; }
.bildergalerie .image a { display: block; margin: 0; padding: 5px; border: 1px solid #7f7e7d; background-color: #fff; }

.bildergalerie .bildergalerie_box_1_1 { width: 95%; }
.bildergalerie .bildergalerie_box_1_2 { width: 46.25%; }
.bildergalerie .bildergalerie_box_1_3 { width: 30%; }
.bildergalerie .bildergalerie_box_1_4 { width: 21.88%; }

#sidebar .bildergalerie .bildergalerie_box { display: block; margin: 0 2.5% 2.5% 0; }

#sidebar .bildergalerie .bildergalerie_box_1_1 { width: 97.5%; }
#sidebar .bildergalerie .bildergalerie_box_1_2 { width: 47.5%; }
#sidebar .bildergalerie .bildergalerie_box_1_3 { width: 30.83%; }
#sidebar .bildergalerie .bildergalerie_box_1_4 { width: 22.5%; }



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



/* ------------------- */
.section_flexbox { 
	clear: both;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch; 
}

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



a.link_box { display: block; width: 100%; height: auto; margin: 0; padding: 10px 10px 5px 10px; color: #fff; background-color: #8ab53a; text-decoration: none; transition: all 0.250s ease-in; text-align: center; }

a.link_box:hover { color: #fff; background-color: #7f7e7d; text-decoration: none; }

.link_box_title { display: block; margin: 0; padding: 5px 0 0 0; font-size: 24px; line-height: 1.2; }


@media all and (max-width:980px) {  
.link_box_title { font-size: 21px; }
	
}


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



.slidedown_box { clear: both; display: block; margin: 0; padding: 0; }

/*
.slidedown_box_button { display: block; width: auto; margin: 0; padding: 10px 40px 10px 20px; color: #fff; background-color: #4E8A73; background-image: url(bwd_slidedown_arrow_down.png); background-position: center right; background-repeat: no-repeat; }
*/
.slidedown_box_button span { display: inline-block; margin: 0 0 20px 0; padding: 5px 40px 5px 20px; color: #fff; background-color: #c9423a; background-image: url(bwd_slidedown_arrow_down.png); background-position: center right; background-repeat: no-repeat; }

/*
.slidedown_box_button h2 { margin: 0; color: #fff; }
.slidedown_box_button:hover h2 { color: #fff; }
*/
.slidedown_box_text { display: none; padding: 0; overflow: hidden; }
.slidedown_box_text_inner { display: block; padding: 0; }

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


.slidedown_box_button { margin: -10px 0 0 0; }
.slidedown_box_button span { display: inline-block; margin: 0 0 20px 0; padding: 0 40px 0 0; text-align: center; color: #c9423a; background-color: transparent; background-image: url(bwd_slidedown_arrow_down.png); }
.slidedown_box_button span:hover { color: #203f75; background-color: transparent; cursor: pointer; }

.slidedown_box.active .slidedown_box_button span { background-image: url(bwd_slidedown_arrow_up.png); }

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





/* --- yForm --- */ 
.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 {
    box-sizing: border-box; 
	display: block;	width: 99%; height: auto; margin: 0 0 20px 0; padding: 5px 10px;
    font-family: inherit; font-size: 14px; line-height: 20px; color: #001f40;
	background-color: #fff; border: solid 1px #dfe6e7; border-radius: 5px; box-shadow: none;
    outline: none;
}
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus { border-color: #37434f; outline: none; box-shadow: none; }

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

.yform .formcheckbox label { display: block; float: none; width: auto; margin: 0 0 10px 0; padding: 0; }
.yform .formcheckbox label input { display: block; float: left; width: auto; margin: 0 10px 0 0; }
.yform .formcheckbox label span { display: block; float: none; width: auto; margin: 0 0 5px 30px; }

.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 { display: block; float: none; width: auto; margin: 0 0 10px 0; padding: 0; }
.yform .radio label input { display: block; float: left; width: auto; margin: 5px 10px 0 0; }

.yform .checkbox { clear: both; margin: 0 0 20px 0; }
.yform .checkbox label input { display: block; float: left; width: auto; margin: 5px 10px 0 0; }


/* Button */
.yform .btn-primary {
	clear: both; display: block; width: 140px; height: auto; margin: 0 0 10px 0; padding: 5px;
    border: none; border-radius: 5px;
    text-align: center; font-weight: 700; 
    background-color: #7f7e7d; color: #FFF; 
}
.yform .btn-primary:hover { background-color: #001f40; color: #FFF; }

.yform .pflichtfelder { 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: #f3f3f3; color: #a94442; }
#yform-contact_formular-email_betreff.has-error label { display: block !important; margin-bottom: 10px !important; }


.yform strong { font-weight: 700; }

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

.yform label { display: none; }

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


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






/* ------ wow Effekte ------ */ 
.wow {
	animation-delay: 0.5s;
	animation-duration:2s;
	animation-fill-mode:both;
}
.wow.hide { visibility: hidden; }
.wow.animate { visibility: visible; }
	
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.wow.animate.effect_fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_fadeInDown{animation-name:fadeInDown}

@keyframes rollInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInLeft{animation-name:rollInLeft}
	
@keyframes rollInRight{0%{opacity:0;transform:translate3d(100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInRight{animation-name:rollInRight}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.wow.animate.effect_zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInUp{animation-name:zoomInUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInUp{animation-name:slideInUp}





@media all and (max-width:1500px) {
	#header,
	#main_nav_content,
	#content_bg,
	#footer { width: auto; margin: 0 50px; }
}


@media all and (max-width:1200px) {
	#header,
	#main_nav_content,
	#content_bg,
	#footer { width: auto; margin: 0 30px; }
}


@media all and (max-width:980px) {
#logo { position: relative; top: 0; left: 0; width: 190px; height: auto; margin: 0; padding: 10px 0 10px 10px; } 
	

	#header,
	#main_nav_content,
	#content_bg,
	#footer { width: 100%; margin: 0; border-left: none; border-right: none; }	
}



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

.section_bg_none,
.section_bg_white,
.section_bg_gray_light,
.section_bg_gray_dark,
.section_bg_green,
.section_bg_yellow
{ padding: 30px 0 10px 0; }


#content { float: none; width: 100%; }
#sidebar { float: none; width: 100%; padding: 50px 0 10px 0; }
	
}



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

.text_bild .flLeft,
.text_bild .flRight { float: none; width: auto; max-width: none; margin: 0 0 15px 0; }

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

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

	
#main_nav_button { left: auto; right: 10px; margin: 0; }

#cms_redaxo_webseite { display: none; }
	
#main_nav_bg.active #cms_redaxo_webseite { display: block; position: relative; top: 0; left: 0; width: 180px; height: auto; margin: 0 auto 20px auto; padding: 0; } 

	
.header_text { padding: 15px 10px; font-size: 14px; line-height: 20px; }

	
}
