/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.
 apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import "bootstrap.min.css";


@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 200;
    font-display: block;
    src: url("../../assets/webfonts/encode-sans-v6-latin-200.eot");
    src: url("../../assets/webfonts/encode-sans-v6-latin-200.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/encode-sans-v6-latin-200.woff2") format("woff2"), url("../../assets/webfonts/encode-sans-v6-latin-200.woff") format("woff"), url("../../assets/webfonts/encode-sans-v6-latin-200.ttf") format("truetype"), url("../../assets/webfonts/encode-sans-v6-latin-200.svg") format("svg"); 
}

@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url("../../assets/webfonts/encode-sans-v6-latin-600.eot");
    src: url("../../assets/webfonts/encode-sans-v6-latin-600.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/encode-sans-v6-latin-600.woff2") format("woff2"), url("../../assets/webfonts/encode-sans-v6-latin-600.woff") format("woff"), url("../../assets/webfonts/encode-sans-v6-latin-600.ttf") format("truetype"), url("../../assets/webfonts/encode-sans-v6-latin-600.svg") format("svg"); 
}

@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../assets/webfonts/amaranth-v10-latin-regular.eot");
    src: url("../../assets/webfonts/amaranth-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/amaranth-v10-latin-regular.woff2") format("woff2"), url("../../assets/webfonts/amaranth-v10-latin-regular.woff") format("woff"), url("../../assets/webfonts/amaranth-v10-latin-regular.ttf") format("truetype"), url("../../assets/webfonts/amaranth-v10-latin-regular.svg") format("svg"); 
}

@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url("../../assets/webfonts/amaranth-v10-latin-700.eot");
    src: url("../../assets/webfonts/amaranth-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/amaranth-v10-latin-700.woff2") format("woff2"), url("../../assets/webfonts/amaranth-v10-latin-700.woff") format("woff"), url("../../assets/webfonts/amaranth-v10-latin-700.ttf") format("truetype"), url("../../assets/webfonts/amaranth-v10-latin-700.svg") format("svg"); 
}

@font-face {
    font-family: 'Amaranth';
    font-style: italic;
    font-weight: 400;
    font-display: block;
    src: url("../../assets/webfonts/amaranth-v11-latin-italic.eot");
    src: url("../../assets/webfonts/amaranth-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/amaranth-v11-latin-italic.woff2") format("woff2"), url("../../assets/webfonts/amaranth-v11-latin-italic.woff") format("woff"), url("../../assets/webfonts/amaranth-v11-latin-italic.ttf") format("truetype"), url("../../assets/webfonts/amaranth-v11-latin-italic.svg") format("svg"); 
}

.carousel {
  position: relative;
  margin-bottom: 26px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  font-size: 105px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #333;
  opacity: 0.5;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 90;
  -khtml-opacity: 90;
  -webkit-opacity: 90;
  opacity: 90;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9000);
  filter: alpha(opacity=9000);
}
.carousel-indicators {
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  text-indent: -999px;
  background-color: white;
  box-shadow: inset 1px 1px 3px #e9e9e9;
  border-radius: 50%;
  border: 1px solid #d4cdb7;
}
.carousel-indicators .active {
  background-color: #b0a481;
  background-image: -moz-linear-gradient(top, #b7aa86, #a69a79);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7aa86), to(#a69a79));
  background-image: -webkit-linear-gradient(top, #b7aa86, #a69a79);
  background-image: -o-linear-gradient(top, #b7aa86, #a69a79);
  background-image: linear-gradient(to bottom, #b7aa86, #a69a79);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb7aa86', endColorstr='#ffa69a79', GradientType=0);
  box-shadow: none;
  border: none;
  width: 24px;
  height: 24px;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #13140c;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #333;
  line-height: 33.8px;
  font-size: 0.9em;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lead {
  margin-bottom: 26px;
  font-size: 27px;
  font-weight: 200;
  line-height: 39px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
  color: #479315;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 13px 0;
  font-family: 'Amaranth', sans-serif;
  font-weight: normal;
  line-height: 26px;
  color: #479315;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: lighter;
  line-height: 1;
  color: #999;
}
h1,
h2,
p {
  font-size: inherit;
  line-height: inherit;
}
h1,
h3 {
  line-height: 52px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
h1 small {
  font-size: 31.5px;
}
h2 small {
  font-size: 22.5px;
}
h3 small {
  font-size: 18px;
}
h4 small {
  font-size: 18px;
}
.page-header {
  padding-bottom: 12px;
  margin: 26px 0 39px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 13px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 26px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 26px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 13px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 26px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 26px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 26px;
  font-style: normal;
  line-height: 26px;
}
h1 {
  margin: 50px 0 30px;
  line-height: 0.9em;
  padding: 21px 0 29px;
  font-weight: bold;
  color: #28560a;
  text-shadow: 1px 1px 1px white;
  text-align: center;
}
@media (max-width: 480px) {
  h1 {
    margin: 25px 0 15px;
    padding: 10px 0 16px;
  }
}
@media (max-width: 380px) {
  h1 {
    margin: 15px 0 10px;
    font-size: 1.8em;
  }
}
h2 {
  font-weight: lighter;
  color: #479315;
  margin-top: 1.3em;
  margin-bottom: 1em;
  text-align: left;
  line-height: 26px;
}
@media (max-width: 480px) {
  h2 {
    margin-top: 0.9em;
    line-height: 1em;
  }
}
#index-header ~ #main h2 {
  text-align: center;
}
h3 {
  margin-top: -25px;
  font-weight: lighter;
  color: #479315;
  text-align: center;
}
h3 > span {
  height: 30px;
  padding: 7px;
  background-color: white;
}
@media (max-width: 480px) {
  h3 > span {
    padding: 4px 7px;
  }
}
h4 {
  font-family: 'Amaranth', sans-serif;
  font-size: 25.2px;
  color: #479315;
  font-weight: lighter;
  margin-top: 20px;
}
h5 {
  font-family: 'Amaranth', sans-serif;
  font-size: 19.8px;
  font-weight: lighter;
  margin: 20px 0 0 0;
  color: #333;
}
h6 {
  font-size: 24px;
  font-family: 'Amaranth', sans-serif;
  font-weight: normal;
  font-style: italic;
  color: white;
  text-shadow: 0px 0px 5px black;
  text-align: center;
}
p {
  font-size: 1em;
  line-height: 1.65em;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  p {
    margin: 5px 0;
  }
}
.unterschrift {
  font-family: 'Amaranth', sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #479315;
  line-height: 2.2em;
}
body {
  font-family: 'Encode Sans', sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  color: #333;
  padding: 0;
}
@media (max-width: 979px) {
  body {
    font-size: 16.2px;
    line-height: 23.4px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14.94px;
    line-height: 20.8px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 12.6px;
    line-height: 18.2px;
  }
}
#main {
  padding: 30px 0 50px 0;
  min-height: 750px;
}
@media (max-width: 767px) {
  #main {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  #main {
    padding: 30px 3% 50px 3%;
  }
  #main .container {
    width: 100%;
  }
  #main .row {
    margin-left: 0;
  }
  #main div[class*="span"],
  #main section[class*="span"] {
    margin-left: 0px;
    width: 100%;
  }
}
iframe {
  border: none;
}
.standard-list {
  list-style: none;
  margin-left: 45px;
}
.standard-list li {
  line-height: 1.45em;
}
.standard-list li:before {
  /* For a round bullet */
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -27px;
  top: 0px;
  color: #479315;
  font-size: 36px;
}
.spacer {
  margin-top: 25px;
}
a {
  color: #479315;
}
a:hover,
a:focus {
  color: #5dc01b;
  text-decoration: none;
}
i {
  font-size: 1.2em;
}
.center-wrapper {
  text-align: center;
  /*  @media (max-width: 480px) {
    padding: 0 4%;
    margin-left: 0;
  }*/
}
.right-wrapper {
  text-align: right;
}
.left-wrapper {
  text-align: left;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.add-margin-top {
  margin-top: 25px;
}
img.wait {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
}
header {
  width: 100%;
  height: 100px;
  position: relative;
  background-color: white;
}
@media only screen and (min-width: 980px) {
  header {
    height: 566px;
    background: url("../img/shop-head-img.jpg") center 0px no-repeat #fff;
    z-index: 99;
  }
  header#index-header {
    background: url('../img/head-img.jpg') center 0px no-repeat #f8b567;
  }
}

.head-add-text {
  font-family: 'Amaranth', sans-serif;
  font-size: 27px;
  text-transform: none;
  text-align: right;
  font-weight: normal;
}
.center-main-nav-text {
  display: inline-block;
  text-align: left;
  height: 30%;
  padding-top: 16%;
}
.main-nav {
  width: 100%;
  position: fixed;
}
.main-nav > div {
  height: 100%;
  margin-top: 90px;
}
.main-nav a.logo {
  overflow: visible;
  background-image: url('../img/logo-farbe.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  height: 210px;
}
.main-nav h2 {
  padding: 0;
  margin: auto 0 auto 0;
  color: #13140c;
  font-weight: 700;
  text-shadow: 1px 1px 0px white;
}
.main-nav ul {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
}
.main-nav a {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  text-decoration: none;
}
.main-nav li {
  width: 26%;
  height: 100%;
  list-style: none;
  float: left;
}
.main-nav li:first-child,
.main-nav li:last-child {
  width: 37%;
}
.main-nav li:first-child a,
.main-nav li:last-child a {
  text-align: center;
  color: #13140c;
  text-transform: uppercase;
}
.main-nav li:first-child a:hover,
.main-nav li:last-child a:hover,
.main-nav li:first-child a:focus,
.main-nav li:last-child a:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQImWP4fofjPwwzMDAwMCBzvt/h+M+AzMFQ9f0Ox38AkFgiOfJItv0AAAAASUVORK5CYII=);
}
.main-nav li:first-child a.active,
.main-nav li:last-child a.active {
  background: #479315;
  color: #f7dc08;
  border: none;
  box-shadow: none;
}
.main-nav li:first-child a.active h2,
.main-nav li:last-child a.active h2 {
  color: #f4f1d3;
  text-shadow: 1px 1px 0px #28560a;
}
.main-nav li:first-child a {
  border-left: 1px solid rgba(30, 30, 30, 0.3);
  box-shadow: -1px 0 0 white;
}
.main-nav li:last-child a {
  border-right: 1px solid white;
  box-shadow: 1px 0 0 rgba(30, 30, 30, 0.3);
}
.claim {
  width: 404px;
  position: fixed;
  left: 50%;
  margin-left: -202px;
  top: 290px;
}
.claim span {
  font-family: 'Encode Sans', sans-serif;
  text-transform: uppercase;
  font-size: 21.6px;
  line-height: 52px;
}
@media (max-width: 979px) {
  .claim {
    display: none;
  }
}
@media (max-width: 979px) {
  #index-header #nav-top {
    background-size: 100% auto;
    background-position-y: 57%;
  }
}
@media (max-width: 979px) {
  #header #nav-top {
    background-color: inherit;
  }
}
#nav-top {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}
#nav-top .logo {
  display: none;
  height: 100px;
  width: 100px;
  float: left;
}
#nav-top .logo a img {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 5px;
  width: 95px;
  box-sizing: border-box;
}
#nav-top .menu-trigger {
  display: none;
  padding: 0;
}
#nav-top .nav-wrapper {
  height: 100%;
}
#nav-top .nav {
  height: 100%;
  display: block;
  margin: 34px 0 0 0;
  float: left;
}
#nav-top .nav li {
  display: inline-block;
  margin-right: 20px;
}
#nav-top .nav li a {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 5px;
  box-shadow: none;
  color: #28560a;
}
#nav-top .nav li a:hover {
  border-bottom: 3px solid;
  background-color: inherit;
}
#nav-top .nav li a:active {
  border-bottom: 3px solid;
}
#nav-top .nav .active a {
  border-bottom: 3px solid;
}
#nav-top .form-search {
  position: relative;
  float: right;
  width: auto;
  height: 100%;
}
#nav-top .form-search input {
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.45em;
  background: inherit;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #777;
  float: right;
  padding: 0 0 0 60px;
  height: 100%;
  width: 280px;
}
#nav-top .form-search input:focus {
  box-shadow: 3px 3px 20px inset rgba(0, 0, 0, 0.2);
}
#nav-top .form-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #28560a;
  font-size: 1.75rem;
  padding-right: 0.5em;
  position: absolute;
  top: 38px;
  left: 20px;
  z-index: 99;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #nav-top .form-search input {
    width: 225px;
  }
}
#nav-top #mobile-search-query {
  width: 97%;
  height: 100px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.45em;
  box-shadow: none;
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 5px outset rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 0 0 0 3%;
  margin-bottom: 0;
}
#nav-top #mobile-search-query:focus {
  box-shadow: 2px 2px 15px inset rgba(0, 0, 0, 0.2);
}
#nav-top #mobile-search-query .meta-inner {
  height: 100px;
}
@media (min-width: 480px) {
  #nav-top #mobile-search-outer {
    display: none;
  }
}
#nav-top .nav-collapse {
  display: none;
  background: #479315;
  float: right;
  font-family: 'Encode Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 68px;
}
#nav-top .nav-collapse #main-nav-link-1,
#nav-top .nav-collapse #main-nav-link-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAInHu74TyqHgYEBAMpbDYEN2/U8AAAAAElFTkSuQmCC);
  padding: 0;
  border-radius: 0;
}
#nav-top .nav-collapse #main-nav-link-1:hover,
#nav-top .nav-collapse #main-nav-link-2:hover {
  border: none;
}
#nav-top .nav-collapse #main-nav-link-1 h2,
#nav-top .nav-collapse #main-nav-link-2 h2 {
  background: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 55px;
  text-shadow: none;
}
#nav-top .nav-collapse #main-nav-link-1 h2 span,
#nav-top .nav-collapse #main-nav-link-2 h2 span {
  font-size: 21.6px;
}
#nav-top .nav-collapse ul {
  list-style: none;
}
@media (min-width: 980px) {
  #nav-top {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 979px) {
  #nav-top .logo {
    display: block;
  }
  #nav-top .nav {
    display: none;
  }
  #nav-top .container {
    width: 100%;
  }
  #nav-top .menu-trigger {
    display: block;
  }
  #nav-top .nav-collapse {
    display: block;
  }
}
@media (max-width: 596px) {
  #nav-top .form-search input {
    width: 170px;
    padding-left: 36px;
    font-size: 1.1em;
  }
  #nav-top .form-search:before {
    font-size: 1.4rem;
    top: 39px;
    left: 10px;
  }
}
@media (max-width: 480px) {
  #nav-top .form-search {
    display: none;
  }
}
#scroller-anchor {
  position: absolute;
  bottom: 100px;
}
.meta-btn {
  float: right;
  height: 100%;
}
.meta-btn .button {
  background: #479315;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  text-shadow: none;
  color: #f4f1d3;
  width: 5em;
  background-color: inherit;
  display: block;
  height: 100%;
  border-radius: 0;
  color: #28560a;
  font-family: 'Amaranth', sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 65px;
}
.meta-btn .button:hover {
  transition: none;
  background-position: 0;
  background-color: #52a918;
  text-decoration: none;
}
.meta-btn .button i {
  margin-right: 10px;
}
.meta-btn .button i {
  margin-right: 0;
  margin-top: 34px;
  font-size: 1.5em;
}
@media (max-width: 700px) {
  .meta-btn .button i {
    margin-top: 36px;
  }
}
.meta-btn:hover .button,
.meta-btn:focus .button,
.meta-btn.active .button {
  background: #479315;
  color: white;
}
.meta-btn:hover#mobile-search-toggle-button .button,
.meta-btn:focus#mobile-search-toggle-button .button,
.meta-btn.active#mobile-search-toggle-button .button {
  color: #28560a;
}
.meta-btn#mobile-search-toggle-button .button {
  color: #28560a;
}
@media (max-width: 700px) {
  .meta-btn .button {
    width: 60px;
    line-height: 72px;
    padding: 0;
  }
  .meta-btn .button span {
    display: none;
  }
}
@media (min-width: 480px) {
  .meta-btn:nth-last-of-type(3) .button {
    border-left: none;
  }
}
@media (max-width: 479px) {
  .meta-btn .button {
    width: 50px;
  }
  .meta-btn:last-of-type .button {
    border-left: none;
  }
}
.top-level {
  margin-top: 0;
  padding-top: 0;
}
.content-element {
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .content-element {
    margin: 10px 0 15px 0;
  }
}
.content-element:first-child {
  margin-top: 0px;
}
@media (max-width: 989px) {
  .content-element:first-child {
    margin-top: -10px;
  }
}
.highlight-form-01 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQImWP4jwRevzj1nwGZ8///f4gAjPP/////DMic/////wcARQA+QaudL9oAAAAASUVORK5CYII=);
  border-bottom: 1px solid #bfdaae;
  border-top: 1px solid #bfdaae;
  text-align: center;
  padding-bottom: 20px;
}
.divider {
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 979px) {
  .content-element > div,
  .content-element > section {
    margin-left: 0;
  }
}
input[type=submit] {
  background: #479315;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  color: #f4f1d3;
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 20px;
}
input[type=submit]:hover {
  transition: none;
  background-position: 0;
  background-color: #52a918;
  text-decoration: none;
}
input[type=submit] i {
  margin-right: 10px;
}
.btn-large {
  background-position: 0;
  border-radius: 4px;
  border: none;
  background: #479315;
  color: #f4f1d3;
  cursor: pointer;
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0;
  padding: 14px 17px  16px ;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .btn-large {
    margin: 10px 0;
  }
}
.btn-large:hover,
.btn-large:focus {
  transition: none;
  background-position: 0;
  background-color: #52a918;
  color: #f4f1d3;
  text-decoration: none;
  outline: none;
}
.btn-large i {
  margin-right: 5px;
  font-size: 0.7em;
}
select {
  height: 52px;
  background-color: #f9faf7;
  background-image: -moz-linear-gradient(top, #fff, #f1f2eb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f2eb));
  background-image: -webkit-linear-gradient(top, #fff, #f1f2eb);
  background-image: -o-linear-gradient(top, #fff, #f1f2eb);
  background-image: linear-gradient(to bottom, #fff, #f1f2eb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2eb', GradientType=0);
  color: #479315;
  border-color: #bfdaae;
  font-weight: lighter;
  border-radius: 4px;
  width: 100%;
}
select option {
  width: 100%;
  padding: 4px 0 4px 10px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.btn-group .btn,
.btn-group .btn:hover,
.btn-group .btn:focus {
  height: 55px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQImWP4jwRevzj1nwGZ8///f4gAjPP/////DMic/////wcARQA+QaudL9oAAAAASUVORK5CYII=);
  font-family: 'Amaranth', sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 26px;
  box-shadow: none;
  text-transform: none;
  color: #479315;
  border-color: #bfdaae;
  text-shadow: none;
  text-align: left;
  margin: 0;
  padding-left: 18px;
}
.btn-group i {
  position: absolute;
  right: 15px;
  font-size: 25px;
  margin-top: -3px;
}
.dropdown-menu {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  border-color: #bfdaae;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.dropdown-menu li {
  padding: 5px 0 5px 15px;
}
.dropdown-menu li:hover {
  background-color: #479315;
  color: white;
  cursor: pointer;
}
.section-wrapper {
  padding: 25px;
}
footer {
  width: 100%;
  border-top: 10px solid #479315;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAInHu74TyqHgYEBAMpbDYEN2/U8AAAAAElFTkSuQmCC);
  font-family: 'Encode Sans', sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.8em;
  padding: 25px 0;
}
footer .row {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .row a,
footer .row .copyright {
  display: inline-block;
  padding: 0 1em;
  color: #479315;
  text-decoration: none;
}
footer .row a {
  float: left;
}
footer .row a:hover {
  text-decoration: none;
  background-color: #479315;
  border-radius: 3px;
  color: white;
}
footer .row .copyright {
  float: right;
}
@media (max-width: 980px) {
  footer {
    padding: 25px 3%;
    width: 94%;
  }
  footer .container {
    width: 100%;
  }
  footer .row .copyright {
    width: 100%;
    float: none;
    display: block;
    border-top: 1px solid #bfdaae;
    padding: 1em 0 0 0;
    margin-top: 1em;
  }
  footer .row a {
    float: none;
    margin-bottom: 8px;
  }
}
.notification-base {
  position: relative;
  height: auto;
  font-size: 0.9em;
}
.notification-base > div {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  height: 100%;
  width: 100%;
  display: table;
  padding: 1em 0;
}
.notification-base > div div {
  display: table-cell;
  vertical-align: middle;
}
.notification-base > div div:first-child {
  text-align: left;
}
.notification-base > div div:last-child {
  text-align: right;
}
.notification-base > div p {
  padding: 0 15px;
  margin: 0 auto;
  line-height: 1.1em;
}
.notification-base .close {
  opacity: 0.7;
  color: #ffffff;
  text-shadow: none;
  margin: 0 auto;
  padding-right: 20px;
  float: none;
}
.notification-base .close:hover {
  opacity: 1;
}
@media (max-width: 979px) {
  .notification-base .close {
    padding-right: 30px;
  }
}
.notification-base .attention,
.notification-base .warning {
  background: #f7dc08;
  color: #333333;
}
.notification-base .success {
  background: #479315;
}
.notification-base .success a {
  color: #bfdaae;
}
.notification-base .error {
  background: #9d261d;
}
@media (max-width: 979px) {
  .notification-base {
    width: 100%;
  }
  .notification-base > div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#small-notification {
  height: 56px;
  margin-bottom: 1em;
}
#small-notification > div {
  color: white;
  border-radius: 3px;
  height: 100%;
  width: 96%;
  margin: 0 2%;
  display: table;
}
#small-notification > div div {
  display: table-cell;
  vertical-align: middle;
}
#small-notification > div div:first-child {
  text-align: left;
}
#small-notification > div div:last-child {
  text-align: right;
}
#small-notification > div p {
  padding: 0 15px;
  margin: 0 auto;
  line-height: 1.1em;
}
#small-notification .close {
  opacity: 0.7;
  color: #ffffff;
  text-shadow: none;
  margin: 0 auto;
  padding-right: 15px;
  float: none;
}
#small-notification .close:hover {
  opacity: 1;
}
#small-notification .error {
  background: #9d261d;
}
#small-notification .success {
  background: #479315;
}
#small-notification .warning {
  background: #f7dc08;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: -5px;
  font-size: 1em;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  top: -3px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #bfdaae;
}
input[type=radio]:checked + label:before {
  content: "\2022";
  font-family: Arial;
  color: #479315;
  font-size: 66px;
  line-height: 24px;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: -5px;
  font-size: 1em;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  top: -3px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #bfdaae;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #479315;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
input[type=checkbox]:disabled + label:before {
  background-color: #eee;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #bfdaae;
  color: #777;
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.45em;
  float: left;
  padding-left: 0.5em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #479315;
  box-shadow: none;
}
input[type="text"]:focus:invalid,
input[type="password"]:focus:invalid,
input[type="datetime"]:focus:invalid,
input[type="datetime-local"]:focus:invalid,
input[type="date"]:focus:invalid,
input[type="month"]:focus:invalid,
input[type="time"]:focus:invalid,
input[type="week"]:focus:invalid,
input[type="number"]:focus:invalid,
input[type="email"]:focus:invalid,
input[type="url"]:focus:invalid,
input[type="search"]:focus:invalid,
input[type="tel"]:focus:invalid,
input[type="color"]:focus:invalid,
textarea:focus:invalid {
  border-color: #9d261d;
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 55px;
  margin-bottom: 0.9em;
}
input[type="text"][class*="span"],
input[type="password"][class*="span"],
input[type="datetime"][class*="span"],
input[type="datetime-local"][class*="span"],
input[type="date"][class*="span"],
input[type="month"][class*="span"],
input[type="time"][class*="span"],
input[type="week"][class*="span"],
input[type="number"][class*="span"],
input[type="email"][class*="span"],
input[type="url"][class*="span"],
input[type="search"][class*="span"],
input[type="tel"][class*="span"],
input[type="color"][class*="span"] {
  margin-left: 2.9%;
}
input[type="text"][class*="span"]:first-child,
input[type="password"][class*="span"]:first-child,
input[type="datetime"][class*="span"]:first-child,
input[type="datetime-local"][class*="span"]:first-child,
input[type="date"][class*="span"]:first-child,
input[type="month"][class*="span"]:first-child,
input[type="time"][class*="span"]:first-child,
input[type="week"][class*="span"]:first-child,
input[type="number"][class*="span"]:first-child,
input[type="email"][class*="span"]:first-child,
input[type="url"][class*="span"]:first-child,
input[type="search"][class*="span"]:first-child,
input[type="tel"][class*="span"]:first-child,
input[type="color"][class*="span"]:first-child {
  margin-left: 0;
}
input[type="text"].span6,
input[type="password"].span6,
input[type="datetime"].span6,
input[type="datetime-local"].span6,
input[type="date"].span6,
input[type="month"].span6,
input[type="time"].span6,
input[type="week"].span6,
input[type="number"].span6,
input[type="email"].span6,
input[type="url"].span6,
input[type="search"].span6,
input[type="tel"].span6,
input[type="color"].span6 {
  width: 48%;
}
input[type="text"].span4,
input[type="password"].span4,
input[type="datetime"].span4,
input[type="datetime-local"].span4,
input[type="date"].span4,
input[type="month"].span4,
input[type="time"].span4,
input[type="week"].span4,
input[type="number"].span4,
input[type="email"].span4,
input[type="url"].span4,
input[type="search"].span4,
input[type="tel"].span4,
input[type="color"].span4 {
  width: 31%;
}
input[type="text"].span8,
input[type="password"].span8,
input[type="datetime"].span8,
input[type="datetime-local"].span8,
input[type="date"].span8,
input[type="month"].span8,
input[type="time"].span8,
input[type="week"].span8,
input[type="number"].span8,
input[type="email"].span8,
input[type="url"].span8,
input[type="search"].span8,
input[type="tel"].span8,
input[type="color"].span8 {
  width: 65%;
}
@media (max-width: 979px) {
  input[type="text"][class*="span"],
  input[type="password"][class*="span"],
  input[type="datetime"][class*="span"],
  input[type="datetime-local"][class*="span"],
  input[type="date"][class*="span"],
  input[type="month"][class*="span"],
  input[type="time"][class*="span"],
  input[type="week"][class*="span"],
  input[type="number"][class*="span"],
  input[type="email"][class*="span"],
  input[type="url"][class*="span"],
  input[type="search"][class*="span"],
  input[type="tel"][class*="span"],
  input[type="color"][class*="span"] {
    width: 100%;
    margin-left: 0;
  }
}
textarea {
  padding-top: 0.7em;
}
.back-to-top {
  width: 100%;
  text-align: center;
}
.back-to-top a {
  cursor: pointer;
  font-size: 0.9em;
}
.back-to-top a i {
  font-size: 2em;
  transition: transform 0.3s;
  transform: translateY(0px);
}
.back-to-top a:hover {
  color: #479315;
}
.back-to-top a:hover i {
  transform: translateY(-10px);
}
.teaser p {
  font-size: 0.9em;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  line-height: 1.45em;
}
@media (max-width: 1199px) {
  .teaser p {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .teaser p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .teaser p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .teaser p {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .teaser p {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .teaser {
    margin-top: 40px;
  }
}
#openings {
  text-align: center;
  margin-top: 65px;
}
#openings span {
  line-height: 18px;
}
#openings span p {
  line-height: 13px;
  font-size: 0.9em;
}
#openings span div:first-child {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
#openings span div:last-child {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#openings span div:last-child p {
  color: #479315;
  font-weight: 600;
}
@media only screen and (min-width: 979px) {
  #openings {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  #openings {
    margin-top: 25px;
  }
  #openings span {
    line-height: 11px;
  }
}
#opening-divider {
  display: inline-block;
  width: auto;
}
@media (min-width: 1200px) {
  #opening-divider {
    width: 7%;
  }
}
.btn-read-more {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  line-height: 60px;
  bottom: -25px;
  text-align: center;
  display: inline-block;
  background: #479315;
  color: #f4f1d3;
  cursor: pointer;
  text-decoration: none;
}
.btn-read-more i {
  display: block;
  position: relative;
  padding-top: 0.6em;
  font-size: 1.5em;
}
.btn-read-more:hover,
.btn-read-more:focus {
  background: #52a918;
  color: white;
  box-shadow: none;
  text-shadow: none;
}
.btn-read-more .icon-angle-up {
  top: -2px;
}
.btn-read-more p {
  position: relative;
  top: 1.5em;
  left: -43px;
  font-size: 0.9em;
  text-align: center;
  margin: auto;
  line-height: 0.9em;
  text-transform: none;
  width: 151px;
  color: #999;
  text-shadow: none;
}
@media (max-width: 479px) {
  .btn-read-more {
    width: 50px;
    height: 50px;
  }
}
#rezepte {
  margin-bottom: 0;
}
#rezepte-steps ol {
  font-family: 'Amaranth', sans-serif;
  color: #479315;
  margin-top: 1em;
}
#rezepte-steps ol p {
  font-family: 'Encode Sans', sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.45em;
  color: #333;
}
#rezept-block {
  position: relative;
  margin-top: 0;
}
#rezept-block > div {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAInHu74TyqHgYEBAMpbDYEN2/U8AAAAAElFTkSuQmCC);
}
#rezept-block h4 {
  margin: 0;
}
#rezept-block .rezept-druck {
  float: right;
  margin-bottom: 25px;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  #rezept-block .span4 {
    width: 40%;
    margin-right: 2%;
  }
  #rezept-block .span8 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  #rezept-block .rezept-druck {
    width: 100%;
    margin-bottom: 3em;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  #rezept-block .section-wrapper {
    padding: 3%;
  }
}
@media (max-width: 480px) {
  #rezept-block {
    top: -14px;
    margin-bottom: 50px;
  }
}
#ingredients {
  background-color: white;
  padding: 1em 25px;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #bfdaae;
}
#ingredients h4 {
  padding: 0 0 0.6em 0;
  border-bottom: 1px solid #479315;
}
@media (max-width: 480px) {
  #ingredients h4 {
    padding-bottom: 5px;
    margin: 0 0 5px 0;
  }
}
#ingredients h4 span {
  font-family: 'Encode Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.45em;
  color: #333;
}
#ingredients ul {
  list-style: none;
  margin: 1em 0;
}
#ingredients ul:last-child {
  margin-bottom: 1em;
}
#ingredients ul li {
  font-family: 'Encode Sans', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
}
#ingredients ul li span {
  display: inline-block;
}
#ingredients ul li span:first-child {
  text-align: right;
  font-family: 'Amaranth', sans-serif;
  font-size: 1.2em;
  font-weight: lighter;
  line-height: 26px;
  color: #479315;
}
#ingredients ul li span:last-child {
  text-align: left;
  margin-left: 7px;
  margin-top: 0.3em;
  width: 73%;
  line-height: 1.1em;
}
@media (max-width: 1199px) {
  #ingredients ul li span:last-child {
    width: 70%;
  }
}
#ueber-uns .carousel {
  margin: 0;
}
#ueber-uns .carousel img {
  margin: 0;
}
#ueber-uns .carousel .icon-angle-right,
#ueber-uns .carousel .icon-angle-left {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 0;
}
@media (max-width: 480px) {
  #ueber-uns .carousel .icon-angle-right,
  #ueber-uns .carousel .icon-angle-left {
    font-size: 60px;
    margin-top: -40px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  #ueber-uns .carousel .icon-angle-right {
    right: -40px;
  }
}
#ueber-uns .carousel-text {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQImWP4jwRevzj1nwGZ8///f4gAjPP/////DMic/////wcARQA+QaudL9oAAAAASUVORK5CYII=);
  border-bottom: 1px solid #b8ab87;
}
#ueber-uns .carousel-caption {
  background: none;
  position: relative;
  padding-bottom: 40px;
}
#ueber-uns .carousel-caption p {
  line-height: 1.45em;
  font-size: 0.9em;
}
#ueber-uns .jahreszahl {
  color: #b8ab87;
  font-family: 'Amaranth', sans-serif;
  font-size: 3.5em;
  font-weight: lighter;
  line-height: 52px;
}
.carousel-indicators-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 17px;
}
.carousel-indicators {
  display: inline-block;
}
#mitarbeiter .span12 {
  margin-left: 0;
}
#mitarbeiter img {
  background-color: white;
  border: 1px solid #bfdaae;
  padding: 5px;
  border-radius: 3px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.4em;
}
#mitarbeiter h5 {
  margin: 0;
  color: #479315;
}
#mitarbeiter p {
  margin: 0 0 15px 0;
}
#mitarbeiter .img-mitarbeiter {
  display: block;
  float: left;
  margin-left: 2.127659574468085%;
  width: 23.4%;
  *width: 23.4%;
}
#mitarbeiter .img-mitarbeiter:first-child {
  margin-left: 0;
}
@media (max-width: 1200px) {
  #mitarbeiter .img-mitarbeiter {
    width: 22.9282%;
    margin-left: 2.76243%;
  }
  #mitarbeiter .img-mitarbeiter:first-child {
    margin-left: 0;
  }
}
@media (min-width: 433px) and (max-width: 767px) {
  #mitarbeiter .img-mitarbeiter {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
  }
  #mitarbeiter .img-mitarbeiter:nth-child(even) {
    margin-left: 2.127659574468085%;
  }
  #mitarbeiter .img-mitarbeiter:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 432px) {
  #mitarbeiter .img-mitarbeiter {
    float: none;
    width: 100%;
    margin-left: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.carousel-control {
  height: 100%;
  margin: 5px;
  top: 0;
}
#heimservice-auswahl {
  margin: 0 0 1em 25px;
  float: right;
  width: 420px;
}
@media (max-width: 750px) {
  #heimservice-auswahl {
    width: 100%;
    margin-left: 0;
  }
}
#termin {
  width: 100%;
  margin: auto;
}
#termin p {
  font-size: 0.9em;
  color: #479315;
  margin: 0;
}
@media (max-width: 480px) {
  #termin p {
    margin: 0 0 6px;
  }
}
#termin h3 {
  font-size: 1.6em;
  font-weight: normal;
  margin-top: -5px;
}
@media (max-width: 480px) {
  #termin h3 {
    margin: -17px 0 0;
  }
}
#terminuebersicht {
  margin-top: 30px;
}
#terminuebersicht h3:first-child {
  margin-top: -16px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
#terminuebersicht ul {
  width: 100%;
  margin: 0;
  list-style: none;
  font-size: 0.9em;
  display: table;
}
#terminuebersicht p {
  padding: 0 2em;
}
@media (min-width: 590px) and (max-width: 989px) {
  #terminuebersicht ul {
    width: 75%;
    margin: auto;
  }
}
#terminuebersicht li {
  float: left;
  line-height: 1.45em;
}
@media (max-width: 989px) {
  #terminuebersicht li {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #terminuebersicht li {
    width: 33%;
  }
}
@media (min-width: 990px) {
  #terminuebersicht li {
    width: 33%;
  }
}
.adresse {
  margin: 50px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .adresse {
    margin: 15px 0;
  }
}
.adresse h3 {
  font-size: 1.625em;
  margin: 0;
}
.adresse p {
  padding: 0;
  margin: 0;
}
.adresse p:nth-child(-n+3) {
  line-height: 1.45em;
  font-size: 0.9em;
}
.adresse p span {
  font-size: 0.9em;
  color: #999;
  margin-right: 10px;
}
#kontakt-formular form {
  padding: 0 25px 25px;
  box-sizing: content-box;
  text-align: left;
}
#kontakt-formular p {
  font-size: 0.9em;
}
@media (min-width: 768px) and (max-width: 980px) {
  #kontakt-formular p {
    padding: 0 25px 25px;
  }
  #kontakt-formular form > .row-fluid > .span6 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #kontakt-formular form {
    padding: 0 3% 1em;
    margin-bottom: 0;
  }
  #kontakt-formular button {
    width: 100%;
    float: none;
  }
}
#anrede {
  text-align: left;
}
#anrede p {
  font-size: 1em;
  margin-right: 15px;
}
#anrede input[type=radio] + label {
  margin-left: 30px;
}
#willkommen + .span8 h6 {
  font-size: 2.5em;
  color: #479315;
  text-shadow: none;
  text-align: left;
  line-height: 2em;
}
.fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: 38px;
  height: 41px;
}
.fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-width: 11px;
}
.fotorama .fotorama__dot {
  border-radius: 50%;
  border: 1px solid #479315;
  width: 20px;
  height: 20px;
  top: 18px;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html, body,*/
.container-mlp,
.scroller-mlp {
  height: 100%;
}

.scroller-mlp,
.scroller-inner {
  position: relative;
}
.container-mlp {
  position: relative;
  overflow: hidden;
}
.menu-trigger {
  position: relative;
}
.mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
}
.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 980px) {
  .mp-menu {
    display: none;
  }
}
@media (max-width: 480px) {
  .mp-menu {
    width: 250px;
  }
}
.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}
.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
  z-index: -1;
}
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
  cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}
.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 1.5rem;
}
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em;
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.mp-menu ul li > a {
  display: block;
  padding: 1.2em 1em;
  outline: none;
  border-bottom: 1px solid #bfdaae;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-family: 'Amaranth', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2rem;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  text-transform: uppercase;
}
.mp-menu ul li > a i {
  font-size: 1em;
  margin-left: 5px;
}
.mp-menu ul li > a:hover {
  background: #479315;
  color: #f4f1d3;
}
.mp-menu ul li .first-level-nav,
.mp-menu ul li div > h2 {
  color: #479315;
  padding: 1em;
  border-bottom: 1px solid #bfdaae;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQImWP4fofjPwwzMDAwMCBzvt/h+M+AzMFQ9f0Ox38AkFgiOfJItv0AAAAASUVORK5CYII=);
}
.mp-menu ul li .first-level-nav:hover,
.mp-menu ul li div > h2:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQImWN4cY7zPwz/////PwMy58U5TogAjPPiHOd/BmTOi3Oc/wGATjDZKBQQZgAAAABJRU5ErkJggg==);
}
.mp-menu ul li .first-level-nav:first-child,
.mp-menu ul li div > h2:first-child {
  border-top: none;
}
.mp-menu ul li .first-level-nav h2,
.mp-menu ul li div > h2 h2 {
  padding: 0;
  color: #479315;
}
.mp-menu ul li .first-level-nav span,
.mp-menu ul li div > h2 span {
  font-family: 'Amaranth', sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
  font-size: 1.3rem;
}
.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}
/*.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
}*/
.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.mp-back {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAInHu74TyqHgYEBAMpbDYEN2/U8AAAAAElFTkSuQmCC);
  outline: none;
  color: #479315;
  text-transform: uppercase;
  border-bottom: 1px solid #bfdaae;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/*.mp-back::after {
  font-family: 'fontawesome';
  position: absolute;
  content: "\f0a8";
  right: 10px;
  font-size: 1.3em;
  color: @green;
}*/
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px;
}
.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}
.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}
#mp-menu h2 {
  text-align: left;
}
/* NEW STYLES for
        ------------------------------------------------------------------------------

*/


.text-image {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  gap: 30px;
}

.text-image_text {
  width: 60%;
}

.text-image_image {
  width: 40%;
}

.img_small {
  width: 25%;
}

@media (max-width: 767px) {
  .text-image {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile-full {
    width: 100%;
  }

  .text-image_text {
    width: 100%;
  }
}

.spacer {
  width: 100%;
  display: block;
}

.large {
  height: 85px;
}

/* ── Empfehlungen: Featured Products ──────────────────────────────── */

.tgm-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (max-width: 979px) {
  .tgm-featured-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .tgm-featured-grid { grid-template-columns: 1fr; }
}

.tgm-featured-card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tgm-featured-card:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 18px rgba(0,0,0,0.16);
}

.tgm-featured-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  display: block;
  filter: saturate(0.85) brightness(0.95);
  transition: filter 0.25s ease;
}

.tgm-featured-card:hover .tgm-featured-card__image {
  filter: saturate(1) brightness(1);
}

.tgm-featured-card__body {
  padding: 0.75rem 1rem 0.9rem;
}

.tgm-featured-card__name {
  font-family: 'Amaranth', sans-serif;
  font-size: 0.95rem;
  color: #333;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.tgm-featured-card__teaser {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}

.tgm-featured-card__price {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #479315;
  margin: 0;
  line-height: 1.2;
}

.tgm-featured-card__rel-price {
  font-size: 0.78rem;
  color: #888;
  margin: 0.1rem 0 0;
}

/* ── Lightbox ──────────────────────────────────────────────────────── */

.tgm-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.tgm-lightbox.is-open {
  display: flex;
}

.tgm-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.tgm-lightbox__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  display: flex;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

.tgm-lightbox__image-wrap {
  width: 50%;
  flex-shrink: 0;
}

.tgm-lightbox__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tgm-lightbox__info {
  width: 50%;
  padding: 2.5rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tgm-lightbox__name {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.6rem;
  color: #28560a;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-weight: bold;
  text-align: left;
  padding: 0;
  text-shadow: none;
}

.tgm-lightbox__price {
  font-family: 'Amaranth', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #479315;
  margin: 0.5rem 0 0;
  line-height: 1;
}

.tgm-lightbox__rel-price {
  font-size: 0.9rem;
  color: #888;
  margin: 0.25rem 0 1.25rem;
}

.tgm-lightbox__teaser {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.55;
  margin: 0;
}

.tgm-lightbox__variants {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #bfdaae;
}

.tgm-lightbox__variants-label {
  font-family: 'Amaranth', sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tgm-lightbox__variants-table {
  width: 100%;
  border-collapse: collapse;
}

.tgm-lightbox__variants-table td {
  padding: 0.35rem 0.75rem 0.35rem 0;
  font-size: 0.9rem;
  border: none;
  border-bottom: 1px dashed #bfdaae;
  color: #444;
  vertical-align: middle;
}

.tgm-lightbox__variants-table td:nth-child(2) {
  font-family: 'Amaranth', sans-serif;
  font-weight: bold;
  color: #479315;
  white-space: nowrap;
}

.tgm-lightbox__variants-table td:nth-child(3) {
  color: #888;
  font-size: 0.82rem;
  white-space: nowrap;
}

.tgm-lightbox__close {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0.2rem 0.4rem;
  z-index: 2;
  transition: color 0.2s ease;
}

.tgm-lightbox__close:hover {
  color: #28560a;
}

@media (max-width: 767px) {
  .tgm-lightbox__panel {
    flex-direction: column;
    max-height: 95vh;
    width: 95%;
    box-sizing: border-box;
  }

  .tgm-lightbox__image-wrap {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .tgm-lightbox__info {
    width: 100%;
    padding: 1.25rem 1rem 1.5rem;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .tgm-lightbox__variants-table td {
    white-space: normal;
  }

  .tgm-lightbox__name { font-size: 1.3rem; }
  .tgm-lightbox__price { font-size: 1.6rem; }
}

.tgm-price-disclaimer {
  margin-top: 0.75rem;
  color: #999;
  text-align: right;
}

