*{
    box-sizing: border-box;
    /* font-family: "BurrowSansBeta09", Helvetica, Arial, sans-serif; */
    font-family: Helvetica, Arial, sans-serif;
    word-spacing: -2;
}

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

a{
    text-decoration: none;
}

a:hover, a:focus{
    font-style: italic;
}

html, body{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
section{
    display: block;
    position: relative;
    /* min-height: 100%; */
    width: 100vw;
    color: black;
    overflow-x: auto;
}

section#slider{
    height: 100vh;
    overflow-y: hidden;
}
section#slider .swiper-slider{
}

section#slider{
    background: blue;
}
section#more{
    /* background: blue; */
    color: blue;
    /* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}

footer{
    position: relative;
    background: blue;
    color: white;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    padding: 20px;
    /* min-height: 40vh; */
    font-size: 1vw;
    line-height: 1.4;
}

footer h3{
    padding: 0;
    margin: 0;
}

footer .footer__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
}

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

footer #imprint__open{
    cursor: pointer;
}
footer #imprint__open p{
    margin: 0;
}

footer .imprint{
    display: none;
    column-count: 2;
    column-gap: 2vw;
    padding-top: 1vw;
}
footer .imprint.open{
    display: block;
}

footer .imprint p{
    padding: 0;
    margin: 0;
}
.swiper-button-prev,
.swiper-button-next{
    display: inline-block;
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.swiper-slide{
    height: 100vh;
    width: 100vw; 
    overflow: hidden;
    /* background: yellow; */
}

.swiper-slide img{
    object-fit: cover;
    width: 100vw;    
    height: 100%;
}

.hero img{
    object-fit: cover;
    width: 100vw;    
    height: 100%;
    /* filter: blur(4px); */
    /* filter: grayscale(1) blur(4px); */
}
.swiper-pagination{
    z-index: 20;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    box-sizing: content-box;
    background: transparent;
    border: 5px solid transparent;
    opacity: 1;
    width: 3px;
    height: 3px;
    margin: 4px 12px;
    backdrop-filter: invert(100%) grayscale(100%) contrast(200%);
    -webkit-backdrop-filter: invert(100%) grayscale(100%) contrast(200%);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    margin: 0 10px;
    width: 11px;
    height: 11px;
}

/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ SVG â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 70vw; */
    /* width: 100vw; */
    height: 100vh;
    /* width: 100vw; */
    z-index: 1;
}
svg .logo{
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-style: oblique;
    /* font-size: 140px; */
    /* font-size: 120px; */
    font-size: 120px;
    /* letter-spacing: -6px; */
    letter-spacing: -12px;
    fill: white;
}

@media screen and (max-width: 600){

}

svg .logo__background{
    /* fill: black; */
}

#intro{
    height: 100vh;
    background: black;
}

/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ SECTIONS â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.section__paragraph, footer{
    width: 100vw;
}
.section__img{
    position: relative;
    padding: 0 20vw 0 20vw;
}
.section__img img{
    width: 100%;
}
.section__img figure{
    padding: 0;
    margin: 0;
}

.section__img figcaption{
    font-size: 1.5vw;
    color: blue;
    text-align: center;
    padding: 1vw;
}

.section__paragraph h2{
    text-align: center;
    line-height: 1.15;
    font-size: 4vw;
    font-weight: normal;
    padding: 0 20vw 0 20vw;
    margin: 0;
}

.section__paragraph p{
    font-size: 1.4vw;
    line-height: 1.4;
    padding: 10vw 16vw 10vw 16vw;
    word-spacing: -0.1vw;
    margin: 0;
}

/* @media #{$nomobile}{  */

.scroll__snap__vertical{
    overflow-y: scroll;
    scroll-snap-destination: 0% 100%;
    scroll-snap-points-y: repeat(100%);
    scroll-snap-type: y proximity;
}

/* 

.scroll__snap__horizontal{
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-snap-destination: 0% 100%;
    scroll-snap-points-x: repeat(100%);
} */

.scroll__snap__element{
    position: relative;
    scroll-snap-align: start;
} 

  /* } */

.list{
    position: relative;
    /* border-top: 1px solid blue; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    padding: 1vw 16vw 8vw 16vw;
}


.list__element{
    /* display: inline-block; */
    color: blue;
    vertical-align: center;
    /* width: 100vw; */
}

.list__element p{
    /* display: inline-block; */
    font-size: 1.5vw;
    padding: 0;
    vertical-align: top;
    text-align: center;
    /* padding-left: 2vw; */
    /* margin: 2vw; */
}


.list__element img {
    height: 9vw;
}


.icons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100vw;
    padding: 1vw 18vw;
}

.icons img{
    height: 10vw;
    text-align: center;
    margin: 0 auto;
}


.icons__book{
    grid-template-columns: 1fr 2fr 1fr 2fr;
}

.order a{
    display: block;
    font-size: 4vw;
    margin: 4vw;
    text-align: center;
}

.order a span{
    padding: 1vw;
    /* border: 1px solid white; */
    border: 1px solid blue;
    border-radius: 4vw;
}

#loader{
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: white;;
}
#loader div{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    background: black;
    animation: loading 1s infinite;
}

@keyframes loading{
    0%{
        height: 1vw;
        width: 1vw;
    }
    80%{
        height: 6vw;
        width: 6vw;
    }
    100%{
        height: 1vw;
        width: 1vw;
    }
}

#book{
    /* background: red;
    color: white; */
    color: blue;
    border-bottom: 1px solid blue;
    /* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
    padding: 10vw 0;
}
#book ul{
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

#book ul li{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin: 0;
}

#book a, #book h3 {
    font-weight: normal;
    color: blue;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 4vw;
    text-align: center;
    padding: 0;
    margin: 0;
}

.order a{
    font-size: 2vw;
}

#more{
    /* padding: 0 10vw 0 10vw; */
    padding: 10vw 16vw 10vw 16vw;
}
#more p{
    font-weight: normal;
    /* color: white;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
    font-size: 30px;
    padding: 0;
    margin: 0;
}
#more h2 {
    padding: 0 10vw;
    padding-bottom: 10vw;
}

#info {
    color: blue;
    /* border-bottom: 1px solid blue; */
}
#info > p{
    font-size: 30px;
    line-height: 1.1;    
    padding: 10vw 16vw 6vw 16vw;
}



/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ menu â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

header{
    z-index: 100;
    position: fixed;
}

#hamburger{
    padding: 50px 30px;
    cursor: pointer;
    right: 0;
    top: 0;
    position: fixed;
    background: transparent;
    z-index: 100;

}

#hamburger div{
    position: relative;
    width: 50px;
    height: 3px;
    /* background: white; */
    transform-origin: 10% 20%;
    transition: .3s;
    backdrop-filter: invert(100%) grayscale(100%) contrast(200%);
    -webkit-backdrop-filter: invert(100%) grayscale(100%) contrast(200%);
    /* backdrop-filter: invert(100%);
    -webkit-backdrop-filter: invert(100%); */
}

#hamburger div:nth-child(1){
    transform: translateY(-10px);
}
#hamburger div:nth-child(3){
    transform: translateY(10px);
}


#hamburger.active div:nth-child(1){
    transform:  rotate(45deg) translateY(-16px);
}
#hamburger.active div:nth-child(2){
    opacity: 0;
}
#hamburger.active div:nth-child(3){
    transform: rotate(-45deg) translateY(16px);
}


#hamburger.active div{
    background-color: black;
    backdrop-filter: none ;
    -webkit-backdrop-filter: none;
}




#hamburger__circle{
    z-index: 101;
    margin: 30px;
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 0;
    position: fixed;
    /* background: black; */
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* -webkit-backdrop-filter: invert(100%) contrast(100%); */
    backdrop-filter: invert(100%) contrast(100%) blur(14px);
}




#nav__overlay, #nav{
    position: fixed;
    height: 100%;
    width: 100vw;
    /* backdrop-filter: blur(2px) grayscale(100%);
    -webkit-backdrop-filter: blur(2px) grayscale(100%); */
    z-index: 2;
    transition: .3s;
}

#nav__overlay{
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);

}

#nav__overlay:not(.active), 
#nav:not(.active) {
    opacity: 0;
}
#nav__overlay:not(.appear):not(.active),
#nav:not(.appear):not(.active) {
    opacity: 0;
    display: none;
}

#nav{
    z-index: 20;
}

#nav div {
    position: absolute;
    width: 100vw;
    height: 100vh;;
}
#nav ul{
    display: block;
    position: absolute;
    list-style-type: none;
    width: 100vw;
    padding: 0;
    top: 50vh;
    transform: translateY(-50%);
    margin: 0;
    /* transform: translateY(-50%); */
}

#nav ul li{
    display: block;
    list-style-type: none;
    width: 100vw;
    text-align: center;
}

#nav ul li a{
    font-size: 5vw;
    width: 100%;
    text-align: center;
    color: black;

/* 
    backdrop-filter: invert(100%) grayscale(100%);
    -webkit-backdrop-filter: invert(100%) grayscale(100%); */
    /* mix-blend-mode: difference;
    /* background: inherit;
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    filter: invert(1); */
}


#scroll__down{
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 11;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

#scroll__down div{
    background: white;
    width: 3px;
    height: 30px;
    transform-origin: 0% 0%;
    position: absolute;
}

#scroll__down div:first-child{
    left: 22px;
    height: 42px;
}
#scroll__down div:nth-child(2){
    left: 44px;
    top: 18px;
    transform: rotate(45deg);
}
#scroll__down div:nth-child(3){
    left: 0px;
    top: 20px;
    transform: rotate(-45deg);
}
/* #scroll__down div:nth-child(3){
    transform: rotate(-45deg) translateX(200%) translateY(-200%);
} */


@media (max-width: 600px) {
    #nav ul li a {
        font-size:12vw;
    }
    .section__paragraph, footer, #info > p, #more, .section__img{
        width: 100vw;
        /* padding: 5vw 4vw; */
        padding: 10px;
    }

    #book h3{

        font-size:8vw;
    }
    .section__paragraph h2{
        font-size:12vw;
        padding: 10px;
    }
    .section__paragraph p{
        font-size: 5vw;
        line-height: 1.3;
        padding: 10px;
    }
    #info p{
        font-size: 5vw;
        line-height: 1.3;
    }
    .list{
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }

    .list__element{

        padding: 0;
    }

    .list__element img, .list__element p{
        position: relative;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .list__element img{
        width: 50vw;
        height: 50vw;
    }
    .list__element p{
        font-size: 8vw;
    }


    .section__img figcaption, footer{
        font-size: 4vw;
    }
    
    section#slider{
        height: 100vw;
    }

    #loader{
        height: 100vw;
        width: 100vw;
    }
    
    .swiper-slide{
        height: 100vw;
        width: 100vw; 
        overflow: hidden;
        /* background: yellow; */
    }

    svg{
        /* height: 100vw; */
        height: 100vw;
        /* width: 100vw; */
    }

    footer .footer__grid{
        display: block;
    }
    footer table{
        max-width: 100%;
        position: relative;
        display: block;
    }
    footer table tr{
       
    }

    footer .imprint{
        column-count: 1;
    }

    #scroll__down{
        display: none;
        transform: scale(0.5)
    }
    #hamburger{
        /* transform: scale(0.5) */
    }
}