:root {
  --bs-body-font-family: Ubuntu, "Ubuntu", system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-body-font-weight: 400;
  --bs-body-font-size: 1.2rem;
  --bs-primary:#65b32e;
  --bs-secondary:#009fe3;
  --bs-primary-rgb:rgb(101, 179, 46);
  --bs-secondary-rgb:rgb(0, 159, 227);
}

.btn {
  border-radius: 0;
}

.border-dashed {
  --bs-border-style: dashed;
}

body {
  background-color: white;
}

.btn-outline-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #65b32e;
  --bs-btn-border-color: #65b32e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #009fe3;
  --bs-btn-hover-border-color: #009fe3;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #65b32e;
  --bs-btn-active-border-color: #65b32e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #929292;
  --bs-btn-disabled-border-color: #929292;
}

.gold {
  color: #65b32e;
}

.gold-2 {
  color: #009fe3;
}

.leistungen {
  padding-left: 25px;
}

.zab {
  line-height: 0;
}

.zab-2 {
  line-height: 2;
}

.bg-gold {
  background-color: #65b32e;
}

.divider {
  border-bottom: 1px solid #65b32e;
  padding-bottom: 6px;
}

.foto {
  max-width: 100%;
}

.container {
  border: 1px solid #65b32e;
  border-top: none;
}

.footer a {
  color: #65b32e;
  font-size: 1rem;
}

.text-secondary {
  color: #009fe3 !important;
}

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