.relatedArticlesSection .titleRelated,
.relatedTextWrap h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
p.postAutor span {
  color: var(--primary);
}
.bgImgHelper {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.relatedTextWrap h2 {
  padding-top: 1rem;
}
.imgWrapRelatedArticles img {
  height: 20rem;
  object-fit: cover;
  object-position: center;
}
.archive-blog-hero,
.single-blog-hero {
  padding-top: 0;
  padding-bottom: 0;
}
.single-blog-hero .sectionInner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.singleBlogInfoWrap {
  display: flex;
}
.singleBlogInfoWrap p {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid var(--text);
  font-size: 1.5rem;
}
.singleBlogInfoWrap > p:last-of-type {
  border: none;
}
#featuredArticle,
#featuredArticle .featuredArtHead,
.allArticlesWrap .articleWrap,
.archive-blog-hero .sectionInner,
.autorWrap,
.catSidebarWrap,
.catWrap,
.relatedArticlesSection a,
.themenWrap a {
  border-radius: var(--border-radius);
}
.blogContent .container .container {
  width: unset;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.autorWrap,
.catSidebarWrap {
  background: var(--background-alt2);
  padding: 2.3rem;
}
.catWrap,
.post-type-archive-blog .catSidebarWrap a {
  padding: 1rem;
  background-color: var(--background-main);
  display: inline-block;
}
.autorImgWrap {
  max-width: 9rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.catWrap {
  color: var(--text);
  line-height: 1;
  margin-right: 1rem;
}

.catWrap:focus, .themenWrap p:focus, .themenWrap a:focus{
    box-shadow:none!important;
}
.catSidebarWrap h2 {
  margin-bottom: 3rem;
}
.post-type-archive-blog .allArtivelsRow > div,
.relatedArticlesSection .row > div {
  margin-top: 3rem;
}
.relatedArticlesSection a {
  color: unset;
  display: inline-block;
  padding-bottom: 1rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  width: 100%;
}
.relatedArticlesSection .titleRelated {
  margin-top: 1.2rem;
}
.allArticlesWrap .relatedTextWrap,
.relatedArticlesSection .relatedTextWrap {
  padding: 1.7rem;
}
.themenWrap {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.themenWrap a {
  margin: 1.5rem;
}
.archive-blog-hero .sectionInner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 38rem;
  padding-bottom: 24rem;
}
.archive-blog-hero h1,
.archive-blog-hero .textWrap,
.featuredArtHead h2,
.single-blog-hero h1{
  color:#fff;
}
.overlay {
  background: rgba(0, 0, 0, .35); /* Transparente Überlagerung */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bgImgHelper {
  right: 0;
  z-index: -2;
  background-size: cover;
}
.post-type-archive-blog .catSidebarWrap a {
  margin: 0.8rem 1.5rem;
  color: var(--text);
  cursor: pointer;
  min-width: 14rem;
}
#featuredArticle {
  box-shadow: var(--shadow);
}
#featuredArticle a {
  color: var(--text);
  position: relative;
  z-index: 1;
}
#featuredArticle .sectionInner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bgColorHelper {
  left: 0;
  z-index: -1;
  background: var(--background-alt2);
}
#featuredArticle .featuredArtHead {
  position: relative;
  padding: 5rem 3rem 2rem;
  overflow: hidden;
}
.relatedCatsWrap {
  display: flex;
  margin: -1rem;
  bottom: 8px;
  left: 8px;
  position: absolute;
}
.relatedCatsWrap p {
  display: inline-block;
  line-height: 1;
  margin: 1rem;
}
#featuredArticle .featuredArtTextWrap {
  padding: 3.5rem 3rem;
}
.post-type-archive-blog .allArtivelsRow {
  margin-top: -3rem;
}
.post-type-archive-blog #featuredArticle {
  margin-bottom: 10rem;
}
.allArticlesWrap a.articlelink {
  color: unset;
}
.allArticlesWrap .articleWrap {
  box-shadow: var(--shadow);
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.post-type-archive-blog .catSidebarWrap .filter a.active,
a.autorlink {
  color: var(--primary) !important;
}
@media (max-width: 767px) {
  .bgColorHelper {
    width: 100%;
  }
  .overlay{
    display: none;
  }
  .archive-blog-hero h1,
  .archive-blog-hero .textWrap,
  .single-blog-hero h1{
    color:#000;
  }
  .bgImgHelper {
    width: 100%;
    left: 0;
    height: 30rem;
    z-index: -1;
  }
  .archive-blog-hero .sectionInner {
    padding-top: 36rem;
    padding-bottom: 0;
  }
  #featuredArticle .textWrap,
  .archive-blog-hero .textWrap {
    padding-bottom: 8rem;
  }
  #featuredArticle .container,
  .archive-blog-hero .container,
  .single-blog-hero .container {
    position: relative;
  }
  #featuredArticle .featuredArtHead {
    background-color: #00000054;
  }
  .single-blog-hero .sectionInner {
    padding-top: 28rem;
    padding-bottom: 0;
  }
  .single-blog-hero .row {
    padding-top: 4rem;
  }
}
@media (max-width: 450px) {
  .archive-blog-hero .textWrap {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}
