@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.0
*/
/* Begin fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.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: "Nunito_Sans";
  src: url("./includes/fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cubano";
  src: url("./includes/fonts/Cubano/Cubano.ttf") format("truetype");
  font-weight: 400;
}
/* End fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  height: inherit;
  display: block;
}

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

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  background: #fff;
  padding: 0 20px 20px 20px;
}
@media (max-width: 500px) {
  html {
    padding: 0;
  }
}

html, body {
  font-family: "Nunito_Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #002236;
}

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

#page {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.vc_section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 550px) {
  .vc_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.vc_section.npb {
  padding-bottom: 0;
}
.vc_section.np {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_section.light-blue {
  background: rgba(70, 136, 191, 0.1);
}
.vc_section.blue {
  background: rgba(108, 179, 238, 0.5);
}
.vc_section.dark-blue {
  background: #002236;
  color: #fff;
}
.vc_section.dark-blue h2, .vc_section.dark-blue .h2, .vc_section.dark-blue h3, .vc_section.dark-blue .h3 {
  color: #218FCF;
}
.vc_section.dark-blue .referenz-wrapper .name {
  color: #fff;
}
.vc_section.dark-blue .referenz-wrapper .ort {
  color: #218FCF;
}
.vc_section.dark-blue .bld-btn {
  background: rgba(0, 0, 0, 0.3);
}

.big-txt {
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 10px;
}

.pre-h1 {
  font-family: "Cubano", "Open Sans", sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #002236;
  margin-bottom: 0;
}
.pre-h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 4px;
  background: #002236;
}

h1, .h1 {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 0;
}

.normal-pre {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

h2, .h2, h3, .h3 {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  margin-top: 0;
}
@media (max-width: 500px) {
  h2, .h2, h3, .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.wpb_text_column h2 ~ h2, .wpb_text_column h2 ~ .h2, .wpb_text_column .h2 ~ h2, .wpb_text_column .h2 ~ .h2 {
  margin-top: 32px;
}
.wpb_text_column h2 ~ h3, .wpb_text_column h2 ~ .h3, .wpb_text_column .h2 ~ h3, .wpb_text_column .h2 ~ .h3 {
  margin-top: 20px;
}

.bld-btn {
  font-family: "Cubano", "Open Sans", sans-serif;
  position: relative;
  display: inline-block;
  background: #002236;
  color: #fff;
  padding: 15px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.75s;
}
.bld-btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.bld-btn:hover span {
  text-shadow: 2px 2px 2px #002236;
}
.bld-btn:hover:before {
  width: 100%;
}
.bld-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #218FCF;
  transition: all 0.75s;
}

.site-content-contain ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.site-content-contain ul li {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  width: calc(100% - 5px);
}
.site-content-contain ul li:before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-top: 9px;
  margin-right: 5px;
  background: #000;
}
.site-content-contain .datenschutz ul li {
  justify-content: flex-start;
}

/**
  Kontaktformular
 */
.wpforms-container {
  margin-top: 0 !important;
}

.wpforms-form {
  width: 100%;
}
.wpforms-form ul li {
  justify-content: flex-start !important;
  align-items: center;
}
.wpforms-form input, .wpforms-form textarea, .wpforms-form select, .wpforms-form .wpforms-field-file-upload .wpforms-uploader {
  font-family: "Nunito_Sans", "Open Sans", sans-serif !important;
  max-width: 100% !important;
  background: #F0F0F0 !important;
  border: none !important;
  padding: 20px !important;
  font-weight: 900;
}
.wpforms-form input::placeholder, .wpforms-form textarea::placeholder, .wpforms-form select::placeholder, .wpforms-form .wpforms-field-file-upload .wpforms-uploader::placeholder {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B2BDC3;
}
.wpforms-form .wpforms-field-file-upload .wpforms-uploader {
  border: 2px dashed #B2BDC3 !important;
}
.wpforms-form select {
  font-family: "Cubano", "Nunito_Sans", sans-serif !important;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/bold/includes/images/line-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 27px !important;
  padding-right: 45px !important;
  color: #B2BDC3 !important;
  font-weight: inherit;
}
.wpforms-form .wpforms-field-layout {
  padding: 0 !important;
}
.wpforms-form .wpforms-submit-container {
  display: inline-block !important;
  padding-top: 0 !important;
  margin-top: 10px !important;
}
.wpforms-form .wpforms-submit-container button {
  display: inline-block !important;
  background: #002236 !important;
  color: #fff !important;
  border-color: #002236 !important;
  padding: 15px 20px !important;
}
.wpforms-form .wpforms-submit-container button:hover {
  background: #218FCF !important;
  border-color: #218FCF !important;
  text-shadow: 2px 2px 2px #002236;
}
.wpforms-form .wpforms-submit-container button:hover:before {
  width: 4px;
}

.wpforms-field-checkbox fieldset, .wpforms-field-gdpr-checkbox fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.wpforms-field-checkbox fieldset legend, .wpforms-field-gdpr-checkbox fieldset legend {
  display: none;
}
.wpforms-field-checkbox ul, .wpforms-field-gdpr-checkbox ul {
  padding-left: 0;
  margin: 0;
}
.wpforms-field-checkbox li, .wpforms-field-gdpr-checkbox li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
}
@media (max-width: 600px) {
  .wpforms-field-checkbox li, .wpforms-field-gdpr-checkbox li {
    gap: 10px;
  }
}
.wpforms-field-checkbox li:before, .wpforms-field-gdpr-checkbox li:before {
  display: none;
}
.wpforms-field-checkbox li input, .wpforms-field-gdpr-checkbox li input {
  position: relative;
  width: 10px;
  height: 10px;
  background: #fff;
  padding: 0.7rem !important;
  margin-top: 0.2rem;
  -webkit-appearance: none !important;
  border: 1px solid #fff;
  border-radius: 0.5rem !important;
}
.wpforms-field-checkbox li.wpforms-selected input:before, .wpforms-field-gdpr-checkbox li.wpforms-selected input:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0.7rem;
  height: 1.7rem;
  width: 0.1rem;
  background: #002236;
  transform: rotate(-45deg);
}
.wpforms-field-checkbox li.wpforms-selected input:after, .wpforms-field-gdpr-checkbox li.wpforms-selected input:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.7rem;
  height: 1.6rem;
  width: 0.1rem;
  background: #002236;
  transform: rotate(45deg);
}
.wpforms-field-checkbox li label, .wpforms-field-gdpr-checkbox li label {
  display: block !important;
  font-size: 13px;
  line-height: 16px;
}

.single-jobs .header-image .heading-wrapper {
  width: 55%;
}
.single-jobs .header-image .heading-wrapper .pre-h1:before {
  background: #fff;
}
.single-jobs .header-image .heading-wrapper h1 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.header-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0 20px;
  background: #218FCF;
  transition: all 0.3s;
}
@media (max-width: 985px) {
  .header-top {
    display: none;
  }
}
.header-top .inner {
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.header-top .inner a {
  font-family: "Cubano", "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.header-top .inner a span {
  color: #002236;
  transition: all 0.3s;
}
.header-top .inner a:hover span {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 500px) {
  header {
    padding: 20px 0;
  }
}
header.scrolled {
  top: 0 !important;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
header .site-branding {
  width: 290px;
}
@media (max-width: 450px) {
  header .site-branding {
    width: 200px;
  }
}
header .site-branding img {
  width: 100%;
  height: auto;
}
header a {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
@media (max-width: 985px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
header .primary-navigation ul li.current-menu-item a:after {
  width: 100%;
}
header .primary-navigation ul li a {
  font-family: "Cubano", "Open Sans", sans-serif;
  position: relative;
  color: #002236;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #002236;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}
@media (max-width: 985px) {
  header .right {
    display: none;
  }
}
header .burger-menu {
  display: none;
}
@media (max-width: 985px) {
  header .burger-menu {
    display: block;
  }
}
header .burger-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: #002236;
  margin-bottom: 4px;
}
header .burger-menu span:last-of-type {
  margin-bottom: 0;
}

.mobile-nav {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #fff;
  padding: 20px 15px;
  transition: all 0.4s;
}
.mobile-nav.open {
  left: 0;
}
.mobile-nav .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 400px) {
  .mobile-nav .top .logo-wrapper img {
    width: 220px;
  }
}
.mobile-nav .top .close {
  position: relative;
  width: 40px;
  height: 40px;
}
.mobile-nav .top .close span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #002236;
}
.mobile-nav .top .close span.first {
  left: 0;
  top: 50%;
  transform: rotate(55deg);
}
.mobile-nav .top .close span.second {
  left: 0;
  top: 50%;
  transform: rotate(-55deg);
}
.mobile-nav ul {
  padding-left: 0;
}
.mobile-nav ul li {
  list-style: none;
  margin: 15px 0;
}
.mobile-nav ul li a {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.mobile-nav .kontakt a {
  font-size: 20px;
  line-height: 20px;
}
.mobile-nav .bottom {
  position: absolute;
  background: #218FCF;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 15px;
}
.mobile-nav .bottom a {
  font-family: "Cubano", "Open Sans", sans-serif;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
}
.mobile-nav .bottom a span {
  color: #002236;
}
@media (max-width: 400px) {
  .mobile-nav .bottom a span {
    display: block;
    width: 100%;
  }
}

.header-image .anniversary {
  position: absolute;
  top: 40px;
  left: 40px;
  background-image: url("/wp-content/themes/bold/includes/images/120Jahre.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  z-index: 10;
}
@media (max-width: 980px) {
  .header-image .anniversary {
    display: none;
  }
}

@media (max-width: 980px) {
  .home .mobile-anniversary {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (max-width: 655px) {
  .home .mobile-anniversary {
    width: 90px !important;
    height: 90px !important;
  }
}
@media (max-width: 570px) {
  .home .mobile-anniversary {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .home .header-image h1 {
    margin-bottom: 0 !important;
  }
}

.header-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 550px;
}
.header-image .overlay {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .header-image .overlay {
    display: none !important;
  }
}
.header-image .inner-wrapper {
  display: flex;
  justify-content: flex-end;
}
.header-image .image-wrapper {
  width: 70%;
}
@media (max-width: 980px) {
  .header-image .image-wrapper {
    width: 100%;
    height: auto;
    max-height: 470px;
  }
}
@media (max-width: 620px) {
  .header-image .image-wrapper {
    max-height: 300px;
  }
}
.header-image .image-wrapper .main-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .image-wrapper .color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4688BF;
  mix-blend-mode: multiply;
}
.header-image .heading-wrapper {
  width: 60%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}
@media (max-width: 980px) {
  .header-image .heading-wrapper {
    width: 100%;
    background: rgba(33, 143, 207, 0.9);
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 620px) {
  .header-image .heading-wrapper {
    position: inherit;
    display: block;
    padding: 10px;
  }
}
.header-image .heading-wrapper .mobile-anniversary {
  display: none;
}
@media (max-width: 980px) {
  .header-image .heading-wrapper .mobile-anniversary {
    position: absolute;
    display: block;
    top: 40%;
    transform: translateY(-50%);
    right: 15px;
    width: 80px;
    height: 80px;
    z-index: 10;
  }
}
@media (max-width: 400px) {
  .header-image .heading-wrapper .mobile-anniversary {
    display: none;
  }
}
@media (max-width: 620px) {
  .header-image .heading-wrapper .pre-h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  .header-image .heading-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  .header-image .heading-wrapper h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .header-image .heading-wrapper h1 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (max-width: 980px) {
  .header-image .heading-wrapper .text {
    opacity: 1;
  }
}
.header-image .heading-wrapper .text p {
  margin-top: 0;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  background: #002236;
  padding: 30px 0;
}
.site-footer .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-widget {
    width: 100%;
    text-align: center;
  }
}
.site-footer ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .site-footer ul {
    justify-content: center;
  }
}
.site-footer ul li {
  list-style: none;
}
.site-footer ul li a {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
}
.site-footer .social-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Job Listing Classes
 */
.job-listing-wrapper .job-wrapper {
  width: 100%;
  border: 2px solid #F0F0F0;
  padding: 15px;
  margin-bottom: 10px;
}
.job-listing-wrapper .job-wrapper .info-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1080px) {
  .job-listing-wrapper .job-wrapper .info-wrapper {
    display: block;
    text-align: center;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .inner {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1080px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .inner {
    display: block;
    text-align: center;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1080px) {
  .job-listing-wrapper .job-wrapper .info-wrapper h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper h3 span {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #B2BDC3;
  margin-left: 10px;
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper h3 span {
    font-size: 16px;
    line-height: 20px;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .type {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .type {
    display: block;
    margin: 15px 0;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .type .ort {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .type .ort {
    font-size: 16px;
    line-height: 20px;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .type .anstellung {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #B2BDC3;
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .type .anstellung {
    font-size: 16px;
    line-height: 20px;
  }
}

/**
  Referenz Listing Classes
 */
.referenz-listing-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .referenz-listing-wrapper {
    display: block;
    gap: 0;
  }
}
.referenz-listing-wrapper .referenz-wrapper {
  width: calc(50% - 7px);
  height: 100%;
}
@media (max-width: 650px) {
  .referenz-listing-wrapper .referenz-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.referenz-listing-wrapper .referenz-wrapper:hover .image img {
  transform: scale(1.1);
}
.referenz-listing-wrapper .referenz-wrapper .image {
  position: relative;
  overflow: hidden;
}
.referenz-listing-wrapper .referenz-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.referenz-listing-wrapper .referenz-wrapper .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #218FCF;
  mix-blend-mode: multiply;
}
.referenz-listing-wrapper .referenz-wrapper .info-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 10px;
}
.referenz-listing-wrapper .referenz-wrapper .info-wrapper .name, .referenz-listing-wrapper .referenz-wrapper .info-wrapper .ort {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.referenz-listing-wrapper .referenz-wrapper .info-wrapper .ort {
  margin-left: 5px;
  color: #218FCF;
}

/**
  Leistungen Listing Classes
 */
.leistungen-listing-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .leistungen-listing-wrapper {
    display: block;
  }
}
.leistungen-listing-wrapper .leistungen-wrapper {
  width: calc(25% - 8px);
  height: 100%;
}
@media (max-width: 890px) {
  .leistungen-listing-wrapper .leistungen-wrapper {
    width: calc(50% - 5px);
  }
}
@media (max-width: 520px) {
  .leistungen-listing-wrapper .leistungen-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.leistungen-listing-wrapper .leistungen-wrapper:hover .image .inner img {
  transform: scale(1.1);
}
.leistungen-listing-wrapper .leistungen-wrapper:hover .image .icon {
  background: #fff;
}
.leistungen-listing-wrapper .leistungen-wrapper:hover .image .icon .blue {
  display: block;
}
.leistungen-listing-wrapper .leistungen-wrapper:hover .image .icon .white {
  display: none;
}
.leistungen-listing-wrapper .leistungen-wrapper .image {
  position: relative;
  overflow: hidden;
}
.leistungen-listing-wrapper .leistungen-wrapper .image .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.leistungen-listing-wrapper .leistungen-wrapper .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #218FCF;
  z-index: 10;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.3s;
}
.leistungen-listing-wrapper .leistungen-wrapper .image .icon img {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 11;
}
.leistungen-listing-wrapper .leistungen-wrapper .image .icon .blue {
  display: none;
}
.leistungen-listing-wrapper .leistungen-wrapper .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #218FCF;
  mix-blend-mode: multiply;
}
.leistungen-listing-wrapper .leistungen-wrapper .info-wrapper {
  padding: 25px;
  border: 2px solid #F0F0F0;
  border-top: none;
}
@media (max-width: 520px) {
  .leistungen-listing-wrapper .leistungen-wrapper .info-wrapper {
    padding: 25px 10px;
  }
}
.leistungen-listing-wrapper .leistungen-wrapper .info-wrapper .title {
  font-family: "Cubano", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
Logo Slider Classes
--------------------------------------------------------------*/
.partner-logo-slider {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  z-index: 10;
}
.partner-logo-slider .slider-item {
  margin: 4px;
  background: #fff;
  border: 2px solid #F0F0F0;
}
.partner-logo-slider .slider-item .image-wrapper {
  padding: 10px 10px 0 10px;
}
.partner-logo-slider .slider-item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
.partner-logo-slider .slider-item .text {
  padding: 25px 15px;
  text-align: center;
  display: flex;
  align-items: center;
}
.partner-logo-slider .slider-item .text p {
  margin: 0;
}
@media (max-width: 900px) {
  .partner-logo-slider .slider-item .text p {
    font-size: 14px;
    line-height: 16px;
  }
}
.partner-logo-slider .slider-item.no-description {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partner-logo-slider .slider-item.no-description .image-wrapper {
  padding: 0 10px;
}

.partner-logo-slider-dots {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .partner-logo-slider-dots {
    bottom: -40px;
    transform: none;
    justify-content: flex-end;
    top: inherit;
    left: -60px;
  }
}
.partner-logo-slider-dots .prev {
  cursor: pointer;
  padding: 10px;
}
.partner-logo-slider-dots .prev .hover {
  opacity: 0;
  transition: all 0.3s;
}
.partner-logo-slider-dots .prev .normal, .partner-logo-slider-dots .prev .hover {
  position: absolute;
  display: block;
}
.partner-logo-slider-dots .prev:hover .normal {
  opacity: 0;
}
.partner-logo-slider-dots .prev:hover .hover {
  opacity: 1;
}
.partner-logo-slider-dots .prev svg {
  height: 50px;
  width: 50px;
  margin-left: -48px;
}
.partner-logo-slider-dots .next {
  cursor: pointer;
  padding: 10px;
}
.partner-logo-slider-dots .next .hover {
  opacity: 0;
  transition: all 0.3s;
}
.partner-logo-slider-dots .next .normal, .partner-logo-slider-dots .next .hover {
  position: absolute;
  display: block;
}
.partner-logo-slider-dots .next:hover .normal {
  opacity: 0;
}
.partner-logo-slider-dots .next:hover .hover {
  opacity: 1;
}
.partner-logo-slider-dots .next svg {
  height: 50px;
  width: 50px;
  margin-right: -50px;
}

/**
  Logo Boxen Classes
 */
.logo-boxen-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
}
.logo-boxen-wrapper .logo-wrapper {
  display: flex;
  align-items: center;
  width: calc(25% - 6px);
  border: 2px solid #F0F0F0;
}
@media (max-width: 750px) {
  .logo-boxen-wrapper .logo-wrapper {
    width: calc(50% - 6px);
  }
}
@media (max-width: 450px) {
  .logo-boxen-wrapper .logo-wrapper {
    width: 80%;
  }
}
.logo-boxen-wrapper .logo-wrapper .inner {
  padding: 25px;
  background: #fff;
}
.logo-boxen-wrapper .logo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/**
  Mitarbeiter Classes
 */
.mitarbeiter-listing-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .mitarbeiter-listing-wrapper {
    display: block;
    gap: 0;
  }
}
.mitarbeiter-listing-wrapper .mitarbeiter-wrapper {
  width: calc(25% - 8px);
  display: block;
}
@media (max-width: 1050px) {
  .mitarbeiter-listing-wrapper .mitarbeiter-wrapper {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .mitarbeiter-listing-wrapper .mitarbeiter-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mitarbeiter-listing-wrapper .mitarbeiter-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.mitarbeiter-listing-wrapper .mitarbeiter-wrapper .info-wrapper {
  padding: 20px 15px;
  border: 2px solid #F0F0F0;
  border-top: none;
}
.mitarbeiter-listing-wrapper .mitarbeiter-wrapper .info-wrapper .name, .mitarbeiter-listing-wrapper .mitarbeiter-wrapper .info-wrapper .position {
  text-align: center;
  font-family: "Cubano", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

/**
  Historie Classes
 */
.historie-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 1010px) {
  .historie-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .historie-wrapper {
    display: block;
  }
}
.historie-wrapper .year-wrapper {
  position: relative;
  flex: 1 50%;
  height: auto;
}
@media (max-width: 1010px) {
  .historie-wrapper .year-wrapper {
    flex: auto;
    width: calc(50% - 7px);
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .historie-wrapper .year-wrapper {
    width: 100%;
  }
}
.historie-wrapper .year-wrapper:hover .top-bar {
  background: #218FCF;
}
.historie-wrapper .year-wrapper:hover:first-child .top-bar:before {
  border-bottom: 8px solid #218FCF;
  border-right: 8px solid #218FCF;
}
.historie-wrapper .year-wrapper:hover:first-child .top-bar:after {
  border-top: 7px solid #218FCF;
  border-right: 7px solid #218FCF;
}
.historie-wrapper .year-wrapper:hover:last-child .top-bar:before {
  border-left: 8px solid #218FCF;
  border-bottom: 8px solid #218FCF;
}
.historie-wrapper .year-wrapper:hover:last-child .top-bar:after {
  border-top: 7px solid #218FCF;
  border-left: 7px solid #218FCF;
}
.historie-wrapper .year-wrapper:first-child .top-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 8px solid #EDF3F8;
  border-right: 8px solid #002236;
  border-left: 8px solid #EDF3F8;
  border-bottom: 8px solid #002236;
  transition: all 0.3s;
}
.historie-wrapper .year-wrapper:first-child .top-bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 7px solid #002236;
  border-right: 7px solid #002236;
  border-left: 7px solid #EDF3F8;
  border-bottom: 7px solid #EDF3F8;
  transition: all 0.3s;
}
.historie-wrapper .year-wrapper:last-child .top-bar:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 8px solid #EDF3F8;
  border-right: 8px solid #EDF3F8;
  border-left: 8px solid #002236;
  border-bottom: 8px solid #002236;
  transition: all 0.3s;
}
.historie-wrapper .year-wrapper:last-child .top-bar:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 7px solid #002236;
  border-right: 7px solid #EDF3F8;
  border-left: 7px solid #002236;
  border-bottom: 7px solid #EDF3F8;
  transition: all 0.3s;
}
.historie-wrapper .year-wrapper .top-bar {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
  background: #002236;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .historie-wrapper .year-wrapper .top-bar {
    display: none;
  }
}
.historie-wrapper .year-wrapper .year {
  font-family: "Cubano", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.historie-wrapper .year-wrapper .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
}

/**
  Map Classes
 */
.map-wrapper {
  margin-top: 10px;
}
.map-wrapper .map {
  margin-bottom: 15px;
}
.map-wrapper .text-wrapper {
  position: relative;
}
.map-wrapper .text-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #218FCF;
}
.map-wrapper .text-wrapper .text {
  font-family: "Cubano", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 5px;
}
.map-wrapper .text-wrapper .text span {
  opacity: 0.3;
  margin-left: 10px;
}
.map-wrapper .text-wrapper .text span a {
  transition: all 0.3s;
}
.map-wrapper .text-wrapper .text:hover a {
  opacity: 1;
  color: #002236;
}

.ql-snow .ql-editor a {
  font-family: "Cubano", sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-decoration: none !important;
  color: #002236 !important;
}

/*--------------------------------------------------------------
Bld Image Grid
--------------------------------------------------------------*/
.image-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 400px;
  column-gap: 5px;
  row-gap: 5px;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  .image-grid-wrapper {
    grid-auto-rows: 250px;
  }
}
@media (max-width: 850px) {
  .image-grid-wrapper {
    grid-auto-rows: 150px;
  }
}
@media (max-width: 767px) {
  .image-grid-wrapper {
    grid-auto-rows: 200px;
  }
}
.image-grid-wrapper .image {
  cursor: pointer;
  overflow: hidden;
}
.image-grid-wrapper .image img {
  transition: all 0.3s;
}
.image-grid-wrapper .image img:hover {
  transform: scale(1.1);
}
.image-grid-wrapper .image-1 {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-1 {
    grid-column: 1/5;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-1 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper .image-2 {
  grid-column: 3/6;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-2 {
    grid-column: 5/9;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-2 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper .image-3 {
  grid-column: 6/9;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-3 {
    grid-column: 1/5;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-3 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper .image-4 {
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-4 {
    grid-column: 5/9;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-4 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper .image-5 {
  grid-column: 4/7;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-5 {
    grid-column: 1/5;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-5 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper .image-6 {
  grid-column: 7/9;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-6 {
    grid-column: 5/9;
  }
}
@media (max-width: 450px) {
  .image-grid-wrapper .image-6 {
    grid-column: 1/9;
  }
}
.image-grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .image-grid-wrapper img {
    height: 250px;
  }
}
@media (max-width: 850px) {
  .image-grid-wrapper img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .image-grid-wrapper img {
    height: 200px;
  }
}
.image-grid-wrapper .overlay-gallery {
  display: none;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 50px 20px 20px 20px;
  z-index: 100;
  transition: 0.3s;
}
.image-grid-wrapper.active .overlay-gallery {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100;
}
@media (max-width: 900px) {
  .image-grid-wrapper.active .overlay-gallery {
    justify-content: inherit;
  }
}
.image-grid-wrapper.active .overlay-gallery .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.image-grid-wrapper.active .overlay-gallery .close .first-stroke {
  position: relative;
  width: 25px;
  height: 2px;
  top: 10px;
  background: #000;
  transform: rotate(45deg);
}
.image-grid-wrapper.active .overlay-gallery .close .second-stroke {
  width: 25px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  position: relative;
  top: 8px;
}
.image-grid-wrapper.active .overlay-gallery .slider-for {
  margin-bottom: 20px;
}
.image-grid-wrapper.active .overlay-gallery .slider-for .slick-slide {
  display: block;
}
.image-grid-wrapper.active .overlay-gallery .slider-for .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: calc(100vh - 300px);
}
@media (max-height: 900px) {
  .image-grid-wrapper.active .overlay-gallery .slider-for .slick-slide img {
    max-height: calc(100vh - 210px);
  }
}
.image-grid-wrapper.active .overlay-gallery .arrows-image-slider {
  display: none;
}
@media (max-width: 650px) {
  .image-grid-wrapper.active .overlay-gallery .arrows-image-slider {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .image-grid-wrapper.active .overlay-gallery .arrows-image-slider .slick-arrow {
    cursor: pointer;
    text-align: right;
  }
  .image-grid-wrapper.active .overlay-gallery .arrows-image-slider .slick-arrow svg {
    width: 50px;
    height: 50px;
    transition: all 0.3s;
  }
  .image-grid-wrapper.active .overlay-gallery .arrows-image-slider .slick-arrow svg:hover {
    transform: scale(0.95);
  }
  .image-grid-wrapper.active .overlay-gallery .arrows-image-slider .slick-arrow.next {
    margin-left: 20px;
  }
}
@media (max-width: 650px) {
  .image-grid-wrapper.active .overlay-gallery .slider-nav {
    display: none;
  }
}
.image-grid-wrapper.active .overlay-gallery .slider-nav .slick-slide {
  width: 33.33%;
  margin: 0 10px;
}
.image-grid-wrapper.active .overlay-gallery .slider-nav .slick-slide img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  max-height: 180px;
  height: 180px;
}
@media (max-height: 900px) {
  .image-grid-wrapper.active .overlay-gallery .slider-nav .slick-slide img {
    max-height: 120px;
    height: 120px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
  }
  .image-grid-wrapper .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: calc(50% - 10px);
    margin: 5px;
  }
  .image-grid-wrapper .image img {
    display: none;
  }
  .overlay-gallery .slider-for img {
    display: block !important;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto !important;
  }
  .overlay-gallery .slider-nav {
    height: 120px !important;
  }
  .overlay-gallery .slider-nav img {
    display: none !important;
  }
  .overlay-gallery .slider-nav .image-nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
  }
}
/* 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 */
