* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202b;
  background: #fff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

section {
  padding: 82px 0;
  scroll-margin-top: 80px;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

.header {
  height: 76px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .2px;
}

.bolt {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #468a0e;
  color: #17202b;
  display: grid;
  place-items: center;
  font-size: 26px;
}

.nav nav {
  display: flex;
  gap: 27px;
  font-size: 13px;
  font-weight: 800;
}

.nav nav a {
  padding: 28px 0;
  border-bottom: 3px solid transparent;
}

.nav nav a.active,
.nav nav a:hover {
  border-color: #468a0e;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  font-weight: 800;
  border-radius: 3px;
  transition: .2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  background: #17202b;
  color: #fff;
}

.btn-yellow {
  background: #468a0e;
  color: #17202b;
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 27px;
  cursor: pointer;
}

.hero {
  height: 620px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(7,17,29,.94) 0%,
      rgba(7,17,29,.28) 38%,
      rgba(7,17,29,.15) 72%),
    url("9-Schlosspark-Machern-Teich.jpg")
    center / cover;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 14px;
  color: #468a0e;
}

.hero h1 {
  font-size: 68px;
  line-height: .98;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.hero h1 span {
  color: #468a0e;
}

.hero p {
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 28px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.text-link {
  font-weight: 800;
}

.services {
  padding: 0;
  position: relative;
  margin-top: -55px;
  z-index: 2;
}

.unterkunft {
  padding: 0;
  position: relative;
  margin-top: 55px;
  z-index: 2;
}

.umgebung {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.umgebung-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.13);
}

.umgebung-grid article {
  padding: 32px 26px;
  border-right: 1px solid #eee;
}

.umgebung-grid article:last-child {
  border-right: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.13);
}

.service-grid article {
  padding: 32px 26px;
 
}

.service-grid article:nth-child(6n) {
  border-right: 0;
}

.icon {
  font-size: 34px;
  color: #468a0e;
  margin-bottom: 12px;
}

.service-grid h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.service-grid p {
  font-size: 14px;
  color: #468a0e;
  margin-bottom: 18px;
}

.service-grid a {
  font-size: 13px;
  color: #468a0e;
  font-weight: 900;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

.about h2,
.cta h2 {
  font-size: 43px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about p {
  color: #59636f;
  margin-bottom: 28px;
  max-width: 560px;
}

.eyebrow.dark {
  color: #8c6b00;
}

.about-image {
  height: 390px;
  /*background:
    url("IMG_20220812_120742.jpg")
    center / cover;*/
}

.trust {
  padding: 34px 0;
  background: #17202b;
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.trust-grid div {
  display: flex;
  flex-direction: column;
}

.trust-grid b {
  font-size: 15px;
}

.trust-grid span {
  font-size: 13px;
  color: #b9c0c7;
}

.cta {
  background: #f3f5f7;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta p {
  color: #59636f;
}

.cta .eyebrow {
  color: #8c6b00;
  margin-bottom: 7px;
}

.owner-address {
  font-size: 14px;
  color: #59636f;
  margin-top: 10px;
  line-height: 1.6;
}

.owner-address small {
  color: #8c929a;
}

footer {
  background: #0f151d;
  color: #9ca4ad;
  padding: 25px 0;
  font-size: 13px;
}

/* Tablet */
@media (max-width: 900px) {
  .nav nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    padding: 10px 5%;
  }

  .nav nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav nav a {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
  }

  .nav-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    height: 570px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .service-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #eee;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image {
    height: 360px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Smartphone */
@media (max-width: 600px) {
  section {
    padding: 60px 0;
  }

  .header {
    height: 68px;
  }

  .nav nav {
    top: 68px;
  }

  .hero {
    height: 570px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg,
        rgba(7,17,29,.93),
        rgba(7,17,29,.62)),
      url("IMG_20220812_120742.jpg")
      center / cover;
  }

  .hero h1 {
    font-size: 46px;
    letter-spacing: -1px; 
  }

  .hero p {
    font-size: 16px;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .umgebung-grid {
    grid-template-columns: 1fr;
  }

  .umgebung-grid article {
    border-right: 0;
  }

  .umgebung-grid article:first-child {
    border-bottom: 1px solid #eee;
  }

  .service-grid article,
  .service-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .service-grid article:last-child {
    border-bottom: 0;
  }

  .about h2,
  .cta h2 {
    font-size: 34px;
  }

  .about-image {
    height: 280px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-inner {
    align-items: flex-start;
  }
}
