@charset "UTF-8";
/* ====================================================================
   WDS GmbH - Lippstadt / Germany
   http://www.appel-feinkost.de
   Project: Appel Feinkost – die Fischmanufaktur aus Cuxhaven
   Document: style.scss
   Author: Gordon P. Ries, Tim Atthakasem
===================================================================== */
@font-face {
  font-family: "TheMix5";
  src: url("webfonts/TheMixOsF_TT5_.eot");
  src: url("webfonts/TheMixOsF_TT5_.eot?#iefix") format("embedded-opentype"), url("webfonts/TheMixOsF_TT5_.woff") format("woff"), url("webfonts/themix5regular.ttf") format("truetype"), url("webfonts/TheMixOsF_TT5_.svg#TheMix5") format("svg");
}
@font-face {
  font-family: "TheMix7";
  src: url("webfonts/TheMixOsF_TT7_.eot");
  src: url("webfonts/TheMixOsF_TT7_.eot?#iefix") format("embedded-opentype"), url("webfonts/TheMixOsF_TT7_.woff") format("woff"), url("webfonts/themix_7_bold_plain.ttf") format("truetype"), url("webfonts/TheMixOsF_TT7_.svg#TheMix7") format("svg");
}
@font-face {
  font-family: "TheMix7Italic";
  src: url("webfonts/TheMixOsF_TT7i.eot");
  src: url("webfonts/TheMixOsF_TT7i.eot?#iefix") format("embedded-opentype"), url("webfonts/TheMixOsF_TT7i.woff") format("woff"), url("webfonts/themix_7_bold_italic.ttf") format("truetype"), url("webfonts/TheMixOsF_TT7i.svg#TheMix7Italic") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("webfonts/roboto-v30-latin-300.woff2") format("woff2"), url("webfonts/roboto-v30-latin-300.woff") format("woff"), url("webfonts/roboto-v30-latin-300.ttf") format("truetype"), url("webfonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("webfonts/roboto-v30-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfonts/roboto-v30-latin-300italic.eot?#iefix") format("embedded-opentype"), url("webfonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("webfonts/roboto-v30-latin-300italic.woff") format("woff"), url("webfonts/roboto-v30-latin-300italic.ttf") format("truetype"), url("webfonts/roboto-v30-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/roboto-v30-latin-regular.woff2") format("woff2"), url("webfonts/roboto-v30-latin-regular.woff") format("woff"), url("webfonts/roboto-v30-latin-regular.ttf") format("truetype"), url("webfonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* cabin-regular - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/cabin-v24-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfonts/cabin-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/cabin-v24-latin-regular.woff2") format("woff2"), url("webfonts/cabin-v24-latin-regular.woff") format("woff"), url("webfonts/cabin-v24-latin-regular.ttf") format("truetype"), url("webfonts/cabin-v24-latin-regular.svg#Cabin") format("svg"); /* Legacy iOS */
}
a,
a:focus,
a:active {
  color: #e4001e;
}

a:hover {
  text-decoration: none;
  color: #e4001e;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.highlight-red {
  color: #e4001e;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

h1 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 50px;
  color: #0f377f;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 30px;
  color: #0f377f;
  margin-bottom: 25px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
}

.page-intro {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-intro p {
  line-height: 30px;
}

#mood {
  height: 530px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 992px) {
  #mood {
    height: 50vw;
  }
}

/* HEADER WITH LOGO / MOB-NAV = meanmenu.css */
/* ========================================= */
.appel-logo {
  width: 176px;
  height: 125px;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -88px;
  z-index: 999999;
}
@media screen and (max-width: 576px) {
  .appel-logo {
    width: 100px;
    height: 65px;
    margin-left: -50px;
  }
}

.fb-link {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: 999998;
}

.fb-link-glow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 999998;
}

.insta-link {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 60px;
  top: 15px;
  z-index: 999998;
}

.insta-link-glow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 60px;
  top: 15px;
  z-index: 999998;
}

.pinterest-link {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 95px;
  top: 15px;
  z-index: 999998;
}

.pinterest-link-glow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100px;
  top: 15px;
  z-index: 999998;
}

/* ========================================= */
/* HEADER WITH LOGO / MOB-NAV = meanmenu.css */
/* FOOTER WITH NAV & METANVIGATION */
/* =============================== */
footer {
  padding-bottom: 20px;
  background-color: #0b3780;
  text-align: center;
}
footer .copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer hr {
  border: 0;
  color: #5573a6;
  background: #5573a6;
  height: 1px;
  margin: 20px 0 20px 0;
}
footer .wrapper-footernav ul {
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
footer .wrapper-footernav li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 14px;
  padding-top: 4px;
  margin-bottom: 2px;
}
footer .wrapper-footernav li ul li {
  display: block;
}
footer .wrapper-footernav li.level1 ul {
  display: none;
}
footer .wrapper-footernav a {
  font-size: 12px;
  color: #acbedc;
  display: block;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
footer .wrapper-footernav a:hover,
footer .wrapper-footernav a.active {
  color: #fff;
  text-decoration: none;
}
footer ul li.level0 > a {
  color: #fff;
  font-size: 14px;
  padding-bottom: 5px;
}

.wrapper-footernav > ul > li:first-of-type {
  display: none;
}

.wrapper-footernav > ul > li:nth-of-type(2) {
  width: 152px;
}

.wrapper-footernav > ul > li:nth-of-type(3) {
  width: 204px;
}

.wrapper-footernav > ul > li:nth-of-type(4) {
  width: 202px;
}

.wrapper-footernav > ul > li:nth-of-type(5) {
  width: 78px;
}

.wrapper-footernav > ul > li:nth-of-type(6) {
  width: 78px;
}

.wrapper-footernav > ul > li:nth-of-type(7) {
  width: 130px;
}

.wrapper-footernav > ul > li:nth-of-type(8) {
  display: none;
}

.wrapper-metanav {
  margin-bottom: 10px;
}
.wrapper-metanav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapper-metanav li {
  display: inline-block;
  position: relative;
}
.wrapper-metanav li a {
  color: #acbedc !important;
  font-size: 13px !important;
  text-decoration: none;
}
.wrapper-metanav li a:hover,
.wrapper-metanav li a.active {
  color: #fff !important;
  font-size: 13px !important;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.wrapper-metanav li.normal::before, .wrapper-metanav li.last::before {
  content: "•";
  color: #acbedc;
  font-size: 6px;
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 4px;
}

/* =============================== */
/* FOOTER WITH NAV & METANVIGATION */
/* STARTSEITE */
/* ========== */
.background {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  background-position: 50% 44% !important;
}

.background-startseite {
  background-image: url(../images/bg_startseite-xs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  background-position: 50% 44% !important;
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 576px) {
  .background-startseite {
    background-image: url(../images/bg_startseite-xs.jpg);
  }
}
@media (min-width: 768px) {
  .background-startseite {
    background-image: url(../images/bg_startseite-s.jpg);
  }
}
@media (min-width: 992px) {
  .background-startseite {
    background-image: url(../images/bg_startseite-xl.jpg);
  }
}
@media (min-width: 1200px) {
  .background-startseite {
    background-image: url(../images/bg_startseite-xl.jpg);
  }
}

.fullscreen {
  width: 100%;
  min-height: 100%;
}

.scrolldown {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 75px;
  display: table;
  overflow: hidden;
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 28px;
  height: 46px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 26px;
  height: 44px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.2) translateY(44px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.2) translateY(-22px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.2) translateY(44px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.2) translateY(-22px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.2) translateY(44px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.2) translateY(-22px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-22px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
.teaserhome_holder_big {
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
}
.teaserhome_holder_big .teaserhome_image {
  width: 100%;
  height: 380px;
  background-size: cover;
}

.teaserhome_holder_small {
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
}
.teaserhome_holder_small .teaserhome_image {
  width: 100%;
  height: 190px;
  background-size: cover;
}

.teaserhome {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Only the -webkit- prefix is required these days */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
}

.teaserhome:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background 0.35s ease-out;
}

.teaserhome_media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.teaserhome_overlay_big {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 20px 10px 20px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(85%);
  transform: translateY(85%);
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.teaserhome:hover .teaserhome_overlay_big {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.teaserhome_overlay_small {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 20px 10px 20px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(72%);
  transform: translateY(72%);
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.teaserhome:hover .teaserhome_overlay_small {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.teaserhome_overlay_title {
  -webkit-transform: translateY(-webkit-calc(-100% + 20px));
  transform: translateY(calc(-100% + 20px));
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  color: #fff;
  font-size: 22px;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
}

.teaserhome_overlay_content {
  color: #fff;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 16px;
  padding-top: 15px;
}

.teaserhome:hover .teaserhome_overlay_title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ========== */
/* STARTSEITE */
/* ÜBER UNS. EINPORTRAIT / VERTICAL TIMELINE */
/* ========================================= */
/* siehe auch vertical-timeline.css */
.history-year {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  color: #0b3780;
  font-size: 21px;
  padding-right: 15px;
}
.history-year a {
  text-decoration: none;
  color: #0b3780;
}
.history-year a:hover,
.history-year a.active {
  color: #e30613;
}
.history-year a:hover:after,
.history-year a.active:after {
  font-family: "Font Awesome 5 Pro";
  content: " \f060";
  padding-top: 4px;
  font-size: 16px;
  position: absolute;
  margin-left: 5px;
}

.image-container img {
  width: 100%;
}

/* ========================================= */
/* ÜBER UNS. EINPORTRAIT / VERTICAL TIMELINE */
/* UNTERNEHMEN - FAQ */
/* ================= */
.faq-gal {
  margin-left: -5px;
}
.faq-gal img {
  max-width: 340px;
  margin: 5px;
}
@media screen and (max-width: 1200px) {
  .faq-gal img {
    max-width: 280px;
  }
}

/* ================= */
/* UNTERNEHMEN - FAQ */
/* ================= */
.h3-arrow-down, .h3-arrow-down-small {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.h3-arrow-down h3, .h3-arrow-down-small h3 {
  width: 850px;
  background-color: #e4001e;
  text-align: center;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  padding: 10px 10px;
  min-height: 50px;
  position: relative;
  margin-bottom: 50px;
}
.h3-arrow-down h3:after, .h3-arrow-down-small h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -19px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e4001e;
  clear: both;
}
.h3-arrow-down img, .h3-arrow-down-small img {
  margin-bottom: 15px;
}

.h3-arrow-down-small {
  max-width: 575px !important;
  width: 100%;
}

/* ======== */
/* QUALITÄT */
/* TRANSPARENTE FISCHEREI */
/* ====================== */
.container-transparency-1 {
  background-color: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-transparency-1 img {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-transparency-2 {
  background-color: #d9e8fa;
  padding: 50px;
}
.container-transparency-2 div {
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}
.container-transparency-2 div h3 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #0b3780;
  margin-bottom: 15px;
}
.container-transparency-2 div p {
  font-size: 14px;
  color: #000;
}

.container-transparency-3 {
  background-color: #38a4dd;
  width: 100%;
  min-height: 620px;
  background-size: cover;
  background-color: #0b3780;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-transparency-4 {
  background-color: #0b3780;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-transparency-4 div {
  padding: 70px 0 70px 0;
}
.container-transparency-4 div span.xxl {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 80px;
  line-height: 95px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .container-transparency-4 div span.xxl {
    font-size: 40px;
    line-height: 50px;
  }
}

.slider-circle {
  height: 350px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 40px 25px 5px 25px;
  text-align: center;
}
.slider-circle .red-circle {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-color: #e4001e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
}
.slider-circle h5 {
  color: #0b3780;
  font-size: 20px;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
}
.slider-circle p {
  color: #000;
  font-size: 14px;
}

.slider-prinzipien,
.slider-circle {
  max-width: 100%;
}

/* ====================== */
/* TRANSPARENTE FISCHEREI */
/* KARRIERE BEREICH */
/* ================ */
.container-goodcatch-1 {
  background-color: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-goodcatch-1 img {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-goodcatch-2 {
  background-color: #d9e8fa;
  padding: 50px;
}
.container-goodcatch-2 div {
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}
.container-goodcatch-2 div h3 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #0b3780;
  margin-bottom: 15px;
}
.container-goodcatch-2 div p {
  font-size: 14px;
  color: #000;
}

.container-goodcatch-fulltext h4 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 25px;
  color: #0b3780;
  margin-bottom: 25px;
  margin-top: 25px;
}

.container-goodcatch-teaser {
  background-color: #f4f5f6;
  height: 700px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .container-goodcatch-teaser {
    height: auto;
    margin-bottom: 25px;
    padding: 30px;
  }
}
.container-goodcatch-teaser:hover {
  background-color: #0b3780;
  transition: background 0.2s ease-out;
}
.container-goodcatch-teaser:hover h5, .container-goodcatch-teaser:hover p {
  color: #fff;
}
.container-goodcatch-teaser:hover .button-center {
  background-color: #e4001e;
}
.container-goodcatch-teaser h5 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #0b3780;
}
.container-goodcatch-teaser p {
  font-size: 14px;
  color: #000;
}
.container-goodcatch-teaser .container-goodcatch-teaser-headline {
  position: absolute;
  top: 265px;
  padding-right: 10%;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .container-goodcatch-teaser .container-goodcatch-teaser-headline {
    position: static;
    padding: 0;
    margin: 0;
  }
}
.container-goodcatch-teaser .container-goodcatch-teaser-text {
  position: absolute;
  top: 380px;
  padding-right: 10%;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .container-goodcatch-teaser .container-goodcatch-teaser-text {
    position: static;
    padding: 0;
    margin: 0;
  }
}
.container-goodcatch-teaser .container-goodcatch-teaser-button {
  position: absolute;
  top: 640px;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .container-goodcatch-teaser .container-goodcatch-teaser-button {
    position: static;
    padding: 0;
    margin: 0;
  }
}

.career-goodie {
  background: #d9e8fa;
  max-width: 850px;
  width: 100%;
  margin-bottom: 1px;
  padding: 15px 20px;
  color: #0b3780;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 18px;
}
.career-goodie span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #e4001e;
  padding-right: 10px;
}

.container-training-1 {
  background-color: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-training-1 img {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-training-2 {
  background-color: #0b3780;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-training-2 .circle-training {
  height: 330px;
  width: 330px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin: 70px 25px;
  padding: 70px 15px;
  color: #0b3780;
}
.container-training-2 .circle-training span {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.carreer-goodies {
  padding: 0;
  margin: 0;
  max-width: 870px;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.carreer-goodies-items {
  background: #0b3780;
  padding: 5px;
  width: 200px;
  height: 240px;
  text-align: center;
  margin: 8px;
  padding: 15px;
}
.carreer-goodies-items .carreer-goodies-icon {
  padding-top: 10px;
  font-size: 52px;
  color: #fff;
}
.carreer-goodies-items .carreer-goodies-text {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

.ausbildung {
  margin-left: 0;
  margin-right: 0;
}

.ausbildung-teaser {
  margin-bottom: 14px;
  position: relative;
  transition: 0.5s margin-bottom;
  z-index: 1;
  min-height: 275px;
  background: #0b3780;
  padding: 25px;
}
.ausbildung-teaser h4 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
}
.ausbildung-teaser .btn-holder {
  position: absolute;
  bottom: 30px;
}
.ausbildung-teaser:hover {
  background: #e4001e;
  transition: 0.3s;
}

.no-ausbildung {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #e4001e;
}

.button-grey {
  color: #0b3780;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s background;
  font-size: 12px;
  padding: 8px 37px 7px 12px;
}

.ausbildung-info {
  background-color: #d9e8fa;
  padding: 45px;
  margin-bottom: 75px;
}
.ausbildung-info h5 {
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 32px;
  color: #0b3780;
  margin-bottom: 20px;
}
.ausbildung-info h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0b3780;
  font-weight: 600;
  margin-top: 40px;
}
.ausbildung-info p {
  font-size: 14px;
}
.ausbildung-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.ausbildung-info ul li {
  font-size: 14px;
}
.ausbildung-info ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #e4001e;
  padding-right: 10px;
}

/* ================ */
/* KARRIERE BEREICH */
/* IMPRESSUM, DATENSCHUTZ, KONTAKT */
/* =============================== */
.privacy h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0b3780;
  font-weight: 600;
  margin-top: 25px;
}

.input-wrapper {
  position: relative;
}

.hint {
  position: absolute;
  margin-top: 10px;
  right: 13px;
}

.hintImg {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  right: 0px;
  bottom: 65%;
}

.hint:hover ~ .hintImg {
  visibility: visible;
  opacity: 1;
}

.contact label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.contact input,
.contact select,
.contact textarea {
  width: 100%;
  color: #000;
  padding: 9px;
  font-size: 18px;
  border: #cccccc 1px solid;
}
.contact input,
.contact select {
  height: 46px;
}
.contact input {
  line-height: normal;
  border-radius: 3px;
}
.contact button,
.contact input,
.contact optgroup,
.contact select,
.contact textarea {
  color: inherit;
  font: inherit;
  margin: 0 0 15px 0;
}
.contact input[type=submit] {
  color: white;
}

/* =============================== */
/* IMPRESSUM, DATENSCHUTZ, KONTAKT */
/* FACEBOOK PIXEL                  */
/* =============================== */
.fcbkpxl {
  background-color: #5e91ea;
  width: 100%;
  position: fixed;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px;
  z-index: 9999;
  line-height: 18px;
}
.fcbkpxl span {
  font-size: 12px;
}
.fcbkpxl span a,
.fcbkpxl span a:active,
.fcbkpxl span a:hover {
  color: white;
  text-decoration: underline;
}

.fcbkpxl .btn-primary {
  background-color: #0259a4;
  padding: 6px 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px;
}

.fcbkpxl .btn-link {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  font-size: 12px;
}

/* =============================== */
/* FACEBOOK PIXEL                  */
/* GEWINNSPIEL                     */
/* =============================== */
.teaser-win {
  width: 272px;
  display: inline-block;
  margin-bottom: 25px;
}
.teaser-win .headline {
  width: 100%;
  height: 45px;
  background-color: #0b3780;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-win .descr {
  width: 100%;
  height: 160px;
  background-color: #f4f5f6;
  border-left: 1px solid #0b3780;
  border-right: 1px solid #0b3780;
  color: #000;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.teaser-win .img {
  width: 100%;
  height: 228px;
  background-color: #fff;
  border: 1px solid #0b3780;
  display: flex;
  justify-content: center;
  align-content: center;
}

.teaser-win-question {
  background: #d9e8fa;
  width: 100%;
  height: 180px;
  text-align: center;
}
.teaser-win-question h4 {
  padding-top: 50px;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 30px;
  color: #0b3780;
}

.win-mandatory {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.win-conditions {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: justify;
}

.h3-arrow-down-blue {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.h3-arrow-down-blue h3 {
  width: 850px;
  background-color: #0b3780;
  text-align: center;
  font-family: "TheMix7", "Roboto", Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  padding: 10px 10px;
  min-height: 50px;
  position: relative;
  margin-bottom: 50px;
}
.h3-arrow-down-blue h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -19px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0b3780;
  clear: both;
}
.h3-arrow-down-blue img {
  margin-bottom: 15px;
}

.btnwin {
  cursor: pointer;
  text-align: center;
  font-family: "TheMix7", "Roboto", Arial, sans-serif !important;
  color: #0b3780;
}
.btnwin:hover {
  background-color: #e4001e;
  color: white;
}

/* =============================== */
/* GEWINNSPIEL                     */
.horizontal-teaser:hover .text .button, .horizontal-teaser:hover .text .button-center, .horizontal-teaser:hover .text .rezept .image .zum-rezept, .rezept .image .horizontal-teaser:hover .text .zum-rezept, .vertical-teaser:hover .text .button, .vertical-teaser:hover .text .button-center, .vertical-teaser:hover .text .rezept .image .zum-rezept, .rezept .image .vertical-teaser:hover .text .zum-rezept, .button:hover, .button-center:hover, .rezept .image .zum-rezept:hover, .button.active, .active.button-center, .rezept .image .active.zum-rezept {
  color: #fff;
  background-color: #e4001e;
  text-decoration: none;
}

.button, .button-center, .rezept .image .zum-rezept {
  color: #fff;
  background-color: #0b3780;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s background;
  font-size: 12px;
  padding: 8px 37px 7px 12px;
}
.button.small, .small.button-center, .rezept .image .small.zum-rezept {
  padding: 4px 30px 4px 10px;
}
.button.bottom, .bottom.button-center, .rezept .image .bottom.zum-rezept {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.horizontal-teaser .image, .vertical-teaser .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sortiment-uebersicht-teaser {
  margin-bottom: 20px;
}

.vertical-teaser .image {
  width: 100%;
  height: 190px;
}
@media (min-width: 400px) {
  .vertical-teaser .image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .vertical-teaser .image {
    height: 234px;
  }
}
.vertical-teaser .text {
  background-color: #f4f5f6;
  padding: 32px;
  min-height: 265px;
  position: relative;
  transition: 0.2s background-color;
}
.vertical-teaser .text h3 {
  font-family: "TheMix7", sans-serif;
  font-size: 20px;
  color: #0b3780;
  margin: 0;
  margin-bottom: 23px;
}
.vertical-teaser .text p {
  font-size: 14px;
}
.vertical-teaser .text .button.bottom, .vertical-teaser .text .bottom.button-center, .vertical-teaser .text .rezept .image .bottom.zum-rezept, .rezept .image .vertical-teaser .text .bottom.zum-rezept {
  left: 32px;
  bottom: 32px;
}
.vertical-teaser:hover .text {
  background-color: #0b3780;
}
.vertical-teaser:hover .text h3,
.vertical-teaser:hover .text p {
  color: #fff;
}
.horizontal-teaser {
  display: flex;
  margin-bottom: 20px;
}
.horizontal-teaser .image,
.horizontal-teaser .text {
  width: 50%;
}
.horizontal-teaser .text {
  background-color: #fff;
  padding: 20px;
  min-height: 234px;
  position: relative;
  transition: 0.2s background-color;
}
.horizontal-teaser .text h3 {
  font-family: "TheMix7", sans-serif;
  font-size: 18px;
  color: #0b3780;
  margin: 0;
  margin-bottom: 21px;
}
.horizontal-teaser .text p {
  font-size: 12px;
}
.horizontal-teaser .text .button.bottom, .horizontal-teaser .text .bottom.button-center, .horizontal-teaser .text .rezept .image .bottom.zum-rezept, .rezept .image .horizontal-teaser .text .bottom.zum-rezept {
  left: 20px;
  bottom: 20px;
}
.horizontal-teaser:hover .text {
  background-color: #0b3780;
}
.horizontal-teaser:hover .text h3,
.horizontal-teaser:hover .text p {
  color: #fff;
}
@media (max-width: 575px) {
  .horizontal-teaser {
    display: block;
  }
  .horizontal-teaser .image,
.horizontal-teaser .text {
    display: block;
    width: 100%;
  }
  .horizontal-teaser .image {
    height: 59vw;
  }
}

section.gray {
  background-color: #f4f5f6;
  padding: 38px 0 85px 0;
}

.productOverview {
  display: block;
  margin-bottom: 18px;
}
.productOverview .image {
  height: 270px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.2s all;
}
.productOverview .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.productOverview .label {
  background-color: #d9e8fa;
  font-size: 17px;
  color: #0b3780;
  font-family: "TheMix7", sans-serif;
  text-align: center;
  padding: 10px 7px;
  transition: 0.2s all;
}
.productOverview:hover {
  text-decoration: none;
}
.productOverview:hover .image {
  background-color: #d9e8fa;
}
.productOverview:hover .label {
  background-color: #e4001e;
  color: #fff;
}

.category-slider {
  display: none;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.category-slider .smallCatImage {
  margin: 0 auto;
}
.category-slider .smallCatImage:hover + .label {
  color: #e4001e;
}
.category-slider .label {
  padding: 14px;
  background: #d9e8fa;
  color: #0b3780;
  transition: 0.2s color;
}
.category-slider .label:hover {
  color: #e4001e;
}
.category-slider .slick-prev {
  left: 0;
  z-index: 100 !important;
}
.category-slider .slick-next {
  right: 0;
  z-index: 100 !important;
}
.category-slider .slick-prev:before,
.category-slider .slick-next:before {
  color: #e4001e;
}
@media (max-width: 992px) {
  .category-slider {
    display: block;
  }
}

.smallCategoryWrapper {
  margin-top: 67px;
  margin-bottom: 82px;
  display: none;
}
@media (min-width: 993px) {
  .smallCategoryWrapper {
    display: block;
  }
}

.smallCategory {
  display: block;
  padding: 3px;
  position: relative;
  cursor: pointer;
}
.smallCategory img {
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: 0.2s bottom;
}
.smallCategory .label {
  background-color: #d9e8fa;
  font-size: 14px;
  padding: 5px;
  color: #0b3780;
  font-family: "TheMix5", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  line-height: 16px;
  transition: 0.2s all;
  position: relative;
  z-index: 2;
}
.smallCategory:hover .label, .smallCategory.active .label {
  background-color: #e4001e;
  color: #fff;
}
.smallCategory:hover img, .smallCategory.active img {
  bottom: 45px;
}

.pagination-bar {
  border: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.pagination-bar .headline {
  width: 100%;
  text-align: center;
}
.pagination-bar .headline > * {
  margin: 0;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination-bar ul.pagination {
  margin-bottom: 0;
}
.pagination-bar ul.pagination .page-link {
  font-size: 18px;
  color: #0b3780;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  transition: 0.2s all;
}
.pagination-bar ul.pagination .page-link.disabled {
  color: #c7c7c7;
  cursor: not-allowed;
}
.pagination-bar ul.pagination .page-link.active {
  background-color: #e4001e;
  color: #fff;
}
.pagination-bar ul.pagination .page-item:first-child .page-link {
  border-left: 1px solid #0b3780;
}
.pagination-bar ul.pagination .page-item:last-child .page-link {
  border-right: 0;
}

.productTileWrapper {
  margin-top: 7px;
  margin-bottom: 77px;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
}
.productTileWrapper > :not(.productDetail) {
  transition: 0.5s margin-bottom;
}

.ie11-wrapper {
  display: flex;
  flex-direction: row;
}

.productTile {
  cursor: pointer;
  padding: 7px;
  position: relative;
}
.productTile .image {
  height: 216px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.2s all;
  background-color: #d9e8fa;
  position: relative;
}
.productTile .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  transition: 0.2s all;
}
.productTile .image .detail {
  width: 107px;
  opacity: 0;
  transition: 0.2s opacity;
  background-color: #e4001e;
  padding: 6px 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productTile .image .new {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/new.png);
  width: 61px;
  height: 61px;
  opacity: 0;
}
.productTile .label {
  background-color: #0b3780;
  font-size: 14px;
  color: #fff;
  font-family: "TheMix7", sans-serif;
  text-align: center;
  padding: 5px;
  transition: 0.2s all;
  line-height: 18px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productTile .label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 31.5px 0 31.5px;
  border-color: #e4001e transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.2s all;
}
.productTile:hover img {
  opacity: 0.25;
}
.productTile:hover .label {
  background-color: #e4001e;
}
.productTile:hover .detail {
  opacity: 1;
}
.productTile.active .label {
  background-color: #e4001e;
}
.productTile.active .label::before {
  bottom: -17px;
  z-index: 1;
}

.beanstandung-qualitaet {
  display: none;
}

#anrede {
  max-width: 170px;
}

#concern {
  max-width: 290px;
}

.productDetail {
  position: absolute;
  left: 0;
  top: 312px;
  width: 100%;
  display: flex;
  opacity: 0;
}
.productDetail .left,
.productDetail .right {
  margin: 7px;
  background-color: #f2f7fd;
}
.productDetail .left {
  width: 39.6%;
  padding: 50px 22px;
  text-align: center;
}
.productDetail .left .inhalt {
  font-size: 12px;
  background-color: #0b3780;
  color: #ffffff;
  display: inline-block;
  padding: 3px 18px;
  border-radius: 4px;
  position: relative;
  margin-top: 26px;
  margin-bottom: 14px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.productDetail .left .inhalt::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 6px 6.5px;
  border-color: transparent transparent #0b3780 transparent;
}
.productDetail .left .naehrwerte {
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  position: relative;
}
.productDetail .left .naehrwerte > .text {
  display: flex;
  flex-grow: 1;
  background: #fff;
  text-transform: uppercase;
  color: #0b3780;
  font-size: 16px;
  font-family: "TheMix7", sans-serif;
  align-items: center;
  padding: 0 14px;
}
.productDetail .left .naehrwerte .arrow {
  background-color: #0b3780;
  width: 36px;
  height: 36px;
  position: relative;
}
.productDetail .left .naehrwerte .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productDetail .right {
  width: 60%;
  padding: 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productDetail p {
  font-size: 14px;
  margin-bottom: 25px;
}
.productDetail h3 {
  font-family: "TheMix7", sans-serif;
  font-size: 20px;
  color: #0b3780;
}
.productDetail h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.productDetail .kleingedrucktes {
  font-style: italic;
  color: #0b3780;
  margin-bottom: 0;
}

.detailInfo {
  display: none;
}

.number {
  font-size: 1.1em;
}

.naehrwertetabelle {
  display: none;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
  cursor: initial;
  width: 100%;
  text-align: left;
}
.naehrwertetabelle .headline {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}
.naehrwertetabelle .headline .text {
  font-family: "TheMix7", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #0b3780;
}
.naehrwertetabelle .headline .closeNw {
  cursor: pointer;
}
.naehrwertetabelle .content {
  padding: 60px 15px 40px 15px;
  padding-top: 26px;
  padding-bottom: 25px;
  font-size: 14px;
}
.naehrwertetabelle .content .small {
  font-size: 14px;
}
.naehrwertetabelle h3 {
  font-size: 15px;
  font-family: "TheMix7", sans-serif;
}
.naehrwertetabelle table {
  width: 100%;
}
.naehrwertetabelle table tr td {
  height: 36px;
}
.naehrwertetabelle table tr td:first-child {
  font-weight: 700;
}
.naehrwertetabelle table tr td:nth-child(2) {
  text-align: right;
}
.naehrwertetabelle table tr:not(.small) {
  border-top: 1px solid #0b3780;
}
.naehrwertetabelle table .hasSmall td {
  position: relative;
  top: 3px;
}
.naehrwertetabelle table .small td {
  height: auto;
  position: relative;
  top: -5px;
}
.naehrwertetabelle table .small td:first-child {
  font-weight: 400;
}

.abtropf {
  display: none;
}

.rezept-button {
  margin-bottom: 20px;
}

.produkt-rezept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 14px;
  transition: 0.2s color;
  color: #000;
}
.produkt-rezept:not(:last-child) {
  margin-bottom: 6px;
}
.produkt-rezept .rezeptname {
  padding: 0 11px;
  text-align: left;
}

h2 {
  font-size: 25px;
  margin-bottom: 32px;
}

.page-intro h1 + p {
  margin-top: 26px;
}
.page-intro h1 + h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

@keyframes arrow {
  0% {
    top: 65%;
    opacity: 0;
  }
  60% {
    top: 35%;
    opacity: 1;
  }
  100% {
    top: 35%;
    opacity: 0;
  }
}
.toTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

.arrowUp {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 8px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  transform: rotate(-135deg) translate(50%, -15%);
  -webkit-transform: rotate(-135deg) translate(50%, -15%);
  animation-name: arrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.contact-mandatory {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.los-hint {
  display: none;
}

@media (max-width: 767px) {
  .pagination-bar {
    display: block;
    padding: 10px;
  }
  .pagination-bar .headline {
    margin-bottom: 10px;
  }
  .pagination-bar .headline > * {
    position: static;
    transform: translate(0, 0);
  }
  .pagination-bar ul.pagination {
    justify-content: center;
  }
  .pagination-bar ul.pagination .page-item:first-child .page-link {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .productDetail {
    display: block;
  }
  .productDetail .left,
.productDetail .right {
    width: 97.5%;
    display: block;
  }
}
.drop-Shadow {
  -webkit-box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
}

.rezepte-auswahl {
  padding: 77px 0;
  text-align: center;
}
.rezepte-auswahl h3 {
  font-size: 25px;
  color: #ffffff;
  font-family: "TheMix7", sans-serif;
  margin-bottom: 22px;
}
.rezepte-auswahl ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rezepte-auswahl ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}
.rezepte-auswahl ul li a {
  color: #0b3780;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px;
  display: inline-block;
  width: 136px;
  border-radius: 5px;
  transition: 0.2s all;
  border: 1px solid #174186;
}
.rezepte-auswahl ul li a:hover, .rezepte-auswahl ul li a.active {
  color: #ffffff;
  background-color: #e4001e;
}

section#rezept {
  background-color: #000e27;
  background-image: url(../images/rezepte/bg-rezepte-2022-compressed.png), url(../images/rezepte/white-wood.jpg);
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  padding-bottom: 18vw;
}
@media (min-width: 1200px) {
  section#rezept .container {
    max-width: 1182px;
  }
}

.rezepte {
  margin-left: 0;
  margin-right: 0;
}
.rezepte [class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 0;
  margin-right: 0;
}

.rezept {
  margin-bottom: 14px;
  position: relative;
  transition: 0.5s margin-bottom;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
}
.rezept .image {
  height: 273px;
  background-size: cover;
  background-position: 63% center;
  position: relative;
  cursor: pointer;
}
.rezept .image .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 0, 30, 0.3);
  transition: 0.2s all;
}
.rezept:hover .overlay {
  opacity: 1;
}

.rezept .image .zum-rezept {
  background-color: #fff;
  display: inline-block;
  color: #e4001e;
  padding: 7px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rezept .text {
  background-color: #ffffff;
  padding: 17px;
}
.rezept .text .name {
  font-family: "TheMix7", sans-serif;
  color: #0b3780;
  font-size: 17px;
  border-bottom: 1px solid #b2b2b2;
  line-height: 23px;
  padding-bottom: 12px;
  margin-bottom: 22px;
  min-height: 59px;
}
.rezept .text .icons {
  display: flex;
  justify-content: space-between;
}
.rezept .text .icons .portionen > *,
.rezept .text .icons .zubereitungsdauer > * {
  float: left;
  height: 37px;
  float: left;
}
.rezept .text .icon {
  background-color: #0b3780;
  border-right: 1px solid #fff;
  padding: 5px;
  transition: 0.2s background-color;
}
.rezept:hover .icon,
.rezept.active .icon {
  background-color: #e4001e;
}

.rezept .text .zubereitungsdauer .icon {
  padding: 7px;
}
.rezept .text .anzahl,
.rezept .text .dauer {
  background-color: #a7a7a7;
  color: #ffffff;
  font-size: 14px;
  padding: 8px;
}
.rezept .arrow {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 32px 0 32px;
  border-color: #e4001e transparent transparent transparent;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.2s all;
  left: 50%;
  transform: translateX(-50%);
}
.rezept.active .arrow {
  opacity: 1;
  bottom: -26px;
}

.rezept .detailInfo {
  display: none;
}

.recipeDetailWrapper {
  position: relative;
  width: 100%;
}

.recipeDetail {
  position: absolute;
  display: flex;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.recipeDetail .left,
.recipeDetail .right {
  background-color: rgba(255, 255, 255, 0.2);
}
.recipeDetail .left {
  width: 60%;
  position: relative;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
}
.recipeDetail .left .image {
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .recipeDetail .left .image {
    height: auto;
  }
}
.recipeDetail .left h2 {
  color: #0b3780;
  font-size: 30px;
  margin-bottom: 0;
  padding: 42px 50px 15px 50px;
}
.recipeDetail .left p {
  color: #0b3780;
  font-size: 14px;
}
.recipeDetail .left .zubereitung {
  color: #ffffff;
  background-color: #e4001e;
  font-family: "TheMix7", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 10px 2px 49px;
  display: inline-block;
}
.recipeDetail .left .textPadding {
  padding: 20px 50px;
}
.recipeDetail .right {
  width: 40%;
  padding: 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
}
.recipeDetail .right .image {
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}
.recipeDetail .right .image.hasTwo {
  margin: 0;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-around;
  margin-bottom: 30px;
}
.recipeDetail .right .image.hasTwo .doseImage {
  max-width: 50%;
}
.recipeDetail .right .image.hasTwo .doseImage2 {
  max-width: 50%;
}
.recipeDetail .right .image img {
  max-height: 300px;
}
.recipeDetail .right .image .doseImage2 {
  margin-top: 30px;
}
.recipeDetail .right .image .doseImage2[src=""] {
  margin-top: 0;
}
.recipeDetail .right .zutaten-headline {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e4001e;
  font-family: "TheMix7", sans-serif;
  padding: 7px 13px;
}

#fileupload {
  height: auto;
  border: none;
  padding: 0;
}

.zutatentabelle {
  width: 100%;
  font-size: 12px;
  border-spacing: 1px;
  border-collapse: separate;
}
.zutatentabelle td {
  background-color: #e1e5e6;
  color: #0b3780;
  padding: 10px;
}
.zutatentabelle td:first-child {
  min-width: 100px;
}
.zutatentabelle td:nth-child(2) {
  background-color: #c3d3e3;
  color: #000000;
}
.zutatentabelle a {
  color: #000000;
  text-decoration: underline;
}

.rezeptPdf {
  display: inline-block;
  padding-right: 12px;
  margin-top: 20px;
}

.recipeRow {
  padding: 0 22px;
}

.rezeptvideo {
  width: 100%;
}

.menu-control {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 101;
}
.menu-control .label {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.menu-control .label.background--light {
  color: black;
}
.menu-control .label.background--dark {
  color: white;
}

nav.main {
  position: fixed;
  top: 0;
  right: -460px;
  background-color: #fff;
  width: 460px;
  max-width: 100%;
  padding: 110px 50px 0 50px;
  height: 100%;
  z-index: 100;
  box-shadow: 0px 0px 5px #8a8a8a;
  transition: 0.35s right;
}
nav.main.active {
  right: 0;
}
nav.main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.main ul li {
  margin-bottom: 12px;
}
nav.main ul a {
  color: #0b3780;
  font-family: "TheMix7", sans-serif;
  font-size: 22px;
  transition: 0.2s color;
}
nav.main ul a.active, nav.main ul a:hover {
  color: #e4001e;
}
nav.main ul a.active + ul {
  display: block;
}
nav.main ul li ul {
  display: none;
  margin-top: 4px;
}
nav.main ul li ul li {
  margin-bottom: 5px;
}
nav.main ul li ul li:last-child {
  margin-bottom: 20px;
}
nav.main ul li ul a {
  font-size: 16px;
  color: #8a8a8a;
}
nav.main .level2 {
  display: none;
}

@media (max-width: 991px) {
  .recipeDetail {
    flex-direction: column;
  }
  .recipeDetail .left,
.recipeDetail .right {
    width: 100%;
  }
}
.button-center {
  padding: 8px 18px 7px 18px;
}/*# sourceMappingURL=style.css.map */