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

body {
    margin: 0;
}

.bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 2000px;
    margin: 40px;
}

h1 {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 89px;
    letter-spacing: -3.6px;
    line-height: 74px;
    margin-top: 550px;
    max-width: 2000px;
    text-align: right;
}

h2 {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.8px;
    line-height: 0.9;
    padding-bottom: 3px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.home-link {
    text-decoration: none;
    color: black;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.8px;
}

.arrow {
    width: 60px;
    position: absolute;
    margin-top: 517px;
    left: 40px;
    z-index: 2;
}

.adidas-startbild {
   margin-top: 400px;
    display: block;
    margin-right: auto;
    height: 912px;
    margin-bottom: 300px;
}

.adidas {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.chacho {
    margin-top: 432px;
    display: block;
    margin-left: auto;
    height: 912px;
}

.p1 {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -1.9px;
    font-size: 58px;
    margin-top: -458px;
    margin-left: 212px;
    margin-bottom: 25px;
}

.p2 {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-size: 16px;
    text-align: justify;
    width: 500px;
    margin-top: 5px;
}

.p3 {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -1.9px;
    font-size: 58px;
    margin-top: -757px;
    margin-right: 11px;
    text-align: right;
    margin-bottom: 25px;
}

.p4 {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-size: 16px;
    text-align: justify;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
}

.p6 {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.6px;
    font-size: 16px;
    text-align: right;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 22px;
    margin-bottom: 151px;
}


.p7 {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.6px;
    font-size: 16px;
    text-align: justify;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 12px;
}

.h3 {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -0.8px;
    line-height: 0.9;
    padding-bottom: 3px;
    margin-top: 357px;
    margin-bottom: 15px;
    text-align: right
}


.blog-text {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.6px;
    font-size: 16px;
    text-align: justify;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: -253px;
}

.about {
    display: block;
    margin-top: -418px;
    margin-right: auto;
    width: auto;
    height: 902px;
}

.bialetti {
    margin-top: 341px;
    display: block;
    margin-right: auto;
    height: 912px;
    margin-bottom: 300px;
}

.magazin-photos {
    display: block;
    width: 1254px;
    height: auto;
    margin: 30px auto;
}

.contact {
    font-size: 89px;
    font-family: system-ui, sans-serif;
    font-weight: 830;
    letter-spacing: -3px;
    text-align: right;
    margin-top: 376px;
    margin-bottom: 555px;
}

.contact-link {
    color: black;
    text-decoration: none;
}

.überschrift {
    font-size: 24px;
    font-family: system-ui, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.6px;
    text-align: right;
    margin-top: 400px;
    margin-bottom: -547px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 61px;  
    column-gap: 15px; 
    margin-top: 200px;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-adidas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    row-gap: 8px;
    margin-top: 247px;
}

.gallery-adidas img {
    width: 100%;
    height: auto;
    display: block;
}


.blog-date {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #999;
    text-align: justify;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -4px;
    margin-bottom: 40px;
}

.blog-date {
    font-family: system-ui, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #999;
    text-align: right;
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -16px;
    margin-bottom: 16px;
}


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



.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: system-ui, sans-serif;
    font-size: 16px;
    letter-spacing: -0.8px;
    text-decoration: none;
    margin-bottom: 100px;
    margin-top: 423px;
}










@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 38px;
        margin-top: 200px;
    }

    .p1, .p3 {
        font-size: 32px;
        margin-top: 0;
        margin-left: 0;
    }

    .p2, .p4, .p6 {
        width: 100%;
        text-align: left;
    }

    .h3 {
        font-size: 20px;
        margin-top: 40px;
        text-align: left;
    }

    .blog-text {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .blog-date {
        width: 100%;
        text-align: left;
    }

    .adidas, .chacho, .bialetti {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    .bialetti {
        margin-bottom: 40px;
    }

    .adidas-startbild {
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .about {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    .magazin-photos {
        width: 100%;
    }

    .überschrift {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
    }

    .arrow {
        margin-top: 100px;
        left: 20px;
    }

    .container {
        margin: 20px;
    }

    .gallery,
    .gallery-adidas {
        grid-template-columns: 1fr;
    }

    .contact {
        font-size: 40px;
    }

    .footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}