.corona-news-leiste-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #007abd;
  color: white;
  font-size: 20px;
  justify-content: flex-start;
  font-family: "NNNouvelleGrotesk-normal";
}
.corona-news-leiste-wrapper .inzidenzWert {
  margin-left: 50px;
  font-size: 20px;
  font-family: "NNNouvelleGrotesk-bold";
}

.blog-main {
  margin: 100px 7.2% 100px 7.2%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: #007abd 1px solid;
}

.blog-main .blog-main-h1 {
  font-size: 25px;
  text-align: left;
  width: 100%;
  margin: 0 0 0 25px;
  font-family: "NNNouvelleGrotesk-bold";
}

.blog-main p {
  font-size: 20px;
  width: 90%;
  text-align: left;
  margin: 25px 0 0 25px;
}
.blog-main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.blog-main .blog-information {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 0 25px;
}
.blog-main .blog-information img {
  width: 110px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: unset;
}

.blog-main .blog-information .autor {
  text-align: left;
  margin: 0 30px 0 30px;
}
.blog-main .blog-information p {
  width: unset;
  margin: unset;
}

.blog-beitrag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
}
.blog-beitrag .share-buttons {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-beitrag .share-buttons img {
  width: 25px;
  margin-bottom: 20px;
}
.blog-beitrag .absatz {
  width: 80%;
  max-width: 850px;
}
.blog-beitrag .absatz p {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}

.blog-beitrag .absatz ul {
  padding: 0;
}

.blog-beitrag .absatz ul li {
  list-style: none;
  margin-bottom: 20px;
}
.blog-beitrag .kontakt-formular {
  width: 100%;
  margin-bottom: 100px;
}
.blog-beitrag .kontakt-formular .box {
  width: 75%;
  height: 160px;
  min-width: 300px;
  background-color: #e95642;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-beitrag .kontakt-formular .box p {
  text-align: center;
  color: white;
}
.blog-beitrag .kontakt-formular .box .blog-btn-kontakt {
  height: 40px;
  width: 75%;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.blog-beitrag .kontakt-formular .box .blog-btn-kontakt:hover {
  background-color: #007abd;
  color: white;
  cursor: pointer;
}

.blog-content-bilder-reihe {
  position: relative;
  width: 100%;
  margin: 100px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.blog-content-bilder-reihe .BlogContentBilderReiheBild {
  height: 400px;
  width: 33%;
  min-width: 400px;
  display: flex;
  position: relative;
  align-items: flex-end;
}

.blog-content-bilder-reihe .BlogContentBilderReiheBild img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.blog-content-bilder-reihe .BlogContentBilderReiheBild p {
  font-size: 20px;
  color: white;
  opacity: 0;
  transition: 300ms all;
  position: absolute;
  top: 50px;
  left: 10px;
}
.blog-content-bilder-reihe .BlogContentBilderReiheBild:hover {
  opacity: 0.8;
}

.blog-artikel-inhaltsverzeichnis {
  margin-top: 50px;
  border-bottom: 2px solid #6abd;
  color: #007abd;
  margin: 0 0 0 7.2%;
  max-width: 723px;
}

.blog-artikel-inhaltsverzeichnis ul {
  list-style: decimal;
}
.blog-artikel-inhaltsverzeichnis ul li {
  margin: 15px 0;
}

.schnell-info-box {
  margin: 100px 7.2%;
  border: 6px solid #007abd;
  font-size: 20px;
  padding: 10px;
  line-height: 35px;
  width: 80%;
  max-width: 964px;
}

.p-2-bilder-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: white;
  margin-top: 100px;
}
.p-2-bilder-box img {
  background-color: #007abd;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}
.content .punkt-2 p {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0;
}

.punkt-3 {
  margin: 100px 0;
}
h3 {
  margin-top: 50px;
}

.p-6-wichtig-box {
  border: #e95642 3px solid;
  padding: 10px;
}
.punkt-6 li {
  margin: 10px 0;
}

.punkt-4 .p-4 {
  width: 100%;
  max-width: 750px;
}

.p-box-4 {
  border: 3px #e95642 solid;
  padding: 10px;
}

.blog-beitrag .absatz ul li img {
  width: 100%;
}

.blog-beitrag .absatz ul li h3 {
  background-color: #007abd;
  color: white;
  position: absolute;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 2rem;
}

.blog-beitrag .absatz {
  max-width: 1300px;
}
.blog-beitrag .absatz .tanz-sp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 10px 0 10px 0;
}
.blog-beitrag .absatz .tanz-sp img {
  width: 50%;
  min-width: 300px;
  object-fit: cover;
}
.blog-beitrag .absatz .tanz-sp p {
  width: 47%;
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .blog-main {
    flex-direction: column;
  }

  .blog-main img {
    height: 61vw;
  }

  .blog-main .blog-information {
    flex-direction: column;
  }

  .blog-main .blog-main-h1 {
    margin: 0;
  }

  .blog-main p {
    margin: 25px 0 0 0;
    width: 100%;
  }
  .blog-main .blog-information {
    margin: 50px 0;
  }
  .blog-main .blog-information .autor {
    margin: 25px 0px 0 0px;
  }
  .blog-artikel-inhaltsverzeichnis ul {
    padding-left: 22px;
  }
  .p-box-4 {
    border: unset;
    padding: unset;
  }
  .content {
    margin: 100px 7.2%;
  }

  .blog-content-bilder-reihe .BlogContentBilderReiheBild {
    height: 400px;
    width: 100%;
    min-width: unset;
    max-width: 400px;
    display: flex;
    position: relative;
    align-items: flex-end;
  }

  .blog-beitrag .absatz .tanz-sp img {
    width: 100%;
  }
  .blog-beitrag .absatz .tanz-sp p {
    width: 100%;
    margin: 15px 0 15px 0;
  }
}
