.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: "Outfit";
src: url(//hof-wunderkind.at/wp/wp-content/themes/hof-wunderkind/assets/fonts/outfit-600.woff2) format("woff2");
font-weight: 600; font-style: normal; font-display: swap;
}
@font-face { font-family: "Inter";
src: url(//hof-wunderkind.at/wp/wp-content/themes/hof-wunderkind/assets/fonts/inter.woff2) format("woff2");
font-weight: 400 500; font-style: normal; font-display: swap;
}
:root {
--hw-dunkelgruen: #2C4A32;
--hw-creme:       #FAFAF5;
--hw-hellgruen:   #E3EDE4;
--hw-terrakotta:  #C97B5A;
--hw-dunkeloliv:  #33372F;
--hw-gedaempft:   #C6D5C8;
--hw-radius: 16px;
--hw-pille: 999px;
--hw-breite: 1200px;
--hw-abstand: clamp(56px, 8vw, 96px);
--hw-kopfhoehe: 84px; --hw-versatz: 0px;
--hw-schrift-titel: "Outfit", "Avenir Next", "Segoe UI", system-ui, sans-serif;
--hw-schrift-text: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
body.admin-bar { --hw-versatz: 32px; }
@media screen and (max-width: 782px) { body.admin-bar { --hw-versatz: 46px; } }
body {
margin: 0;
background: var(--hw-creme);
color: var(--hw-dunkeloliv);
font-family: var(--hw-schrift-text);
font-weight: 400;
font-size: clamp(17px, 0.45vw + 16px, 20px);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
font-family: var(--hw-schrift-titel);
font-weight: 600;
line-height: 1.15;
color: var(--hw-dunkelgruen);
margin: 0 0 .5em;
text-wrap: balance;
}
a { color: var(--hw-dunkelgruen); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--hw-terrakotta); }
img { max-width: 100%; height: auto; display: block; }
.hw-skip {
position: absolute; left: -9999px;
background: var(--hw-creme); color: var(--hw-dunkelgruen);
padding: 12px 20px; border-radius: var(--hw-radius); z-index: 100;
}
.hw-skip:focus { left: 16px; top: 16px; }
.hw-breite { width: min(100% - 2 * clamp(20px, 5vw, 48px), var(--hw-breite)); margin-inline: auto; }
.hw-breite--schmal { max-width: 760px; }
.hw-abschnitt { padding-block: var(--hw-abstand); } .hw-schirm { display: contents; }
.hw-abschnitt__titel { font-size: clamp(32px, 4.2vw, 56px); text-align: center; margin-bottom: 1em; } .hw-kopf {
position: sticky; top: 0; z-index: 50;
background: var(--hw-dunkelgruen);
color: var(--hw-creme);
}
.hw-kopf__innen {
width: min(100% - 2 * clamp(20px, 5vw, 48px), 1280px);
margin-inline: auto;
min-height: var(--hw-kopfhoehe);
display: flex; align-items: center; gap: 24px;
}
.hw-kopf__marke { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; margin-right: auto; }
.hw-kopf__marke .hw-logo { width: 56px; height: 56px; }
.hw-kopf__name { font-family: var(--hw-schrift-titel); font-weight: 600; font-size: 19px; letter-spacing: .01em; }
.hw-menue { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.hw-menue a {
display: block; padding: 6px 2px;
color: var(--hw-creme); text-decoration: none;
font-weight: 500; font-size: 16px; line-height: 1;
border-bottom: 2px solid transparent;
}
.hw-menue a:hover, .hw-menue .current-menu-item > a { color: #fff; border-bottom-color: var(--hw-terrakotta); }
.hw-kopf__schalter { display: none; } .hw-hero {
min-height: calc(100svh - var(--hw-kopfhoehe));
display: flex; flex-direction: column; justify-content: center;
gap: clamp(24px, 4vw, 44px);
padding-block: clamp(32px, 5vw, 56px);
width: min(100% - 2 * clamp(20px, 5vw, 48px), var(--hw-breite));
margin-inline: auto;
}
.hw-hero__kopf { text-align: center; }
.hw-hero__titel { font-size: clamp(38px, 7vw, 78px); margin: 0; } .hw-karussell { display: grid; gap: 18px; }
.hw-karussell__buehne {
position: relative; aspect-ratio: 3 / 2;
height: min(66svh, 900px); width: auto; max-width: 100%; margin-inline: auto;
border-radius: var(--hw-radius); overflow: hidden;
background: var(--hw-hellgruen);
} .hw-karussell__bild { position: absolute; inset: 0; margin: 0; opacity: 0; z-index: 0; transition: opacity .9s ease; }
.hw-karussell__bild.war-aktiv { opacity: 1; z-index: 1; transition: none; }
.hw-karussell__bild.ist-aktiv { opacity: 1; z-index: 2; }
.hw-karussell__bild img { width: 100%; height: 100%; object-fit: cover; }
.hw-karussell__punkte { display: flex; justify-content: center; gap: 10px; }
.hw-karussell__punkt {
width: 10px; height: 10px; padding: 0;
border: 0; border-radius: var(--hw-pille);
background: var(--hw-gedaempft); cursor: pointer;
transition: background .3s ease, transform .3s ease;
}
.hw-karussell__punkt.ist-aktiv { background: var(--hw-dunkelgruen); transform: scale(1.25); }
.hw-karussell__punkt:focus-visible { outline: 2px solid var(--hw-terrakotta); outline-offset: 3px; } .hw-angebot { background: var(--hw-hellgruen); }
.hw-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: clamp(12px, 1.4vw, 18px); justify-content: center; }
.hw-chip {
display: inline-block; padding: clamp(14px, 1.5vw, 20px) clamp(22px, 2.4vw, 34px);
font-size: clamp(16px, 0.5vw + 15px, 19px);
background: var(--hw-creme); color: var(--hw-dunkelgruen);
border: 1px solid var(--hw-gedaempft); border-radius: var(--hw-pille);
text-decoration: none; font-weight: 500; line-height: 1.3;
transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.hw-chip:hover { background: var(--hw-dunkelgruen); border-color: var(--hw-dunkelgruen); color: var(--hw-creme); } .hw-karten { list-style: none; margin: 0; padding: 0; display: grid; gap: 28px; }
.hw-karten--raster { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.hw-ankuendigungen .hw-karten { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.hw-ankuendigungen .hw-karten:has(> :only-child) { max-width: 620px; margin-inline: auto; }
.hw-karte {
background: #fff; border: 1px solid var(--hw-hellgruen);
border-radius: var(--hw-radius); overflow: hidden;
display: flex; flex-direction: column;
transition: transform .25s ease, box-shadow .25s ease;
}
.hw-karte:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgb(44 74 50 / .10); }
.hw-karte__link { color: inherit; text-decoration: none; display: flex; flex-direction: column; height: 100%; }
.hw-karte__bild { aspect-ratio: 3 / 2; overflow: hidden; }
.hw-karte__bild img { width: 100%; height: 100%; object-fit: cover; }
.hw-karte__text { padding: clamp(24px, 2.4vw, 34px); display: grid; gap: 10px; align-content: start; }
.hw-karte__datum, .hw-karte__zeitraum {
color: var(--hw-terrakotta); font-weight: 500; font-size: 14px;
letter-spacing: .06em; text-transform: uppercase; margin: 0;
}
.hw-karte__titel { font-size: clamp(21px, 1.6vw, 26px); margin: 0; }
.hw-karte__text p { margin: 0; }
.hw-mehr { font-weight: 500; align-self: start; } .hw-partner__titel { font-size: clamp(14px, 1vw, 16px); letter-spacing: .12em; text-transform: uppercase; text-align: center; color: var(--hw-dunkeloliv); opacity: .7; margin-bottom: 1.8em; } .hw-partner__liste { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: clamp(14px, 1.8vw, 24px); }
.hw-partner__kachel {
display: flex; align-items: center; justify-content: center;
background: #fff; border: 1px solid var(--hw-hellgruen);
border-radius: var(--hw-radius);
height: clamp(76px, 8vw, 104px); padding: clamp(10px, 1.2vw, 16px) clamp(14px, 1.6vw, 22px);
flex: 0 1 auto;
}
.hw-partner__kachel img { max-height: 100%; max-width: clamp(120px, 15vw, 200px); width: auto; object-fit: contain; } .hw-fliesstext > * + * { margin-top: 1.1em; }
.hw-fliesstext img, .hw-fliesstext figure img { border-radius: var(--hw-radius); }
.hw-fliesstext h2 { font-size: clamp(24px, 2.6vw, 32px); margin-top: 1.6em; }
.hw-fliesstext h3 { font-size: clamp(20px, 2vw, 24px); margin-top: 1.4em; }
.hw-beitrag__kopf { display: grid; gap: 6px; margin-bottom: 1.4em; }
.hw-beitrag__titel { font-size: clamp(30px, 4vw, 46px); margin: 0; }
.hw-beitrag__bild { margin: 0 0 2em; }
.hw-beitrag__bild img { border-radius: var(--hw-radius); width: 100%; }
.hw-weiter { display: flex; justify-content: space-between; gap: 20px; margin-top: 3em; padding-top: 1.5em; border-top: 1px solid var(--hw-hellgruen); }
.hw-blaettern { margin-top: 3em; text-align: center; }
.hw-blaettern .page-numbers { display: inline-block; padding: 8px 14px; border-radius: var(--hw-pille); text-decoration: none; }
.hw-blaettern .current { background: var(--hw-dunkelgruen); color: var(--hw-creme); } .hw-fuss { background: var(--hw-dunkelgruen); color: var(--hw-creme); padding-block: var(--hw-abstand) 0; margin-top: var(--hw-abstand); }
.hw-fuss a { color: var(--hw-creme); }
.hw-fuss a:hover { color: var(--hw-terrakotta); }
.hw-fuss__innen {
width: min(100% - 2 * clamp(20px, 5vw, 48px), var(--hw-breite));
margin-inline: auto;
display: grid; gap: clamp(28px, 5vw, 56px);
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
align-items: start;
}
.hw-fuss__marke .hw-logo { width: 96px; height: auto; }
.hw-fuss__adresse { display: grid; gap: 4px; font-style: normal; }
.hw-fuss__name { font-family: var(--hw-schrift-titel); font-weight: 600; font-size: 18px; }
.hw-fuss__hinweis { margin: 0 0 14px; opacity: .85; }
.hw-fuss__instagram { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 500; }
.hw-fuss__zeile {
width: min(100% - 2 * clamp(20px, 5vw, 48px), var(--hw-breite));
margin: var(--hw-abstand) auto 0;
padding-block: 20px 24px;
border-top: 1px solid rgb(250 250 245 / .18);
display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between;
font-size: 14px; opacity: .8;
} @media (max-width: 860px) {
.hw-kopf__schalter {
display: grid; place-items: center;
width: 44px; height: 44px; padding: 0;
background: none; border: 0; cursor: pointer; color: var(--hw-creme);
}
.hw-kopf__balken, .hw-kopf__balken::before, .hw-kopf__balken::after {
content: ""; display: block; width: 24px; height: 2px;
background: currentColor; border-radius: 2px; transition: transform .25s ease, opacity .2s ease;
}
.hw-kopf__balken::before { transform: translateY(-7px); }
.hw-kopf__balken::after  { transform: translateY(5px); }
[aria-expanded="true"] .hw-kopf__balken { background: transparent; }
[aria-expanded="true"] .hw-kopf__balken::before { transform: rotate(45deg); }
[aria-expanded="true"] .hw-kopf__balken::after  { transform: rotate(-45deg) translateY(-1px); }
.hw-kopf__nav {
position: absolute; inset-inline: 0; top: 100%;
background: var(--hw-dunkelgruen);
display: none; padding: 8px 0 22px;
box-shadow: 0 14px 24px rgb(0 0 0 / .18);
}
.hw-kopf__nav.ist-offen { display: block; }
.hw-menue { flex-direction: column; align-items: stretch; gap: 0; }
.hw-menue a {
padding: 14px clamp(20px, 5vw, 48px);
border-bottom: 1px solid rgb(250 250 245 / .12);
}
.hw-menue a:hover, .hw-menue .current-menu-item > a { border-bottom-color: rgb(250 250 245 / .12); background: rgb(250 250 245 / .07); }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
.hw-karte:hover { transform: none; }
} @media (min-width: 861px) {
.hw-hero { min-height: calc(100svh - var(--hw-kopfhoehe) - var(--hw-versatz)); padding-block: clamp(20px, 3vw, 40px); gap: clamp(18px, 2.5vw, 32px); }
.hw-angebot        { padding-block: clamp(64px, 7vw, 104px) clamp(34px, 3.6vw, 54px); }
.hw-ankuendigungen { padding-block: clamp(34px, 3.6vw, 54px); }
.hw-partner        { padding-block: clamp(34px, 3.6vw, 54px) clamp(56px, 6vw, 88px); }
}
@media (max-width: 860px) {
.hw-schirm--eins, .hw-schirm--zwei {
display: flex; flex-direction: column; justify-content: center;
}
.hw-schirm--eins { min-height: calc(100svh - var(--hw-kopfhoehe) - var(--hw-versatz)); }
.hw-schirm--zwei { min-height: calc(100svh - var(--hw-versatz)); } .hw-schirm--eins .hw-hero { min-height: 0; padding-block: 12px 0; gap: 14px; }
.hw-hero__kopf { gap: 2px; }
.hw-hero__titel { font-size: clamp(25px, 7.4vw, 34px); line-height: 1.1; }
.hw-karussell__buehne { aspect-ratio: 3 / 2; height: auto; width: 100%; }
.hw-karussell { gap: 12px; }
.hw-karussell__punkt { width: 8px; height: 8px; }
.hw-schirm--eins .hw-angebot { padding-block: 18px 14px; }
.hw-abschnitt__titel { font-size: clamp(22px, 6vw, 28px); margin-bottom: .7em; }
.hw-chips { gap: 8px; }
.hw-chip { font-size: 14px; padding: 9px 15px; line-height: 1.25; }
.hw-schirm--zwei .hw-abschnitt { padding-block: clamp(18px, 4vw, 30px); }
.hw-partner__kachel { height: 62px; padding: 8px 12px; }
.hw-partner__kachel img { max-width: 130px; }
.hw-kopf__name { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
.hw-karte:hover { transform: none; }
} .hw-kontakt__raster {
display: grid; gap: clamp(24px, 3vw, 44px);
grid-template-columns: 1fr 1fr;
align-items: start;
}
.hw-kontakt__karte {
border-radius: var(--hw-radius); overflow: hidden;
background: var(--hw-hellgruen);
height: clamp(380px, 52svh, 580px);
}
.hw-kontakt__karte iframe { width: 100%; height: 100%; border: 0; display: block; }
.hw-kontakt__formular {
background: #fff; border: 1px solid var(--hw-hellgruen);
border-radius: var(--hw-radius); padding: clamp(24px, 3vw, 40px);
} .wpcf7 p { margin: 0 0 clamp(14px, 1.6vw, 20px); }
.wpcf7 label { display: block; font-weight: 500; color: var(--hw-dunkelgruen); margin-bottom: 6px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
width: 100%; display: block;
font: inherit; color: var(--hw-dunkeloliv);
background: var(--hw-creme);
border: 1px solid var(--hw-gedaempft);
border-radius: 12px;
padding: 13px 16px;
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.wpcf7 textarea { min-height: 180px; resize: vertical; }
.wpcf7 :is(input, select, textarea):focus {
outline: none; background: #fff;
border-color: var(--hw-dunkelgruen);
box-shadow: 0 0 0 3px rgb(44 74 50 / .14);
}
.wpcf7 :is(input, textarea)::placeholder { color: rgb(51 55 47 / .45); }
.wpcf7 input[type="submit"] {
width: auto; cursor: pointer;
background: var(--hw-dunkelgruen); color: var(--hw-creme);
border: 1px solid var(--hw-dunkelgruen); border-radius: var(--hw-pille);
padding: 14px 34px; font-weight: 500; font-size: 17px;
transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
.wpcf7 input[type="submit"]:hover { background: var(--hw-terrakotta); border-color: var(--hw-terrakotta); }
.wpcf7 input[type="submit"]:active { transform: translateY(1px); }
.wpcf7 .wpcf7-not-valid-tip { color: var(--hw-terrakotta); font-size: 15px; margin-top: 5px; }
.wpcf7 :is(.wpcf7-response-output) {
border-radius: 12px; border-width: 1px; margin: 18px 0 0; padding: 14px 18px; font-size: 16px;
}
.wpcf7-spinner { margin-left: 12px; }
@media (max-width: 860px) { .hw-kontakt__raster { grid-template-columns: 1fr; }
.hw-kontakt__formular { order: 1; padding: 20px; }
.hw-kontakt__karte { order: 2; height: clamp(260px, 40svh, 340px); }
} .hw-fliesstext .wp-block-gallery.has-nested-images {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: clamp(10px, 1.2vw, 16px);
margin-block: clamp(20px, 2.4vw, 32px);
}  .hw-fliesstext .wp-block-gallery.has-nested-images figure.wp-block-image:not(#hw) {
margin: 0; width: 100%; max-width: none; flex: none; display: block;
}
.hw-fliesstext .wp-block-gallery.has-nested-images figure.wp-block-image:not(#hw) img {
width: 100%; height: 100%; max-width: none;
aspect-ratio: 3 / 2; object-fit: cover;
border-radius: var(--hw-radius);
display: block;
} .hw-fliesstext > figure.wp-block-image,
.hw-fliesstext .wp-block-group > figure.wp-block-image { margin-inline: 0; }
.hw-fliesstext figure.wp-block-image img { border-radius: var(--hw-radius); } .hw-seite .hw-fliesstext h2 { font-size: clamp(24px, 2.6vw, 34px); margin-top: 1.8em; }
@media (min-width: 861px) { .hw-fliesstext .wp-block-gallery.has-nested-images { grid-template-columns: repeat(3, 1fr); }
} .hw-fliesstext .aligncenter { text-align: center; margin-inline: auto; }
.hw-fliesstext figure.aligncenter,
.hw-fliesstext figure.aligncenter img { margin-inline: auto; }
.hw-fliesstext .alignleft  { float: left;  margin: .3em 1.6em 1.2em 0; }
.hw-fliesstext .alignright { float: right; margin: .3em 0 1.2em 1.6em; }
.hw-fliesstext .alignnone  { margin-inline: 0; }
.hw-fliesstext .alignwide {
width: min(100% + 2 * clamp(20px, 4vw, 90px), 1400px);
max-width: none; margin-inline: auto;
position: relative; left: 50%; transform: translateX(-50%);
}
.hw-fliesstext .alignfull {
width: 100vw; max-width: none;
position: relative; left: 50%; transform: translateX(-50%);
}
.hw-fliesstext .wp-block-image.alignfull img,
.hw-fliesstext .wp-block-image.alignwide img { width: 100%; } .hw-fliesstext h2, .hw-fliesstext h3 { clear: both; }