@import url('https://www.katharos-heilen.de/media/plg_system_easylocalgooglefonts/fonts/348387ea6ace9139b324ed2bc0ec842f.css');

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

.top-a {
    margin-top: 0;
    padding-top: 0;
}

.top-a.card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.top-a .card-body {
    padding: 0;
}

.hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image: url("/images/hero/hero-wald-morgenlicht.jpg");
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 140px 20px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
}

.hero * {
    position: relative;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 60px;
}

.hero h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.hero p {
    font-size: 18px;
}

.hero .btn {
    margin: 10px;
    padding: 12px 26px;
    border-radius: 30px;
}

/* Über mich Startseite */

.about-home {
    padding: 80px 20px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
}

.about-text h2 {
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

/* Angebote Startseite */

.services-home {
    padding: 90px 20px;
    background: #EAE6DF;
}

.services-intro {
    max-width: 750px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.services-intro h2 {
    margin-bottom: 15px;
}

.services-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.service-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    margin-bottom: 15px;
}

.service-card p {
    margin-bottom: 18px;
}

.service-card > p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

.service-card .btn {
    display: inline-block;
}

.service-icon {
    margin-bottom: 20px;
    line-height: 1;
}

.service-icon span {
    font-size: 2rem;
    color: #3C5B58;
}

/* Icons Angebote */

.service-icon {
    margin-bottom: 20px;
    line-height: 1;
}

.service-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #3C5B58;
}

/* Systemische Aufstellungen */

.service-aufstellung .service-icon::before {
    content: "\f542";
}

/* Astrologische Beratung */

.service-astrologie .service-icon::before {
    content: "\f005";
}

/* Trauerbegleitung */

.service-trauer .service-icon::before {
    content: "\f4ba";
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Aktuelles & Termine Startseite */

.news-home {
    padding: 90px 20px;
    background: #FAFAFA;
}

.news-intro {
    max-width: 750px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.news-intro h2 {
    margin-bottom: 15px;
}

.news-grid {
    max-width: 1100px;
    margin: 0 auto 40px auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.news-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.news-card h3 {
    margin-bottom: 15px;
}

.news-card p {
    margin-bottom: 0;
}

.news-button {
    text-align: center;
}

@media (max-width: 900px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

/* Kontakt Abschluss Startseite */

.contact-home {
    padding: 90px 20px;
    background: #EAE6DF;
}

.contact-home-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-home-inner h2 {
    margin-bottom: 20px;
}

.contact-home-inner > p {
    margin-bottom: 20px;
}

.contact-home-details {
    margin: 30px 0;
}

.contact-home-details p {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.contact-home-details p::before {
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    color: #3C5B58;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.contact-home-details .contact-phone::before {
    content: "\f095";
}

.contact-home-details .contact-mail::before {
    content: "\f0e0";
}

.contact-home-details .contact-instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.contact-home-details i {
    width: 22px;
    margin-right: 10px;
    color: #3C5B58;
}

.contact-home-details a {
    color: inherit;
    text-decoration: none;
}

.contact-home-details a:hover {
    text-decoration: underline;
}

/* Über mich Seite */

.about-page {
    padding: 80px 20px;
}

.about-page-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.about-page-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.about-page-text h1 {
    margin-bottom: 20px;
}

.about-page-text p {
    margin-bottom: 16px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .about-page-grid {
        grid-template-columns: 1fr;
    }

    .about-page-text {
        order: 1;
    }

    .about-page-image {
        order: 2;
    }
}

/* Angebotsseite */

.angebote-page .blog-items,
.angebote-page .com-content-category-blog__items {
    max-width: 1100px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.angebote-page .blog-item,
.angebote-page .com-content-category-blog__item {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.angebote-page .blog-item:hover,
.angebote-page .com-content-category-blog__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.angebote-page .blog-item::before,
.angebote-page .com-content-category-blog__item::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #3C5B58;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

/* Icons nach Reihenfolge */

.angebote-page .blog-item:nth-child(1)::before,
.angebote-page .com-content-category-blog__item:nth-child(1)::before {
    content: "\f542";
}

.angebote-page .blog-item:nth-child(2)::before,
.angebote-page .com-content-category-blog__item:nth-child(2)::before {
    content: "\f005";
}

.angebote-page .blog-item:nth-child(3)::before,
.angebote-page .com-content-category-blog__item:nth-child(3)::before {
    content: "\f4ba";
}

.angebote-page .blog-item h2,
.angebote-page .blog-item .page-header,
.angebote-page .com-content-category-blog__item h2,
.angebote-page .com-content-category-blog__item .page-header {
    margin-bottom: 15px;
}

.angebote-page .blog-item p,
.angebote-page .com-content-category-blog__item p {
    margin-bottom: 18px;
}

.angebote-page .readmore {
    margin-top: auto;
}

.angebote-page .readmore .btn,
.angebote-page .readmore a {
    display: inline-block;
}

/* Meta-Infos ausblenden */

.angebote-page .article-info,
.angebote-page .category-name,
.angebote-page .tags,
.angebote-page .items-more {
    display: none;
}

/* Responsive */

@media (max-width: 900px) {
    .angebote-page .blog-items,
    .angebote-page .com-content-category-blog__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .angebote-page .blog-items,
    .angebote-page .com-content-category-blog__items {
        grid-template-columns: 1fr;
    }
}

/* Weiterlesen Button Angebotsseite */

.angebote-page .readmore a {
    display: inline-block;
    background: #3C5B58;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.angebote-page .readmore a:hover {
    background: #2f4a47;
    text-decoration: none;
}

.angebote-page h2 {
    font-size: 1.5rem;
}

/* Angebotskarten: Button immer unten */

.angebote-page .blog-item,
.angebote-page .com-content-category-blog__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.angebote-page .blog-item .page-header,
.angebote-page .com-content-category-blog__item .page-header {
    margin-bottom: 15px;
}

.angebote-page .blog-item .introtext,
.angebote-page .com-content-category-blog__item .introtext,
.angebote-page .blog-item .item-content,
.angebote-page .com-content-category-blog__item .item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.angebote-page .blog-item img,
.angebote-page .com-content-category-blog__item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.angebote-page .readmore {
    margin-top: auto;
    text-align: center;
}

/* Pfeil vor Weiterlesen entfernen */

.angebote-page .readmore a::before,
.angebote-page .readmore span::before,
.angebote-page .readmore .icon-chevron-right::before,
.angebote-page .readmore .icon-angle-right::before {
    content: none !important;
    display: none !important;
}

/* Kurse & Gruppen */

.kurse-page .blog-items,
.kurse-page .com-content-category-blog__items {
    max-width: 1100px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.kurse-page .blog-item,
.kurse-page .com-content-category-blog__item {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.kurse-page .blog-item:hover,
.kurse-page .com-content-category-blog__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.kurse-page .blog-item h2,
.kurse-page .blog-item .page-header,
.kurse-page .com-content-category-blog__item h2,
.kurse-page .com-content-category-blog__item .page-header {
    margin-bottom: 15px;
}

.kurse-page .blog-item p,
.kurse-page .com-content-category-blog__item p {
    margin-bottom: 18px;
}

.kurse-page .blog-item .introtext,
.kurse-page .com-content-category-blog__item .introtext,
.kurse-page .blog-item .item-content,
.kurse-page .com-content-category-blog__item .item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kurse-page .blog-item img,
.kurse-page .com-content-category-blog__item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.kurse-page .readmore {
    margin-top: auto;
    text-align: center;
}

.kurse-page .readmore a {
    display: inline-block;
    background: #3C5B58;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.kurse-page .readmore a:hover {
    background: #2f4a47;
    text-decoration: none;
}

.kurse-page .readmore a::before,
.kurse-page .readmore span::before,
.kurse-page .readmore .icon-chevron-right::before,
.kurse-page .readmore .icon-angle-right::before {
    content: none !important;
    display: none !important;
}

.kurse-page .article-info,
.kurse-page .category-name,
.kurse-page .tags,
.kurse-page .items-more {
    display: none;
}

@media (max-width: 900px) {
    .kurse-page .blog-items,
    .kurse-page .com-content-category-blog__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .kurse-page .blog-items,
    .kurse-page .com-content-category-blog__items {
        grid-template-columns: 1fr;
    }
}

/* Angebote ohne Icons */

.angebote-page .blog-item::before,
.angebote-page .com-content-category-blog__item::before {
    content: none !important;
    display: none !important;
}

/* Kontaktseite */

.contact-page-custom {
    padding: 80px 20px;
}

/* Layout Bild + Kontaktdaten */

.contact-page-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

/* Bild */

.contact-page-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
}

/* Kontaktdaten */

.contact-page-details h2 {
    margin-bottom: 10px;
}

.contact-page-details > p {
    margin-bottom: 25px;
    font-size: 1.05rem;
}

/* Kontaktinformationen */

.contact-page-info p {
    margin-bottom: 14px;
    font-size: 1.05rem;
}

/* Links */

.contact-page-info a {
    color: inherit;
    text-decoration: none;
}

.contact-page-info a:hover {
    text-decoration: underline;
}

/* Icons */

.contact-page-info p::before {
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    color: #3C5B58;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Telefon */

.contact-page-info .contact-phone::before {
    content: "\f095";
}

/* Mail */

.contact-page-info .contact-mail::before {
    content: "\f0e0";
}

/* Ort */

.contact-page-info .contact-location::before {
    content: "\f3c5";
}

/* Instagram */

.contact-page-info .contact-instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Mobile Layout */

@media (max-width: 768px) {

    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .contact-page-details {
        order: 1;
        text-align: center;
    }

    .contact-page-image {
        order: 2;
    }

}

/* Hauptmenü im Desktop wirklich zentrieren */
@media (min-width: 992px) {

    .container-header .grid-child.container-nav {
        display: flex;
        justify-content: center;
    }

    .container-header .navbar {
        width: auto;
        margin: 0 auto;
    }

    .container-header .navbar-collapse {
        display: flex;
        justify-content: center;
    }

    .container-header .navbar-nav {
        margin: 0 auto;
    }

}

.container-footer {
    text-align: center;
}

/* Footer Links */

.container-footer a {
    text-decoration: none;
    color: inherit;
}

.container-footer a:hover {
    text-decoration: underline;
}

/* Footer Module zentrieren */

.container-footer .grid-child {
    display: flex;
    justify-content: center;
}

.angebot-detail-page {
    padding: 80px 20px;
}

.angebot-detail-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.angebot-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.angebot-detail-text h1 {
    margin-bottom: 20px;
}

.angebot-detail-text p {
    margin-bottom: 16px;
    line-height: 1.8;
}

@media (max-width: 768px) {

    .angebot-detail-grid {
        grid-template-columns: 1fr;
    }

    .angebot-detail-text {
        order: 1;
    }

    .angebot-detail-image {
        order: 2;
    }

}

.back-link {
    max-width: 1100px;
    margin: 40px auto 10px auto;
    padding: 0 20px;
}

.back-link a {
    text-decoration: none;
    color: #3C5B58;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.back-link a:hover {
    text-decoration: underline;
}