body { font-family: 'Raleway','Arial', sans-serif; margin: auto; padding: 0; max-width: 1872px;}
.header { background: white; padding: 10px; }
.top-bar { display: flex; justify-content: space-between; align-items: center; }
.logo { max-height: 100px; width: auto; }
.cart-icon { height: 40px; width: auto; }
.divider { border: 0; height: 1px; background-image: linear-gradient(to right, #f8f8f8, #333, #f8f8f8); }
.navbar { display: flex; justify-content: center; background: white; padding: 5px 0;}
.navbar ul { list-style-type: none; display: flex; margin: 0; padding: 0; }
.navbar ul li { padding: 0 15px; position: relative; }
.navbar ul li a { text-decoration: none; color: black; font-size: 20px }
.navbar ul li a:hover {color:#ef5400}
.carousel { width: 100%; height: 35%; margin: 20px 0; }
.product-grid { display: flex; justify-content: space-around; flex-wrap: wrap; }
.product {   background-color: #eee; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.product-collection { width: 300px; height: 400px; background-color: #eee; margin-bottom: 20px; margin-top: 30px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.start-product-collection { width: 300px; height: 450px; background-color: #eee; margin-bottom: 20px; margin-top: 30px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
h2 { text-align: center; color: #333; }
h3 { text-align: center; color: #333;  justify-content: space-around; padding-left: initial}
h4 { text-align: center; color: #333;  justify-content: space-around; padding-left: initial; font-size: 20px; color: gray;}
.text-collection { text-align: center; padding-right: 140px; color: #333; display: flex;   justify-content: space-around; }
html, body { height: 100%; }
.container { width: 80%; margin: 0 auto; }
.shopping-cart { display: flex; justify-content: space-between; margin-top: 2%; }
.summary { border: 1px solid #ccc; background-color: #ccc; padding: 1%; width: 20%; height: 25%; align-items: center ; }
.summary h2 { font-weight: normal; }
.product-cart{ border: 1px solid #ccc; background-color: #ffffff; padding: 10px; margin-left: 4%; width: 90%; height: 25%; display: flex; justify-content: space-between; }
.products { border: 1px solid #ccc; background-color: #ccc; margin-top: 4%; padding: 2%; width: 70%; align-items: center ; }
.product img { max-width: 100px; }
.product-info { flex-grow: 1; }
.price,
.subtotal { text-align: right; }
.button { background-color: #000000; border: none; color: white; font-weight: bold; padding: 10px 25px; padding-left: 38%; padding-right: 40%; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 3px 2px; cursor: pointer; }
.button:hover { background-color: #424242; }
.gesamtpreis{ font-weight: bold; }
.profile-link { text-decoration: none; color: #333; font-size: 1.2em; display: block; text-align: right; padding: 5px 0; }



.profile-menu {
    position: relative;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
    float: right;
}

.dropbtn {
    background-color: white;
    color: #333;
    padding: 14.5px 10px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: -10px;
    margin-right: -20px;
    text-align: left;
}

.carousel-picture {

    height: 350px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.profile-menu:hover .dropdown-content {
    display: block;
}

.footer {
    background-color: #f8f8f8;
    text-align: center;
    height: 150px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

.header-text {
    flex-grow: 1;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 25px;
    margin-left: -14%;
    font-weight: bold;
    padding: 10px;
    color: #333;

}

.btn5 {
    padding: 5px 10px; /* Kleineres Padding für einen kompakteren Button */
    text-decoration: none;
    display: inline-block; /* Ändern Sie display:block zu display:inline-block, damit die Breite dem Inhalt entspricht */
    margin: 10px auto; /* Fügt oben und unten Abstand hinzu und zentriert den Button horizontal */
    font-size: 14px; /* Optional können Sie die Schriftgröße anpassen */
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
    border: 2px solid transparent;
    background-color: orangered;
    color: white;
    /* Zentrieren des Buttons unter dem Bild */
    display: table; /* Ändern Sie es zu table, um automatische Margins zu ermöglichen */
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}
.btn5:hover {
    color: orangered;
    background-color: white;
    border: 2px solid orangered;
}

#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
}

.column {
    flex: 1;
    padding: 0 20px;
    margin-bottom: 20px; /* Abstand zwischen den Spalten */
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 8px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: lightslategrey;
}

@media screen and (max-width: 768px) {
    .column {
        flex: 1 0 100%; /* Jede Spalte nimmt die volle Breite auf kleinen Bildschirmen */
    }

    form {
        width: 700px;
        margin: 50px auto;
    }

    label {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    input,
    textarea {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        box-sizing: border-box;
        font-size: 15px;
    }

    input[type="submit"] {
        background-color: #f05400;
        color: white;
        cursor: pointer;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
    }

    .content {
        padding: 40px;
        margin-top: 20px;
        text-align: center; /* Zentriert den Text */
        background: #fff; /* Heller Hintergrund f�r den Inhalt */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Leichter Schatten f�r Tiefe */
        border-radius: 5px; /* Abgerundete Ecken */
    }
    .content-section {
        margin-bottom: 30px;
    }
    .content-section h2, .content-section p {
        color: #333;
        margin-bottom: 15px;
    }
    .content-section h2 {
        font-size: 22px;
        color: orangered; /* Farbe f�r �berschriften */
    }
}