/*
Theme Name: Twenty Nineteen Child rosaaareisen
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: RR
Author URI: https://rispler-rispler.de/
Version: 1.4.1562840447
Updated: 2019-07-11 10:20:47

*/

body, li {
    font-family: "NonBreakingSpaceOverride", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.6;
}
button, input, select, optgroup, textarea {
    font-family: "NonBreakingSpaceOverride","Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;;
}
.comment-list {
    padding-left: 1rem;
    padding-top: 0.1rem;
    padding-bottom: .5rem;
    background-color: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
    font-weight: 400;
}
.widget-title, .comments-title {
    font-size: 1.25rem;
}

.entry .entry-title:before, h1:not(.site-title):before, h2:before, .comments-area .comments-title-wrap .comments-title:before {
    display: none;
}

#comments {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}



.post-navigation .nav-links .nav-next .meta-nav, .post-navigation .nav-links .nav-previous .meta-nav {
    opacity: .5;
}
.post-navigation .nav-links .nav-next .meta-nav:after, .post-navigation .nav-links .nav-previous .meta-nav:before {
    display: none;
}

@media only screen and (min-width: 400px) {
    .post-navigation .nav-links {
        flex-direction: row;
        justify-content: space-between;
    }
    .post-navigation .nav-links .nav-next {
        padding-left: 0;
    }
    .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
        min-width: initial;
    }
}


#masthead {
    padding-top: 0;
}

.site-branding {
    margin-left: -1em;
    margin-right: -1em;
    padding: 1rem;
}
.site-header.featured-image .site-branding {
    background: rgba(0,0,0,.5);
}
.site-title, .site-description {
    font-size: .8em;
}

@media only screen and (min-width: 768px) {
    .site-branding {
        margin: 0;
        padding: 1rem calc(10% + 60px);
    }
}