
/*
Theme Name:   Twenty Twenty Child-Theme 
Author:       Dennis Wauer Gipfelspringer
Author URI:   https://www.gipfelspringer.de
Description:  Child-Theme für das WordPress-Standardtheme Twenty Twenty 
Template:     twentytwenty
Version:      1.0 (2020-02-19)
*/ 


.container-fluid {
    background-color: #f7cc2f !important!;
}
cite, figcaption, .wp-caption-text, .post-meta, .entry-content .wp-block-archives li, .entry-content .wp-block-categories li, .entry-content .wp-block-latest-posts li, .wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-date, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-pullquote cite, .comment-metadata, .comment-respond .comment-notes, .comment-respond .logged-in-as, .pagination .dots, .entry-content hr:not(.has-background), hr.styled-separator, :root .has-secondary-color {
    color: #000000 !important;
}
.entry-content .wp-block-latest-posts {
  pointer-events: none;
}

/* ------------------------------- */
/* menue                           */
/* ------------------------------- */
.header-inner.section-inner {
    height: 150px;
}
.post-inner
{
   padding-top: 0;
}


h1 {
  font-size: 30px !important;
}
h2 {
  font-size: 20px !important;
}
h3 {
  font-size: 20px !important;
}
.widget_text p {
  font-family: "" !important;
  font-size: 18px !important;
}

//.toggle-inner {
//    display: none;
//}
//.header-toggles {
//    display: none;
//}
