:root {
  --black-80: #333;
  --white: white;
  --salt: #1192d6;
  --chili: #e60004;
  --provencale: #92c257;
}

h1 {
  color: var(--black-80);
  text-align: center;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 70px;
}

a {
  text-decoration: underline;
}

.sec-topmenu {
  border-bottom: 1px none var(--white);
  flex-direction: column;
  display: flex;
}

.sec-header {
  height: 800px;
  max-height: 90vh;
  text-align: center;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .86)), url('../images/beton-BG.jpg');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: -80px;
  display: flex;
  position: relative;
}

.navlink {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink:hover {
  color: #bdbdbd;
  border: 1px #000;
}

.navlink.hiding {
  display: none;
}

.navbar-top {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.logo-link-topmenu {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-logo-topmenu {
  margin-top: 5px;
}

.container-navbar {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-hero-left {
  height: 720px;
  flex-direction: column;
  grid-template-rows: minmax(auto, .5fr) minmax(auto, .5fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.div-hero-right {
  height: 720px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-dose-hero {
  width: 20%;
  height: auto;
  flex: 0 auto;
  margin-left: -20px;
  margin-right: -20px;
}

.image-5 {
  width: auto;
  height: 90%;
  align-self: flex-end;
  margin-right: 0;
}

.image-7 {
  width: auto;
  height: 90%;
  margin-left: -35px;
}

.prodcut-show-hero {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-show-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sec-intro {
  opacity: .95;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/bg-cement.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  padding: 140px 5% 60px;
  display: flex;
  position: relative;
}

.container-1200 {
  max-width: 1200px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  text-align: center;
  justify-content: center;
  margin-top: 110px;
  display: flex;
}

.div-wrapper-product {
  border-style: solid;
  border-width: 1px 1px 10px;
  border-color: #ccc #ccc var(--salt);
  background-image: url('../images/bg-cement.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-wrapper-product.redborder {
  border-bottom-color: var(--chili);
}

.div-wrapper-product.greenborder {
  border-bottom-color: var(--provencale);
  background-image: url('../images/bg-cement.png');
  background-position: 0 0;
  background-size: auto;
}

.image-46 {
  transform-style: preserve-3d;
}

.title-tabs {
  color: var(--black-80);
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.div-product-description {
  align-self: flex-start;
  margin-top: 5px;
  margin-left: 10px;
}

.text-product {
  color: var(--black-80);
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-product.zh-adaptiert {
  line-height: 32px;
}

.tab-menu {
  opacity: .34;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all .6s ease-in-out;
  display: flex;
}

.tab-menu:hover {
  opacity: 1;
}

.tab-menu:active {
  transform: scale3d(1none, 1none, 1none);
}

.tab-menu.w--current {
  opacity: 1;
  transform-origin: 50% 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition-duration: .8s;
  display: flex;
  transform: scale(1.15);
}

.sec-middle {
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 140px;
  display: flex;
  position: relative;
}

.sec-middle.black {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/bg-cement.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.sec-middle.ausgeblendet, .sec-middle.hiding {
  display: none;
}

.tabs {
  margin-left: 40px;
  margin-right: 40px;
}

.cointainer-1200 {
  max-width: 1200px;
}

.div-naehrwerte {
  min-width: 25%;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 19px;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.titel-sorte {
  color: var(--salt);
  text-align: center;
  letter-spacing: normal;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.titel-sorte.prov {
  color: var(--provencale);
}

.titel-sorte.chili {
  color: var(--chili);
}

.text-paragraph {
  width: 70%;
  color: var(--black-80);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.image-divider {
  width: 100vw;
  height: 16px;
  opacity: .6;
  margin-top: -7px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-sm {
  width: 100%;
  color: rgba(0, 0, 0, 0);
}

.image-43 {
  margin-left: 10px;
}

.socialmedia {
  width: 35px;
  margin-right: 10px;
  transition: opacity .3s;
}

.socialmedia:hover {
  opacity: .5;
}

.div-block-footer-wrapper {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.div-block-footer-wrapper.div3 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
}

.div-block-footer-wrapper.center {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.sportler-rechts {
  opacity: .6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-44 {
  margin-right: 10px;
}

.section-footer {
  color: #333;
  text-align: center;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8) 97%), url('../images/beton-BG.jpg'), url('../images/bg-cement.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, cover, auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 14px;
  display: flex;
  position: relative;
}

.div-social-media {
  margin-bottom: 5px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  color: rgba(255, 255, 255, .5);
}

.div-block-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-footer {
  color: var(--white);
  font-family: Lato, sans-serif;
  line-height: 18px;
}

.sportler-links {
  opacity: .6;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2:hover {
  color: rgba(255, 255, 255, .5);
}

.image-48 {
  width: 65%;
  margin-top: 120px;
  margin-bottom: 60px;
}

.div-product-item {
  width: 110%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-49 {
  margin-top: -5px;
}

.protein-vergleich {
  opacity: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 94px;
  margin-bottom: 100px;
  display: flex;
}

.image-proteinvergleich {
  width: 30%;
  transition: width .5s ease-in-out;
}

.image-proteinvergleich:hover {
  width: 50%;
}

.link-3 {
  color: var(--black-80);
}

.link-3:hover {
  color: rgba(51, 51, 51, .7);
}

.probierset {
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.image-probierset {
  width: 30%;
  margin-left: -10px;
  margin-right: -10px;
}

.gruppe-probierset {
  max-width: 30%;
  cursor: pointer;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 29px;
  transition: all .5s ease-in-out;
  display: flex;
}

.gruppe-probierset:hover {
  transform: scale(1.2);
}

.popup-impressum {
  z-index: 1200;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.close-popup-interaction {
  z-index: 1000;
  width: 35px;
  height: 35px;
  color: #666;
  cursor: default;
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-attachment: scroll;
  border: 1px solid #666;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-popup-interaction:hover {
  opacity: .67;
  filter: grayscale();
  color: #a3a3a3;
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
  background-size: 75% 75%;
  border-style: solid;
  display: flex;
}

.p-impressum {
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.link-impressum {
  color: #a3a3a3;
}

.link-impressum:hover {
  color: #666;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 50%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.link-4 {
  color: var(--black-80);
}

.link-4:hover {
  color: #cecece;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-3 {
  color: var(--chili);
}

.text-span-4 {
  color: var(--provencale);
}

.text-span-5 {
  color: var(--salt);
}

.div-hero-right2 {
  height: 700px;
  display: none;
}

.image-54 {
  height: 90%;
}

.div-scroll-in {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.partner-image {
  filter: grayscale();
  margin-right: 60px;
}

.divider {
  width: 70%;
  height: 8px;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.titel-location {
  text-align: center;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.div-partner-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sec-kauf {
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 160px;
  display: flex;
  position: relative;
}

.div-partner-wrapper {
  margin-top: 32px;
  margin-bottom: 46px;
  display: flex;
}

.div-partner-wrapper.first {
  display: none;
}

.cointainer-1201 {
  max-width: 1200px;
}

.div-partner-location {
  flex-direction: column;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.paragraph {
  color: #333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.image-55 {
  min-width: 150px;
}

.logo-frame {
  background-color: var(--white);
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 24px;
  padding: 11px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .sec-header {
    height: 600px;
  }

  .navlink {
    color: #8d8c8c;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .container-navbar {
    justify-content: center;
  }

  .div-hero-left {
    height: 520px;
  }

  .div-hero-right {
    height: 520px;
    justify-content: center;
    overflow: hidden;
  }

  .image-5 {
    width: 200px;
    height: 500px;
    margin-right: 0;
  }

  .image-7 {
    width: 250px;
    height: 500px;
    margin-left: -40px;
  }

  .div-block {
    margin-bottom: 20px;
  }

  .sec-intro {
    padding: 140px 5% 80px;
  }

  .div-wrapper-product {
    flex-direction: column;
    padding: 40px;
  }

  .title-tabs {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }

  .div-product-description {
    margin-left: 0;
  }

  .text-product {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .text-product.zh-adaptiert {
    font-size: 20px;
  }

  .tab-menu {
    padding-bottom: 0;
  }

  .tab-menu.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-middle {
    padding: 40px 5% 100px;
  }

  .sec-middle.black {
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .cointainer-1200 {
    max-width: 90%;
  }

  .div-naehrwerte {
    max-width: 50%;
    margin-top: 24px;
    margin-left: 0;
    display: block;
  }

  .titel-sorte {
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 20px;
    line-height: 22px;
  }

  .text-paragraph {
    width: 90%;
  }

  .icon-sm {
    width: 45px;
  }

  .image-43 {
    width: auto;
    height: 110px;
  }

  .socialmedia {
    width: 35px;
    margin-right: 5px;
  }

  .div-block-footer-wrapper {
    justify-content: space-between;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 12px;
  }

  .image-44 {
    width: auto;
    height: 110px;
  }

  .section-footer {
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .div-social-media {
    margin-bottom: 12px;
  }

  .div-block-footer {
    justify-content: flex-end;
    align-self: flex-start;
    font-size: 12px;
  }

  .image-48 {
    width: 90%;
  }

  .div-product-item {
    display: none;
  }

  .protein-vergleich {
    width: 80%;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 60px;
  }

  .image-proteinvergleich {
    width: 70%;
    margin-bottom: 20px;
  }

  .image-proteinvergleich:hover {
    width: 80%;
  }

  .gruppe-probierset {
    max-width: 50%;
  }

  .icon {
    color: var(--white);
    align-self: center;
  }

  .image-52 {
    max-width: 40%;
  }

  .nav-menu {
    text-align: center;
    background-color: rgba(24, 24, 24, .92);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    align-content: space-between;
    margin-left: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .popup-impressum {
    padding: 5%;
  }

  .close-popup-interaction {
    margin-bottom: -40px;
  }

  .partner-image {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .divider {
    width: 80%;
    height: 5px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .div-partner-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .sec-kauf {
    padding: 80px 5% 140px;
  }

  .div-partner-wrapper {
    justify-content: center;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 60px;
  }

  .cointainer-1201 {
    max-width: 90%;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 60px;
    font-size: 50px;
    line-height: 55px;
  }

  .sec-header {
    height: 450px;
  }

  .navlink {
    color: #868484;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-hero-left {
    height: 370px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-hero-right {
    height: 370px;
    align-items: flex-end;
    display: flex;
  }

  .image-dose-hero {
    margin-left: -15px;
    margin-right: -15px;
  }

  .image-5 {
    width: 140px;
    height: 350px;
  }

  .image-7 {
    width: 180px;
    height: 350px;
    margin-left: -30px;
  }

  .text-show-hero {
    display: none;
  }

  .sec-intro {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .tabs-menu {
    margin-top: 60px;
  }

  .div-wrapper-product {
    align-items: center;
    padding: 20px;
  }

  .text-product {
    font-size: 20px;
  }

  .tab-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-middle {
    padding-bottom: 120px;
  }

  .sec-middle.black {
    padding-bottom: 100px;
  }

  .cointainer-1200 {
    max-width: 98%;
  }

  .div-naehrwerte {
    max-width: 80%;
  }

  .image-29 {
    width: auto;
    height: 40px;
    align-self: center;
    margin-top: 9px;
    margin-right: 3px;
  }

  .socialmedia {
    width: 30px;
  }

  .div-block-footer-wrapper {
    align-items: center;
    margin-bottom: 9px;
  }

  .div-block-footer-wrapper.div3 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 12px;
  }

  .div-block-footer-wrapper.center {
    align-self: center;
  }

  .image-44 {
    height: 100px;
  }

  .section-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .div-block-footer {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-footer {
    text-align: center;
    line-height: 15px;
  }

  .image-48 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .image-proteinvergleich, .image-proteinvergleich:hover {
    width: 90%;
  }

  .gruppe-probierset {
    max-width: 70%;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-53 {
    margin-top: 11px;
  }

  .close-popup-interaction {
    width: 30px;
    height: 30px;
  }

  .div-scroll-in {
    flex-direction: column;
    align-items: center;
  }

  .divider {
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .sec-kauf {
    padding-bottom: 120px;
  }

  .heading-1 {
    line-height: 60px;
  }

  .cointainer-1201 {
    max-width: 95%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .sec-header {
    height: 350px;
  }

  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-logo-topmenu {
    width: auto;
    height: 50px;
  }

  .div-hero-left, .div-hero-right {
    height: 270px;
  }

  .image-dose-hero {
    width: 25%;
    margin-left: -10px;
    margin-right: -10px;
  }

  .image-5 {
    width: 110px;
    height: 260px;
    margin-right: -10px;
  }

  .image-7 {
    width: 140px;
    height: 260px;
  }

  .div-block {
    margin-bottom: 5%;
  }

  .sec-intro {
    padding-top: 101px;
    padding-bottom: 20px;
  }

  .tabs-menu {
    perspective: 5px;
    perspective-origin: 50% 100%;
    flex-direction: row;
    margin-top: 100px;
  }

  .div-wrapper-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-46 {
    transform: scale3d(1none, 1none, 1none);
  }

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

  .text-product {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .text-product.zh-adaptiert {
    font-size: 20px;
    line-height: 28px;
  }

  .tab-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-menu.w--current {
    z-index: 5;
    transform-origin: 0 100%;
    padding-left: 0;
    padding-right: 0;
    transform: scale3d(1.35, 1.35, 1.1);
  }

  .tab-menu._3 {
    transform-origin: 100% 100%;
    margin-left: -19px;
    padding-left: 0;
  }

  .tab-menu._2 {
    transform-origin: 50% 100%;
    margin-left: 9px;
    padding-left: 0;
  }

  .sec-middle {
    padding: 20px 3% 60px;
  }

  .sec-middle.black {
    padding: 20px 0% 60px;
  }

  .tabs {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-naehrwerte {
    max-width: 90%;
    margin-left: 0;
  }

  .image-47 {
    max-width: 90%;
  }

  .text-paragraph {
    line-height: 30px;
  }

  .image-29 {
    width: auto;
    height: 35px;
    margin-top: 0;
  }

  .image-43 {
    height: 80px;
  }

  .socialmedia {
    width: 25px;
    height: auto;
  }

  .div-block-footer-wrapper {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-footer-wrapper.div1 {
    justify-content: flex-start;
    margin-top: 5px;
  }

  .div-block-footer-wrapper.div3 {
    margin-bottom: 0;
  }

  .div-block-footer-wrapper.center {
    align-self: center;
    margin-top: 2px;
    margin-bottom: 7px;
  }

  .sportler-rechts {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-44 {
    height: 90px;
  }

  .section-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .div-social-media {
    margin-bottom: 10px;
  }

  .div-block-footer {
    align-items: center;
    margin: -4px auto 24px;
  }

  .text-footer {
    font-size: 12px;
    line-height: 14px;
  }

  .image-48 {
    width: 100%;
    margin-top: 71px;
    margin-bottom: 12px;
  }

  .protein-vergleich {
    margin-top: 62px;
  }

  .image-proteinvergleich, .image-proteinvergleich:hover {
    width: 100%;
  }

  .gruppe-probierset {
    max-width: 100%;
  }

  .image-52 {
    max-width: 50%;
  }

  .menu-button {
    margin-left: 20px;
  }

  .image-53 {
    max-width: 90%;
    margin-top: 21px;
  }

  .popup-impressum {
    padding: 5%;
    display: none;
  }

  .close-popup-interaction {
    width: 25px;
    height: 25px;
    margin-bottom: -32px;
  }

  .p-impressum {
    font-size: 14px;
    line-height: 20px;
  }

  .div-scroll-in {
    flex-direction: column;
  }

  .partner-image {
    max-width: 60%;
    margin-top: 16px;
    margin-right: 0;
  }

  .divider {
    height: 3px;
  }

  .div-partner-links {
    align-items: center;
  }

  .sec-kauf {
    padding: 20px 3% 60px;
  }

  .div-partner-wrapper {
    flex-direction: column;
    margin-top: -46px;
  }

  .div-partner-wrapper.first {
    flex-direction: column;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-partner-location {
    width: auto;
    margin-top: 32px;
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 28px;
  }
}


