@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 google fonts */
@import './includes/css/featherlight.css';
@import './includes/css/animation.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: "Vista Sans";
  src: url("./includes/fonts/Vista Sans/Vista Sans - 400.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Vista Sans";
  src: url("./includes/fonts/Vista Sans/VistaSansBlack.ttf") format("truetype");
  font-weight: 900;
}
/* End google 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 3.64vw;
  margin: 0 auto;
  width: 100vw;
  height: inherit;
  display: block;
}
@media (max-width: 1250px) {
  .container {
    padding: 0 35px;
    max-width: 1844px;
  }
}

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

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  background: #fff;
}

html, body {
  font-family: "Vista Sans", "Open Sans", sans-serif;
  font-size: 1.1vw;
  color: #424959;
}

body.fixed .site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
body.fixed .button-back {
  display: block;
  position: absolute;
  bottom: 0;
  left: 3.64vw;
  font-size: 1.25vw;
  background: #FFFFFF;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 0 0;
  padding: 0.78vw 2.34vw 0.78vw 0.78vw;
  cursor: pointer;
}
@media (max-width: 1250px) {
  body.fixed .button-back {
    left: 35px;
  }
}
body.fixed .button-back:after {
  content: "";
  position: absolute;
  right: 0.52vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/bold/includes/images/tap.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.73vw;
  height: 1.3vw;
}

.side-padding {
  padding: 0 15px;
}

#page {
  height: 100vh;
  overflow: hidden;
}

.nmb .wpb_text_column {
  margin-bottom: 0 !important;
}

.mb {
  margin-bottom: 30px !important;
}

.site-content-contain {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
}

h2 {
  font-family: "Vista Sans", "Open Sans", sans-serif;
  color: #424959;
  font-weight: 900;
  font-size: 1.4vw;
  line-height: 26px;
}

.h4 {
  font-size: 1vw;
}

.animation-wrapper .info {
  font-size: 0.8vw;
}

.button-back {
  display: none;
}

/**
    Animation Styles
 */
.animation-wrapper .info {
  display: inline-block;
  max-width: 30%;
}

.pulse-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  border: none;
}

.pulse-button .pulse-circle {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  animation: pulse 3.5s infinite;
  z-index: 1;
}

.pulse-button img {
  height: 61px !important;
  width: 50px !important;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    opacity: 0.7;
  }
  to {
    transform: scale(0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
.animation-wrapper .imagewrapper .foreground .animationbuttons {
  text-align: center;
  margin-top: 6px;
  backdrop-filter: blur(10px);
  background-color: rgba(173, 181, 189, 0.5);
  display: inline-block;
  padding: 0.25vw;
  border-radius: 0.8vw;
}
.animation-wrapper .imagewrapper .foreground .animationbuttons .btn {
  text-transform: uppercase !important;
  font-weight: bold;
  background: transparent;
  border: none;
  padding: 0.3vw 0.25vw 0.25vw 0.25vw;
  cursor: pointer;
}
.animation-wrapper .imagewrapper .foreground .animationbuttons .btn.active {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.65vw;
}

.animation-wrapper .imagewrapper .tile {
  height: 40vh !important;
  width: auto !important;
}

.animation-wrapper .imagewrapper .tile img.piece {
  height: 40vh !important;
  width: auto !important;
}

.animation-wrapper .imagewrapper .points .point a {
  width: 2vw;
  height: 2vw;
  line-height: 1.95vw;
}

.animation-wrapper {
  max-width: 85vw;
  display: block;
  margin: 0 auto;
}

.slider-nav img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.slider-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
}
.slider-nav .slide-toggle {
  position: relative;
  width: 2vw;
  height: 2vw;
  backdrop-filter: blur(10px);
  background-color: rgba(173, 181, 189, 0.5);
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
  transition: 0.3s;
}
.slider-nav .slide-toggle:after {
  content: "";
  position: absolute;
  top: 0.4vw;
  left: 0.25vw;
  right: 0.15vw;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-down.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5vw;
  height: 1vw;
  transform: rotate(180deg);
  transition: all 0.7s;
}
.slider-nav .slide {
  cursor: pointer;
  width: 20%;
}
.slider-nav .content {
  max-width: 85vw;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0;
  z-index: 100;
}
.slider-nav .content .description {
  text-align: center;
  font-size: 1.5vw;
}

.slider-nav.open .slide-toggle {
  bottom: 0;
}
.slider-nav.open .slide-toggle:after {
  transform: rotate(0deg);
}

.position-daecher .imagewrapper, .position-decken .imagewrapper {
  display: flex;
  align-items: center;
}
.position-daecher .imagewrapper .text-wrapper, .position-decken .imagewrapper .text-wrapper {
  width: 40%;
}
.position-daecher .imagewrapper .text-wrapper .foreground, .position-decken .imagewrapper .text-wrapper .foreground {
  position: relative;
  text-align: left;
}
.position-daecher .imagewrapper .text-wrapper .tileinfo, .position-decken .imagewrapper .text-wrapper .tileinfo {
  padding-top: 100px;
}
.position-daecher .imagewrapper .text-wrapper .tileinfo .info, .position-decken .imagewrapper .text-wrapper .tileinfo .info {
  max-width: 100%;
}
.position-daecher .imagewrapper .elements-wrapper, .position-decken .imagewrapper .elements-wrapper {
  position: relative;
  width: 60%;
  height: 80vh;
}

.tileinfo.hideaway {
  opacity: 0 !important;
}

.waende .tile06.open {
  top: 82% !important;
  transform: translateY(-100%) !important;
}
.waende .tile07.open {
  top: 90% !important;
  transform: translateY(-100%) !important;
}

.pagination {
  display: flex;
  justify-content: space-between;
}
.pagination a {
  text-decoration: none;
  color: #fff;
  background: #424959;
  padding: 10px 10px;
}
.pagination .next {
  margin-left: auto;
}

.bld-image .inner-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 23.84vw;
}
.bld-image .title {
  color: #fff;
  background: #424959;
  padding: 10px;
  text-align: center;
}

.single-ofensystem .featherlight .featherlight-image {
  object-fit: contain !important;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.home header {
  padding: 2.9vw 0 2.3vw 0;
}
.home .primary-navigation {
  display: none;
}
.home .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 1.04vw 0;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .site-branding {
  width: 13vw;
}
header .site-branding img {
  width: 100%;
  height: auto;
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
}
header .primary-navigation ul li:last-of-type {
  padding-right: 0;
}
header .primary-navigation ul li.current_page_item a {
  color: rgba(66, 73, 89, 0.5);
}
header .primary-navigation ul li a {
  position: relative;
  color: #424959;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25vw;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  header .primary-navigation ul li a {
    font-size: 20px;
    line-height: 22px;
  }
}
header .primary-navigation ul li a:hover {
  color: rgba(66, 73, 89, 0.5);
}

.header-image {
  height: 700px;
}
@media (max-width: 670px) {
  .header-image {
    height: 350px;
  }
}
.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1.04vw 0;
}
.site-footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .footer-widget {
  width: 100%;
  text-align: center;
}
.site-footer .footer-widget ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.site-footer .footer-widget ul li {
  list-style: none;
}
.site-footer .footer-widget ul li:after {
  content: "|";
  display: inline-block;
  font-size: 0.99vw;
}
.site-footer .footer-widget ul li:last-of-type:after {
  display: none;
}
.site-footer .footer-widget ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.99vw;
  padding: 0 0.2vw;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Bold Kacheln Classes
 */
.bld-kachel-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.bld-kachel-wrapper .kachel-wrapper {
  width: calc(33.33% - 20px);
}
.bld-kachel-wrapper .kachel-wrapper.rahmen {
  border: 2px solid rgba(66, 73, 89, 0.5);
}
.bld-kachel-wrapper .kachel-wrapper a {
  color: #424959;
  text-decoration: none;
}
.bld-kachel-wrapper .kachel-wrapper a .inner {
  position: relative;
}
.bld-kachel-wrapper .kachel-wrapper a .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bld-kachel-wrapper .kachel-wrapper a .inner .text-wrapper {
  position: absolute;
  bottom: 0.52vw;
  left: 0.52vw;
  padding: 0.62vw 0.78vw;
  background: #fff;
}
.bld-kachel-wrapper .kachel-wrapper a .inner .text-wrapper .pre-headline {
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 0.88vw;
}
.bld-kachel-wrapper .kachel-wrapper a .inner .text-wrapper h2 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}

/**
  Bold Referenz Grid Classes
 */
.ref-grid-wrapper .grid-slider .slick-slide {
  padding: 0 10px;
  width: calc(33.33% - 14px) !important;
}
.ref-grid-wrapper .grid-slider .slick-slide > div {
  padding: 8px 0;
}
.ref-grid-wrapper .grid-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.ref-grid-wrapper .grid-slider .ref {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.ref-grid-wrapper .grid-slider .ref:after {
  content: "";
  position: absolute;
  right: 0.78vw;
  top: 0.78vw;
  background-image: url("/wp-content/themes/bold/includes/images/tap.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.7vw;
  height: 1.3vw;
}
.ref-grid-wrapper .grid-slider .ref img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-grid-wrapper .arrows-grid-slider {
  width: 100%;
  z-index: 1;
}
.ref-grid-wrapper .arrows-grid-slider .prev {
  position: absolute;
  left: -1.25vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ref-grid-wrapper .arrows-grid-slider .next {
  position: absolute;
  right: -1.25vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ref-grid-wrapper .arrows-grid-slider svg {
  width: 1.82vw;
  height: 3.54vw;
}
.ref-grid-wrapper .overlay-gallery {
  display: none;
}
.ref-grid-wrapper .overlay-gallery .arrows-image-slider {
  width: 100%;
  z-index: 1;
}
.ref-grid-wrapper .overlay-gallery .arrows-image-slider .prev {
  position: absolute;
  left: 0.52vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ref-grid-wrapper .overlay-gallery .arrows-image-slider .next {
  position: absolute;
  right: 0.52vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ref-grid-wrapper .overlay-gallery .arrows-image-slider svg {
  width: 1.82vw;
  height: 3.54vw;
}
.ref-grid-wrapper .overlay-gallery.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}
.ref-grid-wrapper .overlay-gallery.active .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 25px;
  margin: 5px 0;
  padding: 0 3.64vw;
}
.ref-grid-wrapper .overlay-gallery.active .grid a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ref-grid-wrapper .overlay-gallery.active .grid .image {
  position: relative;
}
.ref-grid-wrapper .overlay-gallery.active .grid .image:after {
  content: "";
  position: absolute;
  right: 0.78vw;
  top: 0.78vw;
  background-image: url("/wp-content/themes/bold/includes/images/tap.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.7vw;
  height: 1.3vw;
}
.ref-grid-wrapper .overlay-gallery.active .grid .middle-image {
  position: relative;
  grid-column: 1/6;
  grid-row: 1/5;
}
@media (max-width: 700px) {
  .ref-grid-wrapper .overlay-gallery.active .grid .middle-image {
    grid-row: 1/8;
  }
}
.ref-grid-wrapper .overlay-gallery.active .grid .big-image {
  position: relative;
  grid-column: 6/12;
  grid-row: 1/8;
}
@media (max-width: 700px) {
  .ref-grid-wrapper .overlay-gallery.active .grid .big-image {
    grid-row: 1/8;
  }
}
.ref-grid-wrapper .overlay-gallery.active .grid .small-image-one {
  position: relative;
  grid-column: 1/3;
  grid-row: 5/8;
}
.ref-grid-wrapper .overlay-gallery.active .grid .small-image-two {
  position: relative;
  grid-column: 3/6;
  grid-row: 5/8;
}
.ref-grid-wrapper .overlay-gallery.active .grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featherlight .featherlight-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0 !important;
  border-bottom: none !important;
  max-height: inherit !important;
}

.featherlight .featherlight-image {
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 auto !important;
  object-fit: cover !important;
}

.featherlight .featherlight-close-icon {
  background: #fff !important;
  top: 1vw !important;
  right: 1vw !important;
  line-height: 2.6vw !important;
  width: 2.6vw !important;
  font-size: 1.56vw !important;
}

/**
  Bold Kacheln Classes
 */
.video-grid-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
}
.video-grid-wrapper .slick-slide {
  padding: 0 10px;
}
.video-grid-wrapper .slick-slide > div {
  padding: 8px 0;
}
.video-grid-wrapper .video {
  width: calc(25% - 23px);
}
.video-grid-wrapper .video iframe {
  display: none;
}
.video-grid-wrapper .video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrows-video-slider {
  width: 100%;
  z-index: 1;
}
.arrows-video-slider .prev {
  position: absolute;
  left: -1.25vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.arrows-video-slider .next {
  position: absolute;
  right: -1.25vw;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.arrows-video-slider svg {
  width: 1.82vw;
  height: 3.54vw;
}

.featherlight-content iframe {
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

/**
  Bold Image Row Text
 */
.image-text-row {
  margin-bottom: 30px;
}
.image-text-row .image-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.image-text-row .image-wrapper .inner {
  width: calc(33.33% - 7px);
}
.image-text-row .image-wrapper .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-row .text {
  text-align: center;
  margin-top: 20px;
}

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