﻿
body {
    font-family: Verdana, sans-serif;
    background-color: #F2F6F8;
}

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

/* ================= HEADER ================= */

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.home {
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.warenkorb {
    display: inline-block;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wkorbpng {
    position: relative;
    top: 6px;
}
/* ================= NAVBAR ================= */
.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px;
    position: relative;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

nav li {
    position: relative;
}

nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    padding: 8px 5px;
}

/* ================= BURGER ================= */

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 35px;
    padding: 5px;
}

    .burger span {
        height: 3px;
        width: 25px;
        background: #000;
        margin: 4px 0;
    }

/* ================= CONTENT ================= */

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.title-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}


h1 {
    color: #000000;
    padding: 15px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 32px;
    display: inline-block;
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    line-height: 140%;
}

.kundenmenu {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 15px;
    border-radius: 12px;
    font-size: 18px;
    display: inline-block;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);

}

.section {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    font-size: 17px;
}

    .section h2 {
        color: #0000ff;
        margin-bottom: 20px;
        text-align: left;
    }

.sectionweiss {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    font-size: 17px;
}

.sectiongrau h2 {
    color: #0000ff;
    margin-bottom: 20px;
    text-align: left;
}

.sectionweiss {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px
}

    .sectionweiss h2 {
        color: #0000ff;
        margin-top: 20px;
        margin-bottom: 28px;
        font-size: 24px;
        text-align: left;
    }

    .sectionweiss p {
        margin-top: 20px;
    }

.rh {
    border: none;
    border-top: 1px solid #c0c0c0;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    width: 100%;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    }

    .card img {
        width: 100%;
    }

    .card p {
        padding: 10px;
        font-size: 15px;
    }

.desc {
    margin-bottom: 24px;
    max-width: 800px;
    text-align: justify;
}


.cards2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card2 {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .card2:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    }

    .card2 img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center bottom;
        display: block;
    }

    .card2 p {
        padding: 10px;
        font-size: 15px;
    }

.eblock {
    line-height: 150%;
}

.liste {
    text-align: justify;
    line-height: 150%;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
}

ul.ok {
    margin-left: 40px;
    margin-top: 20px;
}

.liok {
    margin-bottom: 20px;
}


    ul.ok li::marker {
        content: "✔ ";
        color: #2ecc71;
    }

.ct {
    text-align: left;
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
    color: #606060;
}

.mfotos {
    margin-top: 12px;
    font-family: Verdana,Arial;
    font-size: 10px;
    max-width: 100%;
    height: auto;
    text-align: center;
    display: block;
}

.mgn {
    font-weight: bold;
    margin-bottom: 16px;
}

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

.bestellen {
    margin-top: 25px;
    padding: 14px;
    max-width: 500px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #176B87, #145A70);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: block;
}

.kmenu {
    display: block;
    text-align: right;
}

/* ================= LINKS ================= */

A:link {
    TEXT-DECORATION: none;
    color: #0000a0;
}

A:active {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A:focus {
    TEXT-DECORATION: none;
    color: #0000a0;
}

A:visited {
    TEXT-DECORATION: none;
    color: #0000a0;
}

A:hover {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A.bestellen:link {
    TEXT-DECORATION: none;
    color: #ffffff;
}

A.bestellen:active {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A.bestellen:focus {
    TEXT-DECORATION: none;
    color: #000000;
}

A.bestellen:visited {
    TEXT-DECORATION: none;
    color: #ffffff;
}

A.bestellen:hover {
    TEXT-DECORATION: underline;
    color: #ffffff;
    background-color: #3a6f3a;
}


A.home:link {
    TEXT-DECORATION: none;
    color: #000000;
}

A.home:active {
    TEXT-DECORATION: none;
    color: #ff0000;
}

A.home:focus {
    TEXT-DECORATION: none;
    color: #000000;
}

A.home:visited {
    TEXT-DECORATION: none;
    color: #000000;
}

    A.home:hover {
        TEXT-DECORATION: none;
        transform: translateY(-2px);
    }

A.warenkorb:hover {
    transform: translateY(-2px);
}

.wlink {
    padding-right: 8px;
    padding-left: 8px;
    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px
}

.weiter {
    margin-left: 8px
}

A.tr:link {
    TEXT-DECORATION: none;
    color: #ff0000
}

A.tr:active {
    TEXT-DECORATION: underline;
    color: #0000ff
}

A.tr:focus {
    TEXT-DECORATION: none;
    color: #ff0000
}

A.tr:visited {
    TEXT-DECORATION: none;
    color: #ff0000
}

A.tr:hover {
    TEXT-DECORATION: underline;
    color: #0000ff
}

/* ================= Eingabefelder ================= */

.labels {
    display: block;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #2f3e2f;
    font-size: 18px;
}

    .labels input[type="checkbox"] {
        margin-right: 8px;
    }

.reg_box {
    width: 400px;
    padding: 14px 16px;
    border: 1px solid #d8e2d8;
    border-radius: 10px;
    font-size: 18px;
    background-color: #f0f0f0;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

    .reg_box:hover {
        border-color: #a8c9a8;
    }

.reg_boxlang {
    width: 100%;
    max-width: 700px;
    padding: 14px 16px;
    border: 1px solid #d8e2d8;
    border-radius: 10px;
    font-size: 18px;
    background-color: #f0f0f0;
    transition: all 0.25s ease;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}

.buttons {
    margin-top: 25px;
    padding: 14px;
    width: 100px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #176B87, #145A70);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: block;
}

    .buttons:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.loschen {
    margin-top: 25px;
    padding: 14px;
    width: 220px;
    border: none;
    border-radius: 10px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: block;
    color: #ffffff;
    margin-left: 30%;
    position: relative;
    top: -74px
}

    .loschen:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.fehler {
    display: block;
    margin-top: 20px;
    padding: 12px 15px;
    background-color: #ffeaea;
    border: 1px solid #ffb3b3;
    border-radius: 8px;
    color: #b30000;
    font-weight: 500;
}

.weisstab {
    background-color: #ffffff;
    font-size: 16px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
}

.grautab {
    background-color: #f0f0f0;
    font-size: 16px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
}

.staffel {padding-right: 8px;}


/* ================= MENU LINKS ================= */

A.mn:link {
    TEXT-DECORATION: none;
    color: #000000;
}

A.mn:active {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A.mn:focus {
    TEXT-DECORATION: none;
    color: #000000;
}

A.mn:visited {
    TEXT-DECORATION: none;
    color: #000000;
}

A.mn:hover {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A.foot:link {
    TEXT-DECORATION: none;
    color: #000000;
}

A.foot:active {
    TEXT-DECORATION: underline;
    color: #ff0000;
}

A.foot:focus {
    TEXT-DECORATION: none;
    color: #000000;
}

A.foot:visited {
    TEXT-DECORATION: none;
    color: #000000;
}

A.foot:hover {
    TEXT-DECORATION: underline;
    color: #ff0000;
}


/* ================= FOOTER ================= */
.footer {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
    line-height: 150%;
}

    .footer a {
        margin-right: 15px;
        text-decoration: none;
        color: #000;
    }

.tr {
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}

/* ================= DESKTOP DROPDOWNS ================= */

@media (min-width: 701px) {

    .dropdown-content {
        left: auto;
        right: 0;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 700px) {

    

    /* Navbar */
    .navbar {
        display: block;
        padding: 10px 20px;
    }

    /* Burger rechts */
    .burger {
        display: flex;
        margin-left: auto;
        align-items: flex-end;
    }

    /* Hauptnavigation */
    nav {
        width: 100%;
    }

        nav ul {
            display: none;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            width: 100%;
            margin-top: 10px;
            gap: 0;
        }

            /* Menü geöffnet */
            nav ul.active {
                display: flex;
            }

        /* Menüeinträge */
        nav li {
            width: 100%;
            text-align: right;
        }

        nav a {
            padding: 8px 5px;
        }

    /* Mobile Dropdowns */
    .dropdown-content {
        position: static;
        display: none;
        padding-left: 15px;
        border: none;
    }

    .dropdown.active > .dropdown-content {
        display: flex;
        flex-direction: column;
    }

    /* Überschriften */
    h1 {
        font-size: 20px;
        padding: 8px 15px;
    }
}

/* ================= LISTENABSTÄNDE ================= */

@media (min-width: 900px) {

    .liste {
        margin-left: 100px;
        margin-right: 100px;
    }

    
}


    @media (min-width: 1200px) {

        .liste {
            margin-left: 200px;
            margin-right: 200px;
        }
    }

    /* ================= H1 ================= */

@media (max-width: 1000px) {

    h1 {
        font-size: 22px;
        padding: 8px 15px;
    }
}
@media (max-width: 1100px) {
    .lfotos {
        max-width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 6px;
        display: block;
    }
}

    @media (max-width: 1200px) {
        h1 {
            margin-left: 10px;
        }
    }

    @media (max-width: 700px) {
        h1 {
            font-size: 20px;
            padding: 8px 15px;
        }

        .kundenmenu {
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .wkorbpng {
            width: 70%;
            height: 70%;
            left: -8px;
        }
    }

@media (min-width: 900px) {
    .liste {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (min-width: 1100px) {
    .lfotos {
        float: left;
        margin-right: 18px;
        margin-bottom: 6px;
        margin-top: 0px;
        font-family: Arial;
        font-size: 10px;
        display: block;
    }
}

    @media (min-width: 700px) {
        .liste {
            margin-left: 100px;
            margin-right: 100px;
        }
    }

    @media (min-width: 1200px) {
        .liste {
            margin-left: 200px;
            margin-right: 200px;
        }
    }

@media (max-width: 900px) {

    .weisstab {
        font-size: 12px;
    }

    .grautab {
        font-size: 12px;
    }

    .weisstyptab {
        font-size: 12px;
    }

    .grautyptab {
        font-size: 12px;
    }

    .title-image img.marketing {
        width: 180px;
        left: 75%;
    }

    .cards {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .cards2 {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    h2 {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .timage {
        max-width: 99%;
        height: auto;
    }
}