@charset "UTF-8";
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
@font-face {
  font-family: "Playfair";
  src: url("fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Light";
  src: url("fonts/DMSans-Light.woff2") format("woff2"), url("fonts/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Bold";
  src: url("fonts/DMSans-Bold.woff2") format("woff2"), url("fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 650px) {
  .notMobile {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "DMSans-Light", sans-serif;
  font-size: 18px;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

#root {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
}

@media (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "Playfair", serif;
  text-wrap: balance;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
}
p {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  p {
    margin-bottom: 10px;
    text-wrap: pretty;
  }
}
strong {
  font-family: "DMSans-Bold", sans-serif;
}

a {
  color: rgb(147, 192, 51);
  text-decoration: none;
  transition: all ease-in 0.25s;
}

a:hover {
  color: rgb(84, 77, 64);
  text-decoration: none;
  text-decoration: none;
}

a.btnPrimary {
  background: rgb(147, 192, 51);
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 12px;
  color: white;
  margin-top: 20px;
  font-family: "DMSans-Bold", sans-serif;
}

a.btnPrimary:hover {
  background: rgb(84, 77, 64);
}

a.btnWhite {
  background: white;
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 12px;
  color: rgb(84, 77, 64);
  margin-top: 20px;
  font-family: "DMSans-Bold", sans-serif;
}

a.btnWhite:hover {
  background: rgb(84, 77, 64);
  color: white;
}

a.btnOutline {
  background: none;
  display: inline-block;
  padding: 15px 25px 15px;
  border: 2px solid rgb(147, 192, 51);
  border-radius: 12px;
  color: rgb(84, 77, 64);
  margin-top: 20px;
  font-family: "DMSans-Bold", sans-serif;
}

a.btnOutline:hover {
  background: rgb(84, 77, 64);
  color: white;
  border: 2px solid rgb(84, 77, 64);
}

a.wp-block-button__link.wp-element-button {
  background: rgb(147, 192, 51);
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 12px;
  color: white;
  margin-top: 20px;
  font-family: "DMSans-Bold", sans-serif;
}

a.wp-block-button__link.wp-element-button:hover {
  background: rgb(84, 77, 64);
}

.sectionMargin {
  margin-top: 130px;
}

.sectionMarginSmall {
  margin-top: 70px;
}

@media (max-width: 500px) {
  .sectionMargin {
    margin-top: 70px;
  }
  .sectionMarginSmall {
    margin-top: 40px;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  width: min(90%, 100rem);
}

main {
  padding-top: 170px;
}
main:has(#hero) {
  padding-top: 0;
}

.grid-auto {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.gridResponsive {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
}

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

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

.grid-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.grid-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.contentContainer {
  display: grid;
  gap: 5rem;
  grid-template-columns: 2fr 1fr;
}

.bigGap {
  gap: 5rem;
}

.wrap .wp-block-columns:not(.alignfull) {
  width: min(90%, 100rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wrap > .alignfull,
.wrap .wp-block-columns.alignfull {
  width: 100%;
  max-width: 100%;
}

.container > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 5em;
}

/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: white;
  transition: all ease-in 0.25s;
}

.tinyHeader {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.topHeader {
  background: rgb(147, 192, 51);
  color: white;
  padding: 10px 0;
  text-align: right;
  height: 32px;
  transition: all ease-in 0.25s;
}

.topHeaderTiny {
  margin-top: -45px;
}

.topHeader a {
  color: white;
}

.topHeader a:hover {
  color: rgb(84, 77, 64);
}

.topHeaderIcon {
  margin-right: 10px;
}

.mail {
  margin-left: 2rem;
}

.mainHeader {
  padding: 10px 0;
}

.brand {
  width: 185px;
  transition: all ease-in 0.25s;
}

.brandTiny {
  width: 130px;
}

@media (max-width: 500px) {
  .topHeaderText {
    display: none;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.main-nav {
  position: relative;
  z-index: 1000;
  padding: 0 0 0 0;
  transition: all ease-in 0.25s;
}
.main-nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.main-nav .nav-toggle {
  display: none;
}
.main-nav .nav-toggle-label {
  display: none;
}
.main-nav .nav-overlay {
  display: none;
}
.main-nav .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.main-nav .main-menu > li {
  list-style: none;
  position: relative;
}
.main-nav .main-menu > li a {
  text-decoration: none;
  color: rgb(84, 77, 64);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.main-nav .main-menu > li a:hover {
  color: rgb(147, 192, 51);
}
.main-nav .main-menu > li.menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.7em;
}
.main-nav .main-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1200;
}
.main-nav .main-menu > li.menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}
.main-nav .main-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .main-menu > li:last-child > a {
  padding: 0.5rem 1.3rem;
  border-radius: 999px;
  background: rgb(147, 192, 51);
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.main-nav .main-menu > li:last-child > a:hover {
  background-color: rgb(84, 77, 64);
  color: #ffffff;
}

.main-navTiny {
  padding: 0 0 0 0;
}

@media (max-width: 1000px) {
  .main-nav {
    padding: 0 0 0 0;
  }
  .main-nav .nav-inner {
    justify-content: space-between;
  }
  .main-nav .nav-toggle-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    position: relative;
    z-index: 1101;
  }
  .main-nav .nav-toggle-label span,
  .main-nav .nav-toggle-label span::before,
  .main-nav .nav-toggle-label span::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: rgb(84, 77, 64);
    border-radius: 2px;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .main-nav .nav-toggle-label span::before,
  .main-nav .nav-toggle-label span::after {
    position: absolute;
    left: 0;
  }
  .main-nav .nav-toggle-label span::before {
    top: -7px;
  }
  .main-nav .nav-toggle-label span::after {
    top: 7px;
  }
  .main-nav .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
  }
  .main-nav .main-menu {
    position: fixed;
    inset: 0 auto 0 0;
    width: 80vw;
    max-width: 320px;
    height: 100vh;
    padding: 5rem 1.5rem 2rem;
    margin: 0;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
  }
  .main-nav .main-menu > li {
    width: 100%;
  }
  .main-nav .main-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0;
    color: rgb(84, 77, 64);
    font-size: 1.05rem;
  }
  .main-nav .main-menu > li > a:hover {
    color: rgb(147, 192, 51);
  }
  .main-nav .main-menu > li:last-child > a {
    margin-top: 1rem;
    padding: 0.5rem 1.3rem;
    border-radius: 999px;
    background: rgb(147, 192, 51);
    color: #000000;
    white-space: nowrap;
    align-self: flex-start;
  }
  .main-nav .main-menu > li:last-child > a:hover {
    background-color: rgb(84, 77, 64);
    color: #ffffff;
  }
  .main-nav .main-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-nav .main-menu .menu-item-has-children > a::after {
    content: "▾";
    font-size: 0.7em;
    transition: transform 0.2s ease;
  }
  .main-nav .main-menu .menu-item-has-children > .sub-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: max-height 0.25s ease;
  }
  .main-nav .main-menu .menu-item-has-children > .sub-menu li a {
    padding-left: 1rem;
    font-size: 0.98rem;
  }
  .main-nav .main-menu .menu-item-has-children:focus-within > .sub-menu, .main-nav .main-menu .menu-item-has-children.current-menu-ancestor > .sub-menu, .main-nav .main-menu .menu-item-has-children.current-menu-item > .sub-menu {
    max-height: 500px;
  }
  .main-nav .main-menu .menu-item-has-children:focus-within > a::after, .main-nav .main-menu .menu-item-has-children.current-menu-ancestor > a::after, .main-nav .main-menu .menu-item-has-children.current-menu-item > a::after {
    transform: rotate(180deg);
  }
  .main-nav .nav-toggle:checked ~ .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
  .main-nav .nav-toggle:checked ~ .main-menu {
    transform: translateX(0);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span {
    transform: rotate(45deg);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span::before {
    transform: rotate(-90deg) translate(-7px, 0);
  }
  .main-nav .nav-toggle:checked + .nav-toggle-label span::after {
    opacity: 0;
  }
  .main-navTiny {
    padding: 0 0 0 0;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.mainFooter {
  background: rgb(84, 77, 64);
  padding: 4rem 0 4rem;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: rgb(147, 192, 51);
}

.grid-footer {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 5rem;
  justify-content: space-between;
}

.footerLeft {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.footerRight {
  max-width: 50%;
}

.footerNav {
  background: rgb(147, 192, 51);
  padding: 1rem 0 1.5rem;
}

.footerNav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footerNav ul li:first-child {
  margin-left: -2rem;
}

.footerNav ul li a:hover {
  color: rgb(84, 77, 64);
}

@media (max-width: 1200px) {
  .footerRight {
    max-width: 40%;
  }
}
@media (max-width: 950px) {
  .grid-footer {
    flex-direction: column;
  }
  .footerRight {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .footerLeft {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .grid-footer {
    gap: 3rem;
  }
}
@media (max-width: 350px) {
  .footerNav ul {
    gap: 1rem;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.scrim {
  background: rgba(0, 0, 0, 0.8) !important;
}

#gform_next_button_1_7 {
  background: rgb(147, 192, 51);
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 12px;
  color: white;
  margin-top: 20px;
  font-family: "DMSans-Bold", sans-serif;
}

#gform_next_button_1_7:hover {
  background: rgb(84, 77, 64);
}

.percentbar_green {
  background-color: rgb(147, 192, 51) !important;
}

/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 100dvh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  pointer-events: none;
  z-index: 400;
}

.heroBox {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  max-width: 45rem;
  margin-top: 7rem;
}

.heroBox h1 {
  color: rgb(84, 77, 64);
  font-size: 3rem;
}

.heroBox a {
  margin-top: 0;
}

.heroBox a.btnOutline {
  margin-left: 1rem;
}

.heroBoxMobile {
  display: none;
}

@media (max-width: 1300px) {
  .heroBox {
    max-width: 35rem;
  }
  .heroBox h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .hero {
    height: 70dvh;
  }
  .heroBox {
    display: none;
  }
  .heroBoxMobile {
    display: block;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    margin-top: -10rem;
    position: relative;
    z-index: 500;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  }
  .heroBoxMobile h1 {
    font-size: 3rem;
    color: rgb(84, 77, 64);
  }
  .heroBoxMobile a {
    margin-top: 0;
  }
  .heroBoxMobile a.btnOutline {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  .heroBoxMobile h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 70dvh;
  }
  .heroBoxMobile {
    margin-top: -14rem;
  }
  .heroBoxMobile h1 {
    font-size: 1.3rem;
  }
  .heroBoxMobile a {
    margin-top: 1rem;
  }
  .heroBoxMobile a.btnOutline {
    margin-left: 0;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.aufzahlungIntro {
  margin-bottom: 3rem;
}

.aufzahlungIntro h1,
.aufzahlungIntro h2,
.aufzahlungIntro h3,
.aufzahlungIntro h4 {
  font-size: 2.5rem;
  color: rgb(84, 77, 64);
}

.aufzahlungBox {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 3fr;
}

.grid-2 .aufzahlungBox {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 5fr;
}

.aufzahlungIcon,
.aufzahlungText {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.aufzahlungText p {
  margin-bottom: 0;
}

.raster.grid-2,
.raster.grid-3,
.raster.grid-4 {
  gap: 3rem;
}

@media (max-width: 1500px) {
  .raster.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .raster.grid-3,
  .raster.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .grid-2 .aufzahlungBox {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 768px) {
  .raster.grid-2,
  .raster.grid-3,
  .raster.grid-4 {
    max-width: 70%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .raster.grid-2,
  .raster.grid-3,
  .raster.grid-4 {
    max-width: 100%;
  }
  .raster.grid-2,
  .raster.grid-2,
  .raster.grid-3,
  .raster.grid-4 {
    gap: 2rem;
  }
  .aufzahlungIntro h1,
  .aufzahlungIntro h2,
  .aufzahlungIntro h3,
  .aufzahlungIntro h4 {
    font-size: 1.5rem;
    color: rgb(84, 77, 64);
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.bildverlaufoben {
  position: relative;
}
.bildverlaufoben::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  pointer-events: none;
  z-index: 400;
}

.bildverlaufoben img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .bildverlaufoben::before {
    content: "";
    height: 150px;
  }
  .bildverlaufoben img {
    height: 400px;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.bigblockHead h2 {
  font-size: clamp(2rem, 9.375vw, 11.25rem);
  margin: 0;
  line-height: 1;
  color: rgb(84, 77, 64);
}

.bigblockHead {
  margin-bottom: 3rem;
}

.bigblockCopy {
  max-width: 50%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .bigblockCopy {
    max-width: 70%;
  }
}
@media (max-width: 500px) {
  .bigblockCopy {
    max-width: 100%;
  }
  .bigblockHead {
    margin-bottom: 2rem;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.leistungen {
  padding: 5rem 0;
  background-image: linear-gradient(rgba(84, 77, 64, 0.9)), url(img/leistungen-hintergrund.webp);
}

.leistungenIntro {
  max-width: 50%;
  margin: 0 auto;
  color: white;
  margin-bottom: 4rem;
}

.leistungenIntro h3 {
  font-size: 2rem;
}

.leistungsBox {
  color: black;
  background: white;
  border-radius: 12px;
  position: relative;
  transition: all ease-in 0.25s;
}

.leistungsBox:hover {
  transform: scale(1.02);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.8);
}

.leistungsBoxImg img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.grid-4 .leistungsBoxImg img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.leistungsBoxTxt {
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
}

.leistungsBoxTxt h4 {
  font-size: 1.7rem;
  line-height: 1.1;
  color: rgb(84, 77, 64);
}

.leistungsBoxTxt p:last-child {
  margin-bottom: 0;
}

.arrowBox {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.arrow {
  width: 30px;
  transition: all ease-in 0.25s;
}

.leistungsBox:hover .arrow {
  transform: scale(1.4);
}

@media (max-width: 1500px) {
  .leistungenGrid.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 .leistungsBoxImg img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .leistungenGrid.grid-3,
  .leistungenGrid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .leistungenIntro {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .leistungenGrid.grid-2,
  .leistungenGrid.grid-3,
  .leistungenGrid.grid-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .leistungenIntro {
    max-width: 100%;
  }
  .leistungsBoxTxt h4 {
    font-size: 1.3rem;
  }
  .leistungsBoxImg img {
    height: 200px;
  }
  .grid-4 .leistungsBoxImg img {
    height: 200px;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.bildvollebreite img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bildvollebreite {
  position: relative;
}
.bildvollebreite::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  pointer-events: none;
  z-index: 400;
}

/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.uberuns {
  background: rgb(84, 77, 64);
  color: white;
  padding: 5rem 0;
}

.uberunsHead {
  text-align: center;
}

.uberunsHead h3 {
  font-size: 2.2rem;
}

.mitarbeiterGrid {
  margin: 6rem 0;
}

.mitarbeiterBox {
  text-align: center;
}

.mitarbeiterBox img {
  width: 300px;
  border-radius: 300px;
  margin-bottom: 1rem;
}

.mitarbeiterBox p {
  margin-bottom: 0;
}

.haupttextBox {
  max-width: 50%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .haupttextBox {
    max-width: 70%;
  }
  .mitarbeiterBox img {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .mitarbeiterGrid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mitarbeiterGrid.grid-3 .mitarbeiterBox:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 500px) {
  .mitarbeiterGrid.grid-3 {
    grid-template-columns: 1fr;
  }
  .haupttextBox {
    max-width: 100%;
  }
  .uberunsHead h3 {
    font-size: 1.4rem;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.bildtextText,
.bildtextBild {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media (max-width: 1000px) {
  .bildtext.grid-2 {
    grid-template-columns: 1fr;
  }
  .bildtextBild.order-2 {
    order: 1;
  }
  .bildtextText.order-1 {
    order: 2;
  }
}
/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.cta {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 15rem 0 10rem;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  pointer-events: none;
  z-index: 400;
}

.ctaBox {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  max-width: 45rem;
  margin-top: 7rem;
}

/**
* Theme Name:    Biobau Bonn
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Custom-Theme, Design und Entwicklung von DF-KREATIV
* Version:       1.0
*/
.faq {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.faq h3 {
  color: rgb(147, 192, 51);
  font-size: 2rem;
}

.accordion {
  margin-bottom: 24px;
}

.accordion-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
}

.accordion-trigger {
  font-family: "DMSans-Bold", sans-serif;
  width: 100%;
  display: block;
  color: black;
  padding: 20px 0 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid black;
}

.accordion-icon {
  transition: transform 0.5s;
}

.accordion-item[open] .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0px 0 20px;
}

.accordion-content p {
  margin: 24px;
}

.accordion-item:first-of-type {
  border: none !important;
}

.accordion-item {
  border: none !important;
}

@media (max-width: 1000px) {
  .faq {
    max-width: 70%;
  }
}
@media (max-width: 500px) {
  .faq {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */