/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1778057589
Updated: 2026-05-06 08:53:09

*/

/** Header Reihenfolge mobile **/
@media (max-width: 600px) {
  .wp-block-navigation__responsive-container-open {
    order: 2;  /* Burger rechts */
  }

  .wp-block-buttons {
    order: 1;  /* Button links */
  }
}

/* Aufzählungslisten */
.wp-block-list ul li,
.wp-block-post-content ul li {
  padding-left: 0.75rem;    /* Abstand Punkt → Text */
  margin-bottom: 1.2rem;    /* Abstand zwischen den Punkten */
  line-height: 1.5;
}

.wp-block-list ul li::marker,
.wp-block-post-content ul li::marker {
  font-size: 0.5em;         /* Punkt kleiner */
  color: var(--wp--preset--color--text-muted);
}

/* Marker Überschriften */
.marker-green,
.marker-blue {
  display: inline;
  background-repeat: no-repeat;
  background-position: 0 40%;  /* vertikale Position — nach unten anpassen */
  background-size: 100% 35%;   /* 45% = Höhe des farbigen Streifens */
  padding-right: 0.15em;       /* kleiner Puffer am rechten Rand */
}

.marker-green {
  background-image: linear-gradient(
    transparent 0%,
    var(--wp--preset--color--accent-green) 0%
  );
}

.marker-blue {
  background-image: linear-gradient(
    transparent 0%,
    var(--wp--preset--color--accent-blue) 0%
  );
}

.is-layout-constrained > .marker-h1-green {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  position: relative;
}

.marker-h1-green::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08em;
  width: 100%;
  height: 45%;
  z-index: -1;
  background-color: var(--wp--preset--color--accent-green);
}

/** Icons **/
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;  /* optische Ausrichtung zur Schriftlinie */
  display: inline-block;
	margin-right: 0.2em;
}

/** Footer **/
footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}