/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       Kai von Essen
 Author URI:   kve-it.de
 Template:     twentytwenty 
 Version:      1.0.0
Text Domain:   twentytwenty-child
*/
@media (min-width: 1000px) {
  .powered-by-wordpress {
    display: none;
  }
}

@media (min-width: 1000px) {
  #site-header {
    border-bottom: solid 1px black;
	position: sticky;
    top: 0;
  }
}

a.to-the-top {
  display: none;
}

/* Author und Datum bei Beiträgen im Header ausblenden */
.post-meta-wrapper {
  display: none;
}

/* Setzt den riesigen Theme-Abstand der h3-Titel innerhalb von Akkordeons zurück */
.entry-content .wp-block-accordion-item h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Reduziert den Abstand der Akkordeon-Container selbst */
.entry-content .wp-block-accordion-item {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* Zwingt den Editor, die h3-Abstände im Akkordeon ebenfalls zu reduzieren */
.editor-styles-wrapper h3.wp-block-details__summary,
.editor-styles-wrapper .wp-block-details h3,
.block-editor-block-list__layout .wp-block-details h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}