*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
overflow-x: hidden;
}
p:last-child {
margin-bottom: 0;
} a {
text-decoration: none;
transition: color 0.3s ease-in-out;
}
a:hover {
text-decoration: underline;
} img {
max-width: 100%;
height: auto;
} .wp-block-navigation__responsive-container.is-menu-open {
padding: 2rem;
}
.wp-block-navigation a {
text-decoration: none;
}
.wp-block-navigation a:hover {
text-decoration: underline;
} .site-footer a {
transition: color 0.3s ease-in-out;
} .kontakt-info-link {
color: inherit;
text-decoration: none;
}
.kontakt-info-link:hover {
text-decoration: underline;
} .entry-content {
margin-top: 2rem;
margin-bottom: 2rem;
} .wp-block-button__link {
transition: all 0.33s ease-in-out;
} @media screen and (max-width: 782px) {
.site-header .wp-block-site-logo img {
max-height: 60px;
}
}