

@media screen and (max-width: 786px) {
    .scroll-down-btn, .hamburger-menu {
    top: 60px;
    padding: 0;
    margin: 5px;
  }

  .section-header{
    margin: 0;
    padding: 0;
  }
  .section-title h2 {
    font-size: 2rem;
    word-break: break-word;
    margin: 4px;
    hyphens: none;
    text-align: center;
    white-space: normal;
    display: block;
  }

  .scroll-down-btn{
    position: absolute;
  }

  .section-left, .section-right {
    width: 48px;
    margin: 0;
  }

  .section-right{
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .section-left{
    right: 0;
  }
  .scroll-text {
    display: none;
  }

  .hamburger-menu button {
    font-size: 1rem;
    padding:  0.6rem 0.9rem;
  }

  .hamburger-menu .nav-menu {
    font-size: 40px;
  }

  #nav-menu {
    margin-top: 0.2rem;
    font-size: 18px;
    padding: 0.5rem;
  }

  #nav-menu ul li{
    margin: 1rem 0;
  }
  .menutext{
    display: none;
  }

  .menuicon{
    font-size: 1.5em;
  }

  #menu-toggle{
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    min-width: unset;
    width: auto;
  }

  #nav-menu a{
    padding: 0.9rem 1.2rem;
    font-size: 1.1rem;
  }
  
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .projektmenu-toggle {
    font-size: 1.2em;
    font-weight: 600; 
  }
   .section{
    padding: 1.2rem;
    margin-top: 2em;
  }

    .begruessung{
    white-space: normal;
  }
  
  .begruessung h1 {
    font-size: 1.6em;
  }

  .begruessung-text{
    font-size: 16px;
    margin-top: 3rem;
  }

  .beschreibung{
    text-wrap: balance;
    margin: 40px;
  }

  .profilbild img , .todoappImage img{
    max-width: 80vw;
  }

  .todoappImage {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .SpracheFrameworks{
    margin: 3rem;
  }

  .skill {
    flex-direction: column;
    align-items:  flex-start;
    gap: 0.3rem;
    margin:1rem;
  }

  
  .skill-label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .skill-bar {
    width: 100%;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
  }

  .skill-fill {
    height: 100%;
    border-radius: 6px;
  }

  .skill-container {
    gap: 1rem;
  }

  .sprachen {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .skill-kategorien {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
  .skill-block {
  flex: 1 1 200px;}

   #footer{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section{
    justify-content: center;
    text-align: center;
    font-size: 20px;
  }

  .copyright{
    justify-content: center;
  }

  .job-tasks li{
  margin: 1rem;
}

h4{
  font-size: 18px;
  word-break: break-word;
  overflow: break-word;
  hyphens: auto;
  
}



h1{
  
  word-break: keep-all;
  hyphens: none;
  text-align: center;
}

.beruf-label{
  font-size: 22px;
}



.meta-label .result-label{
  display: block;
  margin-bottom: 10px;
}

.meta-label {
  margin: 0;
}

.meta-label p{
  line-height: 1.4;
}
.beschreibung .p
{
  margin: 5px;
  word-break: normal;
  hyphens: auto;
}
}