@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: "Inter";
  src: url("./includes/fonts/Inter/Inter_Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("./includes/fonts/Inter/Inter_Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("./includes/fonts/Inter/Inter_Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("./includes/fonts/Inter/Inter_SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("./includes/fonts/Inter/Inter_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(1200px + 20rem);
  width: 100%;
  height: inherit;
  display: block;
}
@media (max-width: 900px) {
  .container {
    padding: 0 5rem;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 2rem;
  }
}

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

.clearfix {
  clear: both;
}

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

body {
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  body {
    padding: 1rem;
  }
}
@media (max-width: 500px) {
  body {
    padding: 0.5rem;
  }
}

.no-scroll {
  overflow-y: hidden;
}

#page {
  overflow: hidden;
}

.site-content-contain a {
  color: inherit;
}
.site-content-contain strong {
  font-weight: 500;
}
.site-content-contain ul {
  padding-left: 2rem;
}
.site-content-contain ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5rem;
}
.site-content-contain ul li:before {
  content: "+";
  position: absolute;
  left: -1.8rem;
  top: -0.1rem;
  color: #000;
  font-weight: 500;
}

.vc_section {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media (max-width: 1200px) {
  .vc_section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 800px) {
  .vc_section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.vc_section.grey {
  background: #F7F7F7;
}

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

.bld-btn-red {
  position: relative;
  border: 0.15rem solid #E81921;
  padding: 1.8rem 1.8rem 1.8rem 3.4rem !important;
  transition: all 0.3s;
  cursor: pointer;
}
.bld-btn-red:before {
  content: "+";
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.bld-btn-red:hover {
  background: #E81921;
}

.pre-headline {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09rem;
  color: #E81921;
}
@media (max-width: 820px) {
  .pre-headline {
    font-size: 1.6rem;
  }
}

.sub-headline {
  leading-trim: both;
  text-edge: cap;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .sub-headline {
    font-size: 1.6rem;
  }
}

.include-sub-headline h1, .include-sub-headline .h1, .include-sub-headline h2, .include-sub-headline .h2 {
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 820px) {
  h1, .h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
h1 p, .h1 p {
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 820px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h2 p, .h2 p {
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}

.bld-position {
  display: flex;
}

.bld-btn {
  position: relative;
  display: inline-block;
  border: 0.15rem solid #fff;
  padding: 1.8rem 1.8rem 1.8rem 3.4rem !important;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  margin-top: 2rem;
  border-radius: 0.5rem;
  font-weight: 500;
}
.bld-btn:before {
  content: "+";
  position: absolute;
  left: 1.8rem;
  top: 47%;
  transform: translateY(-50%);
  color: #fff;
}
.bld-btn:hover {
  background: #fff;
  color: #E81921;
}
.bld-btn:hover:before {
  color: #E81921;
}
.bld-btn.red {
  position: relative;
  border: 0.15rem solid #E81921;
  padding: 1.8rem 1.8rem 1.8rem 3.4rem !important;
  transition: all 0.3s;
  color: #000000;
  text-decoration: none;
}
.bld-btn.red:before {
  content: "+";
  position: absolute;
  left: 1.8rem;
  top: 47%;
  transform: translateY(-50%);
  color: #E81921;
}
.bld-btn.red:hover {
  background: #E81921;
  color: #fff;
}
.bld-btn.red:hover:before {
  color: #fff;
}

.text-loop-slider {
  position: relative;
  background: #E81921;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 2rem 0;
  color: #fff;
}
.text-loop-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.1;
}
.text-loop-slider .infinit-slider {
  display: inline-block;
  -webkit-animation: scrolling-left1 260s linear infinite;
  animation: scrolling-left1 260s linear infinite;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .text-loop-slider .infinit-slider {
    font-size: 1.35rem;
  }
}

@keyframes scrolling-left1 {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scrolling-left1 {
  100% {
    transform: translateX(-100%);
  }
}
/**
  WP Forms
 */
form {
  margin-top: 5rem;
}
form .wpforms-hidden, form .wpforms-label-hide {
  display: none;
}
form .wpforms-layout-column, form .wpforms-field-layout {
  padding: 0 0.5rem !important;
}
form .wpforms-field-layout {
  margin-bottom: 1rem;
}
@media (max-width: 715px) {
  form .wpforms-layout-row {
    display: block !important;
  }
}
@media (max-width: 715px) {
  form .wpforms-layout-row .wpforms-layout-column-33 {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 715px) {
  form .wpforms-layout-row .wpforms-layout-column-33:last-of-type {
    margin-bottom: 0;
  }
}
form label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.24rem;
}
form .iti--allow-dropdown {
  margin-top: 0.5rem;
}
form input, form textarea {
  padding: 1.6rem 1.8rem;
  -webkit-appearance: none;
  background: #F7F7F7;
  border: none;
  width: 100%;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
form input:checked {
	background: #E81921;
}
form input::placeholder, form textarea::placeholder {
  color: rgba(81, 82, 82, 0.15);
  font-size: 1.4rem;
  font-weight: 400;
}
form .wpforms-uploader {
  border: none !important;
  background: #F7F7F7 !important;
  margin-top: 0.5rem;
}
form .wpforms-field-file-upload {
  margin-top: 1rem;
}
form textarea {
  min-height: 33rem;
  resize: vertical;
}
form ul {
  padding-left: 0 !important;
}
form ul li {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  padding-left: 0 !important;
  cursor: pointer;
}
form ul li:before {
  display: none;
}
form ul li input {
  width: 1.6rem;
  height: 1.2rem;
  margin-top: 0.5rem;
}
form ul label {
  display: block !important;
}
form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}
form .wpforms-submit-container button {
  background: #fff !important;
  cursor: pointer;
}
form .wpforms-submit-container button:hover {
  background: #E81921 !important;
}

div.wpforms-container div.wpforms-uploader .dz-message {
  flex-direction: row !important;
  gap: 1rem;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 2.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header {
    padding-top: 1rem;
  }
}
@media (max-width: 500px) {
  header {
    padding-top: 0.5rem;
  }
}
header .top-header {
  z-index: 99;
  background: #E81921;
  padding: 0.7rem 0;
  width: calc(100% - 5rem);
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header .top-header {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 500px) {
  header .top-header {
    width: calc(100% - 1rem);
  }
}
header .top-header .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 500px) {
  header .top-header .inner {
    gap: 2.5rem;
  }
}
@media (max-width: 410px) {
  header .top-header .inner {
    gap: 1.5rem;
  }
}
header .top-header .inner a {
  text-decoration: none;
  color: #fff;
}
header .top-header .inner .mail, header .top-header .inner .tel {
  display: flex;
  justify-content: flex-start;
  gap: 0.7rem;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 410px) {
  header .top-header .inner .mail, header .top-header .inner .tel {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
header .bottom-header {
  background: transparent;
  padding: 2rem 0;
  width: calc(100% - 5rem);
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header .bottom-header {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 500px) {
  header .bottom-header {
    width: calc(100% - 1rem);
  }
}
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: 920px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
}
header .primary-navigation ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
header .primary-navigation ul li a:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover:before {
  opacity: 1;
}
header .primary-navigation ul li.current-menu-item a {
  color: #E81921;
  font-weight: 700;
}
header .primary-navigation ul li.current-menu-item a:before {
  opacity: 1 !important;
  color: #E81921;
  font-weight: 700;
}
header .header-btn {
  padding: 1.8rem 0 !important;
}
header .header-btn a {
  position: relative;
  border: 0.15rem solid #E81921;
  padding: 1.8rem 1.8rem 1.8rem 3.4rem !important;
  transition: all 0.3s;
  border-radius: 0.5rem;
  color: #fff !important;
}
header .header-btn a:before {
  content: "+" !important;
  position: absolute !important;
  left: 1.8rem !important;
  top: 48% !important;
  transform: translateY(-50%) !important;
  color: #fff !important;
  opacity: 1 !important;
}
header .header-btn a:hover {
  background: #E81921 !important;
}
header .toggle-mobile {
  display: none;
  cursor: pointer;
  padding: 1rem 0;
}
@media (max-width: 920px) {
  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%);
}
header.scrolled {
  padding-top: 0 !important;
}
header.scrolled .bottom-header {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 920px) {
  header.scrolled .bottom-header {
    background: rgba(0, 0, 0, 0.9);
  }
}

.page-template-no-header header .white-logo, .single-jobs header .white-logo {
  display: none;
}
.page-template-no-header header ul li a, .single-jobs header ul li a {
  color: #000;
}
.page-template-no-header header ul li a:before, .single-jobs header ul li a:before {
  color: #000;
}
.page-template-no-header header .header-btn a, .single-jobs header .header-btn a {
  color: #000 !important;
}
.page-template-no-header header .header-btn a:before, .single-jobs header .header-btn a:before {
  content: "+";
  position: absolute;
  left: 1.8rem;
  top: 47%;
  transform: translateY(-50%);
  color: #E81921 !important;
}
.page-template-no-header header .header-btn a:hover, .single-jobs header .header-btn a:hover {
  background: #E81921;
  color: #fff !important;
}
.page-template-no-header header .header-btn a:hover:before, .single-jobs header .header-btn a:hover:before {
  color: #fff !important;
}
.page-template-no-header .scrolled .white-logo, .single-jobs .scrolled .white-logo {
  display: block;
}
.page-template-no-header .scrolled .black-logo, .single-jobs .scrolled .black-logo {
  display: none;
}
.page-template-no-header .scrolled ul li a, .single-jobs .scrolled ul li a {
  color: #fff;
}
.page-template-no-header .scrolled ul li a:before, .single-jobs .scrolled ul li a:before {
  color: #fff;
}
.page-template-no-header .scrolled .header-btn a, .single-jobs .scrolled .header-btn a {
  color: #fff !important;
}
.page-template-no-header .scrolled .header-btn a:before, .single-jobs .scrolled .header-btn a:before {
  content: "+";
  position: absolute;
  left: 1.8rem;
  top: 47%;
  transform: translateY(-50%);
  color: #fff !important;
}
.page-template-no-header .scrolled .header-btn a:hover, .single-jobs .scrolled .header-btn a:hover {
  background: #E81921;
  color: #fff;
}
.page-template-no-header .scrolled .header-btn a:hover:before, .single-jobs .scrolled .header-btn a:hover:before {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  width: calc(100% - 5rem);
  bottom: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 98;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mobile-nav {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 500px) {
  .mobile-nav {
    width: calc(100% - 1rem);
  }
}
.mobile-nav.open {
  top: 0;
}
.mobile-nav .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  transition: all 0.3s;
}
.mobile-nav .inner .primary-navigation {
  width: 100%;
  padding: 20px 0;
}
.mobile-nav .inner .primary-navigation ul {
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .primary-navigation ul li {
  display: block;
  list-style: none;
  margin-bottom: 2rem;
}
.mobile-nav .inner .primary-navigation ul li.current-menu-item a {
  color: #E81921;
}
.mobile-nav .inner .primary-navigation ul li.current-menu-item a:before {
  color: #E81921;
}
.mobile-nav .inner .primary-navigation ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 500;
  padding-left: 4rem;
}
@media (max-width: 550px) {
  .mobile-nav .inner .primary-navigation ul li a {
    font-size: 2.8rem;
  }
}
@media (max-width: 390px) {
  .mobile-nav .inner .primary-navigation ul li a {
    font-size: 2.2rem;
    padding-left: 3rem;
  }
}
.mobile-nav .inner .primary-navigation ul li a:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-image {
  position: relative;
  height: 70rem;
}
@media (max-height: 700px) {
  .header-image {
    height: 90vh;
  }
}
@media (max-width: 1200px) {
  .header-image {
    height: 90vh;
  }
}
@media (max-width: 650px) {
  .header-image {
    height: 65vh;
  }
}
.header-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.2) 100%);
}
.header-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10rem;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1200px) {
  .header-image .heading-wrapper {
    bottom: 3rem;
  }
}
.header-image .heading-wrapper .inner {
  width: 50%;
}
@media (max-width: 1250px) {
  .header-image .heading-wrapper .inner {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .header-image .heading-wrapper .inner {
    width: 100%;
  }
}
.header-image .heading-wrapper .inner .h1, .header-image .heading-wrapper .inner h1 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 820px) {
  .header-image .heading-wrapper .inner .h1, .header-image .heading-wrapper .inner h1 {
    margin-bottom: 1.5rem;
  }
}
.header-image .heading-wrapper .inner .text {
  position: relative;
  padding-left: 2.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 820px) {
  .header-image .heading-wrapper .inner .text {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .header-image .heading-wrapper .inner .text {
    font-size: 1.4rem;
  }
}
.header-image .heading-wrapper .inner .text:before {
  content: "+";
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: #E81921;
}
@media (max-width: 820px) {
  .header-image .heading-wrapper .inner .text:before {
    display: none;
  }
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 4.5rem 0;
}
.site-footer .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 1210px) {
  .site-footer .inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  .site-footer .inner {
    font-size: 1.2rem;
  }
}
.site-footer .inner .info_footer_box {
  line-height: 1.5;
}
.site-footer .inner a {
  color: #fff;
  text-decoration: none;
}
.site-footer .inner ul {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 800px) {
  .site-footer .inner ul {
    justify-content: center;
  }
}
.site-footer .inner ul li {
  position: relative;
  list-style: none;
}
.site-footer .inner ul li:after {
  content: "|";
  position: absolute;
  right: -1rem;
  top: 55%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.site-footer .inner ul li:last-of-type:after {
  display: none;
}
.site-footer .inner ul li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
}
@media (max-width: 700px) {
  .site-footer .inner ul li a {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.site-footer .info_footer_box {
  text-align: center;
}
.site-footer .info_footer_box p {
  margin: 0;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bld Image + Text
--------------------------------------------------------------*/
.bld-image_text {
  display: flex;
  gap: 10rem;
  align-items: center;
  flex-wrap: wrap;
  background: #E81921;
}
@media (max-width: 800px) {
  .bld-image_text {
    gap: 4rem;
  }
}
.bld-image_text .image-wrapper {
  position: relative;
  width: calc(50% - 5rem);
}
@media (max-width: 800px) {
  .bld-image_text .image-wrapper {
    width: 100%;
  }
}
.bld-image_text .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bld-image_text .text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .bld-image_text .text-wrapper {
    top: inherit;
    transform: none;
    bottom: 0;
    background: rgba(232, 25, 33, 0.8);
    padding: 2rem 0;
  }
}
@media (max-width: 500px) {
  .bld-image_text .text-wrapper {
    padding: 2rem 1rem;
  }
}
.bld-image_text .text-wrapper .flex-wrapper {
  display: flex;
  justify-content: flex-end;
}
.bld-image_text .text-wrapper .flex-wrapper .inner {
  width: calc(50% - 5rem);
  color: #fff;
}
@media (max-width: 950px) {
  .bld-image_text .text-wrapper .flex-wrapper .inner {
    width: calc(55% - 5rem);
  }
}
@media (max-width: 800px) {
  .bld-image_text .text-wrapper .flex-wrapper .inner {
    width: 100%;
  }
}
.bld-image_text .text-wrapper .flex-wrapper .inner h2 strong, .bld-image_text .text-wrapper .flex-wrapper .inner .h2 strong, .bld-image_text .text-wrapper .flex-wrapper .inner h3 strong, .bld-image_text .text-wrapper .flex-wrapper .inner .h3 strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09rem;
  color: #fff;
  padding-bottom: 1rem;
}
@media (max-width: 820px) {
  .bld-image_text .text-wrapper .flex-wrapper .inner h2 strong, .bld-image_text .text-wrapper .flex-wrapper .inner .h2 strong, .bld-image_text .text-wrapper .flex-wrapper .inner h3 strong, .bld-image_text .text-wrapper .flex-wrapper .inner .h3 strong {
    font-size: 1.6rem;
  }
}
.bld-image_text.image-right .image-wrapper {
  order: 2;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .image-wrapper {
    order: 1;
  }
}
.bld-image_text.image-right .text-wrapper {
  order: 1;
}
@media (max-width: 767px) {
  .bld-image_text.image-right .text-wrapper {
    order: 2;
  }
}

/**
  Leistungen Listing Classes
 */
.leistungs-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 680px) {
  .leistungs-listing {
    flex-direction: column;
    gap: 4rem;
  }
}
.leistungs-listing .leistung {
  width: calc(20% - 2rem);
}
@media (max-width: 1400px) {
  .leistungs-listing .leistung {
    width: calc(33.33% - 1.7rem);
  }
}
@media (max-width: 960px) {
  .leistungs-listing .leistung {
    width: calc(50% - 1.3rem);
  }
}
@media (max-width: 680px) {
  .leistungs-listing .leistung {
    width: 100%;
  }
}
.leistungs-listing .leistung .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #E81921;
  padding: 3.8rem 2rem;
  min-height: 25rem;
}
.leistungs-listing .leistung .image-wrapper .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leistungs-listing .leistung .image-wrapper .circle img {
  display: block;
  width: 15rem;
  height: auto;
  object-fit: contain;
  animation: spin 10s linear infinite;
}
.leistungs-listing .leistung .image-wrapper .lottie {
  display: flex;
  justify-content: center;
}
.leistungs-listing .leistung .image-wrapper .lottie lottie-player {
  width: 9.3rem;
}
.leistungs-listing.four_column .leistung {
  width: calc(25% - 1.9rem);
}
@media (max-width: 1400px) {
  .leistungs-listing.four_column .leistung {
    width: calc(33.33% - 1.7rem);
  }
}
@media (max-width: 960px) {
  .leistungs-listing.four_column .leistung {
    width: calc(50% - 1.3rem);
  }
}
@media (max-width: 680px) {
  .leistungs-listing.four_column .leistung {
    width: 100%;
  }
}
.leistungs-listing .text-wrapper {
  text-align: center;
}
.leistungs-listing .text-wrapper .title {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.leistungs-listing .text-wrapper .title:before {
  content: "+";
  position: absolute;
  left: 0;
  top: -0.1rem;
  color: #E81921;
}
.leistungs-listing .text-wrapper .text p {
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
  Animation Image Classes
 */
.animation-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 25rem;
  margin: 3rem 0;
}
.animation-image-wrapper .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.animation-image-wrapper .circle img {
  display: block;
  width: 25rem;
  height: auto;
  object-fit: contain;
  animation: spin 10s linear infinite;
}
.animation-image-wrapper .lottie {
  display: flex;
  justify-content: center;
}
.animation-image-wrapper .lottie lottie-player {
  width: 9.3rem;
}

/**
  Job Listings Classes
 */
.job-listing-wrapper .job-wrapper:last-of-type .info-wrapper {
  border-bottom: 0.15rem solid #E81921;
}
.job-listing-wrapper .job-wrapper a {
  text-decoration: none;
}
.job-listing-wrapper .job-wrapper .info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 1rem;
  border-top: 0.15rem solid #E81921;
  gap: 1rem;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .job-listing-wrapper .job-wrapper .info-wrapper {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 610px) {
  .job-listing-wrapper .job-wrapper .info-wrapper {
    justify-content: center;
    gap: inherit;
    align-items: center;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper:hover .arrow-black {
  padding-right: 1rem;
}
.job-listing-wrapper .job-wrapper .info-wrapper .arrow-white {
  display: none;
}
.job-listing-wrapper .job-wrapper .info-wrapper .arrow-black {
  transition: all 0.3s;
}
@media (max-width: 610px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .arrow-black {
    display: none;
  }
}
@media (max-width: 740px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .arrow-black img {
    display: block;
    width: 1.5rem;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .name {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name {
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name {
    font-size: 2rem;
  }
}
@media (max-width: 740px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name {
    font-size: 1.6rem;
  }
}
@media (max-width: 610px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .name .type {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name .type {
    font-size: 1.6rem;
  }
}
@media (max-width: 460px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .name .type {
    font-size: 1.4rem;
  }
}

/**
  Leistungs Accordion classes
 */
.leistungs-accordion .leistung {
  background: #E81921;
  border-radius: 1rem;
  padding: 2.5rem 4rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung {
    padding: 2.5rem 4rem;
  }
}
@media (max-width: 640px) {
  .leistungs-accordion .leistung {
    padding: 2rem 1.5rem;
  }
}
.leistungs-accordion .leistung .top {
  position: relative;
  cursor: pointer;
}
.leistungs-accordion .leistung .top:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.3rem;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung .top:before {
    width: 2rem;
    height: 0.2rem;
  }
}
.leistungs-accordion .leistung .top:after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 0.3rem;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung .top:after {
    height: 2rem;
    width: 0.2rem;
    right: 0.9rem;
  }
}
.leistungs-accordion .leistung .top .title {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .leistungs-accordion .leistung .top .title {
    font-size: 2rem;
  }
}
.leistungs-accordion .leistung.open .top:before {
  transform: rotate(-45deg);
}
.leistungs-accordion .leistung.open .top:after {
  transform: rotate(-45deg);
  top: 13%;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung.open .top:after {
    top: 24%;
  }
}
.leistungs-accordion .leistung .bottom {
  display: none;
}
.leistungs-accordion .leistung .bottom .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.leistungs-accordion .leistung .bottom .inner-wrapper .text {
  width: 65%;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung .bottom .inner-wrapper .text {
    width: 100%;
  }
}
.leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 800px) {
  .leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper {
    display: none;
  }
}
.leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper .circle img {
  display: block;
  width: 17rem;
  height: auto;
  object-fit: contain;
  animation: spin 10s linear infinite;
}
.leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper .lottie {
  display: flex;
  justify-content: center;
}
.leistungs-accordion .leistung .bottom .inner-wrapper .image-wrapper .lottie lottie-player {
  width: 9.3rem;
}

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