/*pink #b41b6d; pink:hover #6e214a */

* {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
    --footer-height: 240px;
    --header-height: 90px;
    --nav-height: 38px;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    line-height: 21px;
    /* font-style: italic; */
    position: relative;
}

hr {
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: black 1px solid, 0px, 0px, 0px;
}

a:active {
    color: #a3a3a3;
    text-decoration: none;
    line-height: 21px;
}

a:hover {
    /* color: #002db3; */
    text-decoration: none;
    /* line-height: 21px; */
}

a.MainCat {
    color: black;
    text-decoration: underline;
}

select, select > option, button, input[type=button] {
    background-color: #85c441;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 0;
    min-width: max-content;
    cursor: pointer;
    :hover {
        background-color: #4eac54;
    }
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel] {
    border: 1px solid #a3a3a3;
    border-radius: 0;
    padding: 7px 8px;
    font-size: 16px;
    color: black;
    width: auto;
}


.ProduktBildlarge {
    position: absolute;
    /* left: -9999px; */
}

.ProduktBildGross {
    border-radius: 4px;
    box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
    max-width: 250px;
}

.ProduktBild:hover .ProduktBildlarge {
    left: 0px;
    top: 16px;
	z-index: 289;
}

.special {
	color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    max-height: 400px;
	background-size: cover;
    /*border:1px solid red;*/
    padding: 16px;
	background-image: url("bilder2/adventskalender_klein.png"); 
}

#videobereich {
    /*background-color: orange;*/
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    align: center;
}

.videoextern {
    /*background-color: yellow;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Brand-bild {
    max-width: 50px;
    height: auto;
    /*margin-left: 0px;
	margin-right:0px;*/
    background: black;
}

#Status {
    /* color: white;
    top: 10px; */
    position: relative;
    min-width: 94%;
    margin-left: 3%;
    /* margin-right: 3%;
    margin-bottom: 25px; */
}

#StatusTop {
    /* height: 39px;
    background-color: #a3a3a3; */
    padding-left: 8px;
    /* padding-top: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 150%;
    font-weight: 600; */
}

#StatusMeldung {
    padding-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: black;
    position: relative;
    /*background-color: #dbdbea;*/
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}

#Start {
    color: white;
    position: relative;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
}

#StartTop {
    display: none;
    height: 39px;
    background-color: #85c441;
    padding-left: 8px;
    padding-top: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 130%;
    font-weight: 600;
}

#StartMeldung {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    color: black;
    position: relative;
}

#StartSubTop {
    text-align: center;
    color: black;
    /* font-size: 120%; */
    /* font-size: ; */
    /* font-weight: 600; */
    /* width: 70%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background-color: #4b4b4b; */
    /* border-top: black solid 1px; */
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    min-height: 29px;
    padding-left: 16px;
    padding-top: 8px;
    margin-bottom: 0px;
}

#Produkte {
    color: white;
    top: 8px;
    position: relative;
    min-width: 94%;
    margin: 0 2%;
    margin-bottom: 32px;
}

#ProdukteTop {
    color: black;
}

#ProdukteInhalt {
    /* padding-left: 10px; */
    padding-top: 16px;
    padding-bottom: 16px;
    color: black;
    position: relative;
    /* > .warenkorb-eintrag-table {
        max-width: 500px;
    }
    > .cart-hr {
        max-width: 500px;
        margin-left: 0px;
    } */
}

#Album {
    color: white;
    top: 8px;
    position: relative;
    min-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 32px;
}

#AlbumTop {
    height: 29px;
    background-color: #a3a3a3;
    padding-left: 10px;
    padding-top: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#AlbumInhalt {
    padding-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: black;
    position: relative;
}

/*Div Table*/
div.table {
    display: table;
    border-collapse: collapse;
}

div.tr {
    display: table-row;
}

div.td {
    display: table-cell;
    /* border:thin solid red; */
    padding: 8px;
}

div.table a {
    text-decoration: none;
    /* font-style: italic; */
    font-weight: 500;
}

/*EOF Div Table*/
/*DropdownUsermenÃ¼*/
.dropdownLogin {
    position: relative;
    display: inline-block;
}

.dropdown-contentLogin {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-contentLogin a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownLogin:hover .dropdown-contentLogin {
    display: block;
}

/*dropdown Warenkorb*/
.dropdownWarenkorb {
    position: relative;
}

.dropdown-contentWarenkorb {
    /* color: red; */
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
	max-height:500px;
    overflow:scroll;
    table {
        padding-bottom: 16px;
    }
}

.dropdownWarenkorb:hover .dropdown-contentWarenkorb, .dropdown-contentWarenkorb a {
    display: block;
    color: black;
}

.dropdown-contentWarenkorb:hover a {
    color: black;
}

/* .warenkorb-eintrag-table {
    border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
    td {
        padding: 0px;
    }
} */

td.preis-zwischensumme {
    text-align: right;
    font-weight: bold;
}

figure {
    /* text-align: center; */
    /* font-style: italic; */
    /* font-size: smaller; */
    text-indent: 0;
    color: #ffffff;
    margin: -0.2em 0em;
    position: relative;
    top: 8px;
    display: table-cell;
}

figure a {
    color: white;
    /* font-weight: bold; */
}

/* Change the link color to #111 (black) on hover */
figure a:hover {
    color: white;
    /* font-weight: bold; */
}

figcaption {
    font-weight: bold;
    position: relative;
    right: 0px;
    top: 1px;
    width: 100%;
}

figure.einzel {
    top: -8px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 8px;
    width: 25%;
}

figure.gesamt {
    font-size: 1.2rem;
    width: 100%;
}

.box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shownone {
    display: none;
    color: white;
}

/*suche*/
.suche {
    overflow: hidden;
    max-width: 100%;
    min-width: 300px;
    margin-right: auto;
    float: right;

}



form.suche input[type=text] {
    padding: 9px;
    font-size: 14px;
    float: left;
    width: 80%;
    color: black;
}

form.suche button {
    float: left;
    width: 20%;
    padding: 8px;
    background: #85c441;
    color: white;
    font-size: 16px;
    border: 1px solid grey;
    cursor: pointer;
}

form.suche button:hover,
select:hover, 
select > option:hover, 
button:hover, 
input[type=button]:hover {
    background: #4eac54;
}

form.suche::after {
    content: "";
    clear: both;
    display: table;
}

/*EOF suche*/
.asideBoxInhalt {
    position: relative;
    margin-bottom: 40px;
    color: white;
}

.asideBoxInhalt a {
    color: white;
}

.punklogo {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    height: 55px;
    margin-top: 10px;
}

/* dropdown*/
nav {
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #3a3a3a;
    font-size: 17px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    color: #000000;
    text-decoration: none;
}

nav a:hover {
    color: white;
}

nav ul li {
    position: relative;
    float: left;
    list-style: none;
    z-index: 10;
}

nav > ul > li:focus-within > a,
nav > ul > li:hover > a {
  color: white;
  line-height: 20px;
}

nav ul li:hover {
    background: #85c441;
}

nav ul li a {
    margin: 0;
    padding: 9px 7px;
    /* border-right: 1px solid black; */
}

nav ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

nav ul ul li {
    float: none;
    width: 200px;
    border-bottom: 1px solid #555;
}

nav ul ul li a {
    padding: 5px 10px;
}

nav ul li:hover > ul {
    top: 100%;
    left: 0;
}

nav ul li:hover:nth-child(4) > ul {
    top: 100%;
    left: -85%;
}

nav ul ul li:hover > ul {
    top: 0;
    left: 200px;
}

nav ul li.submenu > a:after {
    position: relative;
    float: right;
    content: '';
    margin-left: 4px;
    margin-top: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 8px solid transparent;
}

nav > ul > li.submenu:hover > a:after,
nav > ul > li.submenu:focus-within > a:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    border-bottom: 8px solid transparent;
}

nav ul ul li.submenu a:after {
    margin-left: auto;
    margin-right: -8px;
    border-left: 8px solid #000;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

nav ul ul li:last-child {
    border-bottom: none;
}

/*EOF dropdown*/
font.GridHeader {
    /* font-size: 1.5em; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    color: #FFFFFF;
}

/*Main Grid*/
.MainGrid > * {
    /*border: 2px solid #f08c00;
	border-radius: 5px;
	padding: 1px;*/
    background-color: #fff;
}

.main-head {
    grid-area: header;
    position: sticky;
    top: 0;
    left: 0;
    /* background-color: #fff; */
    /* background-image: url("bilder2/html/header_bg.jpg"); */
    background-image: url("bilder2/html/header_bg_transparent.png");
    background-repeat: repeat-x;
    background-position-x: -180px;
    z-index: 50;
    background-color: #85c441;
    height: var(--header-height);
}

.main-dynamic-content {
    grid-area: dynamic-content;
    display: inline-flex;
    min-height: calc(100vh - ((var(--header-height)) + (var(--nav-height)) + (var(--footer-height))));
    height: 100%;
}

.main-brands {
    FONT-VARIANT: JIS04;
    grid-area: brands;
    background-color: #3d3d3d;
}

.main-brands .box a {
    line-height: 0;

}

.main-content {
    grid-area: content;
    display: inline-flex;
    min-height: 400px;
}

.main-nav {
    grid-area: nav;
    border-bottom: 1px black solid;
    /* text-transform: uppercase; */
}

.aside1 {
    grid-area: sidebar1;
    background-color: #272727;
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 10px;
    padding-top: 5px;
}

.aside2 {
    grid-area: sidebar2;
    background-color: rgba(0,0,0,0.75);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 10px;
    padding-top: 5px;
}

.main-footer {
    grid-area: footer;
    padding: 20px;
    height: 240px;
}

/* .main-zebraLinks {
    grid-area: zebra_links;
}

.main-zebraRechts {
    grid-area: zebra_rechts;
} */

/*EOF MainGrid */
/*HeaderGrid*/
.HeaderGrid > * {
    /*border: 1px solid #000000;
  border-radius: 5px;
  background-color: #a3a3a3;*/
}

.HeaderGrid-language {
    grid-area: language;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderGrid-logo {
    grid-area: logo;
    transform: translate(25%, 0%);
}

.HeaderGrid-warenkorb {
    padding: 20px 0 24px 0;
    grid-area: warenkorb;
}

.DynamicContentGrid {
    display: grid;
    grid-template-columns: [line-v-1] minmax(200px, 100vw) 1fr;
    grid-template-rows:[line-h-1] auto [line-h-2] auto [line-h-3] auto [line-h-4] auto;
    grid-template-areas:
        "brands"
        "content"
        "sidebar1"
        "sidebar2";
}

.thumbnail-dimensions {
    width: 220px;
    height: auto;
}

/*EOF HeaderGrid*/
/*FooterGrid*/
.FooterGrid > * {
    text-align: left;
    font-size: 0.8em;
}

.FooterGrid-Info {
    grid-area: info;
}

.FooterGrid-Impressum {
    grid-area: impressum;
}

.FooterGrid-Newsletter {
    grid-area: newsletter;
}

.FooterGrid-Footer {
    grid-area: FooterFooter;
}

.FooterGrid ul {
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*EOF FooterGrid*/
/*Grids*/
.HeaderGrid {
    display: grid;
    grid-template-columns: 1fr 0px 3fr 0px 1fr;
    grid-template-areas:
        "language engel logo teufel warenkorb";
}

.FooterGrid {
    display: grid;
    background: #85c441;
    color: white;
    grid-template-columns: minmax(100px, 1fr);
    grid-template-rows: [line-h-1] auto [line-h-2] auto [line-h-5] auto [line-h-4] auto;
    grid-template-areas:
        "impressum"
        "info"
        "newsletter"
        "FooterFooter";
    a {
        color: inherit;
    }
}

.MainGrid {
    margin: 0 auto;
    font: 1em Helvetica, arial, sans-serif;
    display: grid;
    grid-template-columns: [line-v-1] 1fr;
    /* width: 100vw;  */
    grid-template-rows: [line-h-1] auto [line-h-2] minmax(85px, 1fr) [line-h-3] auto [line-h-4] auto;
    grid-template-areas:
        "header"
        "nav"
        "dynamic-content"
        "footer";
}

/* 600px */
@media (min-width: 37.5em ) {

    * {
        --header-height: 75px;
    }

    .punklogo {
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50%;
        height: 70px;
        margin-top: 0px;
    }

    .main-head {
        grid-area: header;
        position: sticky;
        top: 0;
        left: 0;
        background-color: #fff;
        /* background-image: url("bilder2/html/header_bg.jpg"); */
        background-image: url("bilder2/html/header_bg_transparent.png");
        background-repeat: repeat-x;
        background-position-x: -130px;
        z-index: 50;
        background-color: #85c441;
        height: var(--header-height);
    }

    .MainGrid {
        grid-template-columns: [line-v-1] 1fr ;
        grid-template-rows: [line-h-1] auto [line-h-2] 38px [line-h-3] auto [line-h-4] auto;
        grid-template-areas: "header  header" "nav     nav" "dynamic-content  dynamic-content" "footer   footer";
    }
    

    nav ul li:hover > ul {
        top: 100%;
        left: 0;
    }


    .FooterGrid {
        background: #85c441;
        color: white;
        display: grid;
        border-top: 1px black solid;
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
        grid-template-rows: [line-h-1] 140px[line-h-2] 60px;
        grid-template-areas:
            "info impressum newsletter "
            "FooterFooter FooterFooter FooterFooter";
        a {
            color: inherit;
        }
    }

    .shownone {
        display: inline-block;
    }

    .suche {
        position: relative;
    }

    .Brand-bild {
        max-width: 100%;
        height: auto;
        background: black;
    }

    .ProduktBild:hover .ProduktBildlarge {
        left: 20px;
        top: 20px;
    }

    .ProduktBildGross {
        border-radius: 4px;
        box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
        max-width: 400px;
    }

}

/*960px*/
@media (min-width: 60em) {

    .MainGrid {
        FONT-WEIGHT: 400;
        grid-template-columns: [line-v-2] 4fr;
        grid-template-rows: [line-h-1] auto [line-h-2] 38px [line-h-3] auto [line-h-4] auto;
        grid-template-areas:
            "header header"
            "nav     nav"
            "dynamic-content dynamic-content"
            "footer  footer";
    }

    .HeaderGrid {
        display: grid;
        height: var(--header-height);
        grid-template-columns: 1fr 2fr 3fr 2fr 2fr;
        grid-template-areas:
            "language engel logo teufel warenkorb";
    }
}



/* Änderungen Marian Produkt-Seite */
/* Produkt-Bereich */
.produkt-container {

    display: grid;
    grid-template-columns: minmax(330px, 700px) minmax(150px, auto);
    grid-template-areas:
      "produkt-bilder produkt-zusammenfassung produkt-zusammenfassung"
      ". info-tex info-text";
}

/* Bilder Voraschau Thumbnails-Leiste Links */
.produkt-bilder {
    grid-area: produkt-bilder;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    min-width: 330px;
    max-width: 700px;
    input[type="radio"] {
      display: none;
    }
}

.produkt-bilder-klein {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    position: relative;
    width: 80px;
    height: 100%;
}

.produkt-bilder-klein img {
    /* width: 100%; */
    /* height: auto; */
    display: block;
}

.produkt-bild-gross {
    flex: 1;
    min-width: 250px;
    min-height: 250px;
    display: flex;
}

.produkt-bild-gross-einzeln {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: none;
    padding-bottom: 16px;
}

/* beinhaltet Preis, Ueberschrift und Hardticket */
.produkt-zusammenfassung {
    grid-area: produkt-zusammenfassung;
    float: right;
    padding-left: 16px;
}

.info-text {
    padding-top: 16px;
    margin-top: 32px;
    border-top: solid 1px black;
    grid-area: info-text;
    grid-column: 1 / 4;
    white-space: normal;
    overflow-wrap: break-word; /* moderne Lösung */
    word-wrap: break-word;     /* Fallback für alte Browser */
    hyphens: auto;
}

.to-cart-check {
    color: green;
    font-size: 2em;
}

.to-cart-text {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 40px;
}

.produkt-ueberschrift {
    word-wrap: break-word;    /* Alternative zu overflow-wrap */
    overflow-wrap: break-word;
    /* hyphens: auto; */
}

/* Kleiner Hack zum anzeigen und ausblenden der Produktbilder bis 10 Stück */
#toggle-1:checked ~ .bild-gross-1,
#toggle-2:checked ~ .bild-gross-2,
#toggle-3:checked ~ .bild-gross-3,
#toggle-4:checked ~ .bild-gross-4,
#toggle-5:checked ~ .bild-gross-5,
#toggle-6:checked ~ .bild-gross-6,
#toggle-7:checked ~ .bild-gross-7,
#toggle-8:checked ~ .bild-gross-8,
#toggle-9:checked ~ .bild-gross-9,
#toggle-10:checked ~ .bild-gross-10 {
    display: block;
}

/*von der alten seite Ã¼bernommen, muss ggf. angepasst werden oder wird nicht mehr benÃ¶tigt*/

font.error {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000
}

font.big {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000
}

font.bigVVK {
    font-family: arial;
    font-size: 14px;
    color: black
}

font.preis {
    font-family: arial;
    font-size: 25px;
    font-weight: bold;
    color: #4eac54
}

font.head {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF
}

font.text {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000
}

font.notice {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    margin: auto
}

font.adminwelcome {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}


.addBrOnMobile {
    display: none;
}

@media (min-width: 1500px) {
    .DynamicContentGrid {
        width: 1500px;
        margin: 0 auto;
    }
    .thumbnail-dimensions {
        width: 300px;
        height: auto;
    }
}


@media (max-width: 720px) {
    .main-nav {
        font-size: 17px;
    }
    
    .suche {
        min-width: 210px;
    }
    .produkt-container {
        grid-template-columns: 80px auto;
        grid-template-areas:
            "produkt-bilder produkt-bilder"
            "produkt-zusammenfassung produkt-zusammenfassung"
            ". info-text";
    }
    .thumbnail-dimensions {
        width: 180px;
        height: auto;
    }
}


@media (max-width: 599px) {

    * {
        --footer-height: 435px;
        --header-height: 90px;
        --nav-height: 86px;
    }

    .main-nav {
        font-size: 17px;
        text-align: left;
    }

    .main-footer {
        height: var(--footer-height);
    }

    .main-nav ul li {
        width: 25%;
    }

    li.submenu ul li {
        width: 100%;
    }
    
    nav ul li a {
        padding: 13px 4px;
    }

    /* Für überall umbrechen, nicht ändern */
    .wordBreakOnMobile {
        hyphens: auto;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .addBrOnMobile {
        display: block;
    }
    
    .suche {
        min-width: 100%;
        border-top: 1px black solid;
    }

    .produkt-container {
        grid-template-columns: 80px auto;
        grid-template-areas:
            "produkt-bilder produkt-bilder"
            "produkt-zusammenfassung produkt-zusammenfassung"
            ". info-text";
    }

    .thumbnail-dimensions {
        width: 130px;
        height: auto;
    }
}


@media (max-width: 440px) {
    .main-nav {
        font-size: 17px;
    }

    nav ul li a {
        padding: 13px 0px;
    }

    .stapeln-wenn-zu-schmal {
        display: grid;
        justify-content: left;
    }

    #StatusMeldung {
        padding-left: 0;
        div.td {
            display: block;
        }
    }

    div.td {
        padding-left: 0;
    }

    #StatusTop {
        padding-left: 0;
    }

    #Status {
        margin-left: 1%;
    }
    
    .thumbnail-dimensions {
        width: 100px;
        height: auto;
    }

    .hideOnMobile {
        display: none;
    }

    .smallerFontOnMobile {
        font-size: 14px;
    }

}

@media (max-width: 385px) {
    .main-nav {
        font-size: 17px;
        > ul {
            display: flex;
            justify-content: space-between;
            list-style: none;
            > li {
                width: unset;
            }
        }
    }

    /* .produkt-ueberschrift {
        hyphens: auto;
    } */

    font.preis {
        font-size: 20px;
    }

    .HeaderGrid {
        grid-template-columns: 14% 0px 57% 0px 29%;
        .HeaderGrid-logo {
            transform: none;
        }
    }
    
}


.flyer-img {
    width: 100%;
}

.artikel-nicht-da  {
    width: 80%;
}

input[type="number"] {
   width:50px;
}

.warenkorb-toggle {
  position: relative;
}

.warenkorb-toggle input[type="checkbox"] ~ .dropdown-contentWarenkorb {
  display: none;
}

.warenkorb-toggle input[type="checkbox"]:checked ~ .dropdown-contentWarenkorb {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 280px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1000;
  right: 0;
  max-height: 500px;
  overflow-y: auto;
}

.svg-icon {
  /* Stellt die Grösse auf denselben Wert wie zuvor ein */
  width: 1.8rem;
  height: 1.8rem;
	
  /* Färbt ein (standardmässig schwarzes) SVG weiss */
  filter: brightness(0) invert(1); 
}



details {
  line-height: 1.4;
}

details summary {
  outline: none;
  cursor: pointer;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0));
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

details summary .preview {
  display: -webkit-box;
  -webkit-line-clamp: 6;      /* Zeilenanzahl, die sichtbar bleibt */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

details[open] .preview{
    display: none;
}