/* Füge hier Dein eigenes CSS ein */
.post-meta-wrapper {
    display: none;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
    font-weight: 600;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h6 {
    font-weight: 400;
}
.entry-content h5 {
	font-weight: 600;
	color: #018D65;
	font-size: 22px;
}
body,
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
    font-family: "Montserrat";
}

@media (min-width: 1220px) {

    h1,
    .heading-size-1 {
        font-size: 75px;
    }
}

@media (min-width: 700px) {

    h4,
    .heading-size-4 {
        font-size: 27px;
    }

    entry-content {
        font-size: 19px;
    }
	.entry-content {
    font-size: 19px;
	}
}

.footer-inner a,
.footer-inner p,
#site-footer a,
.footer-credits p {
    color: #fff;
	 font-weight: normal;
}
 .widget_nav_menu a {
    font-weight: normal;
    text-decoration: none;
}
p.powered-by-wordpress {
    display: none;
}