/* GLOBAL RESET */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@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"; }

/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v13-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('../fonts/raleway-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/raleway-v13-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
       url('../fonts/raleway-v13-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v13-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v13-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/raleway-v13-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Raleway Black'), local('Raleway-Black'),
       url('../fonts/raleway-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* norican-regular - latin */
@font-face {
  font-family: 'Norican';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/norican-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Norican Regular'), local('Norican-Regular'),
       url('../fonts/norican-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/norican-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/norican-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/norican-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/norican-v7-latin-regular.svg#Norican') format('svg'); /* Legacy iOS */
}

/* ALLGEMEINE ATTRIBUTE */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #444;
  line-height: 34px;
  margin: 0;
  background: #fbf8f6;
}
h1 {
  float: left;
  width: 100%;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 10px 0 5px 0;
}
h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding: 0;
  margin: 20px 0 5px 0;
}
h3, h4 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 0;
  margin: 25px 0 10px 0;
}
.datenschutz h3 {
  margin: 10px 0 0 0;	
}
.datenschutz h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 0 0;  
}
form {
  float: left;
  width: 100%;
  margin-top: 20px;
}
input, select, textarea {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #444;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}
label, input, textarea { margin: 2px 0; }
input, textarea { color: #777; padding: 2px 5px; margin-bottom: 10px; }
input[type="submit"] {
  float: right;
  width: 48.718%;
  font-size: 18px;
  color: #fff;
  border: 0 none;
  cursor: pointer;
}
textarea { height: 200px; }
footer ul, ul, footer ul li, ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.caret { 
  float: left;
  width: 100%:
}
ul.caret li {
  width: 100%;
  padding: 0 0 0 28px;
  text-indent: -16px; 
  display: inline-block;
}
ul.caret li:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f0da";
  color: #6f273f;  
  margin-right: 10px;
  position: relative;
  top: -2px;  
}
a {
  text-decoration: none;
  color: #6f273f;
  font-weight: 600;
}
a.btn, .btn, .kontakt input.btn { 
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #6f273f;
  display: inline-block; 
}
a.btn:hover, .btn:hover, .kontakt input.btn:hover { text-decoration: none; background-color: #591f32; }
a:hover {
  text-decoration: underline;
}
p { float: left; width: 100%; margin: 10px 0; }
table {
  float: left;
  width: 100%;
}
table thead th {
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #6f273f;
  padding: 2px 5px;
}
table thead th:first-child, table tr td:first-child { text-align: left; }
table thead th span { display: none; }
table tr td {
  text-align: right;
  padding: 2px 5px;
}
table.footable tr.yellow { background-color: #ffff00; }
table.footable tr.green { background-color: #ccffcc; }
iframe { height: 400px; pointer-events: none; }

/* SCROLLUP */
.scrollup {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  display: none;
  background-color: #444;
  border: 1px solid #fbf8f6;
  z-index: 9997;
  border-radius: 4px;
}
.scrollup i {
  font-size: 40px;
  color: #fff;
}
.scrollup:hover {
  background-color: #6f273f;
}

header, .wrapper_header, .header_title, .wrapper_slider, .slider, nav, ul.mainmenu, content, .content_full, .wrapper_maps, iframe, footer {
  float: left;
  width: 100%;
}
.header, .navigation, .bx-wrapper .title_button, .content, .footer {
  width: 1170px;
  margin: 0 auto;
}

/* HEADER */
.header {
  height: 120px;
  margin-bottom: 30px;
}
.header_title {
  line-height: 120px;
  font-family: 'Norican', cursive;
  font-size: 44px;
  color: #b6774d;
}
.header_title br { display: none; }
.header_title a, .header_title a:hover { text-decoration: none; font-weight: 300; color: #b6774d;}

/* MAINMENU */
nav { 
  position: absolute;
  top: 120px;
  z-index: 9999;
}
ul.mainmenu {
  background-color: #6f273f;
}
ul.mainmenu li {
  float: left;
  line-height: 60px;
  border-right: 1px solid #a97d8c;
  position: relative;
}
ul.mainmenu li:nth-child(1) { width: 15.794%; }
ul.mainmenu li:nth-child(2) { width: 18.798%; }
ul.mainmenu li:nth-child(3) { width: 16.652%; }
ul.mainmenu li:nth-child(4) { width: 19.056%; }
ul.mainmenu li:nth-child(5) { width: 13.820%; }
ul.mainmenu li:nth-child(6) { width: 15.880%; }
ul.mainmenu li:nth-last-child(2) { border: 0 none; }
ul.mainmenu li:nth-last-child(1) { display: none; }
ul.mainmenu li a {
  width: 100%;
  /* width: auto; */
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; 
  display: inline-block; 
  /* padding: 0 27px 0 28px; */   
}
ul.mainmenu li.current a, ul.mainmenu li.current a:hover { color: #fff; background-color: #591f32; }
ul.mainmenu li:hover, ul.mainmenu li a:hover { background-color: #591f32; }
ul.mainmenu li a i { 
  font-size: 14px;
  margin-left: 5px; 
  position: relative; 
  top: -4px; 
}
.menu-icon {
  display: none;
}

/* SUBMENU */
ul.mainmenu li ul.sub {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99999;
  width: 320px;
  background-color: #6f273f;
  visibility: hidden;
}
ul.mainmenu li:hover > ul.sub {    
  visibility: visible;  
}
ul.mainmenu li.submenu ul.sub li:nth-child(n) {
  float: left; 
  width: 100%;
  line-height: 50px;
  border-right: 0 none;
  border-top: 1px solid #a97d8c;
  margin: 0;
  display: block;
}
ul.mainmenu li.submenu ul.sub li:nth-child(n) a { text-align: left; }
ul.mainmenu li.current ul.sub li a { color: #fff; background-color: #6f273f; }
ul.mainmenu li.submenu ul.sub li a {
  font-size: 16px;
  padding: 0 10%;
  display: block;  
}
ul.mainmenu li.submenu ul.sub li a:hover, ul.mainmenu li.submenu ul.sub li.current a {
  color: #fff;
  background-color: #591f32;
}	

/* SLIDER */
.wrapper_slider {
  margin: 0;
}
.slider {
  float: left;
  width: 100%;
  max-height: 500px;
  -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 .main_title_button { 
  width: 100%;
  position: absolute; 
  top: 160px; 
  left: 0; 
  z-index: 1; 
}
.bx-wrapper .title { 
  float: left;
  width: auto;
  line-height: 70px;   
  font-size: 34px; 
  font-weight: 500; 
  text-transform: uppercase; 
  color: #fff; 
  background: rgba(47,36,34,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: 18px;
  padding: 0 30px;  
}

/* SLIDESHOW */
.slideshow {
  float: left;
  width: 100%;
}

/* 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: #591f32;
}
.fa-angle-left:before { 
  position: relative;
  left: -2px;
}
.fa-angle-right:before { 
  position: relative;
  right: -2px;
}

/* 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: #6f273f;	
}

/* FANCYBOX */
.fancybox-overlay {
  z-index: 999999 !important; 
}

/* CONTENT */
.content {
  position: relative;
  top: -90px;
  z-index: 99999;
}
.content_full {
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  padding: 40px 5.747%;
}
.content_left {
  float: none;
  width: auto;
  box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  overflow: hidden;
  position: relative;
  margin-right: 300px;
}
.content_left_box {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 40px 5.747%; 
}
.content_right {
  float: right;
  width: 270px;
  margin-left: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.content_right_box {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.25);
  overflow: hidden;
  margin-bottom: 30px;   
}
.content_right_box h3 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #6f273f;
  padding: 0 0 0 30px;
  margin: 0;
}
.box_content {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 18px;  
  padding: 20px 30px;
}
ul.kontaktinfo li, ul.vorteile li, ul.downloads li {
  line-height: 26px;
  display: inline-block;
  padding: 5px 0 5px 25px;
  text-indent: -27px;
}
ul.kontaktinfo li:nth-child(1):before {
  font-family: 'FontAwesome';
  font-size: 20px;
  content: "\f041";
  margin-right: 12px;
  margin-left: 5px;	
}
ul.kontaktinfo li:nth-child(2):before {
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f0e0";
  margin-right: 12px;
}
ul.kontaktinfo li:nth-child(3):before {
  font-family: 'FontAwesome';
  font-size: 21px;
  content: "\f095";
  margin-right: 12px;
  margin-left: 2px;
  position: relative;
  top: 3px;
}
ul.kontaktinfo li:nth-child(4):before {
  font-family: 'FontAwesome';
  font-size: 20px;
  content: "\f1ac";
  margin-right: 12px;
  position: relative;
  top: 2px;
}
ul.kontaktinfo li i, ul.downloads li i {
  text-indent: 0;
  margin-left: 7px;
}
ul.vorteile li:nth-child(n):before {
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f00c";
  color: #6f273f;
  margin-right: 12px;
}
ul.downloads li:nth-child(n):before {
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f1c1";
  margin-right: 12px;
}
.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;
}
.one_sixth {
  float: left;
  width: 14.53%;
  margin: 0 2.564% 0 0;
}
.last { margin-right: 0 !important; }
.content img {  
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 20px 0;
}

/* 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: #67c264;
}
.grid { 
  float: left;
  width: 100%;
  /* position: relative; */
}
.grid .one_third { width: 30.769%; margin: 0 1.282%; }
.grid .element-item { margin-bottom: 20px; } 

/* GOOGLEMAPS */
.wrapper_googlemaps { margin-top: 40px; }
.wrapper_googlemaps #googlemap {
  height: 400px;
}

/* OPENSTREETMAP */
.wrapper_maps { height: 400px; background: url("../images/content/Anfahrtskarte.png") center top no-repeat; }
.wrapper_maps a { width: 100%; height: 400px; display: inline-block; }

/* KONTAKT UND ANFRAGE*/
.kontakt label {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 12px;
}
.kontakt input.btn {
  width: 48.718%;
  border: 0 none;
  font-size: 18px;
  cursor: pointer;
  margin-left: 51.282%;
  margin-top: 20px;
}
.kontakt input {
  padding: 0 10px;
}
.kontakt h3 {
  /*margin-top: 40px;*/
  margin-bottom: 5px;
}
.kontakt textarea {
  height: 200px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.kontakt input[type="checkbox"] {
  width: 30px;
  text-align: center;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.kontakt .datenschutz label {
  float: right;
  width: calc(100% - 30px);
  margin-top: -6px;
  margin-bottom: 10px;
}
.error {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dd3c10; 
  background-color: #ffebe8;
  padding: 10px;
  margin-bottom: 30px;
}
footer {
  line-height: 30px;
  font-size: 17px;
  color: #fff;
  background-color: #6f273f;
  padding-bottom: 40px;
}
footer h5 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0 5px;
}
.footer .kontakt h5, .footer .info h5 {
  pointer-events: none;
  cursor: default;
}
footer p {
  float: left;
  margin: 5px 0;
}
footer ul li:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f0da";
  margin-right: 7px;
}
footer a {
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
footer span {
  float: left;
  width: 70px;
  display: block;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
  .header, .navigation, .bx-wrapper .title_button, .content, .footer { width: 1020px; margin-left: auto; margin-right: auto; } 
  .bx-wrapper .main_title_button { top: 120px; }
  .wrapper_content { position: relative; z-index: 999; }
  .content { top: -70px;}  
}
@media only screen and (max-width: 1050px) {
  .header, .navigation, .bx-wrapper .title_button, .content, .footer { width: 768px; margin-left: auto; margin-right: auto; } 
  .header { height: auto; margin-bottom: 0; position: relative; }
  .header_title { line-height: 50px; padding: 25px 0; }
  .menu-icon { position: absolute; top: 28px; right: 0; float: right; width: 60px; height: 50px; text-align: center; display: inline-block; }
  .menu-icon i { font-size: 48px; color: #6f273f; cursor: pointer; }
  ul.mainmenu { display: none; left: 0; position: absolute; top: -20px; width: 100%; z-index: 999999; }
  ul.mainmenu li:nth-child(n) { float: left; width: 100%; line-height: 60px; text-align: left; border: 0 none; border-bottom: 1px solid #a97d8c; background-color: #6f273f; margin: 0; }
  ul.mainmenu li.rp { display: inline-block; }
  ul.mainmenu li a, ul.mainmenu 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%; }
  ul.mainmenu li a { width: 100%; text-align: left; }
  ul.mainmenu li.submenu a { width: 80%; }
  ul.mainmenu li:hover, ul.mainmenu li.current:hover, ul.mainmenu li.current:hover a, ul.mainmenu li a:hover, ul.mainmenu li.current a:hover { background-color: #591f32; } 
  ul.mainmenu li.current span.toggle { background-color: #591f32; }
  ul.mainmenu li .toggle { float: right; width: 20%; height: 60px; text-align: center; cursor: pointer; display: inline-block; }
  ul.mainmenu li .toggle:before, .header_bottom_right ul.main li .mi:before { font-family: 'FontAwesome'; font-size: 30px; color: #fff; }
  ul.mainmenu li .toggle:before { content: "\f107"; }
  ul.mainmenu li .mi:before { content: "\f106"; }
  ul.mainmenu li i { display: none; }
  ul.mainmenu li ul.sub { width: 100%; position: relative; top: 0; display: none; visibility: visible; } 
  ul.mainmenu li ul.sub li, ul.mainmenu li ul.sub li:last-child { width: 100%; line-height: 60px; border-top: 1px solid #a97d8c; border-bottom: 0 none; box-sizing: border-box; }
  ul.mainmenu 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: #6f273f; padding: 0 0 0 10%; }
  ul.mainmenu li ul.sub li a:hover, ul.mainmenu li.current ul.sub li a:hover { background-color: #591f32; }
  .bx-wrapper .main_title_button { top: 80px; }
  .bx-wrapper .title { line-height: 40px; font-size: 30px; padding: 10px 20px; }
  .content { top: 0; }
  .content_left, .content_full { box-shadow: none; background-color: #fbf8f6; margin-right: 0; }
  .content_left_box, .content_full { background-color: #fbf8f6; padding-left: 0; padding-right: 0; }
  .content_right { display: none; }
  .footer .two_fourth { display: none; }
  .footer .one_fourth { width: 48.718%; }
}
@media only screen and (max-width: 800px) {
  .header, .navigation, .bx-wrapper .title_button, .content, .footer { width: 465px; margin-left: auto; margin-right: auto; }
  .header_title { line-height: 40px; font-size: 30px; padding: 10px 0; }
  .header_title br { display: inline-block; }
  .main_title_button { display: none; }
  .content_left_box, .content_full { padding: 30px 0; }
  form .one_third, form .one_second, form input[type="submit"] { width: 100%; margin: 0; }
  form input[type="submit"] { margin-bottom: 20px; }
}
@media only screen and (max-width: 500px) {
  body { line-height: 30px; }
  h1 { font-size: 28px; line-height: 32px; }
  table.footable { font-size: 16px; }
  table.footable td.footable-row-detail-cell { font-size: 14px; }
  .wrapper_map iframe { height: 200px; }
  .header, .navigation, .bx-wrapper .title_button, .content, .footer{ width: 275px; margin-left: auto; margin-right: auto; }
  .header_title { width: calc(100% - 60px); line-height: 30px; font-size: 20px; }
  .menu-icon { top: 22px; }
  .menu-icon i { font-size: 40px; }
  ul.mainmenu { top: -40px; }
  ul.mainmenu li.submenu a { line-height: 30px; padding-top: 15px !important; padding-bottom: 15px !important; }
  .content_left_box, .content_full { padding: 10px 0; }
  a.fancybox { pointer-events: none; cursor: default; }
  .bx-controls-direction { display: none; }
  footer { padding-bottom: 0; }
  .footer .one_fourth { width: 100%; margin: 0; }
  .footer .kontakt { border-bottom: 1px solid #a97d8c; }
  .footer .one_fourth h5 { text-align: center; pointer-events: inherit; cursor: pointer; padding: 10px 0; margin: 0; }
  .footer .one_fourth p, .footer .one_fourth ul { text-align: center; display: none; } 
  .footer .one_fourth span { float: none; width: auto; display: inline-block; margin-right: 7px; }
  nav.wrapper_navigation { top: 150px; }
}
