html, body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

body {
    margin: 0;
    padding: 0;
}

header {
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

p{
    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-bottom: -300px;
    font-size: 75px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}


.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;
    margin: 30% auto;
}

th, td {
    padding: 10px;
    text-align: center;
}

img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 10px;
}

.button-erdbeer, .button-himbeere,
.button-mango, .button-zitrone, .button-aprikose, .button-maracuja {
    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 (max-width: 768px) {
    .center {
        padding: 10px;
    }

    .button-erdbeer, .button-himbeere,
    .button-mango, .button-zitrone, .button-aprikose, .button-maracuja {
        font-size: 14px;
        padding: 8px 16px;
    }

    table {
        margin: 10% auto;
    }

    .usHeader {
        font-size: 40px;
        margin-top: 80px;
    }
}

.contact-bar {
    position: relative; 
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 10px;
    border: none;
    border-color: transparent;
    margin-top: 40px;
    font-family: 'Raleway', sans-serif;
} 

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.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;
}

.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;
}
