/****************************************************************
-------------------------------------------------------------------------------
• this file is processed by grunt to: assets/css/styles.css
• this file handles all imports of less-files, the is no less-code in here
• uncomment anything not needed to decrease filesize of css-file
-------------------------------------------------------------------------------
*/
/****************************************************************
bootstrap
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/****************************************************************
Mixin-Libraries
*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  /* background: white; */
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! jQuery UI - v1.12.1 - 2017-12-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* LIGHTBOX */
/* Preload images */
body:after {
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('../img/loading.gif') no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 40%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 40%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('../img/close-button.svg') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Webfont: SaarPro-Bold */
@font-face {
  font-family: 'SaarPro-Bold';
  src: url('../fonts/SaarPro-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SaarPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SaarPro-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/SaarPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SaarPro-Bold.svg#SaarPro-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: SaarPro-Regular */
@font-face {
  font-family: 'SaarPro-Regular';
  src: url('../fonts/SaarPro-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SaarPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SaarPro-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/SaarPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SaarPro-Regular.svg#SaarPro-Regular') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: SaarPro-Light */
@font-face {
  font-family: 'SaarPro-Light';
  src: url('../fonts/SaarPro-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SaarPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SaarPro-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/SaarPro-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SaarPro-Light.svg#SaarPro-Light') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: SaarPro-Headline */
@font-face {
  font-family: 'SaarPro-Headline';
  src: url('../fonts/SaarPro-Headline.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SaarPro-Headline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SaarPro-Headline.woff') format('woff'), /* Modern Browsers */ url('../fonts/SaarPro-Headline.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SaarPro-Headline.svg#SaarPro-Headline') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 10px;
  line-height: 1.15;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/****************************************************************
small screens: doing mobile first... starting small and going up :)
*/
@media only screen and (max-width: 480px) {
  /* General */
  body {
    font-size: 1.6rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-weight: 400;
    color: #000;
  }
  .bildwelt-h {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .bildwelt-h.second-line {
    padding-top: 2rem;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  h1 {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    color: #97bf0d;
  }
  h1.section {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 3.1rem;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 2.8rem;
    color: #97bf0d;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #97bf0d;
  }
  h4 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #97bf0d;
  }
  h5 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #97bf0d;
  }
  p {
    margin-top: 0;
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    color: #97bf0d;
    line-height: 1.2em;
  }
  hr {
    margin-bottom: 3.5rem;
    border: none;
    border-top: 1px solid rgba(238, 238, 238, 0.75);
  }
  hr.no-padding {
    margin: 0;
    padding: 0;
  }
  .row.no-margin {
    margin-left: 0;
    margin-right: 0;
  }
  .text-green {
    color: #97bf0d;
  }
  .text-color {
    color: #000;
  }
  button:not(.navbar-toggle),
  .button,
  .submit.button,
  input.mailpoet_submit {
    display: block;
    width: 100%;
    padding: 0 2rem;
    border: 1px solid #97bf0d;
    text-align: center;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 4.8rem;
    color: #97bf0d;
    transition: all 200ms ease-in-out;
    border-radius: 0.5rem;
  }
  button:not(.navbar-toggle):hover,
  .button:hover,
  .submit.button:hover,
  input.mailpoet_submit:hover {
    background: #97bf0d;
    color: #FFF;
  }
  button:not(.navbar-toggle).full,
  .button.full,
  .submit.button.full,
  input.mailpoet_submit.full {
    background: #97bf0d;
    color: #FFF;
  }
  button:not(.navbar-toggle).full a,
  .button.full a,
  .submit.button.full a,
  input.mailpoet_submit.full a {
    color: #FFF;
  }
  input.mailpoet_submit {
    background: #97bf0d;
    color: #FFF;
  }
  input.mailpoet_submit a {
    color: #FFF;
  }
  /*
.frontpage-section a.button {
    text-align: center;
    background: @main-color;
    color: @white;
} */
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container-max-size {
    max-width: 1368px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post__featured-image {
    object-fit: cover;
  }
  .post__image-container {
    position: relative;
  }
  .post__image-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
  }
  .post__image-container.compat-object-fit .post__featured-image {
    opacity: 0;
  }
  .post__featured-image {
    object-fit: cover;
  }
  #mailpoet_form_1 .mailpoet_text,
  #mailpoet_form_1 .mailpoet_textarea {
    width: 100%!important;
  }
  .wpcf7-form .form-group,
  form .form-group {
    padding-bottom: 3rem;
    /*
        label {
            display: inline-block;
            padding: 0 0 1rem 2rem;
            font-size: 1.4rem;
            line-height: 1.8rem;
            color: fade(@text-color, 50%);
        } */
  }
  .wpcf7-form .form-group.no-padding,
  form .form-group.no-padding {
    padding-bottom: 0;
  }
  .wpcf7-form label,
  form label {
    display: inline-block;
    padding: 0 0 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .wpcf7-form label.checkbox,
  form label.checkbox {
    padding-left: 0;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form #rc-imageselect,
  form #rc-imageselect,
  .wpcf7-form .g-recaptcha,
  form .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .wpcf7-form span.wpcf7-not-valid-tip,
  form span.wpcf7-not-valid-tip {
    padding: 1.5rem 0 0 2rem;
    color: #97bf0d;
    font-size: 1.4rem;
  }
  .wpcf7-form div.wpcf7-validation-errors,
  form div.wpcf7-validation-errors,
  .wpcf7-form div.wpcf7-mail-sent-ok,
  form div.wpcf7-mail-sent-ok {
    margin: 0;
    padding: 1rem 2rem;
    border: 2px solid #97bf0d;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
  form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    padding-left: 0;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label,
  form .wpcf7-form-control.wpcf7-acceptance label {
    padding-left: 0;
  }
  .wpcf7-form i,
  form i {
    display: block;
    padding-top: 2rem;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .wpcf7-form p.hinweis,
  form p.hinweis {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form .mailpoet_checkbox_label,
  form .mailpoet_checkbox_label {
    padding-left: 0;
  }
  .wpcf7-form .mailpoet_checkbox_label:first-child,
  form .mailpoet_checkbox_label:first-child {
    display: none;
  }
  .wpcf7-form input,
  form input {
    width: 100%;
    padding: 0.9rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form input::-webkit-input-placeholder,
  form input::-webkit-input-placeholder {
    color: #97bf0d;
  }
  .wpcf7-form input[type="checkbox"],
  form input[type="checkbox"] {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .wpcf7-form input[type="submit"],
  form input[type="submit"] {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form select,
  form select {
    width: 100%;
    height: 5rem;
    max-width: calc(100% * (6/12));
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form textarea,
  form textarea {
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
  }
  /* Flickity */
  .flickity-page-dots {
    position: inherit;
    margin: 0 auto;
    bottom: 0;
    z-index: 10;
    padding-top: 2rem;
  }
  .flickity-page-dots .dot {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    background: none;
    opacity: 1;
    border: none;
    background: rgba(0, 0, 0, 0.2);
  }
  .flickity-page-dots .dot.is-selected,
  .flickity-page-dots .dot:hover {
    background: #97bf0d;
  }
  /* Lightbox */
  .lightboxOverlay {
    background: rgba(151, 191, 13, 0.85);
  }
  .lightbox .lb-image {
    border: 0;
  }
  .lb-nav {
    display: none;
  }
  .lb-outerContainer .lb-close {
    position: absolute;
    top: -4rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url('../img/close-button.svg') top right no-repeat;
    background-size: 2rem 2rem;
    cursor: pointer;
  }
  .lb-data {
    padding-top: 1rem;
  }
  .lb-data .lb-details {
    width: 100%;
    padding-top: 0.2rem;
    text-align: center;
  }
  .lb-data .lb-caption {
    display: none!important;
  }
  .lb-data .lb-number {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .lb-data .lb-close {
    display: none;
  }
  /* Header */
  body.layer header .top-content {
    display: block;
  }
  body.home header .navigation-wrapper {
    height: 100vh;
  }
  body.home header .navigation-area {
    position: absolute;
    height: 10rem;
  }
  body.home header .bildwelt-slider {
    height: 100vh;
  }
  body.home header .bildwelt-slider .carousel-cell img {
    height: 100vh;
  }
  header {
    position: relative;
    z-index: 12;
  }
  header .scroll-down {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
    padding: 0;
    border: 0 none;
    border-radius: 50%;
    background: #97bf0d;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 140ms linear;
  }
  header .scroll-down:hover {
    transform: scale(1.05);
  }
  header .scroll-down svg {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  header .scroll-down svg path {
    fill: #fff;
  }
  header .navigation-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(151, 191, 13, 0.85);
    height: auto;
  }
  header .navigation-area > .container-max-size {
    position: relative;
    z-index: 20;
  }
  header .navigation-area .logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  header .navigation-area .logo img {
    height: auto;
    max-height: 15.8rem;
  }
  header .navigation-area .detail-top-header {
    padding-top: 2rem;
  }
  header .navigation-wrapper {
    display: none;
    position: absolute;
    padding-top: 0.5rem;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 11;
    background: #97bf0d;
  }
  header .navigation-wrapper .navbar-collapse {
    padding: 32rem 3rem 0;
    border-top: 0;
    box-shadow: none;
    background: #97bf0d;
  }
  header .navigation-wrapper .links-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2rem;
  }
  header .navigation-wrapper .links-bottom .icon {
    display: block;
    width: 23rem;
    height: 4rem;
    margin: 1.5rem auto 0;
    background: #FFF;
    border-radius: 3.5rem;
    transition: all 0.15s ease-in-out;
  }
  header .navigation-wrapper .links-bottom .icon:first-child {
    margin-top: 0;
  }
  header .navigation-wrapper .links-bottom .icon.active {
    width: 23rem;
    border-radius: 3.5rem;
    margin: 0 1rem;
  }
  header .navigation-wrapper .links-bottom .icon.active img {
    display: none;
  }
  header .navigation-wrapper .links-bottom .icon.active .value {
    display: block;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #97bf0d;
  }
  header .navigation-wrapper .links-bottom .icon .circle {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navigation-wrapper .links-bottom .icon img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  header .navigation-wrapper .links-bottom .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navigation-wrapper .links-bottom .icon .value {
    padding-left: 2rem;
    color: #97bf0d;
  }
  header .navigation-wrapper .links-bottom .icon.contact .circle img {
    width: auto;
  }
  header .top-content {
    display: none;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
  }
  header .top-content .search-form-top {
    position: relative;
    margin-bottom: 1.5rem;
  }
  header .top-content .search-form-top form label {
    display: none;
  }
  header .top-content .search-form-top form input[type="text"] {
    display: block;
    width: 100%;
    min-width: 20.6rem;
    margin: 0;
    padding: 0.8rem 4rem 0.7rem 1rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #97bf0d;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 0.4rem;
  }
  header .top-content .search-form-top form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 1rem;
    background-size: 1.8rem 1.8rem;
  }
  header .top-content .user-change {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top-content .user-change .contrast-bt {
    float: left;
    width: 2.2rem;
    height: 2.2rem;
    background: url('../img/icon.svg') no-repeat center center;
    background-size: 2.2rem 2.2rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  header .top-content .user-change .contrast-bt:hover {
    opacity: 0.7;
  }
  header .top-content .user-change .font-size-bigger,
  header .top-content .user-change .font-size-smaller {
    float: left;
    padding-top: 0.3rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.8rem;
    color: #FFF;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  header .top-content .user-change .font-size-bigger:hover,
  header .top-content .user-change .font-size-smaller:hover {
    opacity: 0.7;
  }
  header .top-content .user-change .font-size-bigger {
    margin-left: 3rem;
  }
  header nav {
    width: 100%;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  header nav ul li {
    position: relative;
    padding: 0;
  }
  header nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    text-decoration: none;
    font-size: 2.1rem;
    line-height: 4rem;
    color: #FFF;
  }
  header nav ul li a:active,
  header nav ul li a:focus {
    color: #FFF;
    text-decoration: underline;
  }
  header nav ul li.current_page_item a {
    text-decoration: underline;
  }
  header nav ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0rem;
    width: 1.8rem;
    height: 0.9rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul li.menu-item-has-children > a:active:after,
  header nav ul li.menu-item-has-children > a:focus:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0rem;
    width: 1.8rem;
    height: 0.9rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul li.mobile-only a {
    text-transform: inherit;
    font-size: 1.8rem;
  }
  header nav ul.sub-menu {
    display: none;
  }
  header nav ul.sub-menu li {
    padding: 0;
  }
  header nav ul.sub-menu li a {
    text-transform: inherit;
    font-size: 1.6rem;
  }
  header .navbar-header {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    right: 1.5rem;
    width: 4rem;
    height: 10rem;
    z-index: 15;
  }
  header .navbar-header .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.6rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
  }
  header .navbar-header .navbar-toggle:after {
    content: "MENU";
    color: #FFF;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.2rem;
    position: relative;
    top: 2.2rem;
    left: 0;
  }
  header .navbar-header .navbar-toggle span:before {
    top: -0.9rem;
  }
  header .navbar-header .navbar-toggle span:after {
    bottom: -0.9rem;
  }
  header .navbar-header .navbar-toggle span,
  header .navbar-header .navbar-toggle span:before,
  header .navbar-header .navbar-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 1px;
    height: 0.5rem;
    width: 3.6rem;
    border-radius: 0.5rem;
    background: #FFF;
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  header .navbar-header .navbar-toggle.active span:before,
  header .navbar-header .navbar-toggle.active span:after {
    top: 0;
    background: #FFF;
  }
  header .navbar-header .navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  header .navbar-header .navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
  header .bildwelt-slider {
    position: relative;
    height: auto;
  }
  header .bildwelt-slider .carousel-cell {
    max-width: 100%;
    width: 100%;
    /* full width */
    margin-right: 0;
    /*
            .post__image-container {
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: fade(@yellow, 25%);
                }
            } */
  }
  header .bildwelt-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
  }
  header .bildwelt-slider .flickity-page-dots {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  header .bildwelt-slider .flickity-page-dots .dot {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    background: none;
    opacity: 1;
  }
  header .bildwelt-slider .flickity-page-dots .dot:before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    border: 2px solid #FFF;
    border-radius: 2.4rem 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  header .bildwelt-slider .flickity-page-dots .dot.is-selected,
  header .bildwelt-slider .flickity-page-dots .dot:hover {
    background: #97bf0d;
  }
  header .bildwelt-slider .flickity-prev-next-button {
    display: none;
    width: 3.3rem;
    height: 3.3rem;
  }
  header .bildwelt-slider .flickity-prev-next-button svg {
    width: 100%;
    height: 100%;
  }
  header .bildwelt-slider .flickity-prev-next-button.previous {
    background: none;
    left: -7.8rem;
  }
  header .bildwelt-slider .flickity-prev-next-button.next {
    background: none;
    right: -7.8rem;
  }
  header .bildwelt-slider .flickity-prev-next-button .arrow {
    width: 100%;
    fill: rgba(0, 0, 0, 0.25);
  }
  header .bildwelt-slider .flickity-prev-next-button:disabled {
    display: none;
  }
  header .bildwelt-slider .container-slider {
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 10rem);
    margin-bottom: 4rem;
    z-index: 5;
  }
  header .bildwelt-slider .container-slider .inner-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .bildwelt-slider .container-slider .inner-slider .row {
    width: 100%;
  }
  header .bildwelt-slider .container-slider .search-form-top {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3rem);
    max-width: 42rem;
  }
  header .bildwelt-slider .container-slider .search-form-top form input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.3rem 5rem 1.3rem 2rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background-color: rgba(255, 255, 255, 0.97);
  }
  header .bildwelt-slider .container-slider .search-form-top form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 1.5rem;
    background-size: 1.6rem 1.6rem;
  }
  header .bildwelt-slider .container-slider .description {
    text-align: center;
    padding-top: 0;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    display: block;
    padding: 0;
    text-align: center;
    color: #FFF;
  }
  header .bildwelt-slider .container-slider .description a.button {
    margin-top: 2.4rem;
    padding: 0 1.5rem;
  }
  header .bildwelt-slider .container-wrapper-frontpage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  header .bildwelt-slider .container-wrapper-frontpage > .row {
    width: 100%;
  }
  header .bildwelt-slider .container-wrapper-frontpage .description .screen-reader-text {
    display: none;
  }
  header .bildwelt-slider .container-wrapper-frontpage .description form input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.2rem 6rem 1.2rem 2rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
  header .bildwelt-slider .container-wrapper-frontpage .description form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 6rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 2rem;
    background-size: 2rem 2rem;
  }
  /* Content */
  section .breadcrumb-wrapper {
    padding: 1.2rem 0 3.6rem;
    background: #FFF;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #97bf0d;
  }
  section .breadcrumb-wrapper a {
    text-decoration: underline;
  }
  section .breadcrumb-wrapper .breadcrumb_last {
    color: #97bf0d;
  }
  section.frontpage-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.frontpage-section > .row {
    display: flex;
    flex-flow: row wrap;
  }
  section.frontpage-section p:last-child {
    margin-bottom: 0;
  }
  section.classic-section {
    padding-bottom: 6rem;
  }
  section.classic-section.page404 {
    padding-top: 6rem;
  }
  section.classic-section p:last-child {
    margin-bottom: 0;
  }
  section.classic-section ul {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
  }
  section.classic-section a[data-lightbox="gallery-text"] {
    position: relative;
    display: inline-block;
  }
  section.classic-section a[data-lightbox="gallery-text"] img {
    display: block;
    /*
                width: 100%;
                height: auto; */
  }
  section.regionalmarke-list hr {
    margin-bottom: 3.5rem;
  }
  section.regionalmarke-list hr:first-child {
    margin-top: 0;
  }
  section.regionalmarke-list .single-post {
    padding-bottom: 3rem;
  }
  section.regionalmarke-list .single-post .image-wrapper {
    padding-bottom: 2rem;
  }
  section.regionalmarke-list ul {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  section.regionalmarke-list p:last-child {
    margin-bottom: 0;
  }
  section.regionalmarke-list .regionalmarke-carousel {
    clear: both;
    display: none;
    padding-bottom: 3rem;
  }
  section.regionalmarke-list .regionalmarke-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.search-section .single-seach-result hr {
    margin-top: 3.5rem;
    border-top: 0.2rem solid rgba(238, 238, 238, 0.5);
  }
  section.search-section .single-seach-result:last-child hr {
    display: none;
  }
  section.erzeuger-section {
    position: relative;
    padding-bottom: 4rem;
  }
  section.erzeuger-section h1.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.erzeuger-section.no-slider {
    padding-bottom: 0;
  }
  section.erzeuger-section.no-slider .erzeuger-carousel:after {
    content: "";
  }
  section.erzeuger-section #ajax-producer .ajax-load {
    display: none;
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
  }
  section.erzeuger-section .erzeuger-carousel {
    margin-left: -0.1rem;
    margin-right: 0;
  }
  section.erzeuger-section .erzeuger-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.erzeuger-section .producer-link--col {
    text-align: center;
    padding: 30px 0 45px 0;
  }
  section.erzeuger-section .erzeuger-single {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding: 0 0.1rem 0.2rem;
  }
  section.erzeuger-section .erzeuger-single .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.85);
    opacity: 1;
    transition: all 200ms ease-in-out;
  }
  section.erzeuger-section .erzeuger-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.erzeuger-section .erzeuger-single .post__image-container:hover:after {
    opacity: 0;
  }
  section.erzeuger-section .erzeuger-single .headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  section.erzeuger-section .erzeuger-single .headline a {
    text-align: center;
  }
  section.erzeuger-section .erzeuger-single .headline span {
    text-align: center;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  section.erzeuger-section .erzeuger-single .categories {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single {
    float: left;
    padding-left: 0.1rem;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single:first-child {
    padding-left: 0;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single img {
    width: 6.3rem;
    height: 6.3rem;
    background: #fecd31;
  }
  section.news-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgba(238, 238, 238, 0.5);
  }
  section.news-section .news-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.news-section .news-single .date {
    font-size: 1.4rem;
    line-height: 3rem;
    opacity: 0.5;
  }
  section.products-overview-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  section.products-overview-section .products-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.products-overview-section .product-single h3 {
    padding-top: 2rem;
    text-align: center;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.products-overview-section .product-single img {
    display: block;
  }
  section.products-overview-section .product-single:hover .post__image-container {
    background: rgba(238, 238, 238, 0.5);
  }
  section.products-overview-section .product-single .post__image-container {
    border: 1px solid rgba(238, 238, 238, 0.75);
    /*
                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url('../img/search-white.svg') no-repeat center center;
                    background-size: 6rem 6rem;
                    opacity: 0;
                    transition: all 200ms ease-in-out;
                    z-index: 2;
                }

                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: fade(@main-color, 85%);
                    opacity: 0;
                    transition: all 200ms ease-in-out;
                    z-index: 1;
                } */
  }
  section.products-overview-section .product-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.products-overview-section .product-single .post__image-container:hover:before {
    opacity: 1;
  }
  section.products-overview-section .product-single .post__image-container:hover:after {
    opacity: 1;
  }
  section.market-dates-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.market-dates-section .market-dates-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.market-dates-section.fullpage {
    padding-top: 0;
  }
  section.market-dates-section.fullpage .market-dates-carousel:after {
    content: "";
  }
  section.market-dates-section.fullpage .market-date-single {
    padding-bottom: 2rem;
  }
  section.market-dates-section.fullpage .market-date-single:last-child {
    padding-bottom: 0;
  }
  section.market-dates-section .market-date-single {
    width: 100%;
  }
  section.market-dates-section .market-date-single .inner {
    display: block;
    padding: 4rem 3rem;
    border: 1px solid rgba(238, 238, 238, 0.75);
  }
  section.market-dates-section .market-date-single .inner:hover {
    background: rgba(238, 238, 238, 0.5);
  }
  section.market-dates-section .market-date-single .date {
    font-size: 4rem;
    line-height: 4rem;
    color: #97bf0d;
  }
  section.market-dates-section .market-date-single .time {
    display: block;
    padding-bottom: 1rem;
  }
  section.market-dates-section .market-date-single h5 {
    margin-bottom: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.market-dates-section .market-date-single img {
    display: block;
  }
  section.market-dates-section a.button {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
  section.unterstuetzer-section {
    padding-bottom: 4rem;
  }
  section.unterstuetzer-section .single-unterstuetzer {
    width: 100%;
    height: 12rem;
    margin-bottom: 2rem;
  }
  section.unterstuetzer-section .single-unterstuetzer a {
    opacity: 0;
  }
  section.unterstuetzer-section .single-unterstuetzer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(238, 238, 238, 0.75);
  }
  section.unterstuetzer-section .single-unterstuetzer .support {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3rem;
    text-align: center;
    color: #FFF;
  }
  section.unterstuetzer-section .single-unterstuetzer:hover .inner {
    background: rgba(238, 238, 238, 0.5);
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner {
    display: flex;
    background: #97bf0d;
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner img {
    display: none;
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner .support {
    display: flex;
  }
  section.image-text-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgba(238, 238, 238, 0.5);
  }
  section.image-text-section img {
    padding-bottom: 4rem;
  }
  section.image-text-section p:last-child {
    margin-bottom: 0;
  }
  section.blogposts-section {
    position: relative;
    padding-top: 4rem;
    background: rgba(238, 238, 238, 0.5);
    overflow: hidden;
  }
  section.blogposts-section .blogpost-single {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  section.blogposts-section .blogpost-single:nth-child(1) {
    padding-top: 0;
  }
  section.blogposts-section .blogpost-single img {
    display: block;
  }
  section.blogposts-section .blogpost-single .description {
    padding: 1rem 0 3rem;
  }
  section.blogposts-section .blogpost-single .description p:last-child {
    margin-bottom: 0;
  }
  section.blogposts-section .blogpost-single .description .date {
    font-size: 1.4rem;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  section.blogposts-section .blogpost-single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50vw;
    width: 200vw;
    height: 0.2rem;
    background: #FFF;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container {
    /*
                    &:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: url('../img/search-white.svg') no-repeat center center;
                        background-size: 6rem 6rem;
                        opacity: 0;
                        transition: all 200ms ease-in-out;
                        z-index: 2;
                    }

                    &:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: fade(@main-color, 85%);
                        opacity: 0;
                        transition: all 200ms ease-in-out;
                        z-index: 1;
                    } */
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container:hover:before {
    opacity: 1;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container:hover:after {
    opacity: 1;
  }
  section.recipe-section {
    margin-top: 0.2rem;
  }
  section.recipe-section .blogpost-single .description {
    padding-top: 2rem;
  }
  section.recipe-section .blogpost-single .description h3 {
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.gallery-section {
    padding-bottom: 4rem;
  }
  section.gallery-section .product-single {
    width: 100%;
    padding-bottom: 2rem;
  }
  section.gallery-section .product-single .post__image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/search-white.svg') no-repeat center center;
    background-size: 6rem 6rem;
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 2;
  }
  section.gallery-section .product-single .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.85);
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 1;
  }
  section.gallery-section .product-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.gallery-section .product-single .post__image-container:hover:before {
    opacity: 1;
  }
  section.gallery-section .product-single .post__image-container:hover:after {
    opacity: 1;
  }
  section.filter-header-section {
    padding-bottom: 4rem;
  }
  section.filter-header-section h3.filter-header {
    margin-bottom: 4rem;
    text-align: left;
  }
  section.filter-header-section .buttons-wrapper {
    display: none;
  }
  section.filter-header-section .buttons-wrapper button:first-child {
    margin-bottom: 2rem;
  }
  section.filter-header-section .filter-gemeinden {
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }
  section.filter-header-section .filter-gemeinden .filter-wrapper {
    position: relative;
  }
  section.filter-header-section .filter-gemeinden svg {
    position: relative;
    max-width: 100%;
    max-height: 22rem;
  }
  section.filter-header-section .filter-gemeinden svg path {
    cursor: pointer;
  }
  section.filter-header-section .filter-gemeinden svg path.active,
  section.filter-header-section .filter-gemeinden svg path:hover {
    fill: #fecd31;
  }
  section.filter-header-section .filter-gemeinden .gemeinde {
    display: none;
    position: absolute;
    top: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    background: #f6f6f6;
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid #eee;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:after,
  section.filter-header-section .filter-gemeinden .gemeinde:before {
    content: " ";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 1.4rem;
    margin-left: -1.4rem;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:after {
    border-color: rgba(246, 246, 246, 0);
    border-top-color: #f6f6f6;
    border-width: 1.3rem;
    margin-left: -1.3rem;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.eppelborn {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.illingen {
    position: absolute;
    top: 12%;
    left: 23%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.merchweiler {
    position: absolute;
    top: 32%;
    left: 26%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.neunkirchen {
    position: absolute;
    top: 35%;
    left: 56%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.ottweiler {
    position: absolute;
    top: 0;
    left: 60%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.schiffweiler {
    position: absolute;
    top: 31%;
    left: 38%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.spiesen-elversberg {
    position: absolute;
    top: 58%;
    left: 41%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde .single-gemeinde {
    display: none;
  }
  section .filter-gastronomien,
  section .filter-produktkategorien {
    padding-bottom: 3rem;
    text-align: center;
  }
  section .single-gastronomie,
  section .single-kategorie {
    float: left;
    width: 9.4rem;
    height: 9.4rem;
    margin: 0 2rem 2rem 0;
  }
  section .single-gastronomie .inner,
  section .single-kategorie .inner {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  section .single-gastronomie .inner:hover .title,
  section .single-kategorie .inner:hover .title {
    display: inline-table;
  }
  section .single-gastronomie.active .inner .image,
  section .single-kategorie.active .inner .image {
    opacity: 1;
  }
  section .single-gastronomie .title,
  section .single-kategorie .title {
    display: none;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    background: #f6f6f6;
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.15s ease-in;
    z-index: 5;
  }
  section .single-gastronomie .title:after,
  section .single-kategorie .title:after,
  section .single-gastronomie .title:before,
  section .single-kategorie .title:before {
    content: " ";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  section .single-gastronomie .title:before,
  section .single-kategorie .title:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 1.4rem;
    margin-left: -1.4rem;
  }
  section .single-gastronomie .title:after,
  section .single-kategorie .title:after {
    border-color: rgba(246, 246, 246, 0);
    border-top-color: #f6f6f6;
    border-width: 1.3rem;
    margin-left: -1.3rem;
  }
  section .single-gastronomie .image,
  section .single-kategorie .image {
    display: inline-block;
    width: 9.4rem;
    height: 9.4rem;
    background: #fecd31;
    opacity: 0.5;
  }
  section .single-gastronomie:last-child,
  section .single-kategorie:last-child {
    padding-bottom: 0;
  }
  section .filter-produktkategorien {
    margin: 0 -1rem;
    text-align: left;
  }
  section .filter-produktkategorien h3.filter-header {
    padding-left: 1rem;
  }
  section .filter-produktkategorien .single-kategorie {
    float: left;
    margin: 0 1rem 2rem 1rem;
  }
  section .filter-produktkategorien .single-kategorie .image {
    width: 9.4rem;
    height: 9.4rem;
    background: none;
  }
  section.map-section {
    height: 40rem;
  }
  section.map-section .acf-map {
    height: 100%;
    width: 100%;
  }
  section.map-section .acf-map .marker img {
    min-height: 20rem;
  }
  section.map-section .acf-map .map-info {
    padding: 1.5rem;
  }
  section.map-section .acf-map .map-info a {
    font-size: 1.6rem;
  }
  section.impressions-section .impression-single {
    width: 100%;
    padding: 0;
  }
  section.impressions-section .impression-single img {
    display: block;
  }
  section .sidebar {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
    order: -1;
  }
  section .sidebar.frontpage {
    padding-top: 0;
  }
  section .sidebar.product {
    padding-bottom: 4rem;
  }
  section .sidebar.producer {
    padding-bottom: 0;
  }
  section .sidebar .cta-erzeuger-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section .sidebar .cta-erzeuger {
    position: relative;
    width: 18rem;
    height: 18rem;
    padding: 0;
    background: #97bf0d;
    border-radius: 100%;
  }
  section .sidebar .cta-erzeuger .line1,
  section .sidebar .cta-erzeuger .line2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    padding: 0 2rem;
    text-align: center;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 2.6rem;
    color: #FFF;
  }
  section .sidebar .cta-erzeuger .line2 {
    position: relative;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  section .sidebar .cta-erzeuger .line2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  section .sidebar .cta-erzeuger .logo-orange {
    position: absolute;
    bottom: -3.7rem;
    right: -1.85rem;
    width: 7.4rem;
    height: 7.4rem;
  }
  section .sidebar .categories {
    padding-bottom: 2rem;
  }
  section .sidebar .categories .filter-produktkategorien {
    clear: both;
    padding-bottom: 0;
  }
  section .sidebar .categories .single-gastronomie .image,
  section .sidebar .categories .single-kategorie .image {
    opacity: 1;
  }
  section .sidebar .categories .single-gastronomie {
    margin: 0 0 4rem;
  }
  section .sidebar .categories .single-gastronomie:first-child {
    margin-right: 2rem;
  }
  section .sidebar .categories .single-kategorie .image {
    background: none;
  }
  section .sidebar section.address address {
    font-style: normal;
  }
  /* Footer */
  footer {
    position: relative;
  }
  footer p {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  footer .post__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.9);
  }
  footer .post__image-container img {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer section.footer {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 2;
  }
  footer section.footer .logo {
    display: block;
  }
  footer section.footer .logo img {
    width: auto;
    height: auto;
    max-height: 15.8rem;
  }
  footer .contact {
    padding-top: 4rem;
    color: #FFF;
  }
  footer .contact a {
    color: #FFF;
  }
  footer .contact p {
    margin-bottom: 0;
  }
  footer nav {
    padding-top: 4rem;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  footer nav ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #FFF;
  }
  footer nav ul li.current-menu-item a {
    text-decoration: underline;
  }
  section.footer-logos-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.footer-logos-section a {
    display: inline-block;
  }
  section.footer-logos-section a img {
    width: 10.5rem;
  }
  section.footer-logos-section .logo-single {
    padding-bottom: 4rem;
    text-align: center;
  }
  section.footer-logos-section .logo-single:first-child a img {
    width: 16rem;
  }
  section.footer-logos-section .logo-single:nth-child(4) a img {
    width: 19rem;
  }
  section.footer-logos-section .logo-single:last-child {
    padding-bottom: 0;
  }
  section.footer-logos-section .logo-single:last-child a img {
    width: 19rem;
  }
  /* ---------- COOKIE NOTICE ----------*/
  .cookie-notice {
    display: none;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    line-height: 2.4rem;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #FFF;
    background: #97bf0d;
    z-index: 1000000;
  }
  .cookie-notice .btn {
    border: 1px solid #FFF;
    padding: 2px 10px 3px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  /* ---------- CONTRAST ---------- */
  body.body-contrast h1,
  body.body-contrast h2,
  body.body-contrast h3,
  body.body-contrast h4,
  body.body-contrast h5 {
    color: #000;
  }
  body.body-contrast a {
    color: #000;
  }
  body.body-contrast .text-green {
    color: #000;
  }
  body.body-contrast header .scroll-down svg path {
    fill: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle span,
  body.body-contrast header .navbar-header .navbar-toggle span:before,
  body.body-contrast header .navbar-header .navbar-toggle span:after {
    background: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle:after {
    color: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  body.body-contrast header .top-content .user-change .font-size-bigger,
  body.body-contrast header .top-content .user-change .font-size-smaller {
    color: #000;
  }
  body.body-contrast header .top-content .user-change .contrast-bt {
    background: url('../img/icon_contrast.svg') no-repeat center center;
  }
  body.body-contrast header .top-content .search-form-top form input[type="submit"] {
    background-image: url('../img/search_contrast.svg');
  }
  body.body-contrast header .top-content .search-form-top form input[type="text"] {
    color: #000;
  }
  body.body-contrast form input::-webkit-input-placeholder {
    color: #000;
  }
  body.body-contrast header .bildwelt-slider .container-slider .description .first-line {
    color: #000;
  }
  body.body-contrast header .bildwelt-slider .container-slider .description .second-line {
    color: #000;
  }
  body.body-contrast section .sidebar .cta-erzeuger .line1,
  body.body-contrast section .sidebar .cta-erzeuger .line2 {
    color: #000;
  }
  body.body-contrast button,
  body.body-contrast .button.full,
  body.body-contrast .submit.button.full {
    color: #000;
  }
  body.body-contrast section.erzeuger-section .erzeuger-single .headline span {
    color: #000;
  }
  body.body-contrast .flickity-page-dots .dot.is-selected,
  body.body-contrast .flickity-page-dots .dot:hover {
    background: #000;
  }
  body.body-contrast section.market-dates-section .market-date-single .date {
    color: #000;
  }
  body.body-contrast footer .contact {
    color: #000;
  }
  body.body-contrast header .navigation-wrapper .links-bottom .icon .value {
    color: #000;
  }
  body.body-contrast header nav ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  body.body-contrast section .breadcrumb-wrapper {
    color: #000;
  }
  body.body-contrast section .breadcrumb-wrapper .breadcrumb_last {
    color: #000;
  }
  body.body-contrast section.gallery-section .product-single .post__image-container:before {
    background-image: url('../img/search_contrast.svg');
  }
  body.body-contrast .lb-data .lb-number {
    color: #000;
  }
  body.body-contrast .lb-nav a.lb-prev {
    background-image: url('../img/arrow-white-right_contrast.svg');
  }
  body.body-contrast .lb-nav a.lb-next {
    background-image: url('../img/arrow-white-right_contrast.svg');
  }
  body.body-contrast .lb-outerContainer .lb-close {
    background-image: url('../img/close-button_contrast.svg');
  }
  body.body-contrast section.unterstuetzer-section .single-unterstuetzer .support {
    color: #000;
  }
  body.body-contrast .button.full a,
  body.body-contrast .submit.button.full a {
    color: #000;
  }
}
@media only screen and (min-width: 480px) {
  /* General */
  body {
    font-size: 1.6rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-weight: 400;
    color: #000;
  }
  .bildwelt-h {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .bildwelt-h.second-line {
    padding-top: 2rem;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  h1 {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    color: #97bf0d;
  }
  h1.section {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #97bf0d;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #97bf0d;
  }
  h4 {
    margin-top: 0;
    margin-bottom: 2.9rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #97bf0d;
  }
  h5 {
    margin-top: 0;
    margin-bottom: 2.6rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #97bf0d;
  }
  p {
    max-width: 87rem;
    margin-top: 0;
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
  }
  p a:hover {
    text-decoration: underline;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    color: #97bf0d;
    line-height: 1.2em;
  }
  hr {
    margin-bottom: 3.5rem;
    border: none;
    border-top: 1px solid rgba(238, 238, 238, 0.75);
  }
  hr.no-padding {
    margin: 0;
    padding: 0;
  }
  .row.no-margin {
    margin-left: 0;
    margin-right: 0;
  }
  .text-green {
    color: #97bf0d;
  }
  .text-color {
    color: #000;
  }
  button:not(.navbar-toggle),
  .button,
  .submit.button,
  input.mailpoet_submit {
    display: inline-block;
    padding: 0 3.5rem;
    border: 1px solid #97bf0d;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 4.8rem;
    background: #FFF;
    color: #97bf0d;
    transition: all 200ms ease-in-out;
    border-radius: 0.5rem;
  }
  button:not(.navbar-toggle):hover,
  .button:hover,
  .submit.button:hover,
  input.mailpoet_submit:hover {
    background: #97bf0d;
    color: #FFF;
  }
  button:not(.navbar-toggle).full,
  .button.full,
  .submit.button.full,
  input.mailpoet_submit.full {
    position: relative;
    background: #97bf0d;
    color: #FFF;
  }
  button:not(.navbar-toggle).full a,
  .button.full a,
  .submit.button.full a,
  input.mailpoet_submit.full a {
    color: #FFF;
  }
  button:not(.navbar-toggle).full:before,
  .button.full:before,
  .submit.button.full:before,
  input.mailpoet_submit.full:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    border-radius: 0.5rem;
    background: #97bf0d;
    opacity: 0;
    z-index: -1;
    transition: opacity 150ms ease-in-out;
  }
  button:not(.navbar-toggle).full.no-animation:before,
  .button.full.no-animation:before,
  .submit.button.full.no-animation:before,
  input.mailpoet_submit.full.no-animation:before {
    transition: initial;
  }
  button:not(.navbar-toggle).full:hover:before,
  .button.full:hover:before,
  .submit.button.full:hover:before,
  input.mailpoet_submit.full:hover:before {
    content: "";
    opacity: 1;
  }
  input.mailpoet_submit {
    background: #97bf0d;
    color: #FFF;
  }
  input.mailpoet_submit a {
    color: #FFF;
  }
  /*
.frontpage-section a.button {
    color: @white;
} */
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container-max-size {
    max-width: 1368px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post__featured-image {
    object-fit: cover;
  }
  .post__image-container {
    position: relative;
  }
  .post__image-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
  }
  .post__image-container.compat-object-fit .post__featured-image {
    opacity: 0;
  }
  .post__featured-image {
    object-fit: cover;
  }
  #mailpoet_form_1 .mailpoet_text,
  #mailpoet_form_1 .mailpoet_textarea {
    width: 100%!important;
  }
  .wpcf7-form .form-group,
  form .form-group {
    padding-bottom: 3rem;
    /*
        label {
            display: inline-block;
            padding: 0 0 1rem 2rem;
            font-size: 1.4rem;
            line-height: 1.8rem;
            color: fade(@text-color, 50%);
        } */
  }
  .wpcf7-form .form-group.no-padding,
  form .form-group.no-padding {
    padding-bottom: 0;
  }
  .wpcf7-form label,
  form label {
    display: inline-block;
    padding: 0 0 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .wpcf7-form label.checkbox,
  form label.checkbox {
    padding-left: 0;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form span.wpcf7-not-valid-tip,
  form span.wpcf7-not-valid-tip {
    padding: 1.5rem 0 0 2rem;
    color: #97bf0d;
    font-size: 1.4rem;
  }
  .wpcf7-form div.wpcf7-validation-errors,
  form div.wpcf7-validation-errors,
  .wpcf7-form div.wpcf7-mail-sent-ok,
  form div.wpcf7-mail-sent-ok {
    margin: 0;
    padding: 1rem 2rem;
    border: 2px solid #97bf0d;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
  form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    padding-left: 0;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label,
  form .wpcf7-form-control.wpcf7-acceptance label {
    padding-left: 0;
  }
  .wpcf7-form i,
  form i {
    display: block;
    padding-top: 2rem;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .wpcf7-form p.hinweis,
  form p.hinweis {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form .mailpoet_checkbox_label,
  form .mailpoet_checkbox_label {
    padding-left: 0;
  }
  .wpcf7-form .mailpoet_checkbox_label:first-child,
  form .mailpoet_checkbox_label:first-child {
    display: none;
  }
  .wpcf7-form input,
  form input {
    width: 100%;
    padding: 0.9rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form input::-webkit-input-placeholder,
  form input::-webkit-input-placeholder {
    color: #97bf0d;
  }
  .wpcf7-form input[type="checkbox"],
  form input[type="checkbox"] {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .wpcf7-form input[type="submit"],
  form input[type="submit"] {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    border: 0;
  }
  .wpcf7-form .mailpoet_submit,
  form .mailpoet_submit {
    display: none;
  }
  .wpcf7-form .mailpoet_submit.show,
  form .mailpoet_submit.show {
    display: inline-block;
  }
  .wpcf7-form .submit-wrapper,
  form .submit-wrapper {
    position: relative;
  }
  .wpcf7-form .submit-wrapper:before,
  form .submit-wrapper:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    border-radius: 0.5rem;
    background: #97bf0d;
    opacity: 0;
    z-index: -1;
    transition: opacity 100ms ease-in-out;
  }
  .wpcf7-form .submit-wrapper:hover:before,
  form .submit-wrapper:hover:before {
    opacity: 1;
  }
  .wpcf7-form select,
  form select {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  .wpcf7-form textarea,
  form textarea {
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background: #fff;
  }
  /* Flickity */
  .flickity-page-dots {
    position: inherit;
    margin: 0 auto;
    bottom: 0;
    z-index: 10;
    padding-top: 2rem;
  }
  .flickity-page-dots .dot {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    background: none;
    opacity: 1;
    border: none;
    background: rgba(0, 0, 0, 0.2);
  }
  .flickity-page-dots .dot.is-selected,
  .flickity-page-dots .dot:hover {
    background: #97bf0d;
  }
  /* Lightbox */
  .lightboxOverlay {
    background: rgba(151, 191, 13, 0.95);
  }
  .lightbox .lb-image {
    border: 0;
  }
  .lb-nav a.lb-prev {
    position: absolute;
    left: 0;
    width: 6rem;
    background: url('../img/arrow-white-right.svg') center center no-repeat;
    background-size: 2rem 8rem;
    transform: rotate(-180deg);
    opacity: 0.75;
  }
  .lb-nav a.lb-next {
    position: absolute;
    right: 0;
    width: 6rem;
    background: url('../img/arrow-white-right.svg') center center no-repeat;
    background-size: 2rem 8rem;
    opacity: 0.75;
  }
  .lb-outerContainer .lb-close {
    position: absolute;
    top: -4rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url('../img/close-button.svg') top right no-repeat;
    background-size: 2rem 2rem;
    cursor: pointer;
  }
  .lb-data {
    padding-top: 1rem;
  }
  .lb-data .lb-details {
    width: 100%;
    padding-top: 0.2rem;
    text-align: center;
  }
  .lb-data .lb-caption {
    display: none!important;
  }
  .lb-data .lb-number {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    color: #FFF;
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .lb-data .lb-close {
    display: none;
  }
  /* Header */
  body.layer header .top-content {
    display: block;
  }
  body.home header .navigation-wrapper {
    height: 100vh;
  }
  body.home header .bildwelt-slider {
    height: 100vh;
  }
  body.home header .bildwelt-slider .carousel-cell img {
    height: 100vh;
  }
  header {
    position: relative;
    z-index: 12;
  }
  header .scroll-down {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
    padding: 0;
    border: 0 none;
    border-radius: 50%;
    background: #97bf0d;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 140ms linear;
  }
  header .scroll-down:hover {
    transform: scale(1.05);
  }
  header .scroll-down svg {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  header .scroll-down svg path {
    fill: #fff;
  }
  header .navigation-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(151, 191, 13, 0.85);
    height: 10rem;
  }
  header .navigation-area > .container-max-size {
    position: relative;
    z-index: 20;
  }
  header .navigation-area .logo {
    display: flex;
    align-items: center;
    height: auto;
    padding-top: 1rem;
  }
  header .navigation-area .logo img {
    height: auto;
    max-height: 20.8rem;
  }
  header .navigation-wrapper {
    display: none;
    position: absolute;
    padding-top: 0.5rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    padding: 0;
    z-index: 11;
    background: #97bf0d;
  }
  header .navigation-wrapper .navbar-collapse {
    padding: 33rem 3rem 0;
    border-top: 0;
    box-shadow: none;
    background: #97bf0d;
  }
  header .navigation-wrapper .links-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5rem;
  }
  header .navigation-wrapper .links-bottom .icon {
    display: block;
    width: 23rem;
    height: 4rem;
    margin: 1.5rem auto 0;
    background: #FFF;
    border-radius: 3.5rem;
  }
  header .navigation-wrapper .links-bottom .icon:first-child {
    margin-top: 0;
  }
  header .navigation-wrapper .links-bottom .icon.active {
    width: 23rem;
    border-radius: 3.5rem;
    margin: 0 1rem;
  }
  header .navigation-wrapper .links-bottom .icon.active img {
    display: none;
  }
  header .navigation-wrapper .links-bottom .icon.active .value {
    display: block;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #97bf0d;
  }
  header .navigation-wrapper .links-bottom .icon .circle {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navigation-wrapper .links-bottom .icon img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  header .navigation-wrapper .links-bottom .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navigation-wrapper .links-bottom .icon .value {
    padding-left: 2rem;
    color: #97bf0d;
  }
  header .navigation-wrapper .links-bottom .icon.contact .circle img {
    width: auto;
  }
  header .top-content {
    display: none;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
  }
  header .top-content .search-form-top {
    position: relative;
    max-width: 48rem;
    margin: 0 auto 1.5rem;
  }
  header .top-content .search-form-top form label {
    display: none;
  }
  header .top-content .search-form-top form input[type="text"] {
    display: block;
    width: 100%;
    min-width: 20.6rem;
    margin: 0;
    padding: 0.8rem 4rem 0.7rem 1rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #97bf0d;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 0.4rem;
  }
  header .top-content .search-form-top form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 1rem;
    background-size: 1.8rem 1.8rem;
  }
  header .top-content .user-change {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top-content .user-change .contrast-bt {
    float: left;
    width: 2.2rem;
    height: 2.2rem;
    background: url('../img/icon.svg') no-repeat center center;
    background-size: 2.2rem 2.2rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  header .top-content .user-change .contrast-bt:hover {
    opacity: 0.7;
  }
  header .top-content .user-change .font-size-bigger,
  header .top-content .user-change .font-size-smaller {
    float: left;
    padding-top: 0.3rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.8rem;
    color: #FFF;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  header .top-content .user-change .font-size-bigger:hover,
  header .top-content .user-change .font-size-smaller:hover {
    opacity: 0.7;
  }
  header .top-content .user-change .font-size-bigger {
    margin-left: 3rem;
  }
  header nav {
    width: 100%;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  header nav ul li {
    position: relative;
    padding: 0;
  }
  header nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 4.6rem;
    color: #FFF;
  }
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:focus {
    color: #FFF;
    text-decoration: underline;
  }
  header nav ul li.current_cpt_parent a,
  header nav ul li.current_page_item a {
    text-decoration: underline;
  }
  header nav ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0rem;
    width: 1.8rem;
    height: 0.9rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul li.menu-item-has-children > a:active:after,
  header nav ul li.menu-item-has-children > a:focus:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0rem;
    width: 1.8rem;
    height: 0.9rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul li.mobile-only a {
    text-transform: inherit;
    font-size: 1.8rem;
  }
  header nav ul.sub-menu {
    display: none;
  }
  header nav ul.sub-menu li a {
    text-transform: inherit;
    font-size: 1.8rem;
  }
  header .navbar-header {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    right: 1.5rem;
    width: 4rem;
    height: 10rem;
    z-index: 15;
  }
  header .navbar-header .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.6rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
  }
  header .navbar-header .navbar-toggle:after {
    content: "MENU";
    color: #FFF;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.2rem;
    position: relative;
    top: 2.2rem;
    left: 0;
  }
  header .navbar-header .navbar-toggle span:before {
    top: -0.9rem;
  }
  header .navbar-header .navbar-toggle span:after {
    bottom: -0.9rem;
  }
  header .navbar-header .navbar-toggle span,
  header .navbar-header .navbar-toggle span:before,
  header .navbar-header .navbar-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 1px;
    height: 0.5rem;
    width: 3.6rem;
    border-radius: 0.5rem;
    background: #FFF;
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  header .navbar-header .navbar-toggle.active span:before,
  header .navbar-header .navbar-toggle.active span:after {
    top: 0;
    background: #FFF;
  }
  header .navbar-header .navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  header .navbar-header .navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
  header .bildwelt-slider {
    position: relative;
    height: 75vh;
  }
  header .bildwelt-slider .carousel-cell {
    max-width: 100%;
    width: 100%;
    /* full width */
    margin-right: 0;
    /*
            .post__image-container {
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: fade(@yellow, 25%);
                }
            } */
  }
  header .bildwelt-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: 75vh;
  }
  header .bildwelt-slider .flickity-page-dots {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  header .bildwelt-slider .flickity-page-dots .dot {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    background: none;
    opacity: 1;
  }
  header .bildwelt-slider .flickity-page-dots .dot:before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    border: 2px solid #FFF;
    border-radius: 2.4rem 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  header .bildwelt-slider .flickity-page-dots .dot.is-selected,
  header .bildwelt-slider .flickity-page-dots .dot:hover {
    background: #97bf0d;
  }
  header .bildwelt-slider .flickity-prev-next-button {
    display: none;
    width: 3.3rem;
    height: 3.3rem;
  }
  header .bildwelt-slider .flickity-prev-next-button svg {
    width: 100%;
    height: 100%;
  }
  header .bildwelt-slider .flickity-prev-next-button.previous {
    background: none;
    left: -7.8rem;
  }
  header .bildwelt-slider .flickity-prev-next-button.next {
    background: none;
    right: -7.8rem;
  }
  header .bildwelt-slider .flickity-prev-next-button .arrow {
    width: 100%;
    fill: rgba(0, 0, 0, 0.25);
  }
  header .bildwelt-slider .flickity-prev-next-button:disabled {
    display: none;
  }
  header .bildwelt-slider .container-slider {
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 10rem);
    margin-bottom: 4rem;
    z-index: 5;
  }
  header .bildwelt-slider .container-slider .inner-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .bildwelt-slider .container-slider .inner-slider .row {
    width: 100%;
  }
  header .bildwelt-slider .container-slider .search-form-top {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3rem);
    max-width: 42rem;
  }
  header .bildwelt-slider .container-slider .search-form-top form input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.3rem 5rem 1.3rem 2rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background-color: rgba(255, 255, 255, 0.97);
  }
  header .bildwelt-slider .container-slider .search-form-top form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 1.5rem;
    background-size: 1.6rem 1.6rem;
  }
  header .bildwelt-slider .container-slider .description {
    text-align: center;
    padding-top: 0;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    display: block;
    padding: 0;
    text-align: center;
    color: #FFF;
  }
  header .bildwelt-slider .container-slider .description a.button {
    margin-top: 2.4rem;
    padding: 0 7rem;
  }
  header .bildwelt-slider .container-wrapper-frontpage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  header .bildwelt-slider .container-wrapper-frontpage > .row {
    width: 100%;
  }
  header .bildwelt-slider .container-wrapper-frontpage .description .screen-reader-text {
    display: none;
  }
  header .bildwelt-slider .container-wrapper-frontpage .description form input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.2rem 6rem 1.2rem 2rem;
    border: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
  header .bildwelt-slider .container-wrapper-frontpage .description form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 6rem;
    height: 100%;
    padding: 0;
    border: 0;
    text-indent: -1000rem;
    background: url('../img/search.svg') no-repeat center right 2rem;
    background-size: 2rem 2rem;
  }
  /* Content */
  section .breadcrumb-wrapper {
    padding: 1.2rem 0 3.6rem;
    background: #FFF;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #97bf0d;
  }
  section .breadcrumb-wrapper a {
    text-decoration: underline;
  }
  section .breadcrumb-wrapper a:hover {
    text-decoration: none;
  }
  section .breadcrumb-wrapper .breadcrumb_last {
    color: #97bf0d;
  }
  section.frontpage-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.frontpage-section > .row {
    display: flex;
    flex-flow: row wrap;
  }
  section.frontpage-section p:last-child {
    margin-bottom: 0;
  }
  section.classic-section {
    padding-bottom: 6rem;
  }
  section.classic-section.page404 {
    padding-top: 6rem;
  }
  section.classic-section p:last-child {
    margin-bottom: 0;
  }
  section.classic-section ul {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'SaarPro-Light', Arial, sans-serif;
  }
  section.classic-section a[data-lightbox="gallery-text"] {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
  }
  section.classic-section a[data-lightbox="gallery-text"]:last-child {
    margin-right: 0;
  }
  section.classic-section a[data-lightbox="gallery-text"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/search-white.svg') no-repeat center center;
    background-size: 6rem 6rem;
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 2;
  }
  section.classic-section a[data-lightbox="gallery-text"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.85);
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 1;
  }
  section.classic-section a[data-lightbox="gallery-text"] img {
    display: block;
    /*
                width: 100%;
                height: auto;*/
  }
  section.classic-section a[data-lightbox="gallery-text"]:hover:before {
    opacity: 1;
  }
  section.classic-section a[data-lightbox="gallery-text"]:hover:after {
    opacity: 1;
  }
  section.regionalmarke-list hr {
    margin-bottom: 3.5rem;
  }
  section.regionalmarke-list hr:first-child {
    margin-top: 0;
  }
  section.regionalmarke-list .single-post {
    padding-bottom: 3rem;
  }
  section.regionalmarke-list .single-post .image-wrapper {
    padding-bottom: 2rem;
  }
  section.regionalmarke-list ul {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  section.regionalmarke-list p:last-child {
    margin-bottom: 0;
  }
  section.regionalmarke-list .regionalmarke-carousel {
    clear: both;
    display: none;
    padding-bottom: 3rem;
  }
  section.regionalmarke-list .regionalmarke-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.search-section .single-seach-result hr {
    margin-top: 3.5rem;
    border-top: 0.2rem solid rgba(238, 238, 238, 0.5);
  }
  section.search-section .single-seach-result:last-child hr {
    display: none;
  }
  section.erzeuger-section {
    position: relative;
    padding-bottom: 4rem;
  }
  section.erzeuger-section h1.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.erzeuger-section.no-slider {
    padding-bottom: 0;
  }
  section.erzeuger-section.no-slider .erzeuger-carousel:after {
    content: "";
  }
  section.erzeuger-section #ajax-producer .ajax-load {
    display: none;
    position: absolute;
    top: 15rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
  }
  section.erzeuger-section .erzeuger-carousel {
    margin-left: -0.1rem;
    margin-right: 0;
  }
  section.erzeuger-section .erzeuger-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.erzeuger-section .producer-link--col {
    text-align: center;
    padding: 30px 0 45px 0;
  }
  section.erzeuger-section .erzeuger-single {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding: 0 0.1rem 0.2rem;
  }
  section.erzeuger-section .erzeuger-single .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.85);
    opacity: 1;
    transition: all 200ms ease-in-out;
  }
  section.erzeuger-section .erzeuger-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
    background: #fecd31;
  }
  section.erzeuger-section .erzeuger-single .post__image-container:hover:after {
    opacity: 0;
  }
  section.erzeuger-section .erzeuger-single .headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  section.erzeuger-section .erzeuger-single .headline a {
    text-align: center;
  }
  section.erzeuger-section .erzeuger-single .headline span {
    text-align: center;
    color: #FFF;
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  section.erzeuger-section .erzeuger-single .categories {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single {
    float: left;
    padding-left: 0.1rem;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single:first-child {
    padding-left: 0;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single img {
    width: 8rem;
    height: 8rem;
  }
  section.news-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgba(238, 238, 238, 0.5);
  }
  section.news-section .news-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.news-section .news-single .date {
    font-size: 1.4rem;
    line-height: 3rem;
    opacity: 0.5;
  }
  section.products-overview-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  section.products-overview-section .products-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.products-overview-section .product-single h3 {
    padding-top: 2rem;
    text-align: center;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.products-overview-section .product-single img {
    display: block;
    width: 100%;
  }
  section.products-overview-section .product-single:hover .post__image-container {
    background: rgba(238, 238, 238, 0.5);
  }
  section.products-overview-section .product-single .post__image-container {
    border: 1px solid rgba(238, 238, 238, 0.75);
    /*
                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url('../img/search-white.svg') no-repeat center center;
                    background-size: 6rem 6rem;
                    opacity: 0;
                    transition: all 200ms ease-in-out;
                    z-index: 2;
                }

                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: fade(@main-color, 85%);
                    opacity: 0;
                    transition: all 200ms ease-in-out;
                    z-index: 1;
                } */
  }
  section.products-overview-section .product-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.products-overview-section .product-single .post__image-container:hover:before {
    opacity: 1;
  }
  section.products-overview-section .product-single .post__image-container:hover:after {
    opacity: 1;
  }
  section.market-dates-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.market-dates-section .market-dates-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.market-dates-section.fullpage {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  section.market-dates-section.fullpage .market-dates-carousel:after {
    content: "";
  }
  section.market-dates-section.fullpage .market-date-single {
    padding-bottom: 2rem;
  }
  section.market-dates-section .market-date-single .inner {
    display: block;
    padding: 4rem 3rem;
    border: 1px solid rgba(238, 238, 238, 0.75);
  }
  section.market-dates-section .market-date-single .inner:hover {
    background: rgba(238, 238, 238, 0.5);
  }
  section.market-dates-section .market-date-single .date {
    font-size: 4.4rem;
    line-height: 4.4rem;
    color: #97bf0d;
  }
  section.market-dates-section .market-date-single .time {
    display: block;
    padding-bottom: 1rem;
  }
  section.market-dates-section .market-date-single h5 {
    margin-bottom: 0;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.market-dates-section .market-date-single img {
    display: block;
  }
  section.market-dates-section a.button {
    margin-top: 4rem;
  }
  section.unterstuetzer-section {
    padding-bottom: 4rem;
  }
  section.unterstuetzer-section .single-unterstuetzer {
    margin-bottom: 2rem;
    height: 16.7rem;
  }
  section.unterstuetzer-section .single-unterstuetzer a {
    opacity: 0;
  }
  section.unterstuetzer-section .single-unterstuetzer .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(238, 238, 238, 0.75);
  }
  section.unterstuetzer-section .single-unterstuetzer .support {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3rem;
    text-align: center;
    color: #FFF;
  }
  section.unterstuetzer-section .single-unterstuetzer .name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(151, 191, 13, 0.85);
    transition: all 200ms ease-in-out;
  }
  section.unterstuetzer-section .single-unterstuetzer .name h3 {
    margin: 0;
    text-align: center;
    color: #FFF;
  }
  section.unterstuetzer-section .single-unterstuetzer:hover .name {
    opacity: 1;
  }
  section.unterstuetzer-section .single-unterstuetzer:hover .inner {
    background: rgba(238, 238, 238, 0.5);
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner {
    display: flex;
    background: #97bf0d;
    transition: all 200ms ease-in-out;
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner img {
    display: none;
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link .inner .support {
    display: flex;
  }
  section.unterstuetzer-section .single-unterstuetzer.supporter-link:hover .inner {
    transform: scale(1.1);
  }
  section.image-text-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgba(238, 238, 238, 0.5);
  }
  section.image-text-section img {
    padding-bottom: 4rem;
  }
  section.image-text-section p:last-child {
    margin-bottom: 0;
  }
  section.blogposts-section {
    position: relative;
    padding-top: 5rem;
    background: rgba(238, 238, 238, 0.5);
    overflow: hidden;
  }
  section.blogposts-section .blogpost-single {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
  section.blogposts-section .blogpost-single:nth-child(1) {
    padding-top: 0;
  }
  section.blogposts-section .blogpost-single img {
    display: block;
  }
  section.blogposts-section .blogpost-single .description {
    max-width: 55rem;
    padding: 2rem 0 3rem;
  }
  section.blogposts-section .blogpost-single .description p:last-child {
    margin-bottom: 0;
  }
  section.blogposts-section .blogpost-single .description .date {
    font-size: 1.4rem;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  section.blogposts-section .blogpost-single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50vw;
    width: 200vw;
    height: 0.2rem;
    background: #FFF;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container {
    /*
                    &:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: url('../img/search-white.svg') no-repeat center center;
                        background-size: 6rem 6rem;
                        opacity: 0;
                        transition: all 200ms ease-in-out;
                        z-index: 2;
                    }

                    &:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: fade(@main-color, 85%);
                        opacity: 0;
                        transition: all 200ms ease-in-out;
                        z-index: 1;
                    } */
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container:hover:before {
    opacity: 1;
  }
  section.blogposts-section .blogpost-single.product-overlay .post__image-container:hover:after {
    opacity: 1;
  }
  section.recipe-section {
    margin-top: 0.2rem;
  }
  section.recipe-section .blogpost-single .description {
    padding-top: 2rem;
  }
  section.recipe-section .blogpost-single .description h3 {
    font-family: 'SaarPro-Light', Arial, sans-serif;
    color: #000;
  }
  section.gallery-section {
    padding-bottom: 4rem;
  }
  section.gallery-section .product-single {
    padding-bottom: 2rem;
  }
  section.gallery-section .product-single .post__image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/search-white.svg') no-repeat center center;
    background-size: 6rem 6rem;
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 2;
  }
  section.gallery-section .product-single .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.85);
    opacity: 0;
    transition: all 200ms ease-in-out;
    z-index: 1;
  }
  section.gallery-section .product-single .post__image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.gallery-section .product-single .post__image-container:hover:before {
    opacity: 1;
  }
  section.gallery-section .product-single .post__image-container:hover:after {
    opacity: 1;
  }
  section.filter-header-section {
    padding-bottom: 4rem;
  }
  section.filter-header-section h3.filter-header {
    text-align: left;
  }
  section.filter-header-section .buttons-wrapper {
    display: none;
    padding-top: 3rem;
  }
  section.filter-header-section .buttons-wrapper button:first-child {
    display: block;
    margin-bottom: 2rem;
  }
  section.filter-header-section .filter-gemeinden {
    position: relative;
    max-width: 45rem;
    padding-bottom: 3rem;
  }
  section.filter-header-section .filter-gemeinden .filter-wrapper {
    position: relative;
  }
  section.filter-header-section .filter-gemeinden svg {
    position: relative;
    max-width: 100%;
    max-height: 22rem;
  }
  section.filter-header-section .filter-gemeinden svg path {
    cursor: pointer;
  }
  section.filter-header-section .filter-gemeinden svg path.active,
  section.filter-header-section .filter-gemeinden svg path:hover {
    fill: #fecd31;
  }
  section.filter-header-section .filter-gemeinden .gemeinde {
    display: none;
    position: absolute;
    top: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    background: #f6f6f6;
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid #eee;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:after,
  section.filter-header-section .filter-gemeinden .gemeinde:before {
    content: " ";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 1.4rem;
    margin-left: -1.4rem;
  }
  section.filter-header-section .filter-gemeinden .gemeinde:after {
    border-color: rgba(246, 246, 246, 0);
    border-top-color: #f6f6f6;
    border-width: 1.3rem;
    margin-left: -1.3rem;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.eppelborn {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.illingen {
    position: absolute;
    top: 12%;
    left: 23%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.merchweiler {
    position: absolute;
    top: 32%;
    left: 26%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.neunkirchen {
    position: absolute;
    top: 35%;
    left: 56%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.ottweiler {
    position: absolute;
    top: 0;
    left: 60%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.schiffweiler {
    position: absolute;
    top: 31%;
    left: 38%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde.spiesen-elversberg {
    position: absolute;
    top: 58%;
    left: 41%;
  }
  section.filter-header-section .filter-gemeinden .gemeinde .single-gemeinde {
    display: none;
  }
  section .filter-gastronomien,
  section .filter-produktkategorien {
    padding-bottom: 3rem;
    text-align: center;
  }
  section .single-gastronomie,
  section .single-kategorie {
    float: left;
    width: 9.4rem;
    height: 9.4rem;
    margin: 0 2rem 2rem 0;
  }
  section .single-gastronomie .inner,
  section .single-kategorie .inner {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  section .single-gastronomie .inner:hover .title,
  section .single-kategorie .inner:hover .title {
    display: inline-table;
  }
  section .single-gastronomie:hover .inner .image,
  section .single-kategorie:hover .inner .image,
  section .single-gastronomie.active .inner .image,
  section .single-kategorie.active .inner .image {
    opacity: 1;
  }
  section .single-gastronomie .title,
  section .single-kategorie .title {
    display: none;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    background: #f6f6f6;
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.15s ease-in;
    z-index: 5;
  }
  section .single-gastronomie .title:after,
  section .single-kategorie .title:after,
  section .single-gastronomie .title:before,
  section .single-kategorie .title:before {
    content: " ";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  section .single-gastronomie .title:before,
  section .single-kategorie .title:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 1.4rem;
    margin-left: -1.4rem;
  }
  section .single-gastronomie .title:after,
  section .single-kategorie .title:after {
    border-color: rgba(246, 246, 246, 0);
    border-top-color: #f6f6f6;
    border-width: 1.3rem;
    margin-left: -1.3rem;
  }
  section .single-gastronomie .image,
  section .single-kategorie .image {
    display: inline-block;
    width: 9.4rem;
    height: 9.4rem;
    background: #fecd31;
    opacity: 0.5;
  }
  section .single-gastronomie:last-child,
  section .single-kategorie:last-child {
    padding-bottom: 0;
  }
  section .filter-produktkategorien {
    margin: 0 -1rem;
    padding-bottom: 0;
    text-align: left;
  }
  section .filter-produktkategorien h3.filter-header {
    padding-left: 1rem;
  }
  section .filter-produktkategorien .single-kategorie {
    float: left;
    margin: 0 1rem 2rem 1rem;
  }
  section .filter-produktkategorien .single-kategorie .image {
    width: 9.4rem;
    height: 9.4rem;
    background: none;
  }
  section.map-section {
    height: 50rem;
  }
  section.map-section .acf-map {
    height: 100%;
    width: 100%;
  }
  section.map-section .acf-map .marker img {
    min-height: 20rem;
  }
  section.map-section .acf-map .map-info {
    padding: 1.5rem;
  }
  section.map-section .acf-map .map-info a {
    font-size: 1.6rem;
  }
  section.impressions-section .impressions-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.impressions-section .impression-single {
    padding: 0;
  }
  section.impressions-section .impression-single .post__image-container {
    overflow: hidden;
  }
  section.impressions-section .impression-single .post__image-container img {
    transition: all 0.15s ease-in;
  }
  section.impressions-section .impression-single img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.impressions-section .impression-single img:hover {
    transform: scale(1.1);
  }
  section .sidebar {
    padding-top: 4rem;
    padding-bottom: 8.5rem;
    order: -1;
  }
  section .sidebar.frontpage {
    padding-top: 0;
  }
  section .sidebar.product {
    padding-bottom: 4rem;
  }
  section .sidebar.producer {
    padding-bottom: 0;
  }
  section .sidebar .cta-erzeuger-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section .sidebar .cta-erzeuger {
    position: relative;
    width: 20.8rem;
    height: 20.8rem;
    padding: 0;
    background: #97bf0d;
    border-radius: 100%;
    transition: all 0.15s ease-in;
  }
  section .sidebar .cta-erzeuger:hover {
    transform: scale(1.1);
  }
  section .sidebar .cta-erzeuger .line1,
  section .sidebar .cta-erzeuger .line2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    padding: 0 2rem;
    text-align: center;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #FFF;
  }
  section .sidebar .cta-erzeuger .line2 {
    position: relative;
    font-family: 'SaarPro-Regular', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  section .sidebar .cta-erzeuger .line2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  section .sidebar .cta-erzeuger .logo-orange {
    position: absolute;
    bottom: -4.25rem;
    right: -2rem;
    width: 8.5rem;
    height: 8.5rem;
  }
  section .sidebar .categories {
    padding-bottom: 1rem;
  }
  section .sidebar .categories .filter-produktkategorien {
    clear: both;
    padding-bottom: 0;
  }
  section .sidebar .categories .single-gastronomie .image,
  section .sidebar .categories .single-kategorie .image {
    opacity: 1;
  }
  section .sidebar .categories .single-gastronomie {
    margin: 0 0 4rem;
  }
  section .sidebar .categories .single-gastronomie:first-child {
    margin-right: 2rem;
  }
  section .sidebar .categories .single-kategorie .image {
    background: none;
  }
  section .sidebar section.address address {
    font-style: normal;
  }
  /* Footer */
  footer {
    position: relative;
  }
  footer p {
    font-family: 'SaarPro-Regular', Arial, sans-serif;
  }
  footer .post__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer .post__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 191, 13, 0.9);
  }
  footer .post__image-container img {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer section.footer {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 2;
  }
  footer section.footer .logo {
    display: block;
  }
  footer section.footer .logo img {
    width: auto;
    height: auto;
    max-height: 20.8rem;
  }
  footer .contact {
    padding-top: 4rem;
    color: #FFF;
  }
  footer .contact a {
    color: #FFF;
  }
  footer .contact a:hover {
    text-decoration: underline;
  }
  footer .contact p {
    margin-bottom: 0;
  }
  footer nav {
    padding-top: 4rem;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  footer nav ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #FFF;
  }
  footer nav ul li:hover a,
  footer nav ul li.current_cpt_parent a,
  footer nav ul li.current-menu-item a {
    text-decoration: underline;
  }
  section.footer-logos-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.footer-logos-section a {
    display: block;
  }
  section.footer-logos-section a img {
    width: 10.5rem;
  }
  section.footer-logos-section .logo-single {
    padding-bottom: 4rem;
    text-align: center;
  }
  section.footer-logos-section .logo-single:first-child a img {
    width: 16rem;
  }
  section.footer-logos-section .logo-single:nth-child(4) a img {
    width: 19rem;
  }
  section.footer-logos-section .logo-single:last-child {
    padding-bottom: 0;
  }
  section.footer-logos-section .logo-single:last-child a img {
    width: 19rem;
  }
  /* ---------- COOKIE NOTICE ----------*/
  .cookie-notice {
    display: none;
    font-family: 'SaarPro-Light', Arial, sans-serif;
    line-height: 2.4rem;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #FFF;
    background: #97bf0d;
    z-index: 100000;
  }
  .cookie-notice .btn {
    border: 1px solid #FFF;
    padding: 2px 10px 3px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .cookie-notice .btn:hover {
    color: #97bf0d;
    background: #FFF;
  }
  /* ---------- CONTRAST ---------- */
  body.body-contrast h1,
  body.body-contrast h2,
  body.body-contrast h3,
  body.body-contrast h4,
  body.body-contrast h5 {
    color: #000;
  }
  body.body-contrast a {
    color: #000;
  }
  body.body-contrast .text-green {
    color: #000;
  }
  body.body-contrast header .scroll-down svg path {
    fill: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle span,
  body.body-contrast header .navbar-header .navbar-toggle span:before,
  body.body-contrast header .navbar-header .navbar-toggle span:after {
    background: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle:after {
    color: #000;
  }
  body.body-contrast header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  body.body-contrast header .top-content .user-change .font-size-bigger,
  body.body-contrast header .top-content .user-change .font-size-smaller {
    color: #000;
  }
  body.body-contrast header .top-content .user-change .contrast-bt {
    background: url('../img/icon_contrast.svg') no-repeat center center;
  }
  body.body-contrast header .top-content .search-form-top form input[type="submit"] {
    background-image: url('../img/search_contrast.svg');
  }
  body.body-contrast header .top-content .search-form-top form input[type="text"] {
    color: #000;
  }
  body.body-contrast form input::-webkit-input-placeholder {
    color: #000;
  }
  body.body-contrast header .bildwelt-slider .container-slider .description .first-line {
    color: #000;
  }
  body.body-contrast header .bildwelt-slider .container-slider .description .second-line {
    color: #000;
  }
  body.body-contrast section .sidebar .cta-erzeuger .line1,
  body.body-contrast section .sidebar .cta-erzeuger .line2 {
    color: #000;
  }
  body.body-contrast button,
  body.body-contrast .button.full,
  body.body-contrast .submit.button.full {
    color: #000;
  }
  body.body-contrast section.erzeuger-section .erzeuger-single .headline span {
    color: #000;
  }
  body.body-contrast .flickity-page-dots .dot.is-selected,
  body.body-contrast .flickity-page-dots .dot:hover {
    background: #000;
  }
  body.body-contrast section.market-dates-section .market-date-single .date {
    color: #000;
  }
  body.body-contrast footer .contact {
    color: #000;
  }
  body.body-contrast header .navigation-wrapper .links-bottom .icon .value {
    color: #000;
  }
  body.body-contrast header nav ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  body.body-contrast section .breadcrumb-wrapper {
    color: #000;
  }
  body.body-contrast section .breadcrumb-wrapper .breadcrumb_last {
    color: #000;
  }
  body.body-contrast section.gallery-section .product-single .post__image-container:before {
    background-image: url('../img/search_contrast.svg');
  }
  body.body-contrast .lb-data .lb-number {
    color: #000;
  }
  body.body-contrast .lb-nav a.lb-prev {
    background-image: url('../img/arrow-white-right_contrast.svg');
  }
  body.body-contrast .lb-nav a.lb-next {
    background-image: url('../img/arrow-white-right_contrast.svg');
  }
  body.body-contrast .lb-outerContainer .lb-close {
    background-image: url('../img/close-button_contrast.svg');
  }
  body.body-contrast section.unterstuetzer-section .single-unterstuetzer .support {
    color: #000;
  }
  body.body-contrast .button.full a,
  body.body-contrast .submit.button.full a {
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  /* General */
  .bildwelt-h {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
  .bildwelt-h.second-line {
    padding-top: 2rem;
    color: #FFF;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  h1 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
    line-height: 4.6rem;
  }
  h1.section {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 3.4rem;
  }
  h2 {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h3 {
    margin-bottom: 2.8rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h4 {
    margin-bottom: 2.8rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  h5 {
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  #mailpoet_form_1 .mailpoet_text,
  #mailpoet_form_1 .mailpoet_textarea {
    max-width: calc(100% * (6/12));
  }
  .wpcf7-form select,
  form select {
    max-width: calc(100% * (6/12));
  }
  /* Lightbox */
  /* Header */
  body.layer header .top-content {
    display: flex;
  }
  header .navigation-area {
    height: 12rem;
  }
  header .navigation-area .logo {
    display: flex;
    align-items: center;
  }
  header .navigation-wrapper .navbar-collapse {
    padding: 20rem 3rem 0;
  }
  header .navigation-wrapper .links-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }
  header .navigation-wrapper .links-bottom .icon {
    float: left;
    display: inline-block;
    width: 7.6rem;
    height: 7.6rem;
    margin: 0 4.5rem;
    background: #FFF;
    border-radius: 100%;
    transition: all 0.1s ease-in-out;
  }
  header .navigation-wrapper .links-bottom .icon:first-child {
    margin-left: 0;
  }
  header .navigation-wrapper .links-bottom .icon:last-child {
    margin-right: 0;
  }
  header .navigation-wrapper .links-bottom .icon .circle {
    position: relative;
    height: 7.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .navigation-wrapper .links-bottom .icon img {
    width: 100%;
    max-width: 4.7rem;
    max-height: 4.7rem;
  }
  header .navigation-wrapper .links-bottom .icon .value {
    display: none;
    padding-left: 0;
  }
  header .navigation-wrapper .links-bottom .icon:hover {
    display: block;
    width: 23rem;
    border-radius: 3.5rem;
    margin: 0 1rem;
  }
  header .navigation-wrapper .links-bottom .icon:hover img {
    display: none;
  }
  header .navigation-wrapper .links-bottom .icon:hover .value {
    display: block;
    font-size: 2.4rem;
    line-height: 7.6rem;
    color: #97bf0d;
  }
  header .top-content {
    float: right;
    display: flex;
    align-items: center;
    width: auto;
    height: 12rem;
    padding: 0 8rem 0 0;
  }
  header .top-content .search-form-top {
    position: relative;
    margin: 0 4.5rem 0 0;
  }
  header .top-content .user-change {
    display: inherit;
    float: left;
    margin-right: 3rem;
  }
  header .navbar-header {
    height: 12rem;
  }
  header .bildwelt-slider .container-slider {
    top: 12rem;
    height: calc(100% - 12rem);
  }
  header nav ul li a {
    font-size: 3.2rem;
    line-height: 5.8rem;
  }
  header nav ul li.menu-item-has-children > a:after {
    content: "";
    width: 2.4rem;
    height: 1.2rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul li.menu-item-has-children > a:active:after,
  header nav ul li.menu-item-has-children > a:focus:after {
    content: "";
    width: 2.4rem;
    height: 1.2rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul.sub-menu li {
    padding: 1rem 0 1rem;
  }
  header nav ul.sub-menu li a {
    font-size: 2.4rem;
  }
  /* Content */
  section.frontpage-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.frontpage-section > .row {
    display: flex;
    align-items: center;
  }
  section.erzeuger-section {
    padding-bottom: 0;
  }
  section.erzeuger-section h1.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.erzeuger-section .erzeuger-carousel:after {
    content: '';
  }
  section.erzeuger-section .erzeuger-single .categories .category-single img {
    width: 6.3rem;
    height: 6.3rem;
  }
  section.erzeuger-section .erzeuger-single .headline span {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  section.news-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.products-overview-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  section.market-dates-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.market-dates-section .market-date-single .inner {
    padding: 4.5rem 3.5rem;
  }
  section.market-dates-section .market-date-single .date {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  section.image-text-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section.image-text-section img {
    padding-bottom: 0;
  }
  section.blogposts-section .blogpost-single {
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  section.blogposts-section .blogpost-single:nth-child(1),
  section.blogposts-section .blogpost-single:nth-child(2) {
    padding-top: 0;
  }
  section.blogposts-section .blogpost-single .description {
    max-width: inherit;
    padding: 3rem 0;
  }
  section.blogposts-section .blogpost-single .description p:last-child {
    margin-bottom: 0;
  }
  section.blogposts-section .blogpost-single .description .date {
    font-size: 1.4rem;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  section.blogposts-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0.2rem;
    height: 100%;
    margin: 0 auto;
    background: #FFF;
  }
  section.filter-header-section .buttons-wrapper button:first-child {
    display: inline-block;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  section .sidebar {
    padding-bottom: 9.5rem;
  }
  /* Footer */
  footer section.footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer .contact {
    padding-top: 6rem;
  }
  footer nav {
    padding-top: 6rem;
  }
  section.footer-logos-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.footer-logos-section .logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.footer-logos-section a {
    display: inline-block;
  }
  section.footer-logos-section a img {
    width: 10.5rem;
  }
  section.footer-logos-section .logo-single {
    padding-bottom: 0;
    text-align: left;
  }
  section.footer-logos-section .logo-single:first-child a img {
    width: 16rem;
  }
  section.footer-logos-section .logo-single:nth-child(4) a img {
    width: 19rem;
  }
  section.footer-logos-section .logo-single:last-child a img {
    width: 19rem;
  }
}
@media only screen and (min-width: 992px) {
  /* General */
  .bildwelt-h {
    font-size: 5.4rem;
    line-height: 5.4rem;
  }
  .bildwelt-h.second-line {
    padding-top: 2rem;
    color: #FFF;
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  h1 {
    margin-bottom: 2.5rem;
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  h1.section {
    font-size: 3.4rem;
    line-height: 3.8rem;
    margin-bottom: 3.2rem;
  }
  h2 {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  h3 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h4 {
    margin-bottom: 2.9rem;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  h5 {
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .wpcf7-form input,
  form input {
    padding: 1.2rem 1.4rem;
    font-size: 1.8rem;
  }
  .wpcf7-form input[type="submit"],
  form input[type="submit"] {
    font-size: 1.8rem;
  }
  .wpcf7-form select,
  form select {
    font-size: 1.8rem;
  }
  .wpcf7-form textarea,
  form textarea {
    padding: 1.2rem 1.4rem;
    font-size: 1.8rem;
  }
  /* Header */
  header .navigation-area {
    height: 13.5rem;
  }
  header .navigation-area .logo {
    display: flex;
    align-items: center;
  }
  header .navigation-area .logo img {
    position: absolute;
    top: 1rem;
  }
  header .navigation-wrapper .navbar-collapse {
    padding: 15rem 3rem 0;
  }
  header .navigation-wrapper .navbar-collapse.links-bottom {
    padding-top: 3rem;
  }
  header .top-content {
    height: 13.5rem;
  }
  header .navbar-header {
    height: 13.5rem;
  }
  header .bildwelt-slider .container-slider {
    top: 13.5rem;
    height: calc(100% - 13.5rem);
  }
  header nav ul li a {
    font-size: 3.8rem;
    line-height: 7.2rem;
  }
  header nav ul.sub-menu li a {
    font-size: 2.8rem;
  }
  /* Content */
  section.frontpage-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  section.frontpage-section > .row {
    flex-flow: inherit;
  }
  section.classic-section {
    padding-bottom: 7rem;
  }
  section.classic-section.page404 {
    padding-top: 7rem;
  }
  section.classic-section .padding-right {
    padding-right: 7rem;
  }
  section.classic-section ul {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  section.regionalmarke-list ul {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  section.erzeuger-section h1.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single img {
    width: 6.3rem;
    height: 6.3rem;
  }
  section.erzeuger-section .erzeuger-single .headline span {
    font-size: 3rem;
    line-height: 3rem;
  }
  section.news-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  section.products-overview-section {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  section.products-overview-section .products-carousel:after {
    content: '';
  }
  section.market-dates-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  section.market-dates-section.fullpage {
    padding-bottom: 5rem;
  }
  section.market-dates-section .market-dates-carousel:after {
    content: '';
  }
  section.unterstuetzer-section {
    padding-bottom: 5rem;
  }
  section.image-text-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  section.blogposts-section .blogpost-single .description {
    padding: 3rem 2rem;
  }
  section.gallery-section {
    padding-bottom: 5rem;
  }
  section.gallery-section .product-single:nth-child(3n+1) {
    clear: both;
  }
  section.filter-header-section {
    padding-bottom: 5rem;
  }
  section.filter-header-section h3.filter-header {
    text-align: center;
  }
  section.filter-header-section .filter-gemeinden {
    padding-bottom: 0;
  }
  section .filter-gastronomien,
  section .filter-produktkategorien {
    padding-bottom: 0;
  }
  section .single-gastronomie,
  section .single-kategorie {
    float: none;
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
  }
  section .single-gastronomie .image,
  section .single-kategorie .image {
    width: 8rem;
    height: 8rem;
  }
  section .filter-produktkategorien .single-kategorie {
    float: left;
    margin: 0 1rem 2rem 1rem;
  }
  section .filter-produktkategorien .single-kategorie .image {
    width: 8rem;
  }
  section.map-section {
    height: 60rem;
  }
  section.map-section .acf-map {
    height: 100%;
    width: 100%;
  }
  section.map-section .acf-map .marker img {
    min-height: 20rem;
  }
  section .sidebar {
    padding-top: 0;
    padding-bottom: 0;
    order: inherit;
  }
  section .sidebar .categories {
    padding-bottom: 2rem;
  }
  section .sidebar .categories .single-gastronomie {
    float: left;
  }
  section .sidebar .categories .single-gastronomie:first-child {
    margin-right: 2rem;
  }
  /* Footer */
  footer section.footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer .contact {
    padding-top: 7rem;
  }
  footer nav {
    padding-top: 7rem;
  }
  footer nav ul li a {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  section.footer-logos-section a img {
    width: 10.5rem;
  }
  section.footer-logos-section .logo-single:first-child a img {
    width: 16rem;
  }
  section.footer-logos-section .logo-single:nth-child(4) a img {
    width: 19rem;
  }
  section.footer-logos-section .logo-single:last-child a img {
    width: 19rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* General */
  .bildwelt-h {
    font-size: 6rem;
    line-height: 6rem;
  }
  .bildwelt-h.second-line {
    padding-top: 2rem;
    color: #FFF;
    font-size: 4rem;
    line-height: 4rem;
  }
  h1 {
    margin-bottom: 2.5rem;
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
  h1.section {
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 3.4rem;
  }
  h2 {
    margin-bottom: 3.2rem;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  h3 {
    margin-bottom: 3.4rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h4 {
    margin-bottom: 2.9rem;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  h5 {
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  /* Lightbox */
  /* Header */
  header nav ul li a {
    font-size: 4.2rem;
    line-height: 8rem;
  }
  header nav ul.sub-menu li a {
    font-size: 3rem;
  }
  /* Content */
  section.frontpage-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section.frontpage-section p:last-child {
    margin-bottom: 0;
  }
  section.classic-section {
    padding-bottom: 8rem;
  }
  section.classic-section.page404 {
    padding-top: 8rem;
  }
  section.regionalmarke-list hr {
    margin-bottom: 4.5rem;
  }
  section.regionalmarke-list hr:first-child {
    margin-top: 0;
  }
  section.erzeuger-section .erzeuger-single .categories .category-single img {
    width: 9.4rem;
    height: 9.4rem;
  }
  section.erzeuger-section .erzeuger-single .headline span {
    font-size: 4rem;
    line-height: 4rem;
  }
  section.news-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section.products-overview-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  section.market-dates-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section.market-dates-section.fullpage {
    padding-bottom: 6rem;
  }
  section.unterstuetzer-section {
    padding-bottom: 6rem;
  }
  section.image-text-section {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  section.gallery-section {
    padding-bottom: 6rem;
  }
  section.filter-header-section {
    padding-bottom: 6rem;
  }
  section.filter-header-section h3.filter-header {
    position: relative;
    top: -2rem;
  }
  section .single-gastronomie,
  section .single-kategorie {
    width: 9.4rem;
    height: 9.4rem;
  }
  section .single-gastronomie .image,
  section .single-kategorie .image {
    width: 9.4rem;
    height: 9.4rem;
  }
  section .filter-produktkategorien .single-kategorie .image {
    width: 9.4rem;
  }
  /* Footer */
  footer section.footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer .contact {
    padding-top: 7rem;
  }
  footer nav {
    padding-top: 7rem;
  }
  section.footer-logos-section a img {
    width: 10.5rem;
  }
  section.footer-logos-section .logo-single:first-child a img {
    width: 16rem;
  }
  section.footer-logos-section .logo-single:nth-child(4) a img {
    width: 19rem;
  }
  section.footer-logos-section .logo-single:last-child a img {
    width: 19rem;
  }
}
@media only screen and (min-width: 1300px) {
  /* Lightbox */
  .lb-nav a.lb-prev {
    left: -6rem;
  }
  .lb-nav a.lb-next {
    right: -6rem;
  }
}
/*# sourceMappingURL=./assets/css/styles.css.map */