.radio-inline{
    margin-right: 5px;  
  }
  .checkbox-inline{
    margin-right: 5px;  
  }
  .label{
      padding-left: 5px;
  }
  .card-custom{
    margin-bottom: 10px;
    padding: 5px 0 0 10px;
    background-color: #f8f8f8; 
    border-color: #333;
  }
  .player-name{
    padding-right: 10px;
  }
  .testclass{
    padding: 10px;
  }
  .btn-outline-secondary{
    width: 110px;    
  }
  .btn-outline-success{
    width: 110px;    
  }
  .btn-outline-danger{
    width: 110px;    
  }
  body {
    background-color: #f2f2f2; /* Wähle hier die gewünschte Farbe */
    color: #333; /* Optional: Setzt die Textfarbe für guten Kontrast */
  }
  .header{
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #e9e9e9;
  }  