/*-------------------------------------------------------------------------------------------------- */
/* 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;
}

 /*-------------------------------------------------------------------------------------------------- */
/* 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){
  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;}


 /*-------------------------------------------------------------------------------------------------- */
/* 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);
  line-height: clamp(1.55rem, 1.05rem + 0.5vw, 1.7rem);
  border-radius: 50% !important;
}

 .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{
  border-radius: clamp(2.5rem, 6vw, 9.188rem);
}

.smaller-image-wrap{
  border-radius: clamp(1.25rem, 6vw, 5.94rem);
  overflow: hidden;
}
.small-roundedcorners{
  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("../img/bf-img/icons/indeed-icon.svg");
}

/* Arrow */
.btn-indeed__icon--arrow{
  background-image: url("../img/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 */
}

.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("../img/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;
}
}
