/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/

/* großes Foto auf Beitragsseite ausblenden
*/

.featured-image img {
    width: 0%;
}

/* Kategorie und Kommentar hinzufügen ausblenden
*/

.page-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

/* Höhe der Fotos auf Beitragseite

*/



.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 100px auto;
    max-width: 100%;
    min-height: 250px;
    text-align: center;
    width: 560px;
}

/* MENÜ
*/
.site-nav {
    background: #fff;
    opacity: 0;
    padding: 280px 0 120px;
    position: absolute;
    bottom: 0;
    left: -99999px;
    right: 99999px;
    top: 0;
    transform: translateY( 1rem );
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, left 0s .3s, right 0s .3s;
    z-index: 9999;
}

/*
Datum unter Beitrag
*/
.meta {
    color: rgba( 0, 0, 0, .35 );
    font-size: 0px;
    margin-top: 30px;
}

/* Schriftgröße Menü
*/
.site-nav li {
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.1;
    width: 100%;
}

/* site header reinrücken
*/

.site-header {
    margin: 0 auto 0 auto;
    /* max-width: 1240px; */
    padding: 50px 0;
    position: relative;
    width: 86%;
    z-index: 10000;
}


/*
seiten footer ein theme von ausblenden
*/
.site-footer p + p {
    color: rgba( 0, 0, 0, .35 );
    font-size: 0;
    margin-top: 12px;
}
.site-footer p + p {
    color: rgba( 0, 0, 0, .35 );
    font-size: 0px;
    margin-top: 12px;
}


/* copyright kathii schriftgröße
*/

.site-footer p {
    font-weight: 100;
    line-height: 1;
    text-align: center;
}

/* ähnliche Beiträge ausblenden
*/
.related-posts-wrapper {
    margin-top: none;
    display: none;
}

/* Schriftgröße instagram und facebook
*/
.site-footer p + p {
    color: rgba( 0, 0, 0, .35 );
    font-size: 14px;
    margin-top: 12px;
}

/* copyright kathii ausblenden
*/
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100;
    line-height: 1;
    text-align: left;
}

body {
    background: #fff;
    border: none;
    color: #000;
    font-family: 'Libre Franklin', 'Helvetica Neue', sans-serif;
    font-size: 15px;
}

.site-footer p {
    font-weight: 200;
    line-height: 3;
    text-align: center;
}

.alt-nav {
    display: flex;
    flex-wrap: inherit;
    justify-content: flex-end;
    margin: -10px 0 0 -40px;
    position: relative;
    z-index: 1;
} 
.site-header .custom-logo {
    background: no-repeat top left;
    background-size: contain;
    display: block;
    max-height: 50px;
    max-width: calc( 100% - 80px );
    overflow: hidden;
}