.anreise-describtion{
  margin: 0;
}
.anreise-container {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff8f3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 4px;
  gap: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}


.anreise-links {
  flex: 1;
  min-width: 280px;
}

.anreise-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.anreise-icon {
  width: 24px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
}

.anreise-kontakt {
  font-size: 0.95em;
}

.anreise-rechts {
  flex: 1;
  min-width: 280px;
  display: flex;
  align-items: center;
  flex-direction: column;
    gap: 16px;
}

.anreise-karte {
  max-width: 650px;
  height: auto;
  border-radius: 6px;
  margin-top: 6.9rem;

}

.anreise-links {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: larger;
}

.anreise-block {
  display: flex;
  align-items: center;
  background-color: #faf1ea;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-height: 100px;
  box-sizing: border-box;
  width: 100%;
}

.anreise-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 16px;
  flex-shrink: 0;
}

.anreise-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anreise-block strong {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.anreise-describtion {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}

.anreise-kontakt {
  margin-top: -8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
      width: 200%;
      text-align: center;
      margin-bottom: 15px;
}





@media (max-width: 767px) {
  .anreise-karte {
    margin-top: 1.0rem;
}
  .anreise-container {
    font-size: 0.9rem;
  }
  .anreise-block strong{
    font-size: 0.9rem;
  }
  .anreise-describtion{
    font-size: 0.8rem;
  }
  .anreise-kontakt{
    font-size: 0.9rem;
    margin-top: 2px;
    width: 100%;
  }
  .anreise-block{
    margin-bottom: 5px;
    min-height: 80px;
  }
  .anreise-block {
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 0;
}
.anreise-block-content {
  min-width: 0;
  flex: 1;
}
.anreise-block-content p,
.anreise-block-content strong {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
}

@media (min-width: 2000px) {

  .anreise-container {
    width: 50vw;
  }

}
