body {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
    letter-spacing: 0.01em;
}

header.toph {
    text-align: center;
    margin: 1em auto;
}

#fullscreen-menu-overlay {
  position: fixed;
  inset: 0;
  background: #111;
  z-index: 99999;
  display: flex;
  /* justify-content:center; und align-items:center; entfernen */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(100%);
  transition: transform .8s cubic-bezier(.77,0,.18,1);
}

#fullscreen-menu-overlay.is-open {
    transform: translateY(0);
}

.fullscreen-menu-navigation {
  margin: auto; /* übernimmt das Centering sicher, auch bei Overflow */
  padding: 1rem 0; /* Abstand, damit close-button (fixed, top:30px) nichts verdeckt */
  width: 100%;
}

ul.menu {
    margin: 2em 0;
    list-style:none;
    list-style-type: none;
}

.fullscreen-menu-list {
    list-style:none;
    list-style-type: none;
    margin:0;
    padding:0;
    text-align:center;
}

.fullscreen-menu-list li {
    list-style-type: none;
    margin:25px 0;
    opacity:0;
    transform: translateY(40px);
    transition: .5s ease;
}

#fullscreen-menu-overlay.is-open .fullscreen-menu-list li {
    opacity:1;
    transform:none;
}

.fullscreen-menu-list li:nth-child(1){
    transition-delay:.15s;
}
.fullscreen-menu-list li:nth-child(2){
    transition-delay:.25s;
}
.fullscreen-menu-list li:nth-child(3){
    transition-delay:.35s;
}
.fullscreen-menu-list li:nth-child(4){
    transition-delay:.45s;
}

.fullscreen-menu-list a {
    color:white;
    font-size:clamp(2.5rem,5vw,5rem);
    font-weight:700;
    text-decoration:none;
}

.fullscreen-menu-close {
    position:absolute;
    top:30px;
    right:40px;
    background:none;
    border:0;
    color:white;
    font-size:50px;
    cursor:pointer;
}

.menu-open, .kontakt-btn, .wtf-btn {
    position:absolute;
    top:20px;
    right:30px;
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    color:#000;
    border: 2px solid #000;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.kontakt-btn {
    top:120px;
}
.wtf-btn {
    top:220px;
}

.menu-open:hover, .kontakt-btn:hover, .wtf-btn:hover {
    transform:scale(1.08);
}

.menu-group {
    text-align: center;
}

.menu-group a {
    text-decoration: none;
    color: #fff;
}

.menu-group a:hover {
    color: #f00;
}

.menu-main a {
    font-size:2.25rem;
    font-weight:700;
}
.menu-socials a {
    font-size:1.25rem;
    font-weight:400;
}
.menu-lang li {
    display: inline-block;
    padding: 0 15px;
 }
.menu-lang a {
    font-size:0.75rem;
    /*opacity:.7;*/
}

hr.terminhr {
    margin: 0.75em auto !important;
}

.termine-suche-formular {
    margin: auto;
    text-align: center;
}
.termine-suche-formular input {
    width: 75%;
}
.termine-suche-formular a {
    margin-top: 0.5em;
    display: inline-block;
}

.termin-eintrag {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.termin-eintrag p {
    margin-bottom: 0.5em;
}
.termin-datumsbox {
  flex: 0 0 60px;
  text-align: center;
}
.termin-hauptzeile {
    font-weight: bold;
}
.termin-tag { font-size: 1.5rem; font-weight: bold; margin: 0; }
.termin-monat { text-transform: uppercase; margin: 0; }
.termin-info { flex: 1 1 auto; }
.termin-aktion { flex: 0 0 auto; }
.termin-aktion a {
    border: 1px solid var(--accent);
    padding: 0.75em 1em;
    text-transform: uppercase;
    text-decoration: none;
}
.termin-aktion a:hover {
    color: #fff;
    background: var(--accent);
}
.termin-subinfo { font-size: 0.9em; color: #666; }

.termin-ausverkauft,
.termin-verschoben,
.termin-abgesagt {
    font-style: italic;
}

.blog .post-image, 
.archive .post-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.blog .post-image img, 
.archive .post-image img {
    max-width: 250px;
    height: auto;
}

.breadcrumbs-nav {
    text-align: center;
    margin-bottom: 1em;
}

.wp-singular .entry-meta {
    margin-bottom: 2em;
}

.wp-singular .entry-header {
    text-align: center;
}

.blog .inside-article {
    overflow: hidden;
}

.blog #nav-below {
    text-align: center;
}

.blog #nav-below .page-numbers {
    border: 1px solid var(--accent);
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.termine-suche-formular a.button {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight:400;
    text-transform:none;
    font-size:17px;
    line-height:1.5
}


@media (min-width: 769px) and (max-width: 1024px) {
    .fullscreen-menu-navigation {
        padding: 0;
        margin: 1em auto;
    }
    ul.menu {
        margin: 1em 0;
    }
}

@media(max-width:768px){
    .fullscreen-menu-close {
        top: 15px;
        right: 20px;
        line-height: normal;
        font-size: 30px;
    }
    .fullscreen-menu-navigation {
        padding: 0;
        margin: 1em auto;
    }
    ul.menu {
        margin: 1em 0;
    }
    .menu-main a {
        font-size: 1.75rem;
    }
    .menu-socials {
        line-height: 1.3;
    }
    .menu-socials a {
        font-size: 1rem;
    }
    .menu-lang a {
        font-size: 0.8rem;
    }
    .menu-open, .kontakt-btn, .wtf-btn {
        font-size:14px;
    }
}

@media(max-width:480px){
    .fullscreen-menu-close {
        top: 15px;
        right: 20px;
        line-height: normal;
        font-size: 30px;
    }
    .fullscreen-menu-navigation {
        padding: 0;
        margin: 1em auto;
    }
    ul.menu {
        margin: 1em 0;
    }
    .menu-main a {
        font-size: 1.5rem;
    }
    .menu-socials {
        line-height: 1.3;
    }
    .menu-socials a {
        font-size: 0.85rem;
    }
    .menu-lang a {
        font-size: 0.7rem;
    }
    .menu-open, .kontakt-btn, .wtf-btn {
        width:70px;
        height:70px;
        top:15px;
        right:15px;
        font-size:12px;
    }
    .kontakt-btn {
	    top:105px;
	}
	.wtf-btn {
		top:200px;
	}
}
