.etat-vergleich {
  background: #fff;
  border-radius: 18px;
  padding: 36px 32px;
  margin: 40px 0;
  box-shadow: 0 14px 35px rgba(0,0,0,.08);
}

.etat-vergleich h2 {
  margin: 0 0 14px;
  color: #1b5f70;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
}

.etat-intro {
  max-width: 780px;
  margin: 0 0 36px;
  color: #222;
  line-height: 1.55;
}

.etat-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: end;
  min-height: 430px;
  border-bottom: 2px solid #222;
  padding: 0 12px 18px;
}

.etat-chart-item {
  display: grid;
  grid-template-rows: auto 320px auto;
  gap: 12px;
  text-align: center;
  align-items: end;
}

.etat-value {
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: #111;
  min-height: 1.6em;
}

.etat-bar-wrap {
  height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.etat-bar {
  width: min(72px, 58%);
  min-height: 1px;
  border-radius: 8px 8px 0 0;
}

.etat-bar.ministeriums-etat {
  background: #1b5f70;
}

.etat-bar.naturschutz-etat {
  background: #6f9f8f;
}

.etat-bar.kuerzungen {
  background: #d30227;
}

.etat-label {
  font-size: .95rem;
  line-height: 1.25;
  color: #222;
  min-height: 3.2em;
}

.etat-quelle {
  margin: 18px 0 0;
  font-size: .85rem;
  color: #666;
  line-height: 1.4;
}

@media (max-width:767.98px) {
  .etat-vergleich {
    padding: 26px 20px;
  }
}

@media (max-width:767.98px) {
  .etat-chart {
    gap: 18px;
    min-height: 340px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:767.98px) {
  .etat-chart-item {
    grid-template-rows: auto 240px auto;
  }
}

@media (max-width:767.98px) {
  .etat-bar-wrap {
    height: 240px;
  }
}

@media (max-width:767.98px) {
  .etat-label {
    font-size: .8rem;
  }
}

.etat-chart {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  height: 420px;
}

.etat-chart-item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.etat-value {
  min-height: 54px;
  font-weight: 800;
  margin-bottom: 10px;
}

.etat-value small {
  font-size: .8rem;
  font-weight: 400;
  color: #555;
}

.etat-bar-wrap {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background: #f3f3f3;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.etat-bar {
  width: 100%;
  min-height: 2px;
}

.etat-umwelt {
  background: #1b5f70;
}

.etat-naturschutz {
  background: #95c83d;
}

.etat-kuerzung {
  background: #d30227;
}

.etat-label {
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.etat-quelle {
  margin-top: 24px;
  font-size: .85rem;
  color: #555;
}

.etat-bar-wrap {
  border-radius: 0;
}

.etat-bar {
  border-radius: 0;
}

.pfeil-land-to-umwelt {
  border: 1px solid silver;
}

