/*
<style>
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');
</style>

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}


@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
body {
  margin: 0;
   font-family: "Hanken Grotesk", sans-serif;
  background: #f3f1ec;
  color: #111;
}
p{
font-family: "Hanken Grotesk", sans-serif;
}

/* =========================
   HERO
   ========================= */

.hero {
  position: relative;
  height: 100vh;
  background: url('/wp-content/uploads/hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 120px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 900px;
	margin-top: 140px;
}

.hero h1 {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
 	font-size: 120px;
  line-height: 1.00;
  margin: 0;
  font-weight: 800;
}

.hero p {
  font-size: 50px;
  margin-top: 20px;
  font-weight: 600;
font-family: "Big Shoulders", sans-serif;
}

/* =========================
   HEADER
   ========================= */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 22px 10px 12px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.18) 45%,
    rgba(0,0,0,0) 100%
  );
}

body.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;

  padding-top: 40px; /* NEU */
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  justify-content: flex-start;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.25s ease;
}

.main-nav a:hover {
  opacity: 0.75;
}

.header-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.header-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.header-socials a:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

.header-socials svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  display: block;
}

/* Tablet / kleiner Desktop */
@media (max-width: 1100px) {
  .site-header {
    padding: 18px 18px 10px;
  }

  .main-nav {
    gap: 12px 20px;
  }

  .main-nav a {
    font-size: 15px;
  }

  .header-socials {
    gap: 12px;
  }

  .header-socials svg {
    width: 18px;
    height: 18px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .site-header {
    padding: 16px 16px 8px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .main-nav {
    gap: 10px 18px;
  }

  .main-nav a {
    font-size: 14px;
  }

  .header-socials {
    justify-content: flex-start;
    gap: 12px;
  }
}

/* =========================
   GENERAL SECTIONS
   ========================= */

.projects-section,
.contact-section {
  padding: 120px 40px;
}

.projects-section {
  background: #0d3517;
  color: white;
}

.contact-section {
  background: #f3f1ec;
}

/* =========================
   ABOUT SECTION
   ========================= */

.about-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 70px;
  align-items: start;
}

.about-text h2 {
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 45px;
  line-height: 0.95;
  margin: 0 0 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #183222;
}

.about-text p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  color: #111;
  max-width: 640px;
font-family: "Hanken Grotesk", sans-serif;
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.about-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 28px;
  border: 8px solid #183222;
  display: block;
  object-fit: cover;
}

/* =========================
   CONTACT
   ========================= */

.contact-section {
  padding: 140px 40px;
}

.contact-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.contact-container h2 {
  font-size: 45px;
  margin-bottom: 20px;
  color: #183222;
  
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}

.contact-intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #183222;
}

.contact-form-wrap {
  margin-top: 20px;
}

.contact-form-wrap p {
  margin: 0 0 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 22px;
  border: 1px solid #183222;
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  color: #183222;
  transition: all 0.25s ease;
   font-family: "Hanken Grotesk", sans-serif;
  display: block;
  margin-top: 8px;
}

.contact-form-wrap textarea {
  border-radius: 24px;
  min-height: 160px;
  resize: vertical;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: #0f2418;
  box-shadow: 0 0 0 3px rgba(24, 50, 34, 0.1);
}

.contact-form-wrap input:not([type="submit"]):hover,
.contact-form-wrap textarea:hover {
  border-color: #0f2418;
}

.contact-form-wrap input[type="submit"] {
  display: block;
  margin: 30px auto 0 auto;
  width: auto;
  background: #183222;
  color: white;
  border: 1px solid #183222;
  border-radius: 999px;
  padding: 14px 32px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
 font-family: "Hanken Grotesk", sans-serif;
}

.contact-form-wrap input[type="submit"]:hover {
  background: white;
  color: #183222;
  border: 1px solid #183222;
}

.contact-form-wrap ::placeholder {
  color: #6f7d74;
}

/* =========================
   FOOTER
   ========================= */

.site-footer {
  background: linear-gradient(90deg, #0b3415, #0f441b);
  color: white;
  padding: 70px 50px;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.footer-col h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: uppercase;
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}

.footer-left p,
.footer-center p,
.footer-right p {
  margin: 0 0 12px;
  font-size: 16px;
}

.footer-left a,
.footer-right a {
  color: white;
  text-decoration: none;
}

.footer-left a:hover,
.footer-right a:hover {
  opacity: 0.8;
}

.footer-name {
  font-weight: 700;
}

.footer-center {
  text-align: center;
  font-size: 15px;
}

.footer-right {
  text-align: right;
}

.newsletter-btn {
  display: inline-block;
  background: white;
  color: #183222 !important;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 24px;
  transition: all 0.25s ease;
}

.newsletter-btn:hover {
  background: transparent;
  color: white !important;
  border: 1px solid white;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 12px;
}

.footer-socials a {
  font-size: 15px;
  font-weight: 600;
}

.footer-handle {
  font-weight: 700;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {
  .site-header {
    top: 0;
    padding: 20px 16px 10px;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.25) 45%,
      rgba(0,0,0,0) 100%
    );
  }

  body.admin-bar .site-header {
    top: 46px;
  }


  .header-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .main-nav {
    gap: 10px 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .main-nav a {
    font-size: 14px;
  }

  .header-socials {
    justify-content: flex-start;
    gap: 12px;
  }

  .header-socials svg {
    width: 20px;
    height: 20px;
  }

  .about-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-text h2 {
    font-size: 42px;
  }

  .about-text p {
    max-width: 100%;
  }

  .about-image {
    justify-content: flex-start;
  }

  .about-image img {
    max-width: 280px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: left;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .hero {
    height: 85vh;
    padding-left: 30px;
    padding-right: 20px;
    align-items: flex-end;
    padding-bottom: 80px;

  }

  .hero-content {
    max-width: 100%;
  }

  .hero p {
    font-size: 20px;
    margin-top: 12px;
  }
}
/* =========================
   EVENTS SECTION
   ========================= */

.events-section {
  background: #0d3517;
  color: white;
  padding: 120px 40px;
  font-family: "Hanken Grotesk", sans-serif;
}

.events-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   INTRO
   ========================= */

.events-intro {
  margin-bottom: 60px;
}

.events-intro h2 {
  font-size: 45px;
  margin-bottom: 16px;
  font-weight: 800;
	
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}

.events-intro p {
  max-width: 600px;
  line-height: 1.6;
  opacity: 0.85;
font-family: "Hanken Grotesk", sans-serif;
}

/* =========================
   LIST
   ========================= */

.events-list {
  border-top: 1px solid rgba(255,255,255,0.3);
}

/* =========================
   SINGLE EVENT
   ========================= */

.event-item {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* =========================
   ROW (CLICK AREA)
   ========================= */

.event-toggle {
  width: 100%;
  background: none;
  border: none;
  color: white;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 160px 1fr 1fr 30px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover Effekt */
.event-toggle:hover {
  opacity: 0.75;
}

/* =========================
   TEXT
   ========================= */

.event-date {
  font-size: 14px;
  opacity: 0.8;
 font-family: "Hanken Grotesk", sans-serif;
}

.event-title {
  font-size: 16px;
  font-weight: 600;
 font-family: "Hanken Grotesk", sans-serif;
}

.event-location {
  font-size: 14px;
  opacity: 0.8;
 font-family: "Hanken Grotesk", sans-serif;
}

/* =========================
   ARROW ICON
   ========================= */

.event-icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Wenn geöffnet → drehen */
.event-item.is-open .event-icon {
  transform: rotate(-135deg);
}

/* =========================
   CONTENT (AUFKLAPPEN)
   ========================= */

.event-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* Innenabstand */
.event-content-inner {
  padding: 0 0 20px 0;
  max-width: 700px;
}

/* Wenn geöffnet */
.event-item.is-open .event-content {
  max-height: 300px;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 800px) {

  .event-toggle {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .event-icon {
    margin-top: 10px;
  }

}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.footer-socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}

/* =========================
   GLOBAL CONTENT WIDTH
   ========================= */

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* =========================
   TABLET / MOBILE FIXES
   ========================= */

@media (max-width: 900px) {
  .hero {
    height: 85vh;
    padding-left: 30px;
    padding-right: 20px;
    align-items: flex-end;
    padding-bottom: 80px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero p {
    font-size: 20px;
    margin-top: 12px;
  }

  .about-section {
    min-height: auto;
    display: block;
    padding: 100px 30px 80px;
  }

  .about-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-text h2 {
    font-size: 42px;
  }

  .about-text p {
    max-width: 100%;
  }

  .about-image {
    justify-content: flex-start;
  }

  .about-image img {
    max-width: 280px;
  }
}

/* =========================
   MOBILE FINAL FIX
   ========================= */

@media (max-width: 600px) {
  .site-header {
    top: 0;
    padding: 20px 16px 10px;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.25) 45%,
      rgba(0,0,0,0) 100%
    );
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding-top: 0;
  }

  .main-nav {
    gap: 10px 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .main-nav a {
    font-size: 14px;
  }

  .header-socials {
    justify-content: flex-start;
    gap: 12px;
  }

  .header-socials svg {
    width: 20px;
    height: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: left;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .hero {
    height: 100svh;
    min-height: 100svh;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    align-items: flex-end;
    background-position: center center;
  }

  .hero-overlay {
    background: rgba(0,0,0,0.35);
  }

  .hero-content {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 8ch;
    white-space: normal;
    font-size: clamp(48px, 12vw, 100px);
    line-height: 0.9;
  }

  .hero p {
    font-size: 16px;
    margin-top: 10px;
  }

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

  .event-toggle {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .event-icon {
    margin-top: 10px;
  }
}

/* HERO DESKTOP FIX */
.hero-content {
  margin-left: 60px;
}


@media (max-width: 600px) {
  .hero h1 {
    display: inline-block;
    white-space: normal;
    max-width: 8ch;
  }
}
/* Nur Mobile: Hero-Titel + volle Handyhöhe */
@media (max-width: 600px) {
  .hero {
    height: 100svh;
    min-height: 100svh;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    align-items: flex-end;
    background-position: center center;
  }

  .hero-content {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }

  .hero h1 {
    display: inline-block;
    max-width: 7.2ch;
    white-space: normal;
    font-size: clamp(34px, 12vw, 72px);
    line-height: 0.9;
    margin: 0;
  }

  .hero p {
    font-size: 16px;
    margin-top: 10px;
  }
}