/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  Twenty Twenty-Five Child Theme
 Author:       Pixelpolka
 Author URI:   https://www.pixelpolka.de
 Template:     twentytwentyfive
 Version:      1.0
 Text Domain:  ttf-child
*/


html, body {
	font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	font-weight: normal;
	line-height: 1.4;
	font-size: 1.125rem;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 12rem;
}

h1, h2, h3, h4, h5, h6 {
/* 	font-family: sans-serif; */
}

h1, h2 {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .05em;
}
h2 {
	font-size: calc(1.4rem + 1vw) !important;
}
h3 {
	font-size: max(1.5rem, calc(.7rem + .7vw)) !important;
	line-height: 1.3;
}

.entry-content a:not(.wp-block-navigation-item__content) {
	font-weight: bold;
}

details summary {
	text-indent: -1.1em;
	margin-left: 1.3em;
}
details > *:not(summary) {
	padding-left: 1.3em;
	margin-top: .2em !important;
}
details > ul {
	padding-left: 3em;
	margin-bottom: 1.5em !important;
}
details > *:last-child {
	margin-bottom: 2em !important;
}

.button-jugend-tickets {
	position: relative;
}

.button-jugend-tickets::after {
    content: url(https://forum-leotopia.de/wp-content/uploads/2025/09/pow-button.png);
    position: absolute;
    right: -90%;
    bottom: -50%;
}

@media (max-width: 900px) {
	.ticket-buttons {
		margin-top: 200px !important;
		width: 100%;
	}
	.button-jugend-tickets::after {
        right: unset;
        bottom: 107%;
        left: 40%;
	}
}


.hidden {
	display: none !important;
}

.silbentrennung {
	hyphens: auto !important;
}


.logo-grid {
	align-items: center;
}