/* Stylesheet für die Fancy Food Webseite */
html {
  scroll-behavior: smooth;
  background-color: white;
  font-size: 20px;
  line-height: 35px;
}

body {
  color: #f54f4f;
  font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  width: 100%;
  background-color: white;
}

.text-element__button span {
  font-family: Roboto;
}

span {
  font-family: arya-double, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: white;
  font-size: 3rem;
  line-height: 3.25rem;
  margin-block-start: 3em;
  padding-left: 30px;
  hyphens: auto;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2 {
  color: #f54f4f;
  font-family: arya-single, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
  hyphens: auto;
}

@media only screen and (max-width: 900px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: left;
    margin-bottom: 30px;
  }
}

.text-element--subsite h2 {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .text-element--subsite h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}

h3 {
  color: #f54f4f;
  font-family: arya-double, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  padding-left: 35px;
  padding-right: 25px;
  hyphens: auto;
}

@media only screen and (max-width: 900px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.text-element--subsite h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding-right: 0;
  padding-left: 0;
  padding-top: 35px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .text-element--subsite h3 {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}

.text-element--subsite h4 {
  color: #f54f4f;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1rem;
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  hyphens: auto;
}

@media only screen and (max-width: 900px) {
  .text-element--subsite h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .text-element--subsite h4 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}

a {
  text-decoration: none;
  word-wrap: break-word;
}

.text-element--subsite a {
  color: #f54f4f;
  text-decoration: underline;
  word-wrap: break-word;
}

.text-element__text a {
  color: #f54f4f;
  text-decoration: underline;
  word-wrap: break-word;
  font-weight: bold;
}

p {
  color: #f54f4f;
  font-family: Roboto;
  font-size: 19px;
  line-height: 33px;
  margin: 0;
  word-wrap: break-word;
}

@media only screen and (max-width: 900px) {
  p {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.text-element--subsite p {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  padding-top: 15px;
}

@media only screen and (max-width: 600px) {
  .text-element--subsite p {
    font-size: 16px;
    line-height: 20px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

.text-element--subsite ul {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 900px) {
  .text-element--subsite ul {
    padding-left: 0;
    padding-right: 0;
  }
}

li {
  word-wrap: break-word;
}

.text-element--subsite li {
  color: #f54f4f;
  font-family: Roboto;
  font-size: 19px;
  line-height: 33px;
  margin: 0;
  padding-left: 5px;
}

@media only screen and (max-width: 900px) {
  .text-element--subsite li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .text-element--subsite li {
    font-size: 16px;
    line-height: 20px;
  }
}

.navigation {
  width: auto;
  height: 93px;
  background-color: tranparent;
  color: white;
  font-family: arya-single, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  transition: background-color 0.5s;
  align-self: flex-end;
}

.navigation--subsite {
  color: #f54f4f;
}

.navigation__mobil-icon--active .navigation__mobil-icon__svg {
  stroke: white !important;
}

.logo--active .logo__svg--subsite {
  fill: white !important;
}

@media only screen and (max-width: 900px) {
  .navigation {
    width: 100%;
    position: fixed;
  }

  .navigation ul {
    display: none;
  }

  .navigation--open {
    display: block !important;
  }

  .navigation--open ul {
    display: block;
    background: #f54f4f;
    height: 100vh;
  }
}

.navigation ul {
  width: auto;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 900px) {
  .navigation ul {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    width: auto;
    margin-right: 0;
    padding-right: 15px;
  }
}

.navigation li {
  display: inline;
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 25px;
}

@media only screen and (max-width: 900px) {
  .navigation li {
    display: block;
    text-align: right;
    font-size: 35px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .navigation li {
    display: block;
    text-align: right;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}

.navigation__link {
  color: white;
}

.navigation--subsite .navigation__link {
  color: #f54f4f;
}

@media only screen and (max-width: 900px) {
  .navigation--subsite .navigation__link {
    color: white;
  }
}

@media only screen and (min-width: 901px) {
  .navigation__mobil-icon {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .navigation__mobil-icon {
    display: block;
  }
}

.header .logo__svg--subsite {
  fill: white;
  z-index: 100;
}

header {
  position: fixed;
  z-index: 99;
  height: 93px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header--show {
  display: flex;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.header--show .navigation__link {
  color: #f54f4f;
}

.header--show .navigation--subsite .navigation__link {
  color: #f54f4f;
}

.header--hide {
  display: none;
}

.header--default {
  background-color: transparent;
  box-shadow: 0 0 0 0;
}

.header--default .navigation__link {
  color: white;
}

.header--default .navigation--subsite .navigation__link {
  color: #f54f4f;
}

@media only screen and (max-width: 900px) {
  .header--default .navigation--subsite .navigation__link {
    color: white;
  }
}

@media only screen and (max-width: 900px) {
  .navigation--subsite .navigation__mobil-icon {
    stroke: #f54f4f;
  }
}

.header--default .navigation--subsite .navigation__mobil-icon {
  color: #f54f4f;
}

@media only screen and (max-width: 900px) {
  .navigation__mobil-icon {
    width: 20px;
    height: 20px;
    display: block;
    top: 25px;
    right: 30px;
    position: absolute;
  }
}

.navigation__mobil-icon__svg {
  stroke: white;
}

.header--show .navigation__mobil-icon__svg {
  stroke: #f54f4f;
}

.header--default .navigation__mobil-icon__svg {
  stroke: white;
}

.header--default .navigation--subsite .navigation__mobil-icon__svg {
  stroke: #f54f4f;
}

.logo {
  z-index: 99;
  align: right;
  width: 100px;
  height: 46px;
  padding-top: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 640px) {
  .logo {
    padding-left: 25px;
  }
}

.logo__svg {
  fill: white;
}

.logo__svg--subsite {
  fill: #f54f4f;
}

.header--show .logo__svg {
  fill: #f54f4f;
}

.header--default .logo__svg {
  fill: white;
  transition: fill 0.8s;
}

.header--show .logo__svg--subsite {
  fill: #f54f4f;
}

.header--default .logo__svg--subsite {
  fill: #f54f4f;
}

@media only screen and (max-width: 900px) {
  .siegel picture {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 20px;
  }
}

.main {
  margin-bottom: 100vh;
}

.main--subsite {
  padding-bottom: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 600px) {
  .main--subsite {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.hero__image {
  width: 50%;
  height: 100vh;
}

@media only screen and (max-width: 900px) {
  .hero__image {
    width: 100%;
    height: 50vh;
  }
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__claim {
  width: 50%;
  height: 100vh;
  background: #f54f4f;
  color: white;
  font-family: arya-single, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 70px;
}

@media only screen and (max-width: 900px) {
  .hero__claim {
    width: 100%;
    height: 50vh;
  }
}

#offer {
  display: wrapper;
  width: 100%;
}

.text-element {
  height: auto;
  display: flex;
  padding-top: 130px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .text-element {
    flex-direction: column;
  }
}

.text-element__headline-wrapper {
  width: 50%;
  text-align: right;
  padding-right: 30px;
  padding-left: 50px;
}

@media only screen and (max-width: 900px) {
  .text-element__headline-wrapper {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

.text-element__text {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  padding-right: 50px;
}

.text-element--subsite {
  flex-wrap: wrap;
  overflow: hidden;
}

.text-element--subsite .text-element__text {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  .text-element__text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .text-element--subsite .text-element__text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.text-element__button {
  color: #f54f4f;
  font-family: Roboto;
  font-size: 19px;
  line-height: 33px;
  padding: 14px 23px;
  width: auto;
  height: 50px;
  background: white;
  border-radius: 25px;
  border: solid 1px #f54f4f;
  margin-top: 40px;
}

.text-element__button--contact-link {
  background: url("image/icon_contact_mail.svg") no-repeat right 22px center;
  padding-right: 100px;
}

.text-element__button img {
  padding: 0px 0px 0px 15px;
}

.text-element__button a {
  text-decoration: underline;
}

.text-element__button__spacing {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 900px) {
  .text-element__button__spacing {
    padding-left: 25px;
    margin-bottom: 80px;
  }
}

.text-element-triple-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.text-element-triple {
  width: 33%;
  float: left;
}

@media only screen and (max-width: 900px) {
  .text-element-triple__headline {
    display: flex;
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple--open .svg-icon--vertical {
    transform-origin: center;
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple--open .svg-icon--horizontal {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple--open .text-element-triple__text {
    display: flex;
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple__headline__mobil-icon {
    display: block;
    position: relative;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 901px) {
  .text-element-triple__headline__mobil-icon {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .text-element-triple__text {
    display: none;
  }
}

.text-element-triple p {
  padding: 0px 35px 0px 35px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 900px) {
  .text-element-triple p {
    padding: 0px 10px 0px 10px;
  }
}

.image-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  margin-top: 130px;
  overflow: hidden;
  /* min-height: */
}

.image-block-wrapper--team {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 60vh;
  margin-top: 130px;
}

@media only screen and (max-width: 900px) {
  .image-block-wrapper--team {
    height: 100vh;
    flex-wrap: wrap-reverse;
  }
}

.image-block-image {
  width: 50%;
  height: 100vh;
}

@media only screen and (max-width: 900px) {
  .image-block-image {
    width: 100%;
    height: 50vh;
  }
}

.image-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #f54f4f;
  z-index: -1;
  bottom: 0;
}

.footer a,
.footer a:focus,
.footer a:visited,
.footer a:hover {
  color: white;
}

.footer__claim {
  color: white;
  font-family: arya-single, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 3rem;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .footer__claim {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.footer__claim-wrapper {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .footer__claim-wrapper {
    padding-top: 30px;
    align-self: flex-start;
    justify-content: flex-start;
  }
}

.footer__text {
  color: white;
  font-family: Roboto;
  font-size: 19px;
  line-height: 33px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__claim a {
  text-decoration: none;
}

.footer__claim a:hover {
  text-decoration: underline;
}

.footer__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}

.footer__text--left {
  text-align: left;
  color: white;
  margin-left: 30px;
}

@media only screen and (max-width: 900px) {
  .footer__text--left {
    width: 100%;
    margin-left: 0;
  }
}

.footer__text--right {
  text-align: right;
  color: white;
  margin-right: 25px;
  align-self: flex-end;
}

@media only screen and (max-width: 900px) {
  .footer__text--right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0;
    padding-left: 17px;
    padding-top: 35px;
    text-align: left;
    padding-right: 25px;
  }
}

.footer__text--left a:hover .footer__text--left a:focus {
  text-decoration: underline;
}

.footer__text--right li {
  display: inline;
  list-style-type: none;
  padding: 10px 12px;
}

@media only screen and (max-width: 900px) {
  .footer__text--right li {
    padding: 10px 8px;
  }
}

.footer__text--right a {
  decoration: none;
}

.footer__text--right a:hover .footer__text--right a:focus {
  text-decoration: underline;
}

.navigation__mobil-icon {
  /* transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; */
}

.menu-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  /* transition: transform 0.5s ease; */
}

.menu-icon .bar1,
.menu-icon .bar3 {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 4px 0px;
  /* transition: 0.4s; */
  border-radius: 4px;
}

.menu-icon .bar2 {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 8px 0px;
  /* transition: 0.4s; */
  border-radius: 4px;
}

.change .bar1 {
  /* transform: rotate(-45deg) translate(-8px, 10px); */
  border-radius: 0px;
}

.change .bar2 {
  /* opacity: 0; */
}

.change .bar3 {
  /* transform: rotate(45deg) translate(-8px, -10px); */
  border-radius: 0px;
}

#x-icon {
  width: 35px;
  cursor: pointer;
  /* transition: opacity 0.5s ease; */
}

.hidden {
  display: none;
}
