
@media (min-width: 1310px) {
    .primary-header > div:first-child {
        width: fit-content;
        flex: auto;
        flex-grow: unset !important;
        flex-basis: unset !important;
    }
	.primary-header > div:first-child > div > div:last-child {
		display: none;
	}
}

.primary-header > div:not(:first-child):not(:last-child) {
    width: 150px !important;
    flex-basis: 150px !important;
}

.primary-header .wp-block-site-logo img {
	width: 100% !important;
}

.site-footer .wp-block-site-logo {
	display: none !important;
}


.primary-footer > div:not(:first-child):not(:last-child) {
	align-items: center !important;
}

.primary-footer .wp-block-image {
	margin: 0 !important;
}


.meomix-card--image img {
	padding: 5%;
    box-sizing: border-box;
}

.wp-child-theme-pfalzfreude .site-global--navigation-fullmenu .menu .menu-item {
	color: var(--wp--preset--color--senary);
}
