/*-------------------------------------------------------------------------------------------------- */
/* Standard-Font aller Seiten */
body {
	font-family: 'Droid-Serif', serif !important;
	font-size: clamp(1.0rem, 0.95rem + 0.2vw, 1.125rem);
	line-height: clamp(1.5rem, 1.35rem + 0.4vw, 1.8rem);
	color: #000;
}

 /*-------------------------------------------------------------------------------------------------- */
/* Gesamtbreite der Inhalte */
.main .container {
  max-width: 1168px !important;
  padding-inline: clamp(1.0rem, 3vw, 2.5rem);
  margin-inline: auto;
  margin-bottom: clamp(3.5rem, 8vw, 11rem);
}

@media(max-width: 768px) {
	.main .container {
	padding-bottom: clamp(3.5rem, 8vw, 11rem);
  }
}

#pageend {max-height: clamp(0.5rem, 3vw, 2.5rem);}

/* responsives centern */
.center-content {
  display: flex;
  justify-content: center;
}

 /*-------------------------------------------------------------------------------------------------- */
/* schatten fuer sticky-header */
/* Chrome-Fix: Shadow wird oft durch overflow hidden/clip abgeschnitten */
#header,
#header .header-body,
#header .header-container,
#header .header-row{
  overflow: visible !important;
}

/* Schatten unten – am stabilsten auf .header-body */
.sticky-header-active #header .header-body{
  box-shadow: 0 10px 24px rgba(0,0,0,0.21) !important;
  position: relative;
  z-index: 1040;
}

 /*-------------------------------------------------------------------------------------------------- */
/* Basis-Typografie-Klassen */
h1, h2, h3, h4, h5, h6 {
  font-family: 'OfficinaSanITC-Book-Bold';
  color: #000;
  font-weight: normal;
  letter-spacing: clamp(0.03rem, 0.02rem + 0.25vw, 0.02rem);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: 'OfficinaSanITC-Book-Bold';
  display: flex;justify-content: center;
  font-weight: normal;
  font-size: clamp(1.5rem, 2.0rem + 2.2vw, 4.85rem);
  line-height: clamp(1.95rem, 2.4rem + 3.8vw, 5.5rem);
  margin-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

h2 {
  font-family: 'OfficinaSanITC-Book-Bold';
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  line-height: clamp(2.1rem, 1.8rem + 1.6vw, 2.6rem);
  margin: 0 0 clamp(0.5rem, 0.35rem + 0.6vw, 0.75rem) 0;
}

h3 {
  font-family: 'OfficinaSanITC-Book-Bold';
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.2rem);
  line-height: clamp(2.1rem, 1.8rem + 1.6vw, 2.5rem);
  margin: 0 0 clamp(0.5rem, 0.35rem + 0.6vw, 0.75rem) 0;
  text-transform: none!important;
}

p {
  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  color: #000;
  line-height: clamp(1.1875rem, 1.05rem + 0.6vw, 1.5rem);
  margin: 0 0 clamp(1.0rem, 0.85rem + 0.7vw, 1.25rem);
}


 /*-------------------------------------------------------------------------------------------------- */
/* spezielle Typografie-Klassen */
.subheadline {
	display: block;
	font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
	font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
	letter-spacing: clamp(0.03rem, 0.02rem + 0.25vw, 0.1rem);
	margin-bottom: clamp(0.2rem, 1vw, 0.4rem);
  }

.bigtext {
  font-family: 'OfficinaSanITC-Book-Bold';
  font-weight: normal;
  font-size: clamp(1.875rem, 1.375rem + 2.0vw, 3.03125rem);
  line-height: clamp(2.1875rem, 1.5rem + 2.375vw, 4.375rem);
}

.biggertext {
  display: flex;justify-content: center;
  font-family: 'OfficinaSanITC-Book-Bold';
  font-weight: normal;
  font-size: clamp(3.0rem, 2.2rem + 3.2vw, 4.85rem);
  line-height: clamp(3.5rem, 2.4rem + 3.8vw, 7.0rem);
  margin-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

.biggreentext {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.2rem + 0.6vw, 1.625rem);
  line-height: clamp(1.7rem, 1.5rem + 0.7vw, 1.875rem);
  color: #057652;
}

.spacing-02 {letter-spacing: 0.2rem}


a:not(.btn):not(.nav-link):not(.dropdown-item):not(.scroll-to-top):not(footer a):not(.bf-mm__link):not(.bf-mm__contactlink){
  color: #057652 !important;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(5,118,82,0.45);
}

 /*-------------------------------------------------------------------------------------------------- */
/* Header-Navigation */
#header .header-nav-main nav > ul > li > a {
    font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
	letter-spacing: clamp(0.03rem, 0.02rem + 0.25vw, 0.1rem);
  }

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid var(--grey-100);
    color: var(--default);
    font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
	letter-spacing: clamp(0.02rem, 0.015rem + 0.1vw, 0.03rem);
    padding: clamp(4px, 0.8vw, 6px) clamp(12px, 2vw, 18px) clamp(4px, 0.8vw, 6px) clamp(12px, 2vw, 18px);
    position: relative;
    text-transform: none;
    text-decoration: none;
}

/* Header-Navigationslinie entfernen */
.header-nav.header-nav-line .nav > li > a::before,
.header-nav.header-nav-bottom-line .nav > li > a::after {
    display: none !important;
}

/* Media-Queries fuer header-row mit logo - Desktop / Mobile */
.header-logo-mobile { display: none; }
.header-logo { display: block; }

@media (max-width: 767.98px) {
.header-logo-mobile { display: block; }
.header-logo { display: none!important; }
}

.bf-hamburger {
  font-size: 1.1rem;
  padding: 8.528px 14.928px;
  padding: 0.2rem 0.45rem;
  cursor: pointer;
  font-weight: 600;
}


 /*-------------------------------------------------------------------------------------------------- */
/* Abstand der Sections nach oben */
.row-margin-top {
  margin-top: clamp(2.5rem, 6vw, 7rem) !important;}

/* vier Sonderfaelle */
.section-top-claim {padding: 0!important;}
.section-unseregeschichte {padding: 0 0 clamp(2rem, 3vw, 4rem) 0 !important;}
.section-last {margin-bottom: clamp(2.0rem, 3vw, 3.5rem) !important;}
.section-hofladensortiment {margin-top:0rem!important;padding-top:0rem!important;}


 /*-------------------------------------------------------------------------------------------------- */
/* Buttons Phone und Mail im Header rechts */
.btn-circle-phone-mail {
  width: clamp(2.125rem, 3.2vw, 2.5rem);
  height: clamp(2.125rem, 3.2vw, 2.5rem);
  text-align: center;
  padding: clamp(0.25rem, 0.8vw, 0.375rem) 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  border-radius: 50% !important;
  border: 0 !important;
}

@media (max-width: 768px) { 
.btn-circle-phone-mail {
line-height: 1.7rem;
}
}

 .btn-circle-phone-mail:hover:not(.bg-transparent), .btn-circle-phone-mail.hover:not(.bg-transparent) {
  background-color: #057652 !important;
  border: 0 !important;
}


 /*-------------------------------------------------------------------------------------------------- */
/* footer */
.footer { 
  max-width: min(1120px, calc(100% - (clamp(1.0rem, 3vw, 2.5rem) * 2)));
  padding: 0 clamp(0.75rem, 1.5vw, 1.0rem);
}

#footer {
  font-size: clamp(0.8rem, 0.75rem + 0.25vw, 1.125rem);
  line-height: clamp(1.5rem, 1.35rem + 0.4vw, 1.8rem);
  background: #59BE49!important;
  border-top: 0px!important;
  margin-top: clamp(2rem, 4vw, 50px);
  padding: 0;
  position: relative;
  clear: both;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #59BE49!important;
  border-top: 0px!important;
}

#footer .footer-copyright p {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}

#footer a:not(.btn):not(.no-footer-css) {
  color: #000;
  transition: all 0.1s ease-in-out;
}

/* footer-Navigation */
.footer-nav{
  font-family: 'Droid-Serif', serif !important;
  font-weight: normal;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: clamp(4px, 1vw, 12px);
  flex-wrap: wrap;   /* bricht auf kleinen Screens um */
  row-gap: clamp(8px, 1.5vw, 12px);
}
.footer-nav a{
  color:#000;
  text-decoration:none;
  font-weight: normal;
  letter-spacing: clamp(0.01em, 0.006em + 0.15vw, 0.02em);
  padding: clamp(4px, 0.8vw, 6px) clamp(4px, 0.8vw, 6px) 0 0;
  outline-offset: 3px;
}

.footer-nav a:focus-visible{
  outline: 3px solid #000;
}
.footer-nav a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
 .footer-nav {
  justify-content: flex-start;
}
}

#footer .footer-copyright nav {
  font-size: 1.0em;
}
address {margin-bottom: 0rem!important;}


 /*-------------------------------------------------------------------------------------------------- */
/*Schubkarrenzwerg im footer */
.schubkarren-zwerg {
  max-height: clamp(5rem, 6vw, 9.0rem);
  display: grid;
  place-items: start center;
  padding-top: clamp(3rem, 6vw, 5rem);
  overflow: visible;
}

.schubkarren-zwerg-image {
  max-width: clamp(187px, 22vw, 330px);
  height: auto;
  transform: translateY(clamp(-93%, -85% + 6vw, -77%));
}


 /*-------------------------------------------------------------------------------------------------- */
/* 'scroll-to-top' ganz rechts unten*/
html .scroll-to-top {
  transition: opacity 0.3s, visibility 0.3s;
  background: #59be49;
  background-color: rgb(89, 190, 73);
  border-radius: 50% 50% 0 0;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  bottom: 0;
  right: 10px;
  position: fixed;
  z-index: 1040;
  min-width: 3.125rem;
  min-height: 2.75rem;
  padding: 1.25rem 0 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  text-decoration: none;
  font-size: 1em;
  opacity: 0;
  visibility: hidden;
}

/* Sichtbar-Zustand (Porto nutzt .visible) */
html .scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

/* Tastatur-Fokus */
html .scroll-to-top:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  background-color: #057652;
  text-decoration: none!important;
}


 /*-------------------------------------------------------------------------------------------------- */
/*Bilder mit runden Ecken */
.image-wrap{
  border-radius: clamp(2.5rem, 6vw, 9.188rem);
  overflow: hidden;
}

.image-wrap-right-images{
  border-radius: clamp(2.5rem, 6vw, 9.188rem);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.image-wrap img{
  display: block;
  width: clamp(94.5%, 96% - 1vw, 100%);
  height: auto;
  margin-bottom: clamp(0rem, 2vw, 0rem);
}

.image-wrap-right-images img{
  display: block;
  width: clamp(94.5%, 96% - 1vw, 100%);
  height: auto;
  margin-top: clamp(0rem, 2vw, 0rem);
}

@media (max-width: 768px) { 
.image-wrap{
  border-radius: clamp(2.5rem, 6vw, 9.188rem);
  overflow: hidden;
}
	
.image-wrap-right-images{
  justify-content: flex-start;
}

.image-wrap img{
  display: block;
  width: clamp(100%, 96% - 1vw, 100%);
  height: auto;
  margin-bottom: clamp(1.3rem, 2vw, 0rem);
  margin-top: clamp(1.3rem, 2vw, 0rem);
}
	
.image-wrap-right-images img{
    display: block;
    width: clamp(100%, 96% - 1vw, 100%);
    height: auto;
    margin-bottom: clamp(1.3rem, 2vw, 0rem);
    margin-top: clamp(1.3rem, 2vw, 0rem);
  }
}

.roundedcorners img{
  border-radius: clamp(2.5rem, 6vw, 9.188rem);
}

.smaller-image-wrap{
  border-radius: clamp(1.25rem, 6vw, 5.94rem);
  overflow: hidden;
}
.small-roundedcorners img{
  border-radius: clamp(1.25rem, 6vw, 5.94rem);
}

.smaller-image-wrap img{
  display: block;
  width: clamp(100%, 96% - 1vw, 100%);
  height: auto;
  margin-bottom: clamp(1.3rem, 2vw, 0rem);
  margin-top: clamp(1.3rem, 2vw, 0rem);
}


 /*-------------------------------------------------------------------------------------------------- */
/*Klassen fuer Bilder, etc. */
.img-95percent {
	max-width: clamp(94.5%, 100% - 2vw, 100%);
	margin-bottom: clamp(1.3rem, 2vw, 0rem);
	margin-top: clamp(1.3rem, 2vw, 0rem);
}

.img-bordered {border: 1px solid #BABABA;}

.bigheaderpics {width:100%;height:auto;}

@media (min-width: 1100px) {
.bigheaderpics {width:100%;height:auto;}
}


 /*-------------------------------------------------------------------------------------------------- */
/*die grossen Buttons */
.btn-modern {
  text-transform: uppercase;
  font-size: clamp(0.8rem, 0.95rem + 0.35vw, 1.1rem);
  padding: clamp(0.65rem, 0.55rem + 0.45vw, 0.95rem) clamp(1.6rem, 1.2rem + 1.8vw, 3.2rem);
  font-family: 'Jost-Medium';
  font-weight: normal;
  line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
  letter-spacing: clamp(0.12rem, 0.08rem + 0.5vw, 0.2rem);
  border: 0 !important;
}
.btn-secondary:hover:not(.bg-transparent), .btn-secondary.hover:not(.bg-transparent) {
  background-color: #59be49!important;
}

/* ===== der Indeed Button ===== */
/* ===== Indeed Button (Icons rechts, weiß) ===== */
.btn-indeed{
  display: inline-flex;
  align-items: center;
  gap: clamp(0.6rem, 1.2vw, 0.9rem);
  text-decoration: none;
}

/* Text */
.btn-indeed__label{
  display: inline-block;
}

/* Icon-Gruppe rechts */
.btn-indeed__icons{
  display: inline-flex;
  align-items: center;
  gap: clamp(0.35rem, 0.8vw, 0.55rem);
}

/* Icons */
.btn-indeed__icon{
  width: clamp(1.25rem, 2.0vw, 1.75rem);
  height: clamp(1.25rem, 2.0vw, 1.75rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* Weißfärbung für SVGs */
  filter: brightness(0) invert(1);
}

/* Indeed */
.btn-indeed__icon--indeed{
  background-image: url("../gfx/bf-img/icons/indeed-icon.svg");
}

/* Arrow */
.btn-indeed__icon--arrow{
  background-image: url("../gfx/bf-img/icons/arrow-right.svg");
}

/* Hover: Pfeil minimal nach rechts */
.btn-indeed:hover .btn-indeed__icon--arrow{
  transform: translateX(0.15rem);
  transition: transform 0.15s ease;
}



 /*-------------------------------------------------------------------------------------------------- */
/*die divider */
.number-divider {
	font-size: clamp(0.8rem, 0.95rem + 0.35vw, 1.0rem);
    font-family: 'Jost-Medium';
    font-weight: normal;
    line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
    letter-spacing: clamp(0.12rem, 0.08rem + 0.5vw, 0.2rem);
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
    color: #000; /* Linien- und Textfarbe */
}

.number-divider::before,
.number-divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid currentColor;
    opacity: 0.9;
}

.number-divider::before {
     margin-right: clamp(0.81rem, 0.85rem + 0.6vw, 1.5rem);
}

.number-divider::after {
     margin-left: clamp(0.81rem, 0.85rem + 0.6vw, 1.5rem);
}

.number-divider-number {
      font-family: 'Jost-Medium';
      font-weight: normal;
}

.big-number-divider {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-family: 'OfficinaSanITC-Book-Bold';
    font-weight: normal;
    line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
    letter-spacing: clamp(0.12rem, 0.08rem + 0.5vw, 0.2rem);
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
    color: #057652 /* Linien- und Textfarbe */
}

.big-number-divider::before,
.big-number-divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid currentColor;
    opacity: 0.9;
}

.big-number-divider::before {
     margin-right: clamp(0.81rem, 0.85rem + 0.6vw, 1.5rem);
}

.big-number-divider::after {
     margin-left: clamp(0.81rem, 0.85rem + 0.6vw, 1.5rem);
}

.big-number-divider-number {
      font-family: 'OfficinaSanITC-Book-Bold';
      font-weight: normal;
}

/* einfacher divider */
.hr-black{
  border: 0;
  height: 1px;
  background: #000;          /* exakt 1px schwarze Linie */
  margin: clamp(0.75rem, 2vw, 1.5rem) 0;  /* responsiver Abstand */
}

 /*-------------------------------------------------------------------------------------------------- */
  /* die Icons chefslist-, hofladen und pdf-icon */


.bottom-stack{
  display: flex;
  flex-direction: column;   /* Elemente untereinander */
  justify-content: flex-end;/* Inhalt unten ausrichten */
  align-items: center;      /* horizontal zentriert */
  margin-top: clamp(1rem, 2rem + 3vw, 4rem);
}

.hofladen-icon{
  height: auto;
  max-width: var(--icon-width);
  width: 7rem;
	margin-bottom: 1.2rem;
}

/* SVG skaliert über Höhe */
.quicklink-icon{
  height: 5.313rem;
  max-height: var(--icon-height);
  width: auto;
  display: block;
}

/* Text bleibt am Icon */
.icons-link{
  color: #000;
  text-decoration: underline;
  margin-top: 1.0rem;
  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  font-family: 'Jost-Medium';
  font-weight: normal;
  line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
  letter-spacing: clamp(0.03rem, 0.02rem + 0.25vw, 0.1rem);
}

/* Mobile: kein Letterspacing */
@media (max-width: 768px) {
  .icons-link {
    letter-spacing: 0;
  }
}

 /*-------------------------------------------------------------------------------------------------- */
  /* div mit padding links rechts */
.bf-inner-pad{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-inner-pad{
    padding-left: 12.25rem;
    padding-right: 12.25rem;
  }
}

.bf-big-inner-pad{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-big-inner-pad{
    padding-left: 19.64rem;
    padding-right: 19.64rem;
  }
}

.bf-bigger-inner-pad{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-bigger-inner-pad{
    padding-left: 22.7rem;
    padding-right: 22.7rem;
  }
}

.bf-inner-pad-hofladen{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-inner-pad-hofladen{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

 /*-------------------------------------------------------------------------------------------------- */
/* "verschiedenes" */
.container-bottom-center{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

/* "Badge Hofladen" */
.bf-badge{
  width: clamp(5.0rem, 18vw, 9rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff29a;
  display: grid;
  place-items: center;
  margin: 0;
}

.bf-badge__text{
  display: inline-block;
  text-align: center;

  font-family: 'Droid-Serif-Bold', serif;
  font-weight: normal;
  line-height: 1.15;
  letter-spacing: 0.03em;

  font-size: clamp(0.55rem, 2.2vw, 1.0rem);
  color: #000;

  transform: rotate(14deg);
}

.align-right-grid{
  display: grid;
  justify-items: end;   /* Inhalt rechtsbündig */
}

.bf-col-bottom{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* richtet spalteninhalt unten aus */
}

.center-vertical{
  display: flex;
  align-items: center; /* vertikal */
}

 /*-------------------------------------------------------------------------------------------------- */
/* "CSS fuer Timeline (Ueber uns)" */
/* ===== BF Timeline Accordion (namespaced, Porto-sicher) ===== */
.bf-tl{
  --bf-green:#057652;
  --bf-text:#111;
  --bf-muted:#6b6b6b;
  --bf-line:#057652;
  --bf-panel:#ffffff;

  font-family: 'Droid-Serif', serif;
  color: var(--bf-text);
}


/* Animations-Wrapper */
.bf-tl__body{
  overflow: hidden;
}

.bf-tl__bodyInner{
  transform: translateY(-0.75rem);
  opacity: 0;
  max-height: 0;
  transition:
    max-height 0.4s cubic-bezier(.4,0,.2,1),
    opacity 0.25s ease,
    transform 0.4s cubic-bezier(.4,0,.2,1);
}

/* geöffnet */
.bf-tl__item[open] .bf-tl__bodyInner{
  max-height: 60rem;   /* großzügig */
  opacity: 1;
  transform: translateY(0);
}



.bf-tl__wrap{
  max-width: 60rem;
  margin-inline: auto;
}

/* details reset */
.bf-tl__item{
  border: 0;
  background: transparent;
  margin: 0;
}

/* Abstand zwischen Blöcken */
.bf-tl__item + .bf-tl__item{
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

/* Summary als „Kopfzeile“ */
.bf-tl__sum{
  list-style: none;
  cursor: pointer;
  outline: none;
  display: grid;
  justify-items: center;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  padding: clamp(0.25rem, 1vw, 0.6rem) 0;
  position: relative;
}

/* Marker ausblenden */
.bf-tl__sum::-webkit-details-marker{ display:none; }

/* Fokus sichtbar */
.bf-tl__sum:focus-visible{
  outline: 3px solid var(--bf-green);
  outline-offset: 6px;
  border-radius: 0.75rem;
}

/* „Jahres-Pill“ + Linien links/rechts */
.bf-tl__year{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: 'Jost-Medium';
  font-weight: normal;

  font-size: clamp(0.9rem, 0.85rem + 0.6vw, 1.5rem);
  letter-spacing: 0.08em;

  color: var(--bf-green);
  background: var(--bf-panel);

  border: 2px solid var(--bf-green);
  border-radius: 999px;

  padding: clamp(0.35rem, 0.9vw, 0.6rem) clamp(1.1rem, 2.4vw, 2.0rem);
  position: relative;
}

/* Linien links/rechts vom Pill */
.bf-tl__year::before,
.bf-tl__year::after{
  content:"";
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--bf-line);
  width: min(22vw, 14rem);
}

.bf-tl__year::before{ right: 100%; }
.bf-tl__year::after { left: 100%; }

/* Überschrift (Versalien + Tracking wie im Screenshot) */
.bf-tl__headline{
  font-family: 'Jost-Medium';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: clamp(0.11em, 0.12em + 0.2vw, 0.15em);
  font-size: clamp(0.95rem, 1.1vw + 0.55rem, 1.2rem);
  text-align: center;
  color: var(--bf-text);
}

/* Echter Pfeil (statt ::after) – zuverlässig auf Mobile */
.bf-tl__chev{
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 3px solid #A2A2A2;
  border-bottom: 3px solid #A2A2A2;
  transform: rotate(45deg); /* ↓ */
  margin-top: clamp(0.25rem, 1vw, 0.5rem);
  transition: transform 0.2s ease;
}

/* Offen: Pfeil nach oben */
.bf-tl__item[open] .bf-tl__chev{
  transform: rotate(-135deg); /* ↑ */
}

/* Letztes Item: kein Pfeil */
.bf-tl__item:last-child .bf-tl__chev{
  display: block;
}

/* Mobile: etwas kräftiger/größer */
@media (max-width: 480px){
  .bf-tl__chev{
    width: 1rem;
    height: 1rem;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

.bf-inner-pad-timelinebody{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-inner-pad-timelinebody{
    padding-left: 11.8rem;
    padding-right: 11.8rem;
  }
}
/* Body */
.bf-tl__body{
  max-width: 52rem;
  margin-inline: auto;
  padding-top: clamp(0.5rem, 1.2vw, 0.9rem);
}

/* Text wie im Layout (zentriert, luftig) */
.bf-tl__body p{
  margin: 0;
  text-align: center;
  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  color: #000;
  line-height: clamp(1.1875rem, 1.05rem + 0.6vw, 1.5rem);
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
	.bf-tl__body p{
	padding-left:  11.8rem;
  	padding-right: 11.8rem;
}
}

.bf-tl__item[open] .bf-tl__sum::after{
  transform: rotate(-135deg); /* ↑ */
}

@media (max-width: 480px){
  .bf-tl__item:not(:last-child) .bf-tl__sum::after{
    width: 1.15rem;
    height: 1.15rem;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color: #111;
    border-bottom-color: #111;
  }
}
	
/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .bf-tl__item,
  .bf-tl__sum{
    scroll-behavior: auto;
  }
}
	
	/* ===== BF Perks List (Karriereseite) ===== */
.bf-perks{
  --bf-green: #057652;
  --bf-icon: url("../gfx/bf-img/icons/greencheck.svg"); /* Pfad ggf. anpassen */

  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  gap: clamp(0.9rem, 1.4vw, 1.35rem);
}

.bf-perks__item{
  position: relative;
  padding-left: clamp(2.4rem, 3.2vw, 3.1rem);

  /* Typo wie .subheadline */
  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  font-family: 'Jost-Medium';
  font-weight: normal;
  line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
  letter-spacing: clamp(0.03rem, 0.02rem + 0.25vw, 0.1rem);

  text-transform: uppercase;
  color: #111;
}

.bf-perks__item::before{
  content:"";
  position: absolute;
  left: 0;
  top: 0.05em; /* optisch auf Textmitte */
  width: clamp(1.55rem, 2.2vw, 1.85rem);
  height: clamp(1.55rem, 2.2vw, 1.85rem);

  background: var(--bf-icon) no-repeat center / contain;
}

/* Mobile: etwas kompakter */
@media (max-width: 480px){
  .bf-perks{
    gap: 0.95rem;
  }
  .bf-perks__item{
    padding-left: 2.45rem;
    letter-spacing: 0.06rem; /* damit’s wie im Screenshot wirkt */
  }
}

	
	/* Wrapper für vertikale Zentrierung Zwerrg-Illu auf Karriereseite*/
.bf-illu-wrap{
  display: flex;
  align-items: center;          /* vertikal zentriert */
  justify-content: flex-end;  /* links bleiben */
  height: 100%;                 /* wichtig: Elternhöhe nutzen */

  padding-right: clamp(1.5rem, 3vw, 4rem); /* Abstand nach rechts */
}

/* Illustration selbst */
.bf-illu{
  max-height: auto;
  max-width: 50%;
  height: auto;
  width: 50%;

  display: block;
}

/* Mobile: etwas kompakter */
@media (max-width: 768px){
  .bf-illu-wrap{
    padding-right: clamp(1rem, 4vw, 2rem);
  }
	
  .bf-illu{
  max-height: 85%;
  max-width: auto;
  height: 85%;
  width: auto;

  display: block;
}
}

/* Porto: Header auch auf Mobile sticky machen */
@media (max-width: 991.98px){
  html #header{
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
  }

  /* Content nach unten schieben (Höhe per CSS-Var kommt aus JS) */
  .main{
    padding-top: var(--bf-header-h, 4.5rem);
  }
}

/* ===== Mobile: Porto Hamburger durch eigenes SVG ===== */
@media (max-width: 991.98px){
  /* Porto-Button treffen (je nach Demo einer davon) */
  .header-btn-collapse-nav,
  .btn.header-btn-collapse-nav{
    background: #fff !important;
    border: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-image: url("../gfx/bf-img/icons/hamburger-green.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
  }

  /* Original-Icon ausblenden (FontAwesome / <i>) */
  .header-btn-collapse-nav i,
  .header-btn-collapse-nav .fa,
  .header-btn-collapse-nav .fas{
    display: none !important;
  }
}

/* =========================================================
   BF Fullscreen Mobile Menu (Bootstrap Offcanvas)
   Typo: Navigation + Firmenname (Jost-Medium), Adressblock (Droid)
========================================================= */

:root{
  --bf-mm-bg: #59BE49;          /* Hintergrundgrün wie Vorlage (bei Bedarf anpassen) */
  --bf-mm-hover: #057652;       /* dunkelgrün Hover */
  --bf-mm-white: #ffffff;
  --bf-mm-black: #111111;
  --bf-mm-pad: 28px;
}

/* Offcanvas selbst */
.offcanvas.bf-mm{
  background: var(--bf-mm-bg);
  border: 0;
  width: 100vw;
  max-width: 100vw;
}

/* Bootstrap Backdrop optional stärker/ruhiger */
.offcanvas-backdrop.show{
  opacity: .45;
}

/* Innenlayout: volle Höhe, Footer unten */
.bf-mm__inner{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: var(--bf-mm-pad);
  box-sizing: border-box;
}

/* Topbar */
.bf-mm__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.bf-mm__brand{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bf-mm__logo{
  display: block;
  height: 64px;
  width: auto;
}

/* Close Button */
.bf-mm__close{
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: transparent url("../gfx/bf-img/icons/close-white.svg") no-repeat center / 32px 32px;
  cursor: pointer;
}

.bf-mm__close:focus-visible{
  outline: 3px solid rgba(255,255,255,.75);
  outline-offset: 4px;
}

/* Navigation */
.bf-mm__nav{
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 10px;
  padding-bottom: 22px;
}

/* =========================================================
   BF Mobile Menu – finale Linkregeln
========================================================= */

.bf-mm__nav .bf-mm__link,
.bf-mm__nav .bf-mm__link:visited{
  color: #ffffff;
  text-decoration: none;
}

.bf-mm__nav .bf-mm__link:hover,
.bf-mm__nav .bf-mm__link:focus-visible{
  color: #057652;
  text-decoration: none;
  outline: none;
}

/* Aktiver Menüpunkt */
.bf-mm__nav .bf-mm__link.is-active,
.bf-mm__nav .bf-mm__link[aria-current="page"]{
  color: #057652;
}

.bf-mm__link{
  font-family: "Jost-Medium", "Jost", Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
  text-decoration: none !important;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.20rem;
  text-transform: uppercase;
}

.bf-mm__link:hover,
.bf-mm__link:focus-visible{
  color: #057652;
}

.bf-mm__link:focus-visible{
  outline: 0px solid rgba(255,255,255,.75);
  outline-offset: 6px;
  border-radius: 10px;
}

/* Optional: aktiver Menüpunkt */
.bf-mm__link.is-active{
  color: var(--bf-mm-hover);
}

/* Divider */
.bf-mm__divider{
  border: 0;
  height: 2px;
  background: rgba(255,255,255,.65);
  margin: 8px 0 18px;
}

/* Footer nach unten drücken */
.bf-mm__footer{
  margin-top: auto;
  padding-top: 6px;
}

/* Firmenname (weiß, Jost-Medium) */
.bf-mm__company{
  font-family: "Jost-Medium",Arial,sans-serif;
  font-weight: normal;
  color: var(--bf-mm-white);

  text-transform: uppercase;
  letter-spacing: .23em;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

/* Adressblock (schwarz, Droid) */
.bf-mm__address {
  font-family: 'Droid-Serif', serif !important;
  color: var(--bf-mm-black);
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}

.bf-mm__contactlink,
.bf-mm__contactlink:visited{
  color: #000;
  text-decoration: none;
}

.bf-mm__contactlink:hover,
.bf-mm__contactlink:focus-visible{
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}


/* Auf sehr kleinen Geräten Logo/Typo etwas kompakter */
@media (max-width: 360px){
  .bf-mm__logo{ height: 48px; }
  .bf-mm__link{ font-size: clamp(1.7rem, 1.3rem + 2.0vw, 2.6rem); }
}


.bf-inner-pad-wider {
    padding-left: 0rem;
    padding-right: 0rem;
  }

@media (min-width: 991px) {
  .bf-inner-pad-wider {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

/* =========================================================
   BF Kalkulationsmengen
========================================================= */

.bf-inner-pad-kalkulationsmengen{
  padding-left:  0rem;
  padding-right: 0rem;
}

@media (min-width: 991px){
  .bf-inner-pad-kalkulationsmengen{
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.bf-km{
  --bf-text:#111111;
  --bf-line: rgba(17,17,17,0.55);
  --bf-card:#ffffff;

  font-family: 'Droid-Serif', serif;
  color: var(--bf-text);
}

.bf-km__head{
  text-align: center;
  margin-bottom: clamp(1.25rem, 2.5vw, 2.0rem);
}

.bf-km__title{
  font-family: 'OfficinaSanITC-Book-Bold';
  font-weight: normal;
  color: #000;
  margin: 0 0 clamp(0.75rem, 1.4vw, 1.0rem);

  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  line-height: 1.05;
}

.bf-km__sub{
  margin: 0;
  color: #000;

  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  line-height: clamp(1.1875rem, 1.05rem + 0.6vw, 1.5rem);
}

/* Card wie Screenshot */
.bf-km__card{
  background: var(--bf-card);
  border: 2px solid var(--bf-line);
  border-radius: clamp(0.5rem, 1.2vw, 1rem);
  overflow: hidden; /* damit die Linien sauber an den Radien enden */
}

/* DL als Tabelle */
.bf-km__dl{
  margin: 0;
  padding: 0;
}

.bf-km__row{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(1rem, 3vw, 2.5rem);

  padding: clamp(0.96rem, 1.84vw, 1.48rem) clamp(1rem, 2.4vw, 1.8rem);
  align-items: center;
}

.bf-km__row + .bf-km__row{
  border-top: 2px solid var(--bf-line);
}

/* Linke Spalte: Versalien + Tracking */
.bf-km__label{
  margin-left: clamp(0.5rem, 1rem + 2vw, 3rem);

  font-family: 'Jost-Medium';
  font-weight: normal;
  text-transform: uppercase;

  letter-spacing: clamp(0.04rem, 0.06rem + 0.25vw, 0.12rem);
  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  line-height: 1.2;

  align-self: flex-start;
}

/* Rechte Spalte: Serif, luftig */
.bf-km__value{
  margin: 0;
  font-family: 'Droid-Serif', serif;
  font-weight: normal;

  font-size: clamp(0.85rem, 0.8rem + 0.3vw, 1.0rem);
  line-height: 1.25;

  text-align: left;
}

/* Mobile: zwei Zeilen untereinander, aber optisch wie Screenshot */
@media (max-width: 576px){
  .bf-km__row{
    grid-template-columns: 1fr;
    gap: 0.6rem;
    text-align: center;
  }
  .bf-km__value{
    text-align: center;
  }
  .bf-km__label{
    margin-left:0;
  }
}

/* CSS fuer Archiv und Archiv-Detailseite */
.biglinks {
  font-size: clamp(0.8rem, 0.95rem + 0.35vw, 1.0rem);
    font-family: 'Jost-Medium';
    font-weight: normal;
    line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
    letter-spacing: clamp(0.12rem, 0.08rem + 0.5vw, 0.15rem);
    color: #000;
}

.archiv-date {
  display: block;
  font-size: clamp(0.8rem, 0.95rem + 0.35vw, 1.0rem);
    font-family: 'Jost-Medium';
    font-weight: normal;
    line-height: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
    color: #057652;
  margin-bottom: 0.4rem;
}

.archiv-title {
  display: block;
  font-family: 'Droid-Serif-Bold', serif !important;
  font-weight: normal !important;
  color: #111 !important;
  font-size: clamp(0.95rem, 0.85rem + 0.6vw, 1.1rem) !important;;
  line-height: 1.15 !important;
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .archiv-title-image {
    margin-bottom: 1.2rem;
  }
}

.bf-textline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.15rem;
}

.bf-text-left {
  text-align: left;
}

.bf-text-right {
  text-align: right;
}


.archivpic-roundedcorners {
  border-radius: clamp(1.5rem, 1rem + 4.5vw, 5.5rem);
}

.archivpic-columns {
  padding-right: clamp(0rem, 0.5rem + 2vw, 2.5rem);
  padding-left: clamp(0rem, 0.5rem + 2vw, 2.5rem);
  display: flex;
  flex-direction: column;
}

.archivpic-columns p{
  flex-grow: 1;
}
.archivpic-columns img{
  min-height: 290px;
}

.bildergalerie-column {
  padding-right: clamp(0rem, 0.75rem + 2vw, 3.5rem);
}

.text-list-container{
  text-align: center;
  h3{
    margin: 33px 0;
  }
  p{
    margin: 0 auto 33px auto;
    max-width: 610px;
  }
}