/*
Theme Name: HAZ Aktuelles Starter
Theme URI: https://www.hausarztzentrum-bad-bevensen.de/
Author: ideenlabor
Description: Schlankes Starter-Theme fuer den Bereich Aktuelles.
Version: 0.1.0
Text Domain: haz-aktuelles-starter
*/

.blog-refine .post {
    margin-bottom: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.blog-refine .post-preview img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-refine .post-wrapper {
    padding: 2rem;
}

.blog-refine .post-title,
.blog-refine .post-title a,
.blog-refine .widget-title h6 {
    color: #17324d;
}

.blog-refine .post-title a:hover,
.blog-refine .post-more a:hover,
.blog-refine .sidebar a:hover {
    color: #e60156;
}

.blog-refine .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding-left: 0;
    margin-bottom: 1.25rem;
    color: #6a7480;
    list-style: none;
}

.blog-refine .post-content p,
.blog-refine .post-content li {
    color: #425466;
    line-height: 1.75;
}

.blog-refine .post-content h2,
.blog-refine .post-content h3 {
    color: #17324d;
    margin-top: 1.75rem;
}

.blog-refine .post-content ul,
.blog-refine .post-content ol {
    padding-left: 1.2rem;
    color: #425466;
}

.blog-refine .post-more {
    margin-top: 1.5rem;
}

.blog-refine .post-more a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    color: #17324d;
    text-decoration: none;
}

.blog-refine .post-more a::after {
    content: "\2192";
    font-size: 1rem;
}

.blog-refine .sidebar .widget {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.blog-refine .widget-categories ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blog-refine .widget-categories li + li {
    margin-top: 0.65rem;
}

.blog-refine .widget-categories a,
.blog-refine .widget-categories span {
    display: inline-block;
    color: #425466;
    text-decoration: none;
}

.blog-refine .widget-categories .current-cat > a {
    color: #6fb6b8;
    font-weight: 700;
}

.blog-refine .archive-intro {
    border: 1px solid rgba(159, 203, 204, 0.45);
    background: rgba(159, 203, 204, 0.14);
    color: #17324d;
    border-radius: 16px;
    padding: 0.95rem 1.1rem;
    margin-bottom: 1.5rem;
}

.blog-refine .archive-intro a {
    color: #6fb6b8;
    font-weight: 600;
    text-decoration: none;
}

.haz-page-title {
    padding: 3rem 0 2.2rem;
}

.haz-page-title h1 {
    color: #17324d;
    margin-bottom: 0.35rem;
}

.haz-page-title p {
    margin-bottom: 0;
    color: #6a7480;
}

.haz-breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding-left: 0;
    margin: 1rem 0 0;
}

.haz-breadcrumb a {
    text-decoration: none;
}

.haz-empty {
    padding: 2rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.footer-haz {
  background: #6FABAC;
}
.footer-haz p {
  color: #fff;
}
.footer-haz h1, .footer-haz .h1,
.footer-haz h2, .footer-haz .h2,
.footer-haz h3, .footer-haz .h3,
.footer-haz h4, .footer-haz .h4,
.footer-haz h5, .footer-haz .h5,
.footer-haz h6, .footer-haz .h6 {
  color: #fff;
}
.footer-haz a, .footer-haz .social-icons > li > a {
  color: #e7fffa;
}
.footer-haz a:hover, .footer-haz a:focus, .footer-haz .social-icons > li > a:hover, .footer-haz .social-icons > li > a:focus {
  color: #fff;
    text-decoration: underline;
}
.footer-haz .widget-categories ul li,
.footer-haz .widget-recent-entries ul li,
.footer-haz .widget-recent-entries-custom ul li {
  border-color: #e7fffa;
}
.footer-haz .form-control {
  background: #1d1d1d;
  border-color: #1c1c1c;
}

.footer-haz-widgets {
  padding: 90px 0 30px;
}
.footer-haz-widgets + .footer-haz-bar {
  border-top: 1px solid #e7fffa;
}

.footer-haz-bar {
  text-align: center;
  font-size: 0.75rem;
  padding: 22px 0;
  border-top: 1px solid #e7fffa;
}
.footer-haz-bar p {
  margin-bottom: 0;
  color:#e7fffa;
}
.copyright-haz {
  color: #e7fffa;
}

@media (max-width: 991.98px) {
    .blog-refine .post-wrapper,
    .blog-refine .sidebar .widget {
        padding: 1.25rem;
    }
}

@media (min-width: 992px) {
    .wrapper {
        padding-top: 70px;
    }
}