@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.1
*/
/* Begin fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.css';
@import './includes/scss/swiper/swiper-bundle.css';
@font-face {
  font-family: "Open Sans";
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Veneer";
  src: url("./includes/fonts/veneer/Yellow-Design-Studio-Veneer.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Veneer Two";
  src: url("./includes/fonts/veneer/Yellow-Design-Studio-VeneerTwo.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Veneer Three";
  src: url("./includes/fonts/veneer/Yellow-Design-Studio-VeneerThree.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Din 2014";
  src: url("./includes/fonts/Din 2014/DIN 2014 Light.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Din 2014";
  src: url("./includes/fonts/Din 2014/din-2014.ttf") format("truetype");
  font-weight: 700;
}
/* End fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  position: relative;
  padding: 0 10rem;
  margin: 0 auto;
  max-width: calc(1220px + 20rem);
  width: 100%;
  height: inherit;
  display: block;
}
@media (max-width: 900px) {
  .container {
    padding: 0 5rem;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 2rem;
  }
}

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

.clearfix {
  clear: both;
}

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

body {
  font-family: "Din 2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #E1DAD0;
}
@media (max-width: 900px) {
  body .wpb_text_column p {
    text-align: left !important;
  }
}
body .wpb_text_column a {
  text-decoration: none;
  color: inherit;
}
body .wpb_text_column a:hover {
  text-decoration: underline;
}
body.no-scroll {
  overflow: hidden;
}

#page {
  overflow: hidden;
}

.site-content-contain ul {
  margin-top: 0.7rem;
}
.site-content-contain ul li {
  margin-bottom: 0.1rem;
}

.big-txt {
  font-family: "Veneer", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13rem;
}

.vc_section {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: visible !important;
}
@media (max-width: 900px) {
  .vc_section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.vc_section.less-pt {
  padding-top: 9rem;
}
@media (max-width: 900px) {
  .vc_section.less-pt {
    padding-top: 5rem;
  }
}
.vc_section.beige {
  background: #E1DAD0;
  color: #1F3348;
}
.vc_section.kaefer-right {
  position: relative;
}
.vc_section.kaefer-right:before {
  content: "";
  position: absolute;
  right: 0;
  top: -13rem;
  background-image: url("/wp-content/themes/bold/includes/images/boaznkaefer_animated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30rem;
  height: 40rem;
  transform: rotate(-15deg);
}
@media (max-width: 950px) {
  .vc_section.kaefer-right:before {
    right: -2rem;
    top: -11rem;
    width: 24rem;
    height: 32rem;
  }
}
@media (max-width: 600px) {
  .vc_section.kaefer-right:before {
    right: -6rem;
    top: -9rem;
    width: 20rem;
    height: 26rem;
  }
}
.vc_section.kaefer-left-big {
  position: relative;
}
.vc_section.kaefer-left-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20rem;
  background-image: url("/wp-content/themes/bold/includes/images/boaznkaefer_animated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35rem;
  height: 45rem;
}
@media (max-width: 1000px) {
  .vc_section.kaefer-left-big:before {
    left: -2rem;
    top: -13rem;
    width: 23rem;
    height: 33rem;
  }
}
.vc_section.np {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_section.npt {
  padding-top: 0;
}
.vc_section.npb {
  padding-bottom: 0;
}
.vc_section.less-p {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

ul {
  padding-left: 1rem;
  margin-top: 0;
}

.small-heading h1, .small-heading .h1, .small-heading h2, .small-heading .h2, .small-heading h3, .small-heading .h3 {
  font-size: 4.8rem !important;
  font-weight: 400 !important;
}

@media (max-width: 900px) {
  .order .vc_col-sm-4 {
    order: 1;
  }
}
@media (max-width: 900px) {
  .order .vc_col-sm-5 {
    order: 2;
  }
}

@media (max-width: 900px) {
  #spenden .wpb_wrapper {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #spenden .wpb_wrapper h3, #spenden .wpb_wrapper p {
    justify-content: center !important;
    text-align: center !important;
  }
}
@media (max-width: 900px) {
  #spenden .zwei-kaefer {
    margin-top: 2rem;
  }
}

@media (max-width: 900px) {
  .heading-wrapper {
    justify-content: flex-start !important;
    text-align: left !important;
    margin-bottom: 2rem;
  }
}
.heading-wrapper h1, .heading-wrapper .h1, .heading-wrapper h2, .heading-wrapper .h2, .heading-wrapper h3, .heading-wrapper .h3 {
  margin-bottom: -0.5rem;
}
.heading-wrapper.gelb h1, .heading-wrapper.gelb .h1, .heading-wrapper.gelb h2, .heading-wrapper.gelb .h2, .heading-wrapper.gelb h3, .heading-wrapper.gelb .h3 {
  color: #F8B240;
}
.heading-wrapper.blau h1, .heading-wrapper.blau .h1, .heading-wrapper.blau h2, .heading-wrapper.blau .h2, .heading-wrapper.blau h3, .heading-wrapper.blau .h3 {
  color: #4DBBBC;
}

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

h1, .h1 {
  font-family: "Veneer", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1000px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 690px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
}
h1 p, .h1 p {
  margin: 0;
}

h2, .h2 {
  font-family: "Veneer", sans-serif;
  font-size: 12.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1000px) {
  h2, .h2 {
    font-size: 8rem;
  }
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 6rem;
  }
}
h2 p, .h2 p {
  margin: 0;
}

h3, .h3 {
  font-family: "Veneer", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1000px) {
  h3, .h3 {
    font-size: 4rem;
  }
}
@media (max-width: 400px) {
  h3, .h3 {
    font-size: 3.5rem;
  }
}
h3 p, .h3 p {
  margin: 0;
}

.page-id-26 h3, .page-id-26 .h3 {
  font-size: 3.8rem;
}

.zwei-kaefer:before {
  content: "";
  position: absolute;
  right: -40%;
  top: -20rem;
  background-image: url("/wp-content/themes/bold/includes/images/boaznkaefer_animated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30rem;
  height: 40rem;
  transform: rotate(30deg);
}
@media (max-width: 1300px) {
  .zwei-kaefer:before {
    right: -70%;
  }
}
@media (max-width: 900px) {
  .zwei-kaefer:before {
    right: 4rem;
    top: -9rem;
    width: 17rem;
    height: 40rem;
  }
}
@media (max-width: 630px) {
  .zwei-kaefer:before {
    top: -5rem;
  }
}
@media (max-width: 410px) {
  .zwei-kaefer:before {
    top: 0rem;
  }
}
.zwei-kaefer:after {
  content: "";
  position: absolute;
  right: -60%;
  top: 2rem;
  background-image: url("/wp-content/themes/bold/includes/images/boaznkaefer_animated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20rem;
  height: 30rem;
  transform: rotate(-2deg);
}
@media (max-width: 1300px) {
  .zwei-kaefer:after {
    right: -80%;
  }
}
@media (max-width: 900px) {
  .zwei-kaefer:after {
    right: -5%;
    top: 2rem;
    width: 10rem;
    height: 15rem;
  }
}
@media (max-width: 630px) {
  .zwei-kaefer:after {
    top: 4rem;
  }
}
@media (max-width: 410px) {
  .zwei-kaefer:after {
    top: -2rem;
  }
}

.pfeil-rechts:after {
  content: "";
  position: absolute;
  top: 2rem;
  right: -40%;
  width: 13rem;
  height: 8rem;
  background-image: url("/wp-content/themes/bold/includes/images/curvy-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1230px) {
  .pfeil-rechts:after {
    right: -45%;
  }
}
@media (max-width: 1010px) {
  .pfeil-rechts:after {
    right: -55%;
  }
}
@media (max-width: 900px) {
  .pfeil-rechts:after {
    display: none;
  }
}

.brlbs-cmpnt-btn-preferences {
  background: #4DBBBC !important;
}
.brlbs-cmpnt-btn-preferences:after {
  background: #F8B240 !important;
}

.brlbs-cmpnt-widget {
  display: none;
}

.bld-btn, .brlbs-cmpnt-btn-preferences {
  position: relative !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  background: #F8B240;
  padding: 1.6rem 1.8rem;
  color: #1F3348;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s;
}
.bld-btn:hover, .brlbs-cmpnt-btn-preferences:hover {
  background: #4DBBBC;
}
.bld-btn:hover:after, .brlbs-cmpnt-btn-preferences:hover:after {
  left: 0;
  bottom: 0;
}
.bld-btn:after, .brlbs-cmpnt-btn-preferences:after {
  content: "";
  position: absolute;
  left: -0.4rem;
  bottom: -0.4rem;
  background: #4DBBBC;
  height: 100%;
  width: 100%;
  z-index: -2;
  transition: all 0.3s;
}

.wpb_video_widget .wpb_video_wrapper > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.wpforms-confirmation-container {
  text-align: center !important;
}

/**
  Forms Classes
 */
/**
  WP Forms
 */
.wpforms-form .wpforms-hidden {
  display: none !important;
}
.wpforms-form .beschreibung {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.07rem;
  font-style: italic;
}
.wpforms-form h3 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 7rem;
}
.wpforms-form .bld-btn-beitritt a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1F3348;
  font-size: 1.2rem;
  padding: 1.4rem 1.2rem;
  border: 0.1rem solid #1F3348 !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 2rem;
}
.wpforms-form .wpforms-field label {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.07rem;
  margin-top: 2rem;
}
.wpforms-form .wpforms-field input, .wpforms-form .wpforms-field select, .wpforms-form .wpforms-field textarea {
  width: 100%;
  background: transparent;
  color: #1F3348;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1.4rem 1.2rem;
  border: 0.1rem solid #1F3348 !important;
  border-radius: 0 !important;
}
.wpforms-form .wpforms-field input::placeholder, .wpforms-form .wpforms-field input .placeholder, .wpforms-form .wpforms-field select::placeholder, .wpforms-form .wpforms-field select .placeholder, .wpforms-form .wpforms-field textarea::placeholder, .wpforms-form .wpforms-field textarea .placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  color: #1F3348;
}
.wpforms-form .wpforms-field textarea {
  height: 12rem;
  resize: vertical;
}
.wpforms-form .wpforms-field select {
  background: #1F3348;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/bold/includes/images/form-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.7rem;
  padding-right: 3.5rem;
  color: #E1DAD0;
}
.wpforms-form .wpforms-field .normal-select select {
  background: inherit !important;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-down-kst.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center !important;
  background-size: 1.7rem;
  padding-right: 3.5rem;
  color: #1F3348;
}
@media (max-width: 635px) {
  .wpforms-form .wpforms-layout-row {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .wpforms-form .wpforms-layout-row {
    padding-right: 1rem;
  }
}
@media (max-width: 755px) {
  .wpforms-form .wpforms-layout-row .wpforms-layout-column-67, .wpforms-form .wpforms-layout-row .wpforms-layout-column-33 {
    width: 50% !important;
  }
}
@media (max-width: 635px) {
  .wpforms-form .wpforms-layout-row .wpforms-layout-column {
    display: block !important;
    width: 100% !important;
  }
}
.wpforms-form ul {
  padding: 0;
  margin: 2rem 0 0 0;
}
.wpforms-form ul li {
  list-style: none;
  display: flex;
  gap: 1rem;
}
.wpforms-form ul li a {
  text-decoration: underline;
  color: #1F3348;
}
.wpforms-form ul li input[type=checkbox] {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-appearance: none;
  border: 1px solid #1F3348;
  padding: 0;
  background: #1F3348;
}
.wpforms-form ul li input[type=checkbox]:checked {
  background: #1F3348;
}
.wpforms-form ul li input[type=checkbox]:checked:before {
  display: block;
}
.wpforms-form ul li input[type=checkbox]:before {
  display: none;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.2rem;
  background-image: url("/wp-content/themes/bold/includes/images/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wpforms-form ul li label {
  width: calc(100% - 1.4rem);
  font-size: 1.2rem;
  font-weight: 700 !important;
  letter-spacing: 0.06rem;
  color: #1F3348;
  margin-bottom: 0;
  margin-top: 0.3rem !important;
}
.wpforms-form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}
.wpforms-form .contact-btn {
  background: #1F3348 !important;
  color: #E1DAD0;
  border: none !important;
  z-index: 1;
}
.wpforms-form .contact-btn:after {
  z-index: -1;
  background: transparent;
  border-bottom: 0.4rem solid #4DBBBC;
  border-left: 0.4rem solid #4DBBBC;
}
.wpforms-form .contact-btn:hover:after {
  left: -0.4rem !important;
  bottom: -0.4rem !important;
}
.wpforms-form .wpforms-label-hide {
  display: none !important;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  padding: 4rem 0 2rem 0;
  transition: all 0.5s;
}
@media (max-width: 690px) {
  header {
    padding: 1rem 0;
  }
}
@media (max-width: 500px) {
  header {
    padding: 1rem 0 0 0;
  }
}
header.hide {
  transform: translateY(-100%);
}
header.scrolled {
  padding: 2rem 0;
  background: #E1DAD0;
}
header.scrolled.menu-open {
  background: transparent;
}
@media (max-width: 690px) {
  header.scrolled {
    padding: 1rem 0;
  }
}
header.scrolled .site-branding {
  width: 7rem;
}
header.scrolled ul li a {
  font-size: 3rem !important;
}
header.scrolled .primary-navigation {
  margin-top: 1rem;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
header .white-logo {
  display: none;
}
header .white-logo.active {
  display: block;
}
header .disappear {
  display: none;
}
header .site-branding {
  display: block;
  margin: 0 auto;
  width: 15rem;
  transition: all 0.5s;
}
@media (max-width: 840px) {
  header .site-branding {
    width: 10rem;
  }
}
@media (max-width: 690px) {
  header .site-branding {
    width: 7rem;
  }
}
header .site-branding img {
  width: 100%;
  height: auto;
}
header .site-branding.hide {
  display: none;
}
header .primary-navigation {
  margin-top: 4rem;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  header .primary-navigation {
    margin-top: 2rem;
  }
}
@media (max-width: 840px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 1000px) {
  header .primary-navigation ul {
    gap: 3rem;
  }
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  flex: 1;
}
header .primary-navigation ul li:last-child {
  padding-right: 0;
}
header .primary-navigation ul li a {
  position: relative;
  color: #1F3348;
  text-decoration: none;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Veneer Three", sans-serif;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  header .primary-navigation ul li a {
    font-size: 4rem;
  }
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: -0.5rem;
  height: 40%;
  width: 0;
  background: #F8B240;
  z-index: -1;
  transition: all 0.5s;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}
header .toggle-mobile {
  display: none;
  cursor: pointer;
  padding: 1rem 0;
}
@media (max-width: 840px) {
  header .toggle-mobile {
    display: inline-block;
    margin-top: 2rem;
  }
}
@media (max-width: 690px) {
  header .toggle-mobile {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  header .toggle-mobile {
    margin-top: 0;
  }
}
header .toggle-mobile span {
  display: block;
  width: 20px;
  height: 2px;
  background: #1F3348;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
header .toggle-mobile span:last-child {
  margin-bottom: 0;
}
header .toggle-mobile.open span {
  transform: rotate(45deg) translateX(5%);
  margin-bottom: 0;
  background: #E1DAD0;
}
header .toggle-mobile.open span:last-child {
  transform: rotate(-45deg) translateX(5%);
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 51, 72, 0.8);
  z-index: 98;
  transition: all 0.3s;
}
.mobile-nav.open {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.mobile-nav .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  transition: all 0.3s;
}
.mobile-nav .inner .primary-navigation {
  width: 100%;
  padding: 20px 0;
}
.mobile-nav .inner .primary-navigation ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .primary-navigation ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
}
.mobile-nav .inner .primary-navigation ul li a {
  position: relative;
  color: #E1DAD0;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Veneer Three", sans-serif;
  transition: all 0.5s;
  text-align: center;
  text-decoration: none;
}

.header-image {
  position: relative;
  height: auto;
  text-align: center;
}
.header-image img {
  width: 100%;
  height: auto;
}
.header-image .grab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.2rem;
  background: transparent;
  transform: translateX(-1px);
  cursor: ew-resize;
  z-index: 3;
}
.header-image .grab:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #1F3348;
  background: transparent;
  transform: translate(-50%, -50%);
}
@media (max-width: 690px) {
  .header-image .grab:after {
    top: 95%;
  }
}
.header-image .nachher {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.header-image .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Veneer", sans-serif;
  text-align: center;
  color: #1F3348;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 900px) {
  .header-image .heading-wrapper {
    text-align: center !important;
  }
}
.header-image .heading-wrapper h1 {
  font-size: 3.5rem !important;
}
@media (max-width: 800px) {
  .header-image .heading-wrapper h1 {
    font-size: 2.5rem !important;
  }
}

.unterseiten-header-image {
  position: relative;
  height: auto;
}
.unterseiten-header-image img {
  width: 100%;
  height: auto;
}
.unterseiten-header-image .nachher {
  display: block;
  overflow: hidden;
}
.unterseiten-header-image .heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Veneer", sans-serif;
  text-align: center;
  color: #1F3348;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 900px) {
  .unterseiten-header-image .heading-wrapper {
    text-align: center !important;
  }
}
.unterseiten-header-image .heading-wrapper h1 {
  font-size: 3.5rem !important;
}
@media (max-width: 800px) {
  .unterseiten-header-image .heading-wrapper h1 {
    font-size: 2.5rem !important;
  }
}

.line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.6rem;
  background: #E1DAD0;
}
.line .kaefer {
  position: absolute;
  left: 0;
  top: -13rem;
  background-image: url("/wp-content/themes/bold/includes/images/boaznkaefer_animated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30rem;
  height: 40rem;
}
@media (max-width: 900px) {
  .line .kaefer {
    top: -9rem;
    width: 22rem;
    height: 28rem;
  }
}
@media (max-width: 500px) {
  .line .kaefer {
    left: -5rem;
    top: -7rem;
    width: 18rem;
    height: 23rem;
  }
}

.bld-parallax-w-textbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.bld-parallax-w-textbox img.vorher {
  display: block;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.bld-parallax-w-textbox img.nachher {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  clip-path: inset(0 50% 0 0);
}

.bld-parallax-w-textbox .grab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #E1DAD0;
  transform: translateX(-1px);
  cursor: ew-resize;
  z-index: 4;
}

.bld-parallax-w-textbox .grab::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #E1DAD0;
  background: #E1DAD0;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-height: 1070px) {
  .bld-parallax-w-textbox .grab::after {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .bld-parallax-w-textbox .grab::after {
    top: 95%;
    width: 1rem;
    height: 1rem;
  }
}

.bld-parallax-w-textbox .heading-wrapper,
.bld-parallax-w-textbox .textbox {
  position: relative;
  z-index: 6;
  pointer-events: none;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  background: #E1DAD0;
  padding: 3rem 0;
}
.site-footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #1F3348;
}
@media (max-width: 1220px) {
  .site-footer .inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.site-footer .inner .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 40%;
  gap: 2rem;
}
@media (max-width: 1220px) {
  .site-footer .inner .left {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
  }
}
.site-footer .inner img {
  width: 30rem;
}
.site-footer .inner .right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 30%;
  gap: 2rem;
}
@media (max-width: 1220px) {
  .site-footer .inner .right {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
  }
}
.site-footer .inner .h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Veneer Two", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.24rem;
}
.site-footer .inner p, .site-footer .inner a {
  color: #1F3348;
  text-decoration: none;
  margin: 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06rem;
}
.site-footer .inner a:hover {
  text-decoration: underline;
}
.site-footer .inner ul {
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1220px) {
  .site-footer .inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.site-footer .inner ul li {
  position: relative;
  list-style: none;
  padding-left: 1.3rem;
}
@media (max-width: 1220px) {
  .site-footer .inner ul li {
    display: inline-block;
    padding-left: 0;
  }
}
.site-footer .inner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  background-image: url("/wp-content/themes/bold/includes/images/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 1220px) {
  .site-footer .inner ul li:before {
    left: -1.3rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-widget {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Bold Image Title Classes
 */
.bld-image_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3rem;
  margin-top: 7rem;
}
@media (max-width: 680px) {
  .bld-image_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bld-image_title .image-wrapper {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 1rem;
  width: calc(68% - 1.5rem);
}
@media (max-width: 680px) {
  .bld-image_title .image-wrapper {
    width: 100%;
  }
}
.bld-image_title .image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4DBBBC;
  height: calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
  z-index: -1;
  transition: all 0.3s;
}
.bld-image_title .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: -13rem;
  width: 21rem;
  height: 21rem;
  background-image: url("/wp-content/themes/bold/includes/images/logo/boaznkaefer-logo-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .bld-image_title .image-wrapper:before {
    right: -10rem;
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 850px) {
  .bld-image_title .image-wrapper:before {
    right: -8rem;
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 680px) {
  .bld-image_title .image-wrapper:before {
    right: -4rem;
    width: 10rem;
    height: 10rem;
    top: -4rem;
  }
}
@media (max-width: 500px) {
  .bld-image_title .image-wrapper:before {
    right: -1rem;
    width: 8rem;
    height: 8rem;
    top: -5rem;
  }
}
.bld-image_title .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bld-image_title .title-wrapper {
  width: calc(32% - 1.5rem);
}
@media (max-width: 680px) {
  .bld-image_title .title-wrapper {
    width: 100%;
  }
}
.bld-image_title .title-wrapper h3 {
  color: #4DBBBC;
}
@media (max-width: 680px) {
  .bld-image_title .title-wrapper h3 br {
    display: none;
  }
}

/**
  Bold Image Text Left Right
 */
.bld-title_text_left_right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bld-title_text_left_right.title-right {
  justify-content: flex-start !important;
}
.bld-title_text_left_right.title-right .inner {
  justify-content: flex-end !important;
}
.bld-title_text_left_right.title-right .inner .title-wrapper {
  order: 1;
}
.bld-title_text_left_right.title-right .inner .title-wrapper h3 {
  text-align: left;
}
.bld-title_text_left_right.title-right .inner .content {
  text-align: right;
}
.bld-title_text_left_right .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4rem;
  width: 80%;
}
.bld-title_text_left_right .title-wrapper {
  width: calc(30% - 2rem);
}
.bld-title_text_left_right .title-wrapper h3 {
  text-align: right;
}
.bld-title_text_left_right .title-wrapper h3.gelb {
  color: #F8B240;
}
.bld-title_text_left_right .title-wrapper h3.blau {
  color: #4DBBBC;
}
.bld-title_text_left_right .text-wrapper {
  width: calc(60% - 2rem);
}

/**
  Bold Visions Slider
 */
.visions-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 630px) {
  .visions-wrapper {
    gap: 1rem;
  }
}
.visions-wrapper .now-slider {
  position: relative;
  width: calc(40% - 1rem);
}
@media (max-width: 630px) {
  .visions-wrapper .now-slider {
    width: calc(50% - 0.5rem);
  }
}
.visions-wrapper .now-slider .slider-arrow-wrapper {
  position: relative;
}
.visions-wrapper .now-slider .next-now {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
}
@media (max-width: 630px) {
  .visions-wrapper .now-slider .next-now {
    bottom: 1rem;
    right: 1rem;
  }
  .visions-wrapper .now-slider .next-now svg {
    width: 2rem;
    height: 2rem;
  }
}
.visions-wrapper .now-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.1/1;
}
.visions-wrapper .now-slider h3 {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 630px) {
  .visions-wrapper .now-slider h3 {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}
.visions-wrapper .now-slider h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
  height: 7rem;
  background-image: url("/wp-content/themes/bold/includes/images/curvy-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1150px) {
  .visions-wrapper .now-slider h3:after {
    top: 7rem;
  }
}
@media (max-width: 700px) {
  .visions-wrapper .now-slider h3:after {
    width: 10rem;
    height: 3rem;
  }
}
@media (max-width: 630px) {
  .visions-wrapper .now-slider h3:after {
    display: none;
  }
}
.visions-wrapper .vision-slider {
  position: relative;
  width: calc(60% - 1rem);
}
@media (max-width: 630px) {
  .visions-wrapper .vision-slider {
    width: calc(50% - 0.5rem);
  }
}
.visions-wrapper .vision-slider .slider-arrow-wrapper {
  position: relative;
}
.visions-wrapper .vision-slider .next-vision {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
}
@media (max-width: 630px) {
  .visions-wrapper .vision-slider .next-vision {
    bottom: 1rem;
    right: 1rem;
  }
  .visions-wrapper .vision-slider .next-vision svg {
    width: 2rem;
    height: 2rem;
  }
}
.visions-wrapper .vision-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.1/1;
}
.visions-wrapper .vision-slider h3 {
  margin-top: 3rem;
  text-align: right;
}
@media (max-width: 630px) {
  .visions-wrapper .vision-slider h3 {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}
.visions-wrapper.now-right .now-slider {
  order: 2;
}
.visions-wrapper.now-right .now-slider h3 {
  text-align: right;
}
.visions-wrapper.now-right .now-slider h3:after {
  transform: scaleX(-1);
  left: 0;
  right: inherit;
}
@media (max-width: 630px) {
  .visions-wrapper.now-right .now-slider h3:after {
    display: none;
  }
}
.visions-wrapper.now-right .vision-slider h3 {
  text-align: left;
}

/**
  Bold Event Listing
 */
.event-listing {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8rem;
  padding-left: 0;
  margin-top: 8rem !important;
}
@media (max-width: 1200px) {
  .event-listing {
    gap: 5rem;
  }
}
@media (max-width: 600px) {
  .event-listing {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 5rem !important;
  }
}
.event-listing .event {
  position: relative;
  background: #1F3348;
  width: calc(33.33% - 5.5rem);
  list-style: none;
  padding: 2rem;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .event-listing .event {
    width: calc(33.33% - 3.4rem);
  }
}
@media (max-width: 1200px) and (max-width: 1000px) {
  .event-listing .event {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 1200px) and (max-width: 700px) {
  .event-listing .event {
    padding: 1rem;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  .event-listing .event {
    width: 100%;
    padding: 2rem;
  }
}
.event-listing .event .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  position: absolute;
  right: 1.7rem;
  top: -0.2rem;
  background: #F8B240;
  color: #1F3348;
  padding: 1.2rem 1rem 1rem 1rem;
  z-index: 1;
  font-family: "Veneer Three", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .event-listing .event .date {
    padding: 0.8rem 0.6rem 0.6rem 0.6rem;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.event-listing .event .date .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3rem;
}
.event-listing .event .date .top .year {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}
.event-listing .event:hover:nth-child(even) {
  transform: rotate(0deg);
}
.event-listing .event:hover:nth-child(odd) {
  transform: rotate(0deg);
}
.event-listing .event:hover img {
  transform: scale(1.1);
}
.event-listing .event:nth-child(even) {
  transform: rotate(1deg);
}
.event-listing .event:nth-child(even) .inner {
  transform: rotate(-1deg);
}
.event-listing .event:nth-child(odd) {
  transform: rotate(-1deg);
}
.event-listing .event:nth-child(odd) .inner {
  transform: rotate(1deg);
}
.event-listing .event a {
  text-decoration: none;
  color: #E1DAD0;
}
.event-listing .event a .inner {
  overflow: hidden;
}
.event-listing .event a .inner .image-wrapper {
  overflow: hidden;
}
.event-listing .event a .inner .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.2/1;
  transition: all 0.5s;
}
.event-listing .event a .inner .info-wrapper {
  padding-top: 1.5rem;
  text-align: center;
}
.event-listing .event a .inner .info-wrapper h2 {
  font-size: 2.8rem;
}
@media (max-width: 1200px) {
  .event-listing .event a .inner .info-wrapper h2 {
    font-size: 2.2rem;
  }
}
.event-listing .event a .inner .info-wrapper .more-information {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .event-listing .event a .inner .info-wrapper .more-information {
    font-size: 1.8rem;
  }
}

/**
  Funding Listing Classes
 */
.funding-listing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .funding-listing {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .funding-listing {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
.funding-listing .item {
  flex: 1;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.funding-listing .item .number {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1000px) {
  .funding-listing .item .number {
    font-size: 8rem;
  }
}
@media (max-width: 500px) {
  .funding-listing .item .number {
    font-size: 6rem;
  }
}
.funding-listing .item .number-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  font-family: "Veneer", sans-serif;
  font-size: 12.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1000px) {
  .funding-listing .item .number-wrapper {
    font-size: 8rem;
  }
}
@media (max-width: 500px) {
  .funding-listing .item .number-wrapper {
    font-size: 6rem;
  }
}
.funding-listing .item .text {
  font-family: "Veneer", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 500px) {
  .funding-listing .item .text {
    font-size: 2.2rem;
  }
}
.funding-listing .item .bld-position {
  margin-top: 4rem;
}
@media (max-width: 800px) {
  .funding-listing .item .bld-position {
    margin-top: 2rem;
  }
}
.funding-listing .spendenanzahl .number:after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 1rem;
  background-image: url("/wp-content/themes/bold/includes/images/smily.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  z-index: -1;
}
@media (max-width: 1000px) {
  .funding-listing .spendenanzahl .number:after {
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.funding-listing .spendenhoehe .number-wrapper:after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 1rem;
  background-image: url("/wp-content/themes/bold/includes/images/party.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  z-index: -1;
}
@media (max-width: 1000px) {
  .funding-listing .spendenhoehe .number-wrapper:after {
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
