
.list-container {
    width: 300px;
    margin: 40px auto;
    display: none;
}

#categoryList li {
    list-style: none;
    /* background-color: #ddbf51ff; */
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 6px;
    cursor: text;
}

#categoryList li span {
    list-style: none;
    /* background-color: #ddbf51ff; */
    border-radius: 6px;
    border: 1px solid #333;
    width: 100%;
    cursor: text;
    height: 33px;
    padding-left: 5px;    
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 33px;  
    /* box-sizing: border-box;  */
}

.hidden {
    display: none;
}

/* button {
    font-size: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
} */






#categoryList li {
    list-style: none;
    background-color: rgba(228, 228, 228, 0);
    padding: 1px;
    margin-bottom: 1px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggleBtn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.toggleBtn.activeKategorie {
    background-color: lightgreen;
}
.toggleBtn.activeKategorie:hover {
    background-color: rgb(186, 224, 186);
}
.toggleBtn:hover {
    background-color: rgb(221, 221, 221);
}


.colorPickerButton {
    padding: 1px;

    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.colorPickerButton .colorPicker {
    width: 32px;
    height: 32px;
    opacity: 0;
}





#timerPos {
    display: grid;
    /* grid-template-columns: repeat(3, max(10%, 75px));     */
    grid-template-columns: 1fr auto 1fr;
    gap: 1%;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
#timerPos button:hover {
  background-color: #6d6d6d;
}

.timer {
    display: flex;           
    justify-content: center;  
    align-items: center;   
    margin-top: 0px;
    padding: 0;
    border: none;
    border-radius: 12px;
    width: 100%;
    /* height: 100%; */
    font-size: 45px;
    background-color: #8f8f8f;
}

#timerTime{
    /* grid-column: span 2; */
    height: 80px;
    color: #ffffff;    
    justify-self: center;  
    width: 220px; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);  
}

#timerSettings{
    display: column;
}
#timerSettings input{
    font-size: 18px;
    height: 25px;
    width: 70px;
    align-self: center;
    justify-self: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);  
    color: #ffffff;    
    opacity: 0.5;

}

#resetTimer {
    font-size: 18px;
    height: 50px;
    width: 70px;
    align-self: center;
    justify-self: left;
    margin: 0px;
    margin-bottom: 5px;
    background-color: #8f8f8f;
    opacity: 0.5;
}
#resetTimer:hover {
    font-size: 18px;
    height: 50px;
    width: 70px;
    align-self: center;
    justify-self: left;
    margin: 0px;
    margin-bottom: 5px;
    background-color: #ffffff7a;
    opacity: 0.5;
}

@media (max-width: 600px) {

    #timerPos{
        margin-top: 60px; 
        margin-bottom: 60px;
    }
    #timerTime{
        /* grid-column: span 2; */
        height: 80px;
        color: #ffffff;    
        justify-self: center;

        width: 140px; 
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);  
    }
    #timerSettings input{
    font-size: 18px;
    height: 25px;
    width: 70px;
    align-self: center;
    justify-self: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);  
    color: #ffffff;    
    opacity: 0.5;

}
}





/* select Playlist */
.playlist {
  display: grid;
  grid-template-columns: repeat(3, max(15%, 75px));

  margin-top: 20px;
  /* padding: 20px; */
  text-align: center;      
  justify-content: center;
  text-align: center;
  text-justify: center;
  column-gap: 6%;
  row-gap: 15px; 
  width: 100%;
}
.playlistSelection {
  display: grid;
  flex: 0 1 20%;
  /* width: 30%; */
  min-width: 250px;
  background-color: #8f8f8f;  
  border-radius: 8px;    
  padding: 3px;
}
.playlistSelection label {
  color: white;           
}
.playlistSelection select {
  text-align: center;      
  text-decoration: none;     
  font-size: 16px;          
  cursor: pointer;         
  transition: background-color 0.3s ease; 
  padding: 2px;            
  font-size: 16px;
  width: 100%;
       
}

.playlist .kategorie {
  display: flex;
  flex: 0 1 50%;
    grid-column: span 2;

  /* min-width: 250px; */
  /* width: 30%; */
  gap: 1%;
}
.playlist .kategorie .kasten {
  display: flex;
  border-radius: 8px;       
  width: 50%;
  min-width: 250px;
  border: 2px solid black;
    color:#ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding: 0;
}
.playlist .kategorie button {
  background-color: #8f8f8f;  
  color: white;              
  text-align: center;  
  text-justify: center;    
  text-decoration: none;     
  display: inline-block;    
  font-size: 16px;          
  margin: 0 auto;
  cursor: pointer;         
  border-radius: 8px;       
  transition: background-color 0.3s ease; 
  width: 20%;
  min-width: 100px;
  padding: 0;
}
.playlist .kategorie #showKategories{
  width: 100px;
} 

.playlist .kategorie button:hover {
  background-color: #6d6d6d;  
}


@media (max-width: 1200px) {
    .playlist {
        display: grid;
        grid-template-columns: 1fr; 
        row-gap: 30px;
        justify-items: center; 
    }

    .playlistSelection {
        width: 100%; 
        max-width: 350px;
        grid-column: span 1;

    }

    .playlist .kategorie{
        width: 100%; 
        height: 50px;
        max-width: 350px;
        grid-column: span 1;

    }

    .playlist .kategorie .kasten {
        width: 100%;
        min-width: unset;
    }

    .playlist .kategorie button {
        width: 100%; 
        min-width: unset;
    }
}
/* 
.MusicPlayerOrBingo input[type="radio"] {
  display: none;
}

.segmentedButton{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.segmented {
  display: inline-flex;
  background: #f2f2f7;
  padding: 4px;
  border-radius: 12px;
}

.segmented label {
  padding: 8px 22px;
  cursor: pointer;
  border-radius: 9px;
  font-size: 15px;
  color: #555;
  transition: all 0.2s ease;
}

#showMusicPlayer:checked ~ .segmented label[for="showMusicPlayer"],
#showBingo:checked ~ .segmented label[for="showBingo"] {
  background: white;
  color: black;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}


.panelMusicOrBingo {
  display: none;
}

#showMusicPlayer:checked ~ .panel-Music {
  display: block;
}

#showBingo:checked ~ .panel-Bingo {
  display: block;
} */

/* .MusicPlayerOrBingo {
  display: flex;
  flex-direction: column; 
  align-items: center;
} */

.MusicPlayerOrBingo input[type="radio"] {
  display: none;
}
.MusicPlayerOrBingo {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.segmented {
  display: inline-flex;
  background: #f2f2f7;
  padding: 4px;
  border-radius: 12px;
}

.segmented label {
  padding: 8px 22px;
  cursor: pointer;
  border-radius: 9px;
  font-size: 15px;
  color: #555;
  transition: all 0.2s ease;
  width: 200px;
  text-align: center;
}

/* Aktiv - Änderungen bei der Auswahl */
#showMusicPlayer:checked ~ .segmented label[for="showMusicPlayer"],
#showBingo:checked ~ .segmented label[for="showBingo"] {
  background: white;
  color: black;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}



.panel-Music {
  display: block;
}

.panel-Bingo {
  display: none;
}





.loadKategoriesCenter{
  display: grid;
  justify-content: center;
}

#showKategoriesBingo li {
    list-style: none;
    background-color: rgba(228, 228, 228, 0);
    padding: 1px;
    margin-bottom: 1px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colorKatBingo {
    padding: 1px;

    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}