body{
    font-family: Arial, sans-serif;
    background-image:url("../images/kreativ_tapete.png");
    background-repeat:repeat;
    background-color:#f5f5f5;
    margin: 0;
    padding: 0;
    text-align: center;
}

.start-note {
    margin-top: 12px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #666;
    text-align: center;
}

header{
    padding: 40px;
}

h1{
    font-size: 60px;
    margin-bottom: 10px;
}

.logo{
    display: block;

    max-width: 700px;
    width: 90%;
    height: auto;

    margin: 0 auto;
}

.homepage-topbar {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

.homepage-logo-link {
    display: block;
}

.homepage-member-link {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    color: #18598f;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #8eb9da;
    border-radius: 8px;
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.homepage-member-link:hover {
    color: #ffffff;
    background: #2b7bbb;
    transform: translateY(-50%) translateY(-2px);
}

@media (max-width: 900px) {
    .homepage-topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding: 0 12px;
    }

    .homepage-logo-link {
        min-width: 0;
    }

    .homepage-topbar .logo {
        width: 100%;
        max-width: 230px;
    }

    .homepage-member-link {
        position: static;
        transform: none;
        min-height: 34px;
        padding: 0 10px;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .homepage-member-link:hover {
        transform: translateY(-2px);
    }
}

.hero-process {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 35px 0;
    flex-wrap: wrap;
}

.hero-step {
    text-align: center;
}

.hero-step img {
    width: 170px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);

    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-step img:hover {

    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);

}

.hero-step p {
    margin-top: 8px;
    font-weight: bold;
}

.hero-arrow {
    font-size: 42px;
    color: #43a047;
    font-weight: bold;
}

.checkout-info{
    margin-top: 15px;
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

.button{
    display: inline-block;
    margin-top: 40px;
    padding: 15px 40px;

    background-color: #2E7D32;

    color: white;
    text-decoration: none;

    border-radius: 10px;

    font-size: 22px;
}

.button:hover{
    opacity: 0.9;
}

.secondary-button{

    background-color: #666;

}

.products{
    max-width: 1200px;
    margin: auto;
}

.product{
    background: #f8f8f8;

    margin: 30px;

    padding: 30px;

    border: 2px solid #4CAF50;

    border-radius: 12px;

    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.legal-page {
    text-align: left;
}

.legal-page h1 {

    text-align: left;

    font-size: 34px;

    line-height: 1.2;

    margin-bottom: 30px;

}

.legal-page h2 {

    text-align: left;

}

.legal-subtitle {

    text-align: left;

    font-size: 22px;

    font-weight: bold;

    margin-top: -20px;

    margin-bottom: 35px;

}

.upload-hint{

    margin-top: 20px;

    color: #666;

    font-size: 16px;

    line-height: 1.5;
}

.size-gallery {

    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;

}

.gallery-image {

    width: 120px;
    height: 120px;

    object-fit: cover;

    border-radius: 8px;

    border: 1px solid #ddd;

}

.lightbox {

    display: none;

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(
        0,
        0,
        0,
        0.8
    );

    justify-content: center;
    align-items: center;

    z-index: 9999;

}

.lightbox-image {

    max-width: 90%;
    max-height: 90%;

    border-radius: 10px;

}

.gallery-image {

    cursor: pointer;

}

.close-lightbox {

    position: absolute;

    top: 20px;
    right: 30px;

    font-size: 40px;

    color: white;

    cursor: pointer;

}

.price,
.starting-price {

    font-size: 30px;
    font-weight: 700;

    color: #2e7d32;

    text-align: center;

    margin: 20px 0 10px;

}

.hero {

    text-align: center;

    max-width: 1000px;

    margin: 30px auto 80px auto;

    padding: 0 20px;

}

.hero h1 {

    font-size: 60px;

    line-height: 1.1;

    margin-bottom: 25px;

}

.hero p {

    font-size: 24px;

    max-width: 800px;

    margin: 0 auto 25px auto;

    color: #555;

}

.examples {

    max-width: 1200px;

    margin: 60px auto;

    padding: 20px;

}

.examples h2 {

    text-align: center;

    margin-bottom: 40px;

}

.example-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;

}

.example {

    text-align: center;

}

.example img {

    width: 48%;

    border-radius: 10px;

    transition: transform 0.3s ease;

}

.example img:hover {

    transform: scale(1.03);

}

.example p {

    margin-top: 15px;

    font-weight: bold;

}

.advantages {

    max-width: 1200px;

    margin: 80px auto;

    padding: 20px;

    text-align: center;

}

.advantages h2 {

    margin-bottom: 40px;

}

.advantage-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}

.advantage {

    background: #f8f8f8;

    padding: 30px;

    border: 2px solid #4CAF50;

    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.08);

}

.advantage h3 {

    margin-bottom: 15px;

}

.target-groups {

    max-width: 1200px;

    margin: 80px auto;

    padding: 20px;

    text-align: center;

}

.target-groups h2 {

    margin-bottom: 40px;

}

.target-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}

.target-card {

    background: #f8f8f8;

    padding: 30px;

    border: 2px solid #4CAF50;

    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.08);

}

.target-card h3 {

    margin-bottom: 15px;

}

.about {

    max-width: 900px;

    margin: 80px auto;

    padding: 20px;

    text-align: center;

}

.about h2 {

    margin-bottom: 30px;

}

.about p {

    margin-bottom: 20px;

    line-height: 1.6;

}

.final-cta {

    text-align: center;

    margin: 100px auto;

    padding: 40px 20px;

}

.final-cta h2 {

    margin-bottom: 30px;

}

.product-gallery {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 20px;

}

.product-gallery-image {

    width: 100px;
    height: 100px;

    object-fit: cover;

    border-radius: 10px;

    cursor: pointer;

    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.product-gallery-image:hover {

    transform: translateY(-4px) scale(1.05);

}

.product-highlights {

    list-style: none;
    padding: 0;
    margin: 20px 0;

}

.product-highlights li {

    margin: 8px 0;
    font-size: 18px;
    color: #222;

}

.product-highlights li::before {

    content: "✓";
    color: #43a047;
    font-weight: bold;
    margin-right: 8px;

}

.product h3 {

    margin-bottom: 12px;
    font-size: 24px;

}

.product-description {

    max-width: 650px;
    margin: 25px auto 20px auto;
    line-height: 1.5;

}

.product-gallery-arrow {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #43a047;
    font-weight: bold;
}

.gallery-step {

    text-align: center;

}

.gallery-label {

    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    color: #444;

}

.page-intro {
    max-width: 700px;
    margin: 10px auto 35px auto;
    font-size: 18px;
    line-height: 1.5;
    color: #444;
}

.size-note {
    margin-top: -5px;
    margin-bottom: 18px;
    color: #555;
    font-size: 15px;
}

.size-gallery img {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.size-gallery img:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.example-comparison {

    max-width: 1400px;
    margin: 0 auto;

}

.comparison-row {

    display: flex;
    justify-content: center;
    gap: 20px;

    flex-wrap: wrap;

    margin-bottom: 50px;

}

.comparison-row div {

    text-align: center;

}

.comparison-row img {

    width: 220px;

    border-radius: 10px;

    box-shadow: 0 3px 10px rgba(0,0,0,0.15);

    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.comparison-row img:hover {

    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);

}

.six-colors {

    text-align: center;

    margin-top: 20px;
    margin-bottom: 30px;

}

.six-colors p {

    margin: 5px 0;

}

.size-subtitle {

    font-size: 20px;
    font-weight: 700;
    color: #2e7d32;

    margin-top: -5px;
    margin-bottom: 15px;

}

.color-list {

    font-weight: bold;

}

.six-colors-box {

    max-width: 700px;

    margin: 20px auto 40px auto;

    padding: 20px;

    background: #f8f8f8;

    border: 2px solid #4CAF50;

    border-radius: 12px;

    text-align: center;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

}

.six-colors-box h3 {

    margin-top: 0;

    color: #2e7d32;

}

.color-list {

    margin-top: 10px;
    margin-bottom: 25px;

    font-weight: bold;

}

.crop-label {
    margin-bottom: 8px;
    font-weight: bold;
    color: #444;
}

.footer{
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
    font-size:0.9rem;
}

.footer a{
    color:#666;
    text-decoration:none;
    margin:0 10px;
}

.success-preview{

    width:200px;

    border-radius:10px;

    border:1px solid #ddd;

    margin:20px auto;

    display:block;

    box-shadow:0 4px 12px rgba(0,0,0,0.1);

}

input[type="text"] {

    width: 320px;
    max-width: 90%;

    padding: 12px 15px;

    font-size: 17px;

    border: 2px solid #cfd8dc;
    border-radius: 10px;

    outline: none;

    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;

}

input[type="text"]:focus {

    border-color: #43a047;

    box-shadow: 0 0 8px rgba(67,160,71,0.25);

}

.photo-tip {

    max-width: 500px;

    margin: 15px auto 30px;

    font-size: 15px;

    color: #555;

    line-height: 1.5;

}

.preview-image {

    width: 180px;
    max-width: 90%;

    border-radius: 8px;

    box-shadow: 0 5px 18px rgba(0,0,0,0.18);

    margin: 25px auto;

    display: block;

}

.about-photo {

    width: 190px;
    height: 190px;

    object-fit: cover;

    border-radius: 50%;

    display: block;

    margin: 20px auto 25px;

    border: 4px solid white;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}

.target-groups-note {
    max-width: 760px;
    margin: 24px auto 0;
    padding: 16px 20px;

    text-align: center;
    line-height: 1.5;

    background-color: rgba(63, 163, 77, 0.08);
    border: 1px solid rgba(63, 163, 77, 0.35);
    border-radius: 12px;

    color: #333333;
}

.target-groups-note strong {
    color: #3fa34d;
}

.institution-access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1040px;
    margin: 34px auto 0;
    padding: 30px 34px;
    text-align: left;
    background: #edf6fc;
    border: 2px solid #2b7bbb;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(25, 75, 113, 0.1);
}

.institution-access-text {
    max-width: 680px;
}

.institution-access-label {
    margin: 0 0 8px;
    color: #1768a5;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.institution-access h3 {
    margin: 0 0 12px;
    color: #17212b;
    font-size: 1.65rem;
    line-height: 1.2;
}

.institution-access-text > p:last-child {
    margin: 0;
    color: #333333;
    line-height: 1.6;
}

.institution-access-actions {
    display: flex;
    flex: 0 0 220px;
    flex-direction: column;
    gap: 11px;
}

.institution-primary-link,
.institution-login-link {
    display: block;
    padding: 13px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s, background-color 0.2s;
}

.institution-primary-link {
    color: #ffffff;
    background: #2b7bbb;
}

.institution-login-link {
    color: #1768a5;
    background: #ffffff;
    border: 1px solid #2b7bbb;
}

.institution-primary-link:hover,
.institution-login-link:hover {
    opacity: 0.86;
}

@media (max-width: 768px) {
    .institution-access {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 25px 20px;
    }

    .institution-access h3 {
        font-size: 1.4rem;
    }

    .institution-access-actions {
        flex-basis: auto;
        width: 100%;
    }
}

/* =========================
   CROP-BEREICH
========================= */

.crop-wrapper {

    width: 90%;

    max-width: 450px;

    margin: 30px auto;

}

#crop-image {

    display: block;

    max-width: 100%;

    height: auto;

}

.social-link {
    text-align: center;
    margin: 30px auto;
}

.social-link p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #444;
}

.social-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-decoration: none;

    color: #222;
    font-weight: bold;
    font-size: 22px;

    transition: 0.2s;
}

.social-link a:hover {
    color: #43a047;
}

.social-icon {
    width: 28px;
    height: 28px;
}

/* =========================
   KONTAKTFORMULAR
========================= */

.contact-page {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-intro {

    max-width: 720px;

    margin: 0 auto 30px;

    text-align: center;

    line-height: 1.6;

}

.contact-form {
    max-width: 620px;
    margin: 30px auto;
    text-align: left;
}

.contact-field {
    margin-bottom: 22px;
}

.contact-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    box-sizing: border-box;

    padding: 13px 15px;

    font-family: Arial, sans-serif;
    font-size: 16px;

    border: 2px solid #cfd8dc;
    border-radius: 10px;

    background: #ffffff;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-field textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #43a047;
    box-shadow: 0 0 8px rgba(67, 160, 71, 0.25);
}

.contact-field small,
.optional {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin: 25px 0;

    line-height: 1.5;
}

.contact-consent input {
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-submit {
    display: block;
    margin: 30px auto 0;
    border: none;
    cursor: pointer;
}

.contact-success {
    max-width: 620px;
    margin: 25px auto;
    padding: 20px;

    text-align: center;

    background: #f1f8ee;
    border: 2px solid #7fa66a;
    border-radius: 12px;
}

.contact-errors {
    max-width: 620px;
    margin: 25px auto;
    padding: 18px 22px;

    background: #fff3f3;
    border: 2px solid #c62828;
    border-radius: 12px;

    color: #8b1a1a;
}

.contact-errors ul {
    margin-bottom: 0;
}

.contact-alternatives {
    max-width: 620px;
    margin: 30px auto 10px;
    padding-top: 30px;

    text-align: center;

    border-top: 1px solid #ddd;
}

.contact-small {
    color: #666;
    font-size: 14px;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-page h1 {

    text-align: center;

}

.contact-alternatives h2 {

    text-align: center;

}

/* =========================================================
   Cookie-Banner / Microsoft Clarity
   ========================================================= */

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    max-width: 1100px;
    margin: 0 auto;

    background: #ffffff;
    border: 3px solid #43a047;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    padding: 22px 24px;
}

.cookie-banner__text {
    flex: 1;
    min-width: 0;
}

.cookie-banner__text strong {
    display: block;
    margin-bottom: 6px;

    font-size: 1.1rem;
    color: #222222;
}

.cookie-banner__text p {
    margin: 0 0 8px;

    line-height: 1.55;
    color: #444444;
}

.cookie-banner__text a {
    color: #2e7d32;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner__text a:hover {
    color: #1b5e20;
}

.cookie-banner__buttons {
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.cookie-button {
    min-height: 46px;
    padding: 12px 18px;

    border-radius: 12px;
    border: 2px solid #43a047;

    font: inherit;
    font-weight: 700;
    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.cookie-button:hover {
    transform: translateY(-1px);
}

.cookie-button:focus-visible {
    outline: 3px solid rgba(67, 160, 71, 0.35);
    outline-offset: 3px;
}

.cookie-button--primary {
    background: #43a047;
    color: #ffffff;
}

.cookie-button--primary:hover {
    background: #388e3c;
    box-shadow: 0 6px 16px rgba(67, 160, 71, 0.25);
}

.cookie-button--secondary {
    background: #ffffff;
    color: #2e7d32;
}

.cookie-button--secondary:hover {
    background: #f1f8f2;
}

/* =========================================================
   Cookie-Banner / Microsoft Clarity
   ========================================================= */

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    max-width: 1040px;
    margin: 0 auto;

    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    padding: 16px 18px;
}

.cookie-banner__text {
    flex: 1;
    min-width: 0;
}

.cookie-banner__text strong {
    display: block;
    margin-bottom: 4px;

    font-size: 1rem;
    line-height: 1.3;
    color: #222222;
}

.cookie-banner__text p {
    margin: 0 0 5px;

    font-size: 0.95rem;
    line-height: 1.45;
    color: #4a4a4a;
}

.cookie-banner__text a {
    color: #2e7d32;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner__text a:hover {
    color: #1b5e20;
}

.cookie-banner__buttons {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}

.cookie-button {
    min-height: 42px;
    padding: 9px 15px;

    border-radius: 10px;
    border: 1px solid transparent;

    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.cookie-button:hover {
    transform: translateY(-1px);
}

.cookie-button:focus-visible {
    outline: 3px solid rgba(67, 160, 71, 0.28);
    outline-offset: 3px;
}

.cookie-button--primary {
    background: #43a047;
    border-color: #43a047;
    color: #ffffff;
}

.cookie-button--primary:hover {
    background: #388e3c;
    border-color: #388e3c;
    box-shadow: 0 5px 14px rgba(67, 160, 71, 0.22);
}

.cookie-button--secondary {
    background: #ffffff;
    border-color: #c7c7c7;
    color: #444444;
}

.cookie-button--secondary:hover {
    background: #f6f6f6;
    border-color: #a9a9a9;
    color: #222222;
}


/* =========================
   MOBILE OPTIMIERUNG
========================= */

@media (max-width: 768px) {

    .comparison-row {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 15px;

        justify-items: center;

    }

    .comparison-row img {

        width: 100%;

        max-width: 160px;

    }

}

@media (max-width: 768px) {

    h1 {

        font-size: 34px;

    }

    .hero p {

        font-size: 18px;

    }

}

@media (max-width: 768px) {

    .hero h1 {

        font-size: 32px;
        line-height: 1.2;

    }

}

@media (max-width: 768px) {

    .button {

        font-size: 20px;

        padding: 18px 35px;

    }

}

@media (max-width: 768px) {

    .six-colors-box {

        width: 75%;

        padding: 25px;

    }

    .six-colors-box p {

        font-size: 16px;

    }

}

@media (max-width: 768px) {

    .advantage-grid,
    .target-grid {

        grid-template-columns: 1fr;

    }

}

@media (max-width: 768px) {

    .product {

        margin: 15px;
        padding: 20px;

    }

    .product h3 {

        font-size: 28px;

    }

    .product p {

        font-size: 18px;
        line-height: 1.5;

    }

    .price,
    .starting-price {

        font-size: 26px;

    }

    .gallery-image {

        width: 90px;
        height: 90px;

    }

    .button {

        font-size: 20px;
        padding: 18px 35px;

    }

}

@media (max-width: 768px) {
    .product-gallery-arrow {
        display: none;
    }
}

Grössenseite

@media (max-width: 768px) {

    h2 {

        font-size: 32px;

        padding-left: 15px;
        padding-right: 15px;

    }

    .product {

        margin: 15px;
        padding: 20px;

    }

    .size-gallery {

        gap: 8px;

    }

    .gallery-image {

        width: 90px;
        height: 90px;

    }

    .price {

        font-size: 26px;

    }

}

@media (max-width: 768px) {

    .size-gallery {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        justify-items: center;

    }

}

@media (max-width: 768px) {

    .hero-process {
        flex-direction: column;
        gap: 18px;
        margin: 30px 0;
    }

    .hero-step img {
        width: 190px;
    }

    .hero-arrow {
        transform: rotate(90deg);
        font-size: 34px;
        margin: -5px 0;
    }

}

@media (max-width: 768px) {

    .social-link p {
    font-size: 16px;
}

.social-link a {
    font-size: 20px;
}

.social-icon {
    width: 24px;
    height: 24px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h1 {
    order: 1;
}

.hero > p {
    order: 2;
}

.hero-start-button {
    order: 3;
    margin-top: 18px;
    margin-bottom: 24px;
}

.hero-process {
    order: 4;
}

@media (max-width: 768px) {

    .starting-price {
        font-size: 26px !important;
        font-weight: 700;
    }

}

@media (max-width: 768px) {

    .contact-page {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-field input,
    .contact-field select,
    .contact-field textarea {
        font-size: 16px;
    }

}

/* =========================
   RECHTLICHE SEITEN
========================= */

.legal-page {

    padding: 22px;

}

.legal-page h1 {

    font-size: 26px;

    line-height: 1.2;

    margin-bottom: 22px;

}

.legal-page h2 {

    font-size: 22px;

    margin-top: 28px;

}

.legal-page p {

    font-size: 16px;

    line-height: 1.7;

}

/* =========================================================
   Cookie-Banner – Tablet und Handy
   ========================================================= */

@media (max-width: 760px) {

    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;

        border-radius: 14px;
    }

    .cookie-banner__content {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;

        padding: 15px;
    }

    .cookie-banner__text strong {
        margin-bottom: 4px;

        font-size: 1rem;
        text-align: center;
    }

    .cookie-banner__text p {
        margin-bottom: 6px;

        font-size: 0.91rem;
        line-height: 1.45;
        text-align: center;
    }

    .cookie-banner__text a {
        display: block;

        font-size: 0.9rem;
        text-align: center;
    }

    .cookie-banner__buttons {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .cookie-button {
        width: 100%;
        min-height: 46px;
        padding: 10px 14px;
    }
}

}

/* Vorlagenbibliothek */
.library-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:28px 0 70px;text-align:left}.library-logo{display:block;width:min(430px,82vw);height:auto;margin:0 auto 20px}.library-logo-link{display:block}.library-hero{background:#fff;border:2px solid #43a047;border-radius:18px;padding:38px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.07)}.library-eyebrow{margin:0 0 8px;color:#2e7d32;font-size:12px;font-weight:800;letter-spacing:.14em}.library-hero h1,.motif-detail-head h1,.admin-library-head h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.05}.library-hero>p:last-child{max-width:720px;margin:16px auto 0;color:#5f6368;font-size:17px;line-height:1.6}.library-filters{display:grid;grid-template-columns:1fr 250px auto;gap:12px;margin:24px 0}.library-filters input,.library-filters select,.library-filters button,.admin-library-form select,.admin-library-form button{min-height:46px;border:1px solid #cfd5cf;border-radius:10px;background:#fff;padding:10px 13px;font:inherit}.library-filters button,.admin-library-form button{border-color:#2e7d32;background:#2e7d32;color:#fff;font-weight:700;cursor:pointer}.library-result-head{display:flex;justify-content:space-between;align-items:center;margin:14px 2px}.library-result-head span{color:#666}.motif-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.motif-card{overflow:hidden;border:1px solid #dfe4df;border-radius:16px;background:#fff;color:#222;text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease}.motif-card:hover{transform:translateY(-3px);box-shadow:0 11px 28px rgba(0,0,0,.12)}.motif-image-wrap{aspect-ratio:4/3;background:#f1f3f1;display:grid;place-items:center;padding:16px}.motif-image-wrap img{width:100%;height:100%;object-fit:contain;image-rendering:auto}.motif-card-copy{padding:18px}.motif-card-copy span{color:#687068;font-size:12px}.motif-card-copy h2{margin:6px 0;font-size:24px}.motif-card-copy p{margin:12px 0 0;color:#2e7d32;font-weight:700}.library-empty,.test-notice,.admin-import-note{border:1px solid #d9e2d8;border-radius:14px;background:#fff;padding:25px;text-align:center}.library-back{display:inline-block;margin:0 0 20px;color:#2e7d32;font-weight:700;text-decoration:none}.motif-detail-head{display:grid;grid-template-columns:minmax(280px,45%) 1fr;gap:42px;align-items:center;border:2px solid #43a047;border-radius:18px;background:#fff;padding:35px}.motif-detail-image{aspect-ratio:4/3;background:#f2f4f2;border-radius:12px;padding:18px}.motif-detail-image img{width:100%;height:100%;object-fit:contain}.motif-detail-head>div:last-child>p:not(.library-eyebrow){color:#666;font-size:17px}.size-previews{display:flex;gap:10px;margin-top:22px}.size-previews img{width:76px;height:76px;object-fit:contain;border:1px solid #ddd;border-radius:8px;background:#f7f7f7;padding:5px}.variant-section{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.variant-group{border:1px solid #dfe4df;border-radius:15px;background:#fff;padding:20px}.variant-group h2{margin:0 0 14px;font-size:21px}.variant-row{padding:13px 0;border-top:1px solid #eee}.variant-row div{display:flex;justify-content:space-between;gap:8px}.variant-row span{display:block;color:#777;font-size:12px}.locked-download{margin-top:7px;color:#2e7d32!important;font-weight:700}.test-notice{text-align:left;background:#f3f8f2}.test-notice p{margin-bottom:0}.admin-library-shell{max-width:1280px}.admin-library-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;border:2px solid #43a047;border-radius:18px;background:#fff;padding:30px;margin-bottom:24px}.admin-library-head>div:last-child{display:flex;gap:12px;align-items:center}.admin-library-link{display:inline-block;border-radius:9px;background:#2e7d32;color:#fff;text-decoration:none;font-weight:700;padding:11px 14px}.admin-library-table-wrap{overflow:auto;border:1px solid #ddd;border-radius:14px;background:#fff}.admin-library-table{width:100%;border-collapse:collapse;min-width:900px}.admin-library-table th,.admin-library-table td{padding:13px;border-bottom:1px solid #eee;text-align:left}.admin-library-form{display:flex;align-items:center;gap:9px}.admin-library-form select{min-width:180px}.admin-library-form label{white-space:nowrap}.admin-library-form label input{width:auto}.admin-import-note{margin-top:22px;text-align:left}.admin-import-note code{display:block;overflow:auto;border-radius:8px;background:#222;color:#fff;padding:14px}.admin-import-note p:last-child{margin-bottom:0}
.motif-image-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#f1f3f1;padding:14px}.motif-image-row>div{min-width:0;text-align:center}.motif-image-row img{display:block;width:100%;height:150px;object-fit:contain;background:#fff;border-radius:8px}.motif-image-row span{display:block;margin-top:6px;color:#656b65;font-size:10px;font-weight:700}.motif-card-copy h2{margin:0;font-size:22px}.admin-library-upload{display:grid;grid-template-columns:minmax(260px,1fr) 240px 200px auto;gap:14px;align-items:end;margin-bottom:22px;border:1px solid #d9e2d8;border-radius:14px;background:#fff;padding:22px}.admin-library-upload h2{margin:0 0 5px}.admin-library-upload p{margin:0;color:#666;font-size:13px}.admin-library-upload label{font-weight:700;font-size:13px}.admin-library-upload input,.admin-library-upload select,.admin-library-upload button{display:block;width:100%;min-height:44px;margin-top:6px;border:1px solid #cfd5cf;border-radius:9px;background:#fff;padding:8px;font:inherit}.admin-library-upload button{border-color:#2e7d32;background:#2e7d32;color:#fff;font-weight:700;cursor:pointer}.library-notice{margin:0 0 18px;border:1px solid #91c796;border-radius:10px;background:#edf8ee;color:#24632a;padding:13px 15px;font-weight:700}.library-notice.error{border-color:#e4a7a2;background:#fff1f0;color:#9e2d24}

@media(max-width:1000px){.admin-library-upload{grid-template-columns:1fr 1fr}.admin-library-upload>div:first-child{grid-column:1/-1}}
@media(max-width:850px){.motif-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-section{grid-template-columns:1fr}.motif-detail-head{grid-template-columns:1fr}.admin-library-head{align-items:flex-start;flex-direction:column}.library-filters{grid-template-columns:1fr 1fr}.library-filters button{grid-column:1/-1}}
@media(max-width:560px){.library-shell{width:min(100% - 24px,1180px);padding-top:18px}.library-hero,.motif-detail-head{padding:22px}.motif-grid{grid-template-columns:1fr}.library-filters{grid-template-columns:1fr}.library-filters button{grid-column:auto}.library-result-head{align-items:flex-start;flex-direction:column;gap:3px}.admin-library-head>div:last-child{align-items:flex-start;flex-direction:column}.admin-library-form,.admin-library-upload{align-items:flex-start;grid-template-columns:1fr}.admin-library-upload>div:first-child{grid-column:auto}.motif-image-row img{height:120px}}

/* =========================
   STARTSEITE 2026
========================= */
.home-redesign{
    --home-green:#2e8736;
    --home-dark:#17212b;
    --home-soft:#f3f8f2;
    width:min(1120px,calc(100% - 36px));
    margin:0 auto;
    padding:22px 0 70px;
    color:var(--home-dark);
    text-align:left;
}
.home-redesign *{box-sizing:border-box}
.home-redesign .homepage-topbar{margin-bottom:22px}
.home-redesign .homepage-topbar .logo{width:min(520px,72vw)}
.home-hero,.home-section,.home-final-cta{
    margin-top:22px;
    border:1px solid #dbe6da;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    box-shadow:0 9px 28px rgba(28,66,32,.07);
}
.home-hero{padding:clamp(38px,7vw,78px);text-align:center}
.home-eyebrow{
    margin:0 0 10px;
    color:var(--home-green);
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.14em;
}
.home-hero h1{
    max-width:900px;
    margin:0 auto 20px;
    font-size:clamp(2.35rem,5.6vw,4.65rem);
    line-height:1.02;
    letter-spacing:-.035em;
}
.home-lead{
    max-width:760px;
    margin:0 auto;
    color:#47524a;
    font-size:clamp(1.05rem,2vw,1.25rem);
    line-height:1.65;
}
.home-redesign .home-primary-button{
    display:inline-flex;
    width:auto;
    margin:28px auto 0;
    padding:14px 24px;
    text-decoration:none;
}
.home-trust-line{
    display:flex;
    justify-content:center;
    gap:24px;
    margin-top:24px;
    color:#536057;
    font-size:.9rem;
    font-weight:700;
}
.home-section{padding:clamp(28px,5vw,52px)}
.home-section-heading{max-width:780px;margin:0 auto 28px;text-align:center}
.home-section h2,.home-final-cta h2{
    margin:0 0 12px;
    font-size:clamp(1.8rem,3.5vw,2.75rem);
    line-height:1.12;
}
.home-section-heading>p:last-child,.home-section p,.home-final-cta p{line-height:1.6}
.home-memory-grid,.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-memory-card{
    overflow:hidden;
    border:1px solid #e1e7e0;
    border-radius:15px;
    background:#fff;
    text-align:center;
}
.home-memory-card img{display:block;width:100%;height:210px;object-fit:cover;cursor:pointer}
.home-memory-card h3{margin:17px 16px 6px;font-size:1.15rem}
.home-memory-card p{margin:0 18px 20px;color:#626a64;font-size:.92rem}
.home-colors-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;background:var(--home-soft)}
.home-colors-copy{max-width:700px}
.home-color-dots{display:grid;grid-template-columns:repeat(3,58px);gap:14px}
.home-color-dot{width:58px;height:58px;border:5px solid #fff;border-radius:50%;box-shadow:0 3px 12px rgba(0,0,0,.14)}
.home-color-dot-1{background:#20262c}.home-color-dot-2{background:#2386cb}.home-color-dot-3{background:#de3e44}
.home-color-dot-4{background:#3da65a}.home-color-dot-5{background:#f1bd24}.home-color-dot-6{background:#f8f5e8}
.home-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.home-steps-grid article{padding:20px;border-top:4px solid var(--home-green);background:#f7f9f7}
.home-steps-grid span{
    display:grid;
    width:34px;
    height:34px;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:var(--home-green);
    font-weight:800;
}
.home-steps-grid h3{margin:14px 0 6px;font-size:1.03rem}
.home-steps-grid p{margin:0;color:#5f675f;font-size:.9rem}
.home-product-card{
    overflow:hidden;
    border:1px solid #dce4db;
    border-radius:16px;
    background:#fff;
}
.home-product-card>img{display:block;width:100%;height:205px;object-fit:contain;background:#f2f4f1;padding:13px;cursor:pointer}
.home-video-preview{height:205px}
.home-product-card>div{padding:19px}
.home-product-card h3{margin:0 0 7px;font-size:1.25rem}
.home-product-card p{min-height:58px;margin:0 0 12px;color:#5e675f;font-size:.93rem}
.home-product-card a{color:var(--home-green);font-weight:800;text-decoration:none}
.home-size-section{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:38px;align-items:center}
.home-size-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}
.home-size-guide span{padding:12px 8px;border-radius:10px;background:#edf5ec;text-align:center;font-size:.78rem}
.home-size-guide strong{display:block;margin-bottom:3px;color:var(--home-green);font-size:1rem}
.home-size-visuals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-size-visuals figure{margin:0;text-align:center}
.home-size-visuals img{display:block;width:100%;aspect-ratio:3/4;object-fit:contain;border:1px solid #d8ded7;border-radius:9px;background:#fff;cursor:pointer;image-rendering:auto}
.home-size-visuals figcaption{margin-top:9px;font-size:.8rem}
.home-size-visuals figcaption strong,.home-size-visuals figcaption span{display:block}
.home-size-visuals figcaption strong{color:#2e7d32;font-size:.95rem}
.home-size-visuals figcaption span{margin-top:2px;color:#667068;font-size:.72rem}
.home-redesign+.lightbox .lightbox-image{width:auto;height:auto;max-width:min(88vw,900px);max-height:82vh;object-fit:contain;border-radius:10px;image-rendering:auto}
.home-redesign+.lightbox .close-lightbox{display:flex;width:52px;height:52px;align-items:center;justify-content:center;padding:0;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(0,0,0,.55);font:400 38px/1 Arial,sans-serif;color:#fff;cursor:pointer}
.home-privacy-section{display:flex;gap:24px;align-items:center;border-color:#8fc895;background:#f0f8f0}
.home-privacy-icon{font-size:2.4rem}
.home-privacy-section h2{font-size:clamp(1.55rem,3vw,2.2rem)}
.home-privacy-section p:last-child{margin-bottom:0}
.home-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.home-faq-grid details{border:1px solid #dde3dc;border-radius:10px;background:#fff;padding:0 17px}
.home-faq-grid summary{padding:16px 0;cursor:pointer;font-weight:800}
.home-faq-grid details p{margin:0 0 16px;color:#5c655e;font-size:.93rem}
.home-faq-note{margin:20px 0 0;color:#697169;text-align:center;font-size:.88rem}
.home-faq-note a{color:#2e7d32;font-weight:800;text-decoration:none}
.home-about-section{display:grid;grid-template-columns:1fr 190px;gap:34px;align-items:center}
.home-about-image{display:block;width:190px;height:190px;object-fit:cover;border:5px solid #fff;border-radius:50%;box-shadow:0 4px 16px rgba(0,0,0,.13)}
.home-redesign .institution-access{max-width:none;margin-top:22px}
.home-final-cta{padding:clamp(38px,6vw,65px);background:#1e4f29;color:#fff;text-align:center}
.home-final-cta .home-eyebrow{color:#bde7c1}
.home-final-cta h2{max-width:720px;margin-right:auto;margin-left:auto}

@media(max-width:900px){
    .home-memory-card img{height:175px}
    .home-steps-grid{grid-template-columns:1fr 1fr}
    .home-product-grid{grid-template-columns:1fr}
    .home-product-card{display:grid;grid-template-columns:190px 1fr}
    .home-product-card>img{height:100%}
    .home-video-preview{height:100%;min-height:190px}
    .home-product-card p{min-height:0}
    .home-size-section{grid-template-columns:1fr}
}
@media(max-width:700px){
    .home-redesign{width:min(100% - 22px,1120px);padding-top:12px}
    .home-redesign .homepage-topbar{margin-bottom:12px}
    .home-redesign .homepage-topbar .logo{width:100%;max-width:220px}
    .home-hero,.home-section,.home-final-cta{border-radius:16px}
    .home-hero{padding:34px 21px}
    .home-hero h1{font-size:clamp(2rem,10.2vw,3rem)}
    .home-trust-line{flex-direction:column;gap:7px}
    .home-memory-grid{grid-template-columns:1fr}
    .home-memory-card{display:grid;grid-template-columns:125px 1fr;text-align:left}
    .home-memory-card img{grid-row:1/3;width:125px;height:100%;min-height:125px}
    .home-memory-card h3{align-self:end;margin:16px 15px 3px}
    .home-memory-card p{margin:0 15px 16px}
    .home-colors-section{grid-template-columns:1fr;gap:24px}
    .home-color-dots{grid-template-columns:repeat(6,1fr);gap:7px}
    .home-color-dot{width:100%;height:auto;aspect-ratio:1}
    .home-steps-grid,.home-faq-grid{grid-template-columns:1fr}
    .home-product-card{grid-template-columns:115px 1fr}
    .home-product-card>img{min-height:150px;padding:7px}
    .home-video-preview{min-height:150px}
    .home-product-card>div{padding:16px}
    .home-product-card h3{font-size:1.08rem}
    .home-product-card p{font-size:.86rem}
    .home-size-guide{gap:5px}
    .home-size-visuals{gap:7px}
    .home-size-visuals figcaption{font-size:.72rem}
    .home-privacy-section{align-items:flex-start}
    .home-privacy-icon{font-size:1.8rem}
    .home-about-section{grid-template-columns:1fr;text-align:center}
    .home-about-image{grid-row:1;width:140px;height:140px;margin:auto}
}
@media(max-width:420px){
    .home-redesign{width:min(100% - 14px,1120px)}
    .home-section{padding:25px 17px}
    .home-memory-card{grid-template-columns:104px 1fr}
    .home-memory-card img{width:104px}
    .home-product-card{grid-template-columns:100px 1fr}
    .video-preview-label{display:none}
    .video-play-icon{width:44px;height:44px;border-width:2px;font-size:1.05rem}
    .home-product-card>div{padding:14px 12px}
    .home-size-guide span{padding:9px 3px;font-size:.68rem}
    .home-size-visuals{gap:5px}
    .home-size-visuals figcaption span{font-size:.62rem}
}

@media(max-width:700px){
    .home-redesign+.lightbox .close-lightbox{top:12px;right:12px;width:44px;height:44px;font-size:32px}
    .home-redesign+.lightbox .lightbox-image{max-width:92vw;max-height:78vh}
}

/* =========================
   KOMPAKTE PRODUKT- UND GRÖSSENAUSWAHL
========================= */
.choice-shell{
    width:min(1120px,calc(100% - 36px));
    margin:0 auto;
    padding:24px 0 70px;
    color:#17212b;
    text-align:left;
}
.choice-shell *{box-sizing:border-box}
.choice-logo{display:block;width:min(470px,75vw);height:auto;margin:0 auto 12px}
.choice-back-link{display:inline-block;margin:4px 0 18px;color:#2e7d32;font-weight:700;text-decoration:none}
.choice-head{
    margin-bottom:22px;
    padding:34px 38px;
    border:1px solid #dbe6da;
    border-radius:18px;
    background:rgba(255,255,255,.96);
    text-align:center;
}
.choice-eyebrow{margin:0 0 8px;color:#2e8736;font-size:.76rem;font-weight:800;letter-spacing:.14em}
.choice-head h1{margin:0 0 12px;font-size:clamp(2.2rem,4.8vw,3.8rem);line-height:1.05}
.choice-head>p:last-child{max-width:760px;margin:0 auto;color:#566057;font-size:1.04rem;line-height:1.55}
.compact-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.compact-product-card{
    display:flex;
    overflow:hidden;
    min-width:0;
    flex-direction:column;
    border:1px solid #d8e2d7;
    border-radius:16px;
    background:#fff;
    box-shadow:0 7px 22px rgba(25,61,28,.06);
}
.compact-product-card>img{display:block;width:100%;height:250px;object-fit:cover;background:#f2f4f1;cursor:pointer}
.compact-video-preview{height:250px}
.video-preview-button{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
    flex-shrink:0;
    padding:0;
    border:0;
    background:#eef2ee;
    cursor:pointer;
    font:inherit;
}
.video-preview-button img{display:block;width:100%;height:100%;object-fit:cover}
.video-preview-button::after{
    position:absolute;
    inset:0;
    background:rgba(11,31,15,.04);
    content:"";
    transition:background .18s ease;
}
.video-preview-button:hover::after{background:rgba(11,31,15,.12)}
.video-preview-button:focus-visible{z-index:2;outline:4px solid #72bd78;outline-offset:-4px}
.video-play-icon{
    position:absolute;
    z-index:2;
    top:50%;
    left:50%;
    display:grid;
    width:62px;
    height:62px;
    place-items:center;
    padding-left:4px;
    transform:translate(-50%,-50%);
    border:3px solid #fff;
    border-radius:50%;
    color:#fff;
    background:#2e7d32;
    box-shadow:0 5px 18px rgba(0,0,0,.28);
    font-size:1.55rem;
    line-height:1;
    transition:transform .18s ease,background .18s ease;
}
.video-preview-button:hover .video-play-icon{transform:translate(-50%,-50%) scale(1.08);background:#246b29}
.video-preview-label{
    position:absolute;
    z-index:2;
    right:12px;
    bottom:12px;
    padding:7px 10px;
    border-radius:999px;
    color:#fff;
    background:rgba(31,89,38,.94);
    font-size:.76rem;
    font-weight:800;
    line-height:1.2;
    box-shadow:0 3px 10px rgba(0,0,0,.2);
}
.video-lightbox[hidden]{display:none}
.video-lightbox{
    position:fixed;
    z-index:10050;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(0,0,0,.84);
}
.video-lightbox-dialog{
    position:relative;
    width:min(960px,94vw);
    overflow:hidden;
    border-radius:14px;
    background:#111;
    box-shadow:0 20px 60px rgba(0,0,0,.48);
}
.video-lightbox-player{display:block;width:100%;height:auto;max-height:86vh;aspect-ratio:16/9;background:#111}
.close-video-lightbox{
    position:absolute;
    z-index:3;
    top:12px;
    right:12px;
    display:grid;
    width:48px;
    height:48px;
    place-items:center;
    padding:0;
    border:2px solid rgba(255,255,255,.9);
    border-radius:50%;
    color:#fff;
    background:rgba(0,0,0,.68);
    cursor:pointer;
    font:400 36px/1 Arial,sans-serif;
}
.close-video-lightbox:hover,.close-video-lightbox:focus-visible{background:#1f6927;outline:none}
.compact-product-copy{display:flex;flex:1;flex-direction:column;padding:22px}
.compact-product-copy h2{margin:0 0 8px;font-size:1.4rem}
.compact-product-copy>p{margin:0 0 12px;color:#536056;line-height:1.55}
.compact-product-copy .compact-suitable{padding-top:11px;border-top:1px solid #e5e9e4;color:#2f3931;font-size:.88rem}
.compact-card-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px}
.compact-card-bottom span{color:#5e675f;font-size:.84rem}
.compact-card-bottom strong{display:block;color:#17212b;font-size:1.06rem}
.compact-card-bottom a,.compact-choice-button{color:#fff;background:#2e7d32;border-radius:8px;font-weight:800;text-decoration:none}
.compact-card-bottom a{padding:11px 13px;white-space:nowrap}
.choice-trust{display:flex;justify-content:center;gap:28px;margin:22px 0 0;padding:17px;border:1px solid #dbe6da;border-radius:12px;background:#f3f8f2;color:#475249;font-size:.9rem;font-weight:700}
.compact-size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.compact-size-grid-2{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}
.compact-size-card{
    position:relative;
    overflow:hidden;
    border:1px solid #d9e2d8;
    border-radius:16px;
    background:#fff;
    box-shadow:0 7px 22px rgba(25,61,28,.06);
}
.compact-size-card-featured{border:2px solid #2e8736}
.size-recommendation{
    position:absolute;
    z-index:2;
    top:12px;
    right:12px;
    padding:7px 9px;
    border-radius:7px;
    color:#fff;
    background:#2e8736;
    font-size:.67rem;
    font-weight:800;
    letter-spacing:.08em;
}
.compact-size-card>img{display:block;width:100%;height:215px;object-fit:contain;padding:14px;background:#f1f4f0;cursor:pointer}
.compact-size-copy{padding:20px}
.compact-size-title{display:flex;align-items:start;justify-content:space-between;gap:15px}
.compact-size-title h2{margin:0;font-size:1.55rem}
.compact-size-title p{margin:4px 0 0;color:#5d685f;font-size:.87rem;font-weight:700}
.compact-size-title>strong{color:#2e7d32;font-size:1.15rem;white-space:nowrap}
.size-facts{margin:17px 0;padding:0;list-style:none}
.size-facts li{padding:8px 0;border-top:1px solid #e7ebe6;color:#4e5850;font-size:.9rem;line-height:1.35}
.size-facts b{color:#17212b}
.compact-choice-button{display:block;padding:13px 16px;text-align:center}
.size-page-note{max-width:800px;margin:22px auto 0;color:#5a655c;font-size:.9rem;line-height:1.55;text-align:center}

@media(max-width:900px){
    .compact-product-grid{grid-template-columns:1fr}
    .compact-product-card{display:grid;grid-template-columns:240px 1fr}
    .compact-product-card>img{height:100%;min-height:240px}
    .compact-video-preview{height:100%;min-height:240px}
    .compact-size-grid,.compact-size-grid-2{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
    .choice-shell{width:min(100% - 22px,1120px);padding-top:14px}
    .choice-logo{width:min(280px,70vw)}
    .choice-head{padding:28px 20px}
    .choice-head h1{font-size:clamp(2rem,10vw,3rem)}
    .compact-product-card{display:grid;grid-template-columns:115px 1fr}
    .compact-product-card>img{height:100%;min-height:210px}
    .compact-video-preview{height:100%;min-height:210px}
    .compact-video-preview .video-preview-label{display:none}
    .compact-video-preview .video-play-icon{width:44px;height:44px;border-width:2px;font-size:1.05rem}
    .video-lightbox{padding:10px}
    .video-lightbox-dialog{width:100%;border-radius:10px}
    .close-video-lightbox{top:8px;right:8px;width:42px;height:42px;font-size:31px}
    .compact-product-copy{padding:16px}
    .compact-product-copy h2{font-size:1.12rem}
    .compact-product-copy>p{font-size:.86rem}
    .compact-card-bottom{align-items:stretch;flex-direction:column}
    .compact-card-bottom strong{display:inline}
    .compact-card-bottom a{text-align:center}
    .choice-trust{align-items:center;flex-direction:column;gap:7px}
    .compact-size-grid,.compact-size-grid-2{grid-template-columns:1fr}
    .compact-size-card>img{height:190px}
}

/* =========================
   FAQ-SEITE
========================= */
.faq-shell{width:min(1000px,calc(100% - 36px));margin:0 auto;padding:24px 0 70px;color:#17212b;text-align:left}
.faq-shell *{box-sizing:border-box}
.faq-logo{display:block;width:min(470px,75vw);height:auto;margin:0 auto 12px}
.faq-back-link{display:inline-block;margin:4px 0 18px;color:#2e7d32;font-weight:700;text-decoration:none}
.faq-hero{padding:clamp(34px,6vw,62px);border:1px solid #dbe6da;border-radius:20px;background:rgba(255,255,255,.97);text-align:center;box-shadow:0 8px 25px rgba(26,64,29,.07)}
.faq-eyebrow{margin:0 0 8px;color:#2e8736;font-size:.75rem;font-weight:800;letter-spacing:.14em}
.faq-hero h1{max-width:800px;margin:0 auto 15px;font-size:clamp(2.2rem,5vw,3.7rem);line-height:1.06}
.faq-hero>p:last-child{max-width:700px;margin:0 auto;color:#586159;font-size:1.04rem;line-height:1.6}
.faq-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:18px 0}
.faq-jump-nav a{padding:9px 13px;border:1px solid #bdd4bd;border-radius:999px;color:#246a2c;background:#f5faf4;font-size:.86rem;font-weight:700;text-decoration:none}
.faq-category{margin-top:18px;padding:clamp(24px,4vw,38px);scroll-margin-top:15px;border:1px solid #dbe4da;border-radius:17px;background:rgba(255,255,255,.97)}
.faq-category-head{display:flex;align-items:center;gap:15px;margin-bottom:17px}
.faq-category-head>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:50%;background:#edf6ec;font-size:1.35rem}
.faq-category-head h2{margin:0;font-size:clamp(1.55rem,3vw,2.15rem)}
.faq-list{display:grid;gap:9px}
.faq-list details{border:1px solid #dde4dc;border-radius:10px;background:#fff;padding:0 17px}
.faq-list summary{position:relative;padding:16px 28px 16px 0;cursor:pointer;font-weight:800;line-height:1.4;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{position:absolute;top:14px;right:0;content:"+";color:#2e8736;font-size:1.35rem}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{margin:0 0 17px;color:#535e55;line-height:1.65}
.faq-size-table-wrap{overflow-x:auto;margin:0 0 12px;border:1px solid #dde4dc;border-radius:11px}
.faq-size-table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}
.faq-size-table th,.faq-size-table td{padding:14px;border-bottom:1px solid #e4e9e3;border-right:1px solid #e4e9e3;text-align:left;line-height:1.5}
.faq-size-table thead th{color:#fff;background:#2e7d32}
.faq-size-table tbody th{color:#246a2c;background:#f0f7ef}
.faq-size-table tr:last-child th,.faq-size-table tr:last-child td{border-bottom:0}
.faq-contact-box{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:18px;padding:30px 34px;border-radius:17px;color:#fff;background:#1e4f29}
.faq-contact-box .faq-eyebrow{color:#bde7c1}
.faq-contact-box h2{margin:0;font-size:clamp(1.4rem,3vw,2rem)}
.faq-contact-box>a{flex:0 0 auto;padding:13px 17px;border-radius:8px;color:#1e4f29;background:#fff;font-weight:800;text-decoration:none}

@media(max-width:650px){
    .faq-shell{width:min(100% - 22px,1000px);padding-top:14px}
    .faq-logo{width:min(280px,70vw)}
    .faq-hero{padding:30px 19px}
    .faq-category{padding:23px 16px}
    .faq-category-head{align-items:flex-start}
    .faq-contact-box{align-items:stretch;flex-direction:column;padding:26px 20px;text-align:center}
    .faq-contact-box>a{text-align:center}
}

/* =========================
   DATENSCHUTZHINWEIS IM UPLOAD
========================= */
.upload-privacy-note{
    display:flex;
    align-items:flex-start;
    gap:14px;
    box-sizing:border-box;
    width:min(620px,calc(100% - 30px));
    margin:24px auto 0;
    padding:17px 19px;
    border:1px solid #95c99a;
    border-radius:12px;
    color:#28352b;
    background:#f0f8f0;
    text-align:left;
}
.upload-privacy-icon{flex:0 0 auto;font-size:1.5rem;line-height:1.2}
.upload-privacy-note strong{display:block;margin-bottom:5px;color:#246b2b;font-size:1rem}
.upload-privacy-note p{margin:0;color:#4f5b51;font-size:.9rem;line-height:1.55}
.upload-privacy-note a{display:inline-block;margin-top:7px;color:#246b2b;font-size:.86rem;font-weight:700}

@media(max-width:600px){
    .upload-privacy-note{
        display:grid;
        grid-template-columns:30px minmax(0,1fr);
        gap:10px;
        width:calc(100% - 30px);
        margin:22px auto 0;
        padding:15px 14px;
    }
    .upload-privacy-icon{font-size:1.2rem;text-align:center}
    .upload-privacy-note p{font-size:.88rem;line-height:1.5}
}
