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

body {
    margin: 0;
    padding: 0;
    background-color: black;
    overflow-x: hidden;
    cursor: default;
    color: white !important;
}


*::selection {
    background-color: blueviolet;
}

/******************************************font*/

@font-face {
    font-family: 'Neue Haas Grotesk Text Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Haas Grotesk Text Pro'), url('../fonts/Neue-Haas-Grotesk-Text-Pro.woff') format('woff');
}

@font-face {
    font-family: 'Snap-it mono-1.6';
    font-style: normal;
    font-weight: normal;
    src: local('Snap-it mono-1.6'), url('../fonts/Snap-it-mono-16.woff') format('woff');
}

@font-face {
    font-family: 'RYM';
    font-style: normal;
    font-weight: normal;
    src: local('RYM'), url('../fonts/RYM-Regular.woff') format('woff');
}

@font-face {
    font-family: 'New Diane Script';
    font-style: normal;
    font-weight: normal;
    src: local('New Diane Script'), url('../fonts/New-Diane-Regular.woff') format('woff');
}

/*************************************************** Navigation */


nav {
    position: fixed;
    top: 1.5vw;
    right: 1vw;
    text-transform: uppercase;
    font-family: "Snap-it mono-1.6";
    z-index: 999999;
}

nav ul {
    display: inline-block;
}

nav li {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

nav li a {
    text-decoration: none;
    color: white;
    font-size: 1.5vw;
    cursor: pointer;
}

nav li a:hover {
    text-decoration: blueviolet wavy underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    color: blueviolet;


}

.description {
    position: fixed;
    top: 1.5vw;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    font-family: "Snap-it mono-1.6";
    z-index: 999999;
    font-size: 1.5vw;
}

.style_header {
    width: 100vw;
    height: 6vw;
    position: fixed;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9309917717086834) 0%, rgba(0, 0, 0, 0.478890931372549) 61%, rgba(0, 0, 0, 0) 100%);

}

/*************************************************** logo / landingpage*/



.wrapper-logo {
    width: 100%;
    position: fixed;
    top: 15vw;
    z-index: -999;
    text-shadow: black 1px 0 10px;
}

.wrapper-logo h1 {
    text-align: center;
    line-height: 37%;
    font-size: 24vw;
    margin-left: -4vw;
}

.headline_style {
    font-family: "Neue Haas Grotesk Text Pro";
    text-transform: lowercase;
    letter-spacing: -0.07em;
    font-size: 17vw;
    margin-left: 9vw;
    font-weight: regular;
    position: relative;
    z-index:  !important;
}

.headline_style i {
    font-family: RYM;
    position: absolute;
    font-size: 19vw;
    margin-left: -13vw;
    text-shadow: black 1px 0 10px;
    z-index: 999999999999999999999 !important;
}

.wrapper-logo h1 b {
    font-family: "Neue Haas Grotesk Text Pro";
    text-transform: lowercase;
    letter-spacing: -0.07em;
    font-size: 17vw;
    font-weight: regular;
    margin-left: 2vw;
    z-index: -99999999999 !important;
}



/************** beschreibung */

.dal {
    width: 100vw;
}


/****************************************************/

.main {
    position: absolute;
    top: 31vw;
    z-index: -10;
}


/*************************************************** about text */

.h2_about {
    font-family: "Neue Haas Grotesk Text Pro";
    margin-top: -32vw;
margin-right: 10vw;
margin-left: 13vw;
    font-size: 14vw;
    width: 100vw;
    letter-spacing: -0.07em;
    color: white;
    text-shadow: black 1px 0 10px;
    z-index: 999999999999999;
}







@media only screen and (max-device-width: 480px) {

.description {
    position: fixed;
    top: 3vw;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    font-family: "Snap-it mono-1.6";
    z-index: 999999;
    font-size: 3vw;
}

body {
    height: 100vh;
    overflow: hidden !important;
}


.wrapper-logo {
    width: 100%;
    position: fixed;
    top: 15vw;
    z-index: -999;
    text-shadow: black 1px 0 10px;
}

.wrapper-logo h1 {
    text-align: center;
    line-height: 37%;
    font-size: 24vw;
    margin-left: -2vw;
}

.headline_style {
    font-family: "Neue Haas Grotesk Text Pro";
    text-transform: lowercase;
    letter-spacing: -0.07em;
    font-size: 17vw;
    margin-left: 9vw;
    font-weight: regular;
    position: relative;
    z-index:  !important;
}

.headline_style i {
    font-family: RYM;
    position: absolute;
    font-size: 19vw;
    margin-left: -13vw;
    text-shadow: black 1px 0 10px;
    z-index: 999999999999999999999 !important;
}

.wrapper-logo h1 b {
    font-family: "Neue Haas Grotesk Text Pro";
    text-transform: lowercase;
    letter-spacing: -0.07em;
    font-size: 17vw;
    font-weight: regular;
    margin-left: 2vw;
    z-index: -99999999999 !important;
}


.dal {
    position: fixed;
    width: 120vw;
    margin-left: -10vw;
    bottom: 10vw;
}


.h2_about {
   
    position: fixed;
    bottom: 28vw;

margin-right: 10vw;
margin-left: 13vw;
    font-size: 14vw;
    width: 100vw;
    letter-spacing: -0.07em;
    color: white;
    text-shadow: black 1px 0 10px;
    z-index: 999999999999999;
}


}



















