        .wp-block-columns.category-container {
            width: 100%;
            height: auto;
            /* background-color: green; */
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin-top: 20px;
        }

        @media screen and (max-width: 820px) {
            .category-container {
                flex-direction: column;
            }
        }
        @media (min-width: 782px){ 
             .wp-block-column:not(:first-child) {
              margin-left:15px;
}
        }

        .category-column {
            width: 290px;
			max-width: 283px;
            margin-left: 15px;
            margin-right: 15px;
            height: auto;
            display: flex;
            flex-direction: column;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        @media screen and (max-width: 1350px) {
            .category-column {
                width: 23.2%;
				max-width: none;
            }
        }

        @media screen and (max-width: 820px) {
            .category-column {
                width: 90%;
                margin-left: 5%;
                margin-right: 5%;
                margin-top: 0;
                margin-bottom: 0;
            }
        }

        .wp-block-bommerreinigungen-category-block {
            display: flex;
            flex-direction: column;
            margin-top: 50px;
            margin-bottom: 50px;
            width: 100%;
            text-decoration: none;
            text-align: center;

        }

        .work {
            width: 100%;
            height: auto;
            min-height: 20px;
            display: flex;
            position: relative;
            flex-direction: column;
            /* background-color: green; */
            margin: 0;
            padding: 0;
            text-align: center;
            justify-content: flex-start;
        }

        .text-center {
            align-self: center;
            font-family: 'Montserrat', sans-serif;
            width: 100%;
            font-weight: 700;
            font-size: 18px;
            background-color: var(--default-theme-color);
            margin: 0;
            text-decoration: none;
            padding: 7px 0 7px 0;
            color: #FFFFFF;
            text-transform: uppercase;
        }

        @media screen and (max-width: 1350px) {
            .text-center {
                font-size: 14px;
            }
        }

        .slika {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .slika img {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            transition: all 0.5s;
        }

        .slika img:hover {
            -webkit-filter: grayscale(0%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }