.body{
    font-family: Helvetica neue;
    padding:15px 15px 15px 15px;
}

.oben{
    display: flex;
    justify-content: space-between;
}

.name{
    font-size: 32px;
    font-weight: Bold;
}

.menu{
    font-size: 32px;
    font-weight: Bold;
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: 34px;
}

.buttonH {
    background-color: white; 
    color: black; 
    padding: 2px;
    font-weight: Bold;
    position: relative;
    text-decoration: none;
  }
  
  .buttonH:hover {
    background-color: #000000;
    outline: 5px solid #000000;
    color: white;
    z-index: 1;
  }

  .popup-container {
    position: fixed;
    margin-top: -5%;
    padding-left: 31.5%;
    padding-right: 18.5%;
    width: 85%;
    z-index: 1;
    pointer-events: none;
  }

  

  .popup {
    background-color: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  }

  .popup-text {
    padding: 30px;
    font-size: 32px;
    line-height: 34px;
  }
  .pop-titel {
    font-weight: bold;
  }

  .versteckt {
    display: none;
  }
  
  

.titel{
    font-size: 105px;
    font-weight: Bold; 
    font-display: 62,5px;
    margin-bottom: -20px;
    position: relative;
    display: inline-block;
    line-height: 107px;
}

.dot-container {
    position: fixed;
    margin-top: 29px;
    margin-left: 20px;
}

.ball{
    width: 55px;
}

.texte{
    font-size: 32px;
    font-weight: light;
    display: flex;
    justify-content: center;
    margin-top: 105px;
    margin-bottom: 52.5px;
    line-height: 34px;
}

.disziplienen{
    text-align: right;
    margin-right: 20px;
}

.projekt-beschrieb{
    text-align: left;
    width: 50%;
}

.skills {
    margin-top:100px;
}

.skillname {
    font-size: 32px;
    font-weight: light;
    line-height: 34px; /* Matches height of each bar */
    text-align: right;
    margin-right: 20px; /* Space between text and bars */
}

.skillname p {
    margin: 0; /* Remove default paragraph margins */
    height: 34px; /* Explicitly set height to match the line height */
    display: flex;
    align-items: center; /* Ensure the text is vertically centered */
}

.lvlbarsall {
    display: flex;
    align-items: center;
}

.lvlbarsalllang {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.lvlbar {
    width: 50%;
}

.bilder-unten{
    margin-top: 20px;
    margin-bottom: 20px;

}

.sechs-spalten{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-illu{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.vier-spalten-rechts{
    width: 70%;
    display: flex;
    margin-left: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}


.vier-spalten-links{
    width: 70%;
    display: flex;
    margin-right: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.vier-spalten-links-video{
    width: 40%;
    display: flex;
    margin-right: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faecher{
    width: 20%;
    margin: 150px auto 150px auto;
    display: flex;
    position: relative;
}


.faecher:hover .faecher-projekt {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.faecher:hover .faecher-projekt1 {
  transform: rotate(0deg)
}
.faecher:hover .faecher-projekt2 {
  transform: rotate(-80deg)
}
.faecher:hover .faecher-projekt3 {
  transform: rotate(-20deg)
}
.faecher:hover .faecher-projekt4 {
    transform: rotate(-40deg)
}
.faecher:hover .faecher-projekt5 {
    transform: rotate(-60deg)
 }
 .faecher:hover .faecher-projekt6 {
    transform: rotate(20deg)
 }
 .faecher:hover .faecher-projekt7 {
    transform: rotate(40deg)
 }
 .faecher:hover .faecher-projekt8 {
    transform: rotate(60deg)
 }


.faecher-projekt {
    transform-origin: 10% 95%;
    background-color: white;
    Border-radius: 1.5vw;
    padding-top: 20%;
    padding-bottom: 20%;
    position: absolute;
}

.faecher-projekt-platzhalter {
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.faecher:hover .faecher-projekt-platzhalter{
    box-shadow: none;
    
}

.circle{
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none;
    position: absolute;
    left: 10%;
    bottom: 5%;
    transform: translate(-50%, 50%);
  }