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;
}

.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;
}

/* =========================
   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;
    }
}