@charset "UTF-8";
@font-face {
  font-family: "NipponNote-Regular";
  src: url("fonts/NipponNote-Regular.eot");
  src: url("fonts/NipponNote-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NipponNote-Regular.woff2") format("woff2"), url("fonts/NipponNote-Regular.woff") format("woff"), url("fonts/NipponNote-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Supernettcn";
  src: url("fonts/Supernettcn-BoldCondensed.eot");
  src: url("fonts/Supernettcn-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("fonts/Supernettcn-BoldCondensed.woff2") format("woff2"), url("fonts/Supernettcn-BoldCondensed.woff") format("woff"), url("fonts/Supernettcn-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Supernettcn";
  src: url("fonts/Supernettcn-Condensed.eot");
  src: url("fonts/Supernettcn-Condensed.eot?#iefix") format("embedded-opentype"), url("fonts/Supernettcn-Condensed.woff2") format("woff2"), url("fonts/Supernettcn-Condensed.woff") format("woff"), url("fonts/Supernettcn-Condensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.container-fluid {
  max-width: 1600px;
  overflow: hidden;
  position: relative;
}

h1 {
  font-family: NipponNote-Regular;
  font-size: 40px;
  line-height: 44px;
  color: #333333;
  text-transform: uppercase;
}

h2 {
  font-family: NipponNote-Regular;
  font-size: 35px;
  line-height: 37px;
  color: #333333;
  text-transform: uppercase;
}

h3 {
  font-family: Supernettcn;
  font-weight: 700;
  font-size: 21px;
  color: #333333;
  text-transform: uppercase;
}

h4 {
  font-family: Supernettcn;
  font-weight: 700;
  font-size: 21px;
  color: #C40F1F;
  text-transform: uppercase;
}

h5 {
  font-family: Supernettcn;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}

body {
  padding: 0px;
  margin: 0px;
  font-display: auto;
  font-family: Supernettcn;
  font-size: 20px;
  color: #333333;
  background-color: #FAFAF7;
}

.text a {
  color: #C40F1F;
  text-decoration: none;
  font-weight: 700;
}

a {
  font-weight: 700 !important;
}
a:hover {
  color: #9C0102 !important;
}

a.navi-btn:hover {
  color: #FFFFFF !important;
}

#menu-footer a:hover, #menu-footer_en a:hover {
  color: #FFFFFF !important;
}

span.text {
  color: #7E7E7E;
}

:focus {
  outline: none;
}

.wp-content .wp-content-row {
  padding-bottom: 50px;
}
.wp-content .wp-content-row a {
  color: #C40F1F;
}

#content-inner {
  max-width: 1600px;
  margin: 0px auto;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  h1 {
    font-family: NipponNote-Regular;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
  }

  h2 {
    font-family: NipponNote-Regular;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
#navi {
  max-width: 1600px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 150;
  width: 100%;
  margin: 0px auto;
}
#navi #main-navi-container {
  transition: all 1s;
  overflow: hidden;
  display: none;
  background-color: #FFFFFF;
  background-image: url("../images/white.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 20px 0px 20px 0px;
}
#navi #main-navi-container #mobile-back {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  left: 30px;
}
#navi #main-navi-container #mobile-back img {
  width: auto;
  height: 100%;
}
#navi #main-navi-container .navi-content .navi-headline {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-family: NipponNote-Regular;
  cursor: pointer;
  text-align: center;
  /*
  span {
      position: relative;

      &:after {
          position: absolute;
          left: 0px;
          bottom: -5px;
          width: 100%;
          display: block;
          content: ' ';
          background-image: url('../images/Navigation_Unterstrich.svg');
          background-size: 100%;
          background-repeat: no-repeat;
          height: 5px;
      }
  }
  */
}
#navi #main-navi-container .navi-content .navi-content-inner {
  display: none;
  padding: 20px 0px 20px 0px;
}
#navi #main-navi-container .navi-content .navi-content-inner .nav-item {
  margin-bottom: 20px;
}
#navi #main-navi-container .navi-content .navi-content-inner .nav-item .img-container {
  max-height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#navi #main-navi-container .navi-content .navi-content-inner .nav-item .img-container img {
  height: 80px;
}
#navi #main-navi-container .navi-content .navi-content-inner a {
  text-decoration: none;
}
#navi #main-navi-container .navi-content .navi-content-inner .mobile-image {
  padding: 10px 0px;
}
#navi #main-navi-container .navi-content .navi-content-inner .mobile-image img {
  width: 100%;
}
#navi #main-navi-container .navi-content .navi-content-inner .flip-container {
  display: none;
}
#navi #main-navi-container .navi-content .navi-content-inner .name {
  color: #C40F1F;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#navi #main-navi-container .navi-content #navi-content-2-inner .col, #navi #main-navi-container .navi-content #navi-content-3-inner .col {
  flex: 0 0 50%;
  max-width: 50%;
}
#navi #main-navi-container .navi-content #navi-content-2-inner .name, #navi #main-navi-container .navi-content #navi-content-3-inner .name {
  text-align: center;
  display: inline-block;
}
#navi #main-navi-container .navi-content #navi-content-2-inner .nav-item .img-container {
  max-height: 70px;
}
#navi #main-navi-container .navi-content #navi-content-2-inner .nav-item .img-container img {
  height: 70px;
}
#navi #main-navi-container .navi-content #navi-content-3-inner .nav-item .img-container {
  max-height: 120px;
}
#navi #main-navi-container .navi-content #navi-content-3-inner .nav-item .img-container img {
  height: 120px;
  max-height: 100%;
}
#navi #main-navi {
  overflow: hidden;
  height: 132px;
  transition: height 0.3s;
  position: relative;
}
#navi #main-navi #main-navi-bg .desktop {
  display: none;
}
#navi #main-navi .container {
  position: relative;
  height: 100%;
}
#navi #main-navi .container .row {
  height: 100%;
}
#navi #main-navi .container .row .col {
  height: 100%;
}
#navi #main-navi .container .row .col .main-navi-inner {
  height: 116px;
  transition: height 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navi #main-navi #main-navi-bg {
  width: 100%;
  height: 132px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}
#navi #main-navi #main-navi-bg img {
  width: 100%;
  min-height: 100%;
}
#navi #main-navi.scroll {
  height: 100px;
}
#navi #main-navi.scroll .container .row .col .main-navi-inner {
  height: 86px;
}
#navi #main-navi.scroll .logo1 {
  display: none;
}
#navi #main-navi.scroll .logo2 {
  display: inline-block;
}
#navi #main-navi .navi-burger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
}
#navi #main-navi .navi-btn-container {
  display: none;
}

@media (min-width: 768px) {
  #navi #main-navi-container .navi-content #navi-content-1-inner .mobile-image {
    text-align: center;
  }
  #navi #main-navi-container .navi-content #navi-content-1-inner .mobile-image img {
    width: auto;
    max-height: 100px;
  }
  #navi #main-navi-container .navi-content #navi-content-1-inner .name {
    justify-content: center;
    text-align: center;
  }
  #navi #main-navi-container .navi-content #navi-content-2-inner .nav-item .img-container {
    max-height: 100px;
  }
  #navi #main-navi-container .navi-content #navi-content-2-inner .nav-item .img-container img {
    height: 100px;
  }
  #navi #main-navi #main-navi-bg .desktop {
    display: block;
  }
  #navi #main-navi #main-navi-bg .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  #navi #main-navi-container .navi-content .navi-headline {
    display: none;
  }

  #navi #main-navi-container {
    padding: 0px 0px 0px 0px;
  }

  #navi #main-navi-container .navi-content #navi-content-2-inner .col, #navi #main-navi-container .navi-content #navi-content-3-inner .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  #navi #main-navi-container .navi-content .navi-content-inner .mobile-image {
    display: none;
  }

  #navi #main-navi-container .navi-content .navi-content-inner .flip-container {
    display: block;
    margin-top: 10px;
  }

  #navi #main-navi-container .navi-content .navi-content-inner .name {
    text-align: center;
    font-size: 20px;
  }

  .flip-container {
    perspective: 1000px;
    margin-bottom: 10px;
  }

  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

  .flip-container, .front, .back {
    min-height: 100px;
  }

  .flipper {
    transition: 0.3s;
    transform-style: preserve-3d;
    position: relative;
  }

  .front, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .front {
    z-index: 2;
    transform: rotateY(0deg);
  }
  .front img {
    height: 70%;
    width: auto;
  }

  .back {
    transform: rotateY(180deg);
    width: 100%;
  }
  .back img {
    width: auto;
    height: 100%;
  }

  #navi #main-navi .navi-btn-container {
    display: block;
  }
  #navi #main-navi .navi-burger {
    display: none;
  }
  #navi #main-navi .main-navi-inner {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height 0.3s;
  }
  #navi #main-navi .main-navi-inner .flag {
    margin-left: 40px;
  }
  #navi #main-navi .main-navi-inner .navi-btn {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 40px;
    color: #FFFFFF;
  }
  #navi #main-navi .main-navi-inner .navi-btn.aktive {
    border-bottom: 2px solid #FCBF00;
  }
  #navi #main-navi-container .navi-headline {
    display: none;
  }
  #navi #main-navi-container #main-navi-content-1 {
    display: none;
  }
  #navi #main-navi-container .main-navi-content {
    display: none;
    padding: 50px 0px;
  }
  #navi #main-navi-container .main-navi-content .front {
    transform: rotateY(0deg);
  }
  #navi #main-navi-container .main-navi-content .back {
    transform: rotateY(180deg);
  }
  #navi #main-navi-container .main-navi-content .pro-item a .name, #navi #main-navi-container .main-navi-content .nav-item a .name {
    font-size: 21px;
  }

  #navi #main-navi-container .navi-content .navi-content-inner .name {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footerlogo {
    display: block;
  }
}
#____navi {
  max-width: 1600px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  margin: 0px auto;
}
#____navi #main-navi-container {
  transition: all 1s;
  overflow: hidden;
  display: none;
  background-color: #FFFFFF;
  background-image: url("../images/top-bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
}
#____navi #main-navi-container .navi-headline {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 30px;
  font-family: NipponNote-Regular;
}
#____navi #main-navi-container .navi-headline.current {
  color: #FCBF00;
}
#____navi #main-navi-container .main-navi-content {
  display: none;
}
#____navi #main-navi-container .main-navi-content .pro-item a, #____navi #main-navi-container .main-navi-content .nav-item a {
  font-size: 16px;
}
#____navi #main-navi-container .main-navi-content .pro-item a .mobile-image, #____navi #main-navi-container .main-navi-content .nav-item a .mobile-image {
  width: 40%;
  height: auto;
}
#____navi #main-navi-container .main-navi-content .pro-item a .name, #____navi #main-navi-container .main-navi-content .nav-item a .name {
  font-size: 16px;
  color: #C40F1F;
  font-weight: 500;
  display: inline-block;
  width: 60%;
  word-wrap: hyphens;
}
#____navi #main-navi-container .main-navi-content .pro-item img, #____navi #main-navi-container .main-navi-content .nav-item img {
  /*
  width: auto;
  height: 100px;
  */
  width: 100%;
}
#____navi #main-navi-container .main-navi-content .flip-container {
  perspective: 1000px;
  display: none;
}
#____navi #main-navi-container .main-navi-content .flip-container:hover .flipper, #____navi #main-navi-container .main-navi-content .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
#____navi #main-navi-container .main-navi-content .flip-container, #____navi #main-navi-container .main-navi-content .front, #____navi #main-navi-container .main-navi-content .back {
  width: 40px;
  height: 100px;
  /*min-height: 140px;*/
}
#____navi #main-navi-container .main-navi-content .flipper {
  transition: 0.3s;
  transform-style: preserve-3d;
  position: relative;
}
#____navi #main-navi-container .main-navi-content .front, #____navi #main-navi-container .main-navi-content .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#____navi #main-navi-container .main-navi-content .front {
  z-index: 2;
  transform: rotateY(180deg);
}
#____navi #main-navi-container .main-navi-content .front img {
  width: 100%;
}
#____navi #main-navi-container .main-navi-content .back {
  transform: rotateY(0deg);
}
#____navi #main-navi-container .main-navi-content .back img {
  width: 20px;
}
#____navi #main-navi {
  overflow: hidden;
  height: 148px;
  transition: height 0.3s;
  position: relative;
}
#____navi #main-navi .container {
  position: relative;
  height: 100%;
}
#____navi #main-navi .container .row {
  height: 100%;
}
#____navi #main-navi .container .row .col {
  height: 100%;
}
#____navi #main-navi .container .row .col .main-navi-inner {
  height: 116px;
  transition: height 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#____navi #main-navi #main-navi-bg {
  width: 100%;
  height: 148px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}
#____navi #main-navi #main-navi-bg img {
  width: 100%;
  min-height: 100%;
}
#____navi #main-navi.scroll {
  height: 100px;
}
#____navi #main-navi.scroll .container .row .col .main-navi-inner {
  height: 66px;
}
#____navi #main-navi.scroll .logo1 {
  display: none;
}
#____navi #main-navi.scroll .logo2 {
  display: inline-block;
}
#____navi #main-navi .navi-burger {
  width: 40px;
  height: 40px;
  /*position: absolute;
  right: 20px;
  top: 20px;*/
  cursor: pointer;
  float: right;
}
#____navi #main-navi .navi-btn-container {
  display: none;
}

#_navi {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
}
#_navi .close {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 30;
  cursor: pointer;
  display: none;
}
#_navi #main-navi {
  margin: 0px 0px;
  position: relative;
  z-index: 10;
}
#_navi #main-navi .main-navi-inner {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s;
}
#_navi #main-navi .navi-content.open {
  display: block;
}
#_navi #main-navi #main-navi-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 148px;
  transition: height 0.3s;
  overflow: hidden;
}
#_navi #main-navi #main-navi-bg img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#_navi #main-navi.scroll .main-navi-inner {
  height: 70px;
}
#_navi #main-navi.scroll #main-navi-bg {
  height: 100px;
}
#_navi #main-navi.scroll .logo1 {
  display: none;
}
#_navi #main-navi.scroll .logo2 {
  display: inline-block;
}
#_navi #main-navi .navi-btn {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 40px;
  color: #FFFFFF;
}
#_navi #main-navi .navi-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#_navi #main-navi-container {
  height: auto;
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  background-image: url("../images/top-bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
}
#_navi .main-navi-content {
  display: none;
  padding: 50px 0px;
}
#_navi #main-navi-content-1 {
  overflow-y: scroll;
  overflow-x: hidden;
}
#_navi .pro-item, #_navi .nav-item {
  text-align: center;
}
#_navi .pro-item a, #_navi .nav-item a {
  font-size: 16px;
}
#_navi .pro-item a .name, #_navi .nav-item a .name {
  font-size: 21px;
  color: #C40F1F;
  font-weight: 500;
  display: inline-block;
}
#_navi .pro-item a .text, #_navi .nav-item a .text {
  text-transform: uppercase;
  display: inline-block;
  color: #000000;
}
#_navi .pro-item img, #_navi .nav-item img {
  width: auto;
  height: 100px;
}
#_navi .pro-item .img-container, #_navi .nav-item .img-container {
  min-height: 140px;
}
#_navi .pro-item .switch-container .img-container1, #_navi .nav-item .switch-container .img-container1 {
  min-height: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#_navi .pro-item .switch-container .img-container1 img, #_navi .nav-item .switch-container .img-container1 img {
  /*width: auto;
  height: auto;*/
}
#_navi .pro-item .switch-container .img-container2, #_navi .nav-item .switch-container .img-container2 {
  min-height: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  display: none;
}
#_navi .pro-item .switch-container .img-container2 img, #_navi .nav-item .switch-container .img-container2 img {
  /*width: auto;
  height: auto;*/
  width: auto;
  height: 50px;
}
#_navi .pro-item .switch-container:hover .img-container1, #_navi .nav-item .switch-container:hover .img-container1 {
  display: none;
}
#_navi .pro-item .switch-container:hover .img-container2, #_navi .nav-item .switch-container:hover .img-container2 {
  display: flex;
  align-content: center;
  justify-content: center;
}

.footerlogo {
  max-width: 100%;
}

#main-footer {
  /*
  background-image: url('../images/footer-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;

  margin: -30px 0px 0px 0px;
  */
  margin: 0px -15px;
  transition: margin 1s;
  position: relative;
  z-index: 90;
}
#main-footer #main-footer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 132px;
}
#main-footer #main-footer-bg img {
  height: 100%;
  width: 100%;
}
#main-footer #main-footer-bg img.desktop {
  display: none;
}
#main-footer .main-footer-inner .row {
  height: 112px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#main-footer .main-footer-inner svg {
  height: 30px;
  max-width: 100%;
}
#main-footer .main-footer-inner a {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
#main-footer .main-footer-inner a.text-link {
  margin-right: 15px;
}
#main-footer .main-footer-inner a img {
  height: 35px;
  margin-right: 10px;
}
#main-footer .main-footer-inner #menu-footer, #main-footer .main-footer-inner #menu-footer_en {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 24px;
}
#main-footer .main-footer-inner #menu-footer li, #main-footer .main-footer-inner #menu-footer_en li {
  display: inline-block;
  width: 110px;
}
#main-footer .main-footer-inner #menu-footer li a, #main-footer .main-footer-inner #menu-footer_en li a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 15px;
  white-space: nowrap;
}
#main-footer .footerlogo {
  display: none;
}

@media (min-width: 768px) {
  #main-footer .footerlogo {
    display: block;
  }
}
@media (min-width: 992px) {
  #main-footer #main-footer-bg {
    height: 116px;
  }
  #main-footer #main-footer-bg img.desktop {
    display: block;
  }
  #main-footer #main-footer-bg img.mobile {
    display: none;
  }
  #main-footer .main-footer-inner .row {
    height: 86px;
  }
  #main-footer .main-footer-inner a img {
    height: 54px;
  }
  #main-footer .main-footer-inner #menu-footer, #main-footer .main-footer-inner #menu-footer_en {
    line-height: inherit;
  }
  #main-footer .main-footer-inner #menu-footer li, #main-footer .main-footer-inner #menu-footer_en li {
    display: inline;
  }
  #main-footer .main-footer-inner #menu-footer li a, #main-footer .main-footer-inner #menu-footer_en li a {
    font-size: 20px;
  }
}
.hero-slider {
  position: relative;
  margin-top: -20px;
  margin: 15px -15px 0px -15px;
  z-index: 6;
}
.hero-slider .hero-slider-inner .bio-slide-container {
  position: relative;
}
.hero-slider .hero-slider-inner .bio-slide-container .cta-container {
  position: absolute;
  bottom: 10px;
  right: 2%;
}
.hero-slider .hero-slider-inner .bio-slide-container .cta-container .bio-btn {
  float: right;
  margin-left: 10px;
  border: none;
  padding: 5px;
  color: #FFFFFF;
  font-size: 12px;
  background: #FCBF00;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  border-radius: 0;
}
.hero-slider .hero-slider-inner .bio-slide-container .cta-container .bio-btn a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.hero-slider .hero-slider-inner .bio-slide-container .cta-container .bio-btn a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}

@media (min-width: 992px) {
  .hero-slider {
    margin: -20px -15px 0px -15px;
  }
  .hero-slider .hero-slider-inner .bio-slide-container .cta-container {
    bottom: 50px;
  }
  .hero-slider .hero-slider-inner .bio-slide-container .cta-container .bio-btn {
    padding: 20px;
    font-size: 25px;
    margin-left: 44px;
  }
}
.abstand .klein {
  height: 10px;
}
.abstand .mittel {
  height: 30px;
}
.abstand .gross {
  height: 50px;
}

@media (min-width: 992px) {
  .abstand .klein {
    height: 30px;
  }
  .abstand .mittel {
    height: 50px;
  }
  .abstand .gross {
    height: 70px;
  }
}
.bild-text .bild-text-row {
  padding: 40px 0px;
}
.bild-text .bild-text-row .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.bild-text .bild-text-row .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bild-text .bild-text-row .embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.bild-text .bild-text-row span.text {
  display: inline-block;
  font-weight: 500;
  color: #7E7E7E;
}
.bild-text .bild-text-row a {
  display: inline-block;
  color: #C40F1F;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.bild-text .bild-text-row a:before {
  content: ">>";
  padding-right: 10px;
  letter-spacing: -3px;
}
.bild-text .bild-text-row .box1 {
  order: 1;
  display: flex;
  align-items: center;
}
.bild-text .bild-text-row .box1 .inner {
  width: 100%;
}
.bild-text .bild-text-row .box2 {
  order: 2;
  padding: 20px;
}
.bild-text .bild-text-row .box2 img {
  max-width: 100%;
}
.bild-text .bild-text-row ul {
  list-style: none;
  padding-left: 0px;
}
.bild-text .bild-text-row ul li {
  font-weight: 500;
}
.bild-text .bild-text-row ul li:before {
  content: "•";
  color: #FCBF00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (min-width: 992px) {
  .bild-text .bild-text-row .links .box1 {
    order: 2;
  }
  .bild-text .bild-text-row .links .box2 {
    order: 1;
  }
}
.geschichte .header, .herstellung .header {
  overflow: hidden;
  position: relative;
}
.geschichte .header img.bg, .herstellung .header img.bg {
  width: 100%;
  height: auto;
}
.geschichte .header .slider-header-container, .herstellung .header .slider-header-container {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
}
.geschichte .header .slider-header-container .slider-header-container-inner, .herstellung .header .slider-header-container .slider-header-container-inner {
  white-space: nowrap;
  position: relative;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.geschichte .header .slider-header-container .slider-header-container-inner div span, .herstellung .header .slider-header-container .slider-header-container-inner div span {
  padding: 0px 20px;
}
.geschichte .header .slider-header-container .slider-header-container-inner div.tab, .herstellung .header .slider-header-container .slider-header-container-inner div.tab {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.geschichte .header .slider-header-container .slider-header-container-inner div.tab.aktive span, .herstellung .header .slider-header-container .slider-header-container-inner div.tab.aktive span {
  position: relative;
  text-decoration: underline;
  /*
  &:after {
      position: absolute;
      left: 0px;
      bottom: -5px;
      width: 100%;
      display: block;
      content: ' ';
      background-image: url('../images/Navigation_Unterstrich.svg');
      background-size: 100%;
      background-repeat: no-repeat;
      height: 5px;
  }
  */
}
.geschichte .content .content-slider-container, .herstellung .content .content-slider-container {
  margin: 30px 0px;
}
.geschichte .content .left-side, .herstellung .content .left-side {
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.geschichte .content .left-side img, .herstellung .content .left-side img {
  max-width: 100%;
  height: auto;
}
.geschichte .content .right-side .art, .herstellung .content .right-side .art {
  color: #FCBF00;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.geschichte .content .right-side .headline, .herstellung .content .right-side .headline {
  color: #333333;
  font-size: 50px;
  line-height: 50px;
  font-family: NipponNote-Regular;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.geschichte .content .right-side .text, .herstellung .content .right-side .text {
  font-size: 20px;
  color: #7E7E7E;
  display: inline-block;
  width: 100%;
}

.geschichte .geschichte-row {
  background-color: #FAFAF7;
}
.geschichte .geschichte-row .header img.bg {
  width: 100%;
  height: auto;
  min-height: 64px;
}
.geschichte .geschichte-row .header .arrowRight, .geschichte .geschichte-row .header .arrowLeft {
  width: 30px;
}
.geschichte .geschichte-row .header .slider-header-container .slider-header-container-inner div.tab.aktive span {
  color: #FCBF00;
}
.geschichte .content-slider-container .history-slider {
  width: 80%;
  margin: 0px auto;
}
.geschichte .content-slider-container .arrowRight, .geschichte .content-slider-container .arrowLeft {
  display: none !important;
}
.geschichte .slick-list {
  padding: 0px 0px !important;
}

.geschichte .header .slider-header-container .slider-header-container-inner {
  width: 85%;
  margin: 0px auto;
}

.geschichte .header .slider-header-container .slider-header-container-inner div.tab {
  text-align: center;
}

@media (min-width: 992px) {
  .geschichte .content-slider-container .arrowRight, .geschichte .content-slider-container .arrowLeft {
    display: block !important;
  }
}
.herstellung .desktop {
  display: none;
}
.herstellung .mobile .liste {
  background-image: url("../images/Herstellung_Mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0px 40px 0px;
}
.herstellung .mobile .liste span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.herstellung .mobile .liste span a {
  text-decoration: none;
  color: #C40F1F;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.herstellung .mobile .items .item {
  background-color: #FAFAF7;
  padding-bottom: 40px;
}
.herstellung .mobile .items .item:first-child {
  padding-top: 40px;
}
.herstellung .mobile .items .item .art {
  font-size: 20px;
  font-weight: 500;
  color: #FCBF00;
  display: inline-block;
  width: 100%;
}
.herstellung .mobile .items .item .headline {
  font-size: 35px;
  font-family: NipponNote-Regular;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.herstellung .mobile .items .item .text {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
.herstellung .mobile .items .item .image {
  text-align: center;
  padding: 40px 0px 40px 0px;
}
.herstellung .mobile .items .item .image img {
  max-width: 100%;
}
.herstellung .herstellung-row {
  background-color: #FAFAF7;
}
.herstellung .herstellung-row .header img {
  width: 100%;
  height: auto;
  min-height: 64px;
}

@media (min-width: 992px) {
  .herstellung .desktop {
    display: block;
  }
  .herstellung .mobile {
    display: none;
  }
}
.link {
  color: #C40F1F;
  display: inline-block;
  text-transform: uppercase;
  line-height: 21px;
}
.link.white {
  color: #FFFFFF;
  text-transform: uppercase;
}
.link:before {
  content: ">>";
  padding-right: 10px;
  letter-spacing: -3px;
}
.link.back:before {
  content: "<<";
  letter-spacing: -3px;
}
.link:hover {
  text-decoration: none;
}
.link.nm {
  margin-left: 0px;
}

.produkt .produkt-row {
  background-color: #f7f3e8;
  background-color: #FAFAF7;
}
.produkt .produkt-row .left {
  position: relative;
  max-height: 350px;
}
.produkt .produkt-row .left .bg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
}
.produkt .produkt-row .left .bg img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.produkt .produkt-row .left .flasche {
  position: relative;
  height: 100%;
  width: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.produkt .produkt-row .left .flasche .inner {
  height: 80%;
  text-align: center;
  position: relative;
}
.produkt .produkt-row .left .flasche .inner img.f {
  height: 100%;
  width: auto;
  max-width: 100%;
  z-index: 10;
  position: relative;
}
.produkt .produkt-row .left .flasche .inner img.z {
  position: absolute;
  bottom: 0px;
  right: 50%;
  z-index: 5;
  max-width: 100%;
}
.produkt .produkt-row .right {
  position: relative;
}
.produkt .produkt-row .right .desktop-produkt-angaben {
  display: none;
}
.produkt .produkt-row .content {
  background-color: #ECEAE1;
}
.produkt .produkt-row .content .inner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.produkt .produkt-row .content .inner .sorte {
  color: #FCBF00;
  display: block;
  width: 100%;
  font-weight: 700;
}
.produkt .produkt-row .content .inner .teaser {
  display: block;
  width: 100%;
  font-size: 35px;
  font-family: NipponNote-Regular;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.produkt .produkt-row .content .inner .text {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.produkt .produkt-row .content .inner .link {
  font-weight: 700;
  text-transform: uppercase;
}
.produkt .produkt-row .arrow {
  position: absolute;
  top: 50%;
  z-index: 40;
  width: 30px;
  height: auto;
  cursor: pointer;
}
.produkt .produkt-row .arrow img {
  width: 100%;
}
.produkt .produkt-row .arrow.prev-arrow {
  left: 20px;
}
.produkt .produkt-row .arrow.next-arrow {
  right: 20px;
}
.produkt .produkt-row .arrow.desktop {
  display: none;
}
.produkt .produkt-row .open {
  cursor: pointer;
  color: #003367;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: none;
}
.produkt .produkt-row .open img {
  transform: rotate(-90deg);
  width: 30px;
  height: auto;
}
.produkt .produkt-row .close-container {
  display: none;
  text-align: center;
}
.produkt .produkt-row .close-container .btn-close {
  cursor: pointer;
  margin-bottom: 40px;
}
.produkt .produkt-row .close-container img {
  transform: rotate(90deg) !important;
  width: 30px;
  height: auto;
}
.produkt .produkt-row .produkt-info-container {
  margin-left: -15px;
  margin-right: -15px;
}
.produkt .produkt-row .produkt-info-container .produkt-info-container-inner {
  background-image: url("../images/white_risskante_klein_halb.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 10px;
}
.produkt .produkt-row .produkt-info-container .name {
  font-size: 21px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.produkt .produkt-row .produkt-info-container .ptab-name {
  font-size: 21px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.produkt .produkt-row .produkt-info-container .ptab-name-desktop {
  display: none;
}
.produkt .produkt-row .produkt-info-container .ptab {
  margin-bottom: 40px;
}
.produkt .produkt-row .produkt-info-container .ptab .ptab-content {
  font-size: 16px;
}
.produkt .produkt-row .produkt-info-container #ptab-3 img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .produkt .produkt-row .left {
    max-height: inherit;
  }
  .produkt .produkt-row .left .flasche .inner img.z {
    max-width: inherit;
    max-width: 265px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .produkt .produkt-row .arrow.desktop {
    display: block;
  }
  .produkt .produkt-row .arrow.mobile {
    display: none;
  }
  .produkt .produkt-row .open {
    display: block;
    padding-bottom: 20px;
  }
  .produkt .produkt-row .close-container {
    display: block;
  }
  .produkt .produkt-row .right {
    min-height: 660px;
  }
  .produkt .produkt-row .right .desktop-produkt-angaben {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 30;
  }
  .produkt .produkt-row .right .desktop-produkt-angaben .sorte {
    font-weight: 700;
    color: #FCBF00;
    display: inline-block;
    width: 100%;
  }
  .produkt .produkt-row .right .desktop-produkt-angaben .teaser {
    font-size: 63px;
    font-family: NipponNote-Regular;
    display: inline-block;
    width: 100%;
    line-height: 63px;
    text-transform: uppercase;
  }
  .produkt .produkt-row .right .desktop-produkt-angaben .text {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 700;
  }
  .produkt .produkt-row .content .inner {
    display: none;
  }
  .produkt .produkt-row .content .produkt-info-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 50;
    margin: 0px;
  }
  .produkt .produkt-row .content .produkt-info-container .produkt-info-container-inner {
    background-image: url("../images/white_risskante_klein2.png");
    background-repeat: repeat-y;
    background-size: 100%;
    display: none;
  }
  .produkt .produkt-row .content .produkt-info-container .name {
    display: none;
  }
  .produkt .produkt-row .content .produkt-info-container .ptab-name {
    display: none;
  }
  .produkt .produkt-row .content .produkt-info-container .ptab-name-desktop {
    display: inline-block;
    margin-right: 20px;
    width: auto;
    cursor: pointer;
  }
  .produkt .produkt-row .content .produkt-info-container .ptab-name-desktop.aktive {
    text-decoration: underline;
  }
  .produkt .produkt-row .content .produkt-info-container .ptab {
    display: none;
    min-height: 230px;
    margin-bottom: 0px;
  }
  .produkt .produkt-row .content .produkt-info-container #ptab-1 {
    display: block;
  }
}
_.produkt .produkt-row {
  background-color: #FAFAF7;
  margin-bottom: -10px;
  /*
  .produkt-container {
      padding: 0px 0px;

      .produkt-inner {

          .left {
              position: relative;
              background-size: 100% 100%;

              width: 30%;
              height: 80vh;
              float: left;

              .flasche {
                  position: absolute;
                  right: 0px;
                  margin-right: -190px;
                  z-index: 5;
              }
          }

          .right {
              position: relative;
              width: 70%;
              float: left;
              height: 80vh;
              overflow: hidden;

              .flag {
                  position: relative;
                  width: 100%;

                  img {
                      margin-left: -120px;
                  } 

                  span {
                      margin-left: -120px;
                      position: absolute;
                      font-size: 40px;
                      color: #FFFFFF;
                      left: 0px;
                      top: 0px;
                      right: 0px;
                      bottom: 0px;
                      width: 100%;
                      height: 100%;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                  }
              }

              .text {
                  width: 100%;
                  padding: 0px 120px;
                  font-size: 20px;
                  font-weight: $font-weight-bold;

                  .als {
                      width: 100%;
                      display: flex;
                      align-items: center;
                  }
              }
          }

          .flasche {
              margin-left: 140px;
          }


          .produkt-mehr-container {
              position: absolute;
              bottom: 0px;
              width: 100%;
              overflow: hidden;
              min-height: 100px;

              .opener {
                  display: flex;
                  justify-content: center;
                  font-size: 20px;
                  color: $color-blau;
                  font-weight: $font-weight-bold;

                  span {
                      text-align: center;
                  }
              }

              .produkt-mehr-container-inner {
                  background-image: url('../images/top-bg.png');
                  background-size: 100% 100%;
                  background-repeat: no-repeat;
              }
          }
      }
  }
  */
}
_.produkt .produkt-row .bg-container {
  position: relative;
}
_.produkt .produkt-row .bg-container .bg {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 0px;
}
_.produkt .produkt-row .bg-container .bg img {
  width: auto;
}
_.produkt .produkt-row .image {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  margin-bottom: 50px;
}
_.produkt .produkt-row .image a {
  font-size: 21px;
  font-weight: 500;
}
_.produkt .produkt-row .image img.flasche {
  position: relative;
  right: -50%;
  z-index: 10;
}
_.produkt .produkt-row .image img.zutat {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
}
_.produkt .produkt-row .flag {
  position: relative;
}
_.produkt .produkt-row .flag .teaser {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font-size: 63px;
  font-family: NipponNote-Regular;
  text-transform: uppercase;
  transform: rotate(-7deg);
}
_.produkt .produkt-row .info-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
}
_.produkt .produkt-row .info-container .open {
  cursor: pointer;
  color: #003367;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
_.produkt .produkt-row .info-container .info-container-inner {
  display: none;
  background-image: url("../images/top-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0px 50px 0px;
}
_.produkt .produkt-row .info-container .info-container-inner .close-container {
  text-align: center;
}
_.produkt .produkt-row .info-container .info-container-inner .close-container .btn-close {
  cursor: pointer;
  margin-bottom: 40px;
}
_.produkt .produkt-row .info-container .info-container-inner span.tab {
  font-size: 20px;
  font-weight: 500;
  margin-right: 30px;
  cursor: pointer;
}
_.produkt .produkt-row .info-container .info-container-inner span.tab.aktive {
  text-decoration: underline;
}
_.produkt .produkt-row .info-container .info-container-inner .tab-content {
  display: none;
}
_.produkt .produkt-row .info-container .info-container-inner .tab-1 {
  display: block;
}

.rohstoff-slider-container {
  margin-left: -15px;
  margin-right: -15px;
  background-image: url("../images/Footer.png");
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #FAFAF7;
}
.rohstoff-slider-container:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  margin-left: -7px;
  left: 50%;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #FAFAF7 transparent;
}
.rohstoff-slider-container .rohstoff-slider {
  position: relative;
}
.rohstoff-slider-container .rohstoff-slider .rohstoffe-arrowLeft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: -5%;
  z-index: 10;
  width: 50px;
}
.rohstoff-slider-container .rohstoff-slider .rohstoffe-arrowRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: -5%;
  z-index: 10;
  width: 50px;
}
.rohstoff-slider-container .rohstoff-slider .rohstoffe-container .rohstoff-img {
  width: 80px;
  height: 80px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rohstoff-slider-container .rohstoff-slider .rohstoffe-container .rohstoff-img img {
  width: auto;
  height: 80%;
}

.rohstoffkarte .rohstoffkarte-row {
  padding: 0px 0px 50px 0px;
  background-color: #FAFAF7;
}
.rohstoffkarte .rohstoffkarte-row .top-anchor-point img {
  transition: all 0.6s;
  transform: scale(1);
  opacity: 0;
}
.rohstoffkarte .rohstoffkarte-row .top-anchor-point.on {
  z-index: 200 !important;
}
.rohstoffkarte .rohstoffkarte-row .top-anchor-point.on img {
  transform: scale(2);
  opacity: 1;
}
.rohstoffkarte .rohstoffkarte-row .globus-container {
  position: relative;
}
.rohstoffkarte .rohstoffkarte-row .globus-container .ar {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 40px;
  height: auto;
  z-index: 20;
  cursor: pointer;
}
.rohstoffkarte .rohstoffkarte-row .globus-container .arRight {
  right: 0px;
  left: inherit;
}
.rohstoffkarte .rohstoffkarte-row #myearth {
  background-image: url("../images/Rohstoffkarte_HintergrundGlobus.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 85%;
  background-position: center;
}
.rohstoffkarte .rohstoffkarte-row #rohstoff-land {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #FCBF00;
}
.rohstoffkarte .rohstoffkarte-row #rohstoff-name {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-family: NipponNote-Regular;
  color: #333333;
  line-height: 50px;
  margin-bottom: 40px;
}
.rohstoffkarte .rohstoffkarte-row .infos-container {
  background-image: url("../images/Rohstoffkarte_Fenster_Gross.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
}
.rohstoffkarte .rohstoffkarte-row .infos-container .rohstoff {
  display: none;
}
.rohstoffkarte .rohstoffkarte-row .infos-container .rohstoff:nth-child(1) {
  display: block;
}
.rohstoffkarte .rohstoffkarte-row .bild {
  text-align: center;
}
.rohstoffkarte .rohstoffkarte-row .bild img {
  max-width: 100%;
}
.rohstoffkarte .rohstoffkarte-row .text {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
}
.rohstoffkarte .rohstoffkarte-row .info-text {
  color: #C40F1F;
  text-transform: uppercase;
  display: inline-block;
  font-size: 21px;
  padding: 20px 0px;
}
.rohstoffkarte .rohstoffkarte-row .produkte a {
  margin-right: 11px;
}
.rohstoffkarte .rohstoffkarte-row .produkte a:last-child {
  margin-right: 0px;
}
.rohstoffkarte .rohstoffkarte-row .produkte a img {
  width: 30px;
}

.seitenabschluss .seitenabschluss-row {
  background-image: url("../images/white_risskante_klein2.png");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 50px 0px;
}
.seitenabschluss .seitenabschluss-row .sa-headline {
  font-size: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  font-family: NipponNote-Regular;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.seitenabschluss .seitenabschluss-row .pre-col {
  text-align: left;
}
.seitenabschluss .seitenabschluss-row .pre-col .sa-link {
  display: inline-block;
  width: 80%;
}
.seitenabschluss .seitenabschluss-row .pre-col .sa-link:before {
  content: "<<";
  padding-right: 10px;
  color: #C40F1F;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -3px;
}
.seitenabschluss .seitenabschluss-row .pre-col .sa-link a {
  font-size: 21px;
  font-weight: 500;
  color: #C40F1F;
  text-decoration: none;
  text-transform: uppercase;
}
.seitenabschluss .seitenabschluss-row .next-col {
  text-align: right;
}
.seitenabschluss .seitenabschluss-row .next-col .sa-link {
  display: inline-block;
  width: 80%;
}
.seitenabschluss .seitenabschluss-row .next-col .sa-link:before {
  content: ">>";
  padding-right: 10px;
  color: #C40F1F;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -3px;
}
.seitenabschluss .seitenabschluss-row .next-col .sa-link a {
  font-size: 21px;
  font-weight: 500;
  color: #C40F1F;
  text-decoration: none;
  text-transform: uppercase;
}

.bio-video .bio-video-row {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.bio-video .bio-video-row .item {
  margin-bottom: 20px;
}
.bio-video .bio-video-row div.vorschaubild {
  text-align: center;
}
.bio-video .bio-video-row div.vorschaubild img {
  display: inline-block;
  width: 100%;
}
.bio-video .bio-video-row video {
  width: 100%;
  height: auto;
}
.bio-video .bio-video-row .video-arrowLeft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: -5%;
  z-index: 10;
  width: 50px;
}
.bio-video .bio-video-row .video-arrowRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: -5%;
  z-index: 10;
  width: 50px;
}
.wscontainer {
  z-index: 3;
  position: relative;
  margin-top: -15px;
}
.wscontainer .wscontainer-row {
  background-color: #f7f3e8;
  background-image: url("../images/white_risskante_klein.png");
  background-repeat: repeat-y;
  background-size: 100% 100%;
}

.wheel-slider-arrow img {
  width: 40px;
}

.ws-wheel-text-pool-mobile {
  padding-top: 40px;
  min-height: 220px;
}
.ws-wheel-text-pool-mobile .ws-wheel-text {
  display: none;
}
.ws-wheel-text-pool-mobile .ws-wheel-text h2 {
  font-size: 40px;
}
.ws-wheel-text-pool-mobile .ws-wheel-text.active {
  display: block;
}

.wheel-slider {
  width: 100%;
  position: relative;
}

.ws-wheel {
  width: 100%;
  height: 80vh;
  max-height: 300px;
  overflow: hidden;
}

.ws-wheel-products {
  width: 100%;
  height: 200%;
  transform: rotate(0deg);
  -moz-transition: transform 1s ease;
  transition: transform 1s ease;
}

.ws-wheel-products .ws-wheel-product {
  height: 50%;
}

.ws-wheel-products .ws-wheel-product-content {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.ws-wheel-products .ws-wheel-product-content .inner {
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: relative;
}
.ws-wheel-products .ws-wheel-product-content .inner .z1 {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transform: scale(0.1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: right bottom;
  opacity: 0;
  max-width: 100%;
}
.ws-wheel-products .ws-wheel-product-content .inner .z1.animate {
  transform: scale(1);
  opacity: 1;
}
.ws-wheel-products .ws-wheel-product-content .inner .f {
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0%;
  z-index: 2;
  margin: 0px auto;
  height: 100%;
  transform: rotate(110deg);
  transform-origin: center bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ws-wheel-products .ws-wheel-product-content .inner .f.goback {
  transform: rotate(-110deg);
}
.ws-wheel-products .ws-wheel-product-content .inner .f.animate {
  transform: rotate(0deg);
}
.ws-wheel-products .ws-wheel-product-content .inner .z2 {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0.1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: left bottom;
  opacity: 0;
  max-width: 100%;
}
.ws-wheel-products .ws-wheel-product-content .inner .z2.animate {
  transform: scale(1);
  opacity: 1;
}

.ws-wheel-products .ws-wheel-product img {
  /*
  height: 100%;
     width: auto;
     */
}

.ws-wheel-products .ws-wheel-product-top {
  overflow: hidden;
}

.ws-wheel-products .ws-wheel-product-bottom {
  transform: rotate(180deg);
  overflow: hidden;
}

.ws-wheel-products .ws-wheel-product-pool {
  display: none;
}

.ws-wheel .ws-wheel-text-pool {
  width: 50%;
  height: 100%;
  position: relative;
  display: none;
}

.ws-wheel .ws-wheel-text-pool .ws-wheel-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
  -moz-transition: left 1s ease, opacity 0.5s ease;
  transition: left 1s ease, opacity 0.5s ease;
}

.ws-wheel-text {
  z-index: 5;
}

.ws-wheel-text.active {
  left: 0;
  opacity: 1;
  z-index: 10;
}

.ws-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

.ws-slider-bg {
  color: #ffffff;
  /*
  background: url('../images/ws-bg.png');
  background-repeat: no-repeat;
     background-size: 100% auto;
     */
}
.ws-slider-bg svg {
  z-index: 1;
}

.ws-slider-bg img {
  width: 100%;
  height: auto;
}

.ws-slider-bg .ws-slider-bg-btn {
  background: #003367;
  width: 89px;
  height: 32px;
  margin: -19px auto;
  text-align: center;
  border-radius: 7px 7px 0px 0px;
  /* padding: 5px; */
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.ws-slider-bg .ws-slider-bg-btn div {
  transform: rotate(0deg);
  -moz-transition: transform 1s ease;
  transition: transform 1s ease;
  display: inline-block;
}

.open .ws-slider-bg .ws-slider-bg-btn span {
  transform: rotate(180deg);
}

.ws-slider-content {
  display: block;
}

.ws-slider-text {
  margin-top: -40px;
}
.ws-slider-text span {
  display: inline-block;
}

.ws-slider-elements {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 1s ease;
}

.ws-slider-content.op .ws-slider-elements {
  height: 50px;
}

.ws-slider-elements .ws-slider-element {
  display: block;
  text-decoration: none !important;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}

.ws-slider-elements .divider ~ .ws-slider-element {
  display: none;
}

.ws-slider-elements .ws-slider-element img {
  max-height: 170px;
  width: auto;
  padding: 0 0px;
  vertical-align: middle;
  margin: 0px -6px;
}

.wheel-slider-arrow, .wheel-slider-arrow:hover {
  text-decoration: none;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.wheel-slider-arrow img {
  /*
  max-width: 100%;
  width: 100%;
  */
  display: table;
  position: relative;
}

.wheel-slider-prev {
  left: 2%;
  max-width: 10%;
}

.wheel-slider-next {
  right: 2%;
  max-width: 10%;
  z-index: 50;
}

.wheel-slider-arrow-pool {
  display: none;
}

.wheel-slider-arrow-product {
  position: absolute;
  top: 85%;
  opacity: 0;
  -moz-transition: top 1s ease, opacity 0.5s ease;
  transition: top 1s ease, opacity 0.5s ease;
}

.wheel-slider-prev-bg .wheel-slider-arrow-product {
  left: 30%;
}

.wheel-slider-next-bg .wheel-slider-arrow-product {
  right: 30%;
}

.wheel-slider-arrow-product img {
  width: unset;
  max-width: 80px;
}

.wheel-slider-arrow-product.active {
  opacity: 1;
  top: 60%;
}

/**FLASCHEN POSITION**/
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(6) {
  margin-bottom: -30px;
}

.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(5),
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(7) {
  margin-bottom: -70px;
}

.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(4),
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(8) {
  margin-bottom: -90px;
}

.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(3),
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(9) {
  margin-bottom: -130px;
}

.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(2),
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(10) {
  margin-bottom: -180px;
}

.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(1),
.ws-slider-elements.bottles-9 .ws-slider-element:nth-child(11) {
  margin-bottom: -240px;
  opacity: 0;
}

@media (min-width: 768px) {
  .ws-wheel-text-pool-mobile {
    display: none;
  }

  .wheel-slider {
    margin-top: 50px;
    height: 500px;
  }

  .ws-wheel {
    display: inline-flex;
    max-height: 500px;
  }

  .ws-wheel-products {
    width: 50%;
  }

  .ws-wheel .ws-wheel-text-pool {
    display: block;
  }

  .ws-wheel .ws-wheel-text-pool .ws-wheel-text {
    opacity: 0;
  }

  .ws-wheel .ws-wheel-text-pool .ws-wheel-text.active {
    left: 0;
    opacity: 1;
  }

  .ws-wheel-text {
    padding-top: 70px;
  }
  .ws-wheel-text span {
    font-size: 25px;
    font-weight: 500;
  }
  .ws-wheel-text a {
    font-size: 25px;
  }
}
.teaser .teaser-row .image-container {
  padding: 40px;
}
.teaser .teaser-row .image-container img {
  width: 100%;
  height: auto;
}
.teaser .teaser-row .ueberschrift {
  text-align: left;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.teaser .teaser-row .text {
  font-size: 20px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.teaser .teaser-row .link {
  text-transform: uppercase;
  margin-left: 0px;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 21px;
  margin-top: 20px;
  font-weight: 500;
}

.cocktails .cocktails-row {
  background-color: #FAFAF7;
  padding-bottom: 50px;
}
.cocktails .cocktails-row .cocktail-container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.cocktails .cocktails-row .cocktail-container .cocktail-inner .cocktail-image {
  padding: 20px;
}
.cocktails .cocktails-row .cocktail-container .cocktail-inner .cocktail-image img {
  width: 100%;
  height: auto;
}
.cocktails .cocktails-row .cocktail-container .cocktail-inner .name {
  text-align: center;
  font-family: NipponNote-Regular;
  font-size: 40px;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-weight: 500 !important;
}

@media (min-width: 992px) {
  .cocktails .cocktails-row .cocktail-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cocktails .cocktails-row .cocktail-container .cocktail-inner .name {
    font-size: 50px;
  }
}
.cocktail .cocktail-row {
  background-color: #FAFAF7;
  margin-bottom: -10px;
}
.cocktail .cocktail-row .bg-container {
  position: relative;
}
.cocktail .cocktail-row .bg-container .bg {
  position: absolute;
  z-index: 0;
  right: -15px;
  top: 0px;
}
.cocktail .cocktail-row .bg-container .bg img {
  width: auto;
}
.cocktail .cocktail-row .link {
  margin-top: 40px;
  position: relative;
  margin-left: 0px;
  text-transform: uppercase;
}
.cocktail .cocktail-row .link.back-link:hover {
  color: #333333 !important;
}
.cocktail .cocktail-row .image {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 50px 40px 40px 40px;
}
.cocktail .cocktail-row .image img {
  max-width: 100%;
}
.cocktail .cocktail-row .image a {
  font-size: 21px;
  font-weight: 500;
}
.cocktail .cocktail-row .rezept {
  padding-top: 40px;
  padding-bottom: 50px;
}
.cocktail .cocktail-row .rezept .name {
  font-family: NipponNote-Regular;
  font-size: 65px;
  color: #333333;
  text-transform: uppercase;
}
.cocktail .cocktail-row .rezept .text {
  font-size: 20px;
  margin-bottom: 30px;
}
.cocktail .cocktail-row .rezept a {
  margin-left: 0px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.cocktail .cocktail-row .rezept ul {
  list-style: none;
}
.cocktail .cocktail-row .rezept ul li {
  font-weight: 500;
  color: #7E7E7E;
}
.cocktail .cocktail-row .rezept ul li:before {
  content: "•";
  color: #FCBF00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (min-width: 992px) {
  .cocktail .cocktail-row .r-height {
    min-height: 600px;
  }
  .cocktail .cocktail-row .bg-container {
    display: block;
  }
  .cocktail .cocktail-row .bg-container .bg {
    right: 0px;
  }
  .cocktail .cocktail-row .image {
    padding: 50px 0px 150px 0px;
  }
  .cocktail .cocktail-row .link {
    margin-left: 40px;
    text-transform: uppercase;
  }
  .cocktail .cocktail-row .rezept {
    padding-top: 100px;
    min-height: 500px;
  }
}
.diys .diys-row {
  background-color: #FAFAF7;
  padding-bottom: 50px;
}
.diys .diys-row .diy-container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.diys .diys-row .diy-container .diy-inner .diy-image {
  padding: 20px;
}
.diys .diys-row .diy-container .diy-inner .diy-image img {
  width: 100%;
  height: auto;
}
.diys .diys-row .diy-container .diy-inner .name {
  text-align: center;
  font-family: NipponNote-Regular;
  font-size: 40px;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-weight: 500 !important;
}

@media (min-width: 992px) {
  .diys .diys-row .diy-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .diys .diys-row .diy-container .diy-inner .name {
    font-size: 50px;
  }
}
.diy .diy-row {
  background-color: #FAFAF7;
  margin-bottom: -10px;
}
.diy .diy-row .bg-container {
  position: relative;
}
.diy .diy-row .bg-container .bg {
  position: absolute;
  z-index: 0;
  right: -15px;
  top: 0px;
}
.diy .diy-row .bg-container .bg img {
  width: auto;
}
.diy .diy-row .link {
  margin-top: 40px;
  position: relative;
  margin-left: 0px;
  text-transform: uppercase;
}
.diy .diy-row .link.back-link {
  color: #C40F1F;
}
.diy .diy-row .link.back-link:hover {
  color: #FFFFFF !important;
}
.diy .diy-row .image {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.diy .diy-row .image a {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.diy .diy-row .rezept {
  padding-top: 40px;
  padding-bottom: 50px;
}
.diy .diy-row .rezept .name {
  font-family: NipponNote-Regular;
  font-size: 65px;
  color: #333333;
  text-transform: uppercase;
}
.diy .diy-row .rezept .text {
  font-size: 20px;
  margin-bottom: 30px;
}
.diy .diy-row .rezept a {
  margin-left: 0px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.diy .diy-row .rezept ul {
  list-style: none;
}
.diy .diy-row .rezept ul li {
  font-weight: 500;
}
.diy .diy-row .rezept ul li:before {
  content: "•";
  color: #FCBF00;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -1em;
}

@media (min-width: 992px) {
  .diy .diy-row .r-height {
    min-height: 600px;
  }
  .diy .diy-row .bg-container {
    display: block;
  }
  .diy .diy-row .bg-container .bg {
    right: 0px;
  }
  .diy .diy-row .image {
    padding-bottom: 150px;
  }
  .diy .diy-row .link {
    margin-left: 40px;
    text-transform: uppercase;
  }
  .diy .diy-row .rezept {
    padding-top: 100px;
    min-height: 500px;
  }
}
.bio-text .text {
  font-weight: 500;
}

.bio-karte .bio-karte-row {
  background-color: #FAFAF7;
}
.bio-karte .bio-karte-row .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.bio-karte .bio-karte-row .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bio-formular .bio-formular-row {
  padding: 50px 0px;
}
.bio-formular .bio-formular-row .btn-container {
  text-align: center;
}
.bio-formular .bio-formular-row label {
  text-transform: uppercase;
}
.bio-formular .bio-formular-row input[type=text], .bio-formular .bio-formular-row input[type=email] {
  width: 100%;
  background-color: #ECEAE1;
  border: none;
  padding: 5px;
}
.bio-formular .bio-formular-row input[type=submit] {
  border: none;
  padding: 15px;
  color: #FFFFFF;
  font-size: 20px;
  background: #FCBF00;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  border-radius: 0;
  margin-bottom: 4px;
}
.bio-formular .bio-formular-row .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.bio-formular .bio-formular-row .bio-btn {
  background-color: #FCBF00;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  font-size: 20px;
  background: #FCBF00;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 4px;
}
.bio-formular .bio-formular-row button.bio-btn {
  background-color: #003367;
  margin-right: 10px;
}
.bio-formular .bio-formular-row .upload-btn-wrapper input[type=file] {
  /*
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  */
}
.bio-formular .bio-formular-row .wpcf7-not-valid-tip {
  text-transform: none;
}
.bio-formular .bio-formular-row .wpcf7-list-item {
  margin: 0px;
}
.bio-formular .bio-formular-row .wpcf7-list-item-label {
  text-transform: none;
}
.bio-formular .bio-formular-row form {
  color: #7E7E7E;
}
.bio-formular .bio-formular-row form .container-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.bio-formular .bio-formular-row form a {
  color: #C40F1F;
}
.bio-formular .bio-formular-row form a:hover {
  text-decoration: none !important;
}
.bio-formular .bio-formular-row .quform-option-label {
  text-transform: none;
}
.bio-formular .bio-formular-row .quform-submit, .bio-formular .bio-formular-row .quform-back, .bio-formular .bio-formular-row .quform-next {
  background-color: #FCBF00;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  font-size: 20px;
  background: #FCBF00;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  border-radius: 0 !important;
  margin-bottom: 4px;
}

.bio-accordion .bio-accordion-row .ui-accordion-content {
  padding-left: 37px;
}
.bio-accordion .bio-accordion-row h3 {
  cursor: pointer;
  margin-bottom: 15px;
}
.bio-accordion .bio-accordion-row h3 img {
  transform: rotate(90deg);
  width: 26px;
  height: auto;
  margin-right: 10px;
  transition: all 0.5s;
}
.bio-accordion .bio-accordion-row h3.ui-accordion-header-active img {
  transform: rotate(-90deg);
}
.bio-accordion .bio-accordion-row p {
  color: #7E7E7E;
}
.bio-accordion .bio-accordion-row p img {
  max-width: 100%;
  height: auto;
}
.bio-accordion .bio-accordion-row a {
  color: #C40F1F;
}

@media (min-width: 992px) {
  .seitenabschluss .seitenabschluss-row .pre-col span {
    width: 80%;
  }

  .seitenabschluss .seitenabschluss-row .next-col span {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .footerlogo {
    display: block;
  }
}
#content {
  margin-top: 100px;
  margin-bottom: -20px;
}

.claim-container {
  display: inline-block;
  position: relative;
  top: 4px;
}
.claim-container .claim {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #FCBF00;
  font-family: NipponNote-Regular;
  font-display: auto;
}

#logo a {
  text-decoration: none;
  border: none;
}
#logo svg {
  height: 22px;
  margin-right: 22px;
  width: 122px;
}
#logo .logo2 {
  height: 50px;
  display: none;
  margin-right: 12px;
}

.arrowLeft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: 2%;
  z-index: 10;
  width: 50px;
}
.arrowRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 2%;
  z-index: 10;
  width: 50px;
}
.cc-window {
  background-color: #FAFAF7 !important;
  color: #7E7E7E !important;
  font-family: "Supernettcn" !important;
  max-width: 1600px;
  margin: 0px auto;
}
.cc-window a {
  color: #C40F1F !important;
}
.cc-window .cc-btn {
  background-color: #FCBF00 !important;
  border: none !important;
  padding: 15px !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  background: #FCBF00 !important;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
  margin-bottom: 4px !important;
}
.cc-window .cc-btn:hover {
  color: #FFFFFF !important;
}

.container-start.background {
  margin-top: -15px;
  margin-bottom: -15px;
  position: relative;
  z-index: 9;
}
.container-start .container-start-row {
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-start .container-start-row.pappe {
  background-image: url("../images/white_risskante_klein.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container-start .container-start-row.hell1 {
  background-color: #FAFAF7;
}
.container-start .container-start-row.hell2 {
  background-color: #ECEAE1;
}
.container-start .container-start-row.background {
  background-image: url("../images/HG_Rohstoff.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.text {
  display: inline-block;
}

/*# sourceMappingURL=bionade.min.css.map */
