 :root{
    --table-bright: white;  /* Tabelle helle Reihen */
    --table-dark: #F7F1EF; /* Tabelle dunkle Reihen */
    --table-header:#F7F1EF; /* Tabellentitel Reihen */
    --colorHeader: white; /* Schriftfarbe Titel */

    
    --hover: rgb(166, 166, 166); /* Hover alle */
    --colorHover: white; /*Schriftfarbe Hover alle */
 }

.kikaTbody .kikaDataWeekNotNew:nth-child(2n + 1){
    background-color: #ffffff;
    transition-duration: 350ms;
}

select#pfarrkreisSelect {
    display: none;
}

p.pfarrkreis {
    display: none;
}
select#zielgruppenSelect {
    width: 22%;
    height: 80%;
    display: none;
}
.dateBoxKika {
    padding-top: 8px!Important;
}
.kikaContainer {
    min-height: 320px;
}

button.kikaVInfoButton {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end;
    flex: 1;
    width: 260px;
    min-height: 37px;
    border-radius: 50px;
    border-color: #7BAFC7;
    background: #fff;
    box-shadow: none;
    color: #000000;
    border: solid;
    border-top-color: #7BAFC7;
    border-left-color: #7BAFC7;
    border-bottom-color: #7BAFC7;
    border-right-color: #7BAFC7;
}

button.kikaVInfoButton:hover {
    box-shadow: none;
    background-color: #7BAFC7;
    color: white;
}
@media only screen and (max-width: 768px) {

    .kikaContainer .mobile-field {
  
      display: block !important;
  
    }
  
  }
   