:root {
    --color_contrast : #000000;
    --color_akzent_dunkel : #0C1821;
    --color_akzent_mittel : #1B2A41;
    --color_akzent_hell : #324A5F;
    --color_akzent_sehrhell : #72a7d5;
    --color_hell : #CCC9DC; 
    --color_bg : white;
}

html, body {
    background-color: var(--color_bg);
    margin: 0;
    padding: 0;
    overflow: -moz-scrollbars-none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

section {
    padding: 0;
    margin: 0;
}



/* NAVIGATION --------------------------------------- */

a {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color_contrast);
}

header {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: var(--color_bg);
}

nav {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-content: center;
}

ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi:normal;
    width: 80%;
    height: 100%;
}

.Logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.Logo img {
    height: 70%;
    width: auto;
    object-fit: contain;
}

/* OPENER --------------------------------------- */

.Headliner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.Headliner h1 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    color: var(--color_hell);
    letter-spacing: 4px;
}

.Headliner h2 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    color: var(--color_akzent_sehrhell);
    letter-spacing: 2px;
}

.picture {
    height: 70%;
    width: auto;
    object-fit: contain;
}

.Opener {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: var(--color_contrast);
}

.flex_space_between {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100%;
}



/* PORTFOLIO --------------------------------------- */

.Portfolio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Release {
    width: 300px;
    margin: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

}

.Release img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
    margin: 10px;
}

.link_icon {
    display: inline-block;
    width: 30px !important;
    height: auto !important;
}

.icon_set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    align-self: center;
}

/* BIO --------------------------------------- */

.Bio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: var(--color_hell);
}

.Textbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 80vh;
    background-color: var(--color_akzent_hell);
    margin: 40px;
    border-radius: 30px;
}

.Textbox p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    text-align: justify;
    color: var(--color_hell);
    width: 80%;
}

.Textbox h2 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    color: var(--color_akzent_sehrhell);
    letter-spacing: 2px;
}

.Bio img {
    border-radius: 30px;
    margin: 40px;
    height: 80vh;
    width: auto;
}


/* CONTACT --------------------------------------- */

.Contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 200px;
    background-color: var(--color_akzent_mittel);
}

.Contact p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: var(--color_hell);
    margin: 20px;
}

#mail_icon {
    margin: 20px;
    fill: var(--color_hell) !important;
}



.Impressum {
    width: 80vw;
    align-self: center;
    margin: 10vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
}

.bd_inmpressum {
    width: 100vw;
    Display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

/* ---------------------------------------------------------------MEDIA QUERY Tablet --------------------------------------- */

@media (max-width: 1320px) {
     
    /* OPENER --------------------------------------- */
    
   .Headliner h1 {
    margin-top: 100px;

   }


   
   
    /* BIO --------------------------------------- */
    .Bio img {
        height: auto;
        width: 400px;
    }

    .Textbox {
        width: 400px;
        height: 600px;

    }

    .Textbox p {
        font-size: 14px;
    }

    .Textbox h2 {
        font-size: 16px;
    }

}


/* ---------------------------------------------------------------MEDIA QUERY Mobile --------------------------------------- */

@media (max-width: 1050px) {

   /* NAVIGATION --------------------------------------- */
   .Logo img {
    height: auto;
    width: 60px;
    object-fit: contain;
    }

    nav a {
        font-size: 12px;
    }


  


    /* BIO --------------------------------------- */
    .Bio {
        height: auto;
    }


}