/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.leistungen-cover:hover img {
	transform: scale(1.08);
	transition: 0.8s ease-in-out;
}

.leistungen-cover img {
	transition: 0.8s ease-in-out;
}

ul.widget-menu {
	display: flex;
	gap: 2rem;
}