/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* Site layout */
:root {
--color-ink: #30383a;
--color-green: #23a0bc;
--color-green-dark: #18788e;
--color-paper: #f7fbfc;
--color-white: #fff;
--color-line: #b9dfe7;
--content-width: 1180px;
}

html,
body {
min-height: 100%;
}

body {
color: var(--color-ink);
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
line-height: 1.6;
background: var(--color-paper);
}

#wrapper {
display: flex;
min-height: 100vh;
flex-direction: column;
}

#header {
display: flex;
width: min(calc(100% - 40px), var(--content-width));
margin: 0 auto;
padding: 18px 0 8px;
align-items: center;
justify-content: center;
gap: clamp(22px, 5vw, 64px);
}

.logo-link {
display: block;
line-height: 0;
}

.partner-logo {
display: block;
width: clamp(130px, 20vw, 230px);
height: clamp(85px, 13vw, 145px);
object-fit: contain;
}

.logo-divider {
width: 1px;
height: clamp(55px, 9vw, 95px);
background: var(--color-line);
}

#site-title a {
color: var(--color-green);
font-size: 1.25rem;
font-weight: 700;
text-decoration: none;
}

#site-description,
#search {
display: none;
}

#menu ul {
display: flex;
flex-wrap: wrap;
gap: 24px;
}

#menu a {
color: var(--color-ink);
text-decoration: none;
}

#menu a:hover,
#menu a:focus-visible {
color: var(--color-green);
text-decoration: underline;
text-underline-offset: 4px;
}

#container {
width: 100%;
flex: 1 0 auto;
}

#content {
width: min(calc(100% - 40px), var(--content-width));
margin: 0 auto;
padding: 40px 0 80px;
}

.entry-title {
margin-bottom: 30px;
color: var(--color-green);
font-size: clamp(2rem, 5vw, 4rem);
font-weight: 700;
line-height: 1.1;
}

.entry-content > * + * {
margin-top: 1.25rem;
}

/* Event registration form (Contact Form 7) */
.event-anmeldung {
box-sizing: border-box;
width: min(100%, 1092px);
margin: 30px auto 80px;
padding: 66px clamp(20px, 7vw, 140px) 100px;
color: var(--color-ink);
text-align: center;
background: var(--color-white);
border: 0;
border-radius: 40px;
box-shadow: 0 10px 50px rgb(35 160 188 / 20%);
}

.event-anmeldung h2 {
margin: 0 auto 30px;
max-width: 812px;
color: var(--color-green);
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
line-height: 1.05;
}

.event-anmeldung h3 {
margin: 50px 0 25px;
color: var(--color-green);
font-size: 1.7rem;
font-weight: 700;
line-height: 1.2;
}

.event-anmeldung p {
margin: 0 0 1.25rem;
line-height: 1.7;
}

.event-anmeldung > p,
.event-anmeldung > h3,
.event-anmeldung > .event-details,
.event-anmeldung > .wpcf7 {
width: min(100%, 812px);
margin-right: auto;
margin-left: auto;
}

.event-anmeldung .wpcf7-form {
margin-top: 32px;
text-align: left;
}

.event-anmeldung h3,
.event-anmeldung .form-row,
.event-anmeldung .form-field,
.event-anmeldung .form-submit,
.event-anmeldung .pflichtfeld-hinweis {
text-align: left;
}

.event-details {
margin: 35px 0;
padding: 25px 30px;
color: var(--color-white);
background: var(--color-green);
border-radius: 10px;
}

.event-details p {
margin: 0 0 12px;
}

.event-details p:last-child {
margin-bottom: 0;
}

.form-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}

.form-field {
margin-bottom: 22px;
}

.form-field > br,
.form-field > label + br {
display: none;
}

.form-field label,
.form-field legend {
display: block;
margin-bottom: 8px;
font-size: 15px;
font-weight: 600;
}

.event-anmeldung .wpcf7-form-control-wrap {
display: block;
}

.event-anmeldung input[type="text"],
.event-anmeldung input[type="email"],
.event-anmeldung input[type="tel"],
.event-anmeldung select,
.event-anmeldung textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 42px;
min-height: 42px;
margin-top: 10px;
padding: 5px 10px;
color: var(--color-ink);
font: inherit;
line-height: 1.4;
background: var(--color-white);
border: 1px solid rgb(35 160 188 / 25%);
border-radius: 5px;
transition: border-color .2s, box-shadow .2s;
}

.event-anmeldung textarea {
height: auto;
min-height: 120px;
resize: vertical;
}

.event-anmeldung input:focus,
.event-anmeldung select:focus,
.event-anmeldung textarea:focus {
border-color: var(--color-green);
box-shadow: 0 0 0 2px rgb(35 160 188 / 15%);
outline: none;
}

.checkbox-field .wpcf7-list-item,
.event-anmeldung .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}

.checkbox-field label,
.event-anmeldung .wpcf7-acceptance label {
display: flex;
align-items: flex-start;
gap: 10px;
font-weight: 400;
cursor: pointer;
}

.checkbox-field input,
.event-anmeldung .wpcf7-acceptance input {
width: 18px;
height: 18px;
margin-top: 4px;
flex: 0 0 18px;
accent-color: var(--color-green);
}

.event-anmeldung input[type="submit"] {
min-height: 52px;
margin-top: 32px;
padding: 14px 28px;
color: var(--color-white);
font: inherit;
font-weight: 700;
background: var(--color-green);
border: 0;
border-radius: 10px;
cursor: pointer;
transition: background .2s;
}

.event-anmeldung input[type="submit"]:hover {
background: var(--color-green-dark);
}

.event-anmeldung input[type="submit"]:disabled {
cursor: wait;
opacity: .6;
}

.event-anmeldung .wpcf7-not-valid {
border-color: #a12222;
}

.event-anmeldung .wpcf7-not-valid-tip {
display: block;
margin-top: 6px;
color: #a12222;
font-size: .9rem;
}

.event-anmeldung .wpcf7-response-output {
margin: 25px 0 0;
padding: 14px 16px;
line-height: 1.5;
border-radius: 4px;
}

.pflichtfeld-hinweis {
font-size: .875rem;
opacity: .7;
}

/* Footer */
#footer {
margin-top: auto;
color: var(--color-white);
background: var(--color-green-dark);
border-top: 3px solid var(--color-green);
}

.footer-inner {
display: flex;
width: min(calc(100% - 40px), var(--content-width));
min-height: 110px;
margin: 0 auto;
padding: 30px 0;
align-items: center;
justify-content: space-between;
gap: 24px;
}

.footer-navigation ul {
display: flex;
flex-wrap: wrap;
gap: 12px 24px;
}

#footer a {
color: var(--color-white);
text-decoration: underline;
text-underline-offset: 4px;
}

#footer a:hover,
#footer a:focus-visible {
text-decoration-thickness: 2px;
}

@media (max-width: 650px) {
.footer-inner {
align-items: flex-start;
flex-direction: column;
}

#header {
padding-top: 18px;
gap: 18px;
}

.partner-logo {
width: min(34vw, 150px);
height: min(23vw, 100px);
}

.logo-divider {
height: 58px;
}

#content {
padding-top: 20px;
}

.event-anmeldung {
margin: 10px auto;
padding: 38px 20px 55px;
border-radius: 22px;
}

.form-row {
grid-template-columns: 1fr;
gap: 0;
}
}
