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

:root{
    --darkblue: #101a28;
    --blue: #5095ae;
    --grey: #575756;
    --white: #ffffff;
}

@font-face {
    font-family: Lilita;
    src: url(fonts/LilitaOne-Regular.ttf);
}

@font-face {
    font-family: Merriweather;
    src: url(fonts/MerriweatherSans-Regular.ttf);
}

@font-face {
    font-family: Orienta;
    src: url(fonts/Orienta-Regular.ttf);
}

html{
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
}

::selection{
    background: var(--grey);
}

body{
    background-color: var(--white);
    color: var(--darkblue);
    font-family: Orienta;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
    padding: 1% 5%;
    overflow: hidden;
    animation: Fade_Top 2s ease 0s 1 normal forwards;
}

#logo{
    width: 6%;
    height: auto;
}

ul{
    display: flex;
}

li{
    list-style: none;
}

li a{
    text-decoration: none;
    color: var(--darkblue);
    margin: 0 1rem;
    font-size: 1.2rem;
}

li a:hover{
    color: var(--blue);
    font-weight: bold;
}

#menu{
    font-size: 2rem;
    color: var(--darkblue);
    display: none;
}

header{
    min-height: 100vh;
    min-height: 100svh;
    background-image: url(img/background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax {
    overflow: hidden; 
    position: relative;
    z-index: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    margin-top: -6%;
}

.parallax img{
    -webkit-user-drag: none;
}
  
.parallax_layer{
    position: absolute;
}

.berg3{
    width: 80%;
    z-index: 2;
    left: 30%;
    animation: Fade_Bottom 2s ease-out 0s 1 normal forwards;
}

.berg1{
    width: 70%;
    z-index: 3;
    left: 0;
    animation: Fade_Bottom 2s ease-out 0s 1 normal forwards;
}

.dosen{
    z-index: 4;
    width: 50%;
    animation: Fade_Forward 3s ease 0s 1 normal forwards;
}

.parallax h1{
    z-index: 5;
    font-family: Lilita;
    font-size: 5.5rem;
    color: var(--white);
    text-shadow: 5px 5px 10px var(--darkblue);
    animation: Fade_Top 2.5s ease 0s 1 normal forwards;
}

.berg2{
    z-index: 6;
    right: 0%;
    width: 50%;
    animation: Fade_Bottom 2s ease-out 0s 1 normal forwards;
}

.nebel{
    z-index: 7;
    width: 100%;
    animation: Fade_Bottom 1s ease-out 0s 1 normal forwards;
}

.parallax p{
    z-index: 8;
    font-size: 3rem;
    font-family: Lilita;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 5px 5px 10px var(--darkblue);
    animation: Fade_Bottom 2.5s ease-out 0s 1 normal forwards;
}

.pfeil{
    z-index: 8;
    font-size: 200%;
    color: var(--darkblue);
    animation: Fade_Bottom 2.5s ease-out 0s 1 normal forwards;
}

.product{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: var(--blue);
    padding-top: 2rem;
    color: var(--white);
}

h2{
    font-size: 3rem;
    font-family: Lilita;
    text-shadow: 5px 5px 10px var(--darkblue);
    color: var(--white);
    width: 80%;
}

.product p{
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
}

#absatz{
    text-align: left;
    width: 65%;
}

#sub{
    font-family: Merriweather;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.zutaten{
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(to bottom, #5095ae, #40738c, #31536a, #213548, #101a28);
}

.fixed{
    width: 100%;
    min-height: 60vh;
    min-height: 60svh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1.5rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.wasser{
    background-image: url(img/wasser.webp);
}

.protein{
    background-image: url(img/protein.webp);
}

.natur{
    background-image: url(img/natur.webp);
}

.text_filter{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    color: var(--white);
    padding: 0.5rem;
}

.text_filter h3{
    color: var(--white);
    font-family: Merriweather;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
}

.text_filter p{
    text-align: left;
    width: 80%;
}

.details{
    color: var(--white);
    background-color: var(--darkblue);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 2rem;
    width: 100%;
}

.fakten{
    width: 80%;
    height: 100%;
}

.fakten img{
    width: auto;
    height: 40%;
}

.fakten h4{
    font-family: Merriweather;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.cta{
    background-color: var(--darkblue);
    color: var(--white);
    width: 100%;
}

.cta p{
    font-family: Lilita;
    font-size: 2.5rem;
    padding-bottom: 2rem;
}

button{
    background-color: var(--blue);
    padding: 0.5rem;
    border-radius: 15px;
    border: 5px solid var(--white);
    margin-bottom: 4rem;
}

button:hover{
    animation: Button 2s ease 0s infinite normal forwards;
}

button a{
    text-decoration: none;
    color: var(--white);
    font-family: Lilita;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.reviews{
    background-image: url(img/review_background.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 80vh;;
    min-height: 80svh;
}

.review{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 5px 5px var(--blue);
    width: 30%;
    padding: 4rem 2rem;
    border-radius: 15px;
    color: var(--white);
    margin: 2rem;
}

.review img{
    width: 50%;
    border-radius: 50%;
}

.review h4{
    padding: 0.5rem 0;
    font-family: Merriweather;
    text-align: center;
    font-size: 1.4rem;
}

.review p{
    text-align: left;
    font-size: 1.2rem;
}

.person{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer{
    background-color: var(--darkblue);
    color: var(--white);
    display: flex;
    flex-direction: row;
    padding: 2rem;
}

.footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 33%;
}

.kontakt{
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    width: 100%;
}

.kontakt i{
    font-size: 150%;
    padding: 0 1rem;
    width: 30%;
    text-align: right;
}

.text{
    width: 70%;
}

footer a{
    text-decoration: none;
    color: var(--white);
}

.rights img{
    width: 45%;
    margin-bottom: 0.5rem;
}

.rights p{
    padding-top: 0.5rem;
    font-size: 1.2rem;
}

.socials i{
    font-size: 200%;
    padding: 1rem 0;
    color: var(--white);
}

.socials i:hover{
    animation: Icons 2s ease 0s infinite normal forwards;
}

.sorten{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    text-align: center;
    padding: 2rem 0;
}

.kraeuter{
    background-image: url(img/Kraeuter_Background.webp);
}

.spezzi{
    background-image: url(img/Spezzi_Background.webp);
}

.radler{
    background-image: url(img/Radler_Background.webp);
}

.label{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
}

.label i{
    color: var(--white);
    font-size: 200%;
    margin: 0 1rem;
}

.inhalt{
    width: 50%;
    height: auto;
}

.inhalt h3{
    font-size: 2.5rem;
    text-align: center;
    font-family: Merriweather;
}

.inhalt p{
    font-size: 1.2rem;
    text-align: left;
    font-family: Orienta;
    padding: 2rem;
}

.inhalt img{
    width: 100%;
}

.dots{
    position: relative;
    bottom: 10%;
    padding: 1rem 0;
}

.dot{
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    margin: 0 0.5rem;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: var(--darkblue);
}
  
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.wo{
    text-align: center;
    padding: 2rem;
    background-image: linear-gradient(to bottom, #5095ae, #40738c, #31536a, #213548, #101a28);
    color: var(--white);
}

.wo p{
    font-size: 1.2rem;
    padding-top: 1rem;
    text-align: left;
    width: 85%;
}


.logos {
    width: 80%;
    overflow: hidden;
    padding: 4rem 0;
    white-space: nowrap;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
  }


.logo_slider{
    display: inline-block;
    animation: logoLoop 30s linear infinite;
    padding: 1rem 0;
}

.logo_slider img{
    width: 10rem;
    padding-right: 1.5rem;
    vertical-align: middle;
    filter: opacity(75%);
    -webkit-user-drag: none;
}

.logo_slider img:hover {
    filter: opacity(100%);
}

.fade_bottom{
    animation: Fade_Bottom 2s ease-out 0s 1 normal forwards;
}

.slide_left{
    animation: Slide_Left 2s ease 0s 1 normal forwards;
}

.slide_right{
    animation: Slide_Right 2s ease 0s 1 normal forwards;
}

/*Animationen*/

@keyframes Slide_Right {
	0% {
		opacity: 0;
		transform: translateX(250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes Slide_Left {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fade {
    from {opacity: .6} 
    to {opacity: 1}
}

@keyframes logoLoop {
    0% {
        transform: translate3d(0,0,0)
    }
    100% {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes Fade_Forward {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes Fade_Top {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes Fade_Bottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes Button {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes Icons {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

/*Responsiv*/

@media screen and (min-width: 1300px){
    li a{
        font-size: 1.5rem;
    }

    .parallax h1{
        font-size: 6rem;
    }

    .logo_slider img{
        width: 12rem;
    }

    h2{
        font-size: 4rem;
    }

    .parallax p{
        font-size: 3.5rem;
    }

    .pfeil, .socials i{
        font-size: 250%;
    }

    .product p, #sub, .inhalt p, .review p, .wo p, .kontakt, .rights p{
        font-size: 1.4rem;
    }

    .text_filter h3, .fakten h4, button a{
        font-size: 1.8rem;
    }

    .review h4{
        font-size: 1.6rem;
    }

    .fakten img{
        height: 50%;
    }

    .cta p, .inhalt h3{
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .pfeil{
        font-size: 180%;
    }


}

@media screen and (max-width: 1000px) {
    .label{
        gap: 0;
    }

    .inhalt{
        width: 80%;
        height: 30vh;
        height: 30svh;
    }

    .dosen{
        width: 55%;
    }

    .berg1{
        width: 55%;
    }

    .berg2{
        width: 50%;
    }

    .berg3{
        width: 65%;
        right: -10%;
    }

    .fakten img{
        height: 30%;
    }

    .review{
        padding: 2rem 1rem;
    }
}

@media  screen and (max-width: 850px){
    .parallax h1, .parallax p, h2{
        text-shadow: 2px 2px 5px var(--darkblue);
    }

    li a {
        display: none;
    }

    #menu{
        display: inline-block;
    }

    #logo{
        width: 8%;
    }

    nav .responsive {
        flex-wrap: wrap;
    }

    #menu .responsive {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: auto;
    }
    
    .responsive li a {
      display: block;
      text-align: center;
      padding: 0.25rem 0;
    }

    ul{
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }

    nav{
        flex-wrap: wrap;
    }

    .zutaten{
        flex-direction: column;
        align-items: center;
    }

    .fixed{
        width: 80%;
        min-height: 40vh;
        min-height: 40svh;
        background-attachment: scroll;
    }

    .details{
        grid-template-columns: 1fr 1fr;
    }

    .fakten img{
        height: 30%;
    }

    .label{
        flex-direction: column;
        gap: 0;
    }

    .inhalt img{
        width: 70%;
    }

    .reviews{
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .logo_slider img{
        filter: none;
    }

    .rights img{
        width: 50%;
    }

    .parallax h1{
        font-size: 5rem;
    }

    .parallax p, h2{
        font-size: 2.5rem;
    }

    .pfeil, .socials i{
        font-size: 166%;
    }

    .product p, .inhalt p, .wo p, .kontakt, .rights p{
        font-size: 1rem;
    }

    .text_filter h3{
        font-size: 1.3rem;
    }

    .fakten h4, button a{
        font-size: 1.2rem;
    }

    .cta p, .inhalt h3{
        font-size: 2rem;
    }

    .parallax{
        margin-top: -8%;
        min-height: 60vh;
        min-height: 60svh;
    }

    .review{
        flex-direction: row;
        width: 80%;
        align-items: center;
    }

    .review img{
        width: 80%;
    }

    .person{
        width: 30%;
    }

    .review p{
        width: 70%;
        font-size: 1rem;
    }

    header, .reviews, .fixed{
        background-attachment: scroll;
    }

    .dosen{
        width: 60%;
    }

    .berg1{
        width: 60%;
    }

    .berg2{
        width: 40%;
    }

    .berg3{
        width: 70%;
    }

    .nebel{
        width: 110%;
    }

    footer{
        padding: 1rem;
    }
}

@media  screen and (max-width: 750px){

    .dosen{
        width: 60%;
    }

    .berg1{
        width: 55%;
    }

    .berg2{
        width: 45%;
    }

    .berg3{
        width: 65%;
        right: -5%;
    }

}

@media  screen and (max-width: 600px){
    footer{
        flex-direction: column;
    }

    .footer{
        width: 80%;
        padding: 1rem 0;
    }

    .kontakt{
        width: 50%;
    }

    .socials{
        flex-direction: row;
        width: 40%;
    }

    .rights img {
        width: 30%;
    }

    #logo{
        width: 10%;
    }

    #menu{
        font-size: 1.8rem;
    }

    .parallax{
        margin-top: -9%;
        min-height: 80vh;
        min-height: 80svh;
    }

    .dosen{
        width: 75%;
    }

    .berg1{
        width: 70%;
    }

    .berg2{
        width: 60%;
        right: -8%;
    }

    .berg3{
        width: 80%;
    }

    .parallax h1{
        font-size: 4.5rem;
    }

    .parallax p{
        font-size: 2rem;
    }

    .pfeil{
        font-size: 150%;
    }

    .nebel{
        width: 120%;
    }

    .inhalt img{
        width: 100%;
    }

}

@media  screen and (max-width: 450px){
    h2{
        font-size: 2.2rem;
    }

    .fakten h4, button a{
        font-size:  1rem;
    }

    #logo{
        width: 15%;
    }

    .footer{
        width: 100%;
    }

    .socials{
        width: 50%;
    }

    .kontakt{
        width: 100%;
    }

    .socials i{
        font-size: 150%;
    }

    .rights img {
        width: 40%;
    }

    li a{
        font-size: 1rem;
    }

    .review{
        flex-direction: column;
    }

    .review img{
        width: 50%;
    }

    .person{
        width: auto;
    }

    .review p{
        width: auto;
    }

    .details{
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .fakten{
        height: 30vh;
        height: 30svh;
        width: 100%;
        margin: 1rem 0;
    }

    .fakten img{
        height: 50%;
    }

    .parallax{
        margin-top: -12%;
    }

    .nebel{
        width: 190%;
    }

    .dosen{
        width: 95%;
    }

    .berg1{
        width: 70%;
        left: -10%;
    }

    .berg2{
        width: 60%;
    }

    .berg3{
        width: 80%;
    }

    .parallax h1{
        font-size: 4rem;
    }

    .parallax p{
        font-size: 1.8rem;
    }

    #absatz, .wo p, #sub{
        width: 80%;
    }

    .logo_slider img{
        width: 8rem;
    }

    .logos{
        width: 100%;
    }

    .dots{
        bottom: 0;
    }

    .inhalt{
        height: 28vh;
        height: 28svh;
    }

    .inhalt p{
        padding: 1rem;
    }
}

@media  screen and (max-width: 400px){
    .nebel{
        width: 220%;
    }

    .dosen{
        width: 105%;
    }

    .berg1{
        width: 70%;
    }

    .berg2{
        width: 65%;
        right: -10%;
    }

    .berg3{
        width: 80%;
    }

    .parallax h1{
        font-size: 3.7rem;
    }

    .parallax p{
        font-size: 1.7rem;
    }

    .inhalt{
        height: 30vh;
        height: 30svh;
    }
}

@media  screen and (max-width: 380px){
    .inhalt{
        height: 38vh;
        height: 38svh;
    }
}

@media  screen and (max-width: 350px){
    #logo{
        width: 18%;
        padding: 0.2rem 0;
    }

    #menu{
        font-size: 1.7rem;
    }

    .inhalt p{
        padding: 1rem;
    }

    .cta p, .inhalt h3{
        font-size: 1.8rem;
    }

    h2{
        font-size: 2rem
    }

    .rights img {
        width: 50%;
    }

    .nebel{
        width: 250%;
    }

    .dosen{
        width: 115%;
    }

    .berg1{
        width: 80%;
    }

    .berg2{
        width: 70%;
        right: -10%;
    }

    .berg3{
        width: 90%;
    }

    .parallax h1{
        font-size: 3.5rem;
    }

    .parallax p{
        font-size: 1.5rem;
    }

    .parallax{
        margin-top: -16%;
    }

    .inhalt{
        height: 40vh;
        height: 40svh;
    }

    .product p{
        padding: 0;
    }

    .cta p{
        padding: 1rem;
    }
}