/* --- 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_light,
.section_bg_green_dark,
.section_no_padding
{ 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: #555; color: #fff; }
.section_bg_green_light { background-color: #e5f4eb; }
.section_bg_green_dark { background-color: #195031; color: #fff; }

.section_no_padding { padding: 0; }

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


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

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


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


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

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


.image_full_width { clear: both; }
.image_full_width img { width: 100%; max-width: none; }

.box_bg_white { background-color: #fff; }
.box_bg_gray_light { background-color: #f3f3f3; }
.box_bg_gray_dark { background-color: #555; color: #fff; }
.box_bg_green_light { background-color: #e5f4eb; }
.box_bg_green_dark { background-color: #195031; color: #fff; }

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


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


html, body {
font-family: Verdana, Geneva, sans-serif; 
font-size: 14px; line-height: 20px;
color: #000;
/* Woerter in die naechste Zeile umbrechen, wenn sie ansonsten das umschliessende Element verlassen wuerden. */
word-wrap:break-word;
height: 100%;
background-color: #fff;

}
html { overflow: scroll; overflow-x: auto;  }


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


a.link_as_button { display: inline-block; width: auto; height: auto; margin: 0; padding: 5px 10px; 
font-size: 16px; line-height: 20px; color: #195031; background-color: #fff; border: 2px solid #195031; border-radius: 5px; text-decoration: none; text-align: center; transition-duration: 0.5s; transition-property: all; }
a.link_as_button:hover { color: #fff; background-color: #195031; text-decoration: none; border: 2px solid #195031; }



li { list-style-type: none; margin: 0 0 0.5em 14px; padding: 0; }
ul li { list-style-type: disc; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; line-height: 20px; margin: 0 0 10px 0; font-weight: bold; color: #195031; }
h1 { font-size: 24px; line-height: 1.2; /* display: inline-block; padding: 0 0 5px 0; box-shadow: 0 15px 10px -15px #999; */ }
h2 { font-size: 20px; line-height: 1.2; }
h3 { font-size: 18px; line-height: 1.2; }



p { font-size: 14px; line-height: 20px; margin: 0 0 20px 0; }


hr { clear: both; height: 1px; width: 97.22%; margin: 10px 1.39% 30px 1.39%; border: none; background-color: #DDD; } 
.small  { font-size: 13px; line-height: 16px; color: #6e7184; font-style: italic; padding-top: 3px; } /* Bildunterschriften */



table, tr, th, td {
    margin: 0;
	border: 1px solid #999;
	border-collapse: collapse;
	text-align: left; vertical-align: top; 
	font-size: 14px; line-height: 20px;
}

table { width:100%; margin: 0 0 20px 0; padding: 0; }
th, td { padding: 5px 10px; vertical-align: top; }
th { background:#555; color: #fff; font-weight: bold; }
td { color: #333; }

tr:nth-child(even) { background: #F3F3F3; }
tr:nth-child(odd) { background: #FFF; }
	
table p, table ul { margin: 0; }


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



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

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


#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; background-color: #195031; }

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

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

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

#main_nav li a span { display: block; font-size: 14px; color: #e5f4eb; font-weight: 400; }
#main_nav li a:hover span,
#main_nav li a.rex-current span,
#main_nav li a.rex-active span { color: #fff; }

#main_nav li.rex-article-1 a:hover,
#main_nav li.rex-article-1 a.rex-current,
#main_nav li.rex-article-1 a.rex-active { opacity: 1; }
 
/* zweite Ebene */
#main_nav ul.rex-navi2 { display: none; }


#subnav { clear: both; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto 20px auto; padding: 20px 15px 10px 15px; text-align: center; }

#subnav ul { list-style: none; display: block; margin: 0; padding: 0; }
#subnav li { list-style-type: none; display: inline-block; margin: 0 5px 10px 5px; padding: 0; }
#subnav li a,
#subnav a.geschuetzter_bereich_logout { display: block; width: auto; height: auto; margin: 0; padding: 5px 10px; 
font-size: 16px; line-height: 20px; color: #195031; background-color: #fff; border: 2px solid #195031; border-radius: 5px; text-decoration: none; text-align: center; transition-duration: 0.5s; transition-property: all; }
#subnav li a:hover,
#subnav a.geschuetzter_bereich_logout:hover { color: #fff; background-color: #195031; text-decoration: none; border: 2px solid #195031; }
#subnav li a.rex-active,
#subnav li a.rex-current { color: #fff; background-color: #195031; border: 2px solid #195031; } 

 #subnav a.geschuetzter_bereich_logout { display: inline-block; margin: 0 5px 10px 5px; background-color: #c66; color: #fff; border: 2px solid #c66; } 


/* --- Menue Responsive --- */
@media screen and (max-width: 980px) {  
	
#subnav { display: none; }
#subnav.geschuetzter_bereich { display: block; }
    
#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: #195031; }
    
#main_nav { display: none; padding: 70px 10px 10px 10px; }

#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 0 10px 0; padding: 0; }
#main_nav li a { display: block; width: auto; margin: 0; font-size: 16px; line-height: 25px; padding: 10px; color: #fff; background-color: #195031; text-shadow: none; border: 1px solid #eee; }
#main_nav li a:hover { color: #195031; background-color: #e5f4eb; } 
#main_nav li a.rex-active { color: #fff; background-color: #195031; } 
#main_nav li a.rex-current { color: #195031; background-color: #e5f4eb; } 


/* Zweite Ebene */
#main_nav ul.rex-navi2  { display: block; position: relative; top: 0; margin: 10px 0 0 0; padding: 0; background-color: transparent; opacity: 1; border-top: none; }
#main_nav ul.rex-navi2 { border: none; }	 
#main_nav ul.rex-navi2 li { display: block; width: auto; margin: 0 0 10px 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: 5px 10px; font-size: 14px; line-height: 20px; color: #fff; background-color: transparent; text-align: center; border: none; }
#main_nav ul.rex-navi2 li a:hover { color: #195031; background-color: #e5f4eb; } 
#main_nav ul.rex-navi2 li a.rex-active { color: #fff; background-color: transparent; }    	
#main_nav ul.rex-navi2 li a.rex-current { color: #195031; background-color: #e5f4eb; }    	
	
/* Drtte Ebene */
#main_nav ul.rex-navi3  { display: none; }

}





/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
/* Relative Bloecke innerhalb von "page" */
#header_bg, #header, #logo, #navigation_bg, #navigation, #content, #footer_top_bg, #footer_top, #footer_bg, #footer { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0;  }


#header_bg { background-color: #eee; }


#header { 
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	width: 100%; max-width: 1600px; margin: 0 auto; padding: 10px 0;
}

#logo { display: block; width: 20%; padding: 0; text-align: center; }
#logo a:hover { opacity: 0.7; }
#header_icon { display: block; width: 20%; padding: 0; text-align: center; }
#header_icon a { display: none; }

#header_text { display: block; width: 59%; text-align: center; padding: 0; height: auto; }
.headline { font-size: 19px; line-height: 25px; margin: 0 0 10px 0; font-weight: bold; }
.headline span { white-space: nowrap; }


#footer_top_bg { background-color: #fff; }
#footer_top { 	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
width: auto; padding: 20px 10px 1px 10px; text-align: center; }

.footer_top_box { display: block; width: 30%; margin: 0 0 20px 0; max-width: 300px; }

#footer_top_box_psg { max-width: 480px; padding: 20px 10px 10px 10px; border: 2px solid #195031; background-color: #f9f9f9; }
#footer_top_box_psg a { display: inline-block; margin: 0 0 10px 0; text-decoration: none; color: #000; }
#footer_top_box_psg a:hover, #footer_top_box_psg a:focus { text-decoration: underline; color: #195031; }

@media all and (max-width:768px) {
	#footer_top { display: block; }
	.footer_top_box { width: auto; margin: 0 auto 20px auto;  }
}


#footer_bg { background-color: #eee; }

#footer { width: auto; padding: 20px 10px; text-align: center; font-size: 12px; line-height: 16px; color: #333; }
#footer a { text-decoration: none; font-size: 12px; line-height: 16px; color: #333; }
#footer a:hover { text-decoration: underline; }


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

/* ---------- Download ---------- */ 
.download_box {
  width: auto;
  margin: 5px 0px 1.0em 0px;
  padding: 5px 0px 5px 0px;
  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: 0px; background: none; }
.download_text { margin-left: 50px; padding: 0px 0px 0px 5px; }
.download_desc { color: #999; margin: 0; font-size: 0.7em; }
.download_without_desc { }


.newslist {   }
.newslist ul { margin: 0; padding: 10px 0; }
.newslist li { display: block; margin: 0; padding: 3px; border-bottom: 1px solid #bbbdbe; }
.newslist li:first-child { border-top: 1px solid #bbbdbe; }
.newslist li a { display: block; margin: 0; padding: 0 3px 0 10px; font-size: 14px; line-height: 30px; text-decoration: none; color: #154676; font-weight: normal; }
.newslist li a:hover { text-decoration: none; }


.slidedown_block { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #DDD; }
.slidedown_text_fix { padding: 0 0 10px 0; }
.slidedown_head { background-color: #B44746; color: #FFF; width: 80px; margin-bottom: 10px; padding: 3px 6px; text-align: center;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.slidedown_head:hover { background-color: #BD0926; cursor: pointer; }


.teaser_bildergalerie { display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
	width: 100%; max-width: 1600px; margin: 0 auto; padding: 10px 0;
}

.teaser_bildergalerie_box { display: block; width: 21.88%; margin: 0 0  2.5% 2.5%; padding: 0; }

.teaser_bildergalerie_box a { text-decoration: none; }
.teaser_bildergalerie_box a:hover { opacity: 0.7; text-decoration: none; }

.teaser_bildergalerie_box a span { display: block; padding: 5px 5px 0 5px; text-align: center; }


.bildergalerie { margin: 0 0 20px 0; }
.bildergalerie a { display: block; float: left; width: 30%; height: auto; text-align: center; margin: 0 0 2.5% 2.5%; }
.bildergalerie a:hover { opacity: 0.7; }




#article_nav { clear: both; display: block; padding: 40px 0 20px 0; text-align: center; }
#article_nav a { display: block; padding: 5px 0; border-radius: 5px; text-decoration: none; color: #333; background-color: #F3F3F3; border: 1px solid #CCC; white-space: nowrap; font-size: 13px; line-height: 20px; }
#article_nav a:hover { text-decoration: none; color: #333; background-color: #C3C3C3; border: 1px solid #666; }
#article_nav_back { display: block; float: left; width: 90px; margin: 0 0 0 2.88%; }
#article_nav_next { display: block; float: right; width: 90px; margin: 0 2.88% 0 0; }
#article_nav_home { display: block; width: 90px; margin: 0 auto; }




/* timeline */
.timeline_box { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; overflow: hidden; }


.timeline_content { display: block; position: relative; top: 0; left: 0; width: 100%; max-width: 1600px; height: auto; margin: 0 auto; padding: 0; z-index: 10; overflow: hidden; }

.timeline_image { display: block; margin: 0 0 10px 0; padding: 0; }

.timeline_text_box { display: block; position: relative; top: 0; left: 0; width: 78.48%; height: auto; margin: 0 auto; padding: 30px 0 10px 110px; z-index: 1; }


.timeline_line,
.timeline_year { display: block; position: absolute; top: 0; left: 0; width: 100px; height: auto; margin: 0; padding: 0; z-index: 1; }

.timeline_line { top: 0; bottom: 0; left: 49px; width: 2px; height: 100%; background-color: #001f40; }
.timeline_year { top: 25px; left: 0; padding: 5px 0; text-align: center; z-index: 2; background-color: #fff; font-size: 14px; }


.timeline_box.box_bg_gray_dark .timeline_line { background-color: #fff; }
.timeline_box.box_bg_gray_dark .timeline_year { background-color: #555; color: #fff; }

.timeline_box.box_bg_green_dark .timeline_line { background-color: #fff; }
.timeline_box.box_bg_green_dark .timeline_year { background-color: #195031; color: #fff; }

.timeline_box.box_bg_gray_light .timeline_year { background-color: #f3f3f3; }

.timeline_box.box_bg_green_light .timeline_year { background-color: #e5f4eb; }


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

@media all and (max-width:480px) {   
    
.timeline_text_box { padding: 30px 0 10px 70px; }

.timeline_year { width: 60px; }

.timeline_line { left: 29px; }
	
}


/* --- 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: #195031; color: #FFF; 
}
.yform .btn-primary:hover { background-color: #000; 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: #f0f0f0; 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-check-group label { display: inline-block; }





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



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

@media all and (max-width:980px) {
#header { border-bottom: 3px solid #195031; }
	
#logo { display: block; width: 20%; padding: 0; }
#header_icon { display: none; }

#header_text { width: 78%; padding: 0 60px 0 0; }
	
}

@media all and (max-width:768px) {
.box_width_1_4,
.box_width_3_4 { width: 46.25%; }
	
}

@media all and (max-width: 540px) {
#header { display: block; }
#logo { display: block; width: 100%; padding: 0 80px; text-align: center; }

#header_text { width: 100%; padding: 10px 10px 5px 10px; font-size: 12px; line-height: 18px; }
.headline { font-size: 16px; line-height: 22px; }
}

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

.bildergalerie a { width: 46.25%; height: auto; margin: 0 0 2.5% 2.5%; }
	

.footer_icon { display: block; width: auto; max-width: 300px; margin: 0 auto 20px auto; }	

}









