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

.container-datenschutz {
  max-width: 1024px;
  margin: 0 auto;
  background-color: rgb(215, 228, 195); 
  position: relative;
  height: auto;
  overflow: hidden;
}



.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;
  padding: 2em 0em;

}
.imprint {
  position: relative;
  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;
  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;
}

.text-protection {
    margin-left: 2em;
    line-height: 1.6em;
}
