.hhag_projekte__intro {
    margin: 0;
}


@media (min-width: 992px) {
   .hhag_projekte__intro {
       margin: 26px;
   } 
}


.tag-white {
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 5px 16px 4px 16px;
    margin: 2px 0 15px;
    font: 400 12px/13px benton-sans,sans-serif !important;
}


/* Blog */
.hhag_blog_wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.hhag_blog_wrap:hover {
    border: 1px solid #00539f;
}

.hhag_blog_bg {
  width: 100%;
  display: block;
}

.hhag_blog_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhag_blog_content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
}

.hhag_blog_content div {
    text-align: left;
}
.tag {
    background-color: #00539f;
    color: #FFFFFF;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 16px 4px 16px;
    margin: 2px 0 15px;
    font: 400 12px/13px benton-sans,sans-serif !important;
}

.hhag_blog_content h3 {
    margin-top: 18px;
    color:#000000 !important;
    font: 800  22px/33px benton-sans,sans-serif !important;
}
.hhag_blog_content p {
    font: 400 18px/28px benton-sans,sans-serif !important;
}

.hhag_blog_content p.small {
   
}

.hhag_blog_small {
    
}

.hhag_blog_small h3 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20px !important;
    line-height: 28px !important;
}

.hhag_blog_small p {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
    padding-bottom: 0 !important;
    margin-bottom: 8px !important;
}

.link {
    border-bottom: 1px solid #00539f;
    display: inline-block
}



@media (min-width: 720px) {
  main {
    margin-bottom: 640px;
  }
}