
#meadow-wrapper{
    background-image: url(/wp-content/plugins/lions-bluehwiese/assets/img/foto-bluehwiese.jpg);
    background-size: cover;
}

#meadow{
	margin-left: 0;
	margin-right: 0;
}

#meadow > .col{
    color: #b7bdb2;
    background-color: rgb(243 189 0 / 85%);
    border: 0.5px dashed rgba(255,255,255,0.99);
    width: 2.75%;
    height: 10px;
    text-align: center;
    padding: 5px;
    flex-basis: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    #meadow > .col{
        height: 30px;
    }
}

#meadow > .col.draft{
	background-color: rgb(0 87 157 / 85%);
    border-color: rgba(255,255,255,0.3);
}

#meadow > .col.booked{
    background-color: rgb(243 189 0 / 0%);
    border-color: rgba(255,255,255,0.3);
}

/*  */

.bg-yellow{
    background-color: rgb(243 189 0 / 100%); /* gelb */
    color: #fff;
}

.bg-blue{
    background-color: rgb(0 87 157 / 100%); /* blau */
    color: #fff;
}

#lions-bluehwiese-form .small,
#lions-bluehwiese-form small {
    font-size: 90% !important;
}