body {
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
}

.toolbar {
  height: 100px;
  background-color: #d7e6ff;
}
.toolbar .img-logo {
  height: 60px;
  object-fit: contain;
  margin-top: 20px;
}

.container-fluid, .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.oeffnungszeiten01 {
  padding: 0.5rem;
  border: 2px solid gray;
}
.oeffnungszeiten01 p {
  display: flex;
  justify-content: space-between;
  margin: 0.3rem 0;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #1875e7;
}

h1 {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  color: #1875e7;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 400;
}

.text-center {
  text-align: center !important;
}

p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bg-light {
  background-color: #f3f8ff !important;
  width: 100%;
}

.img-header {
  object-fit: cover;
  object-position: 55% center;
  width: 100%;
  height: 290px;
}

.w-100 {
  width: 100%;
}

.oeffnungszeiten-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

hr {
  max-width: 160px;
  border: 2px solid #e9edf0;
  margin: 1rem auto;
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}

.img-content-small {
  object-fit: cover;
  height: 340px;
  width: 100%;
}

.img-content-big {
  object-fit: cover;
  height: 703px;
  width: 100%;
}

.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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