*:focus {
    outline: none;
}

#masthead .site-logo {
    max-height: 160px;
}

.site-header {
background-color: rgba(255,255,255,1.0) !important;
}

/* - linie unter dem hauptmenue */   
.site-header {
  border-bottom:2px solid rgb(194,0,31);padding-bottom:10px;
}

/* - ueberschriftgroesse blog-beitrag */  
.hentry .title-post {
    font-size: 20px;
}

#mainnav ul li a{
  font-size: 18px;
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);
}