/* Hero Section */
.hero {
  height: 75vh;
}

.hero h1 {
  color: #1c1d1c;
  margin: 1rem 0;
}

.btn {
  padding: 1rem 0;
  width: 100%;
  color: #4caf50;
  transition: all 0.3s ease;
  display: block;
}

.btn:hover {
  background: #ddd;
  text-decoration: none;
}

/* Portfolio-Preview */
.kachel-band {
  overflow: hidden;
  width: 100%;
}
.kachel-track {
  display: flex;
  width: fit-content;
  margin: 0 0 6rem 0;
}
.kachel {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  border: none;
  text-align: left;
  transition: transform 0.3s ease;
  width: 20rem; /* Grösse der Kacheln */
}
.kachel p,
h3 {
  margin: 0.5rem 0 0 0;
  overflow-wrap: break-word;
  max-width: 100%;
}
.teaser-img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
