@media (min-width: 56.25em) {
  .entry-header h1 {
    font-size: 2.25em;
    line-height: 1.06;
		color: #000;
		}}

.entry-header::after {
  content: "";
  position: absolute;
  background: #4d4d4d;
  width: 8.5em;
  height: 0.175em;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5em;
}

.blocksatz {
		text-align: justify;
}

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-family: "Garamond", Times, serif;
	font-size: 3.4em;
  font-style: normal;
	color: #CA070B;
  font-weight: 100;
  line-height: .58;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
	font-style: italic;
}

.wp-block-pullquote cite {
  color: inherit;
	font-style: normal;
	font-size: smaller;
}

blockquote {
  margin: 1.5em 0;
  padding: 0 1.5em;
  border-left: solid 0.2em #CA070B;
}

article a {
  text-decoration: none;
}

.hover-image-container {
  position: relative;
  width: 300px; /* gewünschte Bildgröße */
 height: auto;
}

.hover-image-container img {
  width: 100%;
  display: block;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-image-container:hover .hover-image {
  opacity: 1;
}

.hover-image-container:hover .normal-image {
  opacity: 0;
}

/*.button::before {
  content: url('https://r-bie.de/wp-content/uploads/2025/11/stellaria_kronblaetter.jpg');
  display: none;
}*/

/*
.wp-block-columns:has(.hover-link:hover) .wp-image-834 {
  content: url('https://r-bie.de/wp-content/uploads/2025/11/stellaria_kronblaetter.jpg');
}

.wp-block-columns:has(.hover-link2:hover) .wp-image-834 {
  content: url('https://r-bie.de/wp-content/uploads/2025/11/stellaria_griffel.jpg');
}

.wp-block-columns:has(.hover-link3:hover) .wp-image-834 {
  content: url('https://r-bie.de/wp-content/uploads/2025/11/stellaria_staubblaetter.jpg');
}
.wp-block-columns:has(.hover-link4:hover) .wp-image-834 {
  content: url('https://r-bie.de/wp-content/uploads/2025/11/stellaria_fruchtknoten.jpg');
}*/

/* Bildcontainer mit fester Position */
.stellaria-image-container {
  position: relative;
  width: 100%;
  height: auto;
}

/* Alle Bilder übereinander stapeln */
.stellaria-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Sichtbares Bild */
.stellaria-image-container img.active {
  opacity: 1;
}

/* Erstes Bild als Platzhalter für Container-Höhe */
.stellaria-image-container img:first-child {
  position: relative;
}

/* Hover-Begriffe hervorheben */
.stellaria-term {
  cursor: help;
  transition: color 0.2s ease;
}

.stellaria-term:hover {
  color: #2271b1;
}


.zitatzeichen{
    color: #CA070B;
	/*font-size: 2.625em;
}
.zitatdelta{
color: #3366ff;

}