@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/Roboto/Roboto-Black.ttf) format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'DM Sans';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/DMSans/DMSans-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/DMSans/DMSans-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/DMSans/DMSans-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Playfair Display';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url(//tambourkorps-schloss-neuhaus.de/wp-content/themes/tbktheme/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
} :root { --green:        #1B5E20;
--green-dark:   #0D3B12;
--green-light:  #2E7D32;
--green-pale:   #E8F5E9;
--yellow:       #F9A825;
--yellow-light: #FDD835; --cream:        #FAFAF5;
--cream-dark:   #F0F0E8;
--white:        #FFFFFF;
--border:       #E0E0D8; --text:         #1A1A18;
--text-mid:     #3D3D38;
--text-light:   #6B6B63; --footer-bg:    #071A0A; --font-display: 'Playfair Display', 'Roboto', Georgia, serif;
--font-body:    'DM Sans', 'Roboto', Arial, sans-serif;
} *, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: var(--font-body);
color: var(--text);
background: var(--cream);
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
} .site-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: transparent;
border-bottom: 1px solid transparent;
transition: background 0.4s ease,
backdrop-filter 0.4s ease,
-webkit-backdrop-filter 0.4s ease,
border-color 0.4s ease;
}
.site-nav.scrolled {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border-bottom-color: rgba(27, 94, 32, 0.1);
}
.nav-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
transition: height 0.4s ease;
}
.site-nav.scrolled .nav-inner {
height: 64px;
} .nav-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.nav-logo-circle {
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--green);
border: 3px solid var(--yellow);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.nav-logo-circle span {
font-family: var(--font-display);
font-weight: 900;
font-size: 14px;
color: var(--yellow);
} .nav-logo-img {
height: 42px;
width: auto;
display: block;
object-fit: contain;
}
.nav-logo-text {
line-height: 1.15;
}
.nav-logo-name {
font-family: var(--font-body);
font-weight: 700;
font-size: 14px;
color: var(--white);
transition: color 0.4s;
display: block;
}
.nav-logo-sub {
font-family: var(--font-body);
font-weight: 400;
font-size: 11px;
color: rgba(255, 255, 255, 0.65);
letter-spacing: 1px;
transition: color 0.4s;
display: block;
}
.site-nav.scrolled .nav-logo-name { color: var(--green-dark); }
.site-nav.scrolled .nav-logo-sub  { color: var(--text-light); } .nav-links {
display: flex;
align-items: center;
gap: 28px;
list-style: none;
}
.nav-links a {
font-family: var(--font-body);
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
padding: 8px 0;
border-bottom: 2px solid transparent;
transition: color 0.3s, border-color 0.3s;
}
.site-nav.scrolled .nav-links a {
color: var(--text-mid);
}
.nav-links a:hover {
color: var(--green-pale) !important;
border-bottom-color: var(--yellow);
} .nav-instagram {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
border-radius: 50%;
transition: color 0.2s, background 0.2s;
flex-shrink: 0;
}
.site-nav.scrolled .nav-instagram {
color: var(--green);
}
.nav-instagram:hover {
color: var(--yellow) !important;
background: rgba(255, 255, 255, 0.08);
} .nav-hamburger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
background: none;
border: none;
padding: 6px;
}
.nav-hamburger span {
display: block;
width: 24px;
height: 2px;
background: var(--white);
transition: background 0.4s, transform 0.3s, opacity 0.3s;
}
.site-nav.scrolled .nav-hamburger span {
background: var(--green-dark);
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .nav-mobile-overlay {
position: fixed;
inset: 0;
background: var(--green);
z-index: 99;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 36px;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.nav-mobile-overlay.open {
opacity: 1;
pointer-events: all;
}
.nav-mobile-overlay a {
font-family: var(--font-body);
font-size: 22px;
font-weight: 600;
color: var(--white);
text-decoration: none;
letter-spacing: 2px;
text-transform: uppercase;
transition: color 0.2s;
}
.nav-mobile-overlay a:hover {
color: var(--yellow);
} .hero-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(160deg, var(--green-dark) 0%, var(--green) 50%, var(--green-light) 100%);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
overflow: hidden;
} .hero-bg-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
160deg,
rgba(13, 59, 18, 0.90) 0%,
rgba(27, 94, 32, 0.80) 50%,
rgba(46, 125, 50, 0.75) 100%
);
z-index: 0;
}
.hero-dot-pattern {
position: absolute;
inset: 0;
opacity: 0.04;
background-image: radial-gradient(var(--yellow) 1px, transparent 1px);
background-size: 32px 32px;
pointer-events: none;
z-index: 1;
}
.hero-deco-circle-1 {
position: absolute;
top: 8%;
right: -8%;
width: 550px;
height: 550px;
border-radius: 50%;
border: 1.5px solid rgba(249, 168, 37, 0.12);
pointer-events: none;
z-index: 1;
}
.hero-deco-circle-2 {
position: absolute;
bottom: 5%;
left: -12%;
width: 650px;
height: 650px;
border-radius: 50%;
border: 1px solid rgba(249, 168, 37, 0.07);
pointer-events: none;
z-index: 1;
}
.hero-content {
position: relative;
text-align: center;
padding: 0 24px;
max-width: 900px;
z-index: 2;
}
.hero-badge {
display: inline-block;
padding: 8px 24px;
border: 1px solid rgba(249, 168, 37, 0.4);
margin-bottom: 28px;
animation: fadeInUp 1s ease 0.2s both;
}
.hero-badge span {
font-family: var(--font-body);
font-size: 12px;
font-weight: 600;
color: var(--yellow);
letter-spacing: 4px;
text-transform: uppercase;
}
.hero-title {
font-family: var(--font-display);
font-size: clamp(40px, 7vw, 92px);
font-weight: 900;
color: #ffffff;
line-height: 1.05;
margin: 0 0 20px;
animation: fadeInUp 1s ease 0.4s both;
}
.hero-title-yellow {
color: var(--yellow);
}
.hero-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin: 0 auto 28px;
animation: fadeInUp 1s ease 0.55s both;
}
.hero-divider-line {
width: 40px;
height: 1.5px;
background: var(--yellow);
}
.hero-divider-dot {
width: 8px;
height: 8px;
border-radius: 50%;
border: 1.5px solid var(--yellow);
}
.hero-subtitle {
font-family: var(--font-display);
font-size: clamp(18px, 2.5vw, 24px);
color: rgba(255, 255, 255, 0.9);
line-height: 1.65;
max-width: 520px;
margin: 0 auto 48px;
font-style: italic;
animation: fadeInUp 1s ease 0.65s both;
}
.hero-buttons {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
animation: fadeInUp 1s ease 0.85s both;
}
.btn-hero-primary {
font-family: var(--font-body);
font-size: 13px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
background: var(--yellow);
color: var(--green-dark);
border: none;
padding: 16px 40px;
cursor: pointer;
text-decoration: none;
display: inline-block;
transition: background 0.3s, transform 0.3s;
}
.btn-hero-primary:hover {
background: var(--yellow-light);
transform: translateY(-2px);
color: var(--green-dark);
}
.btn-hero-secondary {
font-family: var(--font-body);
font-size: 13px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
background: transparent;
color: var(--white);
border: 1.5px solid rgba(255, 255, 255, 0.3);
padding: 16px 40px;
cursor: pointer;
text-decoration: none;
display: inline-block;
transition: border-color 0.3s, color 0.3s;
}
.btn-hero-secondary:hover {
border-color: var(--yellow);
color: var(--yellow);
}
.scroll-indicator {
position: absolute;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
.scroll-indicator-line {
width: 1px;
height: 44px;
background: linear-gradient(180deg, rgba(249, 168, 37, 0.5), transparent);
animation: pulse 2s ease infinite;
} .section-label {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 48px;
}
.section-label-line {
width: 48px;
height: 2.5px;
background: var(--green);
flex-shrink: 0;
}
.section-label-line--yellow {
background: var(--yellow);
}
.section-label-text {
font-family: var(--font-body);
font-size: 12px;
font-weight: 600;
color: var(--green);
letter-spacing: 3px;
text-transform: uppercase;
}
.section-label-text--yellow {
color: var(--yellow);
} .ueber-uns-section {
padding: 120px 24px;
background: var(--cream);
}
.ueber-uns-inner {
max-width: 1200px;
margin: 0 auto;
}
.ueber-uns-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: start;
}
.ueber-uns-text h2 {
font-family: var(--font-display);
font-size: clamp(32px, 4.5vw, 46px);
font-weight: 700;
color: var(--green-dark);
line-height: 1.15;
margin-bottom: 24px;
}
.ueber-uns-text p {
font-family: var(--font-body);
font-size: 17px;
color: var(--text-mid);
line-height: 1.75;
margin-bottom: 20px;
}
.ueber-uns-text p:last-child {
margin-bottom: 0;
} .termine-preview-label {
font-family: var(--font-body);
font-size: 12px;
font-weight: 600;
color: var(--text-light);
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 20px;
}
.termin-preview-item {
display: flex;
align-items: center;
gap: 20px;
padding: 20px 0;
border-bottom: 1px solid var(--border);
}
.termin-preview-item:last-child {
border-bottom: none;
}
.termin-preview-date {
min-width: 56px;
height: 56px;
background: var(--green-pale);
border-left: 3px solid var(--green);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.termin-preview-date span {
font-family: var(--font-body);
font-size: 11px;
font-weight: 700;
color: var(--green);
text-align: center;
line-height: 1.4;
}
.termin-preview-name {
font-family: var(--font-display);
font-size: 18px;
font-weight: 600;
color: var(--green-dark);
}
.termin-preview-ort {
font-size: 13px;
color: var(--text-light);
margin-top: 3px;
}
.uu-actions {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 14px;
margin-top: 24px;
}
.btn-alle-termine {
margin-top: 0;
background: none;
border: none;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 6px;
font-family: var(--font-body);
font-size: 13px;
font-weight: 700;
color: var(--green);
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
transition: color 0.2s;
padding: 0;
}
.btn-alle-termine:hover {
color: var(--green-dark);
} .btn-instagram {
margin-top: 16px;
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-body);
font-size: 13px;
font-weight: 700;
color: var(--green) !important;
text-decoration: none !important;
letter-spacing: 0.5px;
transition: color 0.2s;
}
.btn-instagram:hover {
color: var(--green-dark) !important;
}  .galerie-section {
background: var(--cream-dark);
padding: 0;
overflow: hidden;
}
.galerie-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 0;
}
.galerie-item {
position: relative;
overflow: hidden;
margin: 0;
aspect-ratio: 1 / 1;
}
.galerie-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.galerie-item:hover img {
transform: scale(1.04);
}
.galerie-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(7, 26, 10, 0.82));
color: #ffffff;
font-family: var(--font-body);
font-size: 13px;
padding: 28px 16px 14px;
opacity: 0;
transition: opacity 0.3s ease;
}
.galerie-item:hover .galerie-caption {
opacity: 1;
} .termine-section {
background: var(--green);
padding: 120px 24px;
}
.termine-inner {
max-width: 1200px;
margin: 0 auto;
}
.termine-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 56px;
}
.termine-section .section-heading {
font-family: var(--font-display);
font-weight: 700;
font-size: clamp(34px, 5vw, 50px);
color: var(--white);
line-height: 1.1;
margin: 0;
} .btn-kalender {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #F9A825 !important; background-color: var(--yellow) !important;
color: #0D3B12 !important;
color: var(--green-dark) !important;
font-family: var(--font-body);
font-size: 14px;
font-weight: 700;
padding: 12px 22px;
border-radius: 6px;
text-decoration: none !important;
white-space: nowrap;
transition: background-color 0.2s ease, transform 0.15s ease;
flex-shrink: 0;
-webkit-tap-highlight-color: transparent;
border: none;
cursor: pointer;
}
.btn-kalender:hover,
.btn-kalender:active,
.btn-kalender:visited {
background-color: #FDD835 !important;
background-color: var(--yellow-light) !important;
transform: translateY(-1px);
color: #0D3B12 !important;
color: var(--green-dark) !important;
text-decoration: none !important;
} .termine-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.termine-caption {
font-family: var(--font-body);
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
text-align: left;
padding: 0 8px 20px;
}
.termine-table thead th {
font-family: var(--font-body);
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
text-align: left;
padding: 0 8px 14px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.termine-table thead th:last-child {
text-align: right;
}
.termine-table col:first-child  { width: 160px; }
.termine-table col:last-child   { width: 180px; }
.termin-row {
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
transition: transform 0.25s ease, background 0.25s ease;
}
.termin-row:hover {
transform: translateX(8px);
background: rgba(255, 255, 255, 0.04);
}
.termin-row td {
padding: 20px 8px;
vertical-align: middle;
}
.termin-datum {
font-family: var(--font-body);
font-size: 14px;
font-weight: 700;
color: var(--yellow);
}
.termin-name {
font-family: var(--font-display);
font-size: 18px;
color: var(--white);
}
.termin-ort {
font-family: var(--font-body);
font-size: 12px;
color: rgba(255, 255, 255, 0.72); text-align: right;
} .geschichte-section {
padding: 120px 24px;
background: var(--cream);
}
.geschichte-inner {
max-width: 1200px;
margin: 0 auto;
}
.geschichte-section .section-heading {
font-family: var(--font-display);
font-weight: 700;
font-size: clamp(34px, 5vw, 50px);
color: var(--green-dark);
line-height: 1.1;
margin: 0 0 16px;
}
.geschichte-subtext {
font-family: var(--font-body);
font-size: 17px;
color: var(--text-light);
max-width: 560px;
line-height: 1.65;
margin: 0 0 72px;
}
.timeline {
position: relative;
padding-left: 64px;
}
.timeline::before {
content: '';
position: absolute;
left: 23px;
top: 8px;
bottom: 8px;
width: 2px;
background: linear-gradient(180deg, var(--green), var(--border));
}
.timeline-item {
position: relative;
margin-bottom: 52px;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-dot {
position: absolute;
left: -52px;
top: 6px;
width: 14px;
height: 14px;
border-radius: 50%;
background: var(--cream);
border: 3px solid var(--green);
}
.timeline-year {
display: inline-block;
background: var(--green-dark);
color: var(--yellow);
padding: 2px 10px;
font-family: var(--font-body);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
}
.timeline-title {
font-family: var(--font-display);
font-size: 24px;
font-weight: 700;
color: var(--green-dark);
margin: 12px 0 8px;
}
.timeline-text {
font-family: var(--font-body);
font-size: 16px;
color: var(--text-light);
line-height: 1.7;
max-width: 600px;
} .vorstand-section {
background: var(--cream-dark);
padding: 120px 24px;
}
.vorstand-inner {
max-width: 1200px;
margin: 0 auto;
}
.vorstand-section .section-heading {
font-family: var(--font-display);
font-weight: 700;
font-size: clamp(34px, 5vw, 50px);
color: var(--green-dark);
line-height: 1.1;
margin: 0 0 56px;
}
.vorstand-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 36px;
}
.vorstand-card {
text-align: center;
}
.vorstand-avatar {
width: 130px;
height: 130px;
border-radius: 50%;
margin: 0 auto 22px;
background: linear-gradient(145deg, var(--green), var(--green-dark));
display: flex;
align-items: center;
justify-content: center;
}
.vorstand-avatar--foto {
background: none;
}
.vorstand-avatar--foto img {
width: 130px;
height: 130px;
object-fit: cover;
border-radius: 50%;
display: block;
margin: 0 auto;
image-rendering: auto;
}
.vorstand-avatar span {
font-family: var(--font-display);
font-size: 28px;
font-weight: 900;
color: var(--yellow);
}
.vorstand-name {
font-family: var(--font-display);
font-size: 20px;
font-weight: 700;
color: var(--green-dark);
margin: 0 0 6px;
}
.vorstand-rolle {
font-family: var(--font-body);
font-size: 12px;
color: var(--green);
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
} .kontakt-section {
background: var(--green);
padding: 120px 24px;
position: relative;
overflow: hidden;
}
.kontakt-deco-circle {
position: absolute;
top: -15%;
right: -8%;
width: 500px;
height: 500px;
border-radius: 50%;
border: 1px solid rgba(249, 168, 37, 0.05);
pointer-events: none;
}
.kontakt-inner {
max-width: 960px;
margin: 0 auto;
position: relative;
}
.kontakt-header {
text-align: center;
margin-bottom: 56px;
}
.kontakt-label {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 28px;
}
.kontakt-section .section-heading {
font-family: var(--font-display);
font-weight: 700;
font-size: clamp(34px, 5vw, 50px);
color: var(--white);
line-height: 1.1;
margin: 0 0 16px;
}
.kontakt-subtext {
font-family: var(--font-body);
font-size: 18px;
color: rgba(255, 255, 255, 0.55);
line-height: 1.6;
font-style: italic;
}
.kontakt-card {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.08);
padding: 48px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 40px;
max-width: 760px;
margin: 0 auto;
}
.kontakt-info-label {
font-family: var(--font-body);
font-size: 11px;
font-weight: 600;
color: var(--yellow);
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 10px;
}
.kontakt-info-title {
font-family: var(--font-display);
font-size: 24px;
color: var(--white);
font-weight: 700;
}
.kontakt-info-sub {
font-family: var(--font-body);
font-size: 14px;
color: rgba(255, 255, 255, 0.4);
margin-top: 4px;
}
.kontakt-email-link {
font-family: var(--font-body);
font-size: 16px;
font-weight: 600;
color: var(--yellow);
text-decoration: none;
transition: color 0.2s;
}
.kontakt-email-link:hover {
color: var(--yellow-light);
} .site-footer {
background: var(--footer-bg);
padding: 40px 24px;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.site-footer-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 16px;
}
.footer-logo {
display: flex;
align-items: center;
gap: 12px;
}
.footer-logo-circle {
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--green);
border: 2px solid var(--yellow);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.footer-logo-circle span {
font-family: var(--font-display);
font-size: 10px;
font-weight: 900;
color: var(--yellow);
}
.footer-logo-img {
height: 30px;
width: auto;
display: block;
object-fit: contain;
}
.footer-copyright {
font-family: var(--font-body);
font-size: 12px;
color: rgb(241, 241, 241);
}
.footer-links {
display: flex;
gap: 24px;
}
.footer-links a {
font-family: var(--font-body);
font-size: 12px;
color: rgb(241, 241, 241);
text-decoration: none;
transition: color 0.2s;
}
.footer-links a:hover {
color: rgb(250, 250, 250);
} @keyframes fadeInUp {
from { opacity: 0; transform: translateY(28px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
0%, 100% { opacity: 0.4; }
50%       { opacity: 1; }
} .fade-in {
opacity: 0;
transform: translateY(28px);
transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.is-visible {
opacity: 1;
transform: translateY(0);
}
.fade-in[data-delay="1"] { transition-delay: 0.1s; }
.fade-in[data-delay="2"] { transition-delay: 0.2s; }
.fade-in[data-delay="3"] { transition-delay: 0.3s; }
.fade-in[data-delay="4"] { transition-delay: 0.4s; }
.fade-in[data-delay="5"] { transition-delay: 0.5s; } .page-content {
padding: 120px 24px 80px;
background: var(--cream);
min-height: 60vh;
}
.page-content-inner {
max-width: 800px;
margin: 0 auto;
}
.page-title {
font-family: var(--font-display) !important;
font-size: clamp(26px, 4vw, 40px) !important;
font-weight: 700 !important;
color: var(--green-dark) !important;
line-height: 1.15 !important;
margin-bottom: 32px !important;
padding-bottom: 20px;
border-bottom: 2px solid var(--border);
text-align: left !important;
} .entry-content,
.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
font-family: var(--font-body) !important;
font-size: 17px;
line-height: 1.75;
color: var(--text-mid);
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
font-family: var(--font-display) !important;
color: var(--green-dark) !important;
font-weight: 700 !important;
margin: 36px 0 12px !important;
line-height: 1.2 !important;
text-align: left !important;
}
.entry-content h2 { font-size: clamp(20px, 3vw, 26px) !important; }
.entry-content h3 { font-size: clamp(18px, 2.5vw, 22px) !important; }
.entry-content h4 { font-size: 18px !important; }
.entry-content p {
margin-bottom: 18px;
}
.entry-content a {
color: var(--green) !important;
text-decoration: underline;
text-decoration-color: rgba(27, 94, 32, 0.3);
transition: color 0.2s;
font-size: inherit !important;
}
.entry-content a:hover {
color: var(--green-dark) !important;
}
.entry-content ul,
.entry-content ol {
padding-left: 24px;
margin-bottom: 18px;
}
.entry-content li {
margin-bottom: 6px;
}
.entry-content strong,
.entry-content b {
font-weight: 700;
color: var(--text);
} .entry-content .wp-block-group,
.entry-content .wp-block-group__inner-container,
.entry-content [class*="wp-block-"],
.entry-content [class*="is-layout-"],
.entry-content [class*="wp-container-"] {
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
box-sizing: border-box !important;
}  .skip-to-content {
position: absolute;
top: -100px;
left: 16px;
z-index: 10000;
background: var(--green-dark);
color: #ffffff !important;
font-family: var(--font-body);
font-size: 15px;
font-weight: 700;
padding: 12px 24px;
border-radius: 0 0 6px 6px;
text-decoration: none !important;
transition: top 0.2s ease;
}
.skip-to-content:focus {
top: 0;
outline: 3px solid var(--yellow);
outline-offset: 2px;
} ::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: rgba(27, 94, 32, 0.2); border-radius: 4px; }  @media (max-width: 768px) {
.nav-links {
display: none;
}
.nav-hamburger {
display: flex;
}
.ueber-uns-grid {
grid-template-columns: 1fr;
gap: 48px;
}
.termine-header {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.termine-table col:first-child { width: 110px; }
.termine-table col:last-child  { width: 0; }
.termin-name {
font-size: 15px;
}
.termin-datum {
font-size: 12px;
}
.termin-ort {
display: none;
}
.termine-table thead {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.galerie-section {
display: none;
}
.timeline {
padding-left: 48px;
}
.timeline-dot {
left: -36px;
}
.kontakt-card {
padding: 32px;
}
.hero-buttons {
flex-direction: column;
align-items: center;
}
.hero-buttons .btn-hero-primary,
.hero-buttons .btn-hero-secondary {
width: 100%;
text-align: center;
}
} @media (min-width: 769px) and (max-width: 1024px) {
.ueber-uns-section,
.termine-section,
.geschichte-section,
.vorstand-section,
.kontakt-section {
padding: 80px 24px;
}
.ueber-uns-grid {
gap: 40px;
}
}