html {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: -70px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}


p1{
    background-color: #c9e4c9;
    width: 100%;
    margin-top: 0; 
    font-family: 'Raleway', sans-serif;
}

.usHeader {
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
    font-size: 75px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}



.Header-Text {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.center {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
}

img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 10px;
}

.button-banane, .button-erdbeer-joghurt, .button-erdnuss,
.button-haselnuss, .button-joghurt, .button-nougat,
.button-pistazie, .button-schokolade, .button-schokolade-vanille,
.button-schlumpfeis, .button-stracciatella, .button-tonkabohne,
.button-vanille, .button-walnuss {
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    border: 2px solid black;
    background-color: #fff;
    color: black;
}

@media only screen and (max-width: 768px) {
    .center {
        width: 100%;
        padding: 10px;
    }
    th, td {
        padding: 5px;
    }
    .button-banane, .button-erdbeer-joghurt, .button-erdnuss,
    .button-haselnuss, .button-joghurt, .button-nougat,
    .button-pistazie, .button-schokolade, .button-schokolade-vanille,
    .button-schlumpfeis, .button-stracciatella, .button-tonkabohne,
    .button-vanille, .button-walnuss {
        font-size: 14px;
        padding: 8px 16px;
    }

    .usHeader {
        font-size: 100px;
        margin-top: 12%;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }

    .Header-Text{
        font-size: 10px;
    }

}

@media only screen and (max-width: 480px) {
    .usHeader {
        font-size: 40px;
        margin-top: 15%;
    }
    .Header-Text{
        font-size: 10px;
    }
}



.contact-bar {
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 20px 0;
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.col {
    flex: 1;
    text-align: center;
    margin: 10px;
}

.col h4 {
    margin-bottom: 5px;
}

.col p {
    margin: 0;
    line-height: 1.6;
    font-size: 17px;
}

.footer-bar {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.impress {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
}



