@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Solitreo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');



/* ========= */
/* ROOT */
/* ========= */

:root {
  --bvi-blau: rgb(0,91,162);
  --bvi-gruen: rgb(221,221,34);

  --bvi-fw-regular: 400;
  --bvi-fw-bold: 700;

  --bvi-radius-xxl: 28rem;
  --bvi-radius-lg: 6rem;

  --bvi-heading-font-family: "Merriweather", serif;
  --bvi-heading-font-weight: 800;

  --bs-body-font-family: "Open Sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: var(--bvi-fw-regular);
  --bs-body-line-height: 1.6;
  --bs-body-font-size: 1.05rem;

  /* --nav-height: 118px; */
  --bs-border-radius: 0rem;
  --bs-border-radius-lg: 0rem;
}
* {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}





/* ========= */
/* TYPOGRAFIE */
/* ========= */

.spitzmarke {
  font-size: 1rem;
  font-weight: var(--bvi-fw-bold);
  display: inline-block;
  background-color: var(--bvi-gruen);
  margin-bottom: 1.5rem;
  padding: 0.25rem 2rem;
  width: fit-content;
  color: var(--bvi-blau);
  text-transform: inherit;
}
h1 {
  font-size: 2rem;
  color: var(--bvi-blau);
  margin-bottom: 1.5rem;
  font-weight: var(--bvi-heading-font-weight) !important;
  font-family: var(--bvi-heading-font-family);
}
h2,
.heading-2xl {
  font-size: 2rem;
  color: var(--bvi-blau);
  margin-bottom: 1.5rem;
  font-weight: var(--bvi-heading-font-weight) !important;
  font-family: var(--bvi-heading-font-family);
}
h3 {
  font-size: 1.5rem;
  font-weight: var(--bvi-heading-font-weight) !important;
  font-family: var(--bvi-heading-font-family);
}
h4,
.card-title {
  font-size: 1.25rem;
  font-weight: var(--bvi-fw-bold) !important;
  color: var(--bvi-blau);
}
h5 {
  font-size: 1rem;
  font-weight: var(--bvi-fw-bold) !important;
}
h6 {
  font-size: var(--bs-body-font-size);
  font-weight: var(--bvi-fw-bold) !important;
}
.lead {
  font-size: 1rem;
  font-weight: var(--bvi-fw-regular) !important;
}
a {
  color: var(--bvi-blau);
}
a.link, .link a {
  text-decoration: underline;
}
dl, ol, ul, dl.paragraph, ol.paragraph, ul.paragraph {
  margin-bottom: 0rem;
  margin-bottom: 1rem;
}
ul {
  list-style-type: "–  ";
  padding-left: 1.125rem;
}
.slogan {
  font-family: "Solitreo", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--bvi-blau);
  font-size: 1.85rem;
  line-height: 2.25rem;
}
.textspalte .textabschnitt {
  display: inline-block;
}

.slogan .wort {
  transform: skew(12deg);
  display: inline-block;
  margin-right: 0.5rem;
}

.rechtstext h3 {
  font-size: 1.25rem;
  font-family: var(--bs-body-font-family);
  font-weight: var(--bvi-fw-bold) !important;
  color: var(--bvi-blau);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .spitzmarke {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2,
  .heading-2xl {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4,
  .card-title {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: var(--bs-body-font-size);
  }
  .lead {
    font-size: 1.25rem;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




/* ========= */
/* FARBE */
/* ========= */






/* ========= */
/* BUTTONS */
/* ========= */

.btn,
.btn-primary,
.btn-secondary {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  font-weight: var(--bvi-fw-bold);
}
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bvi-blau) !important;
  border-color: var(--bvi-blau) !important;
  color: #fff !important;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
  background-color: var(--bvi-blau) !important;
  border-color: var(--bvi-blau) !important;
  color: #fff !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}



/* ========= */
/* CARD */
/* ========= */

.card {
  background-color: transparent;
  height: 100%;
}
.card .card-body {
  padding-left: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card .card-link {
  color: var(--bvi-blau);
  text-decoration: underline;
}




/* ========= */
/* NAVIGATION */
/* ========= */

#navbar {
  position: absolute;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--bvi-blau);
  /* background: linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
}
#navbar .nav-link {
  color: #fff;
  font-size: 1.5rem;
  /* font-weight: var(--bvi-fw-bold); */
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: var(--bvi-heading-font-family);
  font-weight: var(--bvi-heading-font-weight);
}
#navbar li {
  color: #fff;
  font-size: 1.125rem;
  font-family: var(--bvi-heading-font-family);
  font-weight: var(--bvi-heading-font-weight);
}
#navbar .navbar-secondary svg {
  width: 24px;
  height: 24px;
}
#navbar .navbar-secondary svg path {
  fill: #fff;
}
#navbar .dropdown-menu {
  --bs-dropdown-padding-x: 0.75rem;
  --bs-dropdown-padding-y: 0.75rem;
  --bs-dropdown-spacer: 31px;
  --bs-dropdown-font-size: 1.125rem;
  --bs-dropdown-bg: var(--bvi-blau);
  --bs-dropdown-color: #fff;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-link-color: #fff;
  --bs-dropdown-link-hover-bg: var(--bvi-gruen);
  --bs-dropdown-link-hover-color: var(--bvi-blau);
  --bs-dropdown-link-active-bg: var(--bvi-blau);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-font-weight: 800;
  --bs-dropdown-link-focus-bg: var(--bvi-gruen);
  --bs-dropdown-link-focus-color: var(--bvi-blau);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
}
#navbar ul {
  list-style-type: none;
}
/*
#navbar .dropdown-menu ul {
  padding-left: 1.5rem;
}
*/
#navbar .dropdown-menu {
  --bs-dropdown-padding-x: 0.75rem;
  --bs-dropdown-padding-x: 0rem;
  margin-top: 0rem;
}
#navbar .dropdown-item {
  font-size: 1rem;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-wrap: wrap;
}
#navbar .dropdown-item.active,
#navbar .dropdown-item:active {
  font-weight: 900;
}
#navbar.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navbar.navbar-collapse {
  margin-top: 3rem;
}
#navbar.active {
  background-color: var(--bvi-blau) !important;
}
#navbar .navbar-nav.mb-2 {
  margin-top: 2rem;
}
#navbar ol, #navbar ul {
  padding-left: 0rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #navbar ol, #navbar ul {
    padding-left: 1rem;
  }
  #navbar.active {
    background-color: transparent !important;
  }
  #navbar .navbar-nav.mb-2 {
    margin-top: 0rem;
    padding-left: 1rem;
  }
  #navbar .dropdown-menu {
    --bs-dropdown-padding-x: 0.75rem;
    --bs-dropdown-padding-x: 0.5rem;
    margin-top: 2rem;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




/* ========= */
/* MAIN */
/* ========= */


main {
  margin-top: 118px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}







/* ========= */
/* MODULE */
/* ========= */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




.custom_bvi_themen_detail .container-fluid {
  background-color: transparent !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}





.custom_bvi_header_plakativ .vereinsheader {
  /* filter: drop-shadow(0px 0px 50px rgba(0,0,0,0.5)); */
  margin-bottom: 3rem;
}
.custom_bvi_header_plakativ .vereinsheader h1.motto {
  font-family: "Solitreo", cursive;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-15deg);
  color: #fff;
  font-size: 3.25rem;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  width: 0px;
}
.custom_bvi_header_plakativ .vereinsheader .vereinsname {
  font-weight: var(--bvi-fw-bold) !important;
}
.custom_bvi_header_plakativ .vereinsheader .sprechblase {
  width: 165px;
  transform: translateY(-4.5rem);
}
.custom_bvi_header_plakativ .vereinsheader p.lead {
  font-size: 1rem;
}








.custom_bvi_header_plakativ .card-img-top {
  width: 100vw !important;
  height: 100vh !important;
}
.custom_bvi_header_plakativ .card-img-top img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}



.custom_bvi_header_plakativ {
  position: relative;
}
.custom_bvi_header_plakativ::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0,0,0,75) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.75) 100%);
}
/*
.custom_bvi_header .carousel {
  border-start-start-radius: var(--bvi-radius-xxl);
  overflow: hidden;
}
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




.core_frontend_news_events_karte {
  background-color: var(--bs-light);
}
.core_frontend_news_events_karte .container a {
  color: #fff !important;
  /* font-weight: var(--bvi-fw-bold); */
  /* text-decoration: none; */
}
.core_frontend_news_events_karte .container {
  background-color: var(--bvi-blau) !important;
}
.core_frontend_news_events_karte .container,
.core_frontend_news_events_karte .container a {
  color: #fff !important;
}
.core_frontend_news_events_karte .container .spitzmarke {
  color: var(--bvi-blau);
}
.core_frontend_news_events_karte h2,
.core_frontend_news_events_karte h3,
.core_frontend_news_events_karte h4 {
  color: #fff;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .core_frontend_news_events_karte .container {
    border-end-end-radius: var(--bvi-radius-lg);
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}





.core_frontend_uebersicht_cards-gestapelt_01 {
  background-color: var(--bvi-gruen);
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .core_frontend_uebersicht_cards-gestapelt_01 {
    border-end-end-radius: var(--bvi-radius-lg);
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}






.core_frontend_inhalt_icon-grid_04 {
  background-color: var(--bs-light);
}
.core_frontend_inhalt_icon-grid_04 .icon svg {
  width: 60px;
  height: 60px;
  margin-left: -10px;
  margin-bottom: 10px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .core_frontend_inhalt_icon-grid_04 .icon svg {
    width: 120px;
    height: 120px;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}






.core_frontend_inhalt_text_04 {
  background-color: var(--bvi-blau);
  color: #fff;
}
.core_frontend_inhalt_text_04 h2,
.core_frontend_inhalt_text_04 h3,
.core_frontend_inhalt_text_04 h4 {
  color: #fff;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}





.core_frontend_events_detail_01,
.core_frontend_events_detail_01.bg-light {
  background-color: var(--bvi-gruen) !important;
}
.core_frontend_events_detail_01 .col-auto {
  background-color: var(--bvi-blau) !important;
  margin-right: 1rem;
  padding: 1.5rem 2rem;
  font-family: var(--bvi-heading-font-family);
  font-weight: var(--bvi-heading-font-weight);
}
.core_frontend_events_detail_01 .col-auto * {
  margin-bottom: 0px;
  color: #fff !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}








#map .gm-style .gm-style-iw-c {
  padding: 0rem;
}
#map .gm-style .gm-style-iw-d {
  padding: 2rem;
}
#map .gm-ui-hover-effect {
  transform: translateX(-0.5rem) translateY(0.5rem);
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}








section.core_frontend_kontakt_mitarbeiter-uebersicht_01:nth-of-type(2n) {
  background-color: var(--bs-light);
}
.core_frontend_kontakt_mitarbeiter-uebersicht_01 h6 {
  font-size: var(--bs-body-font-size) !important;
  margin-bottom: 1rem !important;
  line-height: 1.5;
}
.core_frontend_kontakt_mitarbeiter-uebersicht_01 .row {
  --bs-gutter-x: 1rem;
}
.core_frontend_kontakt_mitarbeiter-uebersicht_01 .col {
  margin-left: 0rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}







/* ========= */
/* FOOTER */
/* ========= */

footer .btn {
  background-color: transparent;
  border-color: transparent !important;
}
footer .btn:hover {
  background-color: var(--bs-body-color);
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




/* ========= */
/* SPENDEN */
/* ========= */

section.core_raisenow_spenden:nth-of-type(2) {
  background-color: var(--bs-light);
}
