/* --- 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_brown_light,
.section_bg_brown_dark,
.section_bg_template_3_brown_light
{ 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: #8c8b8b; }
.section_bg_brown_light { background-color: #c8b6a5; }
.section_bg_brown_dark { background-color: #9f8368; color: #fff; }
.section_bg_template_3_brown_light { background-color: #e7dec4; }

.section_no_padding  { padding: 0; }

.section_bg_brown_light, .section_bg_brown_light h1, .section_bg_brown_light h2, .section_bg_brown_light h3, .section_bg_brown_light p, .section_bg_brown_light li { color: #282829; }

.section_bg_brown_dark, .section_bg_brown_dark h1, .section_bg_brown_dark h2, .section_bg_brown_dark h3, .section_bg_brown_dark p, .section_bg_brown_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 { width: 1600px; 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: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; }

.box_bg_white { background-color: #fff; }
.box_bg_gray_light { background-color: #f3f3f3; }
.box_bg_gray_dark { background-color: #8c8b8b; }
.box_bg_brown_light { background-color: #c8b6a5; }
.box_bg_brown_dark { background-color: #9f8368; color: #fff; }

.section_no_padding .section_arrow { top: -15px; }


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


.box_bg_white .outer_box_inner { background-color: #fff; }
.box_bg_gray .outer_box_inner { background-color: #f0f0f0; }

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



/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-regular.woff') format('woff');
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-700.woff') format('woff');
}

/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/dancing-script-v24-latin-regular.woff2') format('woff2'),
       url('fonts/dancing-script-v24-latin-regular.woff') format('woff');
}

/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/dancing-script-v24-latin-700.woff2') format('woff2'),
       url('fonts/dancing-script-v24-latin-700.woff') format('woff');
}


html, body {
font-family: 'Roboto', Verdana, Arial, sans-serif; 
font-size: 16px; line-height: 25px; 
font-weight: 300;
color: #282829;
}


html { background-color: #fff; }

a { text-decoration: none; color: #9c5c1f; border-bottom: 1px solid #9f8368; }
a:hover { text-decoration: none; color: #9f8368; }
/* a:active, a:focus { outline: 2px dashed #9f8368; } */
a:hover img { opacity: 0.8; }

a.link_as_button { display: inline-block; padding: 10px 20px; font-size: 20px;
background-color: #9c5c1f; color: #FFF; text-decoration: none; border-bottom: none; }
a.link_as_button:hoverhover { background-color: #9f8368; color: #FFF; text-decoration: none; }

a.link_as_button.teaserlink { padding: 5px 15px; font-size: 16px; }

ul { margin: 0; padding: 0 0 10px 0; }
ul li { list-style-type: disc; list-style-position: outside; margin: 0 0 0 20px; 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: #22446b; text-transform: uppercase; }
h1, .like_h1 { font-size: 32px; } 
h2, .like_h2 { font-size: 25px; } 
h3, .like_h3 { font-size: 20px; } 
h4, .like_h4 { font-size: 18px; } 
h5, .like_h5 { font-size: 16px; } 
h6, .like_h6 { font-size: 14px; } 

/*
h1 { display: inline-block; position: relative; top: 0; left: 0; width: auto; height: auto; z-index: 1; margin: 0 0 20px 0; padding: 0; }
*/

h1 span,
h2 span { display: block; margin: 0 0 5px 0; text-align: center; color: #9f8368; font-size: 20px; font-weight: 400; text-transform: none; }
h2 span { font-size: 18px; }


.outer_box.headline { text-align: center; }


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: 66.6%; margin: 0 auto 20px auto; border: none; background-color: #9f8368; } 

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


#sprungmarken {display: block; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10000; } 
#sprungmarken a { display: block; height: 0; overflow: hidden; text-decoration: none; border-bottom: none; }

#sprungmarken a:focus,
#sprungmarken a:active {
  display: block; 
	height: auto;
  color: #fff;
  background: #333;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
	outline: none;
}



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

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


#main_nav_button.active { color: #9c5c1f; }
#main_nav_button.active:before,
#main_nav_button.active:after { background-color: #9c5c1f; }
#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: #9c5c1f; }
#main_nav_button.active:hover:before,
#main_nav_button.active:hover:after { background-color: #9c5c1f; }
*/


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

#main_nav_button:hover { transform: scale(1.1); }}

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


/* --- Menue-Dropdown-Menue --- */ 
#main_nav_bg { display: block; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1000; background-color: #fff; border-bottom: 1px solid #22446b; }

#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 210px; 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 10px 0 0; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 15px; 
font-size: 16px; line-height: 20px; color: #fff; background-color: #22446b; font-weight: 300; text-decoration: none; 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: #fff; background-color: #58698d; }

#main_nav li a span { display: block; font-size: 14px; color: #58698d; 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; }



/* --- Menue Responsive --- */
@media screen and (max-width: 980px) {  
    
#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: #fff; }
    
#main_nav { display: none; padding: 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; padding: 10px; color: #fff; background-color: #22446b; text-shadow: none; }
#main_nav li a:hover,
#main_nav li a.rex-active,
#main_nav li a.rex-current { color: #fff; background-color: #58698d; } 

	
#main_nav li a span { color: #fff; }
#main_nav li a:hover span,
#main_nav li a.rex-current span,
#main_nav li a.rex-active span { color: #fff; }	

/* Zweite Ebene */
#main_nav ul.rex-navi2  { display: none; }

}



#breadcrumb_bg { clear: both; display: block; }
#breadcrumb { display: block; width: 100%; max-width: 1200px; padding: 10px 2.5%; margin: 0 auto; }
#breadcrumb ul, #breadcrumb li { list-style: none; list-style-type: none; background-image: none; }
#breadcrumb ul { display: block; margin: 0; padding: 0; }
#breadcrumb li { display: inline-block; margin: 0; padding: 0; color: #333; font-size: 12px; line-height: 20px; }
#breadcrumb li::after { content: '>'; display: inline-block; margin: 0 5px 0 8px; padding: 0; }
#breadcrumb li:last-child::after { content: ''; display: none; }
#breadcrumb li a { display: inline-block; margin: 0; padding: 0; color: #999; text-decoration: none; border-bottom: none; }
#breadcrumb li a:hover {  color: #22446b; text-decoration: none; }


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

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

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

#header_bg { padding: 70px 0 0 0; }

.header_image_box img { width: 100%; max-width: none; }

#template_wechler { display: block; text-align: center; padding: 10px; }

#content { min-height: 80vh; }



/* -----------footer--------------------------- */
#footer_bg { clear: both; padding: 15px 0 1px 0; background-color: #22446b; }

#footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2.5%;
  color: #fff; font-size: 15px; line-height: 25px; 
}
.footer_box { display: block; width: 33%; margin: 0 0 15px 0; padding: 0; }

.footer_box span { white-space: nowrap; }
.footer_box span.footer_tel { display: inline-block; width: 50px; }
.footer_box span.not_mobile { display: block; height: 1px; overflow-x: hidden; text-indent: -99999px; }

#footer a { display: inline-block; margin: 0; color: #fff; text-decoration: none; border-bottom: none; }
#footer a:hover { color: #909bb7; text-decoration: none; }

#footer_box_2 { text-align: center; padding: 0 10px; }
#footer_box_3 { text-align: right; }
#footer_box_3 span.only_mobile { display: block; height: 1px; overflow: hidden; }




#footer_links { display: block; margin: 0; padding: 0 10px; color: #fff; text-align: center; font-size: 12px; line-height: 20px; }
#footer_links a { display: inline-block; margin: 0; color: #fff; text-decoration: none; border-bottom: none; }
#footer_links a:hover { color: #909bb7; text-decoration: none; }


@media all and (max-width:1200px) 
{
	.footer_box { display: block; width: 33%; }
}

@media all and (max-width:768px) 
{
	.footer_box { display: block; width: 49%; }
	#footer_box_2 { text-align: left; padding: 0; }
	#footer_box_3 { width: 100%; text-align: center; }
	#footer_box_3 span.only_mobile { display: inline-block; height: auto; margin: 0 5px; overflow: visible; }
}

@media all and (max-width:480px) 
{
	#footer { display: block; }	
	.footer_box { display: block; width: 100%; }
	#footer_box_3 { width: 100%; text-align: left; }
	#footer_links { text-align: left; }
}





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


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



.bildergalerie { clear: both; display: block; padding: 0; }
.bildergalerie_image { display: block; float: left; width: 46.25%; margin: 0 0 2.5% 2.5%; }
.bildergalerie_image a img { display: block; border: 1px solid #22446b; }

.bildergalerie .image_width_1_3 { clear: none; width: 30.00%; }
.bildergalerie .image_width_1_4 { clear: none; width: 21.875%; }
.bildergalerie .image_width_1_5 { clear: none; width: 17.00%; }
.bildergalerie .image_width_1_6 { clear: none; width: 13.75%; }


.header_image_box,
.header_image_text { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }
.header_image_text { position: absolute; top: auto; bottom: 0; z-index: 2; background-color: #fff; background-color: rgba(255, 255, 255, 0.75); color:#9c5c1f; text-align: center; }
.header_image_text p { margin: 0; padding: 10px 20px; }


#article_nav { clear: both; display: block; width: auto; margin: 0 2.78% 20px 2.78%; }
#article_nav_back { float: left; width: 20%; }
#article_nav_next { float: right; width: 20%; text-align: right; }
#article_nav_home { margin: 0 21%; text-align: center; }

.teaser_box  {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%; margin: 0; padding: 0;
}
.teaser_image,
.teaser_text { display: block; width: 48%; margin: 0; padding: 0; }




/* ------------ originalhovereffects ------------ */ 

.originalhovereffects .view {
float: left; display: block; position: relative; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1; overflow: hidden;
border: 1px solid #E0E0E0; background-color: #fff; text-align: center; cursor: default;
}
.originalhovereffects .view .mask, 
.originalhovereffects .view .flip_box {
display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1; overflow: hidden; }
.originalhovereffects .view .flip_text { display: block; padding: 0; text-align: left; font-size: 15px; line-height: 20px; }
.originalhovereffects .view img { display: block; position: relative; }
    

.originalhovereffects .view .flip_image_headline,
.originalhovereffects .view .flip_text_headline { color: #fff; font-size: 24px; line-height: 30px; font-weight: 700; text-shadow: 1px 1px 1px #333; text-align: center; }

.originalhovereffects .view .flip_image_headline span,
.originalhovereffects .view .flip_text_headline span { font-size: 18px; line-height: 25px; font-weight: 300; }



.originalhovereffects .view .flip_image_headline { display: block; position: absolute; top: 50px; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 10; overflow: hidden; }

.originalhovereffects .view .flip_text_headline { margin: 20px 0 0 0; padding: 10px; background: rgba(0, 0, 0, 0.8); }


.originalhovereffects .view:hover .flip_image_headline { display: none; }	
    
.originalhovereffects .view .flip_text_image_band { display: none; position: absolute; top: auto; bottom: 25px; left: 0; width: 100%; height: 25px; margin: 0; padding: 0; z-index: 1; overflow: hidden; background-color: #ee7202; background-color: rgba(238,114,2,0.8); background-color: rgba(0,0,0,0.8); }
    
.originalhovereffects .view .flip_text_image { display: none; position: absolute; top: auto; bottom: 0; left: 30px; width: auto; max-width: 120px; height: auto; margin: 0; padding: 0; z-index: 2; overflow: hidden; }

.flip_text_button { display: none; position: absolute; top: auto; bottom: 25px; left: auto; right: 25px; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; overflow: hidden; }



.originalhovereffects .view p {
   font-size: 16px;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.originalhovereffects .view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   box-shadow: 0 0 1px #000;
}
.originalhovereffects .view a.info:hover {
   box-shadow: 0 0 5px #000;
}


/* ------------------------------------------------------------*/
/* --- Spezielle Einstellungen fuer jeden Effekt ---*/
/* ------------------------------------------------------------*/

.originalhovereffects .view-first img {
   transition: all 0.2s linear;
}
.originalhovereffects .view-first .mask {
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   transition: all 0.4s ease-in-out;
}
.originalhovereffects .view-first .flip_text_headline {
   transform: translateY(-100px);
   opacity: 0;
   transition: all 0.2s ease-in-out;
}
.originalhovereffects .view-first p {
   transform: translateY(100px);
   opacity: 0;
   transition: all 0.2s linear;
}
.originalhovereffects .view-first:hover img {
   transform: scale(1.1,1.1);
}
.originalhovereffects .view-first a.info {
   opacity: 0;
   transition: all 0.2s ease-in-out;
}
.originalhovereffects .view-first:hover .mask {
   opacity: 1;
}
.originalhovereffects .view-first:hover .flip_text_headline,
.originalhovereffects .view-first:hover p,
.originalhovereffects .view-first:hover a.info {
   opacity: 1;
   transform: translateY(0px);
}
.originalhovereffects .view-first:hover p {
   transition-delay: 0.1s;
}
.originalhovereffects .view-first:hover a.info {
   transition-delay: 0.2s;
}

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

.originalhovereffects .view-third img {
   transition: all 0.2s ease-in;
}
.originalhovereffects .view-third .mask {
   background-color: rgba(0,0,0,0.6);
   opacity: 0;
   transform: translate(460px, -100px) rotate(180deg);
   transition: all 0.2s 0.4s ease-in-out;
}
.originalhovereffects .view-third .flip_text_headline {
   transform: translateY(-100px);
   transition: all 0.2s ease-in-out;
}
.originalhovereffects .view-third p {
   transform: translateX(300px) rotate(90deg);
   transition: all 0.2s ease-in-out;
}
.originalhovereffects .view-third a.info {
   transform: translateY(-200px);
   transition: all 0.2s ease-in-out;
}
.originalhovereffects .view-third:hover .mask {
   opacity: 1;
   transition-delay: 0s;
   transform: translate(0px, 0px);
}
.originalhovereffects .view-third:hover .flip_text_headline {
   transform: translateY(0px);
   transition-delay: 0.5s;
}
.originalhovereffects .view-third:hover p {
   transform: translateX(0px) rotate(0deg);
   transition-delay: 0.4s;
}
.originalhovereffects .view-third:hover a.info {
   transform: translateY(0px);
   transition-delay: 0.3s;
}

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

.originalhovereffects .view-fourth img {
   transition: all 0.4s ease-in-out 0.2s;
   opacity: 1;
}
.originalhovereffects .view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   opacity: 0;
   transform: scale(0) rotate(-180deg);
   transition: all 0.4s ease-in;
   border-radius: 0px;
}
.originalhovereffects .view-fourth .flip_text_headline {
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   transition: all 0.5s ease-in-out;
}
.originalhovereffects .view-fourth p {
   opacity: 0;
   transition: all 0.5s ease-in-out;
}
.originalhovereffects .view-fourth a.info {
   opacity: 0;
   transition: all 0.5s ease-in-out;
}
.originalhovereffects .view-fourth:hover .mask {
   opacity: 1;
   transform: scale(1) rotate(0deg);
   transition-delay: 0.2s;
}
.originalhovereffects .view-fourth:hover img {
   transform: scale(0);
   opacity: 0;
   transition-delay: 0s;
}
.originalhovereffects .view-fourth:hover .flip_text_headline,
.originalhovereffects .view-fourth:hover p,
.originalhovereffects .view-fourth:hover a.info {
   opacity: 1;
   transition-delay: 0.5s;
}

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

.originalhovereffects .view-fifth img {
   transition: all 0.3s ease-in-out;
}
.originalhovereffects .view-fifth .flip_box {
   background-color: rgba(146,96,91,0.3);
   transform: translateX(-100%);
   opacity: 1;
   transition: all 0.3s ease-in-out;
}
.originalhovereffects .view-fifth .flip_text_headline {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.originalhovereffects .view-fifth p {
   opacity: 0;
   color: #333;
   transition: all 0.2s linear;
}
.originalhovereffects .view-fifth:hover .flip_box {
   transform: translateX(0);
}
.originalhovereffects .view-fifth:hover img {
   transform: translateX(100%);
}
.originalhovereffects .view-fifth:hover p {
   opacity: 1;
}
	
	


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




/* --- yForm --- */ 
.yform div.alert { padding: 15px 30px 5px 30px; margin-bottom: 20px; }
.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: #9c5c1f;
	background-color: #fff; border: solid 1px #9f8368; box-shadow: none;
    outline: none;
}
.yform .form-control:hover { border-color: #9c5c1f; }
.yform .form-control:focus { border-color: #9c5c1f; outline: none; box-shadow: none; }

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

.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; 
    text-align: center; font-weight: 700; 
    background-color: #9c5c1f; color: #FFF; 
}
.yform .btn-primary:hover { background-color: #9f8368; 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_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}









/* --- Template 2 --- */ 
body.template002 h1,
body.template002 h2,
body.template002 h3 { color: #4e3733; } 

body.template002 h1 span,
body.template002 h2 span { color: #614f4b; }

body.template002 #main_nav_button { color: #4e3733; }
body.template002 #main_nav_button:before,
body.template002 #main_nav_button:after { background-color: #4e3733; }
body.template002 #main_nav_button:before { box-shadow: 0 9px 0 #4e3733; }
body.template002 #main_nav_button.active:before { box-shadow: none; }
body.template002 #main_nav_button.active:before,
body.template002 #main_nav_button.active:after { background-color: #4e3733; }


body.template002 #main_nav li a { background-color: #4e3733; }
body.template002 #main_nav li a:hover,
body.template002 #main_nav li a.rex-current,
body.template002 #main_nav li a.rex-active { background-color: #914a22; }

body.template002 #footer_bg { background-color: #4e3733; }


body.template003 .header_image_text { color: #4e3733; }

body.template002 .bildergalerie_image a img { border: 1px solid #4e3733; }

body.template002 .yform .btn-primary { background-color: #4e3733; color: #FFF; }
body.template002 .yform .btn-primary:hover { background-color: #914a22; color: #FFF; }

body.template002 .yform .form-control { color: #4e3733; border: solid 1px #4e3733; }
body.template002 .yform .form-control:hover { border-color: #914a22; }
body.template002 .yform .form-control:focus { border-color: #914a22; }

body.template002 .yform .btn-primary { background-color: #4e3733; color: #FFF; }
body.template002 .yform .btn-primary:hover { background-color: #914a22; color: #FFF; }




/* --- Template 3 --- */ 
body.template003 h1,
body.template003 h2 { font-family: 'Dancing Script', 'Roboto', Verdana, Arial, sans-serif; color: #185882; text-transform: none; font-size: 42px; } 
body.template003 h2 { font-size: 30px; } 


body.template003 h1 span,
body.template003 h2 span { font-family: 'Roboto', Verdana, Arial, sans-serif; color: #748443; }

body.template003 a { color: #185882; border-bottom: 1px solid #748443; }
body.template003 a:hover { color: #748443; }

body.template003 a.link_as_button { background-color: #185882; color: #FFF; }
body.template003 a.link_as_button:hover { background-color: #748443; color: #FFF; }


body.template003 #main_nav_button { color: #185882; }
body.template003 #main_nav_button:before,
body.template003 #main_nav_button:after { background-color: #185882; }
body.template003 #main_nav_button:before { box-shadow: 0 9px 0 #185882; }
body.template003 #main_nav_button.active:before { box-shadow: none; }
body.template003 #main_nav_button.active:before,
body.template003 #main_nav_button.active:after { background-color: #185882; }

body.template003 #logo { position: relative; top: 0; left: 0; width: 180px; margin: 0 auto; padding: 10px 0; z-index: 110; }
body.template003 #main_nav_button { display: block; }
body.template003 #main_nav { display: none; }
body.template003 #main_nav_bg.active #main_nav { display: block; }

body.template003 #main_nav li a { background-color: #185882; }
body.template003 #main_nav li a:hover,
body.template003 #main_nav li a.rex-current,
body.template003 #main_nav li a.rex-active { background-color: #748443; }

body.template003 #footer_bg { background-color: #185882; }

body.template003 .header_image_text { color: #185882; }
	
body.template003 .bildergalerie_image a img { border: 1px solid #185882; }


body.template003 .yform .form-control { color: #185882; border: solid 1px #185882; }
body.template003 .yform .form-control:hover { border-color: #748443; }
body.template003 .yform .form-control:focus { border-color: #748443; }

body.template003 .yform .btn-primary { background-color: #185882; color: #FFF; }
body.template003 .yform .btn-primary:hover { background-color: #748443; color: #FFF; }



body.template003 .originalhovereffects .view .flip_image_headline,
body.template003 .originalhovereffects .view .flip_text_headline { font-size: 18px; line-height: 25px; }

body.template003 .originalhovereffects .view .flip_image_headline span,
body.template003 .originalhovereffects .view .flip_text_headline span { font-size: 15px; line-height: 25px; }



/* --- Responsive --- */ 

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

#logo { display: block; position: relative; top: 0; left: 0; width: 180px; height: auto; margin: 0 75px 0 15px; padding: 10px 0; }
	
}



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

}



@media all and (max-width:480px) {
h1, .like_h1 { font-size: 26px; line-height: 32px; } 
h2, .like_h2 { font-size: 21px; line-height: 27px; } 

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

	


	
}
