.site-footer {
  background: #2a140f;
  color: #b8aaa3;
  font-size: 16px;
  line-height: 1.7;
}

.footer-main {
  padding: 95px 0 70px;
}

.footer-logo img {
  max-width: 170px;
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.footer-text {
  max-width: 470px;
  margin-bottom: 30px;
  color: #b8aaa3;
  font-size: 18px;
  line-height: 1.75;
}

.footer-col h5 {
  color: #8c7a73;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.footer-links,
.footer-contact,
.footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #d3c6c0;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  transition: all 0.2s ease;
}

.footer-links a:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #e46f2d;
  font-size: 22px;
  line-height: 1;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #e46f2d;
  text-decoration: none;
}

.footer-contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #d3c6c0;
}

.footer-contact li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #e46f2d;
  font-size: 18px;
}

.footer-contact a {
  color: #d3c6c0;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: #e46f2d;
  text-decoration: none;
}

.footer-social a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: #b8aaa3;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus {
  background: #e46f2d;
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}

.footer-copy {
  margin: 0;
  color: #8f7f79;
}

.footer-bottom-links li {
  display: inline-block;
  margin-left: 30px;
}

.footer-bottom-links li:first-child {
  margin-left: 0;
}

.footer-bottom-links a {
  color: #8f7f79;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #e46f2d;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .footer-main {
    padding: 70px 0 50px;
  }

  .footer-text {
    max-width: 100%;
    font-size: 17px;
  }

  .footer-col {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .footer-main {
    padding: 55px 0 35px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .footer-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .footer-col h5 {
    margin-bottom: 18px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-bottom-links li {
    display: block;
    margin: 8px 0 0;
  }
}

.footer-links,
.footer-col .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-col .menu li {
  margin-bottom: 12px;
}

.footer-links a,
.footer-col .menu li a {
  color: #d3c6c0;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  display: inline-block;
  transition: all 0.2s ease;
}

.footer-links a:before,
.footer-col .menu li a:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #e46f2d;
  font-size: 22px;
  line-height: 1;
}

.bf-welcome-section {
/*  background: #f8f6f3;*/
  padding: 0px 0 80px;
}

.bf-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #c8652d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.bf-main-headline {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  color: #231815;
  margin-bottom: 26px;
}

.bf-main-headline em,
.bf-main-headline i {
  color: #c8652d;
  font-style: italic;
}

.bf-subheadline {
  max-width: 900px;
  margin: 0 auto 34px;
  color: #c8652d;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}

.bf-intro-text {
  max-width: 940px;
  margin: 0 auto 26px;
  color: #6e655f;
  font-size: 19px;
  line-height: 1.75;
}

.bf-accordion {
  margin-top: 50px;
  margin-bottom: 42px;
}

.bf-accordion-card {
  border: 1px solid #e5d8cd;
  border-radius: 18px !important;
  background: #fcfbf9;
  margin-bottom: 16px;
  box-shadow: none;
  overflow: hidden;
}

.bf-accordion-card .card-header {
  background: transparent;
  border-bottom: 0;
  padding: 0;
}

.bf-accordion-toggle {
  width: 100%;
  padding: 22px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none !important;
  box-shadow: none !important;
}

.bf-accordion-toggle:hover,
.bf-accordion-toggle:focus {
  text-decoration: none;
}

.bf-accordion-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #c8652d;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 18px;
}

.bf-accordion-icon-light {
  background: #ebe3db;
  color: #c8652d;
}

.bf-accordion-title {
  color: #231815;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bf-accordion-arrow {
  margin-left: 15px;
  color: #c8652d;
  font-size: 16px;
}

.bf-accordion-card .card-body {
  padding: 0 26px 26px 26px;
  margin-left: 62px;
  color: #6e655f;
  font-size: 17px;
  line-height: 1.8;
  border-top: 1px solid #e9ddd3;
}

.bf-cta-wrap {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
}

.bf-btn-primary,
.bf-btn-dark {
  min-width: 280px;
  padding: 18px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.bf-btn-primary i,
.bf-btn-dark i {
  margin-right: 10px;
}

.bf-btn-primary {
  background: #c8652d;
  border: 1px solid #c8652d;
  color: #fff;
}

.bf-btn-primary:hover,
.bf-btn-primary:focus {
  background: #b45723;
  border-color: #b45723;
  color: #fff;
}

.bf-btn-dark {
  background: #221612;
  border: 1px solid #221612;
  color: #fff;
}

.bf-btn-dark:hover,
.bf-btn-dark:focus {
  background: #130c09;
  border-color: #130c09;
  color: #fff;
}

/* Bootstrap Collapse Icon States */
.bf-accordion-toggle[aria-expanded="true"] .fa-chevron-down:before {
  content: "\f077";
}

.bf-accordion-toggle[aria-expanded="false"] .fa-chevron-up:before {
  content: "\f078";
}

/* Responsive */
@media (max-width: 1199.98px) {
  .bf-main-headline {
    font-size: 54px;
  }

  .bf-subheadline {
    font-size: 25px;
  }

  .bf-intro-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .bf-welcome-section {
    padding: 70px 0 60px;
  }

  .bf-main-headline {
    font-size: 46px;
  }

  .bf-subheadline {
    font-size: 23px;
  }

  .bf-accordion-card .card-body {
    margin-left: 0;
    padding: 0 22px 22px;
  }
}

@media (max-width: 767.98px) {
  .bf-welcome-section {
    padding: 55px 0 45px;
  }

  .bf-eyebrow {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .bf-main-headline {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .bf-subheadline {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .bf-intro-text {
    font-size: 17px;
    line-height: 1.65;
  }

  .bf-accordion-toggle {
    padding: 18px 18px;
  }

  .bf-accordion-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 15px;
    margin-right: 12px;
  }

  .bf-accordion-title {
    font-size: 16px;
  }

  .bf-accordion-card .card-body {
    padding: 0 18px 20px;
    font-size: 16px;
  }

  .bf-btn-primary,
  .bf-btn-dark {
    min-width: 100%;
    width: 100%;
  }
}

.bf-main-headline em {
  color: #c8652d;
  font-style: italic;
}

.bf-accordion {
  margin-top: 50px;
  margin-bottom: 42px;
  text-align: left;
}

.bf-accordion-card .card-header {
  text-align: left;
}

.bf-accordion-toggle {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none !important;
  box-shadow: none !important;
}

.bf-accordion-title {
  color: #231815;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  text-align: left;
}

.bf-accordion-card .card-body {
  padding:20px 20px;
  color: #6e655f;
  font-size: 17px;
  line-height: 1.8;
  border-top: 1px solid #e9ddd3;
  text-align: left;
}

@media (max-width: 991.98px) {
  .bf-accordion-card .card-body {

  }
}


.bf-accordion .btn {
    text-align: left !important;
}

.btn {
    padding:1.25em  !important;
}


/* Slider Startseite */

.startHeroSlider {
  position: relative;
  background: #1f110d;
}

.startHeroSlider .carousel,
.startHeroSlider .carousel-inner,
.startHeroSlider .carousel-item {
  height: 90vh;
  min-height: 680px;
}

.startHeroSlider .carousel {
  position: relative;
}

.startHeroSlider .carousel-item {
  position: relative;
  overflow: hidden;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(22, 12, 9, 0.8);
}

.hero-slide-content-wrap {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.hero-slide-content {
  max-width: 650px;
  padding-top: 30px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: #df641c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 12px 20px;
  margin-bottom: 28px;
}

.hero-badge i {
  margin-right: 10px;
  font-size: 14px;
}

.hero-title {
  margin: 0 0 22px;
  line-height: 0.95;
  font-weight: 400;
}

.hero-title-accent,
.hero-title-main {
  display: block;
}

.hero-title-accent {
  color: #df6a2c;
  font-size: 94px;
  font-style: italic;
  font-weight: 400;
}

.hero-title-main {
  color: #fff;
  font-size: 90px;
  font-weight: 400;
}

.hero-text {
  max-width: 560px;
  color: rgba(255,255,255,0.92);
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 34px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-btn {
  min-width: 265px;
  min-height: 72px;
  border-radius: 10px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.hero-btn i {
  margin-right: 10px;
}

.hero-btn-primary {
  background: #df641c;
  border: 2px solid #df641c;
  color: #fff;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  background: #c75817;
  border-color: #c75817;
  color: #fff;
}

.hero-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.75);
  color: #fff;
}

.hero-btn-outline:hover,
.hero-btn-outline:focus {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
  color: #fff;
}

.hero-control {
  width: 70px;
  opacity: 1;
  z-index: 20;
}

.hero-control-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(34,22,18,0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.2s ease;
}

.hero-control:hover .hero-control-icon,
.hero-control:focus .hero-control-icon {
  background: #df641c;
  color: #fff;
}

.startHeroSlider .carousel-control-prev {
  left: 20px;
}

.startHeroSlider .carousel-control-next {
  right: 20px;
}

.startHeroSlider .carousel-indicators {
  position: absolute;
  right: 35px;
  bottom: 90px;
  left: auto;
  margin: 0;
  width: auto;
  z-index: 25;
  display: flex;
  align-items: center;
}

.startHeroSlider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 0 5px;
  background: rgba(255,255,255,0.55);
  opacity: 1;
  cursor: pointer;
}

.startHeroSlider .carousel-indicators li.active {
  width: 30px;
  border-radius: 20px;
  background: #df641c;
}

.hero-service-grid {
  position: relative;

  z-index: 30;

}

.hero-service-grid .container {
  max-width: 1360px;
}

.service-grid-row {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

.hero-service-grid .sfGrid {
  background: #341a14;
}

.hero-service-grid .sfGrid.active {
  background: #df641c;
}

.hero-service-grid .service-card {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 100%;
}

.hero-service-grid .service-card:hover,
.hero-service-grid .service-card:focus {
  text-decoration: none;
  color: #fff;
}

.hero-service-grid figure {
  margin: 0;
  min-height: 190px;
  padding: 42px 32px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-service-grid figure i {
  font-size: 42px;
  color: #f1772b;
  margin-bottom: 22px;
}

.hero-service-grid .sfGrid.active figure i {
  color: #fff;
}

.hero-service-grid figcaption h5 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-service-grid figcaption p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.5;
}

.hero-service-grid .sfGrid.active figcaption p {
  color: rgba(255,255,255,0.96);
}

@media (max-width: 1199.98px) {
  .startHeroSlider .carousel,
  .startHeroSlider .carousel-inner,
  .startHeroSlider .carousel-item {
    height: 90vh;
    min-height: 620px;
  }

  .hero-title-accent {
    font-size: 72px;
  }

  .hero-title-main {
    font-size: 72px;
  }

  .hero-text {
    font-size: 20px;
  }

  .hero-service-grid {
    margin-top: -64px;
  }
}

@media (max-width: 991.98px) {
  .startHeroSlider .carousel,
  .startHeroSlider .carousel-inner,
  .startHeroSlider .carousel-item {
    height: 85vh;
    min-height: 580px;
  }

  .hero-title-accent {
    font-size: 56px;
  }

  .hero-title-main {
    font-size: 58px;
  }

  .hero-text {
    font-size: 18px;
    max-width: 470px;
  }

  .hero-btn {
    min-width: 220px;
    min-height: 64px;
    font-size: 16px;
  }

  .hero-service-grid {
    margin-top: -44px;
  }

  .startHeroSlider .carousel-indicators {
    bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .startHeroSlider .carousel,
  .startHeroSlider .carousel-inner,
  .startHeroSlider .carousel-item {
    height: 78vh;
    min-height: 540px;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-badge {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 9px 14px;
  }

  .hero-title-accent {
    font-size: 40px;
  }

  .hero-title-main {
    font-size: 46px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .hero-buttons {
    gap: 12px;
  }

  .hero-btn {
    width: 100%;
    min-width: 100%;
    min-height: 56px;
    font-size: 15px;
  }

  .hero-control {
    width: 52px;
  }

  .hero-control-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .startHeroSlider .carousel-indicators {
    right: 20px;
    bottom: 20px;
  }

  .hero-service-grid {
    margin-top: -24px;
    padding-bottom: 20px;
  }

  .service-grid-row {
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.16);
  }

  .hero-service-grid figure {
    min-height: auto;
    padding: 28px 20px;
  }
}

@media (max-width: 575.98px) {
  .startHeroSlider .carousel,
  .startHeroSlider .carousel-inner,
  .startHeroSlider .carousel-item {
    height: 72vh;
    min-height: 500px;
  }

  .hero-title-accent {
    font-size: 32px;
  }

  .hero-title-main {
    font-size: 38px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-control {
    display: none;
  }

  .hero-service-grid {
    margin-top: -18px;
  }
}