@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: "TT Commons";
  src: url("./includes/fonts/TT-Commons/TT Commons Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "TT Commons";
  src: url("./includes/fonts/TT-Commons/TT Commons Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "TT Commons";
  src: url("./includes/fonts/TT-Commons/TT Commons Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "TT Commons";
  src: url("./includes/fonts/TT-Commons/TT Commons DemiBold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "TT Commons";
  src: url("./includes/fonts/TT-Commons/TT Commons Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Anodina";
  src: url("./includes/fonts/Anodina/Anodina-Regular.otf") format("opentype");
  font-weight: 400;
}
/* End fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  position: relative;
  padding: 0 10rem;
  margin: 0 auto;
  max-width: calc(1235px + 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 {
  font-size: 62.5%;
}

body {
  font-family: "Anodina", "TT Commons", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #182640;
  background: #F2F5F9;
}
body.page-template-blue {
  background: #182640;
  color: #9BB5DF;
}
body.page-template-blue .site-footer {
  color: #182640;
}
body.page-template-blue a {
  color: #9BB5DF;
}
body.no-hero .vc_section:first-of-type {
  margin-top: 10rem !important;
}
body.no-scroll {
  overflow: hidden;
}

#page {
  overflow: hidden;
}

.site-content-contain {
  padding: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
.site-content-contain a {
  color: #182640;
  text-decoration: none;
}

.small-plus {
  text-transform: lowercase !important;
}

.vc_section {
  padding-top: clamp(6rem, 3.8873rem + 5.6338vw, 12rem);
  padding-bottom: clamp(6rem, 3.8873rem + 5.6338vw, 12rem);
}
.vc_section.blue {
  background: #182640;
  border-radius: 1rem;
  color: #9BB5DF;
}
.vc_section.blue + .lightblue {
  margin-top: 2rem;
}
.vc_section.blue .faq-item svg * {
  fill: #9BB5DF;
}
.vc_section.lightblue {
  background: #9BB5DF;
  border-radius: 1rem;
}
.vc_section.lightblue + .blue {
  margin-top: 2rem;
}
.vc_section.lightblue .bld-faqs-wrapper .faq-item {
  border-bottom: 1px solid #182640;
}
.vc_section.np {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_section.npt {
  padding-top: 0;
}
.vc_section.npb {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .wpb_column {
    margin-bottom: 3rem;
  }
}
.wpb_column:last-child {
  margin-bottom: 0;
}

svg {
  width: 100%;
  height: 100%;
}

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

.pre-headline {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  letter-spacing: 1.2px !important;
  margin-bottom: 0.4rem !important;
  text-transform: uppercase !important;
}

.pre-heading-wrapper .pre-headline {
  margin-bottom: 2rem !important;
}

h1, .h1 {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(3rem, 1.9437rem + 2.8169vw, 6rem);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.7rem;
  hyphens: auto;
}

h2, .h2 {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(2.8rem, 2.5183rem + 0.7512vw, 3.6rem);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.7rem;
  hyphens: auto;
}
h2.no-hyphen, .h2.no-hyphen {
  hyphens: none;
}

h3, .h3 {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(2.4rem, 2.1887rem + 0.5634vw, 3rem);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.7rem;
  hyphens: auto;
}

h4, .h4 {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(2rem, 1.7887rem + 0.5634vw, 2.6rem);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.7rem;
  hyphens: auto;
}

.bld-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.bld-btn {
  width: fit-content;
  padding: 1.3rem 1.8rem;
  text-decoration: none;
  color: #182640;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bld-btn:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/bold/includes/images/link_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2.1rem;
}
.bld-btn.green {
  background: #D3D80E;
  border-color: #D3D80E;
}
.bld-btn.green:after {
  background-image: url("/wp-content/themes/bold/includes/images/link-arrow-black.svg");
}
.bld-btn.green:hover {
  background: transparent;
}
.bld-btn.outline {
  background: transparent;
}
.bld-btn.outline:after {
  background-image: url("/wp-content/themes/bold/includes/images/link-arrow-black.svg");
}
.bld-btn.outline.green:hover {
  background: #D3D80E;
}
.bld-btn.outline.green:hover:after {
  background-image: url("/wp-content/themes/bold/includes/images/link-arrow-black.svg");
}

.rotate_animation {
  display: inline-block; /* wichtig, damit transform-origin wie erwartet wirkt */
  transform-origin: center center; /* Drehzentrum in der Mitte */
  will-change: transform; /* Performance-Hinweis */
  /* Animation */
  animation: spin 20s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .rotate_animation {
    animation: none;
  }
}

/* Keyframes: 0° -> 360° */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.map {
  height: 60rem;
}

/**
 * Formular Styles
 */
form {
  position: relative;
}

label, .wpforms-field-label {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500 !important;
  color: #9BB5DF;
  margin-bottom: 1rem;
}

select, input:not([type=checkbox], [type=radio]), textarea {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #9BB5DF;
  padding: 1.4rem 1.2rem;
  border: 1px solid #9BB5DF;
  outline: none;
  background: transparent;
}
select::placeholder, input:not([type=checkbox], [type=radio])::placeholder, textarea::placeholder {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #9BB5DF;
}

select {
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/bold/includes/images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.2rem center !important;
  background-size: 0.5rem;
}

div.wpforms-container .wpforms-field-file-upload div.wpforms-uploader {
  background: transparent;
  border: 1px solid #9BB5DF;
}

.wpforms-field-gdpr-checkbox ul {
  padding: 0;
  margin: 0;
}
.wpforms-field-gdpr-checkbox ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.wpforms-field-gdpr-checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:not(.brlbs-cmpnt-checkbox) {
  position: relative;
  -webkit-appearance: none;
  width: 2.4rem !important;
  height: 2.4rem !important;
  border: 1px solid #9BB5DF !important;
  background: transparent;
  margin: 0 1rem 0 0 !important;
  flex-shrink: 0;
  cursor: pointer;
}
input[type=checkbox]:not(.brlbs-cmpnt-checkbox):after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjIxIDAuMzQ0NzI3TDMuNjk1NCA3LjM0NDczTDAuMzYyMDY4IDMuODQ0NzMiIHN0cm9rZT0iIzE4MjY0MCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
input[type=checkbox]:not(.brlbs-cmpnt-checkbox):checked {
  background: #9BB5DF;
}
input[type=checkbox]:not(.brlbs-cmpnt-checkbox):checked:after {
  display: flex;
}

form.wpforms-form .wpforms-submit-container {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 650px) {
  form.wpforms-form .wpforms-submit-container {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}
form.wpforms-form .wpforms-submit-container .wpforms-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid #9BB5DF;
  background: transparent;
  color: #9BB5DF;
  cursor: pointer;
  font-weight: 600;
  padding: 1.3rem 1.8rem;
  transition: all 0.3s;
}
form.wpforms-form .wpforms-submit-container .wpforms-submit.green {
  background: #D3D80E;
  border-color: #D3D80E;
  color: #182640;
}
form.wpforms-form .wpforms-submit-container .wpforms-submit.green:hover {
  background: transparent;
  color: #D3D80E;
}
form.wpforms-form .wpforms-submit-container .wpforms-submit:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/bold/includes/images/link-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2.1rem;
}
form.wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background: #9BB5DF;
  color: #182640;
}
form.wpforms-form .wpforms-submit-container .wpforms-submit:hover:after {
  background-image: url("/wp-content/themes/bold/includes/images/link_arrow.svg");
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  padding: 2rem;
  margin-top: 2rem;
  transition: all 0.5s;
}
.site-header:after {
  position: absolute;
  content: "";
  background: #F2F5F9;
  inset: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  z-index: -1;
}
.site-header.scrolled {
  margin-top: 0;
}
.site-header.scrolled:after {
  transform: scaleY(1);
}
.site-header.hide {
  transform: translateY(-101%);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-branding {
  width: 150px;
}
.site-header .site-branding img {
  width: 100%;
  height: auto;
}
@media (max-width: 1250px) {
  .site-header .primary-navigation {
    display: none;
  }
}
.site-header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
.site-header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}
.site-header .primary-navigation ul li:last-child {
  padding-right: 0;
}
.site-header .primary-navigation ul li.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3rem;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  background: #182640;
  transition: all 0.3s;
}
.site-header .primary-navigation ul li.menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
}
.site-header .primary-navigation ul li.menu-item-has-children .sub-menu li a {
  white-space: nowrap;
  color: #fff;
}
.site-header .primary-navigation ul li.menu-item-has-children .sub-menu li a:after {
  background: white;
}
.site-header .primary-navigation ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .primary-navigation ul li a {
  position: relative;
  font-family: "TT Commons", "Anodina", sans-serif;
  color: #182640;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.8rem 0;
  font-weight: 500;
}
.site-header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 0;
  text-align: center;
  background: #182640;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .primary-navigation ul li a:hover:after {
  width: 100%;
}
.site-header .primary-navigation ul li.header-outline a {
  border: 2px solid #D3D80E;
  padding: 0.5rem 0.7rem;
  transition: all 0.3s;
}
.site-header .primary-navigation ul li.header-outline a:hover {
  background-color: #D3D80E;
}
.site-header .primary-navigation ul li.header-outline a:after {
  display: none;
}
.site-header .primary-navigation ul li.header-btn a {
  border: 2px solid #D3D80E;
  padding: 0.5rem 0.7rem;
  background: #D3D80E;
  transition: all 0.3s;
}
.site-header .primary-navigation ul li.header-btn a:hover {
  background-color: transparent;
}
.site-header .primary-navigation ul li.header-btn a:after {
  display: none;
}
.site-header .primary-navigation ul li.current-menu-item a:after {
  width: 100%;
}
.site-header .primary-navigation ul li.current-menu-item.header-outline a {
  background: #D3D80E;
}
.site-header .toggle-mobile {
  display: none;
  cursor: pointer;
  padding: 1rem 0;
}
@media (max-width: 1250px) {
  .site-header .toggle-mobile {
    display: inline-block;
  }
}
.site-header .toggle-mobile span {
  display: block;
  width: 20px;
  height: 2px;
  background: #182640;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
.site-header .toggle-mobile span:last-child {
  margin-bottom: 0;
}
.site-header .toggle-mobile.open span {
  transform: rotate(45deg) translateX(8%);
  margin-bottom: 0;
}
.site-header .toggle-mobile.open span:last-child {
  transform: rotate(-45deg) translateX(5%);
}

.page-template-blue .site-header:after {
  background: #182640;
}
.page-template-blue .site-header .site-branding svg path {
  fill: #F2F5F9;
}
.page-template-blue .site-header .site-branding svg path:last-child {
  fill: #D3D80E;
}
.page-template-blue .site-header .primary-navigation ul li.header-outline.current-menu-item a {
  color: #182640;
}
.page-template-blue .site-header .primary-navigation ul li.header-outline a:hover {
  color: #182640;
}
.page-template-blue .site-header .primary-navigation ul li.header-btn a {
  color: #182640;
}
.page-template-blue .site-header .primary-navigation ul li.header-btn a:hover {
  color: #F2F5F9;
}
.page-template-blue .site-header .primary-navigation ul li a {
  color: #F2F5F9;
}
.page-template-blue .site-header .primary-navigation ul li a:after {
  background: #F2F5F9;
}
.page-template-blue .site-header .toggle-mobile span {
  background: #F2F5F9;
}

.mobile-nav {
  position: fixed;
  width: 60%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #F2F5F9;
  z-index: 98;
  transition: all 0.3s;
  padding: 0 2rem;
}
.mobile-nav.open {
  left: 40%;
}
@media (max-width: 767px) {
  .mobile-nav {
    width: 100%;
  }
  .mobile-nav.open {
    left: 0;
  }
}
.mobile-nav .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 0;
  transition: all 0.3s;
}
.mobile-nav .inner nav {
  width: 100%;
  padding: 20px 0;
}
.mobile-nav .inner nav ul {
  margin: 0;
  padding: 0;
}
.mobile-nav .inner nav ul li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.mobile-nav .inner nav ul li.current-menu-item a:after {
  width: 100%;
}
.mobile-nav .inner nav ul li .sub-menu {
  display: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.mobile-nav .inner nav ul li .sub-menu li a {
  font-size: 1.6rem;
}
.mobile-nav .inner nav ul li a {
  position: relative;
  display: inline-block;
  color: #182640;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.1;
}
.mobile-nav .inner nav ul li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #182640;
  transition: all 0.3s;
  margin: 0 auto;
}
.mobile-nav .inner nav ul li a:hover:after {
  width: 100%;
}

.home-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.home-hero .image-wrapper {
  position: absolute;
  inset: 0;
}
.home-hero .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .inner {
  padding: 30rem 0 10rem 0;
}
.home-hero .inner .text-wrapper {
  width: min(600px, 100%);
}
.home-hero .inner .text-wrapper .heading {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(3rem, 1.9437rem + 2.8169vw, 6rem);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.7rem;
}
.home-hero .inner .text-wrapper .text {
  font-size: clamp(2.4rem, 1.9775rem + 1.1268vw, 3.6rem);
  font-weight: 400;
  margin-bottom: 0;
}
.home-hero .inner .text-wrapper .bld-buttons {
  margin-top: 3rem;
}

.hero-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .hero-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .container {
    order: 2;
  }
}
.hero-wrapper .container .inner {
  padding: clamp(10rem, 2.9577rem + 18.7793vw, 30rem) 0 10rem 0;
  width: 50%;
}
@media (max-width: 767px) {
  .hero-wrapper .container .inner {
    padding: clamp(6rem, 4.5915rem + 3.7559vw, 10rem) 0 0 0;
    width: 100%;
  }
}
.hero-wrapper .container .inner .heading {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(3rem, 2.1549rem + 2.2535vw, 5.4rem);
  font-weight: 400;
}
.hero-wrapper .container .inner .text {
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}
.hero-wrapper .container .inner .bld-buttons {
  margin-top: 3rem;
}
.hero-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: calc(50% + 7rem);
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-wrapper .image-wrapper {
    order: 1;
    position: relative;
    left: 0;
    width: 100%;
  }
}
.hero-wrapper .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-no-header .hero-wrapper .container .inner {
  padding: clamp(10rem, 4.7183rem + 14.0845vw, 25rem) 0 3rem 0;
  width: 100%;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.footer-wrapper {
  background: #182640;
  padding: 2rem;
}
.footer-wrapper .footer-content-wrapper {
  padding: clamp(6rem, 3.8873rem + 5.6338vw, 12rem) 0;
  color: #9BB5DF;
}
.footer-wrapper .footer-content-wrapper.center .container {
  text-align: center;
}
.footer-wrapper .footer-content-wrapper.center .container .bld-btn {
  margin: 3rem auto 0 auto;
}
.footer-wrapper .footer-content-wrapper .wpforms-container {
  margin-top: 4rem;
}
.footer-wrapper .footer-content-wrapper .bld-btn {
  margin-top: 3rem;
}
.footer-wrapper .footer-content-wrapper .bld-btn.green:hover {
  color: #D3D80E;
}

.site-footer {
  background: #F2F5F9;
  border-radius: 2rem;
  padding: clamp(2rem, 1.2958rem + 1.8779vw, 4rem) 0;
  font-family: "TT Commons", "Anodina", sans-serif;
}
.site-footer .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-footer .inner img {
  width: min(281px, 100%);
}
.site-footer .inner p {
  font-family: "TT Commons", "Anodina", sans-serif;
  margin: 0;
  font-size: 1.4rem;
}
.site-footer .inner p strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.site-footer .inner a {
  text-decoration: none;
  color: #182640;
  font-weight: 500;
}
.site-footer .inner .footer-links {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
.site-footer .inner nav ul {
  padding: 0;
  margin: 0;
}
.site-footer .inner nav ul li {
  list-style: none;
  margin-bottom: 0.4rem;
}
.site-footer .inner nav ul li:last-child {
  margin-bottom: 0;
}
.site-footer .inner .social-wrapper {
  display: flex;
  gap: 1rem;
}

/**
  Bld Vertical Logo Slider Classes
 */
.bld-vertical-logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bld-vertical-logo-slider .pre-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 20%;
  z-index: 10;
}
@media (max-width: 700px) {
  .bld-vertical-logo-slider .pre-overlay {
    display: none;
  }
}
.bld-vertical-logo-slider .after-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: 10;
}
@media (max-width: 700px) {
  .bld-vertical-logo-slider .after-overlay {
    display: none;
  }
}
.bld-vertical-logo-slider .slick-wrapper {
  position: relative;
}
.bld-vertical-logo-slider .slick-wrapper .slide {
  margin: 20px 0 !important;
  border: none;
}
@media (max-width: 767px) {
  .bld-vertical-logo-slider .slick-wrapper .slide {
    margin: 0 20px !important;
  }
}
.bld-vertical-logo-slider .slick-wrapper .slide img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
  height: 100px;
}

/**
 * Text Image
 */
.bld-image-text {
  display: flex;
  gap: clamp(2rem, -0.8169rem + 7.5117vw, 10rem);
  align-items: flex-end;
  flex-wrap: wrap;
}
.bld-image-text .text-wrapper, .bld-image-text .image-wrapper {
  flex: 1;
}
@media (max-width: 767px) {
  .bld-image-text .text-wrapper, .bld-image-text .image-wrapper {
    flex: inherit;
    width: 100%;
  }
}
.bld-image-text .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bld-image-text .bld-btn {
  margin-top: 3.2rem;
}

/**
 * Image Text Link
 */
.image-text-link {
  position: relative;
  text-decoration: none;
}
.image-text-link inner-wrapper {
  position: relative;
}
.image-text-link .image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.image-text-link .image-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 38, 64, 0.2);
  z-index: 1;
}
.image-text-link .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.image-text-link .text-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  padding: 3.2rem;
  z-index: 1;
}
@media (max-width: 400px) {
  .image-text-link .text-wrapper {
    position: inherit;
    color: #182640;
    padding: 2rem 0;
  }
}
.image-text-link .text-wrapper .text {
  font-size: 1.6rem;
}
.image-text-link .text-wrapper .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  margin-top: 3.2rem;
}
.image-text-link .text-wrapper .link svg {
  transition: all 0.3s;
}
.image-text-link .link-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(5rem, 3.2394rem + 4.6948vw, 10rem);
  height: clamp(5rem, 3.2394rem + 4.6948vw, 10rem);
  z-index: 1;
  transition: all 0.3s;
}
.image-text-link:hover .image-wrapper img {
  transform: scale(1.1);
}
.image-text-link:hover .link-arrow {
  top: -1rem;
  right: -1rem;
}

/**
 * Special Auflistung
 */
.special-listing-wrapper {
  margin: 0;
  padding: 0;
}
.special-listing-wrapper li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 0.9437rem + 2.8169vw, 5rem);
}
.special-listing-wrapper li:before {
  display: inline-block;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg0IDM3VjIwLjY2MjNIMFYxNi4zMzc3SDE1Ljg0VjBIMjAuMTZWMTYuMzM3N0gzNlYyMC42NjIzSDIwLjE2VjM3SDE1Ljg0WiIgZmlsbD0iI0QzRDgwRSIvPgo8L3N2Zz4K");
  flex-shrink: 0;
}
.special-listing-wrapper li .content {
  border-bottom: 2px solid #D3D80E;
  padding-bottom: clamp(2rem, 1.2958rem + 1.8779vw, 4rem);
  margin-bottom: clamp(2rem, 1.2958rem + 1.8779vw, 4rem);
  font-family: "TT Commons", "Anodina", sans-serif;
  font-size: clamp(2rem, 1.7887rem + 0.5634vw, 2.6rem);
  font-weight: 300;
  flex: 1;
}
.special-listing-wrapper li .content .h3 {
  margin-bottom: 0;
}
.special-listing-wrapper li:last-child .content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/**
  Bld Accordions
 */
.bld-accordion-wrapper {
  margin-top: 5rem;
}
.bld-accordion-wrapper .accordion-item {
  border-bottom: 2px solid #D3D80E;
}
.bld-accordion-wrapper .accordion-item .icon-text-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3rem 2.5rem 0;
  cursor: pointer;
}
@media (max-width: 500px) {
  .bld-accordion-wrapper .accordion-item .icon-text-wrapper {
    gap: 1rem;
  }
}
.bld-accordion-wrapper .accordion-item .icon-text-wrapper:after {
  content: "+";
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  transition: all 0.3s;
  flex-shrink: 0;
}
.bld-accordion-wrapper .accordion-item .icon-text-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 5rem;
}
.bld-accordion-wrapper .accordion-item.is-open .icon-text-wrapper:after {
  content: "-";
}
.bld-accordion-wrapper .accordion-item .title {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 600px) {
  .bld-accordion-wrapper .accordion-item .title {
    font-size: 2rem;
  }
}
.bld-accordion-wrapper .accordion-item .content {
  display: none;
  padding-bottom: 4rem;
}
.bld-accordion-wrapper .accordion-item:last-child {
  border-bottom: 0;
}

/**
 * Rezensionen Slider
 */
.rezensionen-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .rezensionen-slider-wrapper {
    flex-wrap: wrap;
  }
}
.rezensionen-slider-wrapper .slick-arrow {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  cursor: pointer;
}
.rezensionen-slider-wrapper .slider-inner-wrapper {
  width: calc(100% - 18rem);
}
@media (max-width: 767px) {
  .rezensionen-slider-wrapper .slider-inner-wrapper {
    width: 100%;
  }
}
.rezensionen-slider-wrapper .slider-inner-wrapper .pre-headline {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .rezensionen-slider-wrapper .prev {
    order: 2;
  }
  .rezensionen-slider-wrapper .next {
    order: 3;
  }
}

/**
 * Icon Text Box
 */
.icon-text-boxes .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.icon-text-boxes .icon-text-box {
  padding: 3rem;
  width: calc(33.33% - 2.2rem);
}
@media (max-width: 1100px) {
  .icon-text-boxes .icon-text-box {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 767px) {
  .icon-text-boxes .icon-text-box {
    width: 100%;
  }
}
.icon-text-boxes .icon-text-box.lightblue {
  background: #9BB5DF;
}
.icon-text-boxes .icon-text-box.blue {
  background: #182640;
  color: #9BB5DF;
}
.icon-text-boxes .icon-text-box.green {
  background: #D3D80E;
}
.icon-text-boxes .icon-text-box .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.icon-text-boxes .icon-text-box .inner .image-wrapper {
  width: min(8.5rem, 100%);
  align-self: flex-end;
  margin-bottom: clamp(3rem, 1.9437rem + 2.8169vw, 6rem);
}
.icon-text-boxes .icon-text-box .inner .image-wrapper img, .icon-text-boxes .icon-text-box .inner .image-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-text-boxes .icon-text-box .inner .bld-btn {
  margin-top: 4rem;
}

/**
 * Process Boxes
 */
.process-boxes .inner-wrapper {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .process-boxes .inner-wrapper {
    gap: 5rem;
  }
}
.process-boxes .inner-wrapper .process-box {
  width: calc(20% - 2.6rem);
}
@media (max-width: 1250px) {
  .process-boxes .inner-wrapper .process-box {
    width: calc(25% - 2.4rem);
  }
}
@media (max-width: 1100px) {
  .process-boxes .inner-wrapper .process-box {
    width: calc(33.33% - 2.2rem);
  }
}
@media (max-width: 850px) {
  .process-boxes .inner-wrapper .process-box {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 650px) {
  .process-boxes .inner-wrapper .process-box {
    width: 100%;
  }
}
.process-boxes .inner-wrapper .process-box .image-wrapper {
  margin-bottom: 2rem;
}
.process-boxes .inner-wrapper .process-box .text {
  text-align: center;
  color: #F2F5F9;
}

/**
 * FAQs
 */
.bld-faqs-wrapper {
  margin-top: 3rem;
}
.bld-faqs-wrapper .faq-item {
  --faq-number-width: 2ch;
  border-bottom: 1px solid #9BB5DF;
}
.bld-faqs-wrapper .faq-item:last-child {
  border-bottom: none;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 5rem 1rem 0;
  cursor: pointer;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper:before {
  content: "+";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  transition: all 0.3s;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper:after {
  content: "-";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0;
  transition: all 0.3s;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: var(--faq-number-width) 1fr;
  align-items: center;
  column-gap: 4rem;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper span {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper span {
    display: none;
  }
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper h3 {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
}
.bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper h3 span {
  width: auto;
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper h3 span {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .icon-text-wrapper .title-wrapper {
    grid-template-columns: 1fr;
  }
}
.bld-faqs-wrapper .faq-item.open .icon-text-wrapper:before {
  opacity: 0;
}
.bld-faqs-wrapper .faq-item.open .icon-text-wrapper:after {
  opacity: 1;
}
.bld-faqs-wrapper .faq-item .content {
  display: none;
  padding-bottom: 2rem;
}
.bld-faqs-wrapper .faq-item .content .inner {
  display: grid;
  grid-template-columns: var(--faq-number-width) 1fr;
  align-items: flex-start;
  column-gap: 4rem;
}
.bld-faqs-wrapper .faq-item .content .inner span {
  display: block;
  width: 100%;
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .content .inner span {
    display: none;
  }
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .content .inner {
    grid-template-columns: 1fr;
  }
}
.bld-faqs-wrapper .faq-item .content .inner .content-wrapper ul, .bld-faqs-wrapper .faq-item .content .inner .content-wrapper ol {
  padding-left: 15px;
}
.bld-faqs-wrapper .faq-item .content .inner .content-wrapper span {
  display: inline-block;
  width: auto;
}
@media (max-width: 450px) {
  .bld-faqs-wrapper .faq-item .content .inner .content-wrapper span {
    display: inline-block;
  }
}

/**
 * Download Listing
 */
.bld-downloads-wrapper {
  margin-top: 3rem;
}
.bld-downloads-wrapper .download-item {
  border-bottom: 1px solid #182640;
}
.bld-downloads-wrapper .download-item:last-child {
  border-bottom: none;
}
.bld-downloads-wrapper .download-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 2rem 1rem 0;
  cursor: pointer;
}
.bld-downloads-wrapper .download-item a .title-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.bld-downloads-wrapper .download-item a .title-wrapper span {
  font-size: 1.4rem;
}
@media (max-width: 450px) {
  .bld-downloads-wrapper .download-item a .title-wrapper span {
    display: none;
  }
}
.bld-downloads-wrapper .download-item a .title-wrapper h3 {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
}
.bld-downloads-wrapper .download-item a svg {
  width: 1.6rem;
  height: auto;
}

/**
 * Spacer
 */
.bld-spacer.small {
  height: 4rem;
}
.bld-spacer.medium {
  height: clamp(4rem, 3.4074rem + 1.8519vw, 6rem);
}
.bld-spacer.big {
  height: clamp(4rem, 2.6939rem + 4.0816vw, 8rem);
}

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