a {
    text-decoration: none;
}

a:hover {
    color: blue;
}

.header {
    position: relative;
}

.header a:hover {
    color: white;
}

.menuIcon {
    display: inline-block;
    margin-top: 22px;
}

.menuIcon .bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 2px 10px;
    transition: 0.7s;
}

.change .bar1 {
    transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -5px) rotate(45deg);
}

.menuItems {
    margin-top: 75px;
    background-color: #d0d0d0;
}

#currentItem {
    color: rgb(115, 115, 115);
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    font-weight: normal;
}

.w3-theme {
    background-color: black !important;
}

.w3-button:hover {
    background-color: gray !important;
}

.page-content {
    margin: 15px 5px 80px 5px !important;
}

.preis {
    font-size: larger;
}

.summary {
    display: list-item;
    cursor: pointer;
}

.inhalt {
    font-size: smaller;
}

.inhaltsstoffe li {
    border-bottom: 0px;
    padding: 0px 16px;
}

.anwendung {
    padding: 0px 32px;
}

.cart-btn {
    background-color: black;
    color: white;
    border-radius: 12px;
    padding: 5px 20px 5px 20px;
    margin: 5px 10px 5px 10px;
}

.cart-empty {
    color: white;
    display: none;
}

.cart-filled {
    color: rgb(120,120,255);
}

.slideshow-container {
    position: relative;
}

#cartMenu {
    right: 2px;
}

.slideshow-btn {
    text-shadow: 3px 3px 1px gray;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.mySlides img {
    width: 100%;
    /* height: 400px; */
}

