/* =========================
   1. Box Sizing
   ========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================
   2. Remove default margins
   ========================= */
* {
  margin: 0;
}

/* =========================
   3. Core body defaults
   ========================= */
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* =========================
   4. Media defaults
   ========================= */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* =========================
   5. Form elements inherit fonts
   ========================= */
input,
button,
textarea,
select {
  font: inherit;
}

/* =========================
   6. Remove built-in form typography styles
   ========================= */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* =========================
   7. Links reset
   ========================= */
a {
  text-decoration: none;
  color: inherit;
}

/* =========================
   8. Lists reset (only if class is present!)
   ========================= */
ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

/* =========================
   9. Improve text wrapping
   ========================= */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* =========================
   10. Root stacking context
   ========================= */
#root,
#__next {
  isolation: isolate;
}

/* =========================
   11. Reduce motion for accessibility
   ========================= */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v51-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-v51-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/roboto-v51-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/roboto-v51-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v51-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v51-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v51-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v51-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/roboto-v51-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v51-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v51-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* =========================
   1. Root Font Size (10px Basis)
   ========================= */
html {
  font-size: 10px;
}

/* =========================
   2. Design Tokens
   ========================= */
:root {
	
	--mw-container-max-width: 200rem; 
	
	/* Standard Padding */
	--mw-container-padding-x: 2rem; 
	
	/* Double Padding */
	--mw-container-padding-x-lg: 4rem; 
	  
  /* =========================
     Typography
     ========================= */

  /* Font Families */
  --mw-font-family-base: 'Roboto', Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mw-font-family-heading: var(--mw-font-family-base);
    
  /* Font Sizes (rem basiert auf 10px) */
  --mw-font-size-base: 1.65rem; /* = 16px */
  --mw-font-size-sm: 1.4rem;
  --mw-font-size-lg: 1.6rem;
  --mw-font-size-xl: 2rem;

  /* Line Heights */
  --mw-line-height-base: 1.5;
  --mw-line-height-heading: 1.2;

  /* Font Weights */
  --mw-font-weight-regular: 400;
  --mw-font-weight-medium: 500;
  --mw-font-weight-bold: 700;

  /* =========================
     Colors
     ========================= */
  --mw-color-text: #111111;
  --mw-color-background: #ffffff;
  --mw-color-primary: #0055ff;
  --mw-color-secondary: #666666;

  /* =========================
     Spacing (8px System optional)
     ========================= */
  --mw-space-xs: 0.4rem;
  --mw-space-sm: 0.8rem;
  --mw-space-md: 1.6rem;
  --mw-space-lg: 2.4rem;
  --mw-space-xl: 3.2rem;

  /* =========================
     Border Radius
     ========================= */
  --mw-radius-sm: 0.4rem;
  --mw-radius-md: 0.8rem;
  --mw-radius-lg: 1.6rem;

}

@media (min-width: 768px) {
  :root {
    --mw-container-padding-x: 4rem;
    --mw-container-padding-x-lg: 8rem;
    --mw-font-size-lg: 1.7rem;
    --mw-font-size-xl: 2.2rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --mw-container-padding-x: 5rem;
    --mw-container-padding-x-lg: 10rem;
    --mw-font-size-lg: 1.8rem;
    --mw-font-size-xl: 2.4rem;
  }
}


.skip-link {
position: absolute;
left: -999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

.skip-link:focus {
left: 1rem;
width: auto;
height: auto;
padding: 1rem 1.5rem;
background: #000;
color: #fff;
}



body {
	font-family: var(--mw-font-family-base);
	font-size: var(--mw-font-size-base);
	line-height: var(--mw-line-height-base);
	font-weight: var(--mw-font-weight-regular);
	color: var(--mw-color-text);
	background-color: var(--mw-color-background);
}

p {
  margin-bottom: var(--mw-space-md);
  max-width: 65ch; /* bessere Lesbarkeit */
}

h1, h2, h3, h4 {
  font-family: var(--mw-font-family-heading);
  line-height: var(--mw-line-height-heading);
  font-weight: var(--mw-font-weight-bold);
}

h1 {
  font-size: var(--mw-font-size-xl);
}

h2 {
  font-size: var(--mw-font-size-lg);
}


.mw-spacer {
	position: relative
}
.mw-spacer-100 {
	height: 100px
}

.mw-container {
  width: 100%;
  max-width: var(--mw-container-max-width);
  margin-inline: auto;
  padding-inline: var(--mw-container-padding-x);
}

.mw-container--narrow {
  padding-inline: var(--mw-container-padding-x-lg);
}


/* HEADER */
	:root {
	  --mw-color-green: #E8FF66;
	  --mw-color-deep-teal: #03706B;
	
	  --mw-color-text: #111;
	  --mw-color-bg: #fff;
	
	  /* --mw-container-max-width: 120rem; */
	  /* --mw-container-padding-x: clamp(2rem, 4vw, 5rem);
	  --mw-container-padding-x-lg: clamp(3rem, 6vw, 10rem); */
	}
	
	.mw--header-logo-signet {
		fill: #fff;
	}
	.mw--header-logo-letter{
		fill: #fff;
	}
	
	.mw-viewport-scrolled .mw--header-logo-signet {
		fill: #fff;
	}
	.mw-viewport-scrolled .mw--header-logo-letter{
		fill: #fff;
	}
	
	.error404 .mw--header-logo-signet {
		fill: var(--mw-color-deep-teal);
	}
	.error404 .mw--header-logo-signet,
	.error404 .mw--header-logo-letter {
		fill: var(--mw-color-deep-teal);
	}
	
	
	.mw-header {
	  position: fixed;
	  top: 0;
	  z-index: 100000;
	  border-bottom: 1px solid rgba(0,0,0,0.05);
	  transition: 0.25s ease;
	  width: 100%;
	}
	
	
	.mw-header__inner {
	  max-width: var(--mw-container-max-width);
	  margin-inline: auto;
	
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	
	  padding-left: var(--mw-container-padding-x-lg);
	  padding-right: var(--mw-container-padding-x);
	}
	
	.mw-header__logo {
	  display: flex;
	  align-items: center;
	}
	
	.mw-header__logo {
		height: calc(100% - 40px);
		margin: 20px 0
	}

	
	.mw-viewport-scrolled .mw-header {
		background: rgba(3, 112, 107, 0.9);
		backdrop-filter: blur(2px);
	}
	
	.mw-viewport-scrolled .mw-header__logo svg {
		height: 100px;
		width: 185px;
	}
	.mw-viewport-scrolled .mw-header__logo {
		height: calc(100% - 20px);
		margin: 10px 0
	}
	
	

	
	.mw-header__logo svg {
	  display: block;
	}
	
	.mw-header__nav {
	  display: flex;
	  align-items: center;
	}
	
	.mw-header__list {
	  display: flex;
	  align-items: center;
	  gap: 5rem;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	
	.mw-header__list a {
	  font-size: var(--mw-font-size-base);
	  display: inline-flex;
	  align-items: center;
	  line-height: 1;
	  font-size: 1.8rem;
	  text-decoration: none;
	  color: #fff;
	  font-weight: 600
	}
	
	
	.error404 .mw-header__list a  {
		color: var(--mw-color-deep-teal);
	}
	
	.mw-header__cta a {
	  padding: 1rem 2rem;
	  background: var(--mw-color-green);
	  color: #000;
	  border-radius: 40px;
	  font-weight: 800;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  transition: 0.2s ease;
	}
	
	
	.mw-viewport-scrolled .mw-header__list a {
		color: #fff;
	}
	
	.mw-header__cta a:hover {
	  background: var(--mw-color-green);
	  color: #000;
	}
	
	.mw-header__burger {
	  display: none;
	  z-index: 3000; /* WICHTIG: über nav overlay */
	  flex-direction: column;
	  gap: 0.5rem;
	  background: none;
	  border: none;
	  cursor: pointer;
	}
	
	.mw-viewport-scrolled .mw-header__cta a {
		background: #fff;
		color: var(--mw-color-deep-teal);
	}
	
	.mw-viewport-scrolled .mw-header__cta a:hover {
		background: var(--mw-color-green);
	}
	
	
	.mw-header__burger span {
	  width: 2.5rem;
	  height: 2px;
	  background: #000;
	  transition: 0.3s ease;
	}
	
	/* BURGER -> X */
	.mw-menu-is-open .mw-header__burger span:nth-child(1) {
	  transform: rotate(45deg) translateY(8px);
	}
	
	.mw-menu-is-open .mw-header__burger span:nth-child(2) {
	  opacity: 0;
	}
	
	.mw-menu-is-open .mw-header__burger span:nth-child(3) {
	  transform: rotate(-45deg) translateY(-8px);
	}
	
	/* MOBILE */
	@media (max-width: 768px) {
	  .mw-header__burger {
	    display: flex;
	  }
	
	  .mw-header__nav {
	    position: fixed;
	    inset: 0;
	    background: #fff;
	
	    display: flex;
	    justify-content: center;
	    align-items: center;
	
	    transform: translateX(100%);
	    transition: 0.3s ease;
	  }
	
	  .mw-menu-is-open .mw-header__nav {
	    transform: translateX(0);
	  }
	
	  .mw-header__list {
	    flex-direction: column;
	    gap: 2rem;
	    text-align: center;
	  }
	}
	

/* STAGE */
.mw-stage {
	margin-left: var(--mw-container-padding-x);
	width: calc(100vw - var(--mw-container-padding-x));
	height: calc(100vh - var(--mw-container-padding-x));
	position: relative;
}

.mw-stage__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	
	background: rgba(0,0,0,0.4);
}

.mw-stage__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* =========================
   IMAGE LAYER
   ========================= */
.mw-stage__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mw-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top center
}

/* =========================
   CONTENT LAYER
   ========================= */
.mw-stage__content {
  position: relative;
  z-index: 2;

  height: 100%;
  display: flex;
  align-items: flex-end;
}

/* =========================
   TEXT BLOCK
   ========================= */
.mw-stage__text {
  max-width: 70%;
  padding-bottom: 5rem;
  padding-left: var(--mw-container-padding-x);
}

.mw-stage__text h1 {
  font-size: clamp(5rem, 6vw, 8rem);
  line-height: 1em;
  margin-bottom: 1.5rem;
  color: #fff;
}

.mw-stage__text__first {
	position: relative
}
.mw-stage__text__first:before {
	content: '';
	width: 12px;
	position: absolute;
	height: calc(100% - 14px);
	background: var(--mw-color-green);
	opacity: .9;
	top: 7px;
	left: calc(-1 * var(--mw-container-padding-x));
	z-index: 1000;
	display: block
}

.mw-stage__text p {
	font-size: 2.2rem;
	line-height: var(--mw-line-height-base);
	margin-bottom: 2rem;
	color: #fff;
	font-weight: 500
}

/* =========================
   BUTTON
   ========================= */
.mw-stage__button {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem 2rem;
	font-size: 2.2rem;
	background: var(--mw-color-green);
	color: #000;
	
	border-radius: 0.8rem;
	text-decoration: none;
	transition: 0.2s ease;
	font-weight: 800
}

.mw-stage__button svg {
	transition: transform 0.2s ease;
}

.mw-stage__button:hover svg {
	transform: translateX(4px);
}


/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {
  .mw-stage {
    height: auto;
    /* min-height: 100vh; */
  }
  
  .mw-section__media {
	  width: 80%;
	  margin: 0 auto
  }
  
  .mw-stage__content {
	  display: block;
	  padding: 300px 0 0 0
  }

  .mw-stage__text {
    padding: 0 0 40px 40px;
  }
  .mw-stage__text__first::before {
	  left: -40px;
  }

  .mw-stage__text h1 {
    font-size: 3.2rem;
  }
}



/* =========================
   SECTION BASE
   ========================= */
.mw-section {
  padding-block: clamp(6rem, 20vw, 12rem);
}

/* =========================
   GRID LAYOUT
   ========================= */
/* .mw-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 8rem);
  align-items: center;
} */

.mw-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text image";
  gap: clamp(3rem, 5vw, 8rem);
  align-items: center;
}

.mw-split__content {
  grid-area: text;
}

.mw-split__media {
  grid-area: image;
}

.reverse--layout .mw-split__grid {
	grid-template-areas: "image text";
}


/* =========================
   TEXT CONTENT
   ========================= */
.mw-split__content h2 {
  font-size: clamp(2.8rem, 3vw, 4rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--mw-color-deep-teal)
}

.mw-split__content h3 {
  font-size: var(--mw-font-size-lg);
  margin-bottom: 1.5rem;
  color: var(--mw-color-deep-teal);
}

.mw-split__content p {
  font-size: var(--mw-font-size-base);
  line-height: var(--mw-line-height-base);
  max-width: 55ch;
}

/* =========================
   IMAGE
   ========================= */
.mw-split__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

/* =========================
   TEXT HIGHLIGHT (Marker Style)
   ========================= */
.mw-split__content span {
  position: relative;
  z-index: 1;
}

.mw-split__content span {
  background: linear-gradient(
    to top,
    var(--mw-color-green) 55%,
    transparent 55%
  );

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  padding: 0 0.1em;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {
  .mw-split__grid {
    grid-template-columns: 1fr;
  }

  .mw-split__content {
    order: 1;
  }

  .mw-split__media {
    order: 2;
  }
}


.mw-fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mw-fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   SECTION BASE
   ========================= */
.mw-video-section {
  position: relative;
  background: var(--mw-color-deep-teal);
  color: #fff;

  text-align: center;
  padding: clamp(6rem, 10vw, 12rem) 0 0;
  overflow: hidden;
}

/* =========================
   INNER
   ========================= */
.mw-video-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.mw-video-section__video__headline {
	display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 2rem;
}
.mw-video-section__video__headline p,
.mw-video-section__text p {
	font-weight: 600;
	font-size: 2rem
}

/* =========================
   TYPOGRAPHY
   ========================= */
.mw-video-section h2 {
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 1.1;
}

.mw-video-section p {
  max-width: 60ch;
  line-height: var(--mw-line-height-base);
}

/* =========================
   VIDEO WRAPPER
   ========================= */
.mw-video-section__video {
  position: relative;
  width: 100%;
  max-width: 80rem;
  aspect-ratio: 16 / 9;

  margin: 3rem 0;
  border-radius: 1rem;
  overflow: hidden;
}

.mw-video-section__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   POSTER + PLAY BUTTON
   ========================= */
.mw-video-section__poster {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.25);
  cursor: pointer;
}

.mw-video-section__play {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.mw-video-section__play:hover {
  transform: scale(1.05);
}

/* =========================
   BUTTON
   ========================= */
.mw-video-section__button {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	
	padding: 1.2rem 2rem;
	background: var(--mw-color-green);
	color: #000;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	border-radius: 0.8rem;
	text-decoration: none;
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 600
}

/* =========================
   BOTTOM SHAPE (11° TRIANGLE)
   ========================= */
.mw-video-section__shape {

  overflow: auto;
  width: 100%;
  height: 85px;
}
.mw-video-section__shape {
	background: #fff;
}

.mw-video-section__shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mw-video-section__button:hover {
  transform: translateY(-5px);
  background: #fff; /* optional: helleres Grün */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 1.2rem 3.5rem;
}

.mw-video-section__shape polygon {
  fill: var(--mw-color-deep-teal);
}



/* =========================
   SECTION WRAPPER
   ========================= */
.mw-info-section {
  background: #fff;
  padding: 6rem 2rem;
}

/* Container */
.mw-info-section__container {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* =========================
   ICON
   ========================= */
.mw-info-section__icon img {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}

/* =========================
   TYPOGRAPHY
   ========================= */
.mw-info-section__header h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.mw-info-section__subline {
  font-size: 1.8rem;
  max-width: 700px;
  color: #444;
}

/* =========================
   GRID
   ========================= */
.mw-info-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;

  width: 100%;
  margin-top: 4rem;
}

.mw-info-section__col {
  text-align: left;
}

.mw-info-section__col h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 800
}

/* AFTER BAR */
.mw-info-section__col h3::after {
  content: "";
  display: block;
  width: 140px;
  height: 10px;
  background: var(--mw-color-green);
  margin-top: 2rem;
  border-radius: 2px;
}

/* TEXT */
.mw-info-section__col p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}

.mw-info-section__header {
	padding: 4rem
}

/* =========================
   CTA BUTTON
   ========================= */
.mw-info-section__cta {
  margin-top: 4rem;
}

.mw-info-section__button {
  display: inline-block;

  padding: 1.5rem 3rem;
  background: var(--mw-color-green);
  color: #000;

  font-size: 1.8rem;
  font-weight: 700;

  border-radius: 0.8rem;
  text-decoration: none;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mw-info-section__header span { 
	display: block
}

.mw-info-section__header h2 span em {
	font-weight: 900;
	font-style: italic
}

.mw-info-section__header h2 span strong {
	font-weight: 300;
	font-style: normal
}

.mw-info-section__subline {
	padding: 3rem 0 0 0;
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: 600
}

.mw-info-section__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 900px) {
  .mw-info-section__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mw-info-section__col {
    text-align: center;
  }

  .mw-info-section__col h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .mw-info-section__header h2 {
    font-size: 3rem;
  }
}




/* =========================
   BASE SECTION
   ========================= */

.mw-section__container {
  max-width: calc(100% - calc( 2* var(--mw-container-padding-x)  ));
  margin: 0 auto;

  display: flex;
  gap: 7rem;
  align-items: center;
}

/* =========================
   TWO COLUMN LAYOUT
   ========================= */
.mw-section--two-col .mw-section__media,
.mw-section--two-col .mw-section__content {
  flex: 1;
}

/* IMAGE */
.mw-section__media img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  display: block;
}

/* =========================
   CONTENT
   ========================= */
.mw-section__content h2 {
  font-size: 3rem;
  color: var(--mw-color-deep-teal);
  margin-bottom: 2rem;
}

.mw-section__lead {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.mw-section__content p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* BUTTON */
.mw-section__button {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: var(--mw-color-green);
  color: #000;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: 600;

  transition: transform 0.2s ease;
}

.mw-section__button:hover {
  transform: translateY(-2px);
}

/* =========================
   MODIFIERS
   ========================= */

/* Reverse Layout */
.mw-section--reverse .mw-section__container {
  flex-direction: row-reverse;
}

/* Background Varianten */
.mw-section--light {
  background: #fff;
}

.mw-section--dark {
  background: #111;
  color: #fff;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 900px) {
  .mw-section__container {
    flex-direction: column;
    text-align: center;
  }
}


/* =========================
   LIST RESET
   ========================= */
.mw-section__list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
}

.mw-section__list li {
  margin-bottom: 1.5rem;
  font-size: var( --mw-font-size-base);
  line-height: 1.6;
}

/* Nummer fett hervorheben */
.mw-section__list strong {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

/* =========================
   BUTTON MIT PFEIL
   ========================= */
.mw-section__button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;

  padding: 1.4rem 2.8rem;
  background: var(--mw-color-green);
  color: #000;

  font-size: 1.8rem;
  font-weight: 700;

  border-radius: 0.8rem;
  text-decoration: none;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mw-section__button-icon {
  font-size: 2rem;
  transition: transform 0.2s ease;
}

/* Hover Effekt */
.mw-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mw-section__button:hover .mw-section__button-icon {
  transform: translateX(4px);
}




/* =========================
   MEDIA COMPOSITION
   ========================= */
.mw-media-composition {
  position: relative;
}

.mw-media-composition__main {
  width: 100%;
  border-radius: 1rem;
  display: block;
}

/* SIGNATURE */
.mw-media-composition__signature {
  position: absolute;
  bottom: 8%;
  right: 8%;
  width: 120px;

  opacity: 0;
  transform: scale(0.8);
}

/* CURSOR */
.mw-media-composition__cursor {
  position: absolute;
  width: 40px;
  height: 40px;

  background: url('cursor.svg') no-repeat center/contain;

  top: 100%;
  left: -10%;
  opacity: 0;
}

/* LOCK */
.mw-media-composition__lock {
  position: absolute;
  top: 8%;
  right: 8%;
  width: 60px;
}

/* =========================
   ANIMATIONS
   ========================= */

/* Lock schließt */
.mw-media-composition.is-animated .mw-media-composition-lock-top {
  animation: lockClose 0.6s ease forwards;
  animation-delay: 3s;
}

.mw-media-composition-mainimage {
	position: relative;
}

@keyframes lockClose {
  to {
    opacity: 1;
    transform: translateY(30px);
  }
}

@keyframes moveSignature {
  to {
    opacity: 1;
    right: 0;
  }
}


.mw-media-composition-lock {
	position: absolute;
	top: -60px;
	right: -40px;
	width: 30%;
	height: 45%;
}

.mw-media-composition-signature-cursor {
	position: absolute;
	bottom: 32%;
	right: 0;
	z-index: 100;
}

.mw-media-composition-signature-cursor img {
	width: 40px;
	height: 40px;
	
}

.mw-media-composition-signature {
	position: absolute;
	right: calc(100% + calc( 2* var(--mw-container-padding-x)));
	bottom: 0;
	width: 60%;
	height: auto;
}

@media screen and (min-width: 1300px) {
	
	.mw-media-composition-signature {
		right: calc(100% + calc( 5* var(--mw-container-padding-x)));
	}

}
@media screen and (min-width: 1600px) {
	
	.mw-media-composition-signature {
		right: calc(100% + calc( 6* var(--mw-container-padding-x)));
	}

}



.mw-media-composition.is-animated .mw-media-composition-signature{
	animation: moveSignature 1.6s ease forwards;
	animation-delay: 1s;
}

.mw-media-composition-lock-top {
	position: absolute; 
	top: 0;
	left: 10%;
	width: 80%;
	height: 50%;
	background: url("../../demo/schloss-top.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	z-index: 10;
}
.mw-media-composition-lock-body {
	position: absolute; 
	bottom: 10%;
	left: -10%;
	width: 120%;
	height: 50%;
	background: url("../../demo/schloss-bottom.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 20;
	background-size: contain;
	background-size: contain
}

@media screen and (max-width: 900px) {
	
	.mw-media-composition-signature {
		right: calc(100% + 200px);
	}

}

@media screen and (max-width: 600px) {
	
	.mw-media-composition-lock-top {
	position: absolute; 
	top: -20px;
	left: 5%;
	width: 90%;
	height: 60%;
	}
	.mw-media-composition-lock-body {
		bottom: 10%;
		left: -10%;
		width: 120%;
		height: 60%;
	}

}


#main-content .mw-section--two-col .mw-section__content-body p:first-child {
	font-size: calc(var(--mw-font-size-base) * 1.5);
}


.mw-portrait {
	width: 100%;
	overflow: hidden
}

.mw-portrait__inner {
	width: calc(100% - calc( var(--mw-container-padding-x-lg) * 2 ) ) ;
	margin: 0 auto;
}

.mw-portrait__bg {
  background-image: url('../../demo/betonwand-michael.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 0
}

/* Grid Layout */
.mw-portrait__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 70px;
}
.mw-portrait__button:focus {
  outline: 2px solid #000;
  outline-offset: 3px;
}

/* Bild links unten bündig */
.mw-portrait__image {
  display: flex;
  align-items: flex-end;
  position: relative
}

.mw-portrait__text {
	padding: 60px 0 90px
}

.mw-portrait__text h2 span {
	display: block
}

.mw-portrait__text ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 30px 0
}
.mw-portrait__text li {
	background: rgba(255, 255, 255, 0.908);
	list-style-type: none;
	position: relative;
	padding: 10px 100px 10px 30px;
	margin: 0 0 5px 0;
	position: relative;
	border-left: 10px solid var(--mw-color-green);
}

.mw-portrait__image img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 20
}
.mw-portrait__image:after {
	content:'';
	width: 100%;
	height: 100%;
	background-image: url('../../demo/portrait-schatten.png');
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	opacity: 0.5
	
}

/* Text rechts vertikal zentriert */
.mw-portrait__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1000
}

/* Typo */
.mw-portrait__text h2 {
  margin-bottom: 20px;
  font-size: 5rem;
}

.mw-portrait__text h2 span {
	font-weight: 300
}

.mw-portrait__text p {
  margin-bottom: 20px;
}

.mw-logo-portrait {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% +  var(--mw-container-padding-x-lg));
	z-index: 100;
	height: auto;
}


/* CTA Button */
.mw-portrait__button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--mw-color-green);
  color: #000;
  font-weight: 800;
  border-radius: 7px;
  font-size: calc(var(--mw-font-size-base) * 1.2);
  text-decoration: none;
  transition: 0.3s;
}

.mw-portrait__button:hover {
  background-color: #333;
  color: #fff
}

/* Tablet */
@media (max-width: 1024px) {
  .mw-portrait__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .mw-portrait__text {
    text-align: center;
    align-items: center;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .mw-portrait__bg {
    padding: 60px 15px;
  }

  .mw-portrait__text h2 {
    font-size: 1.6rem;
  }

  .mw-portrait__text p {
    font-size: 0.95rem;
  }

  .mw-portrait__text ul {
    text-align: left;
  }

  .mw-portrait__button {
    width: 100%;
    text-align: center;
  }
}


#main-content p {
	font-size: var(--mw-font-size-base);
}


.quote {
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  width: 100%
}

.mw-quote-container blockquote{
	position: relative;
	padding: 90px 0 0 200px
}
.mw-quote-container blockquote:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background: url("../../demo/quote-icon.svg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat
}  

.mw-quote-container p {
	max-width: 100%;
	position: relative;
	z-index: 100;
}

.mw-quote-container figcaption span {
	display: inline-block;
	width: 40px;
	color: #fff;
	position: relative
}

.mw-quote-container figcaption span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	background: #000;
	height: 2px;
}

.mw-quote-container figure {
	width: 100%;
}

#main-content .quote p {
  margin: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3em;
}

.quote figcaption {
  margin-top: 1rem;
  font-size: 2rem;
  color: #555;
  text-align: right
}

@media (max-width: 900px) {
	.mw-quote-container blockquote{
		position: relative;
		padding: 150px 0 0 0
	}
	.quote figcaption {
		text-align: center;
		padding: 30px 0 0 0
	}
	
	.mw-quote-container blockquote:before {
		left: 0;
		top: 0;
		width: 100%;
		height: 300px;
		background: url("../../demo/quote-icon.svg");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat
	}  
	
}


/* Responsive Anpassung */
@media (max-width: 600px) {
  .quote {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}




.blog-section {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-title {
  text-align: center;
  font-size: 6rem;
  margin-bottom: 5rem;
  line-height: 1.1em;
  color: var(--mw-color-deep-teal)
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Blog Card */
.blog-card {
  padding: 3rem;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* 👉 mittlere Spalte jeder Reihe hervorheben */
.blog-card:nth-child(3n + 2) {
  background: #fff;
  -webkit-box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
  box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
}

/* Datum */
.blog-date {
  font-size: 1.6rem;
  color: #666;
}

/* Headline */
.blog-headline {
  font-size: 3rem;
  margin: 0;
}

/* Teaser */
.blog-teaser {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Button */
.blog-button {
	margin-top: auto;
	display: inline-block;
	border-radius: 0.5rem;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-weight: 800;
	font-size: 2rem;
	flex: 0 0 auto;   /* wichtig: verhindert Stretching */
	width: auto;      /* sicherstellen */
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.blog-button:before {
	width: 50px;
	height: 50px;
	background: var(--mw-color-green);
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	margin: -25px 0 0 0;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.blog-button span {
	z-index: 100;
	position: relative
}


/* Hover (mit Fokus für Accessibility) */
.blog-button:hover,
.blog-button:focus {
  /* outline: 2px solid #000;
  outline-offset: 2px; */
  color: #fff
}

.blog-button:hover:before {
	background: var(--mw-color-deep-teal);
	width: calc(100% + 40px);
}

/* 📱 Responsive */
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card:nth-child(3n + 2) {
    background: #ffffff; /* Highlight deaktivieren bei 2 Spalten */
  }

  .blog-card:nth-child(2n) {
    background: #f5f7ff; /* neue mittlere Wirkung */
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    background: #ffffff !important;
  }
}



.site-footer {
  background: var(--mw-color-deep-teal); /* dunkles Petrol */
  color: #ffffff;
  padding: 40px 20px 40px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr minmax(0, 300px);
  gap: 40px;
  align-items: start;
}

/* linke Spalte */
.footer-left svg {
  width: 40%;
  height: auto;
  display: block;
  text-align: left;
}

/* rechte Spalte */
.footer-right-inner {
  padding-right: 30px;
}

 .social-links  {
	 padding: 0 0 80px 0
 }
.footer-right .social-links svg {
	width: 40px;
	height: 40px;
}



.footer-right address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-right address h3, 
.footer-right address p {
	font-size: var(--mw-font-size-base);
	line-height: 1.7em
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer-links li {
  display: inline-block;
  margin: 10px 20px 0 0
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative
}
.footer-links a:before {
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	content: '';
}

.footer-links a:hover {
  text-decoration: none;
}
.footer-links a:hover::before {
	width: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-left img {
    width: 60%;
  }

  .footer-right-inner {
    padding-right: 0;
  }
}


section {
  scroll-margin-top: 150px; /* Höhe deines Headers */
}

.mw-formular-section-headline {
	text-align: center;
	padding: 90px 0 40px 0;
}
.mw-formular-section-headline h2 {
	font-size: 5rem;
	color: var(--mw-color-deep-teal);
	
}

.mw-section__container-form-inner {
	max-width: 800px;
	margin: 0 auto
}

..mw-section__container-form-inner .wpforms-field-radio li {
	display: inline-block !important
} 
.wpforms-field-radio ul {
grid-template-columns: repeat(6, 1fr) !important;
}
@media screen and (max-width: 900px) {
	.wpforms-field-radio ul {
	grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media screen and (max-width: 600px) {
	.wpforms-field-radio ul {
	grid-template-columns: repeat(2, 1fr) !important;
	}
}
.mw-section__container-form-inner input,
.mw-section__container-form-inner textarea {
	-webkit-box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.2) !important;
	box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.2) !important;
}

.wpforms-submit-container {
	text-align: center;
	padding: 0 0 80px 0 !important
}

.wpforms-submit-container button {
	background: var(--mw-color-green) !important;
	color: #000 !important;
	letter-spacing: 1px !important; 
	font-weight: 800 !important;
	border-radius: 8px !important;
	padding: 20px 80px 20px 30px !important;
	height: auto !important;
	position: relative !important
}
.wpforms-submit-container button:after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	width: 60px;
	height: 50%;
	background: url("../../demo/Arrow-Formular.svg");
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center
}

.page-template-page-defaultContent p {
	max-width: 100%
}

.mw-header-spacer {
	height: 205px
}

body.no-hero .mw-header {
	background:  var(--mw-color-deep-teal);
} 
body.no-hero.error404 .mw-header,
body.no-hero.home .mw-header {
	background: none
}

.mw-defaultContent-Container, 
.mw-row {
	max-width: var(--mw-container-max-width);
	margin: 100px auto;
	padding-left: var(--mw-container-padding-x);
	padding-right: var(--mw-container-padding-x);
}

.mw-row {
	margin: 0 auto
}

.mw-centered-text {
  padding: 60px 20px;
}

.mw-centered-text__inner {
  margin: 0 auto;
  text-align: center;
  max-width: 70vw
}

@media screen and  (min-width: 1200px) {
	
	.mw-centered-text__inner {
	  max-width: 50vw
	}
}


/* Headline */
.mw-centered-text__headline {
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 1.2;
}

/* Text */
.mw-centered-text__text {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Button */
.mw-centered-text__button {
  display: inline-block;
  padding: 12px 24px;
  background: var(--mw-color-green);
  color: var(--mw-color-deep-teal);
  text-decoration: none;
  border-radius: 7px;
  transition: 0.2s ease;
  font-weight: 600
}

.mw-centered-text__button:hover {
  opacity: 0.85;
}

 .mw-centered-text p {
	 max-width: 100%
 }
 
/* =========================
   TABLET
========================= */
@media (min-width: 768px) {
  .mw-centered-text {
    padding: 80px 40px;
  }

  .mw-centered-text__headline {
    font-size: 2.25rem;
  }

  .mw-centered-text__text {
    font-size: 1.125rem;
  }

  .mw-centered-text__button {
    padding: 14px 28px;
  }
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 1200px) {
  .mw-centered-text {
    padding: 0 60px;
  }

  .mw-centered-text__headline {
    font-size: 2.75rem;
  }

  .mw-centered-text__text {
    font-size: 1.25rem;
  }
}




/* Grundlayout */
.content-grid {
  display: grid;
  gap: 2rem;
}

/* dynamische Spalten */
.content-block--count-1 .content-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

.content-block--count-2 .content-grid {
  grid-template-columns: repeat(2, 1fr);
}

.content-block--count-3 .content-grid,
.content-block--count-4 .content-grid,
.content-block--count-multiple .content-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.flexibel-block-headline h2 {
	font-size: 3rem;
	color: var(--mw-color-deep-teal);
	text-align: center
}
.flexibel-block-headline {
	padding: 0 0 40px 0
}

.content-block--template-Grey {
	background: #f1f1f1;
	padding: 70px 0
}

/* Einzelspalte: schöner Content-Lesebereich */
.content-block.is-single .content-item {
  max-width: 700px;
  text-align: center;
}

/* Headline */
.block-headline {
  text-align: center;
  margin-bottom: 2rem;
}

/* Accessibility */
.content-item:focus-within {
  outline: 2px solid #000;
  outline-offset: 4px;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .content-block--count-2 .content-grid,
  .content-block--count-3 .content-grid {
    grid-template-columns: 1fr;
  }
}

.item-num-headline h3 {
	font-size: 8rem;
	margin: 0 0 20px 0;
	color: var(--mw-color-deep-teal);
}

.content-item.content-num-item {
	text-align: center
}

.spacer {
    width: 100%;
}

.spacer--small {
    height: 20px;
}

.spacer--medium {
    height: 40px;
}

.spacer--large {
    height: 80px;
}

.spacer--xlarge {
    height: 120px;
}

.mw-header__list a {
	position: relative
} 
.mw-header__list a:before {
	content:'';
	position: absolute;
	left: -10px;
	top: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 100;
	-webkit-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
}
.mw-header__list a span {
	position: relative;
	z-index: 200
}
.mw-header__list .current-menu-item a {
	color: var(--mw-color-deep-teal)
}
.mw-header__list .current-menu-item a:before {
	background: var(--mw-color-green)
}

.leadText {
	background: var(--mw-color-deep-teal);
	color: #fff;
	padding: 80px 0
}

.leadText h2 {
	font-size: 4rem;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	color: var(--mw-color-green)
}
.leadText {
	font-weight: 500
}

.mw--form-main-wrapper {
	--wpforms-page-break-color: var(--mw-color-deep-teal);
	--wpforms-button-background-color: var(--mw-color-deep-teal);
}


.mw--form-main-wrapper-inner {
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
	  box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
}

#main-content .contact-textsection .mw-centered-text__text a {
	font-weight: 800
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
	text-align: end
}

.mw--form-main-wrapper div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,
.mw--form-main-wrapper div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, 
.mw--form-main-wrapper div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, 
.mw--form-main-wrapper div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, 
.mw--form-main-wrapper div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
	display: block
}



#main-content .contact-textsection .mw-centered-text__text p:last-child {
  font-size: calc(var(--mw-font-size-base) * 0.8);
  opacity: .9
}



.mwblog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.mwblog-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

.mwblog-item {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 1.5rem;
}

.mwblog-title {
    font-size: 3.5rem;
    margin: 0 0 0.5rem;
}

.mwblog-title a {
    text-decoration: none;
    color: #000;
}

.mwblog-title a:focus,
.mwblog-title a:hover {
    text-decoration: underline;
}

.mwblog-meta {
    font-size: 0.9rem;
    color: #666;
}

.mwblog-excerpt {
    margin: 1rem 0;
}

.mwblog-readmore {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

.mwblog-readmore:focus,
.mwblog-readmore:hover {
    text-decoration: underline;
}

/* Tablet */
@media (min-width: 600px) {
    .mwblog-list {
	grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 900px) {
    .mwblog-list {
	grid-template-columns: repeat(2, 1fr);
    }
}

.mwblog-header h1 {
	font-size: 4rem;
	line-height: 1.2em;
	letter-spacing: -1px;
}

.mwblog-content h2 {
	font-size: 3rem;
	line-height: 1.2em;
	margin: 20px 0 10px
}

.mwblog-footer a {
	background: var(--mw-color-green);
	display: inline-block;
	padding: 10px 20px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}

.mwblog-content h3 {
	font-size: 2rem;
	line-height: 1.2em;
	margin: 20px 0 5px
}
.mwblog-single {
    max-width: 800px;
    margin: 0 auto;
}

.mwblog-content {
    margin: 2rem 0;
    line-height: 1.6;
}

.mwblog-back {
    display: inline-block;
    margin-top: 2rem;
    text-decoration: none;
    font-weight: bold;
}

.mwblog-item--inner {
	padding: 35px
}

.mwblog-back:hover,
.mwblog-back:focus {
    text-decoration: underline;
}

.mwblog-list .mwblog-item {
	background: #fff;
	-webkit-box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
	box-shadow: 30px 30px 80px 0 rgba(0,0,0,0.1);
}