/* Fügen Sie hier Ihr eigenes CSS ein */
#mainnav ul li a{
font-weight: bold;
}

.site-header {
background-color: rgba(255,255,255,1.0) !important;
}

.page header.entry-header {
display: none;
}

nav#mainnav {
    margin-top: 0px;
}

.footer-widgets {
    padding: 50px 0;
}

html,
body {
	overflow-x: hidden;
}

.wpcf7-form input {
	max-width: 100%;
}

div#content {
    min-height: calc(100vh - 220px);
}
