.gemeinde-section {
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
/*  background-color: #ceb2b0;*/
  background-color: #b9a3a0;
  border-radius: 12px;
  margin: 0px 10px 10px 10px;
}

.bilder-section {
  align-items: flex-start;
}

.gemeinde-section:nth-child(even) {
  flex-direction: row-reverse;
  /*background-color: #f5f5f5;*/
  /*background-color: #e6d9d7;*/
  background-color: #dcd1cf;
}

.bilderreihe{
  flex: 1;
}


.gemeinde-text {
  flex: 1;  
}

.gemeinde-image {
  flex: 1;
}

.gemeinde-image::after {
    content: attr(data-caption);
    display: block;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #666;
}



.gemeinde-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.gemeinde-chronik-image img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.gemeinde-bildband-image img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.gemeinde-wappen-image img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.gemeinde-besembenner-image img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}


/*
.container {
    background-color: green;    
}*/



@media screen and (max-width: 979px) {
  .gemeinde-section {
    flex-direction: column;
    padding: 20px;
  }

  .gemeinde-section:nth-child(even) {
    flex-direction: column; /* wichtig! überschreibt row-reverse */
  }

  .gemeinde-text,
  .gemeinde-image {
    width: 100%;
  }

  .gemeinde-image img {
    max-height: 300px;
    object-fit: scale-down;
  }
}
