@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


:root[data-bs-theme="light"] {
    --text: #0c1b0c;
    --background: #f1fbf1;
    --primary: #476e45;
    --secondary: #a4d1a4;
    --accent: #5fa75f;
}

:root[data-bs-theme="dark"] {
    --text: #e3f2e3;
    --background: #041004;
    --primary: #59a159;
    --secondary: #2e5c2e;
    --accent: #93ba91;
}

body {
    /* background: var(--background); */
    font-family: 'Playfair Display', Arial, sans-serif;
    background: var(--background);
    color: var(--text);
}

.bg-c-primary {
    background: var(--primary);
}

.bg-c-secondary {
    background: var(--secondary);
}

.bg-c-background {
    background: var(--background);
}

.bg-c-accent {
    background: var(--accent);
}

#navbar {
    background: var(--background);
    border-bottom: var(--text) 1px solid;
}

.full-height {
    min-height: calc(100vh - 58px);
}

.heading {
    font-size: calc(32px + 2.2412vw);
    font-weight: bold;
    color: var(--accent);
    background: linear-gradient(120deg, var(--primary), var(--accent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

a {
    color: var(--primary);
    font-weight: bold;
    text-decoration: none;
}

main {
    padding-top: 58px;
}

.subheading {
    font-size: calc(28px + 2.2412vw);
    font-weight: bold;
    color: var(--text);
    z-index: 1;
    margin-top: 5vh;
}

.subtitle {
    color: var(--text);
    font-size: calc(18px + 0.390625vw);
    font-weight: 600;
}

.btn {
    border: 1px solid black;
    height: auto;
    font-size: calc(14px + 0.390625vw);
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    display: inline-block;
    z-index: 2;
    white-space: nowrap;
}

.btn:hover {
    border: 1px solid black;
    transform: translate(0, -3px);
}

.btn-primary {
    background: var(--primary);
}

.btn-primary:hover {
    background: var(--primary);
    box-shadow: 0 20px 80px -10px var(--primary);
}

#footer {
    height: 100px;
    border-top: 1px solid var(--text);
    color: var(--text);
    background-color: var(--background);
    margin-top: 50px;
    justify-content: space-between;
}

#copyright-text {
    font-size: calc(10px + 0.390625vw);
}

#darkModeSwitch-container {
    right: 4.2rem;
    top: 0.75rem;
    z-index: 1030;
}

.light-switch {
    display: none;
}

.light-switch+.light-switch-label {
    display: inline-block;
    cursor: pointer;
    padding: 8px;
}

.light-switch+.light-switch-label svg {
    display: block;
}

.light-switch+.light-switch-label svg.dark {
    display: none;
}

.light-switch:checked+.light-switch-label svg.light {
    display: none;
}

.light-switch:checked+.light-switch-label svg.dark {
    display: block;
}

#svg-moon {
    fill: white;
}

#startseite {
    position: relative;
    background-image: url(../images/start-bild1b703e32d94612dd393f.png); /* Farbe des Bildes Hintergrundes ändern */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}

.icon-img {
    color: var(--primary);
    width: 60px;
    height: 60px;
}


:root[data-bs-theme="dark"] #galerieCorousel .carousel-control-prev-icon {
    filter: invert(0);
}

:root[data-bs-theme="dark"] #galerieCorousel .carousel-control-next-icon {
    filter: invert(0);
}

:root[data-bs-theme="dark"] #galerieCorousel .carousel-indicators * {
    filter: invert(1);
}

.card-title {
    color: var(--primary);
}

.shop-item-title {
    font-weight: bold;
    color: var(--accent);
    background: linear-gradient(120deg, var(--primary), var(--accent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.carouselLeseprobe img {
    height: 100vh;
}
.step-container {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step-container a {
    word-break: break-all;
}

.step-title {
    color: #495057;
    font-weight: bold;
}
.step-description {
    color: #6c757d;
}

#footer svg {
    color: var(--text);
}

#footer a {
    color: var(--text);
}

#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}
#cookie-banner button {
    margin-left: 10px;
    padding: 5px 10px;
    background: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}
#cookie-banner button:hover {
    background: #45a049;
}



@media (max-height: 500px) {
    #startseite {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .shop-item-description {
        font-size: 14px;
    }

    #startseite {
        background-image: none;
        min-height: auto;
    }

    #left-home-container {
        min-height: auto;
    }


}

@media (max-width: 768px) {
    .full-height {
        height: auto;
    }

    #left-home-container {
        order: 2;
        padding-top: 20px;
        text-align: center;
        align-items: center;
    }

    #startseite-picture {
        margin-top: 50px;
        order: 1;
    }

    .icon-img {
        width: 50px;
        height: 50px;
    }

    #kontakt-list {
        list-style: none;
    }
    #btn-kontakt {
        min-width: 100%;
    }
}

/* Neues CSS */
@media (max-width: 576px) {
    #footer {
        padding: 0;
    }

    #copyright-text {
        justify-content: flex-start;
        margin-right: 15px;
    }
}
