* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  text-decoration: inherit;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.6;
  font-family: "roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Schriften importieren*/
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 100 900;
  src: url(/wp-content/bandf-files/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

body,
h1,
h2,
h3,
h4,
p,
li,
td,
a {
  font-family: "roboto" !important;
}

p,
li,
td {
  color: var(--clr-font-grey);
}

h1 {
  font-weight: 400;
  font-size: 47px;
  line-height: 130%;
}

h2 {
  color: var(--clr-font-green);
  font-size: 25px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

:root {
  /*Farben*/
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-font-grey: #6f6f6e;
  --clr-font-green: #8eb847;
  --clr-bg-green: rgba(144, 179, 82, 0.15);



  /*Typographie*/
  font-family: "roboto", sans-serif;
  font-display: swap;
}

.fixed-size {
  max-width: 1200px;
  margin-inline: auto !important;
}

.header {
  position: relative;
}

.el {
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
}

.img-header img {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: -160px;

}

.green {
  color: var(--clr-font-green);
}

.header-background {
  z-index: 3;
  background-color: var(--clr-font-green);
  padding: 45px 0px;
  opacity: 0.85;
}

.header-content {
  z-index: 4;
  display: flex;
  gap: 150px !important;
  max-width: 1600px;
}

.wp-block-site-logo img {
  width: 300px !important;
  height: auto;

}


.start-background {
  background-color: var(--clr-bg-green);
  border-radius: 20%;
  width: 21% !important;
  height: 500px;
  position: absolute;
  top: 900px;
  right: 780px;
  z-index: -1;
}

.gap {
  gap: 50px;
}

.gap2 {
  gap: 80px;
}

.start-txt {
  max-width: 40%;
  margin-inline: auto;
}

.hl {

  margin-left: -15px;
}

.evo {
  margin-top: 350px;
  margin-bottom: 150px;
}

.background-left {
  background-image: url(/wp-content/bandf-files/image/background-grey.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 394px;
  padding: 80px 50px 50px 50px;
  margin-top: -93px;
  margin-inline: auto;
}

.background-right {
  background-image: url(/wp-content/bandf-files/image/background-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 394px;
  padding: 80px 50px 50px 50px;
  margin-top: -93px;
  margin-inline: auto !important;
}

.marker::marker {
  color: var(--clr-font-green) !important;
}

.background-center {
  background-image: url(/wp-content/bandf-files/image/banner-green.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  width: 100vw;
  height: auto;
  margin-bottom: 100px;

}

.arrow img, .arrowgrey img {
  margin-right: 160px;
  width: 62px;
  height: 39px;
}

.green-dots img {
  top: 1200px;
  position: absolute;
}

.mitte {
  margin-inline: auto;
  max-width: 275px;
  position: relative;
}

.headline-green {
  margin-bottom: 100px;
}

.bottom {
  margin-bottom: 20px;
  margin-top: -60px;
}

.img-text {
  margin-inline: auto;
  margin-top: 500px;
  overflow-y: hidden;

}

.grau {
  font-weight: 300;
  color: var(--clr-font-grey);
  font-size: 18px;

}

.text-white {
  color: var(--clr-white);
}

.solution .grau {
  margin-top: 150px;
}

.logo-text {
  margin-bottom: 150px;
}

.logo-text p {
  font-size: 30px;
}

.chair-list {
  gap: 100px;
  position: relative;
}

.plus img {
    margin: 100px auto;
}

.header-box3 a {
  color: #fff !important;
}

.text-button {
  margin: 100px auto;

}

.arrow {
  margin-inline: auto;
}

.table {
  margin-bottom: 150px;
}

.background-green {
  background-color: var(--clr-font-green);
  padding: 75px 0px;
}

.background-green p {
  font-size: 18px;
  font-weight: 400;
  max-width: 96%;
}

.kontakt p {
  font-weight: 200px;
  color: var(--clr-black);
}

.cake-green, .cake-grey {
  position: relative;
  top: -23px;
  left: 92px;
  transform: translate(-16%);
}

.cake-grey {
  left: 92px;
  transform: translate(-16%);
}

.energie {
  display: flex;
  /* Icon + Text nebeneinander */
  align-items: flex-start;
  /* Text oben ausrichten */
  gap: 20px;
  /* Abstand zwischen Bild und Text */
  width: 600px;
}

.energie::before {
  content: "";
  flex: 0 0 60px;
  /* feste Breite für das Bild */
  height: 60px;
  /* Höhe des Bildes */
  background-image: url("/wp-content/bandf-files/image/energie.png");
  background-size: contain;
  /* Bild vollständig anzeigen */
  background-repeat: no-repeat;
  background-position: center;
}

.heart {
  display: flex;
  /* Icon + Text nebeneinander */
  align-items: flex-start;
  /* Text oben ausrichten */
  gap: 20px;
  /* Abstand zwischen Bild und Text */
  width: 600px;
}

.heart::before {
  content: "";
  flex: 0 0 60px;
  height: 60px;
  background-image: url("/wp-content/bandf-files/image/wohlbefinden-.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.chill {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 600px;
}

.chill::before {
  content: "";
  flex: 0 0 60px;
  height: 60px;
  background-image: url("/wp-content/bandf-files/image/entspannung.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.phone-btn {
  background-color: #666666;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  margin-inline: auto;
}

.phone-btn:hover {
  background-color: #555;
}

.phone-btn svg {
  width: 20px;
  height: 20px;
}

.call-btn {
  background-color: #666666;
  border: none;
  border-radius: 15px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  margin-inline: auto;
}

.call-btn:hover {
  background-color: #555;
}

.call-btn a {
  color: #fff !important;
  )
}

.header-content .header-box3 a {
  color: #555 !important;
}

.call-btn svg {
  width: 26px;
  height: 26px;
}

.txt-right {
  position: relative;
  background-color: #f3f7eb;
  padding: 90px 50px 50px 50px;
  border-radius: 0 0 50px 50px;
  /* runde Ecken unten */
  color: #555;
  margin-bottom: -30px;
  max-width: 508px;
  margin-inline: auto !important;
}

/* der "Cut" oben */
.txt-right::after {
  content: "";
  position: absolute;
  top: -50px;
  /* wie weit es reingeht */
  left: 0;
  width: 100%;
  height: 60px;
  background: #f3f7eb;
  z-index: -10;

}

.circle {
  position: absolute;
  top: 4130px;
  z-index: -3;
}

.background-img {
  position: relative;
  background-color: #f3f7eb;
  padding: 80px 50px 80px 140px;
  ;
  border-radius: 50px;
  /* runde Ecken unten */
  color: #555;
  margin-bottom: -30px;


}

.background-img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -150px;
  border-radius: 40px;
  width: 2001px;
  height: 100%;
  background: #f3f7eb;
  z-index: -10;



}

.solution {
  position: relative;
  background-color: #ffffff29;
  /* hellgrün/weißlich wie im Bild */
  padding: 50px;
  border-radius: 0 0 50px 50px;
  /* runde Ecken unten */
  color: #555;
  overflow-y: hidden;
  padding-bottom: revert-layer;

}

.chair {
  background: url(/wp-content/bandf-files/image/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 830PX;
  top: -25px;
  left: -50px;
}

.chair img {
  margin-top: 150px;
  margin-left: 280px;
  width: 650px;
}

.tisch {
  margin-block: auto !important;
}

.social-btn {
  --bg: #d84a4e;
  /* Rot wie im Screenshot */
  --bg-hover: #c84347;
  --bg-active: #b53b3f;
  display: inline-grid;
  place-items: center;
  inline-size: 46px;
  /* Breite */
  block-size: 32px;
  /* Höhe */
  background: var(--bg);
  color: #fff;
  /* steuert die SVG-Farbe (currentColor) */
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
  transition: background .2s ease, transform .06s ease, filter .2s ease;
  margin-inline: auto;
  margin-top: 5px;
}

.social-btn .icon {
  width: 18px;
  height: 18px;
  display: block;
}

.social-btn:hover {
  background: var(--bg-hover);
}

.social-btn:active {
  background: var(--bg-active);
  transform: translateY(1px);
}

.social-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}


.impressum {
  flex-direction: column;
  display: flex;
}

.impressum p {
  margin-inline: auto;
}

.header-box2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-box3 {

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.header-box3 p {
  margin-top: 10px;
  font-size: 18px;
}

.img-center {
  margin-block: auto !important;
}

.background-img ul li::marker {
  color: var(--clr-font-green);
  font-size: 25px;
}

.wp-block-group ul li ::marker {
  color: var(--clr-font-green);
}

.column-green * {
  margin-inline: auto !important;
}

.wp-block-column.kontakt.is-layout-flow.wp-block-column-is-layout-flow {
    margin: auto 0;
}



/* === Sidebar Basis === */
.sidebar {
  --btn-size: 60px;
  /* Breite/Höhe der Buttons */
  --btn-radius: 22px 0px 0px 22px;
  /* Rundung wie im Screenshot */
  --btn-gap: 18px;
  /* Abstand zwischen Buttons */
  --brand: #D33F45;
  /* Rotton der Kacheln */
  --icon-color: #fff;
  /* Icon-Farbe */
  --offset-from-bottom: 60vh;
  /* ≈ 70% der Höhe von unten gesehen */

  position: fixed;
  right: -15px;
  bottom: var(--offset-from-bottom);
  display: flex;
  flex-direction: column;
  gap: var(--btn-gap);
  z-index: 9999;
}

/* Button-Kacheln */
.sb-btn {
  width: calc(var(--btn-size) * 1.6);
  /* rechteckig wie im Bild */
  height: var(--btn-size);
  background: var(--brand);
  border-radius: var(--btn-radius);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

/* Icons */
.sb-btn svg {
  width: calc(var(--btn-size) * 0.55);
  height: calc(var(--btn-size) * 0.55);
  fill: var(--icon-color);
  display: block;
}

/* Optional: kleiner Hover ohne „Ausklappen“ */
.sb-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

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

/* Responsiv leicht kleiner machen */
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}


/* ========== responsiv ========== */
img,
svg,
video {
  max-width: 100%;
  height: auto;
}


/* Fluid Typo */
h1 {
  font-size: clamp(28px, 4.2vw, 47px);
}

h2 {
  font-size: clamp(24px, 2.2vw, 25px);
}

h3 {
  font-size: clamp(22px, 2.0vw, 24px);
}

.wp-block-site-logo img {
  width: clamp(220px, 40vw, 800px) !important;
}

.background-center {
  width: 100%;
}

@media (max-width: 1750px) {
  .chair img {
    margin-left: 73px;
  }

  .background-img::after {
    display: none;
  }

  .heart,
  .energie,
  .chill {
    width: 80%;
  }
}

@media (max-width: 1400px) {
	.social-btn.fb {
	display: block;
	margin: 0 auto;
}
	
	.social-btn .icon {
  width: 20px;
  height: 25px;
  display: block;
  padding-top: 5px;
}
	
  .kontakt {
    flex-direction: column;
    margin-inline: auto;
  }

  .kontakt p {
    margin-inline: auto;
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .header-content {
    gap: 24px !important;
  }

  .start-txt {
    max-width: 60%;
  }

  .background-left,
  .background-right {
    padding: 60px 40px 40px;
  }

  .chair-list {
    gap: 60px;
  }

  .fixed-size {
    max-width: 80%;
  }

  .img-header img {
    margin-top: -100px;
  }

  .cake-grey {
    top: -45px;
	left: 64px;
    transform: translate(-16%) !important;
  }

  .cake-green {
    top: -45px;
    left: 64px;
  }

  .sb-btn {
    width: calc(var(--btn-size) * 1);
  }

  .heart,
  .energie,
  .chill {
    flex-wrap: wrap;
  }

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


@media (max-width: 1024px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .start-txt {
    max-width: 78%;
  }

  .background-left,
  .background-right {
    width: min(92%, 400px) !important;
    height: 370px !important;
    padding: 80px 64px;
  }

  .grey-arrow img {
    margin-inline: auto;
  }

  .bottom {
    flex-direction: column;
	gap: 100px;
  }
	
	.column-green {
		margin-top: 50px;
	}
	
  .cake-grey, .cake-green {
	transform: translate(-10%) !important;
  }

  .background-img {
    overflow: hidden;
  }

  .txt-right {
    margin-inline: auto;
    position: unset !important;
    border-radius: 50px;
  }

  .heart,
  .energie,
  .chill {
    flex-wrap: wrap;
  }

  .chair-list {
    flex-wrap: wrap;
    gap: 0px;
  }

  .background-left::before,
  .background-right::before {
    display: none;
  }

  .gap {
    gap: 32px;
  }

  .gap2 {
    gap: 48px;
  }

  .start-background {
    right: auto;
    left: 5vw;
    top: 60vh;
    width: 36% !important;
    height: 360px;
    border-radius: 28%;
  }

  .background-img {
    padding: 60px 40px;
    border-radius: 32px;
  }

  .background-img::after {
    display: none;
  }

  .txt-right {
    padding: 70px 40px 40px;
    max-width: 560px;
  }

  .chair {
    left: 0;
    height: 680px;
  }

  .chair img {
    margin-top: 120px;
    margin-left: unset;
  }

  .header-box3 {
    flex-direction: row;
    gap: 15px;
  }
}


@media (max-width: 768px) {
  .fixed-size {
    padding-inline: 18px;
  }

  .img-header img {
    margin-top: -60px;
  }

  .headline-green,
  .logo-text,
  .table,
  .bottom {
    margin-bottom: 80px;
  }

  .evo {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .grey-arrow img {
    margin-inline: auto;
  }

  .arrowgrey img {
    margin-inline: auto;
  }

  .start-txt {
    max-width: 92%;
  }

  .mitte {
    max-width: 90%;
    text-align: center;
    list-style: none;
  }

  .background-left,
  .background-right {
    width: 116%;
    padding: 72px 54px !important;
    border-radius: 22px;
  }

  .background-green {
    padding: 50px 0;
  }

  .cake-green img,
  .cake-grey img {
    height: auto;
    margin-top: 50px;
  }

  .kontakt {
    text-align: center;
  }

  .energie,
  .heart,
  .chill {
    width: 100%;
    gap: 16px;
  }

  .energie::before,
  .heart::before,
  .chill::before {
    flex-basis: 48px;
    height: 48px;
  }

  .h3-offset {
    margin-left: 60px;
  }

  .txt-right {
    padding: 56px 40px 32px;
    max-width: 100%;
  }

  .txt-right::after {
    height: 40px;
    top: -36px;
  }

  .background-img {
    padding: 40px 28px;
  }

  .chair {
    height: 520px;
    background-size: contain;
  }

  .chair img {
    margin: 80px auto 0;
    margin-left: auto;
    display: block;
	height: 400px;
	width: auto;
  }

  .sidebar {
    display: none;
  }

  .green-dots {
    display: none;
  }
}

/* <= 576px (Phone) */
@media (max-width: 576px) {
  .fixed-size {
    padding-inline: 20px;
  }

  .img-header img {
    margin-top: -42px;
  }

  body {
    overflow-x: hidden !important;
  }

  .header-box3 a {
    display: none;
  }

  .phone-btn {
    margin: -30px;
  }

  .start-background {
    display: none;
  }

  .circle {
    display: none;
  }

  .arrow img {
    margin-right: 0;
    width: 46px;
    height: auto;
  }

  .txt-right {
    margin-inline: auto;
    position: unset !important;
    border-radius: 50px;

  }

  .background-left,
  .background-right {
    padding: 60px 35px;
  }

  .background-green p {
    font-size: 18px;
  }

  .energie::before,
  .heart::before,
  .chill::before {
    flex-basis: 40px;
    height: 40px;
  }

  .h3-offset {
    margin-left: 52px;
    margin-bottom: -60px;
  }

  .chair {
    height: 420px;
  }

  .chair img {
    margin-top: 56px;
	width: 70%;
	height: auto;
    margin-left: auto;
  }

  .solution .grau {
    margin-top: 0px;
  }

  .phone-btn,
  .call-btn {
    padding: 10px 14px;
  }

  .call-btn svg {
    width: 22px;
    height: 22px;
  }

  .kontakt {
    text-align: center !important;
    margin-right: auto !important;
  }

  .social-btn .fb {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 400px) {
  .fixed-size {
    padding-inline: 15px;
  }

  .wp-block-site-logo img {
    width: clamp(180px, 60vw, 240px) !important;
  }

  .background-green p {
    font-size: 17px;
  }
}




/*Fixes*/

.background-center {
  width: 100%;
}

.el {
  max-width: 100%;
  overflow-x: clip;
}

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

.img-header img {
  width: 100%;
  height: auto;
  margin-top: clamp(-200px, -6vw, -160px);
}

/* --- Footer nicht sprengen --- */
.footer {
  width: 100%;
	margin-top: 50px;
	box-shadow: 0px -7px 10px rgba(142, 184, 71, 0.1);
	padding: 40px 0;
}

.marker::marker {
  color: var(--clr-font-green) !important;
}

/* --- Container Logik --- */
.fixed-size {
  max-width: 1200px;
  padding-inline: 16px;
}



/* --- Sidebar: nicht über Kante ragen --- */
.sidebar {
  right: 0;
}

/* statt -15px */

/* --- Responsive Korrekturen --- */
@media (max-width: 1280px) {
  .fixed-size {
    width: min(1200px, 92%);
  }

  .header-content {
    gap: 40px !important;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {

  .background-left,
  .background-right {
    width: min(100%, 640px);
    min-height: auto;
    padding: 44px 40px;
    flex-wrap: wrap;
  }

  .background-img {
    padding: 60px 40px;
    border-radius: 32px;
    overflow: hidden;
  }

  .background-img::after {
    display: none;
  }

  /* verhindert Überlauf */
  .txt-right {
    max-width: 560px;
    margin-inline: auto;
    border-radius: 50px;
  }
}

@media (max-width: 768px) {

  .background-left,
  .background-right {
    padding: 36px 24px;
    border-radius: 22px;
	font-size: 16px;
  }

  .img-header img {
    margin-top: -24px;
  }
}

@media (max-width: 576px) {
  body {
    overflow-x: hidden !important;
  }

  .background-left img,
  .background-right img {
    background-image: none !important;
  }
	
  .background-left, .background-right {
	background-image: none;
  }

  .arrow img {
    margin-right: 0;
    width: 46px;
    height: auto;
  }

  .mitte {
    text-align: center;
  }

  .mitte li {
    list-style: none;
  }
}

.header-background {
  padding: 10px;
}

.datenschutz h2 {
  color: var(--clr-black) !important;
  max-width: 1200px;
  margin-inline: auto;
}

.bandf-color {
  background-color: var(--clr-font-green);
  opacity: 0.8;
  margin-top: 50px;
}

.bandf-img {
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;

}

.hustle-ui.module_id_1 .hustle-layout .hustle-group-content {
  margin-top: -25px;
}

.hustle-group-content img {
  margin-inline: auto;
}

@media (max-width: 480px) {
	.cake-grey, .cake-green {
        transform: translate(-15%) !important;
    }
	
	.background-left, .background-right {
        padding: 72px 0 !important;
    }
	
	.arrow, .arrowgrey {
		margin-top: 40px;
	}
	
	.solution {
    	padding: 50px 10px;
	}
}