/*
Theme Name: Claas Golf Coaching
Theme URI: https://example.com/
Author: Claas-Eric Borges
Author URI: https://example.com/
Description: Maßgeschneidertes WordPress-Theme für einen Golftrainer. Basiert auf dem bereitgestellten Template (Tailwind-Styling) und den Inhalten im Ordner Infos.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claas-golf
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[40vh\] {
  height: 40vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-full {
  max-height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[85vw\] {
  max-width: 85vw;
}

.max-w-\[90vw\] {
  max-width: 90vw;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-center {
  scroll-snap-align: center;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.hyphens-auto {
  hyphens: auto;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[var\(--brand-green\)\] {
  border-color: var(--brand-green);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[var\(--brand-dark\)\] {
  background-color: var(--brand-dark);
}

.bg-\[var\(--brand-gray\)\] {
  background-color: var(--brand-gray);
}

.bg-\[var\(--brand-green\)\] {
  background-color: var(--brand-green);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}

.bg-brand-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[var\(--brand-green\)\] {
  color: var(--brand-green);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Custom Styles */

:root {
  --brand-green: #00ff94;
  --brand-dark: #0D0D0D;
  --brand-gray: #181818;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--brand-dark);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Optional: kleine visuelle Fixes - FIXED MOBILE MENU v8 */

:root {
  --brand-green: #00ff94;
  --brand-dark: #0D0D0D;
  --brand-gray: #181818;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--brand-dark);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

#hero {
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1, h1 {
  letter-spacing: -0.01em;
}

.h2, h2 {
  letter-spacing: -0.005em;
}

.h3, h3 {
  letter-spacing: -0.003em;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Vollbild-Sektionen (ohne hartes Scroll-Snap)
   Auf Mobile reduzieren wir die Mindesthöhe für bessere Übersicht. */

section[id] {
  scroll-margin-top: 0;
  min-height: auto;
}

/* KRITISCH: Hero für alle kleinen Bildschirme unter 642px */

@media screen and (max-width: 642px) {
  section#hero {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem 1rem !important;
  }
}

/* Mobile und Tablet: Hero-Sektion vollständig fixieren */

@media screen and (max-width: 768px) {
  #hero {
    height: 100vh !important;
    height: 100dvh !important;
    /* Dynamic Viewport Height für moderne Browser */
    max-height: 100vh !important;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;
    /* Safari iOS */
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1.25rem !important;
  }

  /* Body Anpassungen für mobile Hero-Vollbild */

  body {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Spezielle Regel für sehr kleine Bildschirme */

@media screen and (max-width: 480px) {
  #hero {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem 1rem !important;
  }
}

/* Kontakt-Sektion soll nicht künstlich auf volle Höhe gestreckt werden */

#contact {
  min-height: auto;
}

/* Platzhalter für Karussells: unsichtbar, aber nimmt Platz ein */

.carousel-placeholder {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Subtiles Hintergrund-Raster/Verlauf für mehr Tiefe */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(0,255,148,0.08), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(0,255,148,0.05), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0) 30%);
  pointer-events: none;
}

/* Links & Buttons feinfühliger animieren */

a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

/* Utility: Scrollleisten ausblenden, aber Scrolling erlauben */

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Fokus-Handling: kein gestrichelter Kasten bei Maus-Klick, klarer Stil bei Tastatur */

/* Entfernt Fokus-Stil wenn nicht tastaturinduziert */

:where(a, button, input, select, textarea, .wp-block-button__link):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Klare, schöne Fokus-Markierung bei Tastatur */

:where(a, button, input, select, textarea, .wp-block-button__link):focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,255,148,0.35);
  border-radius: .25rem;
}

/* Firefox Kompatibilität */

:where(a, button, input, select, textarea, .wp-block-button__link):-moz-focusring {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,255,148,0.35);
  border-radius: .25rem;
}

/* Header-Menü: eleganter Fokus/Hover ohne gestrichelten Kasten */

.site-header nav a:focus {
  outline: none;
  box-shadow: none;
}

.site-header nav a {
  position: relative;
  text-decoration: none;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--brand-green);
  opacity: .9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus::after {
  transform: scaleX(1);
}

/* Mobile/Touch: kein gestrichelter Fokusrahmen, kein Tap-Highlight */

a, button {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) {
  .site-header nav a:focus,
  .site-header nav a:focus-visible,
  .site-header nav button:focus,
  .site-header nav button:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

/* Burger-Button: kein gestrichelter Fokusrahmen (Mobile) */

.site-header #mobile-menu-toggle:focus,
.site-header #mobile-menu-toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Scroll Progress Bar */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), #00d4ff);
  z-index: 9999;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px var(--brand-green);
}

/* Einheitliche Buttons */

.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--brand-green);
  color: #000;
}

.btn-primary:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,255,148,0.2);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-outline {
  background: transparent;
  color: var(--brand-green);
  border: 1px solid var(--brand-green);
}

.btn-outline:hover {
  background: #fff;
  color: #000;
  transform: translateY(-1px);
}

/* Kompakte Button-Variante für Kontakt-Sektion */

.btn-compact {
  padding: 10px 16px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

/* Aktiver Menüpunkt */

.current-menu-item > a,
.current_page_item > a {
  color: var(--brand-green);
  position: relative;
}

.current-menu-item > a::after,
.current_page_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--brand-green);
  opacity: .9;
}

/* Reveal Animation */

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(.98);
  transition: opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal.reveal-no-scale {
  transform: translateY(36px);
}

.reveal.reveal-no-scale.is-visible {
  transform: translateY(0);
}

.reveal.reveal-blur {
  filter: blur(6px);
}

.reveal.reveal-blur.is-visible {
  filter: blur(0);
  transition: opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1), filter .6s ease-out;
}

.reveal.delay-1 {
  transition-delay: .1s;
}

.reveal.delay-2 {
  transition-delay: .2s;
}

.reveal.delay-3 {
  transition-delay: .3s;
}

.reveal.delay-4 {
  transition-delay: .4s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* Tablet-Optimierungen (bis 768px) */

@media (max-width: 768px) {
  #hero {
    padding: 5rem 2.5rem 4rem;
    min-height: 100vh !important;
  }

  #hero h1 {
    font-size: clamp(2.8rem, 7vw, 3.5rem);
  }

  #hero p {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
  }

  #hero .btn {
    margin-top: 3rem;
  }

  .section-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .offers-track,
  .blog-track,
  .gallery-track {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .offers-mobile-track,
  .blog-mobile-track {
    padding-left: 0;
    padding-right: 0;
  }

  .offers-page,
  .blog-page,
  .gallery-page {
    min-width: calc(100% - 3rem);
  }
}

/* Mobile-Optimierungen: bessere Lesbarkeit und kompaktere Layouts */

@media (max-width: 640px) {
  /* Basis-Typo leicht verkleinern */

  html {
    font-size: 15px;
  }

  body {
    line-height: 1.55;
  }

  #hero h1 {
    font-size: clamp(2.35rem, 10vw, 2.9rem);
    line-height: 1.15;
  }

  #hero p {
    font-size: clamp(1rem, 5.4vw, 1.3rem);
  }

  #hero .btn {
    margin-top: 2.25rem;
  }

  /* Sektionen nicht erzwingen auf volle Höhe */

  section[id] {
    min-height: auto;
  }

  /* Überschriften kompakter */

  h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }

  h2 {
    font-size: clamp(1.4rem, 5vw, 1.9rem);
  }

  h3 {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
  }

  h4 {
    font-size: clamp(1.05rem, 4vw, 1.3rem);
  }

  /* Buttons und Abstände kompakter */

  .btn {
    padding: .65rem 1.25rem;
    font-size: .9rem;
  }

  /* Karten/Grids enger */

  .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-surface {
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  }

  /* Bilder in Karten größer für bessere Lesbarkeit */

  .card-surface .h-56 {
    height: 220px !important;
  }

  /* Blog/Offers Tracks: kleinere Abstände */

  #blog .blog-track, #offers .offers-track {
    gap: 1rem;
  }

  /* Mobile Karten: erhöhte Mindesthöhe für bessere Lesbarkeit */

  .offers-mobile-slide .card-surface,
  .blog-mobile-slide .card-surface {
    min-height: 500px !important;
  }

  /* Kurse-Karten auf Mobile: größere Bilder und mehr Platz */

  .offers-mobile-slide .card-surface .h-48 {
    height: 240px !important;
  }

  .offers-mobile-slide .card-surface .h-56 {
    height: 240px !important;
  }

  /* Blog-Karten auf Mobile: größere Bilder und mehr Platz */

  .blog-mobile-slide .card-surface .h-40 {
    height: 200px !important;
  }

  .blog-mobile-slide .card-surface .h-44 {
    height: 200px !important;
  }

  /* Map kompakter */

  .map-embed iframe {
    height: 200px;
  }

  /* Über mich Bild: auf Mobil vollständig sichtbar (nicht beschneiden) */

  #philosophy img {
    width: 100%;
    height: auto;
    display: block;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Sehr kleine Bildschirme */

@media (max-width: 400px) {
  html {
    font-size: 14px;
  }

  .btn {
    padding: .55rem 1rem;
    font-size: .85rem;
  }

  .card-surface .h-56 {
    height: 200px !important;
  }

  /* Auch auf sehr kleinen Bildschirmen ausreichend hohe Karten */

  .offers-mobile-slide .card-surface,
  .blog-mobile-slide .card-surface {
    min-height: 480px !important;
  }

  /* Hero auch bei sehr kleinen Bildschirmen vollständignutzen */

  #hero {
    padding: 1.5rem 1rem !important;
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
}

/* Horizontale Slider (Kurse, Blog, Galerie) touchfreundlich gestalten */

.offers-track,
.blog-track,
.gallery-track,
.offers-mobile-track,
.blog-mobile-track,
.gallery-mobile-track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
  overflow-y: hidden;
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: .8rem;
  margin-top: 1.25rem;
}

.carousel-dot {
  width: .7rem;
  height: .7rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.5);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
  display: block;
}

.carousel-dot:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,255,148,0.35);
}

.carousel-dot.active {
  background: var(--brand-green);
  transform: scale(1.08);
}

.offers-track::-webkit-scrollbar,
.blog-track::-webkit-scrollbar,
.gallery-track::-webkit-scrollbar,
.offers-mobile-track::-webkit-scrollbar,
.blog-mobile-track::-webkit-scrollbar,
.gallery-mobile-track::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .offers-track,
  .blog-track,
  .gallery-track,
  .offers-mobile-track,
  .blog-mobile-track,
  .gallery-mobile-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 1.25rem;
  }

  .offers-page,
  .blog-page,
  .gallery-page,
  .gallery-mobile-slide {
    min-width: calc(100% - 2.5rem);
  }
}

.offers-mobile-slide,
.blog-mobile-slide,
.gallery-mobile-slide {
  scroll-snap-stop: always;
}

/* Kleine Helferklassen für Schatten und Kanten */

.card-surface {
  background: var(--brand-gray);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Kein grüner Overlay-Effekt mehr bei Cards */

.soft-border {
  border: 1px solid rgba(255,255,255,0.08);
}

.glow-hover:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.45), 0 0 15px rgba(0,255,148,0.15);
  transform: translateY(-4px);
  border-color: rgba(0,255,148,0.3);
}

/* Text-Wrap Sicherheit: Lange, untrennbare Zeichenfolgen innerhalb von Karten/Captions umbrechen */

#gallery-lightbox-cap,
.card-surface,
.card-surface *,
.card-surface p,
.card-surface h4,
.card-surface a {
  overflow-wrap: anywhere !important;
  /* moderne Browser */
  word-break: break-word !important;
  /* Fallback */
  hyphens: auto !important;
  /* Silbentrennung, wo möglich */
  white-space: normal !important;
  /* sicherstellen, dass Umbruch erlaubt ist */
}

/* Platzhalterbild für Karten ohne Beitragsbild */

.placeholder-thumb {
  display: block;
  width: 100%;
  background-color: #121212;
  /* dunkler Hintergrund passend zum Theme */
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.placeholder-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 200px at 50% -10%, rgba(0,255,148,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0) 40%);
}

.placeholder-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  opacity: .45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%2300ff94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3l2-3h8l2 3h3a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Active state for carousel dots (current page indicator) */

.carousel-dot.active,
#gallery-dots button.active {
  background: var(--brand-green) !important;
}

/* Header feine Linie oben/unten */

header {
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.08) inset;
}

/* Responsive Map Embed */

.map-embed {
  width: 100%;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 260px;
  background: #0b0b0b;
}

@media (min-width: 768px) {
  .map-embed iframe {
    height: 300px;
  }
}

/* Sticky CTA wurde entfernt - nur Back-to-Top Button wird verwendet */

/* WhatsApp Floating Button */

.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 998;
  background: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6);
  animation: none;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

@keyframes pulse-whatsapp {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
  }

  50% {
    box-shadow: 0 8px 40px rgba(37, 211, 102, 0.8);
  }
}

/* Counter Section */

.counter-number {
  font-size: 4rem;
  font-weight: 900;
  color: var(--brand-green);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .counter-number {
    font-size: 3rem;
  }
}

/* Testimonials */

.testimonial-card {
  background: var(--brand-gray);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 6rem;
  color: var(--brand-green);
  opacity: 0.2;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-green);
}

.testimonial-stars {
  color: var(--brand-green);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* FAQ Accordion */

.faq-item {
  background: var(--brand-gray);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(0,255,148,0.05);
}

.faq-icon {
  width: 24px;
  height: 24px;
  stroke: var(--brand-green);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: #d1d5db;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* Kontrast-Feintuning */

.card-surface {
  background: var(--brand-gray);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.soft-border {
  border: 1px solid rgba(255,255,255,0.10);
}

/* Kontakt: Adresse im Kasten optisch mittig ausrichten */

.contact-address {
  display: flex;
  align-items: center;
  /* vertikal zentrieren */
  justify-content: center;
  /* horizontal zentrieren (zusätzlich zu text-center) */
  text-align: center;
  padding: 1.25rem 1rem;
  /* symmetrische Innenabstände, leicht größer oben/unten */
  min-height: 140px;
  /* etwas höher für optische Gleichheit */
  margin: 0;
  /* Standard-Margins von <address> entfernen */
}

/* Header default: dunkel; am Seitenanfang transparent */

.site-header {
  background: rgba(0,0,0,0.6);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  transition: background-color .25s ease, border-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(6px);
}

.site-header.at-top {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
}

/* Header Container - volle Breite, 50px Padding links/rechts */

.site-header .section-container {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
}

/* Logo auf Header-Höhe begrenzen */

.site-header .custom-logo-link {
  display: flex;
  align-items: center;
  max-height: 60px;
}

.site-header .custom-logo {
  max-height: 50px;
  width: auto;
  height: auto;
}

/* Logo-Text Container */

.site-header .logo-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Logo-Text - gleicher Style wie Menüpunkte */

.site-header .logo-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  white-space: nowrap;
}

/* Footer Logo - passt sich automatisch an */

.footer-logo {
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Footer Logo schwebend - ragt zur Hälfte über den Footer */

.footer-logo-container {
  position: relative;
  height: 0;
}

.footer-logo-floating {
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -30px;
}

/* Mobile Menu Styling */

.mobile-menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.mobile-menu:not(.hidden) {
  max-height: 500px;
  opacity: 1;
}

/* Mobile Menu Links Styling */

.mobile-menu nav ul {
  text-align: right;
}

.mobile-menu nav a {
  display: block;
  padding: 0.75rem 0;
  color: white;
  text-decoration: none;
  text-align: right;
  transition: color 0.2s ease, padding-right 0.2s ease;
}

.mobile-menu nav a:hover,
.mobile-menu nav a:focus {
  color: var(--brand-green);
  padding-right: 0.5rem;
}

.mobile-menu nav a::after {
  display: none;
}

/* Custom Navigation Breakpoint: 942px */

/* Mobile Menu bis 942px anzeigen */

@media (max-width: 942px) {
  .desktop-nav {
    display: none !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
  }

  .mobile-menu.hidden {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}

/* Desktop Menu ab 943px anzeigen */

@media (min-width: 943px) {
  .desktop-nav {
    display: flex !important;
  }

  .mobile-toggle {
    display: none !important;
  }

  .mobile-menu {
    display: none !important;
  }
}

/* Content formatting for Gutenberg within single offers (article.prose) */

article.prose {
  color: #e5e7eb;
  line-height: 1.75;
}

article.prose p {
  margin: 1rem 0;
}

article.prose h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 800;
  margin: 2rem 0 1rem;
}

article.prose h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 1.5rem 0 .75rem;
}

article.prose ul {
  list-style: disc outside;
  margin: 1rem 0 1rem 1.5rem;
  padding-left: .5rem;
}

article.prose ol {
  list-style: decimal outside;
  margin: 1rem 0 1rem 1.5rem;
  padding-left: .5rem;
}

article.prose li {
  margin: .25rem 0;
}

article.prose strong {
  font-weight: 700;
  color: #fff;
}

article.prose em {
  font-style: italic;
}

article.prose a {
  color: var(--brand-green);
  text-decoration: underline;
}

article.prose hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 2rem 0;
}

article.prose blockquote {
  border-left: 3px solid rgba(255,255,255,0.2);
  padding-left: 1rem;
  color: #d1d5db;
  font-style: italic;
  margin: 1rem 0;
}

/* Einbettungen (YouTube, Video, Embed) – Abstände kompakter halten */

article.prose .wp-block-embed,
article.prose figure.wp-block-embed,
article.prose .wp-block-video,
article.prose .wp-block-media-text,
article.prose .wp-block-image {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

article.prose .wp-block-embed .wp-block-embed__wrapper {
  margin: 0 !important;
}

/* Gutenberg setzt für Embeds ein Padding-Top über ::before zur Aspect-Ratio.
   Für unsere 2‑Klick-Box entfernen wir dieses Padding, sonst entsteht großer Abstand. */

article.prose .wp-embed-aspect-16-9 .wp-block-embed__wrapper,
article.prose .wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: static !important;
  padding-top: 0 !important;
}

article.prose .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
article.prose .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: none !important;
}

/* 2‑Klick YouTube Block spezifisch */

article.prose .yt2 {
  margin: .75rem 0 !important;
}

/* Mini prose for teasers on homepage offers */

.prose-mini p {
  margin: .5rem 0;
}

.prose-mini ul {
  list-style: disc;
  margin: .5rem 0 .5rem 1.25rem;
}

.prose-mini ol {
  list-style: decimal;
  margin: .5rem 0 .5rem 1.25rem;
}

.prose-mini li {
  margin: .25rem 0;
}

.prose-mini strong {
  color: #fff;
}

/* Clamp teaser height with fade */

.teaser-clamp {
  position: relative;
  overflow: hidden;
}

.teaser-clamp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(24,24,24,0), rgba(24,24,24,1));
}

/* Larger clamp for offers (since only 3 cards per page) */

.teaser-clamp-lg {
  position: relative;
  max-height: 16rem;
  overflow: hidden;
}

.teaser-clamp-lg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(24,24,24,0), rgba(24,24,24,1));
}

/* Mobile: mehr Texthöhe in Karten für bessere Lesbarkeit */

@media (max-width: 640px) {
  .teaser-clamp-lg {
    max-height: 20rem !important;
  }

  .teaser-clamp {
    max-height: 14rem !important;
  }

  /* Padding in mobilen Karten anpassen */

  .offers-mobile-slide .card-surface,
  .blog-mobile-slide .card-surface {
    padding: 1.5rem !important;
  }
}

/* Auf Desktop mehr Text in Kurse-Karten sichtbar lassen */

@media (min-width: 768px) {
  .teaser-clamp-lg {
    max-height: 20rem;
  }
}

/* Slightly larger image on mobile for offers */

@media (max-width: 640px) {
  .card-surface .h-64 {
    height: 220px !important;
  }
}

/* Blog Cards: Einheitliche Höhe für bessere Optik */

#blog .grid.grid-cols-1.md\\:grid-cols-3 {
  align-items: stretch;
}

#blog .card-surface {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Kompaktere Kartenhöhe auf Desktop */

@media (min-width: 768px) {
  #blog .card-surface {
    min-height: 560px;
    /* etwas höher, damit bei Karten mit Bild + langem Text der Link sichtbar bleibt */
  }
}

/* Flexbox-Container für den Karteninhalt */

#blog .card-surface .flex.flex-col.flex-grow {
  height: 100%;
}

/* Teaser-Content soll den verfügbaren Platz ausfüllen */

#blog .card-surface .teaser-content.flex-grow {
  flex: 1;
}

/* Weiterlesen-Link am Ende positionieren */

#blog .card-surface .flex.flex-col.flex-grow > a:last-child {
  margin-top: auto;
  padding-top: 1rem;
}

/* Verhindere, dass das Beitragsbild bei langem Text zusammenschrumpft */

#blog .card-surface > a:first-child {
  flex: 0 0 auto;
  /* Bildbereich bleibt sichtbar und schrumpft nicht auf 0 */
}

/* Begrenze Teasertext-Höhe in Blog-Karten, damit das Bild nicht verdrängt wird */

#blog .card-surface .teaser-clamp {
  max-height: 10.5rem;
  /* etwas kleiner, um Platz für "Weiterlesen" zu lassen */
}

/* Mobile Blog-Karten: mehr Texthöhe */

@media (max-width: 640px) {
  #blog .card-surface .teaser-clamp {
    max-height: 16rem !important;
  }
}

/* ULTRA-SPEZIFISCH: Hero-Vollbild für alle Screens unter 642px - FINALE REGEL */

@media screen and (max-width: 642px) {
  body section#hero.h-screen,
  body section#hero,
  section#hero {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem 1rem !important;
  }
}

/* Noch spezifischer für sehr kleine Bildschirme */

@media screen and (max-width: 480px) {
  body section#hero.h-screen,
  body section#hero,
  section#hero {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.25rem 0.75rem !important;
  }
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[var\(--brand-green\)\]:hover {
  border-color: var(--brand-green);
}

.hover\:bg-\[var\(--brand-green\)\]:hover {
  background-color: var(--brand-green);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-\[var\(--brand-green\)\]:hover {
  color: var(--brand-green);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-\[55vh\] {
    height: 55vh;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[70vw\] {
    max-width: 70vw;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:snap-none {
    scroll-snap-type: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
