nav {
    font-family: 'Gotham';
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    align-items: center;
    background: white;
    z-index: 2;
    width: 100%;
    height: 82px;
}

    nav img {
    }

    nav a {
        font-size: 0.8em;
        padding-right: 24px;
    }

        nav a:last-of-type {
            padding-right: 0px;
        }

        nav a:nth-child(1) {
            padding-left: 0px;
        }


    nav > div {
        background-color: white;
        padding-top: 24px;
        padding-bottom: 32px;
        max-width: 1856px;
        width: calc(100vw - 64px);
        position: fixed;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }


        nav > div > div {
            display: flex;
            align-items: center;
            flex-direction: row;
            width: 100%;
            justify-content: space-between;
        }


.hidden {
    display: none;
}

html {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 58px;
    scroll-behavior: smooth;
}

body {
    color: black;
    margin: 0px;
}

a {
    color: unset;
    text-decoration: unset;
}

article {
    align-items: center;
}

    article > * {
        scroll-snap-stop: always;
        scroll-snap-align: start;
        width: calc(100vw - 320px);
        max-width: 1600px;
        margin-bottom: 0px;
        padding: 128px;
    }


h4 {
    font-size: max(3vw, 22px);
}

#intro {
    overflow: hidden;
    height: calc(100vh - 150px);
    background: #edebe9;
    position: relative;
}

.front-page-circles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    position: absolute;
    top: -170px;
    left: -250px;
    right: -250px;
    bottom: -250px;
}

    .front-page-circles > .circle {
        width: 500px;
        height: 500px;
        color: black;
        margin: auto;
    }

        .front-page-circles > .circle > img {
            object-fit: fill;
            width: 500px;
            height: 500px
        }


        .front-page-circles > .circle:nth-child(1) {
            grid-column: 3;
        }

        .front-page-circles > .circle:nth-child(2) {
            grid-row: 2;
        }

        .front-page-circles > .circle:nth-child(3) {
            grid-row: 2;
        }

        .front-page-circles > .circle:nth-child(4) {
            grid-row: 2;
        }

        .front-page-circles > .circle:nth-child(5) {
            grid-row: 2;
        }

        .front-page-circles > .circle:nth-child(6) {
            grid-row: 3;
            grid-column: 2;
        }


article {
    display: flex;
    flex-direction: column;
}

#link2 {
    padding: 64px;
    background-color: green;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
}



.small-screen {
    display: none;
}

#acoustic-panel {
    background-color: #ece9e7;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

    #acoustic-panel .big-cicle {
        width: min(50vw, 700px);
        height: min(50vw, 700px);
        background-image: url('/Images/FrontPage/Circle3.jpg');
        box-shadow: inset 16px 16px 32px 0px rgba(0, 0, 0, 0.9);
    }

        #acoustic-panel .big-cicle img {
            width: min(50vw, 998px);
            height: min(50vw, 998px);
        }


    #acoustic-panel .percentage {
        position: absolute;
        bottom: 50px;
        left: 50px;
        width: min(8vw, 170px);
        height: min(8vw, 170px);
        background-color: #899181;
    }

        #acoustic-panel .percentage p {
            color: white;
            font-size: 26px;
        }

    #acoustic-panel h2 {
        color: white;
        font-size: min(3.5vw, 70px);
        text-align: right;
        margin: 0px;
        padding: 0px;
    }

    #acoustic-panel h3 {
        font-size: min(1vw, 20px);
        text-align: right;
    }

    #acoustic-panel > .left {
        margin-left: -64px;
    }

    #acoustic-panel .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        max-width: min(30vw, 650px);
    }

    #acoustic-panel .top {
        text-align: right;
    }

    #acoustic-panel .bottom h4 {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    #acoustic-panel .bottom p {
        font-size: 15px;
    }


#acoustic-pod {
    background-color: #ece9e7;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

    #acoustic-pod .circle {
        width: 400px;
        height: 400px;
    }

        #acoustic-pod .circle img {
            width: 400px;
            height: 400px;
        }


    #acoustic-pod .noise {
        background-color: #ceb9ad;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 16px 15px 41px 5px rgba(0,0,0,0.49);
        -webkit-box-shadow: 16px 15px 41px 5px rgba(0,0,0,0.49);
        -moz-box-shadow: 16px 15px 41px 5px rgba(0,0,0,0.49);
    }

        #acoustic-pod .noise p {
            font-size: 18px;
        }

            #acoustic-pod .noise p.big {
                font-size: 40px;
            }

        #acoustic-pod .noise > div {
            width: 70%;
        }

        #acoustic-pod .noise p {
            margin: 0px;
        }

        #acoustic-pod .noise .line {
            margin-top: 5px;
            margin-bottom: 5px;
            height: 1px;
            width: 50%;
            background-color: white;
        }

    #acoustic-pod #circle1 {
        background-image: url('/Images/FrontPage/Circle8.jpg');
    }

    #acoustic-pod #circle2 {
        background-image: url('/Images/FrontPage/Circle5.jpg');
    }

    #acoustic-pod #circle3 {
        background-color: #fdfdfd;
        background-image: url('/Images/FrontPage/Circle4.jpg');
        background-repeat: no-repeat;
    }

    #acoustic-pod h2 {
        color: #c9b0a3;
        font-size: 70px;
        max-width: 20vw;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    #acoustic-pod h3 {
        font-size: 20px;
        max-width: 20vw;
        text-align: left;
        font-weight: 200;
    }

    #acoustic-pod .left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: min(22vw, 450px);
    }

    #acoustic-pod .top {
        text-align: left;
    }

    #acoustic-pod .bottom h4 {
        margin: 0px;
        padding: 0px;
        color: white;
    }

    #acoustic-pod .bottom p {
        font-size: 15px;
    }

    #acoustic-pod .right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: min(1vw, 20px);
        width: 100%;
        justify-items: center;
        align-items: center;
    }

#acousti-ballance-helter {
    background-color: #d8c9c0;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    color: white;
    min-height: 500px
}

    #acousti-ballance-helter .left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: min(22vw, 450px);
    }

        #acousti-ballance-helter .left .top {
            max-width: 15vw;
            font-size: min(1vw, 20px);
        }

    #acousti-ballance-helter .right h3 {
        max-width: 15vw;
        font-size: min(1vw, 20px);
        text-align: right;
    }

    #acousti-ballance-helter .bottom p {
        font-size: min(0.8vw, 17px);
    }

#zero-impact-audible-effect {
    background-color: #edebe9;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    color: black;
    overflow: hidden;
}

    #zero-impact-audible-effect h2 {
        color: #d3cdc8;
        font-size: min(4vw, 75px);
    }

    #zero-impact-audible-effect highlight {
        color: white;
        display: block;
    }


    #zero-impact-audible-effect .left {
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
    }

    #zero-impact-audible-effect .right {
        font-size: min(0.8vw, 17px);
        grid-row: 1;
        grid-column: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

        #zero-impact-audible-effect .right h4 {
            color: white;
            margin: 0px;
            margin-bottom: 5px;

            padding: 0px;
        }

        #zero-impact-audible-effect .right > p {
            max-width: min(10vw, 250px);
            margin: 0px;
            padding: 0px;
            font-size: max(1vw, 12px);
            text-align: left;
        }

    #zero-impact-audible-effect .circle-wrapper {
        grid-column: 1 / span 2;
        grid-row: 1;
        display: flex;
        justify-content: center;
    }

    #zero-impact-audible-effect .circle {
        width: min(50vh, 998px);
        height: min(50vh, 998px);
    }

        #zero-impact-audible-effect .circle img {
            width: min(50vh, 998px);
            height: min(50vh, 998px);
        }


    #zero-impact-audible-effect .circle-wrapper {
        display: block;
        margin: 0 auto;
    }

#navigation-slider {
    height: 2px;
    width: 20px;
    background-color: black;
    position: absolute;
    transition: all 0.3s ease;
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg) scale3d(.8,.8,.8);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .logo-wrapper > img {
    }

    .logo-wrapper > p {
        font-family: Gotham;
        font-size: 32px;
        letter-spacing: 20px;
        font-weight: normal;
        margin: 0px;
        margin-left: 32px;
    }

@media (max-width: 1400px) {
    #acoustic-panel .big-cicle {
        width: min(50vw, 600px);
        height: min(50vw, 600px);
    }
}

@media (max-width: 1300px) {

    #acoustic-panel .big-cicle {
        width: min(40vw, 500px);
        height: min(40vw, 500px);
    }

    #acoustic-pod {
        justify-content: center;
    }

        #acoustic-pod .circle {
            width: max(200px, 20vw);
            height: max(200px, 20vw);
        }

        #acoustic-pod .right {
            margin-left: 45px;
        }

            #acoustic-pod .right #circle1,
            #acoustic-pod .right #circle2 {
                align-self: end;
            }

            #acoustic-pod .right #circle3,
            #acoustic-pod .right .noise {
                align-self: start;
            }
    /*
    article > * {
        padding: 64px;
    }*/

    #intro .front-page-circles {
        top: -450px;
        transform: scale(0.5);
    }
}

#intro .headline {
    display: none;
}

@media (max-width: 900px) {

    #intro .headline {
        display: block;
        position: absolute;
        font-size: 20px;
        color: white;
        top: 0px;
    }

    article > * {
        padding: 0px;
        width: calc(100vw - 32px);
    }
    /*
    nav > div {
        background-color: transparent;
    }*/
    /* .small-screen {
        display: block;
    }

    .large-screen {
        display: none !important;
    }

    #intro .small-screen {
        display: flex;
        flex-direction: column;
    }*/
    /*#intro .headline {
        width: min(75%,620px);
        align-self: center;
        font-size: 6vw;
        color: white;
    }

        #intro .headline h2 {
            padding: 0px;
            margin: 0px;
        }

        #intro .headline .right {
            text-align: left;
        }

        #intro .headline .right {
            text-align: right;
        }*/
    /*
    .front-page-circles-small {
        height: 60vh;
        width: 100%;
        overflow: hidden;
        position: relative;
    }*/
    .front-page-circles {
    }

    #intro .front-page-circles {
        transform: scale(0.5);
    }
    /*        .front-page-circles > .circle {
            width: min(calc(100vh / 4.5 - 32px), 500px);
            height: min(calc(100vh / 4.5 - 32px), 500px);
            color: black;
            margin: 10px;
        }

            .front-page-circles > .circle img {
                width: min(calc(100vh / 4.5 - 32px), 500px);
                height: min(calc(100vh / 4.5 - 32px), 500px);
            }*/
    /*
    .front-page-circles {
        top: max(calc(-100vh / 8), -233px);
        left: max(calc(-100vh / 8), -233px);
        right: 0px;
        bottom: 0px;
    }
*/
    /*  .puk {
        border: inherit;
        box-shadow: 0px 0px 15px 0px;
    }

        .puk > p {
            display: none;
        }

        .puk > img {
            display: inherit;
        }*/

    #acoustic-panel .percentage {
        width: max(8vh, 70px);
        height: max(8vh, 70px);
    }


    #acoustic-panel {
        flex-direction: column;
    }

        #acoustic-panel .left {
            margin-left: 0px;
            display: flex;
            flex-direction: column;
            width: 100%;
            padding-top: 16px;
            align-items: center;
        }

            #acoustic-panel .left .percentage {
                position: inherit !important;
            }

        #acoustic-panel .big-cicle,
        #acoustic-panel .big-cicle > img {
            width: min(45vh, 60vw);
            height: min(45vh, 60vw);
        }

        #acoustic-panel .percentage {
            align-self: flex-start;
            margin: inherit;
            margin-left: 24px;
        }

        #acoustic-panel .right {
            flex-grow: 1;
            max-width: inherit;
            justify-content: stretch;
            padding-top: 24px;
            padding-left: 24px;
            padding-right: 24px;
        }

            #acoustic-panel .right h2 {
                font-size: 7vw;
            }

            #acoustic-panel .right h3 {
                display: none;
            }

        #acoustic-panel .bottom p,
        #acoustic-pod .bottom p,
        #acousti-ballance-helter .bottom p,
        #zero-impact-audible-effect .right {
            font-size: max(2vw, 14px);
        }

    .circle {
        margin: 0px;
    }

    #acoustic-pod {
        display: grid;
        /*justify-content: center;*/
    }

        #acoustic-pod .right {
            margin-left: 0px;
            padding-top: 24px;
            grid-row: 1;
            grid-gap: 24px;
            padding-top: 24px;
            padding-left: 0px;
            padding-right: 24px;
        }

        #acoustic-pod .left {
            grid-row: 2;
            max-width: 70vw;
            padding-top: 24px;
            padding-left: 24px;
            padding-right: 24px;
            margin-right: 32px;
        }

            #acoustic-pod .left .top {
                display: flex;
                justify-content: flex-end;
            }

            #acoustic-pod .left h2 {
                font-size: 7vw;
                color: white;
            }

            #acoustic-pod .left h3 {
                display: none;
            }

            #acoustic-pod .left .bottom {
                margin-bottom: 24px;
            }

        #acoustic-pod .circle, #acoustic-pod .circle img {
            width: 32vw;
            height: 32vw;
        }

        #acoustic-pod .noise p.big {
            font-size: 14px;
        }

    #acousti-ballance-helter {
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
    }

        #acousti-ballance-helter .left {
            max-width: 70vw;
        }

        #acousti-ballance-helter .left {
            align-items: flex-end;
        }

            #acousti-ballance-helter .left .top {
                padding-right: 24px;
                font-size: 5vw;
                justify-content: end;
            }

        #acousti-ballance-helter h4 {
            font-size: max(3vw, 22px);
        }

        #acousti-ballance-helter .right h3 {
            display: none;
        }

    #zero-impact-audible-effect {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }

        #zero-impact-audible-effect h2 {
            font-size: 10vw;
            color: white;
        }

        #zero-impact-audible-effect .left {
            display: flex;
            justify-content: center;
        }

        #zero-impact-audible-effect .right {
            margin-top: 24px;
            display: flex;
            align-items: center;
        }

            #zero-impact-audible-effect .right > p {
                max-width: 70vw;
                margin-bottom: 32px;
            }

    article > * {
        border-radius: 24px;
        min-height: calc(100dvh - 80px) !important;
        margin-bottom: 80px;
    }

    #intro {
        margin-top: 80px;
    }

    #page-links-large-screen {
        display: none;
    }

    nav > div > div {
        justify-content: center;
    }
}


@media (max-width: 600px) {
    #intro .headline {
        left: 50px;
    }
}
