@-ms-viewport {
width: device-width !important
}
@media (min-width: 768px) {
.container {
	width: 738px;  /*change 1170 to 970*/
}
}
@media (min-width: 992px) {
.container {
	width: 970px;  /*change 1170 to 970*/
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;  /*change 1170 to 970*/
}
}
html { font-size: 62.5%; } 
body {background-color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000000;
	word-wrap: normal;
	white-space: normal;
}

@media (min-width:768px){ 
.body-background { background: #9bc31c url('../images/background-site-xl.png') center 0px no-repeat;-moz-background-size: 2800px 1120px; -webkit-background-size: 2800px 1120px; -o-background-size: 2800px 1120px; background-size: 2800px 1120px; } }
@media (min-width:768px){ 
.body-background { background: #9bc31c url('../images/background-site-md.png') center 0px no-repeat;-moz-background-size: 2800px 1120px; -webkit-background-size: 2800px 1120px; -o-background-size: 2800px 1120px; background-size: 2800px 1120px; } }
@media (min-width:992px){ 
.body-background { background: #9bc31c url('../images/background-site-lg.png') center 0px no-repeat;-moz-background-size: 2800px 1120px; -webkit-background-size: 2800px 1120px; -o-background-size: 2800px 1120px; background-size: 2800px 1120px; }  }
@media (min-width:1200px){ 
.body-background { background: #9bc31c url('../images/background-site-xl.png') center 0px no-repeat;-moz-background-size: 2800px 1120px; -webkit-background-size: 2800px 1120px; -o-background-size: 2800px 1120px; background-size: 2800px 1120px; }  }

p { font-size: 1.6rem; line-height: 1.8; margin: 0 0 0 0; }
a { color: #9bc31c; outline: none; text-decoration: none; outline: none !important;}
a:visited { color: #9bc31c; outline: none !important; }
a:focus { outline: thin dotted; }
a:active, a:hover { color: #000000; outline: none; text-decoration: none; }
.content-block ol,ul { margin: 0 0 0 0; padding: 0 0 0 1.2rem;  }
.content-block  ul { list-style: none; list-style-type: none;  }
.content-block  li > ul { margin: 0;  }
.content-block  li {
 padding-left: 0.8rem; 
  text-indent: -2.15rem;
 padding-bottom: 0px;
 padding-right: 0;
}

.content-block  li:before {
  color: #9bc31c; 
  content: "■ "; 
  font-family:"Arial";
  font-size: 2.2rem;
}
td { background: #f8f8f8; border-bottom: 1px solid #fff; border-right: 1px solid #fff; padding-bottom: 5px; padding-left: 15px; padding-right: 15px; padding-top: 5px; vertical-align: top; }
td.first_col { background: #f8f8f8; padding-left: 0px; }
td.first_row { background: #f8f8f8; padding-top: 5px; }
td.header_col { background: #f4f4f4; padding-left: 15px; }
td.header_row { background: #f4f4f4; padding-top: 5px; }
td.header_col.header_row { background: #ffffff; }

@media screen and (max-width: 767px) {
	table { overflow-x: auto; display: block; }
}


@media (max-width:999px) {
a.phone { color: #9bc31c; cursor: pointer; }
a.phone:hover { color: #000000; cursor: pointer; }
a.phone:visited { color: #9bc31c !important; cursor: pointer; }
}

a.phone { color: inherit !important; cursor: text; }
a.phone:hover { color: inherit !important; cursor: text; }
a.phone:visited { color: inherit !important; cursor: text; }
h1, h2, h3, h4, h5, h6 { font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 400; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
h1 { color: #9bc31c; font-size: 3.0rem; line-height: 1.1; margin: 0 0 0 0; letter-spacing: 0px;padding: 0;}
h1.title {  margin: 0.5rem 0 3.4rem 0; font-weight: 700; }
h2 { color: #9bc31c; font-size: 2.6rem; line-height: 1.2; margin: 0 0 0 0; padding: 0;}
h3 { color: #9bc31c; font-size: 2.3rem; line-height: 1.2; margin: 0 0 0 0; padding: 0;}
h4 { color: #9bc31c; font-size: 2.1rem; line-height: 1.2; margin: 0 0 0 0; padding: 0;}
h5 { color: #9bc31c; font-size: 1.9rem; line-height: 1.2; margin: 0 0 0 0;padding: 0; }
h6 { color: #9bc31c; font-size: 1.7rem;	line-height: 1.2; margin: 0 0 0 0; padding: 0;}

@media (min-width:576px){ 
h1 { font-size: 3.0rem;}
h1.title {  margin: 0.8rem 0 4.0rem 0; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.3rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.9rem; }
h6 { font-size: 1.7rem;} 
 }
@media (min-width:768px){ 
h1 { font-size: 3.6rem;line-height: 1;}
h1.title {  margin: 1rem 0 5.0rem 0; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.3rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.9rem; }
h6 { font-size: 1.7rem;} 
}
@media (min-width:992px){ 
h1 { font-size: 3.8rem;;}
h1.title {  margin: 0.6rem 0 5.0rem 0; }
h2 { font-size: 3.0rem; }
h3 { font-size: 2.5rem;}
h4 { font-size: 2.3rem;}
h5 { font-size: 2.0rem; }
h6 { font-size: 1.8rem;} 
}
@media (min-width:1200px){ 
h1 { font-size: 4.6rem;;}
h1.title {  margin: 0.5rem 0 5.0rem 0; }
h2 { font-size: 3.2rem; }
h3 { font-size: 2.7rem;}
h4 { font-size: 2.4rem;}
h5 { font-size: 2.1rem; }
h6 { font-size: 1.8rem;} }

b,strong {font-weight: 700;}



/* HEADER - Main-Navigation/Logo - START */
/*****************************************/

.container-navigation { background: none; height: 50px; margin-top: 0px; 
-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.0);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.0);
}
.logo { height: auto; left: 0; max-width: 100%;  width: 170px; padding: 0 15px 0 15px; position: absolute; top: 35px; }
#navigation { display: none; }
#navigation ul { float: left; height: 36px; list-style: none; margin: 0; padding: 0; position: relative; }
#navigation ul a { color: #000; display: block; font-size: 1.5rem; font-weight: 700; line-height: 1; padding: 0 0 0 0; text-decoration: none; font-family: 'Fira Sans Extra Condensed', sans-serif;}
#navigation ul ul a { font-size: 1.4rem; font-weight: 400; line-height: 1; padding: 0; }
#navigation ul li { float: left; margin: 0 0 0 0; margin-right: 10px; padding-bottom: 10px; padding-right: 10px; position: relative; background: url('../images/navigation-items-background-line.png') left bottom no-repeat; background-size: 200px 120px; moz-background-size: 200px 120px; o-background-size: 200px 120px; webkit-background-size: 200px 120px; }
#navigation ul li:last-child { border: none; margin-right: 0; padding-right: 0; }
#navigation ul li.current-menu-item a { color: #9bc31c; font-weight: 700; }
#navigation ul li:hover a { color: #9bc31c; }
#navigation ul ul { background-clip: padding-box; background-color: #fff; border: none; border-radius: 0px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); display: none; float: left; height: auto; list-style: none; margin: 0px 0 0 0; min-width: 180px; padding: 5px 0; position: absolute; left: 0;  text-align: left; top: 100%; webkit-background-clip: padding-box; webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); width: auto; z-index: 1000; }
#navigation ul ul li { border: none; display: block; background: none;float: none; font-weight: 400; margin: 0 0 0 0; padding: 8px 10px; text-align: left; width: auto; }
#navigation ul ul li:last-child { padding-right: 10px; }
#navigation ul li:hover > ul li a,
#navigation ul li:hover > ul li a:visited { border: none; color: #000000; font-weight: 400;}
#navigation ul li:hover > ul li a:hover,
#navigation ul li:hover > ul li a:focus { border: none; color: #9bc31c; font-weight: 400; }
#navigation ul li:hover > ul li.current-menu-item a { font-weight: 400; }
#navigation ul li:hover > ul { display: block; }
#navigation ul li:hover > ul li.current-menu-item a,
#navigation ul li:hover > ul li.current-menu-item a { border: none; color: #9bc31c; font-weight: 700; }
#navigation ul li.highlight a { font-weight: 700; }
#navigation ul li.highlight ul li a { font-weight: 400; }
#navigation ul li.highlight ul li.highlight a,
#navigation ul ul li.highlight a { font-weight: 700; }

@media (max-width:767px) and (orientation: landscape) { .logo {	width: 220px; height: auto;}}

@media (min-width:576px){ .logo { height: auto; padding: 0 0 0 0; position: relative; width: 220px;top: 25px; } }

@media (min-width:768px){ 
.container-navigation { height: 110px; margin-top: 0px;-webkit-box-shadow: none; -moz-box-shadow: none;box-shadow: none; }
.container-navigation .container, .container-navigation .container .row {}
.logo { height: auto; padding: 0 0 0 0; position: relative; float: right; width: 250px;top: 30px; }
#navigation { display: block; }
#navigation ul { margin-top: 0px; }
#navigation ul li { padding-top: 20px; }
#navigation ul a { color: #000; display: block; font-size: 1.4rem; font-weight: 400; line-height: 1; padding: 0; text-decoration: none; text-shadow: 5px 5px 10px rgba(255, 255, 255, 1); }
#navigation ul ul a { font-size: 1.3rem; font-weight: 400; line-height: 1; padding: 0; }
 }
@media (min-width:992px){ 
.container-navigation { height: 130px; }
.logo { top: 45px; width: 290px; }
#navigation ul { margin-top: 0px; }
#navigation ul li { padding-top: 20px; }
#navigation ul a { font-size: 1.6rem; }
#navigation ul ul a { font-size: 1.3rem; }
  }
@media (min-width:1200px){ 
.container-navigation { height: 130px; }
.logo { top: 65px; width: 250px !important; max-width: 100%; }
#navigation ul { margin-top: 0px; }
#navigation ul li { padding-top: 80px; }
#navigation ul a { font-size: 1.6rem; }
#navigation ul ul a { font-size: 1.4rem; }
  }


/*****************************************/
/* HEADER - Main-Navigation/Logo - END */


/* HEADER - Sub-Navigation - START */
/*****************************************/

.container-navigation-sub {padding-top: 30px; height: 40px; opacity: 0;}
.container-navigation-sub.navigation-sub-empty {padding-top: 30px; height: 40px; opacity: 0;}
.navigation-sub { background-color: none !important; background-image: none !important; border-radius: 0px !important; box-shadow: none !important; display: none; margin: 0 0 0 0 !important; margin-bottom: 0px !important; webkit-box-shadow: none !important; }
.navigation-sub ul { float: left; height: auto; list-style-type: none; margin: 0; padding: 0 0 0 0; padding: 0; }
.navigation-sub ul li { display: inline; float: left; font-size: 1.3rem !important; line-height: 1 !important; margin: 0 0 5px 0; margin-right: 20px; padding: 0; padding-right: 0px; position: relative; }
.navigation-sub ul li:last-child { margin-right: 0; padding-right: 0; }
.navigation-sub ul li a { background: none; color: #999999; font-weight: 300; padding: 0px 0 0 0; text-decoration: none; font-family: 'Fira Sans Extra Condensed', sans-serif;}
.navigation-sub ul li a:hover { background: none; background-color: none; color: #9bc31c; text-decoration: none; }
.navigation-sub ul li.active a { background: none; color: #9bc31c; font-weight: 700; }
.navigation-sub ul li.highlight a { font-weight: 700; }

@media (min-width:768px){ 
.container-navigation-sub {padding-top: 30px; height: 90px;opacity: 1;}
.container-navigation-sub.navigation-sub-empty {padding-top: 30px; height: 60px;opacity: 1;}
.navigation-sub {float:left; display: block;padding-bottom: 10px;}
.navigation-sub ul li { padding-right: 10px; margin-right: 10px; font-size: 1.4rem !important; line-height: 1 !important; }
}
@media (min-width:992px){ 
.navigation-sub ul li { font-size: 1.4rem !important; line-height: 1 !important; }
}
@media (min-width:1200px){  
}


/*****************************************/
/* HEADER - Sub-Navigation - END */


/* HOME Containers - START */
/*****************************************/


.container-content-background-home {padding: 40px 15px 50px 15px; height: auto; z-index: 0; display: block;margin: 0px auto 0 auto;  width: 100%; overflow: hidden; background:url('../images/background-pages-xs-shadow-top.png') left 0 no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;} 
.container-header-image {z-index: 0; display: block;margin: 31px auto 0 auto;  width: 100%; overflow: hidden; padding: 0; height: auto;} 
#header_image_home img#spacer { height: auto; width: 100%; display: none;}
#header_image_home img#real_image { display: block; height: auto; width: 100%; }
.container-home-block-1 {min-height: auto;}
.container-home-block-1 .home-block-left {}
.container-home-block-1 .home-block-right {padding-top: 35px;}
.container-home-block-2 {}

@media (min-width:576px){
.container-content-background-home { margin: 40px auto 0 auto;height: 230px;background:url('../images/background-home-md.png') center top no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; padding: 0 0 50px 0;}
.container-header-image {margin: 31px auto 0 auto;  width: 570px; height: 140px;} 
#header_image_home img#spacer { height: 140px; display: block }
#header_image_home img#real_image { display: none;}

  }

@media (min-width:768px){
.container-content-background-home { margin: 0px auto 0 auto;height: 215px;background:url('../images/background-home-md.png') center top no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; }
.container-header-image {margin: 31px auto 0 auto;  width: 760px; height: 140px;} 
#header_image_home img#spacer { height: 140px;  }
.container-home-block-1 {min-height: 250px;}
.container-home-block-1 .home-block-left {}
.container-home-block-1 .home-block-right {padding-top: 55px;}
.container-home-block-2 {}
  }
@media (min-width:992px){  
.container-content-background-home { margin: 20px auto 0 auto;height: 260px;background:url('../images/background-home-lg.png') center top no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; }
.container-header-image {margin: 31px auto 0 auto;  width: 990px; height: 184px;} 
#header_image_home img#spacer { height: 184px; }
.container-home-block-1 {min-height: 300px;}
.container-home-block-1 .home-block-left {}
.container-home-block-1 .home-block-right {padding-top: 65px;}
.container-home-block-2 {}
}
@media (min-width:1200px){ 
.container-content-background-home { margin: 40px auto 0 auto;height: 320px;background:url('../images/background-home-xl.png') center top no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; }
.container-header-image {margin: 31px auto 0 auto;  width: 1190px; height: 223px;} 
#header_image_home img#spacer { height: 223px;  }
.container-home-block-1 {min-height: 350px;}
.container-home-block-1 .home-block-left {}
.container-home-block-1 .home-block-right {padding-top: 75px;}
.container-home-block-2 {}
}
@media (min-width:768px) and (max-width:991px){
.container-home-block-1 h1 { font-size: 3.3rem;}
.container-home-block-1 h2 { font-size: 2.6rem;}
.container-home-block-1 h3 { font-size: 2.3rem;}
.container-home-block-1 h4 { font-size: 2.0rem;}
.container-home-block-1 h5 { font-size: 1.8rem;}
.container-home-block-1 h6 { font-size: 1.6rem;}
}

/*****************************************/
/* HOME Containers - END */


/* PAGE Containers - START */
/*****************************************/

.container-content-background-top,
.container-content-background-bottom,
.container-content-background-page {  display: none; }
.container-content { display: block; height: auto; margin-top: 0; overflow: visible; z-index: 2; min-height: 280px; }
.padding_bottom_0 {padding-bottom: 0px;}
.padding_bottom_25 {padding-bottom: 25px;}
.padding_bottom_50 {padding-bottom: 50px;}
.padding_bottom_75 {padding-bottom: 75px;}
.padding_bottom_100 {padding-bottom: 100px;}
.padding_bottom_125 {padding-bottom: 125px;}
.padding_bottom_150 {padding-bottom: 150px;}


.container-content-background-top {padding: 31px 0 0 0 !important; height: auto; z-index: 0; display: block;margin: 0 auto;  width: 100%; overflow: hidden; background:url('../images/background-pages-xs-shadow-top.png') left 0 no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;} 
.container-content-background-bottom {padding: 0 0 32px 0 !important;height: auto; z-index: 0;display: block;margin: 0 auto;  width: 100%; overflow: hidden; background:none;}
.container-content-background-page { height: auto; z-index: 0; display: block;margin: 0 auto;  width: 100%; overflow: hidden; z-index: 2; background:none; padding-bottom: 50px;min-height: 280px;}

@media (min-width:768px){
.container-content { min-height: 280px; }
.container-content-background-top {background:url('../images/background-pages-md-shadow-top.png') center 0 no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;} 
.container-content-background-bottom {background:url('../images/background-pages-md-shadow-bottom.png') center bottom no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;}
.container-content-background-page { background:url('../images/background-pages-md.png') center top repeat-y; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; padding-bottom: 50px;}

  }
@media (min-width:992px){ 
.container-content-background-top { background:url('../images/background-pages-lg-shadow-top.png') center 0 no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;}
.container-content-background-bottom {background:url('../images/background-pages-lg-shadow-bottom.png') center bottom no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;}
.container-content-background-page { background:url('../images/background-pages-lg.png') center top repeat-y; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; padding-bottom: 50px;}
}
@media (min-width:1200px){ 
.container-content-background-top { background:url('../images/background-pages-xl-shadow-top.png') center 0 no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;}
.container-content-background-bottom {background:url('../images/background-pages-xl-shadow-bottom.png') center bottom no-repeat; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px;}
.container-content-background-page { background:url('../images/background-pages-xl.png') center top repeat-y; -moz-background-size: 1280px 300px; -webkit-background-size: 1280px 300px; -o-background-size: 1280px 300px; background-size: 1280px 300px; padding-bottom: 50px; }
  }

/*****************************************/
/* PAGE Containers - END */



/* PROMO SPALTEN - START */
/*****************************************/

.promo_image {width: 100%; position: relative; background:url('../images/background_promo_images.png') center center no-repeat; -moz-background-size: 853px 334px; -webkit-background-size: 853px 334px; -o-background-size: 853px 334px; background-size: 853px 334px;}
.promo_image img {display: block; width: 100%; height: 150px; border: 5px solid #9bc31c;}
.promo_title {display: table-cell; width: auto; padding: 5px 10px 5px 10px; background: #ffffff; position: absolute; right: 0; bottom: 15px; font-size: 1.3rem; line-height: 1;font-weight: 700; color: #fff; z-index: 2;}
a.promo_box .promo_image img,
a.promo_box:visted .promo_image img {border: 5px solid #9bc31c;text-decoration: none;outline: none;}
a.promo_box .promo_title,
a.promo_box:visited .promo_title {background: #9bc31c; color: #ffffff;text-decoration: none;outline: none;}
a.promo_box:active .promo_image img,
a.promo_box:hover .promo_image img {border: 5px solid #cccccc;text-decoration: none;outline: none;}
a.promo_box:active .promo_title,
a.promo_box:hover .promo_title {background: #cccccc; color: #ffffff;text-decoration: none;outline: none;}


.promo_container_cols_3 .promo_image img {height: 145px;}
.promo_container_cols_2 .promo_image img {height: 145px;}
.promo_container_cols_1 .promo_image img {height: 145px;}

@media (min-width:576px){ 
.promo_container_cols_3 .promo_image img {height: 195px;}
.promo_container_cols_2 .promo_image img {height: 195px;}
.promo_container_cols_1 .promo_image img {height: 195px;}
.promo_title {padding: 5px 10px 5px 10px; bottom: 20px; font-size: 1.6rem;font-weight: 700;}
}
@media (min-width:768px){ 
.promo_image img {border: 5px solid #ffffff;}
a.promo_box .promo_image img,
a.promo_box:visted .promo_image img {border: 5px solid #ffffff;text-decoration: none;outline: none;}
a.promo_box .promo_title,
a.promo_box:visited .promo_title {background: #ffffff; color: #000000;text-decoration: none;outline: none;}
a.promo_box:active .promo_image img,
a.promo_box:hover .promo_image img {border: 5px solid #f7f7f7;text-decoration: none;outline: none;}
a.promo_box:active .promo_title,
a.promo_box:hover .promo_title {background: #f7f7f7; color: #9bc31c;text-decoration: none;outline: none;}

.promo_container_cols_3 .promo_image img {height: 130px;}
.promo_container_cols_2 .promo_image img {height: 130px;}
.promo_container_cols_1 .promo_image img {height: 251px;}
.promo_title {padding: 3px 10px 3px 10px; bottom: 15px; font-size: 1.5rem;}
}
@media (min-width:992px){ 
.promo_container_cols_3 .promo_image img {height: 114px;}
.promo_container_cols_2 .promo_image img {height: 185px;}
.promo_container_cols_1 .promo_image img {height: 333px;}
.promo_title {padding: 5px 10px 5px 10px; bottom: 15px; font-size: 1.5rem;}
}
@media (min-width:1200px){ 
.promo_container_cols_3 .promo_image img {height: 138px;}
.promo_container_cols_2 .promo_image img {height: 215px;}
.promo_container_cols_1 .promo_image img {height: 404px;}
.promo_title {padding: 5px 10px 5px 10px; bottom: 15px; font-size: 1.8rem;}
}


/*****************************************/
/* PROMO SPALTEN - END */




/* FOOTER Containers - START */
/*****************************************/


.container-footer-bar { background: #ffffff; color: #000000; display: block; font-weight: 200; height: auto;line-height: 1.2; height: auto; overflow: hidden; padding: 25px 15px 25px 15px; z-index: 2; font-family: 'Fira Sans Extra Condensed', sans-serif; }
.container-footer-bar.footer-bar-1 { background: #999999; color: #ffffff; padding: 25px 15px 25px 15px; margin-top: 75px;  }
.container-footer-bar.footer-bar-1 .text-right { text-align: left !important; padding-top: 25px;  }
.container-footer-bar.footer-bar-1 p { color: #ffffff; font-size: 1.7rem; margin-bottom: 0 !important; padding: 4px 0 0 0 !important; }
.container-footer-bar.footer-bar-1 a,
.container-footer-bar.footer-bar-1 p a:visited { color: #ffffff; text-decoration: none; }
.container-footer-bar.footer-bar-1 p a:focus,
.container-footer-bar.footer-bar-1 a:focus i { outline: thin dotted; }
.container-footer-bar.footer-bar-1 p a:active, 
.container-footer-bar.footer-bar-1 p a:hover,
.container-footer-bar.footer-bar-1 a:active i, 
.container-footer-bar.footer-bar-1 a:hover i { color: #9bc31c; outline: 0; text-decoration: none; }
.container-footer-bar.footer-bar-2 { background: #ffffff; color: #cccccc;  padding: 20px 15px 20px 15px;  }
.container-footer-bar.footer-bar-2 .text-right { text-align: left !important; padding-top: 25px;  }
.container-footer-bar.footer-bar-2 p { color: #cccccc; font-size: 1.4rem; font-weight: 400; line-height: 1.2; margin-bottom: 0 !important; padding: 0 !important; }
.container-footer-bar.footer-bar-2 a,
.container-footer-bar.footer-bar-2 a:visited { color: #cccccc !important; text-decoration: none; }
.container-footer-bar.footer-bar-2 a:focus { outline: thin dotted; }
.container-footer-bar.footer-bar-2 a:active, 
.container-footer-bar.footer-bar-2 a:hover { color: #9bc31c !important; outline: 0; text-decoration: none; }


@media (min-width:576px){ 
.container-footer-bar.footer-bar-1 .text-right,
.container-footer-bar.footer-bar-2 .text-right { text-align: right !important; padding-top: 0px; }
 }
@media (min-width:768px){ 
 }
@media (min-width:992px){  
.container-footer-bar.footer-bar-1 p { color: #ffffff; font-size: 1.5rem; margin-bottom: 0 !important; padding: 4px 0 0 0 !important; }
}
@media (min-width:1200px){ 
.container-footer-bar.footer-bar-1 p { color: #ffffff; font-size: 1.7rem; margin-bottom: 0 !important; padding: 4px 0 0 0 !important; }

}

/*****************************************/
/* FOOTER Containers - END */



@media (max-width:767px) and (orientation: portrait) {}
@media (max-width:767px) and (orientation: landscape) {}
@media (min-width:768px) {}




img {
	border-style: none;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.wp-caption-text,
.wp-caption p,
.wp-caption {
	color: #999;
	font-size: 1.4rem !important;
	font-style: normal;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}


	

.wp-caption .wp-caption-text {
	margin: 10px 0 0 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin-top: 7px;
	margin-bottom: 25px;
}
/* Fix image alignment */
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}
img.aligncenter,
img.alignnone {
	margin-top: 7px;
}

@-ms-viewport { width: 1024px; }
@viewport { width: 1024px; }


/* MOBILE Menue - START */
/*****************************************/


#menu_mobile:not( .mm-menu ) { display: none; }
.container-mobile-menu { padding: 0 !important; }
.container-mobile-menu .container, .container-mobile-menu .container .row { padding: 0 0 0 0 !important; }
.mmenu-container { background: #9bc31c !important; height: 40px; margin-top: 0px; padding: 5px 0; z-index: 10000000; }
a.mmenu-bar { display: block; }
#header.static a.mmenu-bar { top: 10px; }
a.mmenu-bar { color: #9bc31c; font-size: 21px; padding-right: 0px; padding-top: 25px; text-decoration: none; }
a.mmenu-bar:hover { color: #9bc31c; text-decoration: none; }
.mm-menu { background: #9bc31c; color: rgba(255, 255, 255, 1); }
ul.mm-listview li { color: #fff; font-size: 1.8rem; font-style: normal; font-weight: 400; line-height: 1; text-decoration: none; }
ul.mm-listview li:hover > a, ul.mm-listview li.active > a { color: rgba(255, 255, 255, 1) !important; font-weight: 700; }
.mm-list > li > a, .mm-list > li > span { color: inherit; display: block; line-height: 20px; margin: 0; overflow: hidden; padding: 10px 15px 10px 30px; text-overflow: ellipsis; white-space: nowrap; }
ul.mm-listview li a { color: rgba(255, 255, 255, 1); width: 100%; }
.mm-menu .mm-header > a { color: rgba(255, 255, 255, 1); }
.mm-header .mm-title { font-weight: 700; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.mm-menu .mm-list { padding: 0 0 20px 0; }
.mm-menu.mm-front { box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); z-index: 1; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after { left: auto; margin-left: 0px; position: relative; width: auto; }
.mm-menu { color: rgba(255, 255, 255, 1); }
.mm-menu .mm-list > li:after { border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose { background: rgba(0, 0, 0, 0.1); color: rgba(255, 255, 255, 1); font-weight: 700; }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before { border-color: rgba(255, 255, 255, 1); }
.mm-menu .mm-list > li > a.mm-subopen:before { border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
 .mm-menu .mm-list > li.mm-selected > span { background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label { background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
 .mm-menu.mm-vertical .mm-list li.mm-opened > ul { background: rgba(255, 255, 255, 0.05); }
 .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after,
 .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 1);
}
  @media only screen and (min-width: 576px) {a.mmenu-bar { font-size: 24px;  padding-top: 22px; } }
 @media only screen and (min-width: 768px) {

a.mmenu-bar,.mmenu-container, .mmenu-bar { display: none !important; }
.mmenu-container { margin-top: 0px !important;;z-index: -10 !important;; height: 1px !important;; padding: 0 0 !important;;}
#menu_mobile {display: none !important; }
.mm-page {padding-top: 0px !important;;margin-top: 0px !important;; height: 0px !important;top: 0px !important;;}
}

/*****************************************/
/* MOBILE Menue - END */




/* CONTACT Form - START */
/*****************************************/


.cbp-mc-form {
    position: relative;
}
 
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
    content: " "; display: table; 
}
 
.cbp-mc-form:after { 
    clear: both; 
}
 
.cbp-mc-column-1 {
    width: 50%;
    padding: 0 15px 20px 0px;
    float: left;
}
.cbp-mc-column-2 {
    width: 50%;
    padding: 0 0px 20px 15px;
    float: left;
}
.cbp-mc-column-full {
    width: 100%;
    padding: 0 0px 20px 0px;
    float: left;
}
 
.cbp-mc-form label {
    display: block;
    padding: 0 5px 5px 2px;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    cursor: pointer;
}
 
.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
    line-height: 19px;
    font-size: 15px;
    padding: 4px 8px;
    color: #777777;
    display: block;
    width: 100%;
    background: #eee;
}
.cbp-mc-form input[type='checkbox'] {
    display: inline;
	margin-right: 10px;
}
.checkbox.checkbox-inline {display: inline; }
.checkbox.checkbox-inline label {display: inline; }
 
.cbp-mc-form input,
.cbp-mc-form textarea {
    border: 1px solid #b5b5b5;
}
.cbp-mc-form textarea {
	resize: vertical;
}
 
.cbp-mc-form textarea {
    min-height: 200px;
}
 
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
    outline: none;
    border: 1px solid #b5b5b5;
}
 
.cbp-mc-form select:focus {
    outline: none;
}
 
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd;
    font-style: italic;
}
 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-style: italic;
}
 
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd;
    font-style: italic;
}
 
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ddd;
    font-style: italic;
}
 
.cbp-mc-submit-wrap {
    text-align: left;
    padding-top: 20px;
    clear: both;
}
 
.cbp-mc-form input.cbp-mc-submit {
    background: #9bc31c;
    border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    font-size: 15px;
    border-radius: 2px;
    letter-spacing: 0px;
	clear: both;
    background-color: #9bc31c;
    border: 0 none;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.cbp-mc-form .checkbox,
.cbp-mc-form .radio {margin-top: 0px !important;}
 
.cbp-mc-form input.cbp-mc-submit:hover {
    background: #000000;
}
.success, .success_label {display:none;}
.success_label_hide, .no-success {display:block;}
 
@media screen and (max-width: 0em) {

.cbp-mc-column-1, .cbp-mc-column-2, .cbp-mc-column-full {
    width: 100%;
    padding: 0 0px 10px 0px;
    float: left;
}
}
 
@media screen and (max-width: 0em) {
.cbp-mc-column-1, .cbp-mc-column-2, .cbp-mc-column-full {
    width: 100%;
    padding: 0 0px 10px 0px;
    float: left;
}
}
.error {color: #FF0000;}
.cbp-mc-form h4 {display: inline !important;}

/*****************************************/
/* CONTACT Form - END */




/* SIMPLE LIGHTBOX - START */
/*****************************************/
.sl-overlay { background: #fff !important; opacity: 0.9 !important; }
.sl-wrapper button { font-size: 28px !important; }
.sl-wrapper .sl-close { height: 44px; width: 44px; line-height: 44px; color: #9bc31c !important; font-size: 1rem !important; outline: 0 !important;}
.sl-wrapper .sl-close:hover { height: 44px; width: 44px; line-height: 44px; color: #999999 !important; font-size: 1rem !important; outline: 0 !important; opacity: 1 !important;}
.sl-wrapper .sl-counter { color: #9bc31c !important; font-size: 2rem !important; }
.sl-wrapper .sl-navigation button { height: 44px; width: 22px; line-height: 44px; color: #9bc31c !important; outline: 0 !important;}
.sl-wrapper .sl-navigation button:hover { height: 44px; width: 22px; line-height: 44px; color: #999999 !important; outline: 0 !important; opacity: 1 !important;}
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev { font-size: 3rem !important; outline: 0 !important; }
.sl-wrapper .sl-image .sl-caption { padding: 0; color: #9bc31c !important; background: rgba(0, 0, 0, 0) !important; bottom: -30px !important; left: 0; right: 0; font-size: 1.6rem !important;}
.sl-wrapper .sl-image .sl-download { color: #999999 !important; }
.sl-spinner { border: 5px solid #999999 !important; }
.sl-wrapper a:focus {outline: 0 !important;}
a.simpleLightbox { overflow: hidden;}
a.simpleLightbox img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); }
a.simpleLightbox:hover img {  z-index : 5; filter: alpha(opacity=80)  !important; opacity: 0.80 !important; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); }

/*****************************************/
/* SIMPLE LIGHTBOX - END */



.pagination_wrapper {font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 200;
	color: #9bc31c; 
	font-size: 1.7rem;
	line-height: 1.6; text-align: center; }
.pagination_inner {display: block; width: 220px !important;margin: 40px auto 0px auto !important; }	
.pagination_text {display: block; width: 160px !important; background: #; float: left;}
.pagination_current {font-weight: 700;}
.pagination_wrapper .icon.disabled { 
	opacity: 0.2;
    cursor: not-allowed;
	pointer-events: none !important; }
.pagination_wrapper .icon { font-size: 2.2rem; line-height: 1; width: 30px; height: 30px; display: block; float: left; margin-top: 4px;}
.pagination_wrapper .icon a {outline: none !important;}
.pagination_wrapper .icon a .fa-chevron-left,
.pagination_wrapper .icon a:visited .fa-chevron-left,
.pagination_wrapper .icon a .fa-chevron-right,
.pagination_wrapper .icon a:visited .fa-chevron-right {
  color: #9bc31c !important;
  background: none !important;
}
.pagination_wrapper .icon a:hover .fa-chevron-right,
.pagination_wrapper .icon a:hover .fa-chevron-left {
  color: #999999 !important;
}




/* NEWS - START */
/*****************************************/

.news_wrapper {  font-size: 1.3rem; display: block; padding-top: 50px;}
.news_wrapper.news_wrapper_first { padding-top: 0px;}
.news_date {font-size: 1.4rem; line-height: 1.0;display: block; width: 100%; padding: 5px 0 5px 0;font-weight: 300; color: #999999;}
.news_image {  padding-bottom: 0px; padding-top: 0px; height: 150px; display: block; margin-bottom: 20px;}
.news_image_spacer {  width: 100% !important; height: 150px; display: block;  }
.news_content {padding: 0 0 20px 0; }
.news_content h2 { padding-bottom: 20px; line-height: 1.1 !important; }
.news_content h6 { padding-top: 20px; line-height: 1.1 !important; }
.news_content a { outline: none !important; text-decoration: none !important;}
.news_content a:hover h2,
.news_content a:hover h6 { color: #999999 !important; }
.news_content p {padding: 0 0 0 0; font-size: 1.6rem; line-height: 1.8;}


.news_navigation { margin-top: 0px; margin-bottom: 25px; font-family: 'Fira Sans Extra Condensed', sans-serif; font-weight: 600 !important; font-size: 2rem; line-height: 1.6; width: auto; float: left !important;}
.news_navigation .button  { margin-top: 0px;  padding: 5px 15px 5px 15px; }
.news_navigation .button.left  { padding: 5px 15px 5px 0px; }
.news_navigation .button.right  { padding: 5px 0px 5px 15px; }
.news_navigation .button.left i { padding: 0 10px 0 0; }
.news_navigation .button.right i { padding: 0 0 0 10px; }
.news_navigation a.button i {
	font-size: 2.2rem;
  color: #9bc31c;
  text-decoration: none;
}
.news_navigation a.button,
.news_navigation a.button:visited {
  border: none;
  color: #9bc31c;
  background: none;
  text-decoration: none;
  outline: none !important;
}
.news_navigation a.button:hover i {
  color: #999999 !important;
}
.news_navigation a.button:hover {
  border: none;
  color: #999999 !important;
  background: none;
}
.news_navigation a.button.disabled { 
	opacity: 0.2;
    cursor: not-allowed;
	pointer-events: none !important; 
}

@media (min-width:576px){ 
.news_image {   height: 200px; }
.news_image_spacer {  width: 100% !important; height: 200px;  }
 }
@media (min-width:768px){ 
.news_navigation {margin-top: 15px; margin-bottom: 0px;  float: right !important;}
.news_image {   height: 145px; }
.news_image_spacer {  width: 100% !important; height: 145px;  }
 }
@media (min-width:992px){  
.news_image {   height: 185px; }
.news_image_spacer {  width: 100% !important; height: 185px;  }
}
@media (min-width:1200px){ 
.news_image {   height: 225px; }
.news_image_spacer {  width: 100% !important; height: 225px;  }
}



