@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: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("./includes/fonts/TikTok_Sans/TikTokSans-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(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;
}

/**
  Form Classes
 */
form ul li:before {
  display: none;
}
@media (max-width: 600px) {
  form .wpforms-layout-column {
    padding-right: 1rem !important;
  }
}
form .wpforms-field-container .wpforms-field-readonly input[type=text] {
  color: #fff;
  opacity: 1 !important;
}
form .wpforms-field-container .wpforms-field-readonly input[type=text]::placeholder {
  color: #fff;
}
form .wpforms-field {
  margin-bottom: 1rem;
}
form .wpforms-field label {
  display: block;
  font-size: 1.6rem !important;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  form .wpforms-field label {
    font-size: 1.6rem;
  }
}
form select, form input, form textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.7rem 1.2rem 1.7rem 1.2rem;
  border: 0.07rem solid #fff;
  background: #0D0D2F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
form select::placeholder, form input::placeholder, form textarea::placeholder {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
form textarea {
  height: 25rem;
  resize: vertical;
}
form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
form .wpforms-submit-container button {
  position: relative;
  border: 0.2rem solid #0036FB !important;
  padding: 1.1rem 5rem 1.1rem 1.4rem !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5rem;
  text-decoration: none;
  background: transparent;
  color: #fff;
  -webkit-appearance: none !important;
  cursor: pointer;
  z-index: 1;
}
form .wpforms-submit-container button:hover:before {
  width: 4.4rem;
}
form .wpforms-submit-container button:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.8rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  transition: all 0.5s;
}
form .wpforms-submit-container button:before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.2rem;
  bottom: 0;
  height: calc(100% + 0.4rem);
  width: calc(100% + 0.4rem);
  background: #0036FB !important;
  border-radius: 5rem;
  z-index: -1;
  transition: all 0.5s;
}
form .wpforms-label-hide {
  display: none !important;
}
form .wpforms-field-gdpr-checkbox ul {
  padding-left: 0;
}
form .wpforms-field-gdpr-checkbox ul li {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 1rem;
  list-style: none;
}
form .wpforms-field-gdpr-checkbox ul li label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
form .wpforms-field-gdpr-checkbox ul li input {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #000024;
  margin-top: 0.4rem;
}
form .wpforms-field-gdpr-checkbox ul li input.wpforms-valid:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  background: #0036FB;
  border-radius: 0.3rem;
}
@media (max-width: 870px) {
  form .wpforms-layout-row {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 870px) {
  form .wpforms-layout-row .wpforms-layout-column {
    width: 100% !important;
  }
}
form .wpforms-field-file-upload {
  margin-top: 2rem;
}
form .wpforms-uploader {
  border: 0.05rem dashed #fff !important;
  background: #0D0D2F !important;
}
form .wpforms-uploader .dz-message {
  color: #fff !important;
}
form .wpforms-uploader .dz-message svg path {
  fill: #fff;
}

/**
  Product Single Classes
 */
.product-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .product-header {
    flex-direction: column;
    gap: 4rem;
  }
}
.product-header .image-wrapper {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 10rem 0;
}
@media (max-width: 1100px) {
  .product-header .image-wrapper {
    width: 100%;
    padding: 5rem 0;
  }
}
@media (max-width: 600px) {
  .product-header .image-wrapper {
    padding: 2rem 0;
  }
}
.product-header .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .product-header .image-wrapper img {
    aspect-ratio: 2.3/1;
  }
}
.product-header .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 1100px) {
  .product-header .content-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
}
.product-header .content-wrapper .inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.product-header .content-wrapper .inner .text-wrapper {
  width: 100%;
  padding-right: 10rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .product-header .content-wrapper .inner .text-wrapper {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.product-header .content-wrapper .inner .text-wrapper .pre-headline {
  margin-bottom: 0;
}
.product-header .content-wrapper .inner .text-wrapper .pre-headline p {
  margin: 0;
}
.product-header .content-wrapper .inner .text-wrapper h1 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 850px) {
  .product-header .content-wrapper .inner .text-wrapper h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 650px) {
  .product-header .content-wrapper .inner .text-wrapper h1 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .product-header .content-wrapper .inner .text-wrapper h1 {
    font-size: 2.5rem;
  }
}
.product-header .content-wrapper .inner .text-wrapper h1 p {
  margin: 0;
}
.product-header .content-wrapper #infobox {
  position: absolute;
  display: block;
  bottom: -5rem;
}
@media (max-width: 1100px) {
  .product-header .product-form-wrapper {
    margin-top: 3rem;
  }
}
.product-header .product-form-wrapper .form-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 580px) {
  .product-header .product-form-wrapper .form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper {
  position: relative;
  width: 18rem;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper input {
  width: 100%;
  padding: 1.1rem 3rem 1.1rem 1.2rem;
  border-radius: 5rem !important;
  border: 0.2rem solid #0036FB;
  background: transparent;
  color: #fff;
  background-size: 1rem;
  -webkit-appearance: none;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper input::-webkit-inner-spin-button, .product-header .product-form-wrapper .form-wrapper .quantity-wrapper input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper .quantity-controls {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper .quantity-btn svg {
  width: 2rem;
  height: 2rem;
  stroke: #0036FB;
  stroke-width: 4px;
  fill: none;
  transition: 0.2s;
}
.product-header .product-form-wrapper .form-wrapper .quantity-wrapper .quantity-btn:hover svg {
  stroke: #fff;
}
.product-header .product-form-wrapper .bld-btn {
  background: transparent;
}

/**
  Anfrageliste Classes
 */
.page-template-anfrage-form header.hide {
  transform: translateY(0);
}
.page-template-anfrage-form header.hide:after {
  transform: scaleY(1);
}
.page-template-anfrage-form #anfrageliste-wrapper {
  margin: 4rem 0;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 950px) {
  .page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info {
    gap: 2rem;
    width: 100%;
  }
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-image {
  padding: 2rem;
  background: #fff;
}
@media (max-width: 500px) {
  .page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-image {
    width: 25%;
    padding: 0.7rem;
  }
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 10rem;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-title {
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 950px) {
  .page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 700px) {
  .page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-title {
    font-size: 1.9rem;
  }
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-title a {
  text-decoration: none;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-quantity {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-quantity {
    font-size: 1.7rem;
  }
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-quantity .qty-controls input {
  border: none;
  background: transparent;
  -webkit-appearance: none !important;
  cursor: pointer;
  field-sizing: content !important;
  padding-left: 2rem;
  color: #fff;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-quantity .qty-controls button {
  border: none;
  background: transparent;
  -webkit-appearance: none !important;
  cursor: pointer;
  border-radius: 5rem;
  padding-bottom: 0.4rem;
  transition: all 0.3s;
  color: #fff;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .product-info .product-quantity .qty-controls button:hover {
  background: #fff;
  color: #0D0D2F;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .delete-item {
  padding: 1rem 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.page-template-anfrage-form #anfrageliste-wrapper #cart-wrapper .cart-item .delete-item:hover {
  background: #182640;
}
.page-template-anfrage-form #anfrageliste-wrapper .bld-btn {
  display: none;
}
.page-template-anfrage-form form .two-columns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 950px) {
  .page-template-anfrage-form form .two-columns {
    display: block;
  }
}
.page-template-anfrage-form form .two-columns .input-wrapper {
  width: calc(50% - 1rem);
}
@media (max-width: 950px) {
  .page-template-anfrage-form form .two-columns .input-wrapper {
    width: 100%;
  }
}
.page-template-anfrage-form 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: 1.5rem !important;
}
.page-template-anfrage-form form input[type=date] {
  color-scheme: dark;
}
.page-template-anfrage-form form label {
  display: block;
  margin-bottom: 0.5rem;
}
.page-template-anfrage-form form input, .page-template-anfrage-form form textarea, .page-template-anfrage-form form select {
  background: #000024;
  margin-bottom: 2rem;
}
.page-template-anfrage-form form .checkbox-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.page-template-anfrage-form form .checkbox-wrapper input {
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #fff;
  margin-bottom: 0;
}
.page-template-anfrage-form form .checkbox-wrapper input:checked {
  background: #0036FB;
}
.page-template-anfrage-form form .submit-wrapper {
  display: flex;
  justify-content: flex-end;
}
.page-template-anfrage-form form .submit-wrapper .bld-btn {
  position: relative !important;
  width: auto;
  border-radius: 5rem !important;
  background: transparent;
  cursor: pointer;
}

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

body {
  font-family: "TikTok Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

#page {
  overflow: hidden;
}

.site-content-contain ul {
  padding-left: 2rem;
  margin: 0;
}
.site-content-contain ul li {
  position: relative;
  list-style: none;
}
.site-content-contain ul li:before {
  content: "→";
  position: absolute;
  left: -2rem;
  top: 0;
}
.site-content-contain a {
  color: #fff;
}
.site-content-contain strong {
  font-weight: 500;
}

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

.contact-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(90deg, #0D0D2F 50%, #000024 50%);
}
@media (max-width: 800px) {
  .contact-wrapper {
    background: #0D0D2F;
  }
}
.contact-wrapper .inner {
  display: block;
  margin: 0 auto;
  padding: 8rem 7rem;
  background: #0D0D2F;
}
@media (max-width: 800px) {
  .contact-wrapper .inner {
    padding: 8rem 0;
  }
}
@media (max-width: 700px) {
  .contact-wrapper .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.contact-wrapper .heading-wrapper {
  margin-bottom: 4rem;
}

.news-footer-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: #0D0D2F;
  margin-bottom: 12.8rem;
}
@media (max-width: 800px) {
  .news-footer-wrapper {
    background: #0D0D2F;
  }
}
.news-footer-wrapper .inner {
  display: block;
  margin: 0 auto;
  padding: 12.8rem 0;
  background: #0D0D2F;
}
@media (max-width: 800px) {
  .news-footer-wrapper .inner {
    padding: 8rem 0;
  }
}
@media (max-width: 700px) {
  .news-footer-wrapper .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.news-footer-wrapper .heading-wrapper {
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
  text-align: center;
  width: 80%;
}
@media (max-width: 1250px) {
  .news-footer-wrapper .heading-wrapper {
    width: 100%;
  }
}

.related-products-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(-90deg, #0D0D2F 50%, #000024 50%);
}
@media (max-width: 800px) {
  .related-products-wrapper {
    background: #0D0D2F;
  }
}
.related-products-wrapper .inner {
  display: block;
  margin: 0 auto;
  padding: 8rem 7rem;
  background: #0D0D2F;
  clip-path: inset(0 -100% 0 0);
}
@media (max-width: 800px) {
  .related-products-wrapper .inner {
    clip-path: inherit;
    padding: 8rem 0;
  }
}
@media (max-width: 700px) {
  .related-products-wrapper .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.related-products-wrapper .heading-wrapper {
  margin-bottom: 4rem;
}

.vc_section {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media (max-width: 700px) {
  .vc_section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.vc_section.less-p {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.vc_section.npt {
  padding-top: 0;
}
.vc_section.npb {
  padding-bottom: 0;
}
.vc_section.np {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_section.mt {
  margin-top: 12.8rem;
}
@media (max-width: 700px) {
  .vc_section.mt {
    padding-top: 8rem;
  }
}
.vc_section.mb {
  margin-bottom: 12.8rem;
}
@media (max-width: 700px) {
  .vc_section.mb {
    padding-bottom: 8rem;
  }
}
.vc_section.blue {
  background: #0D0D2F;
}
.vc_section.blue-left {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 1000px) {
  .vc_section.blue-left {
    background: #0D0D2F !important;
  }
}
.vc_section.blue-left .vc_row {
  padding-right: 7rem;
}
@media (max-width: 1000px) {
  .vc_section.blue-left .vc_row {
    padding-right: 0;
  }
}
.vc_section.blue-right {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 1000px) {
  .vc_section.blue-right {
    background: #0D0D2F !important;
  }
}
.vc_section.blue-right .vc_row {
  padding-left: 7rem;
}
@media (max-width: 1000px) {
  .vc_section.blue-right .vc_row {
    padding-left: 0;
  }
}

.bld-position {
  position: relative;
  padding: 1.1rem 0;
  z-index: 0;
}
.bld-position .bld-btn, .bld-position a {
  position: relative;
  border: 0.2rem solid #0036FB;
  padding: 1.1rem 5rem 1.1rem 1.4rem !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5rem;
  text-decoration: none;
  color: #fff;
}
.bld-position .bld-btn:hover:before, .bld-position a:hover:before {
  width: 4.4rem;
}
.bld-position .bld-btn:after, .bld-position a:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.8rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  transition: all 0.5s;
}
.bld-position .bld-btn:before, .bld-position a:before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.2rem;
  bottom: 0;
  height: calc(100% + 0.4rem);
  width: calc(100% + 0.4rem);
  background: #0036FB;
  border-radius: 5rem;
  z-index: -1;
  transition: all 0.5s;
}

.bld-btn {
  position: relative;
  border: 0.2rem solid #0036FB;
  padding: 1.1rem 5rem 1.1rem 1.4rem !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5rem;
  text-decoration: none;
  color: #fff;
}
.bld-btn:hover:before {
  width: 4.4rem;
}
.bld-btn:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.8rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  transition: all 0.5s;
}
.bld-btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.2rem;
  bottom: 0;
  height: calc(100% + 0.4rem);
  width: calc(100% + 0.4rem);
  background: #0036FB;
  border-radius: 5rem;
  z-index: -1;
  transition: all 0.5s;
}

.pre-headline {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-bottom: 0.8rem;
}

.heading-wrapper h1, .heading-wrapper .h1, .heading-wrapper h2, .heading-wrapper .h2, .heading-wrapper h3, .heading-wrapper .h3 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 900px) {
  .heading-wrapper h1, .heading-wrapper .h1, .heading-wrapper h2, .heading-wrapper .h2, .heading-wrapper h3, .heading-wrapper .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .heading-wrapper h1, .heading-wrapper .h1, .heading-wrapper h2, .heading-wrapper .h2, .heading-wrapper h3, .heading-wrapper .h3 {
    font-size: 2.4rem;
  }
}

h2, .h2, h3, .h3 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 900px) {
  h2, .h2, h3, .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  h2, .h2, h3, .h3 {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.page-template-kontakt header:after {
  transform: scaleY(1) !important;
}
.page-template-kontakt .kontakt-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media (max-width: 1340px) {
  .page-template-kontakt .kontakt-info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.page-template-kontakt .kontakt-info-wrapper .heading-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 1340px) {
  .page-template-kontakt .kontakt-info-wrapper .heading-wrapper {
    width: 100%;
  }
}
.page-template-kontakt .kontakt-info-wrapper .line {
  width: 0.1rem;
  height: 100%;
  background: #fff;
}
@media (max-width: 1340px) {
  .page-template-kontakt .kontakt-info-wrapper .line {
    width: 100%;
    height: 0.1rem;
  }
}
.page-template-kontakt .kontakt-info-wrapper .contanct {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1340px) {
  .page-template-kontakt .kontakt-info-wrapper .contanct {
    flex-direction: inherit;
    justify-content: flex-start;
    width: 100%;
  }
}

.anfrage-wrapper {
  position: fixed;
  right: -100%;
  top: 30%;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .anfrage-wrapper {
    top: 17%;
  }
}
.anfrage-wrapper .anfrage-btn {
  transform: rotate(180deg);
  writing-mode: tb;
  background: #0036FB;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 1.7rem 1.1rem 1.7rem 1.1rem;
  height: 12.3rem;
}
.anfrage-wrapper #anfrageliste-wrapper {
  background: #fff;
  padding: 1.5rem;
  color: #0D0D2F;
  border-bottom-left-radius: 1.5rem;
}
.anfrage-wrapper #anfrageliste-wrapper #cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-height: 300px;
  overflow: scroll;
}
.anfrage-wrapper #anfrageliste-wrapper #cart-wrapper .blue {
  background: #0036FB;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .product-image img {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .product-title a {
  text-decoration: none;
  color: inherit;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .right-content .product-quantity .qty-controls input {
  border: none;
  background: transparent;
  -webkit-appearance: none !important;
  cursor: pointer;
  field-sizing: content !important;
  padding-left: 2rem;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .right-content .product-quantity .qty-controls button {
  border: none;
  background: transparent;
  -webkit-appearance: none !important;
  cursor: pointer;
  border-radius: 5rem;
  padding-bottom: 0.4rem;
  transition: all 0.3s;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .product-info .right-content .product-quantity .qty-controls button:hover {
  background: #0D0D2F;
  color: #fff;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .delete-item {
  cursor: pointer;
  padding: 1rem 1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.anfrage-wrapper #anfrageliste-wrapper .cart-item .delete-item:hover {
  background: #182640;
  color: #fff;
}
.anfrage-wrapper #anfrageliste-wrapper .btn-wrapper {
  padding: 2rem 0;
  text-align: center;
}
.anfrage-wrapper #anfrageliste-wrapper .btn-wrapper .bld-btn {
  background: #0036FB !important;
}
.anfrage-wrapper:hover {
  right: 0 !important;
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}

.hersteller-listing .inner-hersteller-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.hersteller-listing .inner-hersteller-wrapper a {
  text-decoration: none;
}
.hersteller-listing .inner-hersteller-wrapper a:hover {
  text-decoration: underline;
}

.page-id-33 h3 {
  font-size: 2.5rem;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  padding: 4rem 0;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  header {
    padding: 2rem 0;
  }
}
header.open::after {
  transform: scaleY(0) !important;
}
header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000024;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  z-index: -1;
}
header.scrolled::after {
  transform: scaleY(1);
}
header.hide {
  transform: translateY(-100%);
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .site-branding {
  width: 150px;
}
header .site-branding img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul:hover a {
  opacity: 0.3;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 0 1.2rem;
}
header .primary-navigation ul li:last-child {
  padding-right: 0;
}
header .primary-navigation ul li.bld-position {
  padding: 0 1.2rem !important;
}
header .primary-navigation ul li.bld-position a {
  opacity: 1 !important;
}
header .primary-navigation ul li.bld-position a:after {
  content: "";
  position: absolute;
  right: 1.4rem !important;
  left: inherit !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1rem !important;
  height: 0.8rem !important;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-up.svg") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  color: #fff !important;
  transition: all 0.5s !important;
}
header .primary-navigation ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.1rem 0;
  transition: 0.8s ease;
}
header .primary-navigation ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background: #fff;
  transition: 0.8s ease;
}
header .primary-navigation ul li a:hover {
  opacity: 1;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}
header .toggle-mobile {
  display: none;
  cursor: pointer;
  padding: 1rem 0;
}
@media (max-width: 1200px) {
  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%);
}

body:not(.home) .primary-navigation ul li.bld-position a {
  opacity: 1 !important;
}
body:not(.home) .primary-navigation ul li a {
  opacity: 1;
}
body:not(.home) .primary-navigation ul li a:hover {
  opacity: 1;
}
body:not(.home) .primary-navigation ul li.current-menu-item a {
  opacity: 1;
}
body:not(.home) .primary-navigation ul li.current-menu-item a:after {
  width: 100%;
}

.mobile-nav {
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -10;
  transition: all 0.3s;
}
.mobile-nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 36, 0.8);
  z-index: 1;
}
.mobile-nav.open {
  opacity: 1;
  z-index: 98;
}
.mobile-nav video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-nav .menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mobile-nav .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  transition: all 0.3s;
}
.mobile-nav .inner .menu-primary-navigation-container {
  width: 100%;
  padding: 20px 0;
}
.mobile-nav .inner .menu-primary-navigation-container ul {
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .menu-primary-navigation-container ul li {
  display: block;
  list-style: none;
  margin-bottom: 2rem;
  text-align: center;
}
.mobile-nav .inner .menu-primary-navigation-container ul li.current-menu-item a:after {
  width: 100%;
}
.mobile-nav .inner .menu-primary-navigation-container ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 650px) {
  .mobile-nav .inner .menu-primary-navigation-container ul li a {
    font-size: 3rem;
  }
}
.mobile-nav .inner .menu-primary-navigation-container ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  transition: 0.8s ease;
}
.mobile-nav .inner .menu-primary-navigation-container ul li.bld-position a {
  font-size: 3rem !important;
  padding-right: 8rem !important;
}
@media (max-width: 650px) {
  .mobile-nav .inner .menu-primary-navigation-container ul li.bld-position a {
    font-size: 2.5rem !important;
  }
}
.mobile-nav .inner .menu-primary-navigation-container ul li.bld-position a:after {
  width: 4rem !important;
  height: 1.8rem !important;
}
.mobile-nav .inner .menu-primary-navigation-container ul li.bld-position a:hover:before {
  width: 6.8rem !important;
}

.header-video {
  position: relative;
  height: 100vh;
  margin-bottom: 8rem;
}
.header-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 42.25%);
  z-index: 1;
}
.header-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-video .heading-wrapper {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 1;
}
.header-video .heading-wrapper h1 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1050px) {
  .header-video .heading-wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .header-video .heading-wrapper h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 450px) {
  .header-video .heading-wrapper h1 {
    font-size: 3rem;
  }
}

.unterseiten-header {
  position: relative;
}
.unterseiten-header .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 1250px) {
  .unterseiten-header .image-wrapper {
    width: 100%;
  }
}
.unterseiten-header .image-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: none;
}
@media (max-width: 1250px) {
  .unterseiten-header .image-wrapper:after {
    display: block;
  }
}
.unterseiten-header .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unterseiten-header .content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 2;
}
.unterseiten-header .content-wrapper .inner {
  display: flex;
  justify-content: flex-end;
}
.unterseiten-header .content-wrapper .inner .text-wrapper {
  width: 55%;
  padding-right: 10rem;
}
@media (max-width: 1250px) {
  .unterseiten-header .content-wrapper .inner .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .unterseiten-header .content-wrapper .inner .text-wrapper {
    padding-right: 0;
  }
}
.unterseiten-header .content-wrapper .inner .text-wrapper .pre-headline {
  margin-bottom: 0;
}
.unterseiten-header .content-wrapper .inner .text-wrapper .pre-headline p {
  margin: 0;
}
.unterseiten-header .content-wrapper .inner .text-wrapper h1 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .unterseiten-header .content-wrapper .inner .text-wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 460px) {
  .unterseiten-header .content-wrapper .inner .text-wrapper h1 {
    font-size: 3rem;
  }
}
.unterseiten-header .content-wrapper .inner .text-wrapper h1 p {
  margin: 0;
}

.single-news .unterseiten-header .image-wrapper {
  height: 100% !important;
  position: absolute;
}
@media (max-width: 1250px) {
  .single-news .unterseiten-header .image-wrapper {
    height: 100% !important;
    position: absolute;
  }
}
@media (max-width: 1250px) {
  .single-news .unterseiten-header .image-wrapper:after {
    background: rgba(0, 0, 0, 0.7);
  }
}
.single-news .unterseiten-header .content-wrapper {
  position: relative;
  bottom: inherit;
  top: 0;
}
@media (max-width: 1250px) {
  .single-news .unterseiten-header .content-wrapper {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.page-template-video_header .header-video .text-wrapper {
  width: 45%;
}
@media (max-width: 1300px) {
  .page-template-video_header .header-video .text-wrapper {
    width: 70%;
  }
}
@media (max-width: 880px) {
  .page-template-video_header .header-video .text-wrapper {
    width: 100%;
  }
}
.page-template-video_header .header-video .text-wrapper .pre-headline {
  margin-bottom: 0;
}
.page-template-video_header .header-video .text-wrapper .pre-headline p {
  margin: 0;
}
.page-template-video_header .header-video .text-wrapper h1 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .page-template-video_header .header-video .text-wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 460px) {
  .page-template-video_header .header-video .text-wrapper h1 {
    font-size: 3rem;
  }
}
.page-template-video_header .header-video .text-wrapper h1 p {
  margin: 0;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  background: #000024;
  padding: 5rem 0;
}
.site-footer .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .site-footer .inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.site-footer .inner a {
  text-decoration: none;
  color: #fff;
}
.site-footer .inner a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .site-footer .inner .left {
    text-align: center;
  }
}
.site-footer .inner .left .site-branding {
  margin-bottom: 3rem;
}
.site-footer .inner .left .site-branding img {
  width: 23rem;
  height: auto;
}
@media (max-width: 530px) {
  .site-footer .inner .right {
    width: 100%;
  }
}
.site-footer .inner .right .social-media-wrapper {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: 1.5rem;
  gap: 0.8rem;
}
@media (max-width: 900px) {
  .site-footer .inner .right .social-media-wrapper {
    justify-content: center;
  }
}
.site-footer .inner .right .social-media-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .inner .right ul {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 530px) {
  .site-footer .inner .right ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
.site-footer .inner .right ul li {
  position: relative;
  list-style: none;
}
@media (max-width: 530px) {
  .site-footer .inner .right ul li {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.site-footer .inner .right ul li:hover:before {
  left: 1.5rem;
}
.site-footer .inner .right ul li:last-of-type a {
  padding-right: 0;
}
@media (max-width: 530px) {
  .site-footer .inner .right ul li:last-of-type a {
    padding-right: 2rem;
  }
}
.site-footer .inner .right ul li:last-of-type:after {
  display: none;
}
.site-footer .inner .right ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 530px) {
  .site-footer .inner .right ul li:after {
    display: none;
  }
}
.site-footer .inner .right ul li:before {
  content: "→";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.site-footer .inner .right ul li a {
  padding: 0 2rem 0 3rem;
}
@media (max-width: 530px) {
  .site-footer .inner .right ul li a {
    padding: 0 3rem;
  }
}
.site-footer .inner .right ul li a:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  .site-footer .footer-widget {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-widget .textwidget p {
  margin: 0;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Bold Leistungen Listing Classes
 */
.leistungen-listing-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1.2rem;
}
@media (max-width: 1050px) {
  .leistungen-listing-wrapper {
    flex-direction: column;
  }
}
.leistungen-listing-wrapper .leistung-wrapper {
  flex: 1;
}
@media (max-width: 1050px) {
  .leistungen-listing-wrapper .leistung-wrapper {
    width: 60%;
  }
}
@media (max-width: 670px) {
  .leistungen-listing-wrapper .leistung-wrapper {
    width: 100%;
  }
}
.leistungen-listing-wrapper .leistung-wrapper a {
  color: inherit;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner {
  position: relative;
  overflow: hidden;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner .hover-arrow {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  transform-origin: center;
  transition-delay: 0.2s !important;
  transition: all 0.5s;
  z-index: 2;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner .hover-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner:before {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner:after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  opacity: 1;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner:hover:before {
  width: 40rem;
  height: 40rem;
  border-radius: 100%;
  right: -20rem;
  top: -20rem;
  transition: all 0.5s ease-in-out;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner:hover:after {
  opacity: 0;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner:hover .hover-arrow {
  transform: rotate(180deg);
}
.leistungen-listing-wrapper .leistung-wrapper a .inner img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner img:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.4rem 2.4rem 2.4rem;
  z-index: 1;
}
.leistungen-listing-wrapper .leistung-wrapper a .inner .text-area .title {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1400px) {
  .leistungen-listing-wrapper .leistung-wrapper a .inner .text-area .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1150px) {
  .leistungen-listing-wrapper .leistung-wrapper a .inner .text-area .title {
    font-size: 2.5rem;
    left: 1rem;
    bottom: 2rem;
  }
}
.leistungen-listing-wrapper .leistung-wrapper a .inner .text-area .textauszug {
  display: none;
}
/*--------------------------------------------------------------
Bld Image + Text
--------------------------------------------------------------*/
.bld-image_text {
  position: relative;
  display: flex;
  gap: 13rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .bld-image_text {
    gap: 4rem;
  }
}
.bld-image_text .image-wrapper {
  position: absolute;
  width: calc(50% - 3.2rem);
}
@media (max-width: 1000px) {
  .bld-image_text .image-wrapper {
    position: relative;
    width: 100%;
  }
}
.bld-image_text .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bld-image_text .text-wrapper {
  width: 100%;
  padding: 10rem 0;
}
@media (max-width: 1000px) {
  .bld-image_text .text-wrapper {
    padding: 0;
  }
}
.bld-image_text .text-wrapper .container {
  display: flex;
  justify-content: flex-end;
}
.bld-image_text .text-wrapper .inner {
  width: 45%;
}
@media (max-width: 1180px) {
  .bld-image_text .text-wrapper .inner {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .bld-image_text .text-wrapper .inner {
    width: 100%;
  }
}
.bld-image_text .text-wrapper .inner .content {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.bld-image_text.image-right .image-wrapper {
  right: 0;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .image-wrapper {
    order: 1;
  }
}
.bld-image_text.image-right .text-wrapper .container {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .text-wrapper {
    order: 2;
  }
}

/**
  Bld Freemode Image Slider Classes
 */
.referenzen-slider-wrapper, .term-slider-wrapper {
  margin-top: 5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .referenzen-slider-wrapper, .term-slider-wrapper {
    width: 85%;
    height: auto;
  }
}
@media (max-width: 450px) {
  .referenzen-slider-wrapper, .term-slider-wrapper {
    width: 100%;
    height: auto;
  }
}
.referenzen-slider-wrapper .swiper-wrapper, .term-slider-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide, .term-slider-wrapper .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;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper {
  width: 100%;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper a, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper a {
  color: #fff;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner {
  position: relative;
  overflow: hidden;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner:hover img, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner:hover img {
  transform: scale(1.1);
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner:after, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
  border-radius: 0;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  z-index: 1;
}
@media (max-width: 700px) {
  .referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper {
    flex-wrap: wrap;
    right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper .cat, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .cat-wrapper .cat {
  padding: 1.1rem 1.7rem;
  border-radius: 50px;
  background: rgba(233, 233, 233, 0.8);
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner img, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner img, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner img {
    aspect-ratio: 1/1.2;
  }
}
.referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .title, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .title {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  z-index: 1;
}
@media (max-width: 1100px) {
  .referenzen-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .title, .term-slider-wrapper .swiper-wrapper .swiper-slide .referenz-wrapper .inner .title {
    font-size: 2rem;
    left: 1rem;
    right: 1.5rem;
  }
}

.term-slider-wrapper .inner .title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.term-slider-wrapper .inner .hover-arrow {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  transform-origin: center;
  transition-delay: 0.2s !important;
  transition: all 0.5s;
  z-index: 2;
}
.term-slider-wrapper .inner .hover-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.term-slider-wrapper .inner:before {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.term-slider-wrapper .inner:after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  opacity: 1;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.term-slider-wrapper .inner:hover:before {
  width: 40rem;
  height: 40rem;
  border-radius: 100%;
  right: -20rem;
  top: -20rem;
  transition: all 0.5s ease-in-out;
}
.term-slider-wrapper .inner:hover:after {
  opacity: 0;
}
.term-slider-wrapper .inner:hover .hover-arrow {
  transform: rotate(180deg);
}

/**
  Bold Benefit Listing
*/
.bld-benefit-wrapper {
  margin-top: 2rem;
}
.bld-benefit-wrapper .benefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
@media (max-width: 540px) {
  .bld-benefit-wrapper .benefit {
    margin-bottom: 3rem;
  }
}
.bld-benefit-wrapper .benefit.open h3 {
  opacity: 1 !important;
}
.bld-benefit-wrapper .benefit:hover .right {
  opacity: 1;
  transition-delay: 0.2s;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit:hover .right {
    transition-delay: 0s;
  }
}
.bld-benefit-wrapper .benefit:hover .left h3 {
  opacity: 1;
  transition-delay: 0s;
}
.bld-benefit-wrapper .benefit:hover .left .line-wrapper .line {
  width: 70%;
  transition-delay: 0s;
}
.bld-benefit-wrapper .benefit .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit .left {
    width: 100%;
  }
}
.bld-benefit-wrapper .benefit .left h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.5;
  transition: opacity 0.3s;
  transition-delay: 0.5s;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit .left h3 {
    cursor: pointer;
  }
}
@media (max-width: 880px) {
  .bld-benefit-wrapper .benefit .left h3 {
    font-size: 4rem;
  }
}
@media (max-width: 670px) {
  .bld-benefit-wrapper .benefit .left h3 {
    font-size: 3rem;
  }
}
@media (max-width: 540px) {
  .bld-benefit-wrapper .benefit .left h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 670px) {
  .bld-benefit-wrapper .benefit .left h3 svg {
    width: 2rem;
  }
}
.bld-benefit-wrapper .benefit .left .line-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit .left .line-wrapper {
    display: none;
  }
}
.bld-benefit-wrapper .benefit .left .line-wrapper .line {
  display: block;
  width: 0;
  height: 0.1rem;
  margin-left: 15%;
  opacity: 0.5;
  background: #fff;
  transition: width 0.3s ease;
  transition-delay: 0.3s;
}
.bld-benefit-wrapper .benefit .right {
  width: 35%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  transition-delay: 0s;
}
@media (max-width: 1350px) {
  .bld-benefit-wrapper .benefit .right {
    width: 100%;
    display: none;
    opacity: 1;
    padding-top: 2rem;
  }
}

/**
  Bld Rezensions Slider
 */
.bld-rezensions-slider .swiper-slide {
  opacity: 0 !important;
  transition: all 0.3s;
}
.bld-rezensions-slider .swiper-slide-active {
  opacity: 1 !important;
}
.bld-rezensions-slider .rezension-inner-wrapper .text {
  display: block;
  margin: 0 auto;
  width: 70%;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 980px) {
  .bld-rezensions-slider .rezension-inner-wrapper .text {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .bld-rezensions-slider .rezension-inner-wrapper .text {
    font-size: 3rem;
  }
}
@media (max-width: 550px) {
  .bld-rezensions-slider .rezension-inner-wrapper .text {
    font-size: 2rem;
  }
}
.bld-rezensions-slider .rezension-inner-wrapper .top-wrapper {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 550px) {
  .bld-rezensions-slider .rezension-inner-wrapper .top-wrapper span {
    display: block;
  }
}
.bld-rezensions-slider .slick-prev {
  display: none !important;
}

.slider-arrows {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.slider-arrows .button-next, .slider-arrows .button-prev {
  cursor: pointer;
}

/**
 * Vertical Boxes
 */
.vertical-boxes-wrapper {
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 1000px) {
  .vertical-boxes-wrapper {
    padding-left: 2rem;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper {
    padding-left: 0;
  }
}
.vertical-boxes-wrapper .line, .vertical-boxes-wrapper .line-overlay {
  display: inline-block;
  width: 0.2rem;
  background: #9E9E9E;
  position: absolute;
  left: 12rem;
  top: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .vertical-boxes-wrapper .line, .vertical-boxes-wrapper .line-overlay {
    left: 0;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper .line, .vertical-boxes-wrapper .line-overlay {
    left: -1rem;
  }
}
.vertical-boxes-wrapper .line-overlay {
  bottom: inherit;
  background: #fff;
}
.vertical-boxes-wrapper .boxes-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6rem;
}
.vertical-boxes-wrapper .box-wrapper {
  position: relative;
  display: flex;
  gap: 11rem;
  width: 100%;
  color: #9E9E9E;
  transition: all 0.5s;
}
@media (max-width: 1000px) {
  .vertical-boxes-wrapper .box-wrapper {
    gap: 2rem;
    width: 100%;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper .box-wrapper {
    gap: 1rem;
  }
}
.vertical-boxes-wrapper .box-wrapper .count {
  padding-top: 0.5rem;
}
@media (max-width: 700px) {
  .vertical-boxes-wrapper .box-wrapper .count {
    padding-top: 0.2rem;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper .box-wrapper .count {
    font-size: 1.8rem;
  }
}
.vertical-boxes-wrapper .box-wrapper .box-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1.6rem;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.5s;
}
@media (max-width: 1150px) {
  .vertical-boxes-wrapper .box-wrapper .box-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 700px) {
  .vertical-boxes-wrapper .box-wrapper .box-title {
    font-size: 2.7rem;
    gap: 0.8rem;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper .box-wrapper .box-title {
    font-size: 2.2rem;
    gap: 0.8rem;
  }
}
.vertical-boxes-wrapper .box-wrapper .box-title svg {
  margin-top: 1.5rem;
}
@media (max-width: 1150px) {
  .vertical-boxes-wrapper .box-wrapper .box-title svg {
    margin-top: 1.1rem;
    height: 2rem;
    width: auto;
  }
}
@media (max-width: 700px) {
  .vertical-boxes-wrapper .box-wrapper .box-title svg {
    margin-top: 0.9rem;
    height: 1.4rem;
  }
}
@media (max-width: 470px) {
  .vertical-boxes-wrapper .box-wrapper .box-title svg {
    height: 1.1rem;
    margin-top: 0.8rem;
  }
}
.vertical-boxes-wrapper .box-wrapper .box-title svg path {
  transition: all 0.5s;
}
.vertical-boxes-wrapper .box-wrapper .box-content {
  margin-top: 2rem;
}
@media (max-width: 700px) {
  .vertical-boxes-wrapper .box-wrapper .box-text {
    font-size: 1.8rem !important;
  }
}
.vertical-boxes-wrapper .box-wrapper.active {
  color: #fff;
}
.vertical-boxes-wrapper .box-wrapper.active .box-title svg path {
  fill: #fff;
}
.vertical-boxes-wrapper .box-wrapper:last-child {
  margin-bottom: 0;
}

/**
 Produkt Listing Classes
 */
.vcw-produkt-filter-listing #produkt_filter_form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 1050px) {
  .vcw-produkt-filter-listing #produkt_filter_form {
    gap: 3rem;
  }
}
@media (max-width: 660px) {
  .vcw-produkt-filter-listing #produkt_filter_form {
    gap: 1rem;
  }
}
.vcw-produkt-filter-listing .filter-content {
  display: flex;
  justify-content: flex-start;
  gap: 1.3rem;
  margin-bottom: 9rem;
  width: 100%;
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
@media (max-width: 1050px) {
  .vcw-produkt-filter-listing .filter-content {
    margin-bottom: 4rem;
  }
}
@media (max-width: 660px) {
  .vcw-produkt-filter-listing .filter-content {
    flex-direction: column;
  }
}
.vcw-produkt-filter-listing .filter-content .select-wrapper {
  position: relative;
  min-width: calc(33.33% - 0.9rem);
}
.vcw-produkt-filter-listing .filter-content .field-name-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 100%;
  font-size: 1.4rem;
  pointer-events: none;
  padding: 1.1rem 3.5rem 1.1rem 1.7rem;
  border-radius: 5rem;
  border: 0.2rem solid #0036FB;
  background: #000024;
  color: #fff;
  background-image: url("/wp-content/themes/bold/includes/images/select-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center !important;
  background-size: 1rem;
  -webkit-appearance: none;
}
.vcw-produkt-filter-listing .filter-content select {
  width: 100%;
  padding: 1.1rem 3.5rem 1.1rem 1.7rem;
  font-size: 1.4rem;
  border-radius: 5rem;
  border: 0.2rem solid #0036FB;
  background: transparent;
  color: #fff;
  background-image: url("/wp-content/themes/bold/includes/images/select-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center !important;
  background-size: 1rem;
  -webkit-appearance: none;
}
.vcw-produkt-filter-listing .filter-content select option {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}
.vcw-produkt-filter-listing .filter-content .custom-select {
  position: relative;
}
.vcw-produkt-filter-listing .filter-content .custom-select select {
  display: none; /*hide original SELECT element: */
}
.vcw-produkt-filter-listing .filter-content .select-selected {
  width: 100%;
  padding: 1.1rem 3.5rem 1.1rem 1.7rem;
  font-size: 1.4rem;
  border-radius: 5rem;
  border: 0.2rem solid #0036FB;
  background: transparent;
  color: #fff;
  background-image: url("/wp-content/themes/bold/includes/images/select-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center !important;
  background-size: 1rem;
  -webkit-appearance: none;
}
.vcw-produkt-filter-listing .filter-content .select-items div, .vcw-produkt-filter-listing .filter-content .select-selected {
  color: #ffffff;
  padding: 1.1rem 3.5rem 1.1rem 1.7rem;
  cursor: pointer;
}
.vcw-produkt-filter-listing .filter-content .select-items {
  position: absolute;
  background-color: #0D0D2F;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 1.5rem;
  overflow: hidden;
}
.vcw-produkt-filter-listing .filter-content .select-hide {
  display: none;
}
.vcw-produkt-filter-listing .filter-content .select-items div:hover, .vcw-produkt-filter-listing .filter-content .same-as-selected {
  background: #182640;
}
.vcw-produkt-filter-listing .filter-content .select-wrapper.has-value .field-name-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
.vcw-produkt-filter-listing .right-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 660px) {
  .vcw-produkt-filter-listing .right-wrapper {
    flex-direction: column;
  }
}
.vcw-produkt-filter-listing .right-wrapper .select-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 660px) {
  .vcw-produkt-filter-listing .right-wrapper .select-wrapper {
    order: 2;
    width: 100%;
  }
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest {
  position: relative;
  width: 100%;
  padding: 1.1rem 1.7rem 1.1rem 1.7rem;
  border-radius: 5rem;
  border: 0.2rem solid #0036FB;
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest::placeholder {
  color: #fff;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background: #0D0D2F;
  border-radius: 1.5rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.7rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-item:hover {
  background: #182640;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-item:first-of-type {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-item:last-of-type {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
.vcw-produkt-filter-listing .right-wrapper #produkt-suggest-dropdown .suggest-badge {
  white-space: nowrap;
  opacity: 0.6;
  font-size: 1.2rem;
}
.vcw-produkt-filter-listing .right-wrapper #dl-reset {
  padding: 1.1rem 1.7rem;
  border-radius: 5rem;
  border: 0.2rem solid #182640;
  font-size: 1.4rem;
  background: #182640;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}
@media (max-width: 660px) {
  .vcw-produkt-filter-listing .right-wrapper #dl-reset {
    text-align: center;
    order: 1;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media (max-width: 1050px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing {
    gap: 2rem;
  }
}
@media (max-width: 580px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing {
    flex-direction: column;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing a {
  text-decoration: none;
  color: #000;
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper {
  position: relative;
  width: calc(25% - 2.4rem);
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper {
    width: calc(33.33% - 2.2rem);
  }
}
@media (max-width: 1050px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 580px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper {
    width: 100%;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .inner-wrapper {
  padding: 10rem 1.5rem;
  height: 100%;
}
@media (max-width: 700px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .inner-wrapper {
    padding: 7rem 1.5rem;
  }
}
@media (max-width: 580px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .inner-wrapper {
    padding: 9rem 1.5rem;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .categories {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .categories .cat {
  padding: 0.8rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  background: #E9E9E9;
  border-radius: 5rem;
  transition: all 0.5s;
}
@media (max-width: 700px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .categories .cat {
    padding: 0.5rem 0.9rem;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .hover-arrow {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: #0036FB;
  padding: 4rem 4rem 2rem 2.5rem;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 700px) {
  .vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .info {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper .info .title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper:hover .image img {
  transform: scale(1.1);
}
.vcw-produkt-filter-listing .vcw-produkt-listing .produkt-wrapper:hover .categories .cat {
  background: #0036FB;
  color: #fff;
}

/**
  Referenz Insight Slider
 */
.referenzen-insight-slider-wrapper {
  position: relative;
}
.referenzen-insight-slider-wrapper .swiper-slide {
  opacity: 0 !important;
  transition: all 0.3s;
}
.referenzen-insight-slider-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.referenzen-insight-slider-wrapper .referenz-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 7rem;
}
@media (max-width: 880px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.referenzen-insight-slider-wrapper .referenz-wrapper .left {
  width: calc(50% - 3.5rem);
}
.referenzen-insight-slider-wrapper .referenz-wrapper .left img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 70rem;
  object-fit: cover;
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right {
  width: calc(50% - 3.5rem);
}
@media (max-width: 880px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper .right {
    width: 100%;
  }
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .top {
  padding-bottom: 10rem;
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom {
  position: relative;
  padding: 8rem 0 12rem 0;
  background: #0D0D2F;
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom:after {
  content: "";
  position: absolute;
  left: calc(-50vw - 15rem);
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100vw + 30rem);
  height: 100%;
  background: #0D0D2F;
  z-index: -1;
}
@media (max-width: 880px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom:after {
    left: calc(-50vw + 15rem);
  }
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .text {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .text p {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 780px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .text p {
    font-size: 3rem;
  }
}
@media (max-width: 550px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .text p {
    font-size: 2rem;
  }
}
.referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .bottom-wrapper {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}
@media (max-width: 550px) {
  .referenzen-insight-slider-wrapper .referenz-wrapper .right .bottom .rezension-inner-wrapper .bottom-wrapper span {
    display: block;
  }
}

.referenz-insight-slider-arrows {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
  margin-top: -8rem;
  z-index: 2;
}
.referenz-insight-slider-arrows .button-next, .referenz-insight-slider-arrows .button-prev {
  cursor: pointer;
}

/**
  Referenz Listing Classes
 */
.referenz-filter-listing {
  margin-top: 2.5rem;
}
.referenz-filter-listing .referenz-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.5rem;
}
@media (max-width: 740px) {
  .referenz-filter-listing .referenz-filter {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: center;
  }
}
.referenz-filter-listing .referenz-filter #referenz-category-filter {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media (max-width: 535px) {
  .referenz-filter-listing .referenz-filter #referenz-category-filter {
    flex-direction: column;
    width: 100%;
  }
}
.referenz-filter-listing .referenz-filter #referenz-category-filter .text {
  padding: 1.1rem 1.7rem;
  border-radius: 5rem;
  border: 0.2rem solid #0036FB;
  background: transparent;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 535px) {
  .referenz-filter-listing .referenz-filter #referenz-category-filter .text {
    width: 100%;
    text-align: center;
  }
}
.referenz-filter-listing .referenz-filter #referenz-category-filter .active .text {
  background: #0036FB;
}
.referenz-filter-listing .referenz-filter .referenz-filter-reset {
  padding: 1.1rem 1.7rem;
  border-radius: 5rem;
  border: 0.2rem solid #182640;
  background: #182640;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}
.referenz-filter-listing .referenzen-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media (max-width: 640px) {
  .referenz-filter-listing .referenzen-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .referenz-filter-listing .referenzen-wrapper {
    gap: 2rem;
    flex-direction: column;
  }
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper {
  width: calc(25% - 2.4rem);
}
@media (max-width: 1300px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper {
    width: calc(33.33% - 2.2rem);
  }
}
@media (max-width: 1050px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 640px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 560px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper {
    width: 100%;
  }
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper a {
  color: #fff;
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner {
  position: relative;
  overflow: hidden;
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner:hover img {
  transform: scale(1.1);
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .cat-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  z-index: 1;
}
@media (max-width: 1050px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .cat-wrapper {
    left: 1.4rem;
    top: 1.4rem;
  }
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .cat-wrapper .cat {
  padding: 0.9rem 0.9rem;
  border-radius: 50px;
  background: rgba(233, 233, 233, 0.8);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1050px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .cat-wrapper .cat {
    padding: 0.8rem 1.1rem;
  }
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .title {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  z-index: 1;
}
@media (max-width: 1100px) {
  .referenz-filter-listing .referenzen-wrapper .referenz-wrapper .inner .title {
    font-size: 2rem;
    left: 1rem;
    right: 1.5rem;
  }
}

/**
  Job Listing Classes
 */
.job-listing-wrapper {
  margin-top: 2.5rem;
}
.job-listing-wrapper .job-wrapper {
  border-bottom: 0.1rem solid #fff;
}
.job-listing-wrapper .job-wrapper:first-of-type {
  border-top: 0.1rem solid #fff;
}
.job-listing-wrapper .job-wrapper a {
  color: #fff;
  text-decoration: none;
}
.job-listing-wrapper .job-wrapper a .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  transition: all 0.5s;
}
.job-listing-wrapper .job-wrapper a .inner-wrapper:hover {
  padding-right: 2rem;
}
.job-listing-wrapper .job-wrapper a .inner-wrapper h3 span {
  margin-left: 1rem;
}
.job-listing-wrapper .job-wrapper a .inner-wrapper svg {
  width: 2.4rem;
  height: 2rem;
}

/**
  Bold Leistungen Listing Classes
 */
.news-listing-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-top: 1.2rem;
}
@media (max-width: 640px) {
  .news-listing-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .news-listing-wrapper {
    gap: 2rem;
    flex-direction: column;
  }
}
.news-listing-wrapper .news-wrapper {
  position: relative;
  width: calc(25% - 2.4rem);
}
@media (max-width: 1300px) {
  .news-listing-wrapper .news-wrapper {
    width: calc(33.33% - 2.2rem);
  }
}
@media (max-width: 1050px) {
  .news-listing-wrapper .news-wrapper {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 640px) {
  .news-listing-wrapper .news-wrapper {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 560px) {
  .news-listing-wrapper .news-wrapper {
    width: 100%;
  }
}
.news-listing-wrapper .news-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
}
.news-listing-wrapper .news-wrapper a {
  color: inherit;
}
.news-listing-wrapper .news-wrapper a .inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.news-listing-wrapper .news-wrapper a .inner .hover-arrow {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  transform-origin: center;
  transition-delay: 0.2s !important;
  transition: all 0.5s;
  z-index: 2;
}
.news-listing-wrapper .news-wrapper a .inner .hover-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.news-listing-wrapper .news-wrapper a .inner:before {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 10rem;
  height: 10rem;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.news-listing-wrapper .news-wrapper a .inner:after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 10rem;
  height: 10rem;
  opacity: 1;
  background: #0036FB;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.news-listing-wrapper .news-wrapper a .inner:hover:before {
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  right: -10rem;
  top: -10rem;
  transition: all 0.5s ease-in-out;
}
.news-listing-wrapper .news-wrapper a .inner:hover:after {
  opacity: 0;
}
.news-listing-wrapper .news-wrapper a .inner:hover .hover-arrow {
  transform: rotate(180deg);
}
.news-listing-wrapper .news-wrapper a .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-listing-wrapper .news-wrapper a .inner .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.4rem 2.4rem 2.4rem;
  z-index: 1;
}
@media (max-width: 1100px) {
  .news-listing-wrapper .news-wrapper a .inner .text-area {
    padding: 0 1.4rem 1.4rem 1.4rem;
  }
}
.news-listing-wrapper .news-wrapper a .inner .text-area .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1100px) {
  .news-listing-wrapper .news-wrapper a .inner .text-area .title {
    font-size: 2rem;
  }
}

/**
  Bld Freemode Image Slider Classes
 */
.produkt-slider-wrapper {
  margin-top: 5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .produkt-slider-wrapper {
    width: 80%;
  }
}
.produkt-slider-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.produkt-slider-wrapper .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;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper {
  position: relative;
  width: 100%;
  padding: 10rem 1.5rem;
  background: #fff;
  overflow: hidden;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper a {
  color: #000024;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .categories {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .categories .cat {
  padding: 0.8rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  background: #E9E9E9;
  border-radius: 5rem;
}
@media (min-width: 1500px) {
  .produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .categories .cat {
    padding: 0.8rem 1rem;
  }
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .hover-arrow {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: #0036FB;
  padding: 4rem 4rem 2rem 2.5rem;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .image {
  aspect-ratio: 1/1;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.5rem 2.5rem 2.5rem;
}
.produkt-slider-wrapper .swiper-wrapper .swiper-slide .produkt-wrapper .info .title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

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