/* --- 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_brown,
.section_bg_green
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 30px 0 10px 0; z-index: 1; }

.section_bg_none { background-color: transparent; }
.section_bg_white { background-color: #fff; color: #754339; }
.section_bg_brown { background-color: #754339; }
.section_bg_green { background-color: #c8dd76; }

.section_no_padding  { padding: 0; }

.section_bg_white, .section_bg_white h1, .section_bg_white h2, .section_bg_white h3, .section_bg_white p, .section_bg_white li { color: #754339; }

.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: 100px; }

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

.box_bg_white { background-color: #fff; color: #754339; }
.box_bg_brown { background-color: #754339; }
.box_bg_green { background-color: #c8dd76; }

.box_bg_white, .box_bg_white h1, .box_bg_white h2, .box_bg_white h3, .box_bg_white p, .box_bg_white li { color: #754339; }

.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 20px 0; text-align: center; }
.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; }




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

html { background-color: #a4c404; }

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

a.link_as_button { display: inline-block; padding: 5px 20px; border-radius: 5px;
background-color: #754339; color: #fff; text-decoration: none; border-bottom: none; }
a.link_as_button:hover { background-color: #fff; color: #754339; text-decoration: none; }

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

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-weight: 300; font-style: normal; font-size: 14px; line-height: 1.2; margin: 0 0 10px 0; color: #754339; }
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; } 


.outer_box.headline { }


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

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

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

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

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



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

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

#main_nav { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 40px 20px 20px 20px; 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 20px 10px; padding: 0; }
#main_nav li a { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 5px 20px; 
font-size: 20px; line-height: 30px; text-decoration: none; color: #754339; background-color: transparent; background-image: url(navigation_holz.png); background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: 0 0 5px 0 #754339; transition: all 200ms ease-in; }
#main_nav li a:hover { text-decoration: none; color: #000; }

#main_nav li a.rex-current,
#main_nav li a.rex-active { color: #000; }

#main_nav li a.rex-current:after,
#main_nav li a.rex-active:after{ content: ''; display: block; position: absolute; top: -30px; left: auto; right: -20px; width: 35px; height: 40px; margin: 0; padding: 0; transition: all 200ms ease-in-out; 
background-image: url(navigation_nagel.png); background-position: center; background-repeat: no-repeat; background-size: cover; }


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



/* --- Menue Responsive --- */

@media screen and (max-width: 768px) {  
	
#main_nav {	padding: 20px 5px 1px 5px; }	
    
#main_nav li a { padding: 5px 15px; font-size: 18px; line-height: 25px; }
	
#main_nav li a.rex-current:after,
#main_nav li a.rex-active:after{ top: -15px; left: auto; right: -10px; width: 17px; height: 20px; }	

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



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

#header_bg, #header, #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; }


#header_bg { }

#header { display: block; }
#logo { display: block; text-align: center; padding: 10px 20px 1px 20px; }
#logo a:hover img { opacity: 0.75; }

#content { min-height: 80vh; overflow: hidden; }



/* -----------footer--------------------------- */
#footer_bg { clear: both; padding: 20px 0 1px 0; background-color: #754339; }

#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 20px 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: #fff; text-decoration: underline; }

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

@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: left; }
	#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%; }
}





/* ---  Cookie-Hinweis ohne OK-Button - Datenschutzinfo --- */ 
#datenschutzinfo { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #754339; font-size: 12px; line-height: 20px; color: #fff; text-align: center; border-top: 1px solid #A35E50; }
#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 { }




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




/* --- 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: #58698d; color: #FFF; 
}
.yform .btn-primary:hover { background-color: #001f40; color: #FFF; }

.yform .pflichtfelder { font-size: 0.8em; }

/* Honeypot gegen SPAM */
#yform-contact_formular-email_betreff { display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; }
#yform-contact_formular-email_betreff.has-error { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 20px 20px 1px 20px; border: 1px solid #a94442; opacity: 1; background-color: #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 fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_fadeInRight{animation-name:fadeInRight}

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

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

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

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

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

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

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

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

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

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





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

	

}



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


	
}
