/*
 Theme Name:   Twenty Twenty Child
 Description:  Mein Child Theme
 Author:       Nele Spielvogel
 Author URI:   httpw://nelkonzept.de
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twenty-twenty-child
*/
/** textfarbe **/
body, .entry-title a, :root .has-primary-color {
    color: #555 !important;
}
/** groesse logo im header **/
.site-logo img {
	max-height: 12rem;
}
.site-description {
	color: #fbfbfb !important;
	font-size: 2rem;
	float: right;
}
/** textfarbe menu **/
.header-footer-group a, .toggle-inner, .toggle-text {
    color: #f1e9ea !important;
}
ul.sub-menu a {
	color: #555 !important;
}
/** post header **/
.singular .entry-header {
	padding: 4rem 0;
	background-color: #f0f0f0 !important;
}
h1.entry-title {
	color: #555;
}
h1, .heading-size-1 {
	font-size: 4rem;
}
/** post titel groesse und textabstand zum post titel**/
h2.entry-title {
    font-size: 3.2rem;
}
.post-inner {
    padding-top: 3.5rem;
}
.entry-content, .pagination .nav-links {
	font-size: 1.8rem;
}
/** ueberschriften **/
.entry-content h2, .entry-content h3 {
	font-size: 2.0rem;
}
.entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 1.8rem;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 78rem;
}
/** weiterlesen **/
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding:0.5rem 0.5rem;
	font-weight: 500;
}
/** texteinzug Unterstützer Aufruf siehe customizer css 
.einzug { 
	margin-left: 33rem; 
	margin-left: 3rem; 
	float: right;
}**/

/** Unterschriftenliste **/
.dk-speakout-signaturelist, 
.dk-speakout-signaturelist-count,
.dk-speakout-signaturelist-name,
.dk-speakout-signaturelist-city,
.dk-speakout-signaturelist-count,
.dk-speakout-signaturelist-custom {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
	font-size: 1.7rem;
}

/** Footer **/
/* Pflichtlinks für die Desktop-Version gestalten */ 
@media ( min-width: 700px ) {
	.rechtliches {
		margin: 0 0 0 2.4rem;
	}
}
@media ( min-width: 700px ) {
	.footer-copyright a {
		margin: 0 0 0 1.5rem;
	}
}
.footer-copyright, .rechtliches {
	color: #f1e9ea;	
}

/** AUSBLENDEN **/
.entry-categories, .singular .intro-text, .post-meta-wrapper, .powered-by-wordpress {
	display: none;
}
