.header-index-style-main {
  padding-bottom: 1rem;
}

.blog-index-style-main a {
  text-decoration: none;
}

.blog-index-style-main a:hover {
  text-decoration: underline;
}

.blog-uebersicht {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
}

.blog-teaser {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}

.blog-teaser img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.blog-teaser h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #004466;
}

.blog-teaser p {
  margin-bottom: 0.5rem;
}

.read-more {
  color: #006699;
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.cta-blog:hover a {
  text-decoration: none;
}

.blog-teaser img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 1rem auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@media screen and (min-width: 1024px) {

  .blog-teaser {
    display: flex;
    gap: 2rem;
  }
  .blog-teaser img {
    max-width: 300px;
  }

  .container-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

