/* =========================
SANIELYA HOME STYLE
========================= */

body {
    background: #fcfaf7;
    color: #4a4a4a;
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* =========================
SECTION SPACING
========================= */

.section-soft {
    padding: 90px 0;
}

.section-soft-sm {
    padding: 70px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-heading .eyebrow {
    font-size: 15px;
    font-style: italic;
    color: #7b7b7b;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-family: "Lora", serif;
    font-size: 36px;
    font-weight: 400;
    color: #3e4741;
    margin-bottom: 12px;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #66706a;
}

/* =========================
HERO
========================= */

.hero-soft {
    padding: 95px 0 75px;
    background: linear-gradient(180deg, #dfe8f1 0%, #e7eee4 50%, #f1e7dc 100%);
}

.hero-soft-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.hero-soft-image {
    margin-bottom: 20px;
}

.hero-soft-image img {
    width: 280px !important;
    max-width: 280px !important;
    height: auto !important;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.hero-soft-kicker {
    font-size: 16px;
    font-style: italic;
    color: #7a7a7a;
    margin-bottom: 16px;
}

.hero-soft-title {
    font-family: "Lora", serif;
    font-size: 48px;
    line-height: 1.22;
    font-weight: 400;
    color: #3f4742;
    margin-bottom: 22px;
}

.hero-soft-text {
    font-size: 18px;
    line-height: 1.9;
    color: #5f665f;
    max-width: 720px;
    margin: 0 auto 30px;
}

/* =========================
BUTTONS
========================= */

.soft-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-soft-primary,
.btn-soft-secondary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: all .25s ease;
    font-size: 14px;
}

.btn-soft-primary {
    background: #aebfd1;
    color: #fff;
}

.btn-soft-primary:hover {
    background: #9aaec4;
    color: #fff;
}

.btn-soft-secondary {
    border: 1px solid #b7c7b0;
    color: #5d685b;
    background: transparent;
}

.btn-soft-secondary:hover {
    background: #b7c7b0;
    color: #fff;
}

/* =========================
ENTRY CARDS
========================= */

.entry-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.entry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.entry-card h3 {
    font-family: "Lora", serif;
    font-size: 24px;
    margin-bottom: 14px;
    color: #3e4741;
}

.entry-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #66706a;
    margin-bottom: 18px;
}

.entry-card a {
    color: #7f9777;
    font-weight: 600;
}

.entry-card a:hover {
    color: #61755b;
}

/* =========================
POST CARDS
========================= */

.post-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
    transition: transform .3s ease, box-shadow .3s ease;
}

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

.post-card img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center center;
 
}

.post-card .card-body {
    padding: 24px;
}

.post-meta {
    font-size: 13px;
    color: #8b8b8b;
    margin-bottom: 12px;
}

.post-category {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .3px;
    color: #8aa184;
    margin-bottom: 12px;
    font-weight: 600;
}

.post-category:hover {
    color: #6e8468;
}

.post-card h3,
.post-card h5 {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.post-card h3 a,
.post-card h5 a {
    color: #3e4741;
}

.post-card h3 a:hover,
.post-card h5 a:hover {
    color: #6e8468;
}

.post-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #66706a;
    margin-bottom: 18px;
}

.soft-link {
    color: #7f9777;
    font-weight: 600;
}

.soft-link:hover {
    color: #61755b;
}

/* =========================
FEATURE POST
========================= */

.hero-feature {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.hero-feature img {
        width: 100%;
        height: auto;
        object-fit: contain;
}

.hero-feature-content {
    padding: 35px;
    background: #fffdf9;
}

.hero-feature-content h2 {
    font-family: "Lora", serif;
    font-size: 34px;
    line-height: 1.35;
    margin-bottom: 14px;
    color: #3e4741;
}

.hero-feature-content h2 a {
    color: #3e4741;
}

.hero-feature-content h2 a:hover {
    color: #6e8468;
}

/* =========================
ABOUT
========================= */

.about-soft {
    background: #f5efe8;
    border-radius: 24px;
    padding: 45px;
}

.about-soft h2 {
    font-family: "Lora", serif;
    font-size: 34px;
    margin-bottom: 16px;
    color: #3e4741;
}

.about-soft p {
    font-size: 17px;
    line-height: 1.9;
    color: #626b65;
    margin-bottom: 18px;
}

.about-soft-image {
    width: 100%;
    max-width: 300px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

/* =========================
SAFE SPACE
========================= */

.safe-space-grid .safe-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
    height: 100%;
}

.safe-space-grid h3 {
    font-family: "Lora", serif;
    font-size: 24px;
    margin-bottom: 12px;
    color: #3e4741;
}

.safe-space-grid p {
    font-size: 16px;
    line-height: 1.8;
    color: #66706a;
    margin: 0;
}

/* =========================
POST CONTENT (single.php)
========================= */

.post-content {
    max-width: 720px;
    margin: auto;
    font-size: 18px;
    line-height: 1.95;
    color: #4a4a4a;
}

.post-content p {
    margin-bottom: 22px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-family: "Lora", serif;
    color: #3e4741;
    margin-top: 36px;
    margin-bottom: 14px;
}

.post-content img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 30px 0;
}

.blog-img-main img {
    max-height: 500px;
}

/* =========================
ARCHIVE PAGE
========================= */

.archive-soft-header {
    padding: 80px 0 50px;
    background: linear-gradient(180deg, #e7eee4 0%, #f3eadf 100%);
}

.archive-soft-inner {
    max-width: 760px;
    margin: 0 auto;
}

.archive-soft-kicker {
    font-size: 15px;
    font-style: italic;
    color: #7a7a7a;
    margin-bottom: 12px;
}

.archive-soft-title {
    font-family: "Lora", serif;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 400;
    color: #3f4742;
    margin-bottom: 14px;
}

.archive-soft-text {
    font-size: 17px;
    line-height: 1.8;
    color: #626b65;
}

.archive-empty {
    padding: 60px 20px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.archive-empty h2 {
    font-family: "Lora", serif;
    font-size: 32px;
    color: #3e4741;
    margin-bottom: 12px;
}

.archive-empty p {
    font-size: 16px;
    color: #66706a;
    margin-bottom: 20px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px) {
    .hero-soft-title {
        font-size: 38px;
    }

    .hero-feature img {
        height: 320px;
    }

    .hero-feature-content {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .hero-soft {
        padding: 75px 0 55px;
    }

    .hero-soft-title,
    .section-heading h2,
    .about-soft h2,
    .archive-soft-title {
        font-size: 30px;
    }

    .hero-soft-text,
    .post-excerpt,
    .about-soft p,
    .section-heading p,
    .archive-soft-text {
        font-size: 15px;
    }

    .post-card img {
        height: 220px;
    }

    .about-soft {
        padding: 30px 24px;
    }
}
/* =========================
HEADER LAYOUT FIX
========================= */

/* CLEAN HEADER FIX */

.kavya-navbar {
    background: #fcfaf7 !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(127, 175, 140, 0.12);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text {
    font-family: 'Raleway', sans-serif !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    letter-spacing: 5px !important;
    color: #7FAF8C !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    list-style: none;
}

.nav-link {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #4f5b53 !important;
    text-decoration: none !important;
}

.nav-link:hover {
    color: #7FAF8C !important;
}

/* DROPDOWN */
.nav-item {
    position: relative;
}

.drop-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    padding: 12px 0;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    z-index: 9999;
}

.nav-item:hover > .drop-menu {
    display: block;
}

.drop-menu-item a {
    display: block;
    padding: 10px 22px;
    color: #4f5b53 !important;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.drop-menu-item a:hover {
    background: #f4faf5;
    color: #7FAF8C !important;
}
/* =========================
HERO NOTE + BUTTONS FIX
========================= */

/* kleiner Satz */
.hero-soft-note {
    margin-top: 18px;
    font-size: 15px;
    color: #8a948d;
    font-family: 'Lora', serif;
    font-style: italic;
}

/* Button Container */
.hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Hauptbutton */
.btn-soft {
    padding: 12px 26px;
    border-radius: 999px;
    background: #7FAF8C;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-soft:hover {
    background: #6e9e7b;
}

/* Outline Button */
.btn-soft-outline {
    padding: 12px 26px;
    border-radius: 999px;
    border: 1px solid #7FAF8C;
    color: #7FAF8C !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-soft-outline:hover {
    background: #f4faf5;
}
@media (max-width: 768px) {
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-soft,
    .btn-soft-outline {
        width: fit-content;
    }
}
/* =========================
SINGLE POST ENDING
========================= */

.single-ending,
.sanielya-signature {
    margin: 60px auto 0;
    max-width: 640px;
    text-align: center;
    font-family: 'Lora', serif;
    color: #5f6a63;
    line-height: 1.9;
}

.sanielya-signature::before {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    background: #dfece4;
    margin: 0 auto 28px;
}

.sanielya-signature p {
    font-size: 17px;
    margin-bottom: 14px;
}

.sanielya-signature span {
    display: block;
    margin-top: 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #7FAF8C;
    text-transform: lowercase;
}

/* CTA BOX */
.sanielya-cta {
    margin: 55px auto 0;
    max-width: 680px;
    padding: 42px 34px;
    text-align: center;
    background: #f4faf5;
    border: 1px solid rgba(127, 175, 140, 0.18);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.04);
}

.sanielya-cta h3 {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: 400;
    color: #2f3832;
    margin-bottom: 14px;
}

.sanielya-cta p {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
    color: #657067;
    max-width: 560px;
    margin: 0 auto 24px;
}

.sanielya-cta a {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 999px;
    background: #7FAF8C;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.sanielya-cta a:hover {
    background: #6f9f7e;
    transform: translateY(-2px);
}

/* BACK LINK */
.single-back {
    margin-top: 34px;
}

.single-back .soft-link {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #7FAF8C !important;
    text-decoration: none !important;
}

.single-back .soft-link:hover {
    color: #6f9f7e !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .sanielya-signature {
        margin-top: 45px;
        padding: 0 8px;
    }

    .sanielya-signature p {
        font-size: 16px;
    }

    .sanielya-cta {
        padding: 32px 22px;
        border-radius: 24px;
    }

    .sanielya-cta h3 {
        font-size: 24px;
    }

    .sanielya-cta p {
        font-size: 16px;
    }
}
/* =========================
REMOVE ORANGE FINAL FIX
========================= */

/* ALLE Links grün */
a,
a:color {
    color: #7FAF8C !important;
}

/* Hover */
a:hover {
    color: #6f9f7e !important;
}

/* Kategorie Buttons (WICHTIG für dein Problem) */
.entry-card a {
    color: #7FAF8C !important;
}

.entry-card a:hover {
    color: #6f9f7e !important;
}

/* Falls Bootstrap oder Template orange setzt */
.text-primary,
.btn-primary {
    color: #7FAF8C !important;
    background: #7FAF8C !important;
    border-color: #7FAF8C !important;
}

/* Speziell dein Problem */
.entry-card h3 + p + a {
    color: #7FAF8C !important;
}
.btn-soft {
    padding: 12px 26px;
    border-radius: 999px;
    background: #7FAF8C;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.25s ease;
}
a {
    color: #7FAF8C !important;
}
/* =========================
FOOTER SANIELYA FIX
========================= */

.footer-sanielya {
    background: #fcfaf7 !important;
    padding: 70px 20px 45px !important;
    text-align: center !important;
    border-top: 1px solid rgba(127, 175, 140, 0.15);
}

.footer-box {
    max-width: 560px;
    margin: 0 auto;
}

.footer-title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: #7FAF8C !important;
    margin-bottom: 18px !important;
}

.footer-poetry {
    font-family: 'Lora', serif !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    color: #657067 !important;
    margin-bottom: 26px !important;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
}

.footer-social a,
.footer-social a:link,
.footer-social a:visited {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(127, 175, 140, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7FAF8C !important;
    background: #ffffff;
    font-size: 15px;
}

.footer-social a:hover {
    background: #f4faf5;
    color: #6f9f7e !important;
}

.footer-line {
    width: 56px;
    height: 1px;
    background: #dfece4;
    margin: 0 auto 26px;
}

.footer-copy {
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    color: #8c968f !important;
    margin: 0 !important;
}
.contact-hero {
    padding: 95px 20px 70px;
    background: #fcfaf7;
}

.contact-hero-inner {
    max-width: 680px;
    margin: 0 auto;
}

.contact-hero h1 {
    font-family: 'Lora', serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.3;
    color: #2f3832;
    margin-bottom: 18px;
}

.contact-hero p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.8;
    color: #657067;
}

.contact-soft-section {
    padding: 70px 0 90px;
}

.contact-soft-card,
.contact-soft-form {
    background: #ffffff;
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.04);
    border: 1px solid rgba(127, 175, 140, 0.14);
    height: 100%;
}

.contact-soft-card h2,
.contact-soft-form h2 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 400;
    color: #2f3832;
    margin-bottom: 16px;
}

.contact-soft-card p,
.contact-soft-form p {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.8;
    color: #657067;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #657067;
}

.contact-detail i {
    color: #7FAF8C;
}

.contact-detail a,
.contact-detail span {
    color: #657067 !important;
    text-decoration: none;
}

.contact-note {
    margin-top: 30px;
    padding: 22px;
    border-radius: 20px;
    background: #f4faf5;
}

.contact-soft-form label {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #4f5b53;
}

.contact-soft-form input,
.contact-soft-form textarea {
    width: 100%;
    border: 1px solid #dfe8e2;
    border-radius: 16px;
    padding: 13px 15px;
    font-family: 'Raleway', sans-serif;
    color: #39433d;
    background: #fcfaf7;
}

.contact-soft-form textarea {
    resize: vertical;
}

.contact-soft-form input:focus,
.contact-soft-form textarea:focus {
    outline: none;
    border-color: #7FAF8C;
    background: #ffffff;
}

.contact-soft-form button {
    margin-top: 22px;
    border: none;
    border-radius: 999px;
    background: #7FAF8C;
    color: #ffffff;
    padding: 13px 28px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

.contact-soft-form button:hover {
    background: #6f9f7e;
}

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 34px;
    }

    .contact-soft-card,
    .contact-soft-form {
        padding: 30px 24px;
    }
}
/* ========================================
ABOUT POETIC PAGE
======================================== */

.about-poetic {

    padding: 100px 20px;

    background:
    linear-gradient(
        180deg,
        #dfe9f3 0%,
        #e9f2e8 35%,
        #f5eee6 70%,
        #fcfaf7 100%
    );

    position: relative;

    overflow: hidden;
}

/* BOXEN */
.about-poetic-box {

    max-width: 820px;

    margin: 0 auto 45px;

    padding: 60px;

    background:
    rgba(255,255,255,0.58);

    backdrop-filter: blur(12px);

    border-radius: 38px;

    border:
    1px solid rgba(255,255,255,0.45);

    box-shadow:
    0 15px 40px rgba(0,0,0,0.04);

}
/* HERO KICKER */
.about-poetic .hero-soft-kicker {
    text-align: center;
    margin-bottom: 16px;
}

/* TITEL */
.about-poetic-box h1 {
    font-family: 'Lora', serif;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 400;
    color: #2f3832;
    margin-bottom: 24px;
    text-align: center;
}

.about-poetic-box h2 {
    font-family: 'Lora', serif;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 400;
    color: #2f3832;
    margin-bottom: 22px;
    text-align: center;
}

/* TEXTE */
.about-poetic-text,
.about-poetic-box p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 2;
    color: #657067;
    margin-bottom: 18px;
}

/* QUOTE */
.about-poetic-quote {

    max-width: 760px;

    margin: 0 auto 45px;

    padding: 85px 55px;

    text-align: center;

    background:
    linear-gradient(
        135deg,
        rgba(223,233,243,0.82) 0%,
        rgba(233,242,232,0.86) 40%,
        rgba(245,238,230,0.88) 100%
    );

    border-radius: 42px;

    box-shadow:
    0 18px 45px rgba(0,0,0,0.04);

    border:
    1px solid rgba(255,255,255,0.35);

    backdrop-filter: blur(10px);
}
.about-poetic-quote p {
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 1.8;
    color: #536156;
    font-style: italic;
    margin-bottom: 0;
}

.about-poetic-quote span {
    display: block;
    margin-top: 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    color: #7FAF8C;
    text-transform: uppercase;
}

/* CTA BUTTON */
.about-poetic .hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.about-poetic .btn-soft {
    padding: 13px 28px;
    border-radius: 999px;
    background: #7FAF8C;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-poetic .btn-soft:hover {
    background: #6f9f7e;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .about-poetic {
        padding: 70px 14px;
    }

    .about-poetic-box {
        padding: 36px 24px;
        border-radius: 26px;
    }

    .about-poetic-box h1 {
        font-size: 34px;
    }

    .about-poetic-box h2 {
        font-size: 28px;
    }

    .about-poetic-text,
    .about-poetic-box p {
        font-size: 16px;
        line-height: 1.9;
    }

    .about-poetic-quote {
        padding: 45px 24px;
        border-radius: 28px;
    }

    .about-poetic-quote p {
        font-size: 22px;
    }

}
/* ========================================
FINAL MENU GREEN FIX
======================================== */

/* Menü Links */
.kavya-navbar .nav-link,
.kavya-navbar .nav-link:visited {
    color: #4f5b53 !important;
}

/* Hover */
.kavya-navbar .nav-link:hover {
    color: #7FAF8C !important;
}

/* Dropdown Links */
.kavya-navbar .drop-menu-item a,
.kavya-navbar .drop-menu-item a:visited {
    color: #4f5b53 !important;
}

/* Dropdown Hover */
.kavya-navbar .drop-menu-item a:hover {
    color: #7FAF8C !important;
    background: #f4faf5 !important;
}

/* Pfeile */
.kavya-navbar .arrow-icon span {
    background: #7FAF8C !important;
}

/* Orange Linie entfernen */
.kavya-navbar .drop-menu {
    border-top: 1px solid rgba(127,175,140,0.12) !important;
}

/* ALLE ORANGE STATES KILLEN */
.kavya-navbar a:active,
.kavya-navbar a:focus,
.kavya-navbar a:hover {
    color: #7FAF8C !important;
}

/* Falls Bootstrap active setzt */
.nav-link.active,
.nav-item.active .nav-link {
    color: #7FAF8C !important;
}
.about-poetic::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    background:
    rgba(255,255,255,0.22);

    border-radius: 50%;

    top: -120px;
    right: -120px;

    filter: blur(40px);
}

.about-poetic::after {

    content: "";

    position: absolute;

    width: 340px;
    height: 340px;

    background:
    rgba(255,255,255,0.18);

    border-radius: 50%;

    bottom: -100px;
    left: -80px;

    filter: blur(40px);
}
.contact-ending{
    margin-top:24px;
    text-align:center;
    font-family:'Lora', serif;
    font-style:italic;
    color:#7b847c;
    line-height:1.8;
}