/**
 * Theme Name: Hilkes Familienberatung
 * Template:   yith-wonder
 * 
 */

body {
	padding: 0 !important;
}


@media (min-width: 782px) {
	body {
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
}

@media (max-width: 480px) {
	.cover-inner {
		padding: var(--wp--preset--spacing--20) !important;
	}
}

main {
	margin-right: 1.25rem;
	margin-left: 1.25rem;
}

.about-me {
	border: none !important;
}

.about-me > table tbody tr:nth-child(odd){
	background-color: transparent !important;
}

.about-me > table tr td:first-child {
	width: 100px;
}

.wp-element-button {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-heading em{
	line-height: 2rem;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):focus) {
    text-decoration: none;
}