* {

    box-sizing: border-box;

}



html {

    scroll-behavior: smooth;

}



body {

    margin: 0;

    background: black;

    color: white;

    font-family: Helvetica, Arial, sans-serif;

}



/* STARTSCREEN */


.hero {

    height: 100vh;

    display: flex;

    justify-content: center;

    align-items: center;

}



#name-button {

    background: none;

    color: white;


    border: none;

    font-family: Helvetica, Arial, sans-serif;


    font-size: clamp(0px, 6vw, 80px);

    font-weight: normal;

    cursor: pointer;

}



/* MENU */


.menu {

    position: fixed;

    inset: 0;

    background: black;

    display: none;

    justify-content: center;

    align-items: center;

    z-index: 10;

}



.menu.active {

    display: flex;

}



.menu-items {

    display: flex;

    flex-direction: column;

    gap: 40px;

    text-align: center;

}



.menu a {

    color: white;

    text-decoration: none;

    font-size: clamp(0px, 5vw, 30px);

    font-weight: normal;

}



/* FG */


#fg-button {

    display: none;

    position: fixed;

    top: 25px;

    right: 30px;

    color: white;

    font-size: 35px;

    font-weight: normal;

    cursor: pointer;

    z-index: 5;

}



/* ARBEITEN */


.arbeiten img {

    display: block;

    width: 100%;

    height: auto;

}



/* KONTAKT */


.kontakt {

   
    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}



.contact-info {

    text-align: center;
   

      margin-top: 0px;

 
      color: white;




}



.contact-name {

    margin: 0 0 20px 0;

    font-size: clamp(0px, 9vw, 25px);

    font-weight: bold;

    line-height: 0.9;

}



.contact-info p {

    margin: 4px 0;

    font-size: 18px;

    color: white;

    


}



.contact-info a {

    color: white;

    text-decoration: none;


}



.contact-info a {

    font-weight: bold;

    color: white ;

}


.contact-location a {



    color:white;
    text-align_:center;
    margin-bottom: 300px;


}

.contact-location p {



    color:white;
    text-align_:center;

    margin-bottom: 300px;


}


.contact-content {

    margin-bottom: 300px;
    margin-top: 50px;

    color:white;
    text-align: center;

}

.mail-section {

    margin-top: 50px;

    margin-bottom: 20px;

    text-align: center;

}



.email-button {

    color: white;

    text-decoration: none;

    font-size: clamp(0px, 12vw, 60px);

    font-weight: bold;

    line-height: 0.9;

    text-align: center;


}



/* CV */


.cv-content {

    min-height: 100vh;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}


.cv-content h1 {

    font-weight: normal;

}

.contact-email {
margin-top: 300px;
    margin-bottom: 400px;
}