/* fira-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/fira-sans-v18-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/fira-sans-v18-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/fira-sans-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/fira-sans-v18-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/fira-sans-v18-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/fira-sans-v18-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===== Branding ===== */
/* ===== Typografie (Fira Sans) ===== */
/* ===== Radii ===== */
/* ===== @media Breakpoints ===== */
/* ===== Root: Bootstrap-Variablen via CSS Vars setzen ===== */
:root {
  /* Eigene Token */
  --brand-primary: #39a58e;
  --brand-secondary: #d9ebf6;
  --brand-text: #194453;
  --brand-light: #d9ebf6;
  /* Bootstrap 5.3 Theme Tokens */
  --bs-body-font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --bs-body-color: #194453;
  --bs-body-bg: #ffffff;
  --bs-primary: #39a58e;
  --bs-secondary: #d9ebf6;
  --bs-success: #2eb67d;
  --bs-info: #3b82f6;
  --bs-warning: #f59e0b;
  --bs-danger: #ef4444;
  --bs-light: #d9ebf6;
  --bs-dark: #0f172a;
  --bs-link-color: #39a58e;
  --bs-link-hover-color: #297867;
  --bs-border-radius: 0;
  --bs-border-radius-lg: 2rem;
  --bs-btn-border-radius: 0;
  --bs-btn-border-radius-lg: 2rem;
  --bs-heading-color: #194453;
}
/* ===== Body/Headings ===== */
body {
  font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 300;
  /* Fira Sans Light */
  color: #194453;
  font-size: 18px;
  line-height: 1.4;
}
body.search-open {
  overflow: hidden;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
/* ===== Links ===== */
a {
  text-decoration: none;
  font-style: italic;
  color: #39a58e;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
}
strong,
b {
  font-weight: 600;
}
/* ===== Buttons ===== */
.btn {
  border-radius: 0;
  font-weight: 300;
  /* SemiBold-Look für Buttons */
}
@media only screen and (min-width: 992px) {
  .btn {
    border-radius: 2rem;
  }
}
.btn.btn-primary {
  background-color: #39a58e;
  border-color: #39a58e;
  border-radius: 10px;
  min-width: 300px;
  font-weight: 300;
  font-style: italic;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #2c7f6d;
  border-color: #2c7f6d;
  text-decoration: none;
}
/* ===== Navbar ===== */
.navbar {
  background: #fff;
  box-shadow: 0 0 23px -7px rgba(0, 0, 0, 0.59);
  position: sticky;
  z-index: 99;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .navbar {
    position: relative;
    box-shadow: none;
  }
}
.navbar .open-search {
  display: block;
  text-indent: -9999rem;
  border: none;
  border-radius: 0;
  background: #39a58e url(../Images/search.svg) no-repeat center center;
  background-size: 67%;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar #searchbar {
  position: relative;
}
.navbar #searchbar .form-control {
  display: none;
}
.navbar #searchbar.show {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #0a53be;
}
.navbar #searchbar.show .form-control {
  display: block;
}
.navbar .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.navbar .nav-item {
  border-top: 1px solid #39a58e;
}
.navbar .nav-item .nav-link {
  font-size: 1.2em;
  font-style: normal;
  position: relative;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:active {
  text-decoration: none;
}
.navbar .nav-item.active .nav-link {
  color: #39a58e;
  font-weight: 300;
}
.navbar .nav-item .dropdown-item {
  font-size: 1.2em;
  padding: 0.5rem 1rem;
  font-style: normal;
  font-weight: 300;
}
.navbar .nav-item .dropdown-item.active,
.navbar .nav-item .dropdown-item:active {
  background-color: #39a58e;
}
.navbar .nav-item .dropdown-toggle {
  position: relative;
}
.navbar .nav-item .dropdown-toggle:after {
  position: absolute;
  top: 36%;
  right: 1rem;
  border: 0 !important;
  width: 1.5rem;
  height: 0.7rem;
  background: url(../Icons/Download.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-brand {
    margin-right: 7rem;
  }
  .navbar .nav-item {
    border-top: none;
  }
  .navbar .nav-item .nav-link:hover {
    color: #39a58e;
  }
  .navbar .dropdown-toggle::after {
    display: none;
    content: none;
  }
}
.slick-slider .slick-track {
  display: flex !important;
}
.slick-slider .slick-track .slick-slide {
  height: inherit !important;
}
.slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  left: -3rem;
  width: 2rem;
  height: 2rem;
  background: url("../Icons/arrow-left.svg") no-repeat center center;
  background-size: contain;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: none;
}
.slick-slider .slick-next {
  left: auto;
  right: -3rem;
  background: url("../Icons/arrow-right.svg") no-repeat center center;
  background-size: contain;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 23px -7px rgba(0, 0, 0, 0.59);
  position: relative;
}
/* ===== Hero-Kurve (SVG unten andocken) ===== */
.mv-hero {
  position: relative;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .mv-hero {
    min-height: 660px;
  }
}
.mv-hero .hero-wave,
.mv-hero .hero-circle {
  display: none;
}
.mv-hero .hero-text {
  position: relative;
  background-color: #39a58e;
  padding: 2rem;
  color: white;
}
.mv-hero .hero-text h1 {
  color: white;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .mv-hero .hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 60vh;
    display: block;
  }
  .mv-hero .hero-circle {
    display: block;
    position: absolute;
    top: -68%;
    width: 48%;
    aspect-ratio: 1 / 1;
    height: auto;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    left: 34%;
  }
  .mv-hero .hero-text {
    position: absolute;
    width: 1100px;
    bottom: 0;
    min-height: 260px;
    color: white;
    font-size: 1.3em;
    font-style: italic;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv-hero > img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .mv-hero > img {
    object-fit: cover;
    height: unset;
  }
}
main p {
  margin-bottom: 1.3rem;
}
main .quote {
  text-align: center;
}
main .quote blockquote {
  font-size: 1.6em;
  line-height: 1.3;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  main .quote blockquote {
    font-size: 2.2em;
  }
}
main .indented {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 992px) {
  main .indented {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
main .box {
  border-radius: 0;
  padding: 2rem;
}
@media only screen and (min-width: 992px) {
  main .box {
    border-radius: 2rem;
  }
}
main .box.bg-color {
  background-color: #d9ebf6;
}
main .box.bg-color.green {
  background-color: #39a58e;
  color: white;
}
main .box.bg-color.green h1,
main .box.bg-color.green h2,
main .box.bg-color.green h3,
main .box.bg-color.green h4,
main .box.bg-color.green h5,
main .box.bg-color.green a {
  color: white;
}
main .rouded {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  main .rouded {
    border-radius: 2rem;
  }
}
main .image-embed-item {
  max-width: 100%;
  height: auto;
}
main .vorstand {
  padding: 1rem 0;
  border-bottom: 1px solid #39a58e;
}
main .vorstand:last-child {
  border-bottom: none;
}
main section {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  main section {
    padding: 3rem 0 5rem;
  }
}
main section h2 {
  color: #39a58e;
  font-size: 1.6em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  main section h2 {
    font-size: 2.4em;
    margin-bottom: 4rem;
  }
}
main section h3 {
  color: #39a58e;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
main section hr {
  margin: 3rem 0;
  opacity: 0.7;
}
main section.bg-color {
  background-color: #d9ebf6;
}
main section.bg-color h3 {
  color: #194453;
  font-weight: 300;
}
main section.bg-color.green {
  background-color: #39a58e;
  color: white;
}
main section.bg-color.green h1,
main section.bg-color.green h2,
main section.bg-color.green h3,
main section.bg-color.green h4,
main section.bg-color.green h5 {
  color: white;
}
main section.bg-color.green a {
  color: white;
}
main section.text-img {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 992px) {
  main section.text-img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  main section.text-img .col-img {
    padding-left: 8rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  main section.text-img .order-last .col-img {
    padding-left: 2rem;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  main section.text-img .col-text {
    padding-left: 2rem;
    padding-right: 8rem;
  }
  main section.text-img .col-text.order-first {
    padding-left: 8rem;
    padding-right: 2rem;
  }
}
main section.text-img .img-bg {
  display: none;
}
@media only screen and (min-width: 992px) {
  main section.text-img .img-bg {
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 95%;
    border-radius: 2rem;
    object-fit: cover;
    background-color: #d9ebf6;
    z-index: 0;
  }
}
main section.text-img .img-bg.color-2 {
  background-color: #39a58e;
}
main section.text-img .img-bg.pos-center {
  top: 0;
  height: 100%;
}
main section.text-img .img-bg.pos-center + .col-img .img-boxed {
  margin: 1rem 0;
}
main section.text-img .img-boxed {
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  main section.text-img .img-boxed {
    margin-bottom: 0;
    border-radius: 2rem;
    margin-top: 1rem;
    z-index: 1;
  }
}
main .contenttable {
  display: block;
}
main .contenttable tr {
  border-bottom: 0;
}
main .contenttable tr td {
  padding: 0 1rem 0 0;
}
main .contenttable tr td:first-of-type {
  font-weight: 600;
}
main .news .news-slider .news-item {
  height: 100%;
}
main .news .news-slider .news-item .card {
  border-radius: 0;
  height: 100%;
  border: none;
  margin: 0;
  padding: 1rem;
  background-color: #d9ebf6;
}
@media only screen and (min-width: 992px) {
  main .news .news-slider .news-item .card {
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  main .news .news-slider .news-item .card {
    margin: 0 1rem;
    padding: 2rem 4rem;
  }
}
main .news .news-slider .news-item .card .card-img-top {
  border-radius: 0;
  aspect-ratio: 1/1;
  height: auto;
}
@media only screen and (min-width: 992px) {
  main .news .news-slider .news-item .card .card-img-top {
    border-radius: 2rem;
  }
}
main .news .news-slider .news-item .card .card-body {
  text-align: center;
}
/* ===== Footer ===== */
footer {
  padding: 2rem;
  background: #d9ebf6;
}
footer .footer-nav {
  display: none;
}
@media only screen and (min-width: 992px) {
  footer .footer-nav {
    display: block;
  }
}
footer a.nav-link {
  font-style: normal;
  color: #194453;
  padding: 0.2rem 0;
}
#search-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #39a58e;
  z-index: 99;
  display: none;
}
#search-box .search-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
#search-box .search-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: url("../Icons/close.svg") no-repeat center center;
  background-size: contain;
}
#search-box form {
  width: 90%;
  max-width: 1000px;
}
#search-box form .input-group {
  box-shadow: 0 0 23px -7px rgba(0, 0, 0, 0.59);
}
#search-box form .form-control {
  background-color: white;
  font-size: 1.2rem;
  padding: 1rem;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  #search-box form .form-control {
    font-size: 2rem;
  }
}
#search-box form .btn {
  border-radius: 0;
  width: auto;
  font-size: 1.2rem;
  background-color: #194453;
  color: #fff;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  #search-box form .btn {
    font-size: 2rem;
  }
}
.navbar-toggler {
  width: 45px;
  height: 33px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #39a58e;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(even) {
  left: 50%;
}
.navbar-toggler span:nth-child(odd) {
  left: 0;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2) {
  top: 0;
}
.navbar-toggler span:nth-child(3),
.navbar-toggler span:nth-child(4) {
  top: 40%;
}
.navbar-toggler span:nth-child(5),
.navbar-toggler span:nth-child(6) {
  bottom: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(1),
.navbar-toggler:not(.collapsed) span:nth-child(6) {
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2),
.navbar-toggler:not(.collapsed) span:nth-child(5) {
  transform: rotate(-45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  left: 5%;
  top: 20%;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  left: 37%;
  top: 20%;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(5) {
  left: 5%;
  top: 59%;
}
.navbar-toggler:not(.collapsed) span:nth-child(6) {
  left: 37%;
  top: 59%;
}
/*# sourceMappingURL=theme.css.map */