/* das war die wordpresszeile ;) */


footer[role="contentinfo"] {
    
    display: none;
    
}

.single .entry-meta, .page .entry-meta {
    display: none;
    padding-right: 0.39062rem;
    text-align: right;
}

.widget-title, .category-list, .pencil-page-intro, .comments-title, .comment-reply-title {
    display: none;
   
}

.site-title {
    text-transform: none;
}

.site-branding {
    padding: 4em 0em 4em 1em;
    text-align: left;
}

.site-branding {
    padding: 0;
    text-align: left;
}
.page-header {
    display: none;
}

.masonry-layout .entry-meta {
    display: none;
}
.hentry {
    background-color: #fff;
    border: 0 solid #f0f0f0;
    margin-bottom: 30px;
    padding: 30px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    display: none;
    margin: 0 0 30px;
    overflow: hidden;
}
.entry-thumb {
    margin-bottom: 30px;
    text-align: left!important;
}

.gallery-item {
    text-align: center;
  margin-bottom:10px;
}

.header-overlay {
    background-color: #315b9d;
    opacity: 0;
}

.entry-thumb:hover {
   opacity:1.0;
}


/* Hier passt du die Farbe der H4 - Überschriften an den Body-text (welcher unter Design/Anpassen ist) an :) */
h4 {
    color: #5d6c7a;
}

.impressum {
   font-size:12px;
}