@media only screen and (max-width: 500px) {
#wrapper {
    display: inline-block;
    margin: auto;
    align-items: center;
    text-align: center;
}
#wrapper img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 130px;
    margin-right: 0;
    margin-left: 0;
}

header {
    position: fixed;
    top: 0;
}

.skills {
    margin-bottom: 50px;
}

#projektü {
    margin-bottom: 20px;
}

#wrapper p {
    margin: 0;
}

.logo{
    margin: 0;
}

#ehmha {
    display: flex;
}

#name {
    display: none;
}

.nav{
    display: none;
  }

.mobile_menu {
    display: flex;
}

.menu-icon-wrapper{
    display: flex;
}



}


@media only screen and (max-width: 500px) {
    .umschlag {
    display: inline-block;
    color: black;
    }
    .desc{
        color: black;
        font-family: "Poppins", sans-serif;
    }

    #slider ul li {
        width: 300px;
        height: 550px;
    }

    #javascript {
        display: none;
    }

    #javaresponsive {
        display: flex;
    }

    .Überschrift_slider{
        margin-bottom: 30px;
    }

    #contact {
        margin: 0 20px;
      }
    
      .text {
        margin-right: 20px;
        margin-left: 40px;
      }
}

@media only screen and (max-width: 450px) {
    .text {
        font-size: 80%;
        margin-right: 35px;
    }

    #wrapper img {
        margin-top: 100px;
    }
}