@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.1
*/
/* Begin fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.css';
@import './includes/scss/swiper/swiper-bundle.css';
@font-face {
  font-family: "Open Sans";
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Rubik";
  src: url("./includes/fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Rubik";
  src: url("./includes/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Rubik";
  src: url("./includes/fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Rubik";
  src: url("./includes/fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Rubik";
  src: url("./includes/fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* End fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.container {
  position: relative;
  padding: 0 10rem;
  margin: 0 auto;
  max-width: calc(1600px + 20rem);
  width: 100%;
  height: inherit;
  display: block;
}
@media (max-width: 900px) {
  .container {
    padding: 0 5rem;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 2rem;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  background: #fff;
  font-size: 62.5%;
}

body {
  font-family: Rubik, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1200px) {
  body {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}
body.menu-open {
  overflow: hidden;
}
body.menu-open .mobile-nav {
  top: 0;
  height: 100vh; /* Fallback */
  height: 100svh;
  height: 100dvh;
  /* Safe-area weiter aktiv */
  padding-bottom: env(safe-area-inset-bottom, 0);
}
body.menu-open header {
  transform: translateY(-100%);
}

#page {
  overflow: hidden;
}

.site-content-contain a {
  color: inherit;
}

strong {
  font-weight: 600;
  line-height: 1.5;
}

.small-txt {
  font-size: small;
}

.big-txt {
  font-size: 5rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1200px) {
  .big-txt {
    font-size: 4rem;
  }
}
@media (max-width: 1000px) {
  .big-txt {
    font-size: 2.5rem;
  }
}
@media (max-width: 560px) {
  .big-txt {
    font-size: 2rem;
  }
}

.orange-txt {
  color: #F77D28 !important;
}

.middle-txt {
  font-size: 4rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1200px) {
  .middle-txt {
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .middle-txt {
    font-size: 2.5rem;
  }
}
@media (max-width: 560px) {
  .middle-txt {
    font-size: 1.8rem;
  }
}

.heading.orange {
  color: #F77D28 !important;
}
.heading.orange h1, .heading.orange .h1, .heading.orange h2, .heading.orange .h2, .heading.orange h3, .heading.orange .h3, .heading.orange h4, .heading.orange .h4 {
  color: #F77D28 !important;
}
.heading.green {
  color: #2B6154 !important;
}
.heading.green h1, .heading.green .h1, .heading.green h2, .heading.green .h2, .heading.green h3, .heading.green .h3, .heading.green h4, .heading.green .h4 {
  color: #2B6154 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 0;
}

h1, .h1 {
  font-size: 9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
@media (max-height: 800px) {
  h1, .h1 {
    font-size: 7rem;
  }
}
@media (max-width: 850px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 9rem;
  font-weight: 400;
}
@media (max-height: 800px) {
  h2, .h2 {
    font-size: 7rem;
  }
}
@media (max-width: 850px) {
  h2, .h2 {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 4rem;
  font-weight: 400;
  color: #000;
}
@media (max-width: 750px) {
  h3, .h3 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 400;
  color: #2B6154;
}
@media (max-width: 750px) {
  h4, .h4 {
    font-size: 2.1rem;
  }
}

.vc_section {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media (max-width: 1000px) {
  .vc_section {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 700px) {
  .vc_section {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
.vc_section.less-p {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.vc_section.less-pt {
  padding-top: 10rem !important;
}
.vc_section.less-pb {
  padding-bottom: 10rem !important;
}
.vc_section.npt {
  padding-top: 0 !important;
}
.vc_section.npb {
  padding-bottom: 0 !important;
}
.vc_section.np {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.vc_section.green {
  background: #5F911E;
}
.vc_section.light-orange {
  background: rgba(247, 125, 40, 0.15);
}

.wpb_column.orange {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  background: #F77D28;
}
.wpb_column.orange .bld-btn {
  color: #8F4438;
  border-color: #8F4438 !important;
}

.bld-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 5rem;
  border: 0.15rem solid #C3FF9C;
  border-radius: 5rem;
  text-decoration: none;
  color: #C3FF9C;
  font-size: 4rem;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .bld-btn {
    font-size: 2.4rem;
  }
}
@media (max-width: 900px) {
  .bld-btn {
    font-size: 2.1rem;
  }
}
@media (max-width: 550px) {
  .bld-btn {
    font-size: 1.8rem;
    padding: 1rem 3rem;
  }
}
@media (max-width: 370px) {
  .bld-btn {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}
.bld-btn:hover {
  background: #C3FF9C;
  color: #2B6154;
}

.white-btn a {
  padding: 1.5rem 3rem;
  background: #fff;
  color: #F77D28 !important;
  border: 0.2rem solid #000;
  border-radius: 5rem;
}

.standorte-map {
  width: 100%;
  height: 60rem !important;
}
@media (max-width: 770px) {
  .standorte-map {
    height: 45rem !important;
  }
}

.anfahrt-wrapper {
  margin-bottom: 2rem;
}
.anfahrt-wrapper .text {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .anfahrt-wrapper .text {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .anfahrt-wrapper .text {
    font-size: 1.6rem;
  }
}
.anfahrt-wrapper .download {
  cursor: pointer;
}
.anfahrt-wrapper .download a {
  color: #2B6154;
  text-decoration: none;
}
.anfahrt-wrapper .download .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.anfahrt-wrapper .download .inner .name {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.anfahrt-wrapper .download .inner img {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
}

.brlbs-cmpnt-cb-main {
  flex-direction: column !important;
}
.brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-content {
  flex-basis: inherit !important;
}

.featherlight-close-icon {
  margin: 2rem 2rem 0 0;
}

.termin-popup {
  display: none;
  width: 100%;
  height: 100%;
}

.brlbs-cmpnt-cb-microsoft-bookings-iframe-container {
  width: 100%;
  height: 100%;
}

.featherlight-content {
  width: 90vw;
  height: 90vh;
}
.featherlight-content iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 3rem 0;
  transition: transform 0.35s ease;
}
@media (max-width: 770px) {
  header {
    padding: 1.5rem 0;
  }
}
header .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .site-branding {
  width: 150px;
}
header .site-branding img {
  width: 100%;
  height: auto;
}
header .primary-navigation {
  display: none;
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
}
header .primary-navigation ul li:last-child {
  padding-right: 0;
}
header .primary-navigation ul li a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #000000;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}
header .toggle-mobile {
  display: inline-block;
  cursor: pointer;
  padding: 2rem 0 0 0;
}
header .toggle-mobile:hover span {
  margin-bottom: 1.1rem;
}
header .toggle-mobile span {
  display: block;
  width: 5rem;
  height: 0.2rem;
  background: #5F911E;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
header .toggle-mobile span:last-child {
  margin-bottom: 0 !important;
}
header .toggle-mobile span:nth-child(2) {
  transition: all 0.1s;
}
header .toggle-mobile.open span {
  transform: rotate(45deg) translateX(5%);
  margin-bottom: 0;
}
header .toggle-mobile.open span:last-child {
  transform: rotate(-45deg) translateX(5%);
}
header .toggle-mobile.open span:nth-child(2) {
  opacity: 0;
}

.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-h, 0px);
  /* Fallbacks + moderne Units */
  height: calc(100vh - var(--header-h, 0px)); /* Fallback */
  height: calc(100svh - var(--header-h, 0px)); /* Small VH (stabil) */
  height: calc(100dvh - var(--header-h, 0px)); /* Dynamic VH (best) */
  /* Safe-Areas (iOS/Notch/Bottom-Bar) */
  padding-top: env(safe-area-inset-top, 0);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: #2B6154;
  z-index: 999;
  /* dein existierender Progress/Transform kann bleiben */
  --menuProgress: 0;
  transform: translateY(calc((1 - var(--menuProgress, 0)) * 100%));
  opacity: 0;
  pointer-events: none;
  /* sichtbarer Zustand mit schnellem Slide/Fade */
  /* beim Schließen wieder runterfahren */
}
.mobile-nav.interactive {
  pointer-events: auto; /* wenn progress ~1 */
}
.mobile-nav .inner {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  height: 100%;
}
.mobile-nav .menu-primary-navigation-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .menu-primary-navigation-container li {
  margin: 0 0 1rem;
  list-style: none;
}
.mobile-nav .menu-primary-navigation-container li:last-of-type a {
  margin-bottom: 0;
}
.mobile-nav .menu-primary-navigation-container li.current-menu-item a {
  background: #C3FF9C;
  color: #2B6154;
}
.mobile-nav .menu-primary-navigation-container a {
  text-decoration: none;
  color: #C3FF9C;
  font-size: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 5rem;
  border: 0.15rem solid #C3FF9C;
  border-radius: 6rem;
  margin-bottom: 5rem;
}
@media (max-height: 800px) {
  .mobile-nav .menu-primary-navigation-container a {
    font-size: 3rem;
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1200px) {
  .mobile-nav .menu-primary-navigation-container a {
    font-size: 3rem;
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 620px) {
  .mobile-nav .menu-primary-navigation-container a {
    font-size: 2.1rem;
    padding: 1rem 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 420px) {
  .mobile-nav .menu-primary-navigation-container a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
  }
}
.mobile-nav .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
}
@media (max-width: 770px) {
  .mobile-nav .close {
    top: -1rem;
    right: 1.6rem;
  }
}
.mobile-nav .close:before, .mobile-nav .close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4rem;
  height: 2px;
  background: #F77D28;
}
.mobile-nav .close:before {
  transform: rotate(45deg);
}
.mobile-nav .close:after {
  transform: rotate(-45deg);
}
.mobile-nav.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.25s ease, opacity 0.15s ease;
}
.mobile-nav.closing {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.15s ease;
}

/* Optional: Header fixieren, damit er oben bleibt */
.header-is-sticky .site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-image {
  height: calc(100vh - 11rem);
  background: #C3FF9C;
}
.header-image .scroll {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #fff;
  border: 0.15rem solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-decoration: none;
  color: #000;
}
@media (max-width: 1000px) {
  .header-image .scroll {
    width: 11rem;
    height: 11rem;
    font-size: 2rem;
    bottom: -4rem;
  }
}
.header-image .inner-wrapper {
  position: relative;
  height: calc(100vh - 11rem);
}
.header-image .heading-wrapper {
  padding-top: 10rem;
  position: relative;
  z-index: 10;
  max-width: 80%;
}
@media (max-height: 700px) {
  .header-image .heading-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 1220px) {
  .header-image .heading-wrapper {
    padding-top: 4rem;
    max-width: none;
  }
}
@media (max-width: 1250px) {
  .header-image .heading-wrapper h1 {
    font-size: 8rem;
  }
}
@media (max-width: 950px) {
  .header-image .heading-wrapper h1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 850px) {
  .header-image .heading-wrapper h1 {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  .header-image .heading-wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  .header-image .heading-wrapper h1 {
    font-size: 4rem;
  }
}
.header-image .header-slider {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 49vw;
  max-width: 900px;
  height: auto;
}
@media (max-height: 900px) {
  .header-image .header-slider {
    width: 45vw;
  }
}
@media (max-height: 800px) {
  .header-image .header-slider {
    width: 40vw;
  }
}
@media (max-height: 765px) {
  .header-image .header-slider {
    width: 45vw;
  }
}
@media (max-width: 1220px) {
  .header-image .header-slider {
    width: 55vw;
  }
}
@media (max-width: 1050px) {
  .header-image .header-slider {
    width: 65vw;
  }
}
@media (max-width: 820px) {
  .header-image .header-slider {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .header-image .header-slider {
    width: 100%;
    margin-top: 5rem;
    bottom: inherit;
  }
}
.header-image .header-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-image .header-slider .swiper-slide {
  background: #C3FF9C;
}

.unterseiten-header {
  position: relative;
  height: 60vh;
}
@media (max-width: 850px) {
  .unterseiten-header {
    height: 40vh;
  }
}
.unterseiten-header .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}
.unterseiten-header.dunkelgruen {
  background: #2B6154;
}
.unterseiten-header.dunkelgruen .heading-wrapper h1 {
  color: #F77D28;
}
.unterseiten-header.gruen {
  background: #5F911E;
}
.unterseiten-header.gruen .heading-wrapper h1 {
  color: #2B6154;
}
.unterseiten-header.rot {
  background: #8F4438;
}
.unterseiten-header.rot .heading-wrapper h1 {
  color: #F77D28;
}
.unterseiten-header.orange {
  background: #F77D28;
}
.unterseiten-header.orange .heading-wrapper h1 {
  color: #8F4438;
}
.unterseiten-header .heading-wrapper {
  position: absolute;
  top: 9rem;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.top-footer {
  padding: 3rem 0;
  background: #2B6154;
  border-bottom: 0.2rem solid #F77D28;
}
.top-footer .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  width: 90%;
}
@media (max-width: 1150px) {
  .top-footer .inner-wrapper {
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .top-footer .inner-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 920px) {
  .top-footer .inner-wrapper .left {
    text-align: center;
  }
}
.top-footer .inner-wrapper .left .h4 {
  color: #F77D28;
  font-size: 3.2rem;
  margin: 1.5rem 0px;
}
@media (max-width: 1050px) {
  .top-footer .inner-wrapper .left .h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .top-footer .inner-wrapper .left .h4 {
    font-size: 2rem;
  }
}
.top-footer .inner-wrapper .left .textwidget p {
  font-size: 2.5rem !important;
  color: #fff;
}
@media (max-width: 1050px) {
  .top-footer .inner-wrapper .left .textwidget p {
    font-size: 2rem !important;
  }
}
@media (max-width: 580px) {
  .top-footer .inner-wrapper .left .textwidget p {
    font-size: 1.6rem !important;
  }
}
.top-footer .inner-wrapper .left .textwidget p:first-of-type {
  color: #C3FF9C;
}
.top-footer .inner-wrapper .left .textwidget a {
  color: inherit !important;
}
.top-footer .inner-wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1150px) {
  .top-footer .inner-wrapper .right {
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1350px) {
  .top-footer .inner-wrapper .right .bld-btn {
    font-size: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .top-footer .inner-wrapper .right .bld-btn {
    font-size: 2.1rem;
  }
}
@media (max-width: 1150px) {
  .top-footer .inner-wrapper .right .bld-btn {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .top-footer .inner-wrapper .right .bld-btn {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}

.site-footer {
  background: #2B6154;
  padding: 5rem 0 3rem 0;
}
.site-footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #C3FF9C;
  font-size: 2.5rem;
}
@media (max-width: 1250px) {
  .site-footer .inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .site-footer .inner {
    font-size: 1.6rem;
  }
}
@media (max-width: 700px) {
  .site-footer .inner {
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
}
.site-footer .inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
  padding-left: 0;
}
@media (max-width: 1250px) {
  .site-footer .inner ul {
    gap: 5rem;
  }
}
@media (max-width: 700px) {
  .site-footer .inner ul {
    flex-direction: column;
    gap: 2rem;
  }
}
.site-footer .inner ul li {
  list-style: none;
}
@media (max-width: 700px) {
  .site-footer .inner ul li:last-of-type {
    margin-top: 2rem;
  }
}
.site-footer .inner ul li a {
  text-decoration: none;
  color: #C3FF9C;
  font-size: 2.5rem;
}
@media (max-width: 1250px) {
  .site-footer .inner ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .site-footer .inner ul li a {
    font-size: 1.6rem;
  }
}
.site-footer .footer-widget a {
  color: inherit !important;
}
@media (max-width: 767px) {
  .site-footer .footer-widget {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Bold IMage Gallery
 */
.bilder-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1000px) {
  .bilder-gallery {
    gap: 1.5rem;
  }
}
.bilder-gallery.layout-two-images .image-wrapper {
  width: 80%;
}
@media (max-width: 750px) {
  .bilder-gallery.layout-two-images .image-wrapper {
    width: 100%;
  }
}
.bilder-gallery.layout-two-images .image-wrapper .image:nth-child(1), .bilder-gallery.layout-two-images .image-wrapper .image:nth-child(2) {
  width: 50%;
}
@media (max-width: 750px) {
  .bilder-gallery.layout-two-images .image-wrapper .image:nth-child(1), .bilder-gallery.layout-two-images .image-wrapper .image:nth-child(2) {
    width: calc(50% - 1.5rem);
  }
}
.bilder-gallery.layout-three-images-one-line .image-wrapper {
  width: 100%;
  max-height: 40rem;
}
@media (max-width: 760px) {
  .bilder-gallery.layout-three-images-one-line .image-wrapper {
    max-height: none;
  }
}
.bilder-gallery.layout-three-images-stack .image-wrapper {
  flex-wrap: wrap;
}
.bilder-gallery.layout-three-images-stack .image-wrapper .image:nth-child(2), .bilder-gallery.layout-three-images-stack .image-wrapper .image:nth-child(3) {
  width: calc(50% - 0.5rem);
}
.bilder-gallery.layout-three-images-stack .image-wrapper .image:nth-child(1) {
  width: 100%;
}
.bilder-gallery.layout-six-images .image-wrapper {
  flex-wrap: wrap;
  width: 100%;
}
.bilder-gallery.layout-six-images .image-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .bilder-gallery.layout-six-images .image-wrapper .image img {
    min-height: 15rem;
  }
}
.bilder-gallery.layout-six-images .image-wrapper .image:nth-child(1), .bilder-gallery.layout-six-images .image-wrapper .image:nth-child(2) {
  width: calc(50% - 0.5rem);
}
.bilder-gallery.layout-six-images .image-wrapper .image:nth-child(3), .bilder-gallery.layout-six-images .image-wrapper .image:nth-child(4) {
  width: calc(25% - 0.7rem);
}
@media (max-width: 700px) {
  .bilder-gallery.layout-six-images .image-wrapper .image:nth-child(3), .bilder-gallery.layout-six-images .image-wrapper .image:nth-child(4) {
    width: calc(50% - 0.5rem);
  }
}
.bilder-gallery.layout-six-images .image-wrapper .image:nth-child(5) {
  width: calc(50% - 0.6rem);
}
@media (max-width: 700px) {
  .bilder-gallery.layout-six-images .image-wrapper .image:nth-child(5) {
    width: 100%;
  }
}
.bilder-gallery.layout-five-images-text .image-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
}
.bilder-gallery.layout-five-images-text .image-wrapper .image {
  order: 3;
}
.bilder-gallery.layout-five-images-text .image-wrapper .image:first-of-type {
  order: 1;
}
.bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(1) {
  width: calc(50% - 0.5rem);
}
@media (max-width: 745px) {
  .bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(1) {
    width: 100%;
  }
}
.bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(2), .bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(3) {
  width: calc(25% - 0.7rem);
}
@media (max-width: 745px) {
  .bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(2), .bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(3) {
    width: calc(50% - 0.5rem);
  }
}
.bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(4) {
  width: calc(50% - 0.6rem);
}
@media (max-width: 745px) {
  .bilder-gallery.layout-five-images-text .image-wrapper .image:nth-child(4) {
    width: 100%;
  }
}
.bilder-gallery.layout-five-images-text .image-wrapper .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  order: 2;
  width: calc(50% - 0.5rem);
  padding: 5rem;
  background: #5F911E;
  color: #C3FF9C;
}
@media (max-width: 900px) {
  .bilder-gallery.layout-five-images-text .image-wrapper .text-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 745px) {
  .bilder-gallery.layout-five-images-text .image-wrapper .text-wrapper {
    width: 100%;
  }
}
.bilder-gallery .image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 760px) {
  .bilder-gallery .image-wrapper {
    flex-wrap: wrap;
  }
}
.bilder-gallery .image-wrapper .image:nth-child(1), .bilder-gallery .image-wrapper .image:nth-child(2) {
  width: 25%;
}
@media (max-width: 760px) {
  .bilder-gallery .image-wrapper .image:nth-child(1), .bilder-gallery .image-wrapper .image:nth-child(2) {
    width: calc(50% - 0.5rem);
  }
}
.bilder-gallery .image-wrapper .image:nth-child(3) {
  width: 50%;
}
@media (max-width: 760px) {
  .bilder-gallery .image-wrapper .image:nth-child(3) {
    width: 100%;
  }
}
.bilder-gallery .image-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bilder-gallery .sub-title {
  font-size: 2.1rem;
  color: #000;
}
@media (max-width: 1000px) {
  .bilder-gallery .sub-title {
    font-size: 1.6rem;
  }
}

/**
 * Bld Accordion
 */
.bld-accordion-wrapper .bld-accordion-inner-wrapper {
  border-bottom: 0.05rem solid #C3FF9C;
  transition: all 0.3s;
}
.bld-accordion-wrapper .bld-accordion-inner-wrapper.active {
  background: #2B6154;
}
.bld-accordion-wrapper .bld-accordion-inner-wrapper:last-of-type {
  border-bottom: none;
}
.bld-accordion-wrapper .accordion-item {
  transition: all 0.3s;
}
.bld-accordion-wrapper .accordion-item:hover {
  background: #2B6154;
}
.bld-accordion-wrapper .accordion-item:hover .top .inner .title {
  color: #C3FF9C;
}
.bld-accordion-wrapper .accordion-item .top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.bld-accordion-wrapper .accordion-item .top .inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7rem;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .inner {
    gap: 3rem;
    padding-right: 4rem;
  }
}
@media (max-width: 500px) {
  .bld-accordion-wrapper .accordion-item .top .inner {
    gap: 1.5rem;
  }
}
.bld-accordion-wrapper .accordion-item .top .inner .title {
  color: #2B6154;
}
.bld-accordion-wrapper .accordion-item .top .inner .icon {
  position: relative;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .inner .icon {
    width: 4rem;
    height: 4rem;
  }
}
.bld-accordion-wrapper .accordion-item .top .inner .icon img {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .inner .icon img {
    width: 4rem;
    height: 4rem;
  }
}
.bld-accordion-wrapper .accordion-item .top .inner .icon .icon-normal, .bld-accordion-wrapper .accordion-item .top .inner .icon .icon-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.bld-accordion-wrapper .accordion-item .top .inner .icon .icon-hover {
  opacity: 0;
}
.bld-accordion-wrapper .accordion-item .top .inner:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 0.2rem;
  background: #fff;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .inner:after {
    width: 3.5rem;
  }
}
@media (max-width: 700px) {
  .bld-accordion-wrapper .accordion-item .top .inner:after {
    width: 2rem;
  }
}
.bld-accordion-wrapper .accordion-item .top .inner:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 5rem;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .inner:before {
    height: 3.5rem;
    right: 1.7rem;
  }
}
@media (max-width: 700px) {
  .bld-accordion-wrapper .accordion-item .top .inner:before {
    height: 2rem;
    right: 0.9rem;
  }
}
.bld-accordion-wrapper .accordion-item .top .title {
  text-align: left;
  font-size: 3.2rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .top .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 920px) {
  .bld-accordion-wrapper .accordion-item .top .title {
    font-size: 1.8rem;
  }
}
@media (max-width: 700px) {
  .bld-accordion-wrapper .accordion-item .top .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .bld-accordion-wrapper .accordion-item .top .title {
    font-size: 1.3rem;
  }
}
.bld-accordion-wrapper .accordion-item .content {
  display: none;
  padding: 0 0 2rem 0;
  color: #C3FF9C;
}
.bld-accordion-wrapper .accordion-item .content .inner {
  width: 75%;
  padding-left: 13.5rem;
}
@media (max-width: 1200px) {
  .bld-accordion-wrapper .accordion-item .content .inner {
    padding-left: 7rem;
  }
}
@media (max-width: 700px) {
  .bld-accordion-wrapper .accordion-item .content .inner {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .bld-accordion-wrapper .accordion-item .content .inner {
    padding-left: 5.5rem;
  }
}
.bld-accordion-wrapper .accordion-item.open {
  background: #2B6154 !important;
}
.bld-accordion-wrapper .accordion-item.open .top .title {
  color: #C3FF9C;
}
.bld-accordion-wrapper .accordion-item.open .top .inner:before {
  opacity: 0;
}
.bld-accordion-wrapper .accordion-item.open .top .inner .icon .icon-normal {
  opacity: 0;
}
.bld-accordion-wrapper .accordion-item.open .top .inner .icon .icon-hover {
  opacity: 1;
}

/**
  Fakten / Benefits Buttons
 */
.bld-buttons-wrapper {
  margin-top: 8rem;
}
@media (max-width: 1200px) {
  .bld-buttons-wrapper {
    margin-top: 5rem;
  }
}
@media (max-width: 650px) {
  .bld-buttons-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (max-width: 650px) and (max-width: 600px) {
  .bld-buttons-wrapper {
    flex-direction: column;
  }
}
.bld-buttons-wrapper .btn {
  display: inline-block;
  padding: 2rem 6rem;
  font-size: 3rem;
  color: #C3FF9C;
  background: #2B6154;
  border: 0.2rem solid #C3FF9C;
  border-radius: 5rem;
  margin-bottom: 4rem;
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  .bld-buttons-wrapper .btn {
    padding: 1.5rem 4rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .bld-buttons-wrapper .btn {
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 650px) {
  .bld-buttons-wrapper .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1rem);
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .bld-buttons-wrapper .btn {
    width: 100%;
  }
}

/**
  Info Kästen Classes
 */
.bld-info-kaesten {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(3rem, -5.7746rem + 9.8592vw, 10rem);
  margin-top: 5rem;
}
@media (max-width: 890px) {
  .bld-info-kaesten {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bld-info-kaesten .info-box-outter-wrapper {
  position: relative;
  width: calc(33.33% - clamp(3.5rem, -0.8873rem + 4.9296vw, 7rem));
}
@media (max-width: 890px) {
  .bld-info-kaesten .info-box-outter-wrapper {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 630px) {
  .bld-info-kaesten .info-box-outter-wrapper {
    width: 70%;
  }
}
@media (max-width: 400px) {
  .bld-info-kaesten .info-box-outter-wrapper {
    width: 90%;
  }
}
.bld-info-kaesten .info-box-outter-wrapper:hover .info-box {
  transform: rotateY(180deg);
}
.bld-info-kaesten .info-box-outter-wrapper:hover .info-box .hover-content {
  backface-visibility: visible;
}
.bld-info-kaesten .info-box {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.6s;
}
.bld-info-kaesten .info-box .title {
  color: #2B6154;
  font-size: clamp(3.5rem, -5.2746rem + 9.8592vw, 10.5rem);
  line-height: 1;
  word-break: break-word;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 890px) {
  .bld-info-kaesten .info-box .title {
    font-size: clamp(5rem, 2.493rem + 2.8169vw, 7rem);
  }
}
.bld-info-kaesten .info-box svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 890px) {
  .bld-info-kaesten .info-box svg {
    width: 3rem;
    height: 2rem;
    margin-top: 2rem;
  }
}
.bld-info-kaesten .info-box .normal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #5F911E;
  padding: 6rem 6.5rem 1rem 6.5rem;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 1620px) {
  .bld-info-kaesten .info-box .normal-content {
    padding: 4rem 4.5rem 1rem 4.5rem;
  }
}
@media (max-width: 970px) {
  .bld-info-kaesten .info-box .normal-content {
    padding: 2rem 2.5rem 2rem 2.5rem;
  }
}
@media (max-width: 890px) {
  .bld-info-kaesten .info-box .normal-content {
    align-items: center;
    justify-content: space-between;
    padding-top: 5rem;
  }
}
.bld-info-kaesten .info-box .normal-content svg {
  transition: all 0.3s;
}
.bld-info-kaesten .info-box .hover-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 4rem 1rem 4rem;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2B6154;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 1620px) {
  .bld-info-kaesten .info-box .hover-content {
    padding: 2.5rem 2rem 1rem 2rem;
  }
}
@media (max-width: 970px) {
  .bld-info-kaesten .info-box .hover-content {
    padding: 0.5rem 1rem 2rem 1rem;
  }
}
@media (max-width: 890px) {
  .bld-info-kaesten .info-box .hover-content {
    padding: 0.5rem 2rem 2rem 2rem;
  }
}
.bld-info-kaesten .info-box .hover-content .title {
  font-size: 3.8rem;
  color: #F77D28;
}
@media (max-width: 1450px) {
  .bld-info-kaesten .info-box .hover-content .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1100px) {
  .bld-info-kaesten .info-box .hover-content .title {
    font-size: 2rem;
  }
}
.bld-info-kaesten .info-box .hover-content .text-wrapper {
  color: #C3FF9C;
}
@media (max-width: 1450px) {
  .bld-info-kaesten .info-box .hover-content .text-wrapper {
    font-size: 1.8rem;
  }
}
@media (max-width: 1300px) {
  .bld-info-kaesten .info-box .hover-content .text-wrapper {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .bld-info-kaesten .info-box .hover-content .text-wrapper {
    font-size: 1.4rem;
  }
}
.bld-info-kaesten .info-box .hover-content svg {
  transition: all 0.6s;
}

.firefox .bld-info-kaesten .info-box:hover .normal-content .title {
  opacity: 0;
}
.firefox .bld-info-kaesten .info-box:hover .normal-content svg {
  opacity: 0;
}
.firefox .bld-info-kaesten .info-box:hover .hover-content .title {
  opacity: 1;
}
.firefox .bld-info-kaesten .info-box:hover .hover-content svg {
  opacity: 1;
}

/**
  BLD Mitarbeiter Classes
 */
.bld-mitarbeiter-listing-wrapper {
  margin-top: 8rem;
}
@media (max-width: 700px) {
  .bld-mitarbeiter-listing-wrapper {
    margin-top: 5rem;
  }
}
.bld-mitarbeiter-listing-wrapper .featured, .bld-mitarbeiter-listing-wrapper .listing-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9.5rem;
  width: 100%;
}
@media (max-width: 1600px) {
  .bld-mitarbeiter-listing-wrapper .featured, .bld-mitarbeiter-listing-wrapper .listing-wrapper {
    gap: 5rem;
  }
}
@media (max-width: 750px) {
  .bld-mitarbeiter-listing-wrapper .featured, .bld-mitarbeiter-listing-wrapper .listing-wrapper {
    flex-direction: column;
  }
}
.bld-mitarbeiter-listing-wrapper .featured {
  margin-bottom: 9.5rem;
}
@media (max-width: 1600px) {
  .bld-mitarbeiter-listing-wrapper .featured {
    margin-bottom: 5rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter {
  width: calc(33.33% - 6.4rem);
}
@media (max-width: 1600px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter {
    width: calc(33.33% - 3.4rem);
  }
}
@media (max-width: 1170px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 750px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter {
    width: 100%;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image {
  position: relative;
  background: rgba(95, 145, 30, 0.2);
  border: 0.25rem solid #5F911E;
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .info-icon {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .info-icon {
    right: 1.5rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .info-icon:hover {
  width: 5.2rem;
  height: 5.2rem;
}
@media (max-width: 800px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .info-icon:hover {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper {
  opacity: 0;
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 10rem;
  width: calc(100% - 6rem);
  height: auto;
  background: #fff;
  padding: 5rem 2rem;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 800px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper {
    top: 6rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper.visible {
  opacity: 1;
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper img {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper img {
    width: 3rem;
    height: 3rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item {
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
  color: #000 !important;
  font-size: 1.8rem;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item {
    gap: 2rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item h4 {
  font-size: 2.1rem;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item h4 {
    font-size: 1.7rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .item p {
    font-size: 1.2rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .linkedin {
  align-items: center;
  margin-top: 2rem;
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .linkedin a {
  font-size: 2.1rem;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .image .content-wrapper .linkedin a {
    font-size: 1.7rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box {
  color: #5F911E;
  font-size: 2.1rem;
  line-height: 1.7;
  padding-top: 5rem;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box {
    font-size: 1.8rem;
  }
}
@media (max-width: 800px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box {
    padding-top: 2rem;
  }
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box p {
  margin: 0;
}
.bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box .name {
  font-size: 2.6rem;
  color: #000;
}
@media (max-width: 1420px) {
  .bld-mitarbeiter-listing-wrapper .mitarbeiter .info-box .name {
    font-size: 2.4rem;
  }
}
.bld-mitarbeiter-listing-wrapper .link-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(33.33% - 6.4rem);
}
@media (max-width: 1600px) {
  .bld-mitarbeiter-listing-wrapper .link-item {
    width: calc(33.33% - 3.4rem);
  }
}
@media (max-width: 1170px) {
  .bld-mitarbeiter-listing-wrapper .link-item {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 750px) {
  .bld-mitarbeiter-listing-wrapper .link-item {
    width: 100%;
  }
}
.bld-mitarbeiter-listing-wrapper .link-item a {
  color: inherit;
  text-decoration: none;
}
.bld-mitarbeiter-listing-wrapper .link-item a:hover svg {
  margin-left: 1.5rem;
}
.bld-mitarbeiter-listing-wrapper .link-item .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .bld-mitarbeiter-listing-wrapper .link-item .inner {
    font-size: 2.5rem;
  }
}
.bld-mitarbeiter-listing-wrapper .link-item .inner svg {
  transition: all 0.3s;
}

/**
  Leistungen Listing Classes
 */
.bld-leistungen-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10rem;
}
@media (max-width: 1300px) {
  .bld-leistungen-listing {
    gap: 5rem;
  }
}
@media (max-width: 1200px) {
  .bld-leistungen-listing {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 800px) {
  .bld-leistungen-listing {
    gap: 4rem;
  }
}
.bld-leistungen-listing .leistung {
  width: calc(50% - 5rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 1300px) {
  .bld-leistungen-listing .leistung {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 1200px) {
  .bld-leistungen-listing .leistung {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .bld-leistungen-listing .leistung {
    flex-direction: column;
    gap: 0;
  }
}
.bld-leistungen-listing .leistung .content-wrapper {
  padding-top: 2rem;
}
.bld-leistungen-listing .leistung .content-wrapper .title {
  text-transform: uppercase;
  color: #2B6154;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .bld-leistungen-listing .leistung .content-wrapper .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 650px) {
  .bld-leistungen-listing .leistung .content-wrapper .title {
    font-size: 2.1rem;
  }
}
@media (max-width: 400px) {
  .bld-leistungen-listing .leistung .content-wrapper .title {
    font-size: 1.9rem;
  }
}
.bld-leistungen-listing .leistung .content-wrapper .text-wrapper {
  font-size: 2.1rem;
  color: #000;
  margin-top: 3rem;
}
@media (max-width: 650px) {
  .bld-leistungen-listing .leistung .content-wrapper .text-wrapper {
    font-size: 1.6rem;
  }
}
.bld-leistungen-listing .leistung .content-wrapper .text-wrapper ul {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.bld-leistungen-listing .leistung .content-wrapper .text-wrapper ul li {
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

/**
  Referenz Listing Classes
 */
.referenz-listing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13rem;
  margin-top: 8rem;
}
@media (max-width: 1400px) {
  .referenz-listing {
    gap: 8rem;
  }
}
@media (max-width: 1010px) {
  .referenz-listing {
    gap: 6rem;
    flex-direction: column;
    margin-top: 6rem;
  }
}
.referenz-listing .referenz {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(33.33% - 8.7rem);
}
@media (max-width: 1400px) {
  .referenz-listing .referenz {
    width: calc(50% - 4rem);
  }
}
@media (max-width: 1010px) {
  .referenz-listing .referenz {
    width: 100%;
  }
}
.referenz-listing .referenz .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-size: 3rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  color: #2B6154;
  line-height: 1.1;
}
@media (max-width: 1600px) {
  .referenz-listing .referenz .title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 550px) {
  .referenz-listing .referenz .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 450px) {
  .referenz-listing .referenz .title {
    font-size: 2rem;
  }
}
.referenz-listing .referenz .firmen-wrapper {
  margin-bottom: 12rem;
}
@media (max-width: 1600px) {
  .referenz-listing .referenz .firmen-wrapper {
    margin-bottom: 7rem;
  }
}
@media (max-width: 1010px) {
  .referenz-listing .referenz .firmen-wrapper {
    margin-bottom: 5rem;
  }
}
.referenz-listing .referenz .firmen-wrapper .firma {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .referenz-listing .referenz .firmen-wrapper .firma {
    font-size: 2.2rem;
  }
}
@media (max-width: 550px) {
  .referenz-listing .referenz .firmen-wrapper .firma {
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .referenz-listing .referenz .firmen-wrapper .firma {
    font-size: 1.6rem;
  }
}
.referenz-listing .referenz .download {
  cursor: pointer;
}
.referenz-listing .referenz .download a {
  color: #2B6154;
  text-decoration: none;
}
.referenz-listing .referenz .download .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.referenz-listing .referenz .download .inner .name {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.referenz-listing .referenz .download .inner img {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
}

/**
  FAQ Listing
 */
.job-listing-wrapper {
  margin-top: 6rem;
}
.job-listing-wrapper .job-wrapper {
  border-bottom: 0.1rem solid #000;
}
.job-listing-wrapper .job-wrapper .info-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-item: center;
  padding: 3rem 0;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .job-listing-wrapper .job-wrapper .info-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper:hover .arrow {
  padding-right: 1.5rem;
}
.job-listing-wrapper .job-wrapper .info-wrapper .item {
  display: flex;
  align-items: center;
  width: 33.33%;
}
@media (max-width: 1150px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .item {
    width: 100%;
    justify-content: center;
  }
}
.job-listing-wrapper .job-wrapper .type {
  font-size: 1.8rem;
}
.job-listing-wrapper .job-wrapper a {
  text-decoration: none;
  color: #000;
}
.job-listing-wrapper .job-wrapper h3 {
  position: relative;
  color: #000;
  font-size: 3.2rem !important;
  display: flex;
  gap: 0.4rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .job-listing-wrapper .job-wrapper h3 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 550px) {
  .job-listing-wrapper .job-wrapper h3 {
    font-size: 2.4rem !important;
  }
}
@media (max-width: 450px) {
  .job-listing-wrapper .job-wrapper h3 {
    font-size: 2rem !important;
  }
}
.job-listing-wrapper .job-wrapper .download {
  gap: 2rem;
}
@media (max-width: 1050px) {
  .job-listing-wrapper .job-wrapper .download {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.job-listing-wrapper .job-wrapper .download .name {
  font-size: 1.8rem;
  color: #2B6154;
}
@media (max-width: 1050px) {
  .job-listing-wrapper .job-wrapper .download .name {
    text-align: center;
  }
}

/**
  Bold Terminvereinbarung Classes
 */
.termin-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 8rem;
}
@media (max-width: 900px) {
  .termin-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .termin-wrapper {
    margin-top: 5rem;
  }
}
.termin-wrapper .image {
  width: 35%;
}
@media (max-width: 900px) {
  .termin-wrapper .image {
    width: 100%;
    order: 2;
  }
}
.termin-wrapper .image img {
  display: block;
  width: 100%;
  height: 70rem;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .termin-wrapper .image img {
    height: 45rem;
  }
}
@media (max-width: 900px) {
  .termin-wrapper .image img {
    height: auto;
    aspect-ratio: 1/1.1;
    object-position: top;
  }
}
@media (max-width: 550px) {
  .termin-wrapper .image img {
    aspect-ratio: 1/1;
  }
}
.termin-wrapper .termin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  width: 65%;
  padding: 6rem 15rem;
  background: #2B6154;
  color: #F77D28;
}
@media (max-width: 1500px) {
  .termin-wrapper .termin {
    padding: 5rem;
  }
}
@media (max-width: 900px) {
  .termin-wrapper .termin {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .termin-wrapper .termin {
    width: 100%;
    padding: 2rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
