/* ==========================================================================
   Variables
   ========================================================================== */
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/open-sans-v29-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v29-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v29-latin-600.woff2") format("woff2"), url("../Fonts/open-sans-v29-latin-600.woff") format("woff"), url("../Fonts/open-sans-v29-latin-600.ttf") format("truetype"), url("../Fonts/open-sans-v29-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/open-sans-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("../Fonts/open-sans-v29-latin-700.woff") format("woff"), url("../Fonts/open-sans-v29-latin-700.ttf") format("truetype"), url("../Fonts/open-sans-v29-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-300.woff") format("woff"), url("../Fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-regular.woff") format("woff"), url("../Fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-500.woff") format("woff"), url("../Fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/roboto-v30-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-500italic.woff") format("woff"), url("../Fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-700.woff") format("woff"), url("../Fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* ==========================================================================
   Reset
   ========================================================================== */
* {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
}
p.light {
  color: #7b7a7a;
}
p.light a {
  color: #7b7a7a;
}

ul {
  margin: 0;
}

ol {
  padding-left: 30px;
  counter-reset: item;
}
ol li {
  list-style-type: decimal;
  color: #424242;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
  margin-left: -20px;
}

h1 {
  color: #424242;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  margin-bottom: 20px;
}

h2 {
  color: #424242;
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 45px;
}

h3 {
  color: #7f2526;
  font-size: 18px;
  font-weight: 500;
  margin: 50px 0 30px;
  text-transform: uppercase;
}
h3.product__divider {
  background-color: #7f2526;
  color: white;
  padding: 5px 10px;
  margin: 30px 0 20px;
}

h4 {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 40px;
}

h5 {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

h6 {
  color: #7b7a7a;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
}

.content a,
.product a {
  color: #7f2526;
  font-size: 17px;
  font-weight: 300;
}
.content a:hover,
.product a:hover {
  color: #424242;
  text-decoration: underline;
}

.table td,
.content p,
.intro p,
.product p {
  color: #424242;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

::-webkit-input-placeholder {
  color: #7b7a7a;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7a7a;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7a7a;
}

:-ms-input-placeholder {
  color: #7b7a7a;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  h1,
  h2 {
    font-size: 20px;
  }
}
/* ==========================================================================
   Header Styles
   ========================================================================== */
.header {
  min-height: 120px;
  position: relative;
}
.header .header__heading {
  background: #fefefe;
  height: 120px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 10;
}
.header .header__heading:before {
  background: #fefefe;
  content: "";
  display: block;
  height: 100%;
  left: -400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header .header__logo {
  float: left;
  width: 300px;
}
.header .header__logo img {
  margin-top: 20px;
}
.header .header__lang-switch {
  color: #7b7a7a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 120px;
  position: absolute;
  right: 230px;
  text-transform: uppercase;
}
.header .header__lang-switch i {
  padding-left: 8px;
  padding-top: 2px;
}
.header .nav__button {
  background: #424242;
  float: right;
  height: 100%;
  width: 170px;
}
.header .nav__button a {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 120px;
  text-align: center;
}
.header .nav__button i {
  padding-left: 1em;
  top: 2px;
}
.header .nav--main {
  background: #424242;
  display: none;
  height: 900px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .nav--main .nav__wrap {
  margin-top: 200px;
  position: relative;
}
.header .nav--main button {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  position: absolute;
  top: -152px;
  right: 40px;
}
.header .nav--main button i {
  padding-left: 1em;
}
.header .nav--main ul.main--nav-top {
  float: right;
  padding: 0 15px;
}
.header .nav--main ul.main--nav-top li {
  float: left;
  margin-left: 2em;
}
.header .nav--main ul.main--nav-top a {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.header .nav--main ul.main--nav-top a:hover {
  color: #7f2526;
}
.header .nav--main ul.main--nav-center {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.header .nav--main ul.main--nav-center li {
  margin-bottom: 1em;
}
.header .nav--main ul.main--nav-center li:nth-child(even) {
  margin-right: 0;
}
.header .nav--main ul.main--nav-center li.active a {
  background: #7f2526;
}
.header .nav--main ul.main--nav-center a {
  background: #808080;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 2em;
  text-transform: uppercase;
  transition: 0.2s;
}
.header .nav--main ul.main--nav-center a:hover {
  background: #7f2526;
}
.header .nav--main ul.main--nav-center a:before {
  float: right;
  padding-right: 10px;
}
.header .nav--main ul.main--nav-center .main__has-sub {
  position: relative;
}
.header .nav--main ul.main--nav-center .main__has-sub span {
  background: #808080;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 2em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.header .nav--main ul.main--nav-center .main__has-sub span:hover {
  background: #7f2526;
}
.header .nav--main ul.main--nav-center .main__has-sub i {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 70px;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.2s ease;
  transform-origin: 35% 50%;
  transform: rotate(45deg);
}
.header .nav--main ul.main--nav-center .main__has-sub i.rotate {
  transform: rotate(0deg);
}
.header .nav--main ul.main--nav-center .main__sub {
  display: none;
  left: 15px;
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 100;
}
.header .nav--main ul.main--nav-center .main__sub li {
  cursor: pointer;
  margin-bottom: 0;
}
.header .nav--main ul.main--nav-center .main__sub li.active a {
  background: #555;
  color: #7f2526;
}
.header .nav--main ul.main--nav-center .main__sub a {
  background: #555;
}
.header .nav--main ul.main--nav-center .main__sub a:hover {
  color: #7f2526;
}
.header .header__background {
  background-size: cover;
  background-position: center;
  min-height: 150px;
  height: 520px;
}

.header__pagetitle {
  color: #424242;
  left: 0;
  position: absolute;
  top: 250px;
  width: 100%;
}
.header__pagetitle h2,
.header__pagetitle div {
  font-size: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header__pagetitle h2,
  .header__pagetitle div  {
    font-size: 40px;
  }
}

.single-item img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .header .header__heading {
    background: #fefefe;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
  }
  .header .header__logo {
    margin-left: 1em;
  }
  .header .nav--main {
    background: #424242;
    display: none;
    height: inherit;
    left: 0;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .header .nav--main .nav__wrap {
    margin-top: 50px;
  }
  .header .nav--main ul.main--nav-top {
    float: left;
    padding: 0;
  }
  .header .nav--main ul.main--nav-top li {
    margin-left: 0;
  }
  .header .nav--main button {
    right: 13px;
    top: -2px;
  }
  .header .nav--main a {
    padding-left: 1em;
  }
  .header .header__background {
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .header .header__heading {
    height: 100px;
  }
  .header .header__logo {
    width: 250px;
  }
  .header .header__lang-switch {
    line-height: 100px;
  }
  .header .nav__button {
    position: absolute;
    right: 0;
  }
  .header .nav__button a {
    line-height: 100px;
  }
  .header .nav--main button {
    right: 31px;
    top: 0;
  }
}
@media only screen and (max-width: 736px) {
  .header .header__heading {
    height: 80px;
  }
  .header .header__logo {
    bottom: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    width: 150px;
  }
  .header .header__logo img {
    width: auto;
  }
  .header .header__lang-switch {
    position: absolute;
    line-height: 1;
    padding: 0;
    left: 70px;
    top: 25px;
  }
  .header .header__lang-switch button {
    color: #424242;
    font-size: 18px;
  }
  .header .header__lang-switch button i {
    display: none;
  }
  .header .nav__button {
    background: none;
    cursor: pointer;
    height: auto;
    padding: 0;
    left: 15px;
    top: 26px;
    width: 50px;
  }
  .header .nav__button a {
    line-height: 1;
  }
  .header .nav__button a i {
    color: #424242;
    padding: 0;
  }
  .header .nav--main {
    height: auto;
  }
  .header .nav--main ul.main--nav-center li {
    float: none;
    width: 100%;
  }
  .header .nav--main ul.main--nav-center .main__sub {
    left: 0;
    position: relative;
    top: 0;
    width: auto;
  }
  .header .header__background {
    min-height: auto;
  }

  .header__pagetitle {
    top: 150px;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
.bg-grey {
  background: #f0efef;
}

.intro {
  padding: 70px 0 80px;
}

.intro--standard {
  padding-bottom: 0;
}

.intro h2 {
  line-height: 55px;
}

.content {
  padding: 70px 0 80px;
}
.content img {
  margin-bottom: 40px;
  margin-top: 80px;
  width: 100%;
}
.content .col-xs-4 img {
  margin-top: 0;
}
.content .col-xs-6 img {
  margin-top: 40px;
}

.content__heading {
  margin-bottom: 50px;
  text-align: center;
}

.content__slider {
  background: #f0efef;
  border-bottom: 40px solid #fff;
  padding: 60px 0;
}

.content__news {
  padding: 40px 0 50px;
}
.content__news img {
  margin: 0;
}
.content__news h2 {
  margin-bottom: 20px;
}

.contact {
  margin-top: 40px;
}
.contact a {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.contact a i {
  padding-right: 8px;
  top: 2px;
}

.footer {
  background: #f0efef;
  padding-top: 40px;
}
.footer h5 {
  margin-top: 0;
}
.footer .newsletter {
  position: relative;
}
.footer .newsletter input {
  background: transparent;
  border: 1px solid #7b7a7a;
  color: #7b7a7a;
  display: block;
  font-size: 14px;
  height: 45px;
  margin-top: 25px;
  padding-left: 20px;
  outline: none;
  transition: 0.3s ease;
  width: 100%;
}
.footer .newsletter input:active, .footer .newsletter input:focus {
  border-color: #7f2526;
  background: #7f2526;
  color: #fff;
}
.footer .newsletter input:active ~ button i, .footer .newsletter input:focus ~ button i {
  color: #fff;
}
.footer .newsletter input:active::-webkit-input-placeholder, .footer .newsletter input:focus::-webkit-input-placeholder {
  color: #fff;
}
.footer .newsletter button {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .newsletter button i {
  line-height: 45px;
}
.footer div.footer__inner.container > div > div:nth-child(2) > ul > li:nth-child(4) {
  margin-bottom: 40px;
}
.footer img {
  margin-bottom: 83px;
  width: 250px;
}
.footer p, .footer li {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 0;
}
.footer a, .footer i {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer i {
  padding-right: 8px;
}
.footer .footer__meta {
  background: #424242;
  margin-top: 60px;
  height: 65px;
}
.footer .footer__meta div {
  background: #424242;
}
.footer .copyright {
  float: left;
}
.footer .copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
.footer .meta {
  float: right;
}
.footer .meta li {
  float: left;
}
.footer .meta a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  margin-right: 1em;
  text-transform: uppercase;
}
.footer .zertifikate {
  margin-top: 15px;
  display: flex;
}
.footer .zertifikate__item {
  margin-right: 15px;
}
.footer .zertifikate__item img {
  width: auto;
  max-height: 60px;
}

@media only screen and (max-width: 1024px) {
  .footer .footer__content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .content {
    padding: 30px 0;
  }

  .intro {
    padding: 30px 0;
  }
  .intro h2 {
    line-height: 34px;
  }

  .footer .newsletter {
    width: 180px;
  }
  .footer .meta {
    float: left;
  }
}
.vertical-center {
  display: flex;
  align-items: center;
}

/* ==========================================================================
  Home Styles
  ========================================================================== */
.content--home-news {
  padding-bottom: 50px;
}
.content--home-news img {
  margin: 0 auto;
}
.content--home-news h2 {
  font-size: 25px;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .content--home {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .content__home {
    margin-bottom: 80px;
  }
  .content__home h3 {
    margin-top: 20px;
  }
  .content__home .content__text h4 {
    margin-bottom: 20px;
  }
}
.content--home-news img {
  margin-top: 0;
  width: auto;
}

/* ==========================================================================
   Krokant Tipps
   ========================================================================== */
.krokant-header h2 {
  display: none;
}

.tipp {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.tipp__item img {
  margin-bottom: 0;
}
.tipp__item h4 {
  margin: 10px 0 5px;
}
.tipp__item a {
  color: #424242;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 10px;
  text-decoration: none;
}
.tipp__item a:hover {
  text-decoration: underline;
}

.nav--krokant {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}
.nav--krokant a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.krokant__prev span,
.krokant__next span {
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  width: 35px;
}

.krokant__prev {
  padding-right: 1.5em;
}

@media only screen and (max-width: 480px) {
  .nav--krokant a {
    font-size: 12px;
    text-align: left;
    text-decoration: none;
  }

  .krokant__prev {
    text-align: left;
  }

  .krokant__next {
    text-align: right;
  }

  .krokant__prev,
  .krokant__next {
    float: left;
    width: 50%;
  }

  .krokant__prev span {
    margin-left: 0;
  }

  .krokant__prev span,
  .krokant__next span {
    font-size: 20px;
    line-height: 25px;
    width: 25px;
  }
}
/* ==========================================================================
  Sortiment Styles
  ========================================================================== */
.content--sortiment.content__product {
  padding: 0 0 80px 0;
  margin-top: -50px;
}

.content__slider {
  padding: 60px 0;
}

.product__headline {
  background: #424242;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  line-height: 40px;
  margin-left: -165px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: opacity 0.5s ease;
  width: 330px;
  z-index: 99;
}

.product__idea {
  color: #7b7a7a;
  opacity: 0;
  position: absolute;
  right: 40px;
  top: 15px;
  transition: opacity 0.5s ease;
  z-index: 100;
}

.product__img .product__img-container {
  height: 288px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.product__img .product__img-container img {
  margin: 0 auto;
  width: 280px;
}
.product__img .product__img-container img:nth-child(1) {
  z-index: 77;
  transition: opacity 0.5s ease;
}
.product__img .product__img-container img:nth-child(2) {
  left: 50%;
  margin-left: -140px;
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity 0.5s ease;
  z-index: 76;
}

.product {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  min-height: 440px;
}

.product__content-inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 1 1 auto;
  margin-bottom: 30px;
  padding: 10px 20px 0;
  position: relative;
}
.product__content-inner:hover img:nth-child(1) {
  opacity: 0;
}
.product__content-inner:hover img:nth-child(2) {
  opacity: 1;
}
.product__content-inner:hover .product__idea {
  opacity: 1;
  transition-delay: 0.2s;
}
.product__content-inner .product__nr a {
  pointer-events: none;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.ios .product__nr {
  color: #000;
}

.content--sortiment-news {
  border-bottom: 20px solid #fff;
  padding: 80px 0;
}

.news-slider {
  background: #f0efef;
  display: block !important;
  position: relative;
}
.news-slider h4 {
  line-height: 28px;
}
.news-slider p {
  line-height: 26px;
}
.news-slider .news-slider-img {
  overflow: hidden;
}
.news-slider .news-slider-img img {
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.5s ease;
}
.news-slider .news-slider-img img:hover {
  transform: scale(1.1);
}
.news-slider .button {
  position: absolute;
  top: 25%;
}
.news-slider .button i {
  color: #424242;
  font-size: 30px;
}
.news-slider .news-link a {
  font-size: 16px;
  text-decoration: none;
}
.news-slider .news-link a:hover {
  text-decoration: underline;
}
.news-slider .news-link i:before {
  font-size: 12px;
}
.news-slider .multiple__next {
  right: -40px;
}
.news-slider .multiple__prev {
  left: -40px;
}

@media only screen and (max-width: 1024px) {
  .product {
    min-height: 405px;
  }

  .product__content-inner {
    padding: 0;
  }
  .product__content-inner .product__nr {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product__content-inner h4 {
    font-size: 16px;
  }

  .product__img {
    padding: 5px 20px;
  }
  .product__img .product__img-container {
    height: auto;
    padding-top: 25px;
  }
  .product__img .product__img-container img:nth-child(2) {
    margin-left: -110px;
    top: 30px;
    width: 220px;
  }

  .product__headline {
    font-size: 14px;
    margin-left: -131px;
    width: 263px;
  }

  .product__idea {
    right: 15px;
    top: 10px;
  }

  .news-slider .multiple__next {
    right: -25px;
  }
  .news-slider .multiple__prev {
    left: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .product {
    min-height: 455px;
  }

  .product__img {
    padding: 0 15px;
  }

  .product__headline {
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
  }

  .news-slider .button {
    background: #f0efef;
    z-index: 10;
  }
  .news-slider .button i {
    line-height: 36px;
  }
  .news-slider .news-link a {
    font-size: 16px;
  }
  .news-slider .news-link i {
    font-size: 16px;
  }
  .news-slider .multiple__next {
    right: 15px;
  }
  .news-slider .multiple__prev {
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .product {
    min-height: auto;
  }

  .product__headline {
    left: 50%;
    margin-left: -176px;
    width: 352px;
  }

  .product__content-inner {
    -webkit-box-flex: 1 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 100%;
    /* OLD - Firefox 19- */
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1 1100%;
    /* Chrome */
    -ms-flex: 1 1 100%;
    /* IE 10 */
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
  .product__content-inner .product__nr,
  .product__content-inner h4 {
    text-align: center;
  }

  .product__img .product__img-container {
    height: auto;
    padding: 0;
  }
  .product__img .product__img-container img {
    left: 50%;
    width: 200px;
  }
  .product__img .product__img-container img:nth-child(2) {
    top: 0;
  }
}
/* ==========================================================================
  Kontakt Styles
  ========================================================================== */
.intro--kontakt {
  margin-bottom: 70px;
}

.content--kontakt {
  margin: 0 0 15px;
  padding: 105px 0 135px;
}
.content--kontakt h2 {
  line-height: 1;
  margin-bottom: 0;
}
.content--kontakt img {
  margin-bottom: 50px;
}
.content--kontakt h3 {
  margin: 20px 0 40px;
}
.content--kontakt .contact {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .content--kontakt {
    padding: 105px 0 0;
  }

  #map {
    margin-left: -25px;
    margin-right: -25px;
  }
  #map iframe {
    height: 400px !important;
  }
}
@media only screen and (max-width: 480px) {
  .kontakt {
    padding: 0;
  }

  .content--kontakt {
    padding: 60px 0 0;
  }

  #map {
    margin-left: -15px;
    margin-right: -15px;
  }
  #map iframe {
    height: 250px !important;
  }
}
/* ==========================================================================
  Krokantipps Styles
  ========================================================================== */
.teaser__krokanttipp img {
  margin: 0;
}
.teaser__krokanttipp .teaser__krokanttipp--link {
  border: 1px solid #ddd;
  position: relative;
  display: inline-block;
}
.teaser__krokanttipp .teaser__krokanttipp--link .teaser__krokanttipp--linkoverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  background-color: #ddd;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  color: #666;
  font-size: 40px;
}
.teaser__krokanttipp .teaser__krokanttipp--link:hover .teaser__krokanttipp--linkoverlay {
  opacity: 0.8;
  color: #666;
  font-size: 40px;
}

/* ==========================================================================
  Slider Styles
  ========================================================================== */
.slick-arrow {
  position: absolute;
  top: -9999999px;
}

.single-wrap {
  position: relative;
}

header .slick-slide {
  height: 900px;
}
header .slick-slide .slider-item {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.slider {
  bottom: 50px;
  background: #9faa00;
  left: 200px;
  position: absolute;
  width: 620px;
  z-index: 10;
}
.slider .slider__info {
  border-bottom: 1px solid #fff;
  padding: 30px 40px;
}
.slider .slider__info h2 {
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
  margin-bottom: 35px;
}
.slider .slider__info p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.slider .slider__info a {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
  outline: none;
  width: auto;
}
.slider .slider__info a i {
  font-size: 16px;
  line-height: 34px;
  top: 0;
}
.slider .slider__info a:hover {
  text-decoration: underline;
}
.slider .slide__button {
  color: #fff;
  float: right;
  font-size: 30px;
  z-index: 100;
}
.slider .slide__button .button {
  transition: background 0.3s ease-in-out;
}
.slider .slide__button .button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.slider .slide__button .button.slide--prev {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.slider .slide__button button {
  float: left;
  line-height: 98px;
  width: 100px;
}
.slider .slide__button button i {
  top: 8px;
}

.single-item {
  height: 900px;
  overflow: hidden;
}

@media only screen and (max-width: 1366px) {
  .single-item {
    height: 650px;
  }
  .single-item .slick-slide {
    height: 650px;
  }

  .slider {
    bottom: 80px;
    left: 80px;
  }
  .slider .slider__info {
    padding: 25px 35px;
  }
  .slider .slider__info h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 25px 0;
  }
  .slider .slider__info p {
    font-size: 22px;
    line-height: 30px;
  }
  .slider .slider__info a {
    font-size: 22px;
    margin-top: 12px;
  }
  .slider .slider__info a i {
    font-size: 15px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .slider {
    align-items: center;
    bottom: 0;
    background: #9faa00;
    display: flex;
    height: auto;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .slider .slider__info {
    border: none;
    padding: 45px 60px;
  }
  .slider .slide__button {
    font-size: 18px;
  }
  .slider .slide__button .button.slide--prev {
    border: none;
    left: 10px;
  }
  .slider .slide__button .button.slide--next {
    right: 10px;
  }
  .slider .slide__button button {
    border: none;
    line-height: 1;
    position: absolute;
    top: 0;
    width: auto;
  }
  .slider .slide__button button i {
    color: #fff;
    top: 3px;
  }

  .single-item {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .slider {
    align-items: center;
    bottom: 30px;
    background: #9faa00;
    display: flex;
    height: auto;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .slider .slider__info {
    border: none;
    padding: 45px 60px;
  }
  .slider .slide__button {
    font-size: 18px;
  }
  .slider .slide__button .button.slide--prev {
    border: none;
    left: 10px;
  }
  .slider .slide__button .button.slide--next {
    right: 10px;
  }
  .slider .slide__button button {
    border: none;
    line-height: 1;
    position: absolute;
    top: 0;
    width: auto;
  }
  .slider .slide__button button i {
    color: #fff;
    top: 3px;
  }

  .single-item {
    height: 750px;
  }
  .single-item .slick-slide {
    height: 750px;
  }

  header .slick-slide .slider-item {
    height: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .slider {
    bottom: 0;
  }

  .single-item {
    height: calc(100vh - 80px);
  }

  header .slick-slide .slider-item {
    height: 35%;
  }

  .slider {
    min-height: 400px;
  }
  .slider .slider__info {
    border: none;
    display: block;
  }
  .slider .slide__button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .single-item,
  .single-item .slick-slide {
    height: 650px;
  }

  header .slick-slide .slider-item {
    height: 45%;
  }

  .slider {
    min-height: 55%;
  }
  .slider .slider__info {
    padding: 25px 40px;
  }
  .slider .slider__info h2 {
    font-size: 26px;
    line-height: 37px;
  }
  .slider .slider__info p {
    font-size: 17px;
    line-height: 25px;
  }
  .slider .slide__button .button.slide--prev {
    left: 5px;
  }
  .slider .slide__button .button.slide--next {
    right: 5px;
  }
}
@media only screen and (max-width: 350px) {
  header .slick-slide .slider-item {
    height: 28%;
  }

  .slider {
    min-height: 35%;
  }
  .slider .slider__info {
    padding: 25px 40px;
  }
  .slider .slider__info h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .slider .slider__info p {
    font-size: 15px;
    line-height: 20px;
  }
  .slider .slider__info a {
    font-size: 18px;
  }
}
/* ==========================================================================
  Button Styles
  ========================================================================== */
.button {
  background: none;
  border: none;
  outline: none;
}

.button--more {
  border: 1px solid #424242;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  text-align: center;
  transition: 0.3s ease;
  width: 215px;
  font-size: 17px;
  color: #424242;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
.button--more:hover {
  text-decoration: none !important;
  background: #7f2526;
  border-bottom-color: #7f2526;
  color: #fefefe !important;
}

.button--submit {
  background: #424242;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  outline: none;
  width: 230px;
}
.button--submit:hover, .button--submit:focus, .button--submit:active {
  background: #7f2526;
  border-bottom-color: #7f2526;
}
.button--submit:hover a, .button--submit:focus a, .button--submit:active a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .button--more {
    display: block;
    margin: 50px auto 0;
  }
}
/* ==========================================================================
  Kontakt Form
  ========================================================================== */
.kontakt .tx-powermail {
  margin-top: 125px;
}
.kontakt .tx-powermail h3 {
  color: #424242;
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
}
.kontakt .kontakt-txtarea, .kontakt .kontakt-input {
  border: none;
  display: block;
  height: 55px;
  margin-bottom: 15px;
  outline: none;
  padding-left: 1em;
  width: 100%;
}
.kontakt .kontakt-txtarea {
  height: 150px;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .kontakt .tx-powermail {
    margin-bottom: 80px;
  }
}
img.img-order-form {
  margin: 0;
}

/* ==========================================================================
  Bestellformular
  ========================================================================== */
@media only screen and (min-width: 320px) {
  .product-form {
    margin-top: 40px;
  }
  .product-form fieldset {
    border-top: 1px solid #f0efef;
    padding: 5px 0;
  }
  .product-form fieldset > .form-group {
    margin-top: 20px;
  }
  .product-form h4 {
    margin: -5px 0;
    background-color: #424242;
    color: #fefefe;
    padding: 6px 10px;
  }
  .product-form .powermail_fieldset_5 {
    padding-top: 60px;
  }
  .product-form .btn-group {
    width: 100%;
  }
  .product-form .btn-group .btn {
    background: #424242;
    border: none;
    border-radius: 0;
    color: #fff;
    outline: none;
    width: 50%;
  }
  .product-form .btn-group .btn:active, .product-form .btn-group .btn:focus {
    background: #fff;
  }
  .product-form .btn-group .btn-primary {
    background: #fff;
    border: none;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #424242;
  }

  .powermail_legend {
    border: none;
    padding: 30px 0 5px;
    margin: 0;
  }

  .product-inner {
    text-align: center;
  }

  .col-product-image {
    float: none;
    margin: 0 auto;
  }

  .col-product-amount {
    line-height: 34px;
  }

  .col-product-input input:focus,
  .col-product-input input:active {
    box-shadow: none;
    border-color: #7f2526;
    outline: none;
  }

  .powermail_fieldwrap .btn {
    background: #424242;
    border: none;
    margin-top: 1rem;
  }
  .powermail_fieldwrap .btn:focus, .powermail_fieldwrap .btn:active {
    background: #424242;
  }
  .powermail_fieldwrap .btn i {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .product-form .row > .form-group {
    margin: 0;
  }
  .product-form .btn-group {
    width: 50%;
  }

  .col-product {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 56px;
  }

  .col-product-image {
    float: left;
  }

  .col-product-amount {
    line-height: 1;
  }

  .col-product-input {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .product-form .row > .form-group {
    margin: 15px 0;
  }
  .product-form .row:last-child > .form-group:after {
    border-bottom: 0;
  }
}
/************ language menu **********/
.languagemenu {
  padding-top: 35px;
  line-height: 50px;
  width: 75px;
  padding-left: 25px;
  background-color: #fefefe;
}
.languagemenu i.fa-solid {
  position: absolute;
  right: 0;
  top: 48px;
  cursor: pointer;
}
.languagemenu a {
  color: #7b7a7a;
}
.languagemenu a:hover {
  color: #7f2526;
}
.languagemenu .NO,
.languagemenu .text-muted {
  display: none;
}

@media only screen and (max-width: 767px) {
  .languagemenu {
    padding-top: 0;
    position: relative;
    line-height: 20px;
  }
  .languagemenu i.fa-solid {
    top: 0;
  }
  .languagemenu .CUR, .languagemenu .NO {
    margin-bottom: 25px;
  }
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.category-grid .col-span-1 {
  grid-column: span 1 / span 1;
}

.category-grid .col-span-1 .category-image {
  border: 1px solid #eee;
}

.category-grid .col-span-1 .category-image img {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */

