/*
================================================================================
CONTENT WIDTH
================================================================================
*/
:root {
  --cd-content-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  :root {
    --cd-content-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --cd-content-width: 944px;
  }
}
@media (min-width: 1440px) {
  :root {
    --cd-content-width: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --cd-content-width: 1600px;
  }
}

/*
================================================================================
COLORS
================================================================================
*/
/*
================================================================================
LAYOUT
================================================================================
*/
/*
================================================================================
FONTFACE
================================================================================
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
FONT FAMILIES
================================================================================
*/
/*
================================================================================
MIXINS
================================================================================
*/
/*
================================================================================
FONTS
================================================================================
*/
h1,
.cd-h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h1,
  .cd-h1 {
    font-size: 2.25rem;
  }
}

h2,
.cd-h2 {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h2,
  .cd-h2 {
    font-size: 1.875rem;
  }
}

h3,
.cd-h3 {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h3,
  .cd-h3 {
    font-size: 1.5rem;
  }
}

h4,
.cd-h4 {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h4,
  .cd-h4 {
    font-size: 1.375rem;
  }
}

p,
.cd-p {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  p,
  .cd-p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p,
  .cd-p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  p,
  .cd-p {
    font-size: 1.25rem;
  }
}

.cd-small {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-small {
    font-size: 0.875rem;
  }
}

.cd-extra-small {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-extra-small {
    line-height: 1.3;
    font-size: 0.625rem;
  }
}

.cd-hero.fl-row-bg-color .fl-row-content-wrap {
  background-color: #B7B4B5;
  padding-block: 4.5rem;
}
@media (min-width: 992px) {
  .cd-hero.fl-row-bg-color .fl-row-content-wrap {
    padding-block: 3.75rem;
  }
}
.cd-hero.fl-row-bg-photo .fl-row-content-wrap {
  padding-block: 10rem;
}
@media (min-width: 992px) {
  .cd-hero.fl-row-bg-photo .fl-row-content-wrap {
    padding-block: 9.25rem;
  }
}
.cd-hero .fl-html {
  text-align: center;
}
.cd-hero h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0.5rem 0;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cd-hero h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cd-hero h1 {
    font-size: 4rem;
  }
}
.cd-hero .cd-hero-breadcrumb {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.125rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 992px) {
  .cd-hero .cd-hero-breadcrumb {
    padding: 0.25rem 0.75rem;
  }
}
.cd-hero span,
.cd-hero a {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #FFF;
}
@media (min-width: 992px) {
  .cd-hero span,
  .cd-hero a {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .cd-hero span,
  .cd-hero a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  .cd-hero span,
  .cd-hero a {
    font-size: 1.25rem;
  }
}
.cd-hero a,
.cd-hero a:hover,
.cd-hero a:focus,
.cd-hero a:active,
.cd-hero a:visited {
  color: #FFF;
  text-decoration: none;
}

.cd-hero-with-content.cd-spende .fl-row-content-wrap .fl-row-content .cd-content {
  width: 50%;
}
