.table tbody tr td{
vertical-align: middle;
font-weight: bold;
border: unset!important;
}
.table{
width: 100%; 
text-align: center;
border: unset!important;
}
.table .header{
background-color:#555555;
}
.table .header th{
color: #fff;
border: unset!important;
}
.entry-content table:not(.variations){
border: unset!important;
}
.table .weekdays{
background-color: #83E28E;
color: #393939;
font-weight: bold;
height: 40px;
}
.table .weekends{
background-color: #83E28E;
color: #393939;
font-weight: bold;
height: 40px;
}
.table .holidays{
background-color: #83E28E;
color: #393939;
font-weight: bold;
height: 40px;
}
.table thead th{
font-weight: bold;
font-size: 16px;
line-height: 1em;
height: 50px;
vertical-align: middle;
}
.table tbody tr td{
font-size: 16px;
}
.table tbody tr td .hide{
display: none;
}
@media only screen and ( max-width: 767px ){
.tag{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.table{
text-align: left;
}
.table .header th{
padding-left: 10px;
}
}
.wordings{
margin-top: 1vw;
margin-bottom: 1vw;
} @media screen and (max-width: 554px){
.table-title {
font-size: 18px!important;
text-align: left!important;
}
.table-title:before{
padding-right: 0px!important;
}
.table tbody tr td , .table .header th{
width: 60px!important;
padding: 0px 10px!important;
}
}
@media screen and (max-width: 390px){
.table tbody tr td , .table .header th{
width: 60px!important;
padding: 0px 5px!important;
font-size: 14px!important;
}
}
.table-title {
width: 100% !important;
text-align: center;
height: 50px;
font-weight: bold;
font-size: 20px;
line-height: 1em;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
background-color: #555555;
}
.table-description {
width: 100% !important;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
background-color: #BFBFBF;
}
.table-title:before{
content: ""; 
display: inline-block;
width: 25px;
height: 25px;
background-image: url(//schluesseldienst-muenchen-west.de/wp-content/uploads/2026/04/icon.webp);
background-size: contain; background-repeat: no-repeat;
padding-right: 10px;
}