.hover-blue:hover{
    filter: invert(12%) sepia(99%) saturate(1777%) hue-rotate(203deg) brightness(103%) contrast(93%);

 }
 .blue-link:visited {
    color: #1655b9;
  }



.Schokobody {
    background:#3D240C
   

}

body {
        font-family: ui-sans-serif, system-ui, sans-serif;
    background-color: #3D240C;
    margin: 0 0 0 0;

}
.Körper {margin: 60px 10px 10px 10px;}
.Warenkorb-Inhalt{
    margin-top: 100px;
    color: #FFCA99;
    font-size: x-large;
    
}

.Warenkorb-Produkt{
 color: #D69456;

}
.Warenkorb-Preis{
    color: #FFCA99;
}

.Warenkorb-Input{
    background-color: #D69456;
    border: none;
    border-radius: 8px;
}
.Menu-Big {
        margin: 0 0 0 0;
        font-size: xx-large;
    background: #742D01;
background: linear-gradient(90deg, #D69456 0%, rgba(209, 99, 2, 1) 100%);
        color: transparent;
        background-clip: text;
        font-weight: bold;
    }


.Menu-Icon {
    width: 48px;
    height: 48px;
    margin-top: 5px;
}
.Menu-Bar {
    text-wrap: nowrap; /* Verhindert Umbrüche */

        background-color: #713600;
        border: solid 2px #895f37;
        height: 70px;
        border-radius: 100px;
        color: #94A3B8;
        font-size: large;
        padding:  0 5% 0 5%;
        position: fixed;
         width: auto;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 500;
        z-index: 100;
    }
    .tiny-icon {
        height: 25px;
        width: 25px;
        border: none;
        margin-left: 20px;
        margin-right: 5px;
        filter: invert(78%) sepia(7%) saturate(869%) hue-rotate(175deg) brightness(82%) contrast(86%);
     }
    
    .Hintergrundtext {
        color: hsl(215 20.2% 65.1%);
        font-weight: 500;
     }


.Sub {
    position: absolute;
    top:400px;
    right:500px;
    color:white;
    margin: 4px 2px;
    padding: 15px 32px;
    display: inline-block;
    border:none;
    border-radius: 25px;

}

html {
scroll-behavior: smooth;
}





.Produkt{
        display: inline-block;
border: solid 2px #895f37;
color: #FFCA99;
font-size: larger;
font-weight: bold;
width: 20em;
height: 16em;
border-radius: 10px;
background: #713600;
align-items: center;
text-align: center;
margin: 1rem 1rem 1rem 1rem;
} 
.Produkt img {
    width: 18em;
    height: 12em;
}
.Produkt button {
    border: none;
   color: #FFCA99;
    background-color: #D69456;
    border-radius: 10px;
    width: 90%;
    height: 30px;
    position: relative;
    bottom: 0px;
}

.Warenkorb {
    border:none;
     background:none; 
     position:fixed; 
     right: 10px; 
     top: 0px;
}
.Warenkorb div {
    color:#FFFFFF; font-size: 15px; position:fixed; right: 34px; top: 5px;
}





h1 {
  margin-block-end: 0;
  letter-spacing: -.025em;
   
font-family: ui-sans-serif, system-ui, sans-serif;
font-weight: 700;
color: white;
}
h2 {
    margin-block-end: 0;
    letter-spacing: -.025em;
     
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  color: white;
  }
  h4 {
    margin-block-end: 0;
    letter-spacing: -.025em;
     
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  color: white;
  }


 .DONT_UNDERLINE {text-decoration: none;
color: inherit;}

 .Hintergrundtext {
    color: #FFCA99;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
  
 }
 .tiny-icon {
    height: 25px;
    width: 25px;
    border: none;
    margin-left: 20px;
    margin-right: 5px;
    filter: invert(78%) sepia(7%) saturate(869%) hue-rotate(175deg) brightness(82%) contrast(86%);
 }
