#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 64px;
    height: 64px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 2px #c0ffc3;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  

}



div{cursor: pointer;}
div:hover .highlight:after{
  width: 100%;
}
.highlight{
  display: inline-block; 
  position: relative;
}
.highlight:after{
  content:"";
  width: 0;
  height: 15px;
  display: inline-block;
  background: #c0ffc3;
  position: absolute;
  bottom:0;
  left:0;
  z-index:-1;
  transition: 0.2s all;
} 

#rechts {
    font-size: 20px;
    color: #97b8ff;
    text-align: left;
  
  }
  
  .halbe-seite{
    justify-content: end;
    align-items: normal;
  }
  
  #titel{
    font-size: 5vw;
  font-style: italic;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;


   }
   
  
  #text {
    text-align: left;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #back{
    text-align: left;
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
  }