/*
Theme Name: TVO
Theme URI: 
Author: creandi
Author URI: https://creandi.de
Description: Designlayout für den Theaterverein Ostentrop. Features: Aktuelles Theaterstück, Über uns Seite, Vergangene Aufführungen
Requires at least: 7.1
Tested up to: 7.1
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: tvo
Tags: 
*/

:where(.wp-site-blocks :focus) {
  outline-color: inherit;
}

footer .wp-block-site-logo img {
  height: 130px;
  max-width: 100%;
  width: 100%;
}

@media (max-width:600px) {
  body {
    hyphens: auto;
  }
}

@media (min-width:601px) {
  .card-with-verse {
    position: relative;
    padding: 0 0 var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);

  }

  .card-with-verse blockquote {
    max-width: 22rem;
    transform: translate(-24px, -100%);
    height: min-content;

  }
}

ul.filebird-block-filebird-gallery.layout-grid {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  justify-items: stretch;
}

ul.filebird-block-filebird-gallery.layout-grid li img {
  border: none;
  box-shadow: none;
}

ul.filebird-block-filebird-gallery.layout-masonry {
  column-width: var(--min-width);
  column-gap: calc(var(--space) + 6px);
}

.filebird-block-filebird-gallery .blocks-gallery-item img:hover {
  cursor: zoom-in;
}

:is(.deco)::after {
  content: '';
  width: 80px;
  height: 4px;
  background: var(--wp--preset--color--accent-1);
  display: block;
}

:is(.deco).center::after {
  margin: 1.5rem auto 0;
}


:is(.deco).left::after {
  margin: 1.5rem 0 0;
}

.darsteller figure figcaption {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.badge {
  background: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--base);
  display: inline-block;
  line-height: 1;
  padding-block: 12px;
  padding-inline: var(--wp--preset--spacing--20);
  font-weight: 600;
  letter-spacing: 0.25px;
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-post .taxonomy-jahr.badge.wp-block-post-terms {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  margin: 0;
}

.wp-block-post-title a::after {
  content: '';
  position: absolute;
  inset: 0;
}

li.wp-block-post:has(.wp-block-post-title a:hover) {
  box-shadow: var(--wp--preset--shadow--shadow-1);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {

  li.wp-block-post:has(.transition),
  a,
  .wp-element-button::after {
    transition: 0.2s ease;
  }
}

.wp-block-button:not(.alt-btn) a.wp-element-button::after {
  content: '→';
  position: absolute;
  display: inline-block;
  opacity: 0;
  transform: translate3d(-1em, -.1em, 0);
}

.wp-block-button:not(.alt-btn) a.wp-element-button:hover::after {
  opacity: 1;
  transform: translate3d(.25em, -.1em, 0);
}