@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

body {
    font-family: 'Inter', Avenir, Helvetica, Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 300;
    line-height: 1.5;
    color: #2f3237;
    background-color: #f6f6f6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 575px) {
    body {
        font-size: 1.05rem;
    }
}

a {
    color: #1b5e20;
    text-decoration: none;
}

a:hover {
    color: #0c2d0e;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 750px;
    }
}

.header {
    background-color: #fff !important;
    color: #1a1a1a !important;
    padding: 0.6rem 0 0 !important;
    max-width: 750px;
    margin: 0 auto;
}

.header .container {
    max-width: 750px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.header .header-inner {
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 0.65rem;
    position: relative;
    margin-bottom: 6px;
}

.header .header-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #1a1a1a;
}

@media (max-width: 575px) {
    .header .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.logo a {
    display: inline-block;
    text-decoration: none;
}

.logo img {
    max-height: 48px;
    width: auto;
}

@media (max-width: 640px) {
    .logo a {
        flex-direction: column;
    }
    .logo img {
        max-height: 40px;
    }
}

.masthead-sub {
    font-size: 0.7rem;
    color: #777;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-top: 0.25rem;
    font-style: normal;
}

@media (max-width: 575px) {
    .masthead-sub {
        font-size: 0.62rem;
        letter-spacing: 1.4px;
    }
}

.main-content {
    background-color: #fff;
    padding: 0 1.5rem 2rem 1.5rem;
    max-width: 750px;
    margin: 0 auto 20px;
}

@media (max-width: 575px) {
    .main-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .meta {
        font-size: 13px;
    }
}

.meta .anzeige {
    float: right;
}

h1 {
    font-size: clamp(1.4rem, 1.375rem + 1.5vw, 2.5rem);
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

@media (max-width: 575px) {
    h1 {
        word-break: break-word;
        hyphens: auto;
    }
}

.subhead {
    color: #000000;
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 1rem;
}

@media (max-width: 575px) {
    .subhead {
        font-size: 0.95em;
    }
}

.content p {
    line-height: 1.55em;
    margin-bottom: 1rem;
}

.content img {
    border-radius: 8px;
    margin: 0 auto;
}

.content img + em {
    font-style: italic;
    color: #777;
    margin-top: 5px;
    text-align: left;
    display: block;
    font-size: 14px !important;
}

h3 {
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

h4 {
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

hr {
    margin: 1.2rem auto;
    width: 180px;
    height: 1px;
    background-color: #ccc;
    border: 0;
    opacity: 1;
}

.list-jok {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.list-jok li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-jok li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.list-jok li strong {
    font-weight: 700;
}

.btn-cta {
    display: inline-block;
    background: #1b5e20 !important;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 2px 4px 0 #000000;
    cursor: pointer;
    max-width: 100%;
    width: auto;
}

.btn-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px 0 green;
    color: #000 !important;
    background: #134415 !important;
}

@media (max-width: 575px) {
    .btn-cta {
        padding: 10px 20px;
        font-size: 16px;
        width: 100%;
    }
}

.btn-cta i {
    margin-left: 0.5rem;
}

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

.trust-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #1b5e20;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-width: 360px;
}

.trust-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-icon {
    color: #1b5e20;
    font-size: 22px;
    flex-shrink: 0;
}

.trust-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0;
}

.trust-title {
    font-weight: 700;
    color: #1b5e20;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.trust-subtitle {
    font-size: 12px;
    color: #495057;
    margin-top: 3px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .trust-badge {
        padding: 10px 14px;
        max-width: 100%;
    }
    .trust-icon {
        font-size: 20px;
    }
    .trust-title {
        font-size: 13px;
    }
    .trust-subtitle {
        font-size: 11px;
    }
}

.footer {
    background: #f6f6f6 !important;
    color: #4a4a4a !important;
    border-top: 1px solid #e0e0e0;
    padding: 40px 0 20px 0;
}

.footer .container {
    max-width: 750px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.footer .footer-text {
    font-size: 9.5px;
    color: #555;
    line-height: 1.4em;
    text-align: justify;
}

.footer .footer-links {
    font-size: 10.5px !important;
    text-align: right;
    color: #555;
}

.footer .footer-links a {
    color: #1b5e20 !important;
    text-decoration: none !important;
}

.footer .footer-links a:hover {
    text-decoration: underline !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

.footer-col {
    min-width: 0;
    max-width: 100%;
    font-size: 10px;
    color: #555;
    line-height: 1.5em;
}

.footer-col p {
    margin-top: 8px;
}

.footer-logo {
    max-height: 40px;
    width: auto;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col ul a {
    color: #1b5e20;
    text-decoration: none;
    font-size: 10.5px;
}

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

.footer .copyright {
    font-size: 10px;
    color: #555;
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.legal-content {
    word-break: break-word;
}

.legal-content h1 {
    font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
    margin-bottom: 1rem;
}

.legal-content h2 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.75rem;
}

.legal-content h3 {
    font-size: 1rem;
    margin: 1.2rem 0 0.6rem;
}

.legal-content h4 {
    font-size: 0.95rem;
    margin: 1rem 0 0.5rem;
}

.legal-content p,
.legal-content li {
    margin-bottom: 0.75rem;
    line-height: 1.55;
}

.legal-content ul,
.legal-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

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

@media (max-width: 575px) {
    .content p:first-of-type img {
        width: calc(100% + 2rem) !important;
        max-width: none !important;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        border-radius: 0 !important;
    }
}

.content a:not(.btn-cta) {
    color: #1b5e20 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    word-break: break-all;
}

.content a:not(.btn-cta):hover {
    color: #0c2d0e !important;
}

blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #004aad;
    background-color: #f2f2f2;
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: 2px 3px 5px rgba(180, 180, 180, 0.15);
}

blockquote:before {
    content: '"';
    font-size: 40px;
    color: #2c3e50;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 1;
}

blockquote footer {
    font-size: 14px;
    color: #888;
    text-align: right;
    margin-top: 10px;
}

ol {
    padding-left: 1.8rem;
    margin-bottom: 1rem;
}

ol li {
    margin-bottom: 0.3rem;
}

.mt-1 {
    margin-top: 0.8rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 1.5rem;
}
.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .footer-col,
    .footer-col-disclaimer p {
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .header .container,
    .footer .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .main-content h1,
    .content h1 {
        font-size: 1.35rem;
    }
    .btn-cta {
        font-size: 15px;
        padding: 10px 16px;
    }
}
