/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
	background-color: #FAF9F6;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "fira-sans", sans-serif;
	color: #000000;
	margin: 0px;
	line-height: 1.6;
	font-size: 17px;
	scroll-behavior: smooth;
	font-weight: 200;
}
h1, h2 {
	font-family: "fira-sans", sans-serif;
	font-size: 48px;
	color: #000000;
	margin: 0 auto 10px;	
	line-height: 1.2;
	font-weight: 600;
}
h3, h4, h5, h6 {
	font-family: "fira-sans", sans-serif;
	font-size: 1.5rem;
	color: #000000;
	text-transform: none;
	margin: 0 auto 40px;	
	line-height: 1.2;
	font-weight: 800;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
a:active, a:hover {
	color: #24ffb0;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
strong{
	font-weight:600;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 100px!important;
}
.margin_unten{
	margin-bottom: 100px!important;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}

/* //////////////////////////////////// Header //////////////////////////////////// */
/* Grundlayout Header */
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 0; /* oben / links / rechts 40px, unten 0 */
  box-sizing: border-box;
  z-index: 999;
}
/* 3-Spalten-Layout: Seiten gleich breit, Mitte auto */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* links/rechts gleich breit */
  align-items: center;
  column-gap: 40px;
}
/* Spalten */
.header-col-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* Logo */
.header-logo img {
  max-height: 50px;
  width: auto;
  display: block;
}
.header-logo-text {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
/* Navigation + Sprachen mittig */
.header-center-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* Menü "Menu de" */
.header-nav .header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.header-nav .header-menu > li {
  position: relative;
}
.header-nav .header-menu a {
  text-decoration: none;
}
/* Sprachen DE / EN / IT */
.header-languages {
  font-size: 14px; /* etwas kleiner als Navi */
}
.header-languages .lang-link {
  text-decoration: none;
  opacity: 0.7;
}
.header-languages .lang-active {
  font-weight: 600;
  opacity: 1;
	color: #24ffb0;
}
.header-languages .lang-separator {
  opacity: 0.5;
}
/* Social Links (wie im Footer) */
.header-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-social.footer-social svg {
  width: 24px;
  height: 24px;
}
.header-social.footer-social svg path {
  fill: #000000;
  transition: fill 0.2s ease;
}
/* Allgemeine Link-Hover-Farbe inkl. Icons */
.header-main a {
  color: inherit;
  padding-bottom: 2px;
  font-weight: 500;
	border-bottom: 2px solid transparent;
  transition: .3s linear;
}
.header-main a:hover {
	border-bottom: 2px solid #24ffb0;
}
.header-social.footer-social .footer-social-link:hover svg path {
  fill: #24ffb0;
}
/* Responsive */
@media (max-width: 1024px) {
  .header-center-inner {
    gap: 16px;
  }
  .header-nav .header-menu {
    gap: 14px;
  }
}
@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr; /* Spalten untereinander */
    row-gap: 16px;
    text-align: center;
  }
  .header-col-left,
  .header-col-center,
  .header-col-right {
    justify-content: center;
  }
  .header-center-inner {
    flex-direction: column;
  }
  .header-nav .header-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .header-main {
    padding: 20px 20px 0;
  }
  .header-logo img {
    max-height: 40px;
  }
  .header-nav .header-menu a {
    font-size: 14px;
  }
  .header-languages {
    font-size: 11px;
  }
}


/* //////////////////////////////////// CONTENT //////////////////////////////////// */
/* Fullwidth-Section für den Hero */
.fullwidth.hero-header {
  width: 100%;
  box-sizing: border-box;
}
/* Bild-Container: ca. 90vh hoch, Bild mit object-fit */
.hero-header-image-wrap {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 400px;
  max-height: 900px;
  overflow: hidden;
}
.hero-header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
/* Wrapper unterhalb des Bildes */
.hero-header .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.hero-header .w960 {
  max-width: 960px;
  margin: 0 auto;
}
/* Titel unter dem Bild, zentriert */
.hero-title {
  margin: 60px 0 0;    /* Abstand oben nach dem Bild */
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}
/* Textbereich: 50px Abstand unter dem Titel, 2 Spalten */
.hero-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 30px;
  margin-top: 50px;
}
.hero-text-col p {
  margin-top: 0;
}
/* --- Responsive --- */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-header-image-wrap {
    height: 70vh;
    min-height: 320px;
  }
  .hero-title {
    font-size: 30px;
    margin-top: 40px;
  }
  .hero-text-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media (max-width: 480px) {
  .hero-header-image-wrap {
    height: 60vh;
    min-height: 260px;
  }
  .hero-title {
    font-size: 26px;
    margin-top: 30px;
  }
}



/* Gemeinsame Titel / Texte */
.section-title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
}
.section-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

/* ==========================
   SPORT
========================== */
.section-sport .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-sport .w960 {
  max-width: 960px;
  margin: 0 auto;
}
/* Bild Sport 4:3, zentriert */
.section-image-sport-wrap {
  margin: 0 auto;
}
.section-image-sport-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;        /* 4:3 Format */
  overflow: hidden;
}
.section-image-sport {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Repeater Sport: 4 Spalten */
.sport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.sport-card {
  text-align: left;
}
/* Bild 1:1, 40px nach unten Abstand */
.sport-card-image-wrap {
  text-align: center;
}
.margin_unten40 {
  margin-bottom: 40px;
}
.sport-card-image-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;        /* 1:1 Format */
  overflow: hidden;
}
.sport-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sport-card-title {
  font-size: 20px;
  margin: 0 0 10px;
}
.sport-card-text {
  font-size: 15px;
  line-height: 1.5;
}

/* ==========================
   KULINARIK
========================== */
.section-kulinarik .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-kulinarik .w960 {
  max-width: 960px;
  margin: 0 auto;
}
/* Bild Kulinarik (kein fixes Seitenverhältnis vorgegeben) */
.section-image-kulinarik-wrap {
  margin: 0 auto;
}
.section-image-kulinarik {
  width: 100%;
  height: auto;
  display: block;
}
/* 4 Spalten Bilder (1:1) */
.kulinarik-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.kulinarik-card-image-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.kulinarik-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* 2 Spalten Text am Ende */
.kulinarik-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 30px;
}
.kulinarik-text-col {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

/* ==========================
   Responsive
========================== */
@media (max-width: 1200px) {
  .sport-grid,
  .kulinarik-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .sport-grid,
  .kulinarik-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-title {
    font-size: 28px;
  }
  .section-text {
    font-size: 18px;
  }
  .kulinarik-text-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .sport-grid,
  .kulinarik-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 24px;
  }
  .section-text {
    font-size: 17px;
  }
}

/* Section-Hintergrund & Abstände */
.apartment-section {
  width: 100%;
  background-color: #fffaf7;
}
.apartment-section--alt {
  background-color: #fbf4ef;
}
.apartment-section .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: border-box;
}
.paddingtop_no{
	padding-top:0!important;
}
/* 2 Spalten mit Gap 100px – jetzt 45% / 55% */
.apartment-row {
  display: flex;
  align-items: flex-start;
}
.apartment-row--reverse {
  flex-direction: row-reverse;
}
.apartment-col-text {
  flex: 0 0 45%;
}
.apartment-section--alt .apartment-col-text {
  padding-left: 40px; 
}
.apartment-section--light .apartment-col-text {
  padding-right: 40px; 
}
.apartment-col-media {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Bild & Icons nach rechts */
}
/* wenn Bild links ist (row--reverse) alles nach links ausrichten */
.apartment-row--reverse .apartment-col-media {
  align-items: flex-start;
}
/* Titel & Text */
.apartment-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.3;
}
.apartment-description {
  font-size: 16px;
  line-height: 1.6;
}
/* Button "Jetzt anfragen" */
.apartment-cta {
  margin-top: 30px;
}
.apartment-inquiry-btn {
  display: inline-block;
  padding: 12px 26px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.apartment-inquiry-btn:hover {
  background-color: #222222;
  transform: translateY(-1px);
}
/* Bild-Spalte: 1:1, weniger runde Ecken, Schatten */
.apartment-image-wrap {
  width: 100%;
  margin: 0;
}
.apartment-image-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* overflow: hidden;  --> raus, damit Badge nicht abgeschnitten wird */
  overflow: visible;
  border-radius: 6px; /* viel weniger abgerundet */
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.apartment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
}
/* Badge über linker unterer Ecke (innen rechts unten sichtbar, nicht mehr abgeschnitten) */
.apartment-badge {
  position: absolute;
  left: 50px;
  bottom: 0;
  transform: translate(-40%, 40%);
  background-color: #24ffb0;
  color: #000000;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  font-size: 14px;
  min-width: 150px;

  /* NEU: alles zentrieren */
  display: flex;
  flex-direction: column;
  align-items: center;       /* horizontal zentriert */
  text-align: center;        /* Text zentriert */
}
.apartment-section--alt .apartment-badge {
  right: -90px;
	left: inherit;
}
.apartment-price {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
}
.apartment-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 6px;
}
.apartment-star-icon svg {
  width: 14px;
  height: 14px;
}
.apartment-persons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.apartment-persons-icon svg {
  width: 14px;
  height: 14px;
}
.apartment-parking-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.apartment-parking-icon svg {
  width: 14px;
  height: 14px;
}
.apartment-stars,
.apartment-persons,
.apartment-parking-info {
  justify-content: center;
  text-align: center;
}
/* Leistungen-Icons unter dem Bild, bündig mit Bildkante */
.apartment-services-icons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.apartment-section--alt .apartment-services-icons {
  justify-content: flex-start; /* immer links im Container */
}
.apartment-section--light .apartment-services-icons {
  justify-content: flex-end; /* immer links im Container */
}
/* da der Container selbst links/rechts ausgerichtet ist,
   liegt seine Kante immer genau auf der Bildkante */
.apartment-service-icon svg {
  width: 20px;
  height: 20px;
}
/* Slide-In Anfrage Panel (unverändert) */
.apartment-inquiry-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
	min-width: 360px;
  max-width: 100%;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -8px 0 25px rgba(0,0,0,0.25);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1200;
}
.apartment-inquiry-panel.is-open {
  transform: translateX(0);
}
.apartment-inquiry-inner {
  position: relative;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.apartment-inquiry-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}
.apartment-inquiry-inner h3 {
  margin: 0 30px 16px 0;
  font-size: 20px;
}
.apartment-inquiry-content {
  font-size: 14px;
  line-height: 1.5;
  overflow-y: auto;
  margin-top: 10px;
}
/* Responsive */
@media (max-width: 1024px) {
  .apartment-row {
  }
}
@media (max-width: 900px) {
  .apartment-row,
  .apartment-row--reverse {
    flex-direction: column;
    gap: 40px;
  }
  .apartment-col-text,
  .apartment-col-media {
    flex: 0 0 100%;
  }
  .apartment-col-media,
  .apartment-row--reverse .apartment-col-media {
    align-items: flex-start; /* auf Mobile einfach links */
  }
  .apartment-image-wrap,
  .apartment-services-icons {
    max-width: 100%;
  }
  .apartment-section .w1280 {
    padding: 70px 20px;
  }
	.apartment-badge {
	  left: 80px;
	}
	.apartment-section--alt .apartment-badge {
	  right: -60px;
	}
}
@media (max-width: 600px) {
  .apartment-title {
    font-size: 26px;
  }
  .apartment-section .w1280 {
    padding: 60px 16px;
  }
}
@media (max-width: 450px) {
	.apartment-services-icons {
	  gap: 10px;
	}
}
/* Swiper-Container: sorgt dafür, dass nur ein "Streifen" sichtbar ist */
.apartment-gallery-swiper {
  position: relative;
  width: 100%;
  overflow: hidden; /* wichtig, sonst siehst du alle Slides untereinander */
}
/* Swiper-Wrapper: als Reihe, nicht untereinander */
.apartment-gallery-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;   /* keine zweite Reihe */
}
/* Jede Slide: nicht schrumpfen, als "Slide" nebeneinander */
.apartment-gallery-swiper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
}
.apartment-gallery-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 100px;
  box-sizing: border-box;
}
.apartment-gallery {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
}
.apartment-gallery-nav {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apartment-gallery-nav svg {
  width: 18px;
  height: 18px;
}
.apartment-gallery-swiper {
  width: 100%;
}
/* 3:2 */
.apartment-gallery-image-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 6px;
}
.apartment-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}



/* Section-Wrapper */
.apartment-teaser-section .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.apartment-teaser-section .w960 {
  max-width: 960px;
  margin: 0 auto;
}
/* Grid: 2 Boxen nebeneinander, gap 80px */
.apartment-teaser-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
/* Gesamte Box ist Link */
.apartment-teaser-box {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.apartment-teaser-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}
/* Linke Seite: Bild + Text */
.apartment-teaser-main {
  display: flex;
  flex: 1 1 auto;
  gap: 15px;
  align-items: center;
}
/* Bild links, 4:3, object-fit */
.apartment-teaser-image-wrap {
  flex: 0 0 40%;
  max-width: 40%;
}
.apartment-teaser-image-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
}
.apartment-teaser-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Text rechts daneben */
.apartment-teaser-content {
  flex: 1 1 0;
}
.apartment-teaser-title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}
/* Sterne in Gelb */
.apartment-teaser-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 6px;
}
.apartment-teaser-star-icon svg {
  width: 14px;
  height: 14px;
  fill: #FFD600; /* gelb */
}
/* Preis */
.apartment-teaser-price {
  font-size: 16px;
  font-weight: 600;
}
/* Rechte Seite: Pfeil-Balken in #24ffb0, volle Höhe */
.apartment-teaser-arrow {
  flex: 0 0 auto;
  background-color: #24ffb0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.apartment-teaser-arrow svg {
  width: 22px;
  height: 22px;
}
a:hover .apartment-teaser-arrow svg {
  color:#666666;
}
.absolutebox{
	position:absolute;
	z-index: 9;
	bottom: 100px;
	left:0;
}
.absolutebox .w960{
	margin: 0 100px 0 0;
	float: right;
}
/* Responsive */
@media (max-width: 1000px) {
  .apartment-teaser-grid {
    grid-template-columns: 1fr;
    gap: 20px;
	  display: flex;
  }
	.apartment-teaser-box {
	  display: flex;
	  align-items: stretch;
	  text-decoration: none;
	  color: inherit;
	  border: 1px solid rgba(0,0,0,0.12);
	  border-radius: 10px;
	  overflow: hidden;
	  background-color: #ffffff;
	  transition: transform 0.15s ease, box-shadow 0.15s ease;
	  max-height: 140px;
	  width: 80%;
	  margin: 0 auto;
	}
	.absolutebox .w960 {
	  margin: 0 20px;
	  float: right;
	}
	.apartment-teaser-title {
	  font-size: 18px;
	  line-height: 1.2;
	}
	.absolutebox {
	  bottom: 40px;
	}
}
@media (max-width: 750px) {
  .apartment-teaser-grid {
    grid-template-columns: 1fr;
    gap: 20px;
	  display: grid;
  }
	.apartment-teaser-box {
	  max-height: 100px;
	}
}
@media (max-width: 500px) {
	.apartment-teaser-stars{
		display:none;
	}
	.apartment-teaser-arrow {
	  padding: 0px 0px;
	}
	.apartment-teaser-arrow svg {
	  width: 14px;
	  height: 14px;
	}
}




/* Vollbreiter Verlauf-Overlay unter dem Header */
.header-gradient-overlay {
  position: absolute;
  top: 0;             /* direkt am Header dran */
  left: 0;
  width: 100%;
  height: 220px;      /* Höhe des Verlaufs – kannst du anpassen */
  pointer-events: none; /* wichtig: nichts blockieren */
  z-index: 50;         /* unter deinem Header, aber über dem Bild */

  background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.50) 0%,     /* oben 50% schwarz */
      rgba(255,255,255,0.40) 20%,    /* bei ~20% noch leicht */
      rgba(255,255,255,0.00) 100%    /* nach unten komplett durchsichtig */
  );
}






/* Wrapper zentrieren */
.cf7-anfrage-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: inherit; /* gleiche Schrift wie Theme */
}

/* Abstände zwischen den Feldern */
.cf7-anfrage-form .cf7-row {
  margin-bottom: 16px;
}

/* Label über den Feldern */
.cf7-anfrage-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

/* Inputs, Textarea – einheitlicher Stil */
.cf7-anfrage-form .cf7-input,
.cf7-anfrage-form input[type="text"],
.cf7-anfrage-form input[type="email"],
.cf7-anfrage-form input[type="tel"],
.cf7-anfrage-form input[type="date"],
.cf7-anfrage-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  border-radius: 0;
  background-color: #ffffff;
}

/* Textarea etwas höher */
.cf7-anfrage-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Fokuszustand */
.cf7-anfrage-form .cf7-input:focus,
.cf7-anfrage-form input[type="text"]:focus,
.cf7-anfrage-form input[type="email"]:focus,
.cf7-anfrage-form input[type="tel"]:focus,
.cf7-anfrage-form input[type="date"]:focus,
.cf7-anfrage-form textarea:focus {
  outline: none;
  border-color: #24ffb0;
  box-shadow: 0 0 0 1px rgba(36,255,176,0.5);
}

/* Datenschutz-Checkbox-Text */
.cf7-anfrage-form .cf7-datenschutz {
  font-size: 13px;
  line-height: 1.5;
}

.cf7-anfrage-form .cf7-datenschutz a {
  text-decoration: underline;
}

/* Submit-Button – volle Breite, zentriert, BG #24ffb0 */
.cf7-anfrage-form .cf7-submit-row {
  margin-top: 20px;
}

.cf7-anfrage-form input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #24ffb0;
  color: #000000;
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.03em;
}

.cf7-anfrage-form input[type="submit"]:hover {
  background-color: #1ed89a;
}

/* CF7 Fehlermeldungen minimal anpassen (optional) */
.cf7-anfrage-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d8000c;
  margin-top: 3px;
}

.cf7-anfrage-form div.wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 14px;
}







/* //////////////////////////////////// Footer //////////////////////////////////// */
footer.fullwidth.footer-main {
  width: 100%;
  background-color: #fbf4ef;
  padding: 50px 0;
  font-size: 14px;
  line-height: 1.5;
}
footer.fullwidth.footer-main .w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* obere w1280: Abstand + Border unten */
footer.fullwidth.footer-main .w1280:first-of-type {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* Spalten-Layout */
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 0;
  min-width: 240px;
}
/* Linke Spalte */
.footer-address {
  margin-bottom: 10px;
}
.footer-mwst {
  margin-top: 40px;
}
.footer-label {
  font-weight: 600;
  margin-right: 6px;
}
.footer-contact a {
  text-decoration: none;
}
/* Social Icons */
.footer-social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-social-link svg {
  width: 28px;
  height: 28px;
}
.footer-social-link svg path {
  fill: #000000;
  transition: fill 0.2s ease;
}
/* Mittlere Spalte */
.footer-col-center {
  display: flex;
  align-items: start;
  justify-content: center;
}
.footer-logo img {
  max-width: 250px;
  height: auto;
  width: auto;
}
/* Rechte Spalte: Menü */
.footer-col-right {
  display: flex;
  justify-content: flex-end;
}
.footer-nav .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
	text-align: right;
}
.footer-nav .footer-menu li {
  margin-bottom: 4px;
}
.footer-nav .footer-menu a {
  text-decoration: none;
	font-weight: 600;
}
/* DSGVO / Impressum */
.impressum {
  text-align: center;
  padding-top: 15px;
}
.impressum a {
  margin: 0 10px;
  font-size: 13px;
  text-decoration: none;
}
/* Allgemeine Link-Hover-Farbe inkl. Icons */
.footer-main a {
  color: inherit;
  transition: color 0.2s ease;
}
.footer-main a:hover {
  color: #24ffb0;
}
.footer-social-link:hover svg path {
  fill: #24ffb0;
}
/* Responsive */
@media (max-width: 900px) {
  .footer-columns {
    gap: 30px;
  }
	.footer-col {
	  min-width: 200px;
	}
	.footer-logo img {
	  max-width: 200px;
	}
}
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
  }
  .footer-col-right {
    justify-content: center;
  }
  .footer-col-center {
    justify-content: center;
  }
	.footer-nav .footer-menu {
	  text-align: center;
	}
	.footer-social {
		text-align: center;
		display: inherit;
	}
	.footer-logo img {
	  max-width: 100px;
	}
}
@media (max-width: 480px) {
  .impressum a {
    display: inline-block;
    margin: 0 5px 5px;
  }
  .footer-logo img {
    max-height: 60px;
  }
}
.footer-nav .footer-menu li.navmargin{
	margin-bottom:20px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}