 body{
    font-family: Helvetica, sans-serif;
    }

.karl, .kontakt{
   position: fixed;
   padding: 2px 6px;                 
   color: #111;                       
   background: rgba(255, 255, 255, 0.15); 
   backdrop-filter: blur(6px);          
   border-radius: 10px;                 
   font-weight: 500;
   z-index: 1000;
   box-shadow: 0 0 8px rgba(255,255,255,0.2);                     
   transition: all 0.2s ease; 

   a{
    color: black;
    text-decoration: none;  
    }
    }
.karl{left: 8px;}
.kontakt{right: 8px;}



.links{
    font-size: 13px;
    margin-left: 13px;
    position: fixed;
    text-align: left;   
    left: 0;             
    top: 50%;
}



.rechts{
    font-size: 13px;
    margin-right: 13px;
    position: fixed;
    text-align: right;   
    right: 0;             
    top: 50%; 

    a{
    text-decoration: none;
    color: black;
    }
}



.arbeiten, .legal{
   position: fixed;
   bottom: 20px;
   padding: 2px 6px;                 
   color: #111;                       
   background: rgba(255, 255, 255, 0.15); 
   backdrop-filter: blur(6px);          
   border-radius: 10px;                 
   font-weight: 500;
   z-index: 1000;
   box-shadow: 0 0 8px rgba(255,255,255,0.2);                     
   transition: all 0.2s ease; 

    a{
    color: black;
    text-decoration: none;  
    }
    }
.arbeiten{left: 8px;}
.legal{right: 8px;}

