* {
  padding: 0;
  margin: 0;
}

.Smeldung {
  background-color: red;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 35px;
  padding-left: 35px;
  margin-bottom: -6px;
  color: white;
  text-decoration: none;
}

.digi_header {
  height: 85px;
  background: url("../media/ds_logo.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: white;
  border-bottom: 1px solid black;
}

.hidden {
  visibility: hidden;
}

.hidden1 {
  display: none;
}

.caption {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.article_date {
  font-size: small;
  text-decoration: none;
  color: black;
  opacity: 0.5;
  font-style: normal;
  text-align: left;
}

.wordtags {
  padding-bottom: 10px;
}

.tagging_text {
  background-color: red;
  border: 1px solid #e5eaed;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.foot {
  height: 30px;
  background-color: #000000;
  font-size: 13px; /* Increased text to enable scrolling */
  padding: 5px 10px;
  text-decoration: none;
}
.foot a {
  color: white;
  font-size: small;
  font-style: italic;
}
.foot .copyright {
  color: white;
  font-size: small;
  font-style: italic;
  text-decoration: none;
}

footer a {
  color: white;
  font-size: small;
  font-style: italic;
}
footer .copyright {
  color: white;
  font-size: small;
  font-style: italic;
  text-decoration: none;
}

#impressum {
  padding: 10px;
}
#impressum p {
  padding-left: 10px;
}

#datenschutz {
  padding: 10px;
  min-height: 300vh;
}
#datenschutz p {
  padding-left: 10px;
}

.bodytext {
  text-decoration: none;
  color: black;
}/*# sourceMappingURL=new_general.css.map */