@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: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Fira";
  src: url("./includes/fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Fira Mono";
  src: url("./includes/fonts/Fira_Mono/FiraMono-Regular.ttf") format("truetype");
  font-weight: 400;
}
/* 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(1240px + 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%;
}
html.no-scroll body {
  overflow: hidden;
  position: relative;
}
@media (min-width: 750px) {
  html.no-scroll body:after {
    width: 100%;
  }
}

body {
  font-family: "Fira", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #58595B;
  line-height: 1.2;
  max-width: 2560px;
  margin: 0 auto;
}
body:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 0.95s;
}
body.no-hero header {
  background: linear-gradient(180deg, #7F0E12 0%, #C60000 100%);
}

#page {
  overflow: hidden;
}

.site-content-contain a:not(.bld-btn) {
  color: #58595B;
}

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

.grey-txt {
  color: #58595B !important;
}

.vc_section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 700px) {
  .vc_section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.vc_section.npt {
  padding-top: 0;
}
.vc_section.npb {
  padding-bottom: 0;
}
.vc_section.np {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_section.red {
  background: linear-gradient(180deg, #7F0E12 0%, #C60000 100%);
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
}
.vc_section.red h1, .vc_section.red .h1, .vc_section.red h2, .vc_section.red .h2, .vc_section.red h3, .vc_section.red .h3 {
  color: #fff;
}
.vc_section.grey {
  background: #F1F2F2;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.bld-position {
  display: flex;
  margin-top: 4rem;
}
.bld-position .bld-btn {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
  border: 0.1rem solid #C60000;
  line-height: 1.5rem;
  border-radius: 1rem;
  color: #C60000;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
}
.bld-position .bld-btn:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
.bld-position .bld-btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #C60000;
  transition: all 0.75s;
  z-index: -1;
}
.bld-position .bld-btn:hover {
  color: #fff;
}
.bld-position .bld-btn:hover:before {
  color: #fff;
}
.bld-position .bld-btn:hover:after {
  height: 100% !important;
}
.bld-position .bld-btn:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
}
.bld-position .bld-btn.white {
  background: #fff;
  border: none;
}
.bld-position .bld-btn.red {
  background: #C60000;
  color: #fff;
}
.bld-position .bld-btn.red:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #fff;
  transition: all 0.75s;
  z-index: -1;
}
.bld-position .bld-btn.red:hover {
  color: #C60000;
}

.wpforms-confirmation-container a {
  position: relative;
  display: inline-block;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
  border: 0.1rem solid #C60000;
  line-height: 1.5rem;
  border-radius: 1rem;
  color: #C60000;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
}
.wpforms-confirmation-container a:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
.wpforms-confirmation-container a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #C60000;
  transition: all 0.75s;
  z-index: -1;
}
.wpforms-confirmation-container a:hover {
  color: #fff;
}
.wpforms-confirmation-container a:hover:before {
  color: #fff;
}
.wpforms-confirmation-container a:hover:after {
  height: 100% !important;
}
.wpforms-confirmation-container a:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
}
.wpforms-confirmation-container a.white {
  background: #fff;
  border: none;
}
.wpforms-confirmation-container a.red {
  background: #C60000;
  color: #fff;
}
.wpforms-confirmation-container a.red:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #fff;
  transition: all 0.75s;
  z-index: -1;
}

.vc_single_image-wrapper img {
  min-width: 3rem;
  min-height: 5rem;
}

.bld-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 550px) {
  .bld-buttons {
    flex-direction: column;
  }
}
.bld-buttons .bld-btn {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
  border: 0.1rem solid #C60000;
  line-height: 1.5rem;
  border-radius: 1rem;
  color: #C60000;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
}
@media (max-width: 550px) {
  .bld-buttons .bld-btn {
    justify-content: center;
  }
}
.bld-buttons .bld-btn:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
.bld-buttons .bld-btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #C60000;
  transition: all 0.75s;
  z-index: -1;
}
.bld-buttons .bld-btn:hover {
  color: #fff;
}
.bld-buttons .bld-btn:hover:before {
  color: #fff;
}
.bld-buttons .bld-btn:hover:after {
  height: 100% !important;
}
.bld-buttons .bld-btn:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
}
.bld-buttons .bld-btn.white {
  background: #fff;
  border: none;
}
.bld-buttons .bld-btn.red {
  background: #C60000;
  color: #fff;
}
.bld-buttons .bld-btn.red:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #fff;
  transition: all 0.75s;
  z-index: -1;
}
.bld-buttons .bld-btn.red:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
.bld-buttons .bld-btn.red:hover {
  color: #C60000;
}
.bld-buttons .bld-btn.red:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
}

.heading {
  margin-bottom: 4rem;
}
@media (max-width: 500px) {
  .heading {
    margin-bottom: 2rem;
  }
}

.pre-headline {
  font-family: "Fira Mono", "Fira";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

h2, .h2, h3, .h3 {
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.18rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #C60000;
}
@media (max-width: 600px) {
  h2, .h2, h3, .h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 400px) {
  h2, .h2, h3, .h3 {
    font-size: 2.2rem;
  }
}
h2 strong, .h2 strong, h3 strong, .h3 strong {
  font-family: "Fira Mono", "Fira";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.bld-image {
  overflow-y: hidden;
}
.bld-image .image {
  display: block;
  width: 100%;
  height: 50rem;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (hover: none) {
  .bld-image .image {
    background-attachment: scroll;
  }
}
@media (max-width: 1000px) {
  .bld-image .image {
    height: 500px;
  }
}
@media (max-width: 630px) {
  .bld-image .image {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .bld-image .image {
    height: 250px;
  }
}

/**
  Form Classes
 */
form input, form select, form textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  border: 0.15rem solid #C60000;
  color: #58595B !important;
  -webkit-appearance: none;
  margin-bottom: 3rem;
  margin-top: 0.7rem;
}
@media (max-width: 700px) {
  form input, form select, form textarea {
    padding: 1rem;
  }
}
@media (max-width: 500px) {
  form input, form select, form textarea {
    margin-bottom: 2rem;
  }
}
form input option.placeholder, form select option.placeholder, form textarea option.placeholder {
  color: #58595B !important;
}
form .iti {
  margin-top: 0.7rem;
}
form textarea {
  height: 30rem;
  resize: vertical;
}
@media (max-width: 600px) {
  form textarea {
    height: 20rem;
  }
}
@media (max-width: 600px) {
  form .wpforms-layout-row {
    padding-right: 1.5rem;
  }
}
@media (max-width: 600px) {
  form .wpforms-field-file-upload {
    margin-top: 2rem;
  }
}
form .wpforms-uploader {
  border: 0.15rem dashed #C60000 !important;
  border-radius: 1.2rem !important;
  margin-top: 0.7rem;
  background: #fff !important;
}
form select {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.2rem center !important;
  background-size: 0.6rem;
}
form label {
  margin-bottom: 0.5rem;
  color: #C60000;
  font-size: 2rem;
}
@media (max-width: 700px) {
  form label {
    font-size: 1.6rem;
  }
}
@media (max-width: 550px) {
  form label {
    font-size: 1.4rem;
  }
}
form .wpforms-sublabel-hide, form .wpforms-label-hide {
  display: none;
}
form .wpforms-field-checkbox fieldset {
  border: none;
  padding: 0;
}
form .wpforms-field-checkbox fieldset ul {
  margin: 0;
}
form .wpforms-field-checkbox fieldset ul li {
  cursor: pointer;
}
form .wpforms-field-checkbox fieldset ul li input {
  margin-top: 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
form .wpforms-field-checkbox fieldset ul li label {
  cursor: pointer;
}
form .wpforms-captcha-math input {
  width: auto !important;
  display: inline-block !important;
}
form .wpforms-field-gdpr-checkbox ul, form .wpforms-field-checkbox ul {
  padding-left: 0;
}
form .wpforms-field-gdpr-checkbox ul li, form .wpforms-field-checkbox ul li {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
}
form .wpforms-field-gdpr-checkbox ul li.wpforms-selected input, form .wpforms-field-checkbox ul li.wpforms-selected input {
  background: #C60000;
}
form .wpforms-field-gdpr-checkbox ul li label, form .wpforms-field-checkbox ul li label {
  font-size: 1.4rem !important;
}
form .wpforms-field-gdpr-checkbox ul li a, form .wpforms-field-checkbox ul li a {
  color: #C60000;
}
form .wpforms-field-gdpr-checkbox ul li input, form .wpforms-field-checkbox ul li input {
  padding: 0.7rem;
  width: inherit;
  height: inherit;
}
@media (max-width: 678px) {
  form .wpforms-field-gdpr-checkbox ul li input, form .wpforms-field-checkbox ul li input {
    height: 1rem;
  }
}
form .wpforms-field-date-time fieldset {
  padding: 0;
  border: none;
}
form .wpforms-field-date-time fieldset legend {
  display: none;
}
form .wpforms-field-date-time fieldset input {
  margin-bottom: 0.2rem;
}
form .wpforms-field-date-time .wpforms-field-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 2rem;
}
form .wpforms-field-date-time .wpforms-field-row input {
  width: 100%;
}
form .wpforms-field-date-time .wpforms-field-row-block {
  margin-bottom: 2rem;
  width: 100%;
}
form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}
form .bld-btn {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
  border: 0.1rem solid #C60000;
  line-height: 1.5rem;
  border-radius: 1rem;
  color: #C60000;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
  cursor: pointer;
}
form .bld-btn:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
form .bld-btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #C60000;
  transition: all 0.75s;
  z-index: -1;
}
form .bld-btn:hover {
  color: #fff;
}
form .bld-btn:hover:before {
  color: #fff;
}
form .bld-btn:hover:after {
  height: 100% !important;
}
form .bld-btn:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  padding: 6rem 0;
  transition: all 0.3s;
}
@media (max-width: 1150px) {
  header {
    padding: 2.5rem 0;
  }
}
header.scrolled {
  background: linear-gradient(180deg, #7F0E12 0%, #C60000 100%);
  padding: 2rem 0;
  transition: all 0.5s;
}
header.scrolled .site-branding {
  width: 10rem;
}
@media (max-width: 1150px) {
  header.scrolled .site-branding {
    width: 9rem;
  }
}
header.scrolled .primary-navigation li.red a {
  border: 0.1rem solid #fff !important;
  padding: 1.1rem 1.5rem !important;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .site-branding {
  width: 14rem;
  transition: all 0.5s;
}
@media (max-width: 1150px) {
  header .site-branding {
    width: 9rem;
  }
}
header .site-branding img {
  display: block;
  width: 100%;
  height: auto;
}
header .menu-top-navigation-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media (max-width: 1150px) {
  header .menu-top-navigation-container {
    display: none;
  }
}
header .menu-top-navigation-container ul {
  margin: 0;
  padding: 0;
}
header .menu-top-navigation-container ul li {
  position: relative;
  display: inline-block;
  padding: 0 0.8rem;
}
header .menu-top-navigation-container ul li:last-child {
  padding-right: 0;
}
header .menu-top-navigation-container ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
header .menu-top-navigation-container ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}
header .menu-top-navigation-container ul li a:hover:after {
  width: 100%;
}
@media (max-width: 1250px) {
  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 0.8rem;
}
header .primary-navigation ul li:last-child {
  padding-right: 0;
}
header .primary-navigation ul li.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2.5rem;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #7F0E12 0%, #C60000 100%);
  transition: all 0.3s;
}
header .primary-navigation ul li.menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
}
header .primary-navigation ul li.menu-item-has-children .sub-menu li a {
  white-space: nowrap;
}
header .primary-navigation ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .primary-navigation ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}
header .primary-navigation ul li.white a {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.5rem;
  border: 0.1rem solid transparent;
  font-weight: 400;
  border-radius: 1rem;
  color: #C60000;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s;
}
header .primary-navigation ul li.white a:hover {
  background: #C60000;
  border-color: #fff;
  color: #fff;
}
header .primary-navigation ul li.red a {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  color: #fff;
  background: #C60000;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s;
}
header .toggle-mobile {
  display: none;
  cursor: pointer;
  padding: 1rem 0;
}
@media (max-width: 1250px) {
  header .toggle-mobile {
    display: inline-block;
  }
}
header .toggle-mobile span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
header .toggle-mobile span:last-child {
  margin-bottom: 0;
}
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%);
}

.mobile-nav {
  position: fixed;
  width: auto;
  right: 0;
  bottom: 100%;
  height: 100%;
  background: #C60000;
  z-index: 98;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .mobile-nav {
    width: 100%;
  }
}
.mobile-nav.open {
  bottom: 0;
}
.mobile-nav .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  transition: all 0.3s;
}
.mobile-nav .inner .primary-navigation {
  width: 100%;
  padding: 20px 0;
}
.mobile-nav .inner .primary-navigation ul {
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .primary-navigation ul li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.mobile-nav .inner .primary-navigation ul li.menu-item-has-children {
  position: relative;
}
.mobile-nav .inner .primary-navigation ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
}
.mobile-nav .inner .primary-navigation ul li.menu-item-has-children.change:after {
  transform: rotate(90deg);
}
.mobile-nav .inner .primary-navigation ul li .sub-menu {
  display: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.mobile-nav .inner .primary-navigation ul li .sub-menu li a {
  font-size: 1.6rem;
}
.mobile-nav .inner .primary-navigation ul li.current-menu-item a:after {
  width: 100%;
}
.mobile-nav .inner .primary-navigation ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 300;
}
.mobile-nav .inner .primary-navigation ul li a:after {
  display: none;
}
.mobile-nav .inner .menu-top-navigation-container ul {
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .menu-top-navigation-container ul li {
  display: block;
  list-style: none;
  margin-bottom: 0.5rem;
}
.mobile-nav .inner .menu-top-navigation-container ul li.current-menu-item a:after {
  width: 100%;
}
.mobile-nav .inner .menu-top-navigation-container ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 300;
}
.mobile-nav .inner .menu-top-navigation-container ul li a:after {
  display: none;
}

.header-image {
  position: relative;
}
.header-image .image-wrapper {
  position: relative;
  height: 100vh;
}
@media (max-width: 665px) {
  .header-image .image-wrapper {
    height: auto;
  }
}
.header-image .inner-image-wrapper {
  position: relative;
  height: 100vh;
}
@media (max-width: 665px) {
  .header-image .inner-image-wrapper {
    height: auto;
  }
}
.header-image .inner-image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 26.41%, rgba(236, 236, 236, 0) 110.02%);
  width: 100%;
  height: 100%;
}
.header-image .lottie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .lottie video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .header-image .lottie video {
    display: none;
  }
}
.header-image .lottie .mobile-schallwellen {
  display: none;
}
@media (max-width: 767px) {
  .header-image .lottie .mobile-schallwellen {
    display: block;
  }
}
.header-image .lottie.Safari .mobile-schallwellen {
  display: block !important;
}
.header-image .lottie.Safari video {
  display: none !important;
}
.header-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-height: 780px) {
  .header-image .heading-wrapper {
    top: inherit;
    transform: none;
    bottom: 2rem;
  }
}
@media (max-width: 665px) {
  .header-image .heading-wrapper {
    display: block;
    position: relative;
    top: inherit;
    transform: none;
    bottom: 0;
  }
}
.header-image .heading-wrapper .inner-wrapper {
  display: inline-block;
  background: #fff;
  padding: 4.4rem;
  border-radius: 1.2rem;
}
@media (max-width: 665px) {
  .header-image .heading-wrapper .inner-wrapper {
    width: 100%;
    border-radius: 0;
    padding: 2rem 0;
  }
}
.header-image .heading-wrapper .inner-wrapper h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #58595B;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media (max-width: 665px) {
  .header-image .heading-wrapper .inner-wrapper h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 500px) {
  .header-image .heading-wrapper .inner-wrapper h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.header-image .heading-wrapper .inner-wrapper h1 p {
  margin: 0 !important;
}
.header-image .heading-wrapper .inner-wrapper .text-wrapper {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
  color: #58595B;
}
@media (max-width: 500px) {
  .header-image .heading-wrapper .inner-wrapper .text-wrapper {
    font-size: 1.8rem;
  }
}
.header-image .heading-wrapper .inner-wrapper .text-wrapper p {
  margin-top: 0;
}
.header-image .heading-wrapper .inner-wrapper .bld-position {
  margin-top: 0;
}
.header-image .heading-wrapper .inner-wrapper .red {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  color: #fff;
  background: #C60000;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s;
}
.header-image .heading-wrapper .inner-wrapper .red:hover {
  color: #C60000;
}
.header-image .heading-wrapper .inner-wrapper .red:before {
  display: none;
}
.header-image .bottom-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: clamp(2rem, -16.3333rem + 18.3333vw, 6.4rem);
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  z-index: 1;
  padding: 4rem 6rem;
  border-top-left-radius: 1.2rem;
}
@media (max-height: 780px) {
  .header-image .bottom-wrapper {
    position: relative;
    border-top-left-radius: 0;
    margin-bottom: 5rem;
  }
}
@media (max-width: 980px) {
  .header-image .bottom-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 665px) {
  .header-image .bottom-wrapper {
    position: relative;
  }
}
.header-image .bottom-wrapper .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #C60000;
  padding-right: clamp(2rem, -16.3333rem + 18.3333vw, 6.4rem);
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 980px) {
  .header-image .bottom-wrapper .item-wrapper {
    width: calc(50% - clamp(2rem, -16.3333rem + 18.3333vw, 6.4rem) / 2);
    flex: inherit;
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .header-image .bottom-wrapper .item-wrapper {
    width: 100%;
  }
}
@media (max-height: 780px) {
  .header-image .bottom-wrapper .item-wrapper {
    position: relative;
    border-top-left-radius: 0;
  }
}
.header-image .bottom-wrapper .item-wrapper:last-of-type {
  border-right: none;
  padding-right: 0;
}
.header-image .bottom-wrapper .item-wrapper a {
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.header-image .bottom-wrapper .item-wrapper img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.header-image .bottom-wrapper .item-wrapper .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.09rem;
  color: #58595B;
}
.header-image .bottom-wrapper .item-wrapper .title p {
  margin: 0;
}
.header-image .bottom-wrapper .item-wrapper .link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #58595B;
  text-align: center;
  padding-left: 1.6rem;
}
.header-image .bottom-wrapper .item-wrapper .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-grey.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
}

.unterseiten-header {
  position: relative;
  height: 65vh;
  max-height: 55rem;
  background: linear-gradient(180deg, #7F0E12 0%, #C60000 100%);
}
@media (max-width: 1000px) {
  .unterseiten-header {
    max-height: 35rem;
  }
}
@media (max-width: 600px) {
  .unterseiten-header {
    max-height: 40rem;
  }
}
.unterseiten-header .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10rem;
  z-index: 1;
}
@media (max-height: 800px) {
  .unterseiten-header .heading-wrapper {
    bottom: 4rem;
  }
}
@media (max-width: 500px) {
  .unterseiten-header .heading-wrapper {
    bottom: 2rem;
  }
}
.unterseiten-header .heading-wrapper .inner-wrapper {
  display: inline-block;
}
.unterseiten-header .heading-wrapper .inner-wrapper h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media (max-width: 1100px) {
  .unterseiten-header .heading-wrapper .inner-wrapper h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 680px) {
  .unterseiten-header .heading-wrapper .inner-wrapper h1 {
    font-size: 2.5rem;
  }
}
.unterseiten-header .heading-wrapper .inner-wrapper h1 p {
  margin: 0 !important;
}
.unterseiten-header .heading-wrapper .inner-wrapper .text-wrapper {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1100px) {
  .unterseiten-header .heading-wrapper .inner-wrapper .text-wrapper {
    font-size: 1.8rem;
  }
}
@media (max-width: 680px) {
  .unterseiten-header .heading-wrapper .inner-wrapper .text-wrapper {
    font-size: 1.6rem;
  }
}
.unterseiten-header .heading-wrapper .inner-wrapper .text-wrapper p {
  margin-top: 0;
}

.single-produkte .unterseiten-header, .single-einsatzmeoglichkeit .unterseiten-header {
  height: 80vh !important;
  max-height: 70rem;
}
@media (max-width: 1100px) {
  .single-produkte .unterseiten-header, .single-einsatzmeoglichkeit .unterseiten-header {
    max-height: 45rem;
  }
}
@media (max-width: 600px) {
  .single-produkte .unterseiten-header, .single-einsatzmeoglichkeit .unterseiten-header {
    max-height: 45rem;
  }
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.kontakt-info-footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kontakt-info-footer .inner .inner-wrapper {
  width: 70%;
  text-align: center;
}
.kontakt-info-footer .inner .inner-wrapper h2 p {
  margin: 0;
}
.kontakt-info-footer .inner .inner-wrapper .text {
  margin-bottom: 4rem;
}
.kontakt-info-footer .inner .inner-wrapper .bld-buttons .bld-btn:last-of-type {
  background: #C60000;
  color: #fff;
}
.kontakt-info-footer .inner .inner-wrapper .bld-buttons .bld-btn:last-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #fff;
  transition: all 0.75s;
  z-index: -1;
}
.kontakt-info-footer .inner .inner-wrapper .bld-buttons .bld-btn:last-of-type:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}
.kontakt-info-footer .inner .inner-wrapper .bld-buttons .bld-btn:last-of-type:hover {
  color: #C60000;
}
.kontakt-info-footer .inner .inner-wrapper .bld-buttons .bld-btn:last-of-type:hover:before {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
}

.site-footer {
  background: #58595B;
  padding: 5rem 0;
  color: #fff;
}
.site-footer .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 800px) {
  .site-footer .inner .top {
    flex-direction: column;
    gap: 2rem;
  }
}
.site-footer .inner .top .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 400px) {
  .site-footer .inner .top .left {
    gap: 2rem;
  }
}
.site-footer .inner .top .left ul {
  column-count: 2;
  column-gap: 4rem;
}
@media (max-width: 400px) {
  .site-footer .inner .top .left ul {
    column-count: 1;
  }
}
.site-footer .inner .top .right img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
}
.site-footer .inner ul {
  padding-left: 0;
  margin: 0;
}
.site-footer .inner ul li {
  list-style: none;
}
.site-footer .inner ul li a {
  text-decoration: none;
  color: #fff;
}
.site-footer .inner .bottom {
  padding-top: 3.5rem;
}
.site-footer .inner .bottom ul {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (max-width: 400px) {
  .site-footer .inner .bottom ul {
    justify-content: center;
  }
}
.site-footer .inner .bottom ul li {
  position: relative;
}
.site-footer .inner .bottom ul li:after {
  content: "|";
  position: absolute;
  right: -1rem;
  top: 55%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.site-footer .inner .bottom ul li:last-of-type:after {
  display: none;
}
.site-footer .inner .bottom ul li a {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media (max-width: 800px) {
  .site-footer .footer-widget {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-widget p {
  margin: 0;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bld Image + Text
--------------------------------------------------------------*/
.bld-image_text {
  display: flex;
  gap: 10rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .bld-image_text {
    gap: 4rem;
  }
}
.bld-image_text .image-wrapper {
  position: relative;
  width: calc(50% - 5rem);
}
@media (max-width: 950px) {
  .bld-image_text .image-wrapper {
    width: calc(40% - 5rem);
  }
}
@media (max-width: 767px) {
  .bld-image_text .image-wrapper {
    width: 100%;
  }
}
.bld-image_text .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.bld-image_text .text-wrapper {
  width: calc(50% - 5rem);
}
@media (max-width: 950px) {
  .bld-image_text .text-wrapper {
    width: calc(60% - 5rem);
  }
}
@media (max-width: 767px) {
  .bld-image_text .text-wrapper {
    width: 100%;
  }
}
.bld-image_text .text-wrapper h2 strong, .bld-image_text .text-wrapper .h2 strong, .bld-image_text .text-wrapper h3 strong, .bld-image_text .text-wrapper .h3 strong {
  display: block;
}
.bld-image_text.image-right .image-wrapper {
  order: 2;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .image-wrapper {
    order: 1;
  }
}
.bld-image_text.image-right .text-wrapper {
  order: 1;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .text-wrapper {
    order: 2;
  }
}
.bld-image_text .downloadPopupWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: scroll;
}
@media (max-width: 830px) {
  .bld-image_text .downloadPopupWrapper h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .bld-image_text .downloadPopupWrapper h2 {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .bld-image_text .downloadPopupWrapper h2 {
    font-size: 1.8rem;
  }
}
.bld-image_text .downloadPopupWrapper .popup-container {
  width: 90vw;
  height: 100%;
  padding: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media (max-width: 650px) {
  .bld-image_text .downloadPopupWrapper .popup-container {
    width: 95vw;
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  .bld-image_text .downloadPopupWrapper .popup-container {
    top: inherit;
    transform: translateX(-50%);
  }
}
.bld-image_text .downloadPopupWrapper .popup-container .content-wrapper {
  overflow: scroll;
  max-height: 90vh;
}
.bld-image_text .downloadPopupWrapper .popup-container h2 {
  font-size: 3rem;
}
.bld-image_text .downloadPopupWrapper .popup-container .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.bld-image_text .downloadPopupWrapper .wpforms-field-gdpr-checkbox input {
  margin: 0;
}
.bld-image_text .downloadPopupWrapper .wpforms-field-gdpr-checkbox label {
  margin: 0;
}
.bld-image_text .download-button {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  margin-top: 3rem;
}
.bld-image_text .download-button .file-name {
  color: #C60000;
}

/**
  Bld Rezensions Slider
 */
.bld-rezensions-slider .rezension-inner-wrapper {
  text-align: center;
}
.bld-rezensions-slider .rezension-inner-wrapper .title {
  font-size: clamp(2.2rem, 1.3818rem + 1.6364vw, 4rem);
  color: #C60000;
}
.bld-rezensions-slider .rezension-inner-wrapper .text {
  display: block;
  margin: 0 auto;
  width: 60%;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #58595B;
  font-weight: 300;
}
@media (max-width: 800px) {
  .bld-rezensions-slider .rezension-inner-wrapper .text {
    width: 90%;
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .bld-rezensions-slider .rezension-inner-wrapper .text {
    width: 100%;
    font-size: 1.5rem;
  }
}
.bld-rezensions-slider .rezension-inner-wrapper .bottom-wrapper {
  margin-top: 2rem;
}
.bld-rezensions-slider .slick-dots {
  margin-top: 2rem;
  bottom: -4rem !important;
}
.bld-rezensions-slider .slick-dots li {
  margin: 0 !important;
}
.bld-rezensions-slider .slick-dots button:before {
  font-size: 3rem !important;
  color: #fff !important;
  opacity: 1 !important;
}
.bld-rezensions-slider .slick-active button:before {
  color: #58595B !important;
}
.bld-rezensions-slider .slick-prev {
  display: none !important;
}

.arrows-rezensions-slider {
  position: relative;
  top: -55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 710px) {
  .arrows-rezensions-slider {
    top: -63px;
  }
}
@media (max-width: 570px) {
  .arrows-rezensions-slider {
    justify-content: flex-start;
    top: -10px;
  }
}
.arrows-rezensions-slider .current {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 710px) {
  .arrows-rezensions-slider .current {
    font-size: 14px;
  }
}
.arrows-rezensions-slider .next {
  display: flex;
  align-items: center;
  margin-left: 5px;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 710px) {
  .arrows-rezensions-slider .next {
    font-size: 14px;
  }
}

.slick-dots {
  display: none;
}

/**
  Bld Produkt Listing
 */
.produkte-lisitng {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 700px) {
  .produkte-lisitng {
    display: block;
  }
}
.produkte-lisitng .left {
  position: relative;
  width: 50%;
}
@media (max-width: 820px) {
  .produkte-lisitng .left {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .produkte-lisitng .left {
    display: none;
  }
}
.produkte-lisitng .left img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.produkte-lisitng .left img.default {
  position: relative;
  display: block;
}
.produkte-lisitng .bld-accordion-wrapper {
  width: 50%;
}
@media (max-width: 820px) {
  .produkte-lisitng .bld-accordion-wrapper {
    width: 60%;
  }
}
@media (max-width: 700px) {
  .produkte-lisitng .bld-accordion-wrapper {
    width: 100%;
  }
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item {
  border-bottom: 1px solid #C60000;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item:first-of-type {
  border-top: 1px solid #C60000;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item.open .top:before {
  opacity: 0 !important;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top {
  position: relative;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top:after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.2rem;
  background: #000;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 0.2rem;
  background: #000;
  transition: all 0.3s;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top.open .top:before {
  opacity: 0 !important;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  padding: 3.5rem 0;
}
@media (max-width: 1070px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
    padding: 1.5rem 0;
  }
}
@media (max-width: 800px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
    gap: 1.5rem;
  }
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner .count {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 700px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner .count {
    font-size: 1.4rem;
  }
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (max-width: 1070px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
    font-size: 16px;
  }
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .content {
  display: none;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}
@media (max-width: 1070px) {
  .produkte-lisitng .bld-accordion-wrapper .accordion-item .content {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
  }
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .content .more-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #C60000;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
}
.produkte-lisitng .bld-accordion-wrapper .accordion-item .content .more-btn:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}

.black .faq-listing .accordion-item {
  border-bottom: 2px solid #fff;
}
.black .faq-listing .accordion-item .top:before, .black .faq-listing .accordion-item .top:after {
  background: #fff !important;
}
.black .faq-listing .accordion-item:first-of-type {
  border-top: 2px solid #fff;
}

/*--------------------------------------------------------------
Bld Einsatzmoeglichkeiten Listing
--------------------------------------------------------------*/
.einsatzmeoglichkeiten-lisitng {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 2560px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .einsatzmeoglichkeiten-lisitng {
    display: block;
  }
}
.einsatzmeoglichkeiten-lisitng .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .einsatzmeoglichkeiten-lisitng .left {
    position: relative;
  }
}
.einsatzmeoglichkeiten-lisitng .left .container {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .einsatzmeoglichkeiten-lisitng .left .container {
    top: inherit;
    transform: inherit;
  }
}
.einsatzmeoglichkeiten-lisitng .left .inner {
  width: 25%;
}
@media (max-width: 1200px) {
  .einsatzmeoglichkeiten-lisitng .left .inner {
    width: 100%;
  }
}
.einsatzmeoglichkeiten-lisitng .right {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 2rem;
  gap: 3rem;
}
@media (min-width: 1800px) {
  .einsatzmeoglichkeiten-lisitng .right {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .einsatzmeoglichkeiten-lisitng .right {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    grid-auto-rows: 1.5rem;
    gap: 2rem;
  }
}
@media (max-width: 680px) {
  .einsatzmeoglichkeiten-lisitng .right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 680px) and (max-width: 470px) {
  .einsatzmeoglichkeiten-lisitng .right {
    flex-direction: column;
  }
}
.einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 680px) {
  .einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 470px) {
  .einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit {
    width: 100%;
  }
}
.einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit:hover img {
  transform: scale(1.1);
}
.einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.5s;
}
.einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit h3 {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 850px) {
  .einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit h3 {
    font-size: 1.4rem;
    left: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 470px) {
  .einsatzmeoglichkeiten-lisitng .right .einsatzmeoglichkeit h3 {
    font-size: 2rem;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
.einsatzmeoglichkeiten-lisitng .right .item-1 {
  grid-column: 1/2;
  grid-row: 1/9;
}
.einsatzmeoglichkeiten-lisitng .right .item-2 {
  grid-column: 2/3;
  grid-row: 2/10;
}
.einsatzmeoglichkeiten-lisitng .right .item-3 {
  grid-column: 3/4;
  grid-row: 1/9;
}
.einsatzmeoglichkeiten-lisitng .right .item-4 {
  grid-column: 1/2;
  grid-row: 9/17;
}
.einsatzmeoglichkeiten-lisitng .right .item-5 {
  grid-column: 2/3;
  grid-row: 10/18;
}
.einsatzmeoglichkeiten-lisitng .right .item-6 {
  grid-column: 3/4;
  grid-row: 9/17;
}

/**
  Bold News Listing
 */
.news-listing .inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media (max-width: 580px) {
  .news-listing .inner-wrapper {
    flex-direction: column;
  }
}
.news-listing .inner-wrapper .item {
  width: calc(33.33% - 1.6rem);
}
@media (max-width: 850px) {
  .news-listing .inner-wrapper .item {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 580px) {
  .news-listing .inner-wrapper .item {
    width: 100%;
  }
}
.news-listing .inner-wrapper .item:hover .overlay {
  opacity: 1 !important;
}
.news-listing .inner-wrapper .item a {
  text-decoration: none;
  color: inherit;
}
.news-listing .inner-wrapper .item .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.news-listing .inner-wrapper .item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-listing .inner-wrapper .item .image-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(96, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: multiply;
  opacity: 0;
  transition: all 0.5s;
}
.news-listing .inner-wrapper .item .image-wrapper .overlay .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 950px) {
  .news-listing .inner-wrapper .item .image-wrapper .overlay .text {
    font-size: 1.5rem;
  }
}
.news-listing .inner-wrapper .item .image-wrapper .overlay .text:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 0.7rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.6rem;
  z-index: 1;
}
@media (max-width: 950px) {
  .news-listing .inner-wrapper .item .image-wrapper .overlay .text:after {
    top: 0.3rem;
  }
}
.news-listing .inner-wrapper .item .text-wrapper {
  margin-top: 2rem;
}
.news-listing .inner-wrapper .item .text-wrapper .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .news-listing .inner-wrapper .item .text-wrapper .title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 850px) {
  .news-listing .inner-wrapper .item .text-wrapper .title {
    font-size: 1.8rem;
  }
}

/**
  Bld Referenz Slider Classes
 */
.freemode-referenz-slider {
  width: 100%;
  height: 100%;
}
.freemode-referenz-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide a {
  color: #fff;
  text-decoration: none;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide a:hover .image-wrapper {
  border: 0.2rem solid #fff;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide a:hover .image-wrapper .overlay {
  background: linear-gradient(180deg, rgba(96, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide a:hover .image-wrapper .overlay .title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.18rem;
}
@media (max-width: 1100px) {
  .freemode-referenz-slider .swiper-wrapper .swiper-slide a:hover .image-wrapper .overlay .title {
    font-size: inherit !important;
    letter-spacing: inherit;
  }
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide a:hover .image-wrapper .overlay .text {
  opacity: 1;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper {
  overflow: hidden;
  border-radius: 1.2rem;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.2rem;
  padding: 1.5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply;
  border-radius: 1rem;
  transition: all 0.5s !important;
}
@media (max-width: 450px) {
  .freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay {
    padding: 1rem;
  }
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay .title {
  transition: all 0.5s;
  z-index: 2;
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay .text {
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 450px) {
  .freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay .text {
    font-size: 1.2rem;
  }
}
.freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay .text:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.6rem;
  z-index: 1;
}
@media (max-width: 450px) {
  .freemode-referenz-slider .swiper-wrapper .swiper-slide .image-wrapper .overlay .text:after {
    display: none;
  }
}

/**
 * Counter
 */
.bld-title-counter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(2rem, -25.0833rem + 27.0833vw, 4rem);
}
@media (max-width: 1380px) {
  .bld-title-counter {
    flex-direction: column;
  }
}
.bld-title-counter .title {
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-weight: 300;
  letter-spacing: 0.24rem;
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .bld-title-counter .title {
    text-align: center;
  }
}
.bld-title-counter .counters {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 890px) {
  .bld-title-counter .counters {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.bld-title-counter .counters .counter-wrapper {
  position: relative;
  padding-left: clamp(2rem, -25.0833rem + 27.0833vw, 4rem);
  padding-right: clamp(2rem, -25.0833rem + 27.0833vw, 4rem);
}
@media (max-width: 1080px) {
  .bld-title-counter .counters .counter-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 890px) {
  .bld-title-counter .counters .counter-wrapper {
    padding: 0;
    width: calc(50% - 1rem);
  }
}
@media (max-width: 570px) {
  .bld-title-counter .counters .counter-wrapper {
    width: 100%;
  }
}
.bld-title-counter .counters .counter-wrapper:last-of-type {
  padding-right: 0;
}
@media (max-width: 1380px) {
  .bld-title-counter .counters .counter-wrapper:first-of-type {
    padding-left: 0;
  }
}
@media (max-width: 1380px) {
  .bld-title-counter .counters .counter-wrapper:first-of-type:before {
    display: none;
  }
}
.bld-title-counter .counters .counter-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.2rem;
  background: #fff;
}
@media (max-width: 1080px) {
  .bld-title-counter .counters .counter-wrapper:before {
    display: none;
  }
}
.bld-title-counter .counters .counter-wrapper .counter-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.bld-title-counter .counters .counter-wrapper .counter-inner-wrapper {
  font-size: 6.4rem;
  font-weight: 300;
  text-align: center;
}
.bld-title-counter .counters .counter-wrapper .counter {
  font-size: 6.4rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 890px) {
  .bld-title-counter .counters .counter-wrapper .counter {
    text-align: center;
  }
}

/*--------------------------------------------------------------
Bld Einsatzmoeglichkeiten Listing
--------------------------------------------------------------*/
.produkte-main-lisitng {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .produkte-main-lisitng {
    flex-direction: column;
  }
}
.produkte-main-lisitng .produkt {
  width: calc(33.33% - 2.2rem);
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  max-height: 50rem;
}
@media (max-width: 1100px) {
  .produkte-main-lisitng .produkt {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 700px) {
  .produkte-main-lisitng .produkt {
    width: 100%;
  }
}
.produkte-main-lisitng .produkt:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.produkte-main-lisitng .produkt:hover .overlay .text {
  opacity: 1;
}
.produkte-main-lisitng .produkt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: transparent;
  transition: all 0.5s;
}
.produkte-main-lisitng .produkt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produkte-main-lisitng .produkt h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  .produkte-main-lisitng .produkt h3 {
    font-size: 1.8rem;
  }
}
.produkte-main-lisitng .produkt .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 1.5rem;
}
.produkte-main-lisitng .produkt .overlay .text {
  position: relative;
  color: #fff;
  padding-right: 10%;
  opacity: 0;
  transition: all 0.5s;
}
.produkte-main-lisitng .produkt .overlay .text p {
  margin: 0;
}
.produkte-main-lisitng .produkt .overlay .text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.6rem;
  z-index: 1;
}
.produkte-main-lisitng .additional-item {
  width: calc(33.33% - 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F1F2F2;
  border-radius: 1.2rem;
  padding: 1.5rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .produkte-main-lisitng .additional-item {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 700px) {
  .produkte-main-lisitng .additional-item {
    width: 100%;
    padding: 10rem 0;
  }
}
.produkte-main-lisitng .additional-item h3 {
  margin-bottom: 0;
}
@media (max-width: 830px) {
  .produkte-main-lisitng .additional-item h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 700px) {
  .produkte-main-lisitng .additional-item h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 430px) {
  .produkte-main-lisitng .additional-item h3 {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
Bld Einsatzmoeglichkeiten Listing
--------------------------------------------------------------*/
.einsatzmoeglichkeit-main-lisitng {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media (max-width: 690px) {
  .einsatzmoeglichkeit-main-lisitng {
    flex-direction: column;
  }
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit {
  width: calc(33.33% - 2.2rem);
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  max-height: 50rem;
  aspect-ratio: 1/1.5;
}
@media (max-width: 1150px) {
  .einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 690px) {
  .einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit {
    width: 100%;
  }
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit:hover .overlay .text {
  opacity: 1;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: transparent;
  transition: all 0.5s;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit .overlay .text {
  position: relative;
  color: #fff;
  padding-right: 10%;
  opacity: 0;
  transition: all 0.5s;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit .overlay .text p {
  margin: 0;
}
.einsatzmoeglichkeit-main-lisitng .einsatzmoeglichkeit .overlay .text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.6rem;
  z-index: 1;
}
.einsatzmoeglichkeit-main-lisitng .additional-item {
  width: calc(33.33% - 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F1F2F2;
  border-radius: 1.2rem;
  padding: 1.5rem;
}
.einsatzmoeglichkeit-main-lisitng .additional-item h3 {
  margin-bottom: 0;
}

/**
  Bold Job Listing Classes
 */
.job-listing-wrapper .job-wrapper {
  position: relative;
  border-bottom: 1px solid #C60000;
  transition: all 0.5s;
}
.job-listing-wrapper .job-wrapper:first-of-type {
  border-top: 1px solid #C60000;
}
.job-listing-wrapper .job-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #C60000;
  transition: all 0.5s;
}
.job-listing-wrapper .job-wrapper:hover:before {
  width: 100%;
}
.job-listing-wrapper .job-wrapper:hover h3 {
  color: #fff;
}
.job-listing-wrapper .job-wrapper:hover h3:after {
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-white.svg");
}
.job-listing-wrapper .job-wrapper a {
  text-decoration: none;
  color: inherit;
}
.job-listing-wrapper .job-wrapper a h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 0;
  padding: 5rem 1rem;
  transition: all 0.5s;
  color: #58595B;
}
@media (max-width: 1150px) {
  .job-listing-wrapper .job-wrapper a h3 {
    padding: 3rem 3rem 3rem 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 530px) {
  .job-listing-wrapper .job-wrapper a h3 {
    font-size: 1.5rem;
  }
}
.job-listing-wrapper .job-wrapper a h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf-grey.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 1.5rem;
  z-index: 1;
  transition: all 0.5s;
}

/**
  Bold Werte Listing Classes
 */
.ziele-listing {
  margin-top: 6rem;
}
.ziele-listing .inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: 3.5rem;
}
@media (max-width: 660px) {
  .ziele-listing .inner-wrapper {
    display: block;
  }
}
.ziele-listing .inner-wrapper .item {
  width: calc(33.33% - 2.4rem);
}
@media (max-width: 1050px) {
  .ziele-listing .inner-wrapper .item {
    width: calc(50% - 1.75rem);
  }
}
@media (max-width: 660px) {
  .ziele-listing .inner-wrapper .item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.ziele-listing .inner-wrapper .item a {
  color: inherit;
}
.ziele-listing .inner-wrapper .item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 5rem;
}
.ziele-listing .inner-wrapper .item .text-wrapper {
  margin-top: 1rem;
}
.ziele-listing .inner-wrapper .item .text-wrapper .title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1;
}
.ziele-listing .btn-position {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ziele-listing .btn-position .bld-btn {
  text-align: center;
}

/**
  Bld Produkt Listing
 */
.leistungen-lisitng {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 655px) {
  .leistungen-lisitng {
    display: block;
  }
}
.leistungen-lisitng .bld-accordion-wrapper {
  width: 100%;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item {
  border-bottom: 1px solid #C60000;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item:first-of-type {
  border-top: 1px solid #C60000;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item.open .top:before {
  opacity: 0 !important;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top {
  position: relative;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top:after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.2rem;
  background: #000;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 0.2rem;
  background: #000;
  transition: all 0.3s;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top.open .top:before {
  opacity: 0 !important;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  padding: 3.5rem 0;
}
@media (max-width: 1070px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
    padding: 1.5rem 0;
  }
}
@media (max-width: 800px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner {
    gap: 1.5rem;
  }
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner .count {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 700px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner .count {
    font-size: 1.4rem;
  }
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (max-width: 1070px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .top .inner h3 {
    font-size: 16px;
  }
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .content {
  display: none;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}
@media (max-width: 1070px) {
  .leistungen-lisitng .bld-accordion-wrapper .accordion-item .content {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
  }
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .content .more-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #C60000;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s;
  z-index: 1;
}
.leistungen-lisitng .bld-accordion-wrapper .accordion-item .content .more-btn:before {
  content: "";
  display: inline-block;
  transition: all 0.75s;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-saf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  z-index: 1;
}

.black .faq-listing .accordion-item {
  border-bottom: 2px solid #fff;
}
.black .faq-listing .accordion-item .top:before, .black .faq-listing .accordion-item .top:after {
  background: #fff !important;
}
.black .faq-listing .accordion-item:first-of-type {
  border-top: 2px solid #fff;
}

/**
  Bold Mitarbeiter Listing Classes
 */
.mitarbeiter-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  row-gap: 5rem;
  align-items: flex-start;
}
.mitarbeiter-wrapper .inner-wrapper {
  width: calc(33% - 2.5rem);
}
@media (max-width: 820px) {
  .mitarbeiter-wrapper .inner-wrapper {
    width: calc(50% - 2rem);
  }
}
.mitarbeiter-wrapper .inner-wrapper .image-wrapper {
  display: block;
  margin: 0 auto;
  width: 80%;
  overflow: hidden;
}
@media (max-width: 550px) {
  .mitarbeiter-wrapper .inner-wrapper .image-wrapper {
    width: 90%;
  }
}
.mitarbeiter-wrapper .inner-wrapper .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.mitarbeiter-wrapper .inner-wrapper .text-wrapper {
  text-align: center;
  margin-top: 2rem;
}
.mitarbeiter-wrapper .inner-wrapper .text-wrapper h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 550px) {
  .mitarbeiter-wrapper .inner-wrapper .text-wrapper h3 {
    font-size: 1.6rem;
  }
}
.mitarbeiter-wrapper .inner-wrapper .text-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 550px) {
  .mitarbeiter-wrapper .inner-wrapper .text-wrapper .info-wrapper .job {
    font-size: 1.3rem;
  }
}
.mitarbeiter-wrapper .inner-wrapper .text-wrapper .info-wrapper a {
  text-decoration: none;
}
.mitarbeiter-wrapper .inner-wrapper .text-wrapper .info-wrapper a:hover {
  text-decoration: underline;
}

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