body {
      margin: 0;
      padding: 0;
      font-family: 'comfortaa' , sans-serif;
      font-size: 1em;
    }

    .container-impressum {
      max-width: 1024px;
      margin: 0 auto; /* zentriert den Container */
      background-color: rgb(215, 228, 195); 
      /* Der eigentliche Inhaltsbereich */
      position: relative;
      overflow: clip;
      height: auto;
    }


.logo {
  width: 100%;
  position:relative;
  text-align: left;
  color: rgb(20, 20, 20);
  }

.a-with-dot {
  position: relative;
  display: inline-block;
  font-family: Comfortaa, sans-serif;
}

.a-with-dot::after {
  content: "";
  position: absolute;
  top: 9px; 
  left: 2px; 
  width: 9px;
  height: 9px;
  background-color: #E7511E;
  border-radius: 50%;
  pointer-events: none;
}


.headline-imprint {
  position: relative; /* wichtig für z-index */
  z-index: 10;
  padding: 2em 0em;

}
.imprint {
  position: relative; /* wichtig für z-index */
  z-index: 10;
  align-items: center;
  width: 100%;
  height:auto;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0em 2em;
  box-sizing: border-box;
}

.text-imprint {
  position: relative; /* wichtig für z-index */
  z-index: 10;
  padding: 2em 2em;
  line-height: 1.6em;
}

.imprint-demokrativ {
    display: block;
    margin: 0em;
}

.imprint-grafikdesign {
    margin-top: 0em;
    letter-spacing: 0.6px;
}

.imprint-notice {
    margin-top: 2em;
    margin-bottom: -1em;
}
