html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
p { 
max-width: 50em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}

.column h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
table caption { 
    text-align: left;
}
body {
    font-family: sans-serif;
    color: #333;
    line-height: 1.6;
    background: #f8f8f8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100vw;
    max-width: calc(100% - 40px); /* Adjusts the maximum width to allow for padding */
    box-sizing: border-box;
    padding: 0 20px; /* Adds padding to the left and right */
    margin: auto; /* Centers the container */
    margin-top: 200px;
}

.navbar {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    padding: 0 20px;
}

.nav-links a, .nav-links a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-links a:hover {
    color: #ccc;
}
.shop {
margin: auto;
align-items: center;
}
.subtext { 
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

p {
    margin-bottom: 20px;
    font-size: 1em;
}

a {
    color: #007aff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
    }

    .nav-links li {
        padding: 0 10px;
    }

    .column {
        flex-basis: 100%;
    }
}

.column {
    flex: 1;
    min-width: 250px;
    background-color: #f8f8f8;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
}

.column p {
        max-width: 30em;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    margin-bottom: 20px;
    box-sizing: border-box;
    flex-basis: calc(33.333% - 20px); 
    margin: 10px;
}

.product img {
    width: auto; /* Keep as auto to maintain aspect ratio */
    height: 300px; /* Fixed height to ensure consistency */
    object-fit: cover; /* Adjusts the image's fit within its box */
    display: block;
    margin: 0 auto; /* Centers the image */
    padding-bottom: 2em;
}

#air img {
    width: 300px; /* Fixed width for specific id */
    height: auto; /* Adjusts height automatically to maintain aspect ratio */
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
#impressum {
    margin-left: 33%;
}
.product a {
    text-decoration: none;
    color: black;
    display: block; /* Adjusted to block for consistent alignment */
    text-align: center;
    width: 100%; /* Ensures it takes the full width */
    margin-top: auto; /* Pushes the anchor to the bottom, aligning baselines */
}

.product h2 {
    text-align: center;
    font-size: 16px;
    margin-top: auto; /* Ensures the title aligns towards the bottom */
}


#imp {
    text-align: left;
}
#man {
    max-height: fit-content;
    max-width: 400px;
    height: auto;
}
#werwirsind {
    text-align: left;
}
.apple-footer {
    background-color: #f8f8f8; /* Light gray background */
    color: #6e6e73; /* Apple's typical footer text color */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    display: inline; /* Display links inline for a horizontal list */
    margin-right: 20px; /* Add space between links */
}

.footer-links li:last-child {
    margin-right: 0; /* Remove margin for the last item */
}

.footer-links a {
    color: #fff; /* Apple's typical link color */
    text-decoration: none; /* No underline */
}

.apple-style-footer {
    background-color: #000;
    color: #fff;
    padding: 20px; /* Adjusted to remove large left and right padding */
    padding-left: 38%;
    padding-right: 33%;
    text-align: left;
    margin-top: 150px;
}

.footer-links a:hover {
    color: #333;
}

.apple-style-footer p {
    color: #333;
}

.apple-style-footer .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apple-style-footer .footer-links .footer-column {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    max-width: 30%;
}

@media (max-width: 1268px) {
    .apple-style-footer {
        padding: 20px; /* Consistent padding on all sides for smaller screens */
        text-align: center;
    }

    .apple-style-footer .footer-links {
        justify-content: center; /* Centers links for visual balance on smaller screens */
    }

    .apple-style-footer .footer-links .footer-column {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0; /* Adds vertical spacing between columns when they stack */
    }

    .apple-style-footer .footer-links .footer-column a {
        padding: 8px; /* Adjust padding as needed for smaller screens */
    }
}

.apple-style-footer .footer-links .footer-column a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 8px 0;
}


.reviews-container {
    max-width: 800px;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 300px;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.reviews-container h1 {
 color: #333;
}

.review {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.review-text h2 {
    margin: 0;
    color: #333;
}

.review-text p {
    margin: 4px 0;
    color: #666;
}

.review-text p:first-of-type {
    font-weight: bold;
    color: #000;
}
.shop-button {
    display: inline-block;
    background-color: #0071e3; /* Apple Blau */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px; /* Abgerundete Ecken */
    text-decoration: none; /* Entfernt Unterstreichung */
    font-weight: bold;
    transition: background-color 0.3s ease; /* Sanfter Übergangseffekt */
}

.shop-button:hover {
    background-color: #0056b3; /* Dunkleres Blau beim Hover */
}

.product-display {
    text-align: center;
    padding: 20px;
}
.product-photo {
    width: 600px;
    max-width: 600px;
    height: auto;
}
.product-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.productcontainer {
    max-width: 1200px;
    margin: auto;
    padding-top: 60px;
}
a:hover {
    cursor: url('custom-cursor.svg'), auto;
}
#buybutton {
    display: block; /* Macht den Link block-level für margin:auto */
    margin: auto; /* Zentriert den Block horizontal */
    text-align: center; /* Zentriert den Text im Button, falls nötig */
    padding: 10px, 20px;
    max-width: 15em;
}
