/* /Components/Download.razor.rz.scp.css */
#download[b-jagq8np7vs] {
  display: grid;
  grid-template-areas:
    "text foodpage"
    "badges foodpage";
}

@media (max-width: 767px) {
  #download[b-jagq8np7vs] {
    text-align: center;
    justify-items: center;
    grid-template-areas:
      "foodpage"
      "badges"
      "text";
  }
}

#download h3[b-jagq8np7vs] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

#download h2[b-jagq8np7vs] {
  margin-bottom: 1.6rem;
}

.badge[b-jagq8np7vs] {
  height: 6.4rem;
}

.badges[b-jagq8np7vs] {
  margin-bottom: 1.6rem;
  grid-area: badges;
  align-self: start;
}
/* /Components/Features.razor.rz.scp.css */
.card-container[b-dg0wry7kkq] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}

.card[b-dg0wry7kkq] {
  background-color: white;
  border-radius: 1.6rem;
  padding: 1.6rem;
}

.feature-card[b-dg0wry7kkq] {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 24rem;
  width: 24rem;
}

.heading[b-dg0wry7kkq] {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: end;
  margin-bottom: 1.6rem;
}

.more-info[b-dg0wry7kkq] {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  font-weight: 600;
  color: var(--blue);
  border-radius: 1.6rem;
}

  .more-info:hover[b-dg0wry7kkq] {
    cursor: pointer;
    background-color: var(--bright-blue);
  }

.bigger-gap[b-dg0wry7kkq] {
  gap: 6.4rem;
}

.bullet-point-card[b-dg0wry7kkq] {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 42%;
}

.bullet-point[b-dg0wry7kkq] {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

  .bullet-point img[b-dg0wry7kkq] {
    height: 3.2rem;
  }

.feature-detail-overview[b-dg0wry7kkq] {
  margin-top: 12.8rem;
  color: white;
}

.feature-details[b-dg0wry7kkq] {
  display: grid;
  align-items: center;
  grid-template-columns: auto 6.4rem 1fr;
  grid-template-areas:
    "image . heading"
    "image . list";
}

.feature-details-reverse[b-dg0wry7kkq] {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 6.4rem auto;
  grid-template-areas:
    ". heading . image"
    ". list . image";
}

.feature-detail-list[b-dg0wry7kkq] {
  align-self: baseline;
  height: min-content;
  grid-area: list;
  display: grid;
  grid-column-gap: 1.6rem;
  align-items: center;
  grid-template-columns: auto 1fr;
}

.feature-image[b-dg0wry7kkq] {
  grid-area: image;
  max-width: 100%;
}

.feature-heading[b-dg0wry7kkq] {
  align-self: end;
  grid-area: heading;
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
}

  .feature-heading h3[b-dg0wry7kkq] {
    margin: 1.6rem 0 1.6rem 0;
  }

@media (max-width: 767px) {
  .feature-details[b-dg0wry7kkq] {
    margin-top: 12.8rem;
    display: grid;
    justify-items: center;
    grid-column-gap: 4.8rem;
    grid-template-columns: 0fr 1fr;
    grid-template-areas:
      "heading heading"
      "image image"
      ". list";
  }

  .feature-details-reverse[b-dg0wry7kkq] {
    margin-top: 12.8rem;
    display: grid;
    justify-items: center;
    grid-column-gap: 4.8rem;
    grid-template-columns: 0fr 1fr;
    grid-template-areas:
      "heading heading"
      "image image"
      ". list";
  }

  .feature-detail-overview[b-dg0wry7kkq] {
    margin-top: 0;
    color: white;
  }
}

.icon[b-dg0wry7kkq] {
  height: 3.2rem;
  width: 3.2rem;
  filter: brightness(0) invert();
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-wempds42d3] {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: ". article ."
}


@media (max-width: 1440px) {
  main[b-wempds42d3] {
    grid-template-columns: 1fr 20fr 1fr;
  }
}

article[b-wempds42d3] {
  grid-area: article;
}

content[b-wempds42d3] {
  display: block;
  min-height: 80vh;
}
/* /Layout/NavFooter.razor.rz.scp.css */
footer[b-nh3f79c0wd] {
  position: relative;
  width: 100%;
}

  footer[b-nh3f79c0wd]::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 200svw;
    max-width: 100vw;
    height: 100%;
    background-color: #051634;
    z-index: -1;
  }

.footer-wrapper[b-nh3f79c0wd] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand[b-nh3f79c0wd] {
  display: flex;
  align-items: center;
}

[b-nh3f79c0wd] .brand a {
  margin: 0px 8px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.icon > img[b-nh3f79c0wd] {
  height: 40px;
  width: 40px;
  margin-top: 4px;
}

.footer-wrapper p[b-nh3f79c0wd] {
  font-size: 12px;
  font-weight: 400;
  margin: 10px 20px;
}

.footer-wrapper h1[b-nh3f79c0wd] {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 40px;
}

[b-nh3f79c0wd] .footer-wrapper a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 20px 40px;
  transition: color 0.15s ease;
}

  [b-nh3f79c0wd] .footer-wrapper a:hover {
    color: var(--medium-blue);
  }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-content[b-t4tvjd3mvq] {
  width: 100%;
  display: flex;
  gap: 1.6rem;
  justify-content: space-between;
  margin: 1.6rem 0 1.6rem 0;
  word-break: normal;
  flex-wrap: wrap;
}

.buttons[b-t4tvjd3mvq] {
  justify-content: end;
  gap: 1.6rem;
  display: flex;
}

.download-button[b-t4tvjd3mvq] {
  background-color: var(--medium-blue);
}

.dropdown[b-t4tvjd3mvq] {
  height: fit-content;
  position: relative;
}

.dropdown-content[b-t4tvjd3mvq] {
  top: 40px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #20222b;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: 1px solid black;
  border-radius: 1.6rem;
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  transform: translateX(-30%);
}

@media (max-width: 1300px) {
  .dropdown-content[b-t4tvjd3mvq] {
    right: 0;
    transform: translateX(0);
  }
}

.dropdown:hover .dropdown-content[b-t4tvjd3mvq] {
  opacity: 1;
  visibility: visible;
}

.grid-title[b-t4tvjd3mvq] {
  background-color: #16171b;
  padding: 18px 30px;
}

  .grid-title > p[b-t4tvjd3mvq] {
    font-size: 12px;
    margin: 0px;
    white-space: nowrap;
  }

.grid-item[b-t4tvjd3mvq] {
  display: grid;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: auto 1fr;
  background-color: #16171b;
  padding: 20px 30px;
  border-radius: 1.6rem;
}

  .grid-item:hover[b-t4tvjd3mvq] {
    cursor: pointer;
    color: var(--medium-blue)
  }

  .grid-item > img[b-t4tvjd3mvq] {
    height: 28px;
    width: 28px;
    grid-row: 1 / span 2;
  }

[b-t4tvjd3mvq] .grid-item > a {
  font-size: 14px;
  margin: 0px;
  white-space: nowrap;
}

.grid-item > p[b-t4tvjd3mvq] {
  justify-self: left;
  margin: 0px;
  font-size: 12px;
  color: #737476;
  white-space: nowrap;
}
/* /Pages/Datenschutz.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
.space[b-wgya6tcl5h] {
  margin-top: 10svw;
}

.space2[b-wgya6tcl5h] {
  height: 100px;
  margin-top: 10svw;
}

.colorgradient-bar[b-wgya6tcl5h] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height of the oblique bar */
  background: linear-gradient(90deg, var(--bright-blue), var(--blue)); /* Gradient from white to blue */
  transform: skewY(-5deg); /* Adjust the skew angle */
  transform-origin: top left;
}

.brightblue-bar[b-wgya6tcl5h] {
  margin-top: 1px;
  position: absolute;
  z-index: -3;
  left: 0;
  width: 100%;
  height: 50svh; /* Adjust the height of the oblique bar */
  background: var(--bright-blue); /* Gradient from white to blue */
  transform: skewY(-5deg); /* Adjust the skew angle */
  transform-origin: top left;
}

.features[b-wgya6tcl5h] {
  position: relative;
  color: black;
}

  .features[b-wgya6tcl5h]::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 200svw;
    max-width: 100vw;
    height: 100%;
    background: linear-gradient(var(--bright-blue) 5%, var(--blue), var(--medium-blue));
    z-index: -1;
  }
/* /Pages/Privacy.razor.rz.scp.css */
/* /Pages/Support.razor.rz.scp.css */
.text[b-9cvkntkx2o] {
  padding-top: 20rem;
  text-align: center;
}
