html {
  scroll-behavior: smooth;
}
.container-margin-top {
  margin-top: 7.5rem;
}
.container-margin-bottom {
  margin-bottom: 7.5rem;
}
.container-padding-top {
  padding-top: 7.5rem;
}
.container-padding-bottom {
  padding-bottom: 7.5rem;
}
.container-margin-top-small {
  margin-top: 4rem;
}
.container-margin-bottom-small {
  margin-bottom: 4rem;
}
.container-padding-top-small {
  padding-top: 4rem;
}
.container-padding-bottom-small {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .container-margin-top {
    margin-top: 4rem;
  }
  .container-margin-bottom {
    margin-bottom: 4rem;
  }
  .container-padding-top {
    padding-top: 4rem;
  }
  .container-padding-bottom {
    padding-bottom: 4rem;
  }
  .tablet-landscape-hidden {
    display: none !important;
  }
  .tablet-landscape-100 {
    width: 100%;
  }
  .tablet-landscape-90 {
    width: 90%;
  }
  .tablet-landscape-80 {
    width: 80%;
  }
  .tablet-landscape-70 {
    width: 70%;
  }
  .tablet-landscape-60 {
    width: 60%;
  }
  .tablet-landscape-50 {
    width: 50%;
  }
  .tablet-landscape-40 {
    width: 40%;
  }
  .tablet-landscape-30 {
    width: 30%;
  }
  .tablet-landscape-20 {
    width: 20%;
  }
  .tablet-landscape-10 {
    width: 10%;
  }
  .tablet-landscape-0 {
    width: 0;
  }
}
@media screen and (max-width: 990px) {
  .tablet-portrait-hidden {
    display: none !important;
  }
  .tablet-portrait-rtl {
    display: flex;
    flex-direction: column-reverse;
  }
  .tablet-portrait-100 {
    width: 100%;
  }
  .tablet-portrait-90 {
    width: 90%;
  }
  .tablet-portrait-80 {
    width: 80%;
  }
  .tablet-portrait-70 {
    width: 70%;
  }
  .tablet-portrait-60 {
    width: 60%;
  }
  .tablet-portrait-50 {
    width: 50%;
  }
  .tablet-portrait-40 {
    width: 40%;
  }
  .tablet-portrait-30 {
    width: 30%;
  }
  .tablet-portrait-20 {
    width: 20%;
  }
  .tablet-portrait-10 {
    width: 10%;
  }
  .tablet-portrait-0 {
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .min-phone-landscape-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .phone-landscape-hidden {
    display: none !important;
  }
  .phone-landscape-rtl {
    display: flex;
    flex-direction: column-reverse;
  }
  .phone-landscape-100 {
    width: 100%;
  }
  .phone-landscape-90 {
    width: 90%;
  }
  .phone-landscape-80 {
    width: 80%;
  }
  .phone-landscape-70 {
    width: 70%;
  }
  .phone-landscape-60 {
    width: 60%;
  }
  .phone-landscape-50 {
    width: 50%;
  }
  .phone-landscape-40 {
    width: 40%;
  }
  .phone-landscape-30 {
    width: 30%;
  }
  .phone-landscape-20 {
    width: 20%;
  }
  .phone-landscape-10 {
    width: 10%;
  }
  .phone-landscape-0 {
    width: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 36;
  line-height: 48;
  letter-spacing: 1;
  hyphens: none;
}
.h1-visual {
  font-family: "formiga", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.h2-visual,
.h2-visual * {
  font-family: "formiga", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 5rem !important;
  line-height: 1.1 !important;
}
@media screen and (max-width: 990px) {
  .h2-visual,
  .h2-visual * {
    font-size: 4.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .h2-visual,
  .h2-visual * {
    font-size: 3.6rem !important;
    hyphens: auto !important;
  }
}
.h3-visual,
.h3-visual * {
  font-family: "formiga", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
.h4-visual,
.h4-visual * {
  font-family: "formiga", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 2rem;
  line-height: 1.25;
}
.h5-visual {
  font-family: "formiga", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.35;
}
.h6-visual {
  font-family: "formiga", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
}
.heading-offset-left {
  margin-left: -200px;
}
@media screen and (max-width: 767px) {
  .heading-offset-left {
    margin-left: 0;
  }
}
html {
  font-size: 16px !important;
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 14px !important;
  }
}
.paragraph {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
}
.paragraph strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph a:hover,
.paragraph a:focus,
.paragraph a:active {
  border-bottom: solid 2px;
}
.paragraph-big {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 1.5rem;
  line-height: 1.3;
}
.paragraph-big strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph-big a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph-big a:hover,
.paragraph-big a:focus,
.paragraph-big a:active {
  border-bottom: solid 2px;
}
.paragraph-small {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 12px;
  line-height: 18px;
}
.paragraph-small strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph-small a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph-small a:hover,
.paragraph-small a:focus,
.paragraph-small a:active {
  border-bottom: solid 2px;
}
.paragraph-author-text {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  margin-bottom: 0;
}
.paragraph-author-text strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph-author-text a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph-author-text a:hover,
.paragraph-author-text a:focus,
.paragraph-author-text a:active {
  border-bottom: solid 2px;
}
.paragraph-small-info {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.paragraph-small-info strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph-small-info a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph-small-info a:hover,
.paragraph-small-info a:focus,
.paragraph-small-info a:active {
  border-bottom: solid 2px;
}
.paragraph-small-info.paragraph-small-info-subhead {
  margin-bottom: 10px !important;
}
.quote-in-text {
  font-size: 1.2rem !important;
  margin-bottom: 1rem !important;
}
.paragraph-legal {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
}
.paragraph-legal strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.paragraph-legal a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.paragraph-legal a:hover,
.paragraph-legal a:focus,
.paragraph-legal a:active {
  border-bottom: solid 2px;
}
.paragraph-legal h2 {
  font-family: "formiga", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 2rem;
  line-height: 1.25;
  color: #5c4e16 !important;
}
.paragraph-legal h3 {
  font-family: "formiga", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #5c4e16 !important;
}
.paragraph-legal h4 {
  font-family: "formiga", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5c4e16 !important;
}
.primary-1,
.primary-1 *,
.primary-1 a,
.primary-1:hover {
  color: #4d0011 !important;
}
.primary-2,
.primary-2 *,
.primary-2 a,
.primary-2:hover {
  color: #ffd9d9 !important;
}
.secondary-1,
.secondary-1 *,
.secondary-1 a,
.secondary-1:hover {
  color: #5c4e16 !important;
}
.secondary-2,
.secondary-2 *,
.secondary-2 a,
.secondary-2:hover {
  color: #84752f !important;
}
.tertiary-1,
.tertiary-1 *,
.tertiary-1 a,
.tertiary-1:hover {
  color: #ff4049 !important;
}
.tertiary-2,
.tertiary-2 *,
.tertiary-2 a,
.tertiary-2:hover {
  color: #c91b11 !important;
}
.black,
.black *,
.black a,
.black a:hover {
  color: #1a1a1a !important;
}
.white,
.white *,
.white a,
.white a:hover {
  color: #ffffff !important;
}
.red,
.red *,
.red a,
.red a:hover {
  color: #ff0000 !important;
}
.magenta {
  color: magenta !important;
}
.custom-animation-fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.custom-animation-fade-in-up.animate {
  opacity: 1;
  transform: translateY(0);
}
.custom-animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.custom-animation-fade-in.animate {
  opacity: 1;
}
.custom-animation-fade-in-delay {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out 2s, transform 0.6s ease-out 2s !important;
}
.custom-animation-fade-in-delay.animate {
  opacity: 1;
}
.fusion-logo {
  display: none;
}
.fusion-top-header .fusion-header {
  background-color: #ffd9d9;
}
.fusion-top-header .fusion-header.fusion-sticky-shadow {
  background-color: #ffffff !important;
}
.single-post .fusion-top-header .fusion-header {
  background-color: #ffffff !important;
}
@media screen and (max-width: 1100px) {
  .fusion-body .fusion-header-wrapper .fusion-header {
    background-color: #ffd9d9 !important;
  }
  .page-id-6051.fusion-body .fusion-header-wrapper .fusion-header {
    background-color: #ffffff !important;
  }
  .container-taeter.fusion-body .fusion-header-wrapper .fusion-header {
    background-color: #ffffff !important;
  }
  .single-post.fusion-body .fusion-header-wrapper .fusion-header {
    background-color: #ffffff !important;
  }
}
.fusion-main-menu {
  width: 100%;
}
#menu-hauptmenue {
  display: flex;
  justify-content: space-between;
}
.fusion-main-menu > ul > li > a {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 1.5rem;
  line-height: 1.3;
  font-size: 16px !important;
  color: #4d0011 !important;
}
.fusion-main-menu > ul > li > a strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.fusion-main-menu > ul > li > a a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.fusion-main-menu > ul > li > a a:hover,
.fusion-main-menu > ul > li > a a:focus,
.fusion-main-menu > ul > li > a a:active {
  border-bottom: solid 2px;
}
.avada-menu-highlight-style-bottombar.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > .fusion-bottombar-highlight::after {
  border-top: solid 2px #4d0011;
}
.page-startseite.fusion-top-header .fusion-header {
  background-color: transparent !important;
}
.page-startseite.fusion-top-header .fusion-header.fusion-sticky-shadow {
  background-color: #ffffff !important;
}
.page-startseite .fusion-main-menu > ul > li > a {
  color: #ffd9d9 !important;
}
.page-startseite.avada-menu-highlight-style-bottombar.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > .fusion-bottombar-highlight::after {
  border-top: solid 2px #ffd9d9;
}
.fusion-sticky-shadow .fusion-main-menu > ul > li > a {
  color: #4d0011 !important;
}
.fusion-sticky-shadow .fusion-main-menu > ul > li > .fusion-bottombar-highlight::after {
  border-top: solid 2px #4d0011 !important;
}
@media screen and (max-width: 1100px) {
  .fusion-header-has-flyout-menu .fusion-header-has-flyout-menu-content {
    display: block !important;
    padding-top: 30px;
  }
  .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    background-color: #ff4049;
  }
}
.fusion-footer-widget-area {
  background-color: #4d0011;
}
.fusion-footer-widget-area .fusion-columns {
  display: flex !important;
  align-items: flex-end !important;
}
@media screen and (max-width: 767px) {
  .fusion-footer-widget-area .fusion-columns {
    display: block !important;
  }
}
.fusion-footer-widget-area .h6-visual {
  font-size: 1.33rem;
  margin-bottom: 0;
}
.fusion-footer-widget-area .paragraph {
  margin-top: 0;
}
.fusion-footer-widget-area .footer-links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fusion-footer-widget-area .footer-links {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #content {
    margin-bottom: 0;
  }
}
.container-primary-1 {
  background-color: #4d0011;
}
.container-primary-2 {
  background-color: #ffd9d9;
}
.container-tertiary-1 {
  background-color: #ff4049;
}
.container-white {
  background-color: #ffffff;
}
.container-white.paragraph {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .container-white.paragraph {
    padding: 0;
  }
}
.container-black {
  background-color: #1a1a1a;
}
.container-spitze-primary-1 {
  background-image: url("/wp-content/uploads/2026/06/QR-MUSTER-Spitze-fragmenitiert-Schwarzenfeld_rosa-40_1920x3148px.png");
  background-size: cover;
  background-position: center bottom;
}
.container-marmor {
  background-image: url("/wp-content/uploads/2026/08/frauenforum_vfaic_background-marmor-white-weich-45_1920x1080px.jpg");
  background-size: cover;
}
.container-spitze-grey {
  background-image: url("/wp-content/uploads/2026/08/QR-MUSTER-Spitze-fragmenitiert-Schwarzenfeld_grey-10_1920x3148px.png");
  background-size: cover;
  background-position: center bottom;
}
.container-rounded {
  border-radius: 15px;
}
.container-overlap-left {
  margin-left: -100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .container-overlap-left {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.container-upped .h2-visual {
  margin-top: -125px;
}
@media screen and (max-width: 767px) {
  .container-upped .h2-visual {
    margin-top: 0;
  }
}
.container-schicksal-text .container-white {
  margin-top: -6.5rem;
  padding: 30px 15px;
}
@media screen and (max-width: 990px) {
  .container-schicksal-text {
    display: none;
  }
}
.container-schicksal-bild .wpb_single_image {
  margin-top: -6.25rem;
}
@media screen and (max-width: 990px) {
  .container-schicksal-bild .wpb_single_image {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .container-schicksal-bild {
    padding-top: 4rem;
  }
  .container-schicksal-bild .wpb_single_image {
    margin-top: 0;
  }
}
.container-schicksal-text-tablet-portrait {
  display: none;
}
@media screen and (max-width: 990px) {
  .container-schicksal-text-tablet-portrait {
    display: block;
  }
}
.container-stoerer-zitat {
  padding-top: 12.5rem;
  padding-bottom: 2.5rem;
}
.container-stoerer-zitat .paragraph-big {
  margin-bottom: 10px;
}
.container-stoerer-zitat .paragraph-big::before {
  content: " „ ";
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  color: #ff0000;
  font-size: 3.75rem;
}
.container-stoerer-zitat .paragraph {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 300, "opsz" 9;
  margin-bottom: 0;
}
.container-stoerer-projekt-cta {
  margin-top: -120px;
}
.container-stoerer-projekt-cta img {
  transition: all 0.2s ease-in-out;
}
.container-stoerer-projekt-cta img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1010px) {
  .container-stoerer-projekt-cta {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-stoerer-projekt-cta.wpb_content_element {
    margin-bottom: 0 !important;
  }
  .container-stoerer-projekt-cta img {
    width: 200px;
  }
}
.container-upped-projekt-jugendzentrum {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .container-upped-projekt-jugendzentrum {
    margin-top: 0;
  }
}
.container-intro {
  background-image: url("/wp-content/uploads/2026/08/frauenforum_vfaic_background-intro_1920x1080px.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right !important;
  padding-top: 0 !important;
}
.container-intro .intro-quote::before {
  content: " „ ";
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  color: #c91b11;
  font-size: 3.75rem;
}
.container-intro .mejs-container {
  background: #ff4049 !important;
  border-radius: 50px !important;
}
.container-intro .mejs-controls {
  background-color: #ff4049 !important;
  border-radius: 50px !important;
}
@media screen and (max-width: 767px) {
  .container-intro {
    background-position: 80% 100% !important;
  }
  .container-intro .vc_row.vc_row-o-columns-middle {
    align-content: flex-start !important;
  }
}
.container-primary-1-fade {
  background: linear-gradient(to right, #4d0011 0%, rgba(77, 0, 17, 0) 100%);
}
.img-rounded img {
  border-radius: 15px;
}
.img-hover img {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.img-hover:hover img {
  opacity: 1;
}
.img-partnerlogo img {
  width: 60%;
}
.vc_figure-caption {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  hyphens: none !important !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #5c4e16 !important;
}
.vc_figure-caption strong {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9 !important;
}
.vc_figure-caption a {
  display: inline-block !important;
  border-bottom: dotted 2px !important;
}
.vc_figure-caption a:hover,
.vc_figure-caption a:focus,
.vc_figure-caption a:active {
  border-bottom: solid 2px !important;
}
.vc_figure-caption.paragraph-small-info-subhead {
  margin-bottom: 10px !important !important;
}
.vfaic-button {
  z-index: 3;
}
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  border: none;
  background-image: none;
  border-radius: 50px;
  padding: 12px 20px;
}
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:hover,
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:focus,
.vfaic-button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:active {
  border-bottom: solid 2px;
}
.vfaic-button-big {
  z-index: 3;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  border: none;
  background-image: none;
  border-radius: 50px;
  padding: 12px 20px;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:hover,
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:focus,
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:active {
  border-bottom: solid 2px;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem 2rem;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:hover,
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:focus,
.vfaic-button-big .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:active {
  border-bottom: solid 2px;
}
.vfaic-button-intro {
  z-index: 3;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  border: none;
  background-image: none;
  border-radius: 50px;
  padding: 12px 20px;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:hover,
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:focus,
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:active {
  border-bottom: solid 2px;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 1.5rem;
  line-height: 1.3;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  height: 40px !important;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:hover,
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:focus,
.vfaic-button-intro .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey a:active {
  border-bottom: solid 2px;
}
.vfaic-button-primary-2 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #ffd9d9;
  color: #4d0011;
}
.vfaic-button-primary-2:hover .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #ff4049;
  transform: scale(1.1);
}
.vfaic-button-secondary-1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #5c4e16;
  color: #ffffff;
}
.vfaic-button-secondary-1:hover .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #84752f;
  transform: scale(1.1);
}
.vfaic-button-tertiary-1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #ff4049;
  color: #ffffff;
}
.vfaic-button-tertiary-1:hover .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #c91b11;
  transform: scale(1.1);
}
.vfaic-button-black .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #1a1a1a;
  color: #ffffff;
}
.vfaic-button-black:hover .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #1a1a1a;
  transform: scale(1.1);
}
/* LESS Document */
.container-media .vc_column-inner > .wpb_wrapper {
  border-radius: 23px !important;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .container-media .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
  }
}
.container-media .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img {
  border-radius: 10px;
}
.container-media .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #ffd9d9;
}
@media screen and (max-width: 904px) {
  .container-media .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper::after {
    top: 27%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #ffd9d9;
  }
}
.container-media .vc_column-inner > .wpb_wrapper .h3-visual {
  margin-top: -60px;
}
.container-media .vc_column-inner > .wpb_wrapper:hover {
  transform: scale(1.05);
}
.container-media-secondary-1 .vc_column-inner > .wpb_wrapper {
  background-color: #5c4e16 !important;
}
/*AUDIO PLAYER*/
.mejs-container {
  border-radius: 5px !important;
}
.mejs-controls {
  border-radius: 5px !important;
  background-color: #5c4e16 !important;
}
.container-vertical-wave-divider-primary-1 .container-vertical-wave-divider-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(77, 0, 17, 0.55);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container-vertical-wave-divider-primary-1 .container-vertical-wave-divider-img {
    height: 200px;
  }
}
.container-vertical-wave-divider-primary-1 .container-vertical-wave-divider-background-color {
  background-color: #4d0011;
  z-index: 3;
}
.container-vertical-wave-divider-background-color {
  padding-right: calc((100vw - 1200px)/ 2);
}
@media screen and (max-width: 1310px) {
  .container-vertical-wave-divider-background-color {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container-vertical-wave-divider-background-color {
    padding-left: 30px;
  }
  .container-vertical-wave-divider-background-color .vc_empty_space {
    display: none;
  }
}
.hoverbox {
  padding: 60px 30px;
  border-radius: 23px !important;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 0 -10px;
  transition: all 0.2s ease-in-out;
}
.hoverbox .paragraph {
  margin-bottom: 0;
}
.hoverbox:hover {
  transform: scale(1.05);
}
.friends-link-zeile-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
.friends-link-zeile-link:hover {
  cursor: pointer !important;
}
.hoverbox-secondary-1 {
  padding: 60px 30px;
  border-radius: 23px !important;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 0 -10px;
  transition: all 0.2s ease-in-out;
  background-color: #5c4e16;
  background-image: url("/wp-content/uploads/2026/06/bg-wave_secondary-2.svg");
}
.hoverbox-secondary-1 .paragraph {
  margin-bottom: 0;
}
.hoverbox-secondary-1:hover {
  transform: scale(1.05);
}
.hoverbox-secondary-1 .h3-visual {
  height: 96px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
/* LESS Document */
@media screen and (max-width: 990px) {
  .wpb-wave-divider {
    height: 20px !important;
  }
}
.container-startseite-header {
  /*filter: blur(12px);
	opacity:0;
	
	animation: blurIn 3s ease forwards;
	animation-delay:1s;*/
  margin-top: -84px;
}
.container-startseite-header::before {
  content: " ";
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .container-startseite-header {
    margin-top: -60px;
  }
}
.container-startseite-header .container-header-spitze {
  background-image: url("/wp-content/uploads/2026/06/QR-MUSTER-Spitze-fragmenitiert-Schwarzenfeld_rosa-10_1920x3148px.png");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-left: calc((100vw - 1200px)/ 2);
  padding-right: 50px;
  padding-top: 300px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1310px) {
  .container-startseite-header .container-header-spitze {
    padding-left: 30px;
  }
}
.container-startseite-header .container-header-spitze .container-header-subhead {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-size: 3.0625rem;
}
.container-startseite-header .container-header-spitze .container-header-subhead strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.container-startseite-header .container-header-spitze .container-header-subhead a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.container-startseite-header .container-header-spitze .container-header-subhead a:hover,
.container-startseite-header .container-header-spitze .container-header-subhead a:focus,
.container-startseite-header .container-header-spitze .container-header-subhead a:active {
  border-bottom: solid 2px;
}
.container-startseite-header .container-header-spitze .img-logo {
  /*filter: blur(12px);
			opacity:0;
				
			animation: blurIn 3s ease forwards;
			animation-delay:3s;*/
}
@media screen and (max-width: 990px) {
  .container-startseite-header .container-header-spitze {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .container-startseite-header .container-header-spitze .img-logo img {
    width: 50%;
  }
}
.container-startseite-header .container-black {
  padding-right: calc((100vw - 1200px)/ 2);
  padding-left: 50px;
  padding-top: 276px;
  padding-bottom: 120px;
}
.container-startseite-header .container-black .paragraph-big::before {
  content: " „ ";
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  color: #c91b11;
  font-size: 3.75rem;
}
.container-startseite-header .container-black .container-header-text {
  /*filter: blur(12px);
			opacity:0;
			
			animation: blurIn 3s ease forwards;
			animation-delay:3s;*/
}
@media screen and (max-width: 1310px) {
  .container-startseite-header .container-black {
    padding-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .container-startseite-header .container-black {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container-startseite-header .container-black {
    padding-left: 30px;
  }
}
.container-startseite-header .container-wave-divider {
  margin-top: -100px;
  z-index: 3;
}
.container-startseite-header .container-wave-divider .wpb-wave-divider {
  background-color: transparent !important;
}
@media screen and (max-width: 990px) {
  .container-startseite-header .container-wave-divider {
    margin-top: -60px;
  }
}
@keyframes moveOverlayRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurIn {
  from {
    filter: blur(12px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.container-fog {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  animation: containerFogFadeOut 4s ease forwards;
  animation-delay: 1.5s;
}
.container-fog {
  background: #000;
  background: #000000;
  overflow-x: hidden;
}
/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01,
#foglayer_02,
#foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
  background-color: #1a1a1a;
}
#foglayer_01 .image01,
#foglayer_01 .image02,
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02,
#foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}
/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01,
#foglayer_01 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center / cover no-repeat transparent;
}
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center / cover no-repeat transparent;
}
/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: 0.1;
  }
  22% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.28;
  }
  58% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.16;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes foglayer_01_opacity {
  0% {
    opacity: 0.1;
  }
  22% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.28;
  }
  58% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.16;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes foglayer_01_opacity {
  0% {
    opacity: 0.1;
  }
  22% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.28;
  }
  58% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.16;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes foglayer_01_opacity {
  0% {
    opacity: 0.1;
  }
  22% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.28;
  }
  58% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.16;
  }
  100% {
    opacity: 0.1;
  }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes foglayer_02_opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes foglayer_02_opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes foglayer_02_opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8;
  }
  27% {
    opacity: 0.2;
  }
  52% {
    opacity: 0.6;
  }
  68% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@-moz-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8;
  }
  27% {
    opacity: 0.2;
  }
  52% {
    opacity: 0.6;
  }
  68% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@-o-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8;
  }
  27% {
    opacity: 0.2;
  }
  52% {
    opacity: 0.6;
  }
  68% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8;
  }
  27% {
    opacity: 0.2;
  }
  52% {
    opacity: 0.6;
  }
  68% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-o-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
  #foglayer_01 .image01,
  #foglayer_01 .image02,
  #foglayer_02 .image01,
  #foglayer_02 .image02,
  #foglayer_03 .image01,
  #foglayer_03 .image02 {
    width: 100%;
  }
}
@keyframes containerFogFadeOut {
  from {
    opacity: 1;
    filter: blur(0);
  }
  to {
    opacity: 0;
    filter: blur(1);
    z-index: -1;
    display: none !important;
  }
}
.vc_grid-filter-item {
  border: solid 2px #5c4e16;
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.vc_grid-filter-item strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.vc_grid-filter-item a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.vc_grid-filter-item a:hover,
.vc_grid-filter-item a:focus,
.vc_grid-filter-item a:active {
  border-bottom: solid 2px;
}
.vc_grid-filter-item.paragraph-small-info-subhead {
  margin-bottom: 10px !important;
}
.vc_grid-filter-item span {
  color: #5c4e16;
}
.vc_grid-filter-item.vc_active,
.vc_grid-filter-item:hover {
  background-color: #5c4e16 !important;
}
.vc_grid-filter-item.vc_active span,
.vc_grid-filter-item:hover span {
  color: #ffffff !important;
}
.lightboxOverlay {
  z-index: 99999 !important;
}
.lb-data .lb-number,
.lb-data .lb-details {
  display: none !important;
}
.lightbox .lb-image {
  border: none !important;
}
.container-media-grid .vc_gitem-zone {
  border-radius: 15px;
}
.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey, .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey, .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey) .vc_grid-owl-dot span {
  background-color: #5c4e16 !important;
}
.grid-taeter .h4-visual.secondary-1 a,
.grid-taeter .paragraph.primary-1 * {
  color: #1a1a1a !important;
}
.grid-taeter .vfaic-button-secondary-1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #1a1a1a !important;
}
/* LESS Document */
.rmdb-basic-modal-popup__dialog {
  border-radius: 23px;
  padding: 15px !important;
}
.rmdb-basic-modal-popup__dialog video {
  border-radius: 10px;
}
.rmdb-basic-modal-popup__close {
  background-color: #ffffff !important;
  border-radius: 50px;
  top: 18px !important;
  right: 18px !important;
}
.bplDl-modal-overlay {
  z-index: 999999999;
}
.bplDl-card {
  border-color: #5c4e16 !important;
  border-width: 2px !important;
}
.bplDl-name {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  hyphens: none !important !important;
  color: #5c4e16 !important;
  margin-top: 0 !important;
  white-space: auto !important;
}
.bplDl-name strong {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9 !important;
}
.bplDl-name a {
  display: inline-block !important;
  border-bottom: dotted 2px !important;
}
.bplDl-name a:hover,
.bplDl-name a:focus,
.bplDl-name a:active {
  border-bottom: solid 2px !important;
}
.bplDl-container .bplDl-content .bplDl-grid .bplDl-card .bplDl-name {
  white-space: auto !important;
}
.bplDl-btn {
  border-radius: 50px !important;
  background-color: #5c4e16 !important;
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  hyphens: none !important !important;
}
.bplDl-btn strong {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9 !important;
}
.bplDl-btn a {
  display: inline-block !important;
  border-bottom: dotted 2px !important;
}
.bplDl-btn a:hover,
.bplDl-btn a:focus,
.bplDl-btn a:active {
  border-bottom: solid 2px !important;
}
.bplDl-btn:hover {
  background-color: #84752f !important;
}
@media screen and (max-width: 767px) {
  #bpldlDocumentLibrary-1 .bplDl-container .bplDl-content .bplDl-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.rmt-pdf-link {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9;
  font-size: 1rem;
  line-height: 1.5;
  hyphens: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #5c4e16;
  padding: 0;
  padding-top: 7px;
  display: inline-block;
  border-bottom: dotted 2px transparent;
  border-left: none !important;
}
.rmt-pdf-link strong {
  font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9;
}
.rmt-pdf-link a {
  display: inline-block;
  border-bottom: dotted 2px;
}
.rmt-pdf-link a:hover,
.rmt-pdf-link a:focus,
.rmt-pdf-link a:active {
  border-bottom: solid 2px;
}
.rmt-pdf-link.paragraph-small-info-subhead {
  margin-bottom: 10px !important;
}
.rmt-pdf-link:hover,
.rmt-pdf-link.active {
  background: transparent;
  border-bottom: dotted 2px #5c4e16;
  border-left: none !important;
}
.rmt-pdf-view {
  border: none !important;
}
.brlbs-cmpnt-btn {
  background-color: #5c4e16 !important;
  color: #ffd9d9 !important;
  border-radius: 50px !important;
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  hyphens: none !important !important;
}
.brlbs-cmpnt-btn strong {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9 !important;
}
.brlbs-cmpnt-btn a {
  display: inline-block !important;
  border-bottom: dotted 2px !important;
}
.brlbs-cmpnt-btn a:hover,
.brlbs-cmpnt-btn a:focus,
.brlbs-cmpnt-btn a:active {
  border-bottom: solid 2px !important;
}
.brlbs-cmpnt-btn:hover {
  background-color: #84752f !important;
}
.brlbs-cmpnt-dialog-box-description {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 400, "opsz" 9 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  hyphens: none !important !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #4d0011 !important;
}
.brlbs-cmpnt-dialog-box-description strong {
  font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 600, "opsz" 9 !important;
}
.brlbs-cmpnt-dialog-box-description a {
  display: inline-block !important;
  border-bottom: dotted 2px !important;
}
.brlbs-cmpnt-dialog-box-description a:hover,
.brlbs-cmpnt-dialog-box-description a:focus,
.brlbs-cmpnt-dialog-box-description a:active {
  border-bottom: solid 2px !important;
}
.brlbs-cmpnt-dialog-box-description.paragraph-small-info-subhead {
  margin-bottom: 10px !important !important;
}
.brlbs-cmpnt-dialog-box-description a {
  text-decoration: none !important;
  color: #4d0011 !important;
}
.brlbs-cmpnt-dialog-entrance-headline {
  font-family: "formiga", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
  color: #ff4049 !important;
}
