/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress Child
Version: 1.0.0
Template: generatepress
Text Domain: generatepress-child

body {background: rgba(0, 119, 170, 0.07);}

.is-logo-image {border-radius: 30px;}
.entry-title a {color: #07a;}
.home article, .archive article, .aawp {box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);}

small {font-size: 14px;}

dfn {border-bottom: 1px dotted #999; cursor: help;}

q:before {content: open-quote;}
q:after{content: close-quote;}
q {quotes:"\201E" "\201C";}

.hinweis {background: #dce1e6; border-radius: 5px; padding: 2px 12px;}

ul.hinweis, ol.hinweis {margin-left: 0; padding: 12px 12px 2px 27px;}

/* Den eingebetten Videos Abstände geben 
.video-wrapped {margin-top: 1rem; margin-bottom: 2.5rem;}

.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    margin-top: 25px;
}

/* Tabellen 
th {background: #07a; color: #fff;}
tr:nth-child(odd) {background: #eee;}
*/

/* Grid 
@media (min-width: 840px) {
    .artikel-loop {
        display: grid;
        grid-template-columns: 48.5% 48.5%;
        grid-gap: 2rem 1%;
        justify-content: space-between;
}}
.home article, .archive article {background: #fff;}
*/
/*.single article {background: rgba(0, 119, 170, 0.07);}*/

/*
.home .inside-article header, .home .inside-article .entry-summary, .archive .inside-article header, .archive .inside-article .entry-summary {padding: 0 2rem;}
.archive .page-header {padding: 1rem 2rem;}

.artikel-loop {margin-bottom: 0; margin-bottom: 2rem;}
*/
/* Kommentar-Bereich */
/*img.avatar {border: 1px solid #eee; border-radius: 50%;}

.cat-links, .tags-links{display: inline-block;}
.cat-links {margin-right: 1rem;}

#nav-below {background: #fff; margin: 1rem 0 2rem 0; padding: 1.5rem;}
table{background: #fff;}
*/