/* GLOBAL RESET */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Regular.eot?v=3.2.1') format("eot");
  src: url('OpenSans-Regular.eot?#iefix&v=3.2.1') format('embedded-opentype'),
       url('OpenSans-Regular.woff?v=3.2.1') format('woff'),
	   url('OpenSans-Regular.woff2?v=3.2.1') format('woff2'),
       url('OpenSans-Regular.ttf?v=3.2.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Handlee';
  src: url('Handlee-Regular.eot?v=3.2.1') format("eot");
  src: url('Handlee-Regular.eot?#iefix&v=3.2.1') format('embedded-opentype'),
       url('Handlee-Regular.woff?v=3.2.1') format('woff'),
	   url('Handlee-Regular.woff2?v=3.2.1') format('woff2'),
       url('Handlee-Regular.ttf?v=3.2.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.5.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
       url('fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
	   url('fontawesome-webfont.woff?v=4.5.0') format('woff'), 
	   url('fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
	   url('fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-mobile:before { content: "\f10b"; }
.fa-fax:before { content: "\f1ac"; }
.fa-facebook:before { content: "\f09a"; }
.fa-check-square:before { content: "\f14a"; }
.fa-calendar:before { content: "\f073"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-sort-desc:before { content: "\f0dd"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-up:before { content: "\f106"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-bars:before { content: "\f0c9"; }
.fa-link:before { content: "\f0c1"; }
.fa-search:before { content: "\f002"; }
.fa-chevron-circle-right:before { content: "\f138"; }

/* ALLGEMEINE ATTRIBUTE */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 27px;
  margin: 0;
  background: #fff;
}
h1, h2, h3 {
  float: left;
  width: 100%;
  line-height: 34px;
  font-family: 'Handlee', cursive;
  font-size: 32px;
  font-weight: 300;
  padding: 0;
  margin: 60px 0 20px 0;
}
.datenschutz h2, .datenschutz h3 {
  float: left;
  width: 100%;
  line-height: 36px;
  font-family: 'Handlee', cursive;
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 5px 0 10px 0;	
}
.datenschutz h3 {
  line-height: 32px;
  font-size: 22px;
  margin: 0;
}
h4 {
  float: left;
  width: 100%;
  line-height: 30px;
  font-family: 'Handlee', cursive;
  font-size: 26px;
  font-weight: 300;  
  padding: 0;
  margin: 30px 0 5px;
}
input, select, textarea {
  width: 100%;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #777;  
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  padding: 2px 5px;
}
ul, ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.datenschutz ul li {
  list-style-type: square;
  margin-left: 30px;
}
a {
  text-decoration: none;
  color: #00b235;
  font-weight: 600;
}
a.btn, .btn, .kontakt input.btn { 
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #00b235;
  display: inline-block; 
}
a.btn:hover, .btn:hover, .kontakt input.btn:hover { text-decoration: none; background-color: #19ba49; }
a:hover {
  text-decoration: underline;
}
p { float: left; width: 100%; margin: 10px 0; }
table {
  float: left;
  width: 100%;
  background-color: #fff;
}
table thead th {
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #00b235;  
}
table tr { background-color: #fff; }
table tr:nth-child(2n) { background-color: #f5f5f5; }
table tr td, table tr th { padding: 2px 5px; }

strong { font-weight: 600; }

.wrapper_header_top, .wrapper_header_bottom, .wrapper_slider, .wrapper_header_image, .wrapper_map, .wrapper_content, .wrapper_content_grey, .gallery, .wrapper_googlemaps, .wrapper_footer {
  float: left;
  width: 100%;
}
.header_top, .header_bottom, .content, .footer {
  width: 1170px;
  margin: 0 auto;
}

/* HEADER TOP*/
.wrapper_header_top {  
  background-color: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
}
.header_top_left {
  float: left;
  line-height: 50px;
  font-size: 14px;
  color: #555;  
}
.header_top_left ul, .header_top_left ul li {
  float: left;
}
.header_top_left ul li { margin-right: 50px; }
.header_top_left ul li:last-child { margin-right: 0; }
.header_top_left ul li i { 
  color: #b22120;
  margin-right: 12px;
  position: relative;
  top: 1px;  
}
.header_top_left ul li:nth-child(1) i { font-size: 18px; }
.header_top_left ul li:nth-child(2) i, .header_top_left ul li:nth-child(3) i { font-size: 20px; }
.header_top_left ul li:nth-child(4) i { font-size: 17px; }
.header_top_left ul li a { font-weight: 400; color: #555; }
.header_top_left ul li a:hover { text-decoration: none; color: #00b235; }
.header_top_right {
  float: right;
}
.header_top_right a.btn {
  line-height: 30px; 
  font-size: 14px;
  padding: 0 30px;
  margin: 10px 0;  
}

/* HEADER BOTTOM */
.wrapper_header_bottom { 
  border-bottom: 5px solid #00b235;
  background-color: #fff; 
}
.wrapper_header_bottom.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border: 0 none;
}
.header_bottom_left {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0;
}
.sticky .header_bottom_left { height: 100px; }
.header_bottom_left a img { 
  width: 100%;
  height: auto;
  border: 0 none; 
}
.sticky .header_bottom_left a img {
  width: auto;
  height: 100px;  
}
.header_bottom_right {
  float: none;
  width: auto;
}

/* MAINMENU */
.header_bottom_right ul.main {
  float: right;
}
.header_bottom_right ul.main li {
  float: left;
  margin: 35px 0;
  position: relative;
}
.sticky .header_bottom_right ul.main li { margin: 25px 0; }
.header_bottom_right ul.main li a {
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #555; 
  display: inline-block; 
  padding: 0 20px;    
}
.header_bottom_right ul.main li:hover a, .header_bottom_right ul.main li a:hover { color: #fff; }
.header_bottom_right ul.main li.current a, .header_bottom_right ul.main li.current a:hover { color: #fff; background-color: #00b235; }
.header_bottom_right ul.main li:hover, .header_bottom_right ul.main li a:hover { color: #fff; background-color: #19ba49; }
.header_bottom_right ul.main li a i { 
  font-size: 14px;
  margin-left: 5px; 
  position: relative; 
  top: -4px; 
}
.menu-icon, .header_bottom_right ul.main li.rp {
  display: none;
}
/* SUBMENU */
.header_bottom_right ul.main li ul.sub {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99999;
  width: 240px;
  color: #fff;
  background-color: #19ba49;
  visibility: hidden;
}
.header_bottom_right ul.main li:hover > ul.sub {    
  visibility: visible;  
}
.header_bottom_right ul.main li ul.sub li {
  float: left; 
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.header_bottom_right ul.main li.current ul.sub li a { color: #fff; background-color: #19ba49; }
.header_bottom_right ul.main li ul.sub li:last-child { border: 0 none; }
.header_bottom_right ul.main li ul.sub li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: none;
  color: #fff;
  padding: 0 25px;
  display: block;  
}
.header_bottom_right ul.main li ul.sub li a:hover {
  color: #fff;
  background-color: #00b235;
}	

/* SLIDER */
.wrapper_slider {
  border-bottom: 5px solid #00b235;
  margin: 0;  
}
.slider {
  float: left;
  width: 100%;
  max-height: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bx-wrapper .image { 
  position: relative; 
  z-index: 0; 
 }
.bx-wrapper .title_button { 
  position: absolute; 
  bottom: 160px; 
  left: 10%; 
  z-index: 1; 
}
.bx-wrapper .title { 
  float: left;
  width: auto;
  line-height: 70px;   
  font-family: 'Handlee', cursive; 
  font-size: 34px; 
  font-weight: 700; 
  text-transform: uppercase; 
  color: #fff; 
  background: rgba(178,33,32,0.85); 
  padding: 0 20px; 
  margin-bottom: 3px;
}
.bx-wrapper .button { 
  float: left;
  clear: left;
  width: auto;
  line-height: 40px;
}
.bx-wrapper .button a {
  font-size: 17px;
  padding: 0 30px;  
}

/* WRAPPER HEADER IMAGE */
.wrapper_header_image {
  
}
.header_image {
  float: left;
  width: 100%;
  max-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.header_image img {
  width: 100%;
  display: block;
}

/* CONTROLS DIRECTION */
.bx-controls-direction { 
  width: 100%;
  position: absolute;
  top: 44%;
  z-index: 99;
}
.bx-controls-direction a.bx-prev, .bx-controls a.bx-next {
  position: absolute;  
}	
.bx-controls-direction a.bx-prev {
  left: 30px;
}
.bx-controls-direction a.bx-next {
  right: 30px;
}
.bx-controls-direction a.bx-prev i, .bx-controls-direction a.bx-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  color: #dbdbdb;
  background: #fff;
  background: rgba(255,255,255,.6);
  border-radius: 50px;
}
.bx-controls-direction a.bx-prev i:hover, .bx-controls-direction a.bx-next i:hover {
  color: #fff;
  background-color: #19ba49;
  /*background: rgba(103,194,100,.6);*/
}

/* CONTROLS PAGER */
.bx-pager { 
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
  margin-top: 10px;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #dbdbdb;
  margin: 0 5px;  
  display: block;
}
.bx-pager .bx-pager-item a:hover, .bx-pager .bx-pager-item a.active {
  background-color: #19ba49;	
}

/* CONTENT */
.wrapper_content { padding-bottom: 60px; }
.wrapper_content_grey { background-color: #f7f7f7; padding-bottom: 50px;}
.content {
  font-weight: 300;
}
.content ul.chevron li {
  padding: 0 0 0 25px;
  text-indent: -30px;
}
.content ul.chevron li:before {
  font-family: 'FontAwesome';
  font-size: 15px;
  content: "\f138";
  color: #19ba49;
  margin-right: 12px;
  margin-left: 5px;
}
.center {
  float: left; 
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.flyer .center { margin: 0 0 20px 0; }	
.center a { 
  line-height: 40px;
  padding: 0 30px; 
}
.center a i { margin-left: 10px; }
.full {
  float: left;
  width: 100%;
}
.one_second {
  float: left;
  width: 48.718%;
  margin: 0 2.564% 0 0;
}
.one_third {
  float: left;
  width: 31.624%;
  margin: 0 2.564% 0 0;
}
.two_third {
  float: left;
  width: 65.812%;
  margin: 0 2.564% 0 0;
}
.two_fourth {
  float: left;
  width: 47.436%;
  margin: 0 2.564% 0 0;
}
.one_fourth {
  float: left;
  width: 23.077%;
  margin: 0 2.564% 0 0;
}
.three_fourth {
  float: left;
  width: 73.718%;
  margin: 0 2.564% 0 0;
}
.one_fifth {
  float: left;
  width: 17.9488%;
  margin: 0 2.564% 0 0;
}
.four_fifth {
  float: left;
  width: 79.4872%;
  margin: 0 2.564% 0 0;
}
.one_sixth {
  float: left;
  width: 14.53%;
  margin: 0 2.564% 0 0;
}
.last { margin-right: 0 !important; }
.content img { 
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
}
.box {
  float: left;
  width: 100%;
  box-sizing: border-box;	
  border: 1px solid #dbdbdb;
  background-color: #fff;
  margin-top: 10px;
} 
.redborder { 
  border: 3px solid #b22120;
}
.box_image, .box_description {
  float: left;
  width: 100%;
  box-sizing: border-box;    
}
.box_image { position: relative; }
.box_image i { display: none; }
.box_description {
  color: #333;
  padding: 10px 8.1081% 25px;
}
.box_description h4 {
  float: left;
  width: 100%;  
  line-height: 30px;  	
  font-family: 'Handlee', cursive;
  font-size: 26px;
  font-weight: 300;
  margin-top: 20px;
}
.box_description .date {   
  color: #aaa;
  margin-right: 10px;
}
.hover a { font-weight: 400; }
.hover a:hover .box { border: 1px solid #00b235; }
.hover a:hover .box_image { background-color: #00b235; }
.hover a:hover .box_image img { opacity: 0.3; }
.hover a:hover .box_image i { 
  width: 50px; 
  height: 50px; 
  line-height: 50px; 
  text-align: center; 
  vertical-align: middle; 
  font-size: 24px;
  background-color: #fff;
  border-radius: 50px;
  margin: auto; 
  display: inline-block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0; 
}
.hover a:hover .box_description h4 { color: #00b235; }
.thumbnail { background-color: #fff; padding: 5px; }

/* CALENDAR */
.calendar, .calendar_item, .calendar_date {
  float: left;
  width: 100%;
}
.calendar { margin-top: 20px; }
.calendar_item {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.calendar_item:last-child { border: 0 none; margin-bottom: 0 }
.calendar_date {
  font-weight: 400;
}
.calendar_date:before {
  font-family: 'FontAwesome';
  content: "\f073";
  color: #b22120;
  margin-right: 7px; 
  position: relative;
  top: -1px;  
}

/* NEWS */
.news .one_third, .bildergalerie .one_third { margin-bottom: 20px; }
.news .one_third:nth-child(3n+1), .bildergalerie .one_third:nth-child(3n+1) { margin-right: 0; }
.news ol { margin-left: 20px; }
.news .center_img { display: block; margin-left: auto; margin-right: auto; width: 50%; }

/* SLIDESHOW */
.slideshow, .one_image {
  float: left;
  width: 100%;
  margin-top: 40px;
} 
.team .one_image { margin-top: 10px; margin-bottom: 20px; }

/* TERMINE */
.advantage li, .events li, .contact li {
  float: left;
  width: 100%;  
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 5.4054%;
}
.events p, .flyer p { padding: 20px 5.4054%; }
.flyer p { margin: 0; }
.contact li:last-child, .kontakt .events li:last-child {
  border-bottom: 0;	
}
.advantage li i, .events li i, .contact li i {
  width: 22px;
  text-align: center;
  font-size: 22px;
  color: #b22120;
  position: relative;
  top: 1px;
  margin-right: 15px;
}
.advantage a, .events input.btn[type="submit"], .anfrage .events input.btn[type="submit"] {
  float: left;
  width: 89.1892%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 0 none;
  cursor: pointer;
  margin: 20px 5.4054%;
}
.events input.btn[type="submit"], .anfrage input.btn[type="submit"] { background-color: #00b235; }
.events input.btn[type="submit"]:hover, .anfrage input.btn[type="submit"]:hover { background-color: #19ba49; }

/* BILDERGALERIE */
.filters {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.282%;
  margin: 20px 0;
}
.filters button {
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  padding: 0 7px;
  margin-right: 3px;
  display: inline-block;
}
.filters button.is-checked {
  color: #fff;
  background-color: #19ba49;
}
.grid { 
  float: left;
  width: 100%;
  /* position: relative; */
}
.grid .one_third { width: 30.769%; margin: 0 1.282%; }
.grid .element-item { margin-bottom: 20px; } 
.bildergalerie .box_description .date { 
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}

/* GALLERY */
.gallery { margin-top: 20px; }
.gallery ul, .gallery li { list-style-type: none; }
.gallery li:nth-child(n) {
  float: left;
  width: 31.624%;
  margin: 0 2.564% 30px 0;
} 
.gallery li:nth-child(3n) {
  margin: 0 0 30px 0;	
}

/* OpenStreetMap */
.wrapper_map img {
  width: 100%;
  height: auto;
}

/* KONTAKT UND ANFRAGE*/
.kontakt label, .anfrage label {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 2px;
}
.kontakt .one_second label { line-height: 38px; margin: 0; }
.kontakt input.btn, .anfrage input.btn {
  width: 48.718%;
  border: 0 none;
  font-size: 18px;
  cursor: pointer;
  margin-left: 51.282%;
  margin-top: 20px;
}
.kontakt input, .anfrage input {
  padding: 0 10px;
}
.kontakt h3, .anfrage h3 {
  margin-top: 40px;
  margin-bottom: 5px;
}
.kontakt textarea, .anfrage textarea {
  height: 200px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.error {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dd3c10; 
  background-color: #ffebe8;
  padding: 10px;
  margin-top: 13px;
}

/* SCROLLUP */
.scrollup {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  display: none;
  background-color: #333;
  border: 1px solid #f4f4f4;
  z-index: 9997;
  border-radius: 4px;
}
.scrollup i {
  font-size: 40px;
  color: #fff;
}
.scrollup:hover {
  background-color: #00b235;
}

/* FOOTER */
.wrapper_footer { 
  color: #fff;
  background-color: #b22120;
  padding: 40px 0;
}
.footer h5 {
  float: left;
  width: 100%;
  line-height: 40px;
  font-family: 'Handlee', cursive;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;  
  padding: 0;
  margin: 0 0 10px 0;
}
.footer p { margin: 0; }
.footer a, .footer a:hover { font-weight: 400; color: #fff; text-decoration: none; }
.footer a:hover { color: #00b235; }
.footer span {
  float: left;
  width: 70px;
  display: inline-block;
}
.footer i { margin-right: 7px; }

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
  .header_top, .header_bottom, .content, .footer { width: 1020px; margin: 0 auto; }   
  .bx-wrapper .title_button { bottom: 80px; }
  .header_bottom_right ul.main li a { font-size: 16px; }
}
@media only screen and (max-width: 1050px) {
  .header_top, .header_bottom, .content, .footer { width: 768px; margin: 0 auto; }
  .header_top_left ul li { margin-right: 30px; }
  .header_top_left ul li:nth-child(3), .header_top_left ul li:nth-child(4) { display: none; }
  .menu-icon { position: relative; top: 37px; right: 0; float: right; width: 60px; height: 50px; text-align: center; display: inline-block; }
  .menu-icon i { font-size: 48px; color: #00b235; cursor: pointer; }
  .header_bottom_right ul.main { display: none; left: 0; position: absolute; top: 170px; width: 100%; z-index: 999999; }
  .sticky .header_bottom_right ul.main { top: 100px; }
  .header_bottom_right ul.main li { float: left; width: 100%; line-height: 60px; text-align: left; border: 0 none; border-bottom: 1px solid #fff; background-color: #00b235; margin: 0; }
  .header_bottom_right ul.main li.rp { display: inline-block; }
  .sticky .header_bottom_right ul.main li { margin: 0; }
  .header_bottom_right ul.main li a, .header_bottom_right ul.main li.submenu a { float: left; line-height: 60px; font-size: 20px; color: #fff; display: block; box-sizing: border-box; padding: 0 0 0 2.564%; }
  .header_bottom_right ul.main li a { width: 100%; }
  .header_bottom_right ul.main li.submenu a { width: 80%; }
  .header_bottom_right ul.main li:hover, .header_bottom_right ul.main li.current:hover, .header_bottom_right ul.main li.current:hover a, .header_bottom_right ul.main li a:hover, .header_bottom_right ul.main li.current a:hover { background-color: #19ba49; } 
  .header_bottom_right ul.main li .toggle { float: right; width: 20%; height: 60px; text-align: center; cursor: pointer; display: inline-block; }
  .header_bottom_right ul.main li .toggle:before, .header_bottom_right ul.main li .mi:before { font-family: 'FontAwesome'; font-size: 30px; color: #fff; }
  .header_bottom_right ul.main li .toggle:before { content: "\f107"; }
  .header_bottom_right ul.main li .mi:before { content: "\f106"; }
  .header_bottom_right ul.main li i { display: none; }
  .header_bottom_right ul.main li ul.sub { width: 100%; position: relative; top: 0; display: none; visibility: visible; } 
  .header_bottom_right ul.main li ul.sub li, .header_bottom_right ul.main li ul.sub li:last-child { width: 100%; line-height: 60px; border-top: 1px solid #fff; border-bottom: 0 none; box-sizing: border-box; padding-left: 10%; }
  .header_bottom_right ul.main li ul.sub li a, .header_bottom_right ul.main li.current ul.sub li a { width: 100%; font-size: 18px; text-transform: uppercase; color: #fff; background-color: #00b235; padding: 0; }
  .header_bottom_right ul.main li ul.sub li a:hover, .header_bottom_right ul.main li.current ul.sub li a:hover { background-color: #19ba49; }
  .one_third, .two_third { width: 100%; margin: 0; }
  .grid .element-item { margin-bottom: 10px; }
  .box { margin-bottom: 20px; }
  .gallery li:nth-child(n) { margin-bottom: 20px; }
  .footer .one_third { border-bottom: 1px solid rgba(255,255,255,0.3); margin-bottom: 15px; }
  .footer .one_third:last-child { border: 0 none; }
  .footer .one_third p { padding-bottom: 20px; }
  .footer .one_third h5:after { float: right; width: 40px; text-align: center; cursor: pointer; font-family: 'FontAwesome'; font-size: 30px; color: #fff; content: "\f107"; }  
  .footer .one_third h5.active:after { content: "\f106"; } 
  .footer p, .footer ul { display: none; }
}
@media only screen and (max-width: 800px) {
   h1, h2, h3 { font-size: 30px; margin: 40px 0 10px; }
  .wrapper_header_bottom.sticky { position: static; }
  .header_top, .header_bottom, .content, .footer { width: 465px; margin: 0 auto; }
  .header_bottom_left { width: 80px; height: 80px; }
  .menu-icon { top: 28px; }
  .header_bottom_right ul.main { top: 150px; }
  .header_top_left ul li:nth-child(1) { display: none; }
  .bx-wrapper .title_button { bottom: 20px; }
  .bx-wrapper .title { line-height: 50px; font-size: 20px; }
  .kontakt input.btn, .anfrage input.btn { width: 100%; margin-left: 0; }
  .grid .one_third { width: 47.436%; }
  .grid .element-item { margin-bottom: 5px; }
  .impressionen { display: none; }
  .box_description { padding-bottom: 10px; }
  .box_description h4 { margin: 0; }
  .box_description p { margin: 5px 0; }
  .gallery li:nth-child(n) { margin-bottom: 10px; }
  .news .center_img { width: 100%; }
}
@media only screen and (max-width: 500px) {
  h1, h2, h3, h4 { margin: 30px 0 5px; }
  .header_top, .header_bottom, .content, .footer { width: 275px; margin: 0 auto; }
  .wrapper_header_top, .bx-wrapper .title_button, .contact li b { display: none; }
  .header_bottom_right ul.main { top: 100px; }
  .contact li a { font-weight: 300; }
  .one_second { width: 100%; margin-right: 0; }
  .grid .element-item { margin-bottom: 0; }
  .filters button { margin: 5px 3px; }
  .bx-controls { display: none; }
  .advantage li i, .events li i, .contact li i { margin-right: 7px; }
}
