@media (max-width: 1600px) {
  .nav {
    bottom: 2.5rem;
  }
  .hero-text img {
    width: 700px;
  }
  .section3 {
    padding: 150px;
  }

  .nav,
  .cords,
  .top-menu,
  .logo {
    pointer-events: none;
  }

  .nav a,
  .cords a,
  .top-menu a,
  .hamburger {
    pointer-events: auto;
  }
}
@media (max-width: 1440px) {
  .left-overlay {
    margin-left: 100px;
  }

  .right-overlay {
    justify-self: center;
  }

  .nav {
    bottom: 2rem;
  }

  .section3 {
    padding: 100px;
  }

  .footer-header {
    margin: 0 80px;
  }

  .footer-contact h3,
  .footer-contact p {
    font-weight: 200;
  }
}
@media (max-width: 1280px) {
  .right-wrapper {
    width: 100%;
  }
  .right-wrapper h3 {
    font-size: 15px;
  }

  .right-wrapper p {
    font-size: 13px;
  }

  .mail {
    display: inline;
  }
  .nav {
    bottom: 4rem;
  }

  .hero-text img {
    width: 500px;
  }

  footer,
  .footer-parallax {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .section3 {
    padding: 50px;
    gap: 40px;
  }

  .footer-header {
    margin: 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-header p {
    font-size: clamp(1rem, 2vw + 1rem, 10rem);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .footer-nav-wrapper {
    grid-area: a;
    justify-self: center;
    align-self: flex-start;
  }

  .footer-nav {
    margin-top: 0;
  }

  .footer-header {
    grid-area: b;
    margin: 0;
    justify-self: center;
    align-self: center;

    width: 300px;
    margin-top: -5rem;
  }

  .footer-contact {
    grid-area: c;
    justify-self: center;
    align-self: flex-start;
    text-align: end;
  }

  .footer-contact h3 {
    margin-top: 15px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
      "b b"
      "b b"
      "a c";
  }
}
@media (max-width: 1024px) {
  html,
  body {
    overflow-x: clip;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; /* nicht überall perfekt, aber testen */
    -webkit-overflow-scrolling: touch;
  }
  .hero {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  .hero-img img {
    width: 700px;
  }
  .nav {
    margin-top: -2rem;
  }

  .nav-links li {
    color: #fff;
    list-style: none;
    padding-right: 2rem;
    font-size: 30px;
  }

  .nav-links li a::after {
    content: none;
  }

  .nav-links li:not(:first-child)::before {
    content: "•";
    font-size: 0.8rem;
    margin-right: 2rem;
    vertical-align: middle;
  }

  .section2-text h3 {
    font-size: 15px;
  }
  .section3 {
    padding: 50px 2.5% 50px;
    gap: 20px;
  }

  .section3 h1 {
    font-size: 25px;
  }

  .section3 p {
    font-size: 14px;
  }

  .footer-nav-wrapper {
    grid-area: a;
    justify-self: center;
    align-self: flex-start;
  }

  .footer-nav {
    margin-top: 0;
  }

  .footer-header {
    grid-area: b;
    margin: 0;
    justify-self: center;
    align-self: center;

    width: 300px;
    margin-top: -5rem;
  }

  .footer-contact {
    grid-area: c;
    justify-self: center;
    align-self: flex-start;
    text-align: end;
  }

  .footer-contact h3 {
    margin-top: 15px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
      "b b"
      "b b"
      "a c";
  }

  @supports not (overflow: clip) {
    @media (max-width: 1024px) {
      html,
      body {
        overflow-x: hidden;
      }
    }
  }
  .right-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .left-overlay {
    margin-left: 25px;
  }
  .top-menu {
    display: none;
  }

  .cords {
    top: 10rem;
  }

  .hero-img img {
    width: 350px;
  }

  .hero-text img {
    width: 400px;
  }

  .nav {
    bottom: -4rem;
  }

  .nav-links li {
    font-size: 23px;
    margin-top: 8rem;
    padding-right: 1rem;
    font-weight: 200;
  }

  .nav-links li:not(:first-child)::before {
    content: "•";
    font-size: 0.8rem;
    margin-right: 1rem;
    vertical-align: middle;
  }

  .section2 {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
  }

  #coffee,
  #brunch,
  #bowls,
  #drinks,
  #cloathing {
    margin: 0;
    padding: 15px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  #coffee,
  #bowls,
  #cloathing {
    align-self: flex-end;
    padding-right: 50px;
  }

  .slideshow {
    width: 300px;
    margin: 0;
  }
  .section2-text {
    width: 300px;
    margin-top: 30px;
  }

  .section3 {
    flex-direction: column;
    gap: 100px;
    padding-left: 8%;
  }

  .section3 h1 {
    font-size: clamp(1rem, 2vw + 1rem, 10rem);
  }

  .section3 p {
    padding-right: 10%;
    font-size: clamp(1rem, 0.5vw + 1rem, 10rem);
    display: inline-block;
  }

  .footer-header img {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .left-overlay {
    justify-self: center;
  }
  a[href^="tel"] {
    color: #fff !important;
    text-decoration: none;
  }
  .right-wrapper {
    width: 100%;
  }
}

.footer-contact h3,
.footer-contact p {
  font-size: 13px;
  font-weight: 200;
}

.footer-contact h3 {
  margin-top: 0;
}
.footer-nav li {
  padding-bottom: 15px;
}
.footer-nav li a {
  font-size: 22px;
}
.footer-contact {
  padding-right: 20px;
}

.footer-contact p {
  padding-bottom: 10px;
  text-decoration: none;
  color: #fff !important;
}

.footer-baseline {
  display: flex;
  flex-direction: column;
}
.baseline-right {
  margin-top: 10px;
}
.baseline-right a {
  margin-right: 10px;
  font-weight: 200;
}
@media (max-width: 480px) {
  .menu-overlay {
    grid-template-columns: 1fr;
  }

  .left-overlay,
  .right-overlay {
    margin-top: 50px;
  }

  .left-overlay {
    align-self: center;
  }
  .right-overlay {
    margin-left: 25px;
    justify-self: flex-start;
  }
  .navigation-list li a {
    font-size: 30px;
  }
  .hero-img img {
    width: 300px;
  }

  .hero-text img {
    width: 300px;
  }

  .cords {
    top: 6rem;
  }

  .nav {
    bottom: -30px;
  }

  .nav-links {
    flex-direction: row;
    margin-top: 10rem;
  }

  .nav-links li {
    font-size: 20px;
    margin-top: 0rem;
    list-style: none;
    text-align: center;
    padding-bottom: 10px;
  }
  .section2 {
    align-items: center;
    padding-left: 0;
  }

  #coffee,
  #brunch,
  #bowls,
  #drinks,
  #cloathing {
    padding-left: 0;
    padding-right: 0;
    align-self: center;
  }

  .footer-nav li {
    margin: 0 !important;
  }

  .nav-links li {
    padding-right: 0.5rem;
  }

  .nav-links li:not(:first-child)::before {
    margin-right: 0.5rem;
  }

  .footer-nav-wrapper,
  .footer-contact {
    margin-top: -50px;
  }
  .right-wrapper {
    width: 100%;
  }

  .right-overlay {
    width: 100%;
  }
}

@media (max-width: 376px) {
  .hero-img img {
    width: 250px;
  }

  .section1-text p {
    font-size: 25px;
  }

  .hero-text img {
    width: 220px;
  }

  .nav-links {
    margin-top: 2rem;
  }
  .nav-links li {
    font-size: 17px;
  }

  .left-overlay {
    margin-top: 20px;
  }
  .left-overlay .navigation h2 {
    margin-bottom: 15px;
  }

  .left-overlay .navigation-list li a {
    font-size: 22px;
  }

  .right-overlay {
    margin-top: 0;
  }

  .footer-nav-wrapper,
  .footer-contact {
    margin-top: -100px;
  }

  .baseline-right a {
    font-size: 10px;
  }

  .navigation-list li a {
    font-size: 30px;
  }

  .right-overlay {
    margin: 18px;
  }

  .right-wrapper {
    font-size: 10px;
    font-weight: 200;
  }

  .mail {
    font-size: 11px;
  }

  .cords {
    padding-bottom: 6rem;
  }
  .footer-header img {
    margin-top: -5rem;
  }
  .footer-header p {
    margin-top: -5rem;
  }

  .right-wrapper h3 {
    margin-top: 15px;
  }
}
@media (max-width: 320px) {
  /* ... */
}
