:root {
    --primary-color: #15b0d3;
    --primary-hover-color: #0d809a;
    --primary-light-color: #f6f6f6;
    --light-font-color: #474747;
    --primary-font-color: #252525;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
}

body {
    font-family: "Inter", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-font-color);
    line-height: 30px;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: var(--primary-font-color);
}

h2 {
    margin-bottom: 30px;
}

h2.post-title {
    margin: 30px 0 5px;
    font-size: 24px;
    line-height: 30px;
}

h2.wp-block-heading {
    margin-top: 50px;
}

h3.wp-block-heading {
    margin: 30px 0 15px;
}

.mt-160 {
    margin-top: 160px;
}

.wp-bootstrap-blocks-container {
    margin-top: 120px;
    margin-bottom: 120px !important;
}

ul li {
    list-style-type: none;
}

.header {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    z-index: 10000;
    border-bottom: 1px solid #e1e1e1;
}
.home-leistungen {
    line-height: 26px;
    font-size: 14px;
}
.home-leistungen h6 {
    color: #000;
    font-size: 13px;
    line-height: 1.667em;
    font-weight: 500;
    letter-spacing: .6em;
    text-transform: uppercase;
    margin: 25px 0 5px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.nav.nav-pills {
    background-color: #f1f1f1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fff;
    color: var(--primary-color);
}

.nav-pills a.nav-link {
    color: var(--light-font-color);
    padding: 22px;
}

.nav-pills .nav-item {
    border-right: 1px solid #d7d7d7;
}

.nav-pills .nav-item:last-child {
    border-right: none;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--primary-hover-color);
}

.custom-logo {
    max-width: 100%;
    height: auto;
}

.footer-logo .custom-logo-link img {
    max-width: 300px;
    height: auto;
}

#moove_gdpr_cookie_info_bar {
    max-height: inherit !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #000 !important;
    border-radius: 10px;
}

figcaption {
    font-size: 14px;
}

.price-info {
    font-size: 14px;
    color: var(--light-font-color);
    line-height: 22px;
    font-weight: 300;
    margin: 120px 0 20px;
}

.hero {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
}
.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: bold;
    max-width: 480px;
}
.hero h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 680px;
    font-weight: 400;
    line-height: 30px;
}
.hero .btn-primary {
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .hero .overlay {
        padding-left: 20px;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero h2 {
        font-size: 1rem;
    }
    .hero .btn-primary {
        font-size: 1rem;
        padding: 8px 16px;
    }
}

.dekoline {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 22px !important;
    margin-bottom: 22px !important;
}

.dekoline:before {
    background:  var(--primary-color);
    left: 0;
    width: 40px;
    z-index: 1;
}

.dekoline:before, .dekoline:after {
    position: absolute;
    height: 1px;
    bottom: 0;
    content: '';
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.dekoline:after {
    background: rgba(80%, 80%, 80%, .3);
    left: 38px;
    right: 35%;
    z-index: 0;
}


.highlight {
    background-color: #ff6600;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 10px;
}
.section-alternate {
    background-color: #f8f9fa;
    padding: 50px 0;
}


.image-text-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.image-text-wrapper img {
    width: 100%;
}
.image-text {
    background: rgba(255, 255, 255, 1);
    padding: 80px 130px;
    z-index: 1;
}
.negative-offset-lg-1 {
    margin-right: -8.4% !important;
}
.negative-offset-lg-2 {
    margin-left: -8.4% !important;
}
@media (max-width: 768px) {
    .image-text-wrapper {
        flex-direction: column;
    }
    .image-text {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .negative-offset-lg-1, .negative-offset-lg-2 {
        margin: 0 !important;
    }
}

.post-meta-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-meta-top ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.copyright {
    font-size: 14px;
    line-height: 24px;
}

.copy-hinweis {
    font-size: 14px;
    color: var(--light-font-color);
    text-align: right;
}

#search-wrapper {
    background-color: var(--primary-light-color);
    font-size: 14px;
}

.dsgvo label {
    font-size: 14px;
    line-height: 22px;
    color: var(--light-font-color);
}


ul.toc_list li {
    line-height: 20px;
    margin: 13px 0 !important;
}

.image-wrapper {
    position: relative;
}

.figcaption, figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
}

.post-content-meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-content-meta ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.post-content-meta {
    font-size: 14px;
}

.wp-block-list {
    list-style: none;
    padding-left: 0;
}

.wp-block-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.6em;
}

.wp-block-list li::before {
    content: "\f26e"; /* Bootstrap Icon: bi-check-circle */
    font-family: "bootstrap-icons";
    font-size: 1em;
    color: #28a745; /* Grüner Farbton, passt gut für positive Listen */
    position: absolute;
    left: 0;
    top: 0.1em;
}

.front-newest-grid h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.front-newest-date {
    font-size: 14px;
}

.popular-title {
    margin-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 991px) {
    .custom-logo {
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .hero .overlay {
        position: relative;
        padding: 20px;
        background: #fff;
        color: var(--primary-font-color);
    }
    .hero .figcaption, .hero figcaption {
        top: 0;
        border-bottom-left-radius: 10px;
        bottom: inherit;
        border-top-left-radius: 0;
    }
    .image-text {
        padding: 30px 20px;
    }
    .archiv-list {
        margin-bottom: 50px;
    }
}

.comment-form-policy {
    font-size: 14px;
    color: var(--light-font-color);
    line-height: 23px;
}

/* ebook template */
.sales-container {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
    line-height: 1.6;
}

.header {
    text-align: center;
    margin-bottom: 50px;
}

.headline {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.2;
}

.subheadline {
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 300;
}

.benefits {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.benefit-item {
    display: flex;
    margin-bottom: 25px;
}

.benefit-icon {
    color: var(--primary-color);
    font-size: 24px;
    margin-right: 20px;
    line-height: 1;
}

.benefit-text {
    flex: 1;
}

.benefit-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.testimonial {
    border-left: 4px solid var(--primary-hover-color);
    padding: 25px;
    margin: 40px 0;
    background-color: #f8f9fa;
    border-radius: 0 12px 12px 0;
}

.author {
    font-weight: 600;
    font-style: normal;
    text-align: right;
    color: #555;
}

.price-section {
    text-align: center;
    margin: 60px 0;
    padding: 20px;
}

.price-tag {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 20px 0;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    margin: 20px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(26, 115, 232, 0.2);
}

.cta-button:hover {
    background-color: var(--primary-hover-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(26, 115, 232, 0.3);
}

.guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.guarantee-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-right: 25px;
}

.guarantee-text {
    text-align: left;
    max-width: 600px;
}

.faq {
    margin: 60px 0;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
}

.faq h2 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e4e8;
    padding-bottom: 20px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.faq-answer {
    color: #444;
}

.product-image {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.content-section {
    padding: 20px;
    margin: 40px 0;
}

.content-section h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
}

.payment-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.payment-icon {
    height: 30px;
    opacity: 0.7;
}

.ebook-info {
    font-size: 14px;
    color: var(--light-font-color);
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
}

