@charset "UTF-8";
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/google-sans-flex-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google-sans-flex-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-500 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/google-sans-flex-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/google-sans-flex-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-700 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/google-sans-flex-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-800 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/google-sans-flex-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/google-sans-flex-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/google-sans-flex-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-500 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/google-sans-flex-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-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: "Google Sans Flex";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/google-sans-flex-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-700 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/google-sans-flex-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-800 - 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: "Google Sans Flex";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/google-sans-flex-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-white-light: #fbfbfb;
  --color-white-dark: #f5f5f7;
  --color-blue: #08203c;
}

.heroicon {
  --size: 24px;
  --muliplicator: 1;
}
.heroicon.size-2x {
  --muliplicator: 2;
}
.heroicon.size-3x {
  --muliplicator: 3;
}
.heroicon.size-4x {
  --muliplicator: 4;
}
.heroicon.size-5x {
  --muliplicator: 5;
}
.heroicon svg {
  width: calc(var(--size) * var(--muliplicator));
  height: calc(var(--size) * var(--muliplicator));
}

body {
  font-family: "Google Sans Flex", sans-serif;
  background-color: var(--color-white-light);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  --bs-body-font-size: 13px;
  --bs-body-color: var(var(--color-blue)) --bs-border-radius: 4px;
}

.bg-light {
  background-color: var(--color-white-dark);
}

header {
  background-color: var(--color-white-light);
}
header .nav-item {
  font-size: 1rem;
}

.lead {
  font-size: 1rem;
  line-height: 1.35rem;
}

.fw-semibold {
  font-weight: 500 !important;
}

/* Neue Container-Klasse beschränkt nur den Inhalt, nicht die Hintergründe */
.container-custom-menu {
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-overflowx-hidden {
  overflow-x: hidden;
}

.container-custom {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-custom-full {
  max-width: 100vw;
  margin: 0 auto;
  padding-left: 0rem;
  padding-right: 0rem;
  overflow-x: hidden;
}

.navbar-brand {
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--color-blue) !important;
}

a,
p {
  font-size: 1rem;
}

.text-muted {
  color: var(--bs-body-color) !important;
}

/* Hero Section nimmt nun 100% der Breite ein */
.hero-section {
  width: 100%;
  background: var(--bgimg) no-repeat center center;
  background-size: cover;
  padding: 0px 0;
}

.hero-content {
  background: transparent;
  padding: 40px 0px;
  border-radius: 8px;
  max-width: 600px;
}

h2,
h3,
h4,
h5 {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  align-items: center;
}

.bgimg {
  background: var(--bgimg) no-repeat center center;
}

.btn-primary {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  padding: 10px 24px;
}
.btn-primary:hover {
  background-color: #1a3a60;
  border-color: #1a3a60;
}

.btn-primary .card {
  border: none;
  border-radius: 0;
  height: 100%;
}

.small {
  font-size: 0.85rem;
}

.card {
  border: 0px;
  border-radius: 0px;
}
.card.card-img-abs {
  position: relative;
}
.card.card-img-abs > img {
  z-index: 1;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  right: 0px;
}
.card.card-img-abs:before {
  content: "";
  right: 0px;
  top: 0px;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 2;
  height: 100%;
  width: 100%;
}
.card.card-img-abs > div {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .card.card-img-abs.left-full img, .card.card-img-abs.left-full::before {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .card.card-img-abs.right-full img, .card.card-img-abs.right-full::before {
    width: 45vw;
    left: 0px;
    right: auto;
  }
}
.card p,
.card a {
  font-size: 0.85rem;
}

.card-img-top {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}

.text-link {
  text-decoration: none;
  color: #0c2340;
  font-weight: 500;
}

.text-link:hover {
  text-decoration: underline;
}

.bg-dark {
  color: white;
  padding: 20px;
}

.text-height-3lines {
  min-height: 4rem;
}

.footer-bar {
  background-color: #0c2340;
  color: white;
  font-size: 0.85rem !important;
  width: 100%;
}
.footer-bar a {
  font-size: 0.85rem;
}

#fontSelector {
  position: fixed;
}/*# sourceMappingURL=website.css.map */