/*!
Theme Name: Theateria 2025
Theme URI: http://underscores.me/
Author: Florian Strasser - Webdesign & Programmierung
Author URI: http://www.florian-strasser.de
Description: A modern wordpress template created from scratch for theateria
Version: 1.1.18
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theateria_2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Theateria 2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html.lenis body {
    height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: clip;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
html body.page-template-default {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
html body.page-template-default.no-iframe {
    justify-content: space-between;
}
#page {
    overflow: clip;
}

.single-post #masthead,
.single-post .site-footer,
.page-template-default #masthead,
.page-template-default .site-footer,
.single-stck #masthead,
.single-stck .site-footer,
.blog #masthead,
.blog .site-footer,
.page-template-page-spiel #masthead,
.page-template-page-spiel .site-footer {
    display: none;
}
.single-post.no-iframe #masthead,
.single-post.no-iframe .site-footer,
.page-template-default.no-iframe #masthead,
.page-template-default.no-iframe .site-footer,
.single-stck.no-iframe #masthead,
.single-stck.no-iframe .site-footer,
.blog.no-iframe #masthead,
.blog.no-iframe .site-footer,
.page-template-page-spiel.no-iframe #masthead,
.page-template-page-spiel.no-iframe .site-footer {
    display: block;
}
.f-button svg {
    width: 2rem;
    height: 2rem;
}

.page-template-default.no-iframe .site-main,
.single-stck.no-iframe .site-main {
    padding-top: 3rem !important;
}

.fixed-menu {
    left: 100%;
    transform: translateX(0%);
    background: #fff;
    color: #000;
    transition:
        0s 0.5s transform,
        0.5s opacity;
    opacity: 0;
}
.fixed-menu.visible {
    transform: translateX(-100%);
    opacity: 1;
    transition:
        0s transform,
        0.5s opacity;
}
.page-template-page-spiel .fixed-menu {
    background: #000;
    color: #fff;
}

.embeded iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-item a {
    padding-bottom: 0.3em;
    border-bottom: 2px solid transparent;
}
.menu-item a:hover,
.wysiwyg-wrapper a:hover {
    font-weight: 700;
}
.wysiwyg-wrapper a {
    border-bottom: 1px solid var(--color-black);
}
.wysiwyg-wrapper a:hover {
    border-bottom: 1px solid transparent;
}
.site-footer ul a,
.site-footer p a {
    padding-bottom: 0;
    border-bottom: 1px solid var(--color-black);
}
.site-footer ul a:hover,
.site-footer p a:hover {
    border-bottom: 1px solid transparent;
}
.site-footer.bg-black ul a,
.site-footer.bg-black p a,
.page-template-page-spiel .fixed-menu .site-footer ul a,
.page-template-page-spiel .fixed-menu .site-footer p a {
    border-bottom: 1px solid var(--color-white);
}
.site-footer.bg-black ul a:hover,
.site-footer.bg-black p a:hover,
.page-template-page-spiel .fixed-menu .site-footer ul a:hover,
.page-template-page-spiel .fixed-menu .site-footer p a:hover {
    border-bottom: 1px solid transparent;
}
.menu-item.current_page_item a {
    font-weight: 700;
    padding-bottom: 0.2em;
    border-bottom: 2px solid currentColor;
}
.menu-item.current_page_item a:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
.akkordion-item .akkordion-content {
    height: 0px;
    overflow: clip;
}

.kachelslider .embla__slide {
    flex: 0 0 50%;
    min-width: 0;
    margin-right: 1.5rem;
}
.impressionen .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
    margin-right: 0;
}
.hide-on-mobile {
    display: none;
}
@media (min-width: 40rem) {
    .kachelslider .embla__slide {
        flex: 0 0 33.33%;
        min-width: 0;
        margin-right: 1.5rem;
    }
    .hide-on-mobile {
        display: block;
    }
}
