/* --- Import von weiteren CSS-Dateien --- 
@import url("yform.css");
*/

/* --- undo --- */
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, blockquote, img, 
ol, ul, li, input, textarea, label, select, table, tbody, thead, tfoot, tr, th, 
td, footer, header, menu, nav, section, video { padding: 0; margin: 0; box-sizing: border-box; }

html, body, p, form, input, textarea { margin: 0; padding: 0; }
img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { margin: 0; padding: 0; vertical-align: bottom; }
table { margin: 0; padding: 0; border: none; border-spacing: 0; }
tr { margin: 0; padding: 0; border: none; border-spacing: 0; }
td { margin: 0; padding: 0; border: none; border-spacing: 0; vertical-align: top; }
hr { clear: both; }

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: bold; }
.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_gray,
.section_bg_lightgray
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 30px 0; z-index: 1; }

.section_bg_none { background-color: #b2b2b2; background-color: rgba(200,200,200,0.8); }
.section_bg_gray { background-color: #939393; background-color: rgba(99,99,99,0.8); color: #FFF; }
.section_bg_lightgray { background-color: #e3e3e3; background-color: rgba(225,225,225,0.8); }
.section_bg_gray p, .section_bg_gray h1, .section_bg_gray h2, .section_bg_gray h3 { color: #FFF; }

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


/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 610px | Abstand: 25px) */
.outer_box { display: block; float: left; width: 91.8%; margin: 0 0 20px 4.1%; padding: 0; }
.box_width_full { width: 100%; margin: 0 0 20px 0;}
.box_width_1_2 { width: 43.85%; }
.box_width_1_3 { width: 27.87%; }
.box_width_2_3 { width: 59.84%; }
.box_width_1_4 { width: 19.88%; } 


.outer_box .image { margin: 0 0 10px 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: 43.85%; margin: 0 15px 0 0; overflow: hidden; }
.text_bild .flRight { float: right; display: block; width: auto; max-width: 43.85%; margin: 0 0 0 15px; overflow: hidden; }
.text_bild .image span.small { display: block; }

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

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

.box_bg_white,
.box_bg_gray,
.box_bg_red,
.box_bg_lila { box-shadow: 2px 2px 6px 0 #333; border-radius: 10px; }

.box_bg_white { background-color: #fff; }
.box_bg_gray { background-color: #cdcdcd; }
.box_bg_red { background-color: #c00; color: #fff; }
.box_bg_lila { background-color: #721248; color: #fff; }



/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
html, body {
font-family: "pragmatica-web",Tahoma,Verdana,Arial,Sans;
font-size: 16px; line-height: 24px;
color: #444;
}

html { overflow: scroll; overflow-x: auto; 
background-color: #333;
/* background: url(files/bild-01.jpg) no-repeat center center fixed; */
background-size: cover;
}

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

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 { font-size: 16px; line-height: 24px; margin: 0 0 10px 0; font-weight: bold; color: #111; }
h1 { font-size: 30px; line-height: 38px;  } 
h2 { font-size: 24px; line-height: 30px; } 
h3 { font-size: 20px; line-height: 28px; } 
h4, .like_h4 { font-size: 18px; } 
h5, .like_h5 { font-size: 16px; } 
h6, .like_h6 { font-size: 14px; } 

h1 em { font-size: 26px; line-height: 34px; font-weight: normal; font-style: italic; } 
h2 em { font-size: 20px; line-height: 28px; font-weight: normal; font-style: italic; } 
h3 em { font-size: 16px; line-height: 24px; font-weight: normal; font-style: italic; } 



em { font-style: italic; font-weight: 300; }
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: 93.33%; margin: 40px auto; border: none; background-color: #721248; } 
.text hr { width: 100%; margin: 20px 0; } 

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



.table_box table, .table_box tr, .table_box th, .table_box td {
    margin: 0;
	border: 1px solid #808285;
	border-collapse: collapse;
	text-align: center; vertical-align: middle; 
	font-size: 14px; line-height: 20px;
}

.table_box table { width:100%; margin: 0 0 20px 0; padding: 0; }
.table_box th { padding: 5px 8px; font-weight: bold; background-color: #333; color: #FFF; }
.table_box td { padding: 5px 8px; }

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

.table_box th a { color: #FFF; text-decoration: underline; }
.table_box th a:hover { color: #FFF; text-decoration: none; }


/* --- Menue-Button --- */ 
#main_nav_button {display: none; position: absolute; top: 15px; left: 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 { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 15px 0 0 0; z-index: 99; 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; margin: 0; padding: 0 5px 15px 5px; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 12px; 
font-size: 16px; line-height: 25px; color: #fff; text-decoration: none; text-align: center;
transition-duration: 0.5s; transition-property: all; background-color: rgba(0,0,0,0.75); border: 2px solid #fff; border-radius: 12px; }
#main_nav li a:hover { text-decoration: none; color: #fff; background-color: rgba(0,0,0,1); transform: scale(1.1);}
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #fff; background-color: rgba(0,0,0,1); border: 2px solid #721248; }

/* #main_nav li > ul { top: 0; left: 0; } */
 
/* zweite Ebene */
#main_nav li ul { display: none; position: absolute; top: 70px; left: 0; width: auto; height: auto; margin: 0; padding: 0; z-index: 100; }
/* Der eigentliche Dropdown Effekt */
#main_nav li:hover > ul { display: block; }


#main_nav li ul li { display:block; float:none; width: 100%; height: auto; margin: 0; padding: 0; border-left: none; }
#main_nav li ul li a { display:block; width: auto; color: #fff; white-space: nowrap; margin: 0; padding: 5px 15px; font-size: 20px; line-height: 25px; }
#main_nav li ul li a:hover { text-decoration: none; color: #fff; }
#main_nav li ul li a.rex-current { color: #fff; }
#main_nav li ul li a.rex-active { color: #fff; }

/* #main_nav ul.rex-navi2 li:first-child { display: none; } */

/* dritte Ebene */
#main_nav ul.rex-navi3 { display: none; }
#main_nav li:hover > ul.rex-navi3 { display: none; }

/*
#main_nav li.rex-article-3,
#main_nav li.rex-article-16,
#main_nav li.rex-article-8,
#main_nav li.rex-article-7 { display: none; }
*/
/* --- Menue Responsive --- */

@media screen and (max-width: 860px) {  
/*
#main_nav li.rex-article-3,
#main_nav li.rex-article-16,
#main_nav li.rex-article-8,
#main_nav li.rex-article-7 { display: block; }
*/
	
#main_nav_button { display: block; }
#main_nav_button.active { display: block; position: fixed; }
    
#main_nav_bg { display: none; position: fixed; height: 100%; overflow: hidden; overflow-y: auto; background-color: #333; }
    
#main_nav_bg.active { display: block; }
    
#main_nav { clear: both; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 0 0; }

#main_nav li { display: block; padding: 15px 0; }
#main_nav li a { display: inline-block; width: auto; margin: 0; padding: 5px 10px; color: #FFF; background-color: transparent; text-shadow: none; }
#main_nav li a:hover { color: #FFF; background-color: transparent; }
#main_nav li a.rex-active { color: #FFF; background-color: transparent; }    
#main_nav li a.rex-current { color: #FFF; background-color: transparent; }  

    
#main_nav li.has-children > a::after { content: '+'; display: inline-block; margin: 0 0 0 5px; }
#main_nav li.has-children.active > a::after { content: '-'; color: #c00; }
    
    
#main_nav li ul { display: block; position: relative; top: 0; }
    
/* Zweite Ebene */
#main_nav ul.rex-navi2 { display: block; padding: 10px 0 0 0; }
#main_nav ul.rex-navi2 li { display: inline-block; width: auto; margin: 0 10px 10px 10px; padding: 0; border-top: none; }
    
#main_nav ul.rex-navi2 li a { display: inline-block; width: auto; margin: 0; padding: 5px 10px; color: #FFF; font-size: 16px; text-transform: none; }
    
#main_nav ul.rex-navi2 li.active { display: block; }    
    
 
    
/* Dritte Ebene */
#main_nav ul.rex-navi3 { display: block; background-color: #f0f0f0; padding: 10px 0 0 0; }
#main_nav li.active ul.rex-navi3 { display: block; }        
#main_nav ul.rex-navi3 li a { font-size: 15px; }   

    
}




/* Relative Bloecke innerhalb von "page" */
#header_bg, #header, #header_sprache, #header_nav, #line_top_bg, #header_content, #wrapper_bg, #wrapper, #wrapper_extraspace, #content_full, #content_bg, #sidebar, #content, #footer_bg, #footer { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1;  }

#header_bg { min-height: 126px; background-color: #333; z-index: 10; }

#line_top_bg { height: 14px; background-image: url(line_top.png); background-position: top left; background-repeat: repeat-x; z-index: 20; }
#line_top { position: absolute; top: 0; right: 0; width: 46%; height: 14px; background-color: #721248; z-index: 1; }
#line_bottom_bg { position: relative; top: 0; left: 0; width: 100%; height: 14px; background-image: url(line_top.png); background-position: bottom left; background-repeat: repeat-x; z-index: 10; }
#line_bottom { position: absolute; top: 0; left: 0; width: 58%; height: 14px; background-color: #721248; z-index: 1; }


#logo { position: absolute; top: 0; right: 0; width: 235px; height: 140px; padding: 20px 0 0 0; background-color: #333; text-align: center; z-index: 30; }
#logo a:hover { opacity: 0.8; }

#hotline { position: absolute; top: auto; bottom: 10px; left: 10px; width: 300px; height: auto; padding: 0; background-color: #333; color: #FFF; text-align: left; z-index: 20; white-space: nowrap; }

#hotline a { display: inline-block; text-decoration: none; color:#fff; transition: all 200ms ease-in-out; }
#hotline a:hover { color: #969696; text-decoration: none; transform: scale(1.05); }

#header { width: 980px; height: 126px; margin: 0 auto; }
#header_sprache { position: absolute; top: auto; bottom: 15px; left: auto; right: 245px; width: 120px; height: 18px; z-index: 30; text-align: right; }
#header_sprache a { margin: 0 0 0 5px; }
#header_sprache a:hover { opacity: 0.6; }

#header_nav { position: absolute; top: auto; bottom: 10px; height: auto; min-height: 26px; line-height: 26px; color: #FFF; }
#header_nav a { line-height: 26px; color: #FFF; text-decoration: none; }
#header_nav a:hover { color: #969696; text-decoration: none; }
#header_nav a.active { color: #969696; }


#wrapper_bg { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 20; }
#wrapper { width: 980px; height: auto; margin: 0 auto 40px auto; padding: 0; }
#content { min-height: 300px; }

#footer_bg { position: relative; top: 0; height: auto; min-height: 94px; }

#footer_x { position: absolute; top: auto; bottom: 0; left: 0; width: 472px; height: 452px; padding: 0; background-image: url(footer_x.png); background-repeat: no-repeat; }

#footer { width: 980px; min-height: 94px; margin: 0 auto; padding: 0; color: #FFF; font-size: 12px; line-height: 36px; }
#footer a { display: inline-block; color: #FFF; text-transform: uppercase; text-decoration: none; transition: all 200ms ease-in-out; }
#footer a:hover { color: #969696; text-decoration: none; transform: scale(1.05); }

#footer_left { float: left; width: 49%; margin: 0; padding: 0 0 0 10px; }
#footer_right { float: right; width: 49%; margin: 0; padding: 0 10px 0 0; text-align: right; }
#footer_award_winner { display: block; position: absolute; top: 14px; left: 50%; width: 140px; height: 60px; padding: 0; margin: 0 0 0 -70px; z-index: 10; text-align: center; }

/*
#footer_social_media { clear: both; display: block; text-align: right; height: 30px; line-height: 30px; margin: 0 0 15px 0; }
*/
#footer_social_media { display: block; position: absolute; top: 30px; left: 10px; width: 50px; height: 30px; padding: 0; margin: 0; z-index: 10; text-align: left; }
#footer_social_media a { margin: 0; }
#footer_social_media a:hover { opacity: 0.8; }



#sitemap_404_error ul li { list-style-type: none; margin: 0 0 10px 0; padding: 0; }


/* --- Module --- */ 
#article_nav { clear: both; padding: 40px 0 0 0; }
#article_nav_back { display: block; float: left; width: 90px; text-align: center; }
#article_nav_next { display: block; float: right; width: 90px; text-align: center; }
#article_nav_home { display: block; width: 90px; margin: 0 auto; text-align: center; }


/* Video per YouTube */
.video { position:relative; padding: 0 0 56.25% 0; margin: 0 0 20px 0; /* 56.25% wegen 16:9 Format */ height:0; overflow:hidden; border: 1px solid #fff; }
.video iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: none; }


#map_iframe iframe { width: 100% !important; height: 500px !important; border: none !important; }


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


#header_content { display: block; padding: 15px 0 0 0; }
#image_links { display: block; position: relative; top: 0; left: auto; right: 0; width: 980px; height: auto; margin: 0 auto; padding: 0; z-index: 10; }
#image_links div { display: block; position: relative; float: left; width: 31.97%; margin: 0 0 0 1.02%; padding: 0; background-color: #FFF; }
#image_links a { text-decoration: none; }
#image_links a:hover { text-decoration: none; opacity: 0.8; }
#image_links span { display: block; position: absolute; top: 0; left: 0; width: 94%; height: 35px; margin: 0; padding: 0 3%; z-index: 10;
line-height: 35px; color: #FFF; text-transform: uppercase; font-size: 12px; }
#image_links #image_link_1 span { background-color: #666c87; background-color: rgba(102, 108, 135, 0.7); }
#image_links #image_link_2 span { background-color: #721248; background-color: rgba(114, 18, 72, 0.7); }
#image_links #image_link_3 span { background-color: #4a3122; background-color: rgba(74, 49, 34, 0.7); }


.bildergalerie a { display: block; float: left; margin: 0 0 4.1% 4.1%; padding: 0; width: 19.88%; background-color: #FFF; } 
.bildergalerie a:hover img { background-color: #FFF; opacity: 0.8; } 
.lupe { display: block; background: url("lupe.png") no-repeat scroll left top rgba(0, 0, 0, 0); color: #721248; font-size: 12px; line-height: 20px; padding-left: 30px; }

@media all and (max-width:640px) {
.bildergalerie a { width: 43.85%; }
	
}

.content_image_slider { clear: both; display: block; margin: 0 0 40px 0; }
.content_image_slider_box { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }
.content_image_slider_text { display: block; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: auto; background-color: rgba(255, 255, 255, 0.72); padding: 5px; font-size: 32px; line-height: 1.2em; color: #333; text-align: center; }
.content_image_slider_text span { display: block; padding: 5px 0; font-size: 20px; line-height: 1.2em; }

.content_image_slider .tns-nav { display: none;}
.content_image_slider .tns-controls [aria-controls] { color: #333; background-color: #fff; }
.content_image_slider .tns-controls [aria-controls]:hover { color: #fff; background-color: #333; }


.flexbox { clear: both; display: block; }

@supports (display: flex) {
    .flexbox { clear: both; display: flex; width: 91.8%; margin: 0 0 0 4.1%; flex-flow: row wrap; justify-content: space-between;
    }

    .flexbox .outer_box { margin: 0 0 20px 0; }
	.flexbox .box_width_1_2 { width: 48%; }
	.flexbox .box_width_1_3 { width: 31.33%; }
	.flexbox .box_width_2_3 { width: 64.66%; }
	.flexbox .box_width_1_4 { width: 23%; } 	
	

	@media all and (max-width:768px) {
        .flexbox { display: block; flex: none; } 
		
		.flexbox .outer_box { float: none; width: 100%; }
		.flexbox .box_width_1_2,
		.flexbox .box_width_1_3,
		.flexbox .box_width_2_3,
		.flexbox .box_width_1_4 { width: 100%; }
    }
}



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

#header { width: 100%; max-width: 980px; height: 126px; margin: 0 auto; }

#header_nav { left: 15px; width: 300px; line-height: 20px; }
#header_nav a { line-height: 20px; }

#wrapper { width: auto; max-width: 980px; height: auto; margin: 0; }


#footer { width: auto; max-width: 980px; height: auto; min-height: 94px; padding: 0 10px; }
#footer_left,
#footer_right { padding: 0; }	

#image_links { width: 100%; }

}


@media all and (max-width:768px) {
.outer_box	{ clear: both; float: none; width: 91.8%; margin: 0 0 20px 4.1%; }
	
.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; }
	
	
#header_content { padding: 15px 0; }	

#header_sprache { position: absolute; top: 40px; bottom: auto; }

#wrapper_bg {margin: 0; }



#line_top_bg { height: 14px; background-image: url(line_top.png); background-position: top left; background-repeat: repeat-x; z-index: 10; }
#line_top { position: absolute; top: 0; right: 0; width: 46%; height: 14px; background-color: #721248; }
#line_bottom_bg { position: relative; top: 0; bottom: auto; }
#line_bottom { position: absolute; top: 0; left: 0; width: 58%; height: 14px; background-color: #721248; }


#footer_bg { position: relative; top: 0; bottom: auto; height: auto; }
#footer_x { display: none; }



#footer_left,
#footer_right { float: none; width: 100%; text-align: left; }

#footer_award_winner { position: relative; top: 0; left: 0; margin: 0 0 15px 0; padding: 5px 0 0 0; text-align: left; }
	
#footer_social_media { top: 0; left: auto; right: 10px; text-align: right; }	

}


@media all and (max-width:620px) {
#header_content { display: none; }		
#image_links { display: none; }		

#header { width: 100%; max-width: 980px; height: auto; min-height: 126px; margin: 0; padding: 40px 0 0 0; }
	
#logo { position: relative; top: 0; left: 0; float: right; width: 200px; height: auto; padding: 0 0 10px 0; background-color: #333; }

#header_nav { clear: both; position: relative; top: auto; bottom: 0; left: 0; width: auto; height: auto; min-height: 20px; line-height: 20px; padding: 10px 20px; }
#header_nav a { line-height: 20px; }

#header_sprache { top: 50px; left: 10px; right: auto; text-align: left; }


}

@media all and (max-width:480px) {
.outer_box { clear: both; float: none; width: auto; margin: 0 10px 20px 10px; }
	
#header_sprache { width: 40px; }	
#header_sprache a { display: inline-block; margin-bottom: 5px; }
	
#hotline { clear: both; position: relative; top: 0; bottom: auto; left: auto; padding: 10px; }
	
#footer_social_media { top: 30px; }	
	
}



/* ------ yform ------ */ 

.yform div.alert { padding: 25px 30px 5px 30px; margin-bottom: 20px; border-radius: 4px; }
.yform div.alert span { margin-right: 15px; }
.yform div.alert-danger { border: 1px solid #b8c3cd; background-color: #f2dede; color: #a94442; }
.yform .alert > p { margin: 10px 0; }


.yform form { display: block; margin: 0 0 20px 0; padding: 0; }

.yform .form-group { clear: both; display: block; margin: 0 0 20px 0; }

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

.yform .form-control {
	display: block; width: 99%; height: auto; margin: 0; padding: 8px 12px;
	font-family: inherit; font-size: 14px; line-height: 20px; 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 input[type="radio"], .yform input[type="checkbox"] { margin: 0 5px 0 0; }

.yform .btn-primary {
	clear: both; display: block; width: auto; min-width: 140px; height: auto; margin: 0 0 10px 0; padding: 12px 25px;
    border: none; border-radius: 3px; font-weight: bold; text-align: center; 
	background-color: #FFF; color: #333; 
}
.yform .btn-primary:hover { background-color: #eee; color: #721248; }



/* eigene CSS Klassen */
.form_clear { clear: both; }

.form_left,
.form_right { display: block; float: left; width: 49%; margin: 0; padding: 0; }
.form_left { clear: both; }
.form_right { float: right; }

.form-check-group label { display: inline-block; }


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


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



/* ---  Cookie-Hinweis ohne OK-Button - Datenschutzinfo --- */
#datenschutzinfo { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #444; 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; }






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