:root {
  --bs-font-sans-serif: "Cormorant Garamond", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* cormorant-garamond-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: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cormorant-garamond-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-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: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cormorant-garamond-v16-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-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: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cormorant-garamond-v16-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
a {
  color: rgb(116, 192, 193);
}

.op-50 {
  opacity: 0.5;
}

.text-large {
  font-size: 22px;
  line-height: 32px;
}

.text-larger {
  font-size: 28px;
  line-height: 40px;
}

body {
  font-size: 18px;
}

.lead {
  font-size: 32px;
  line-height: 36px;
}

.x-large {
  font-size: 50px;
}

h1, h2 {
  font-weight: 500;
}

.text-sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}

.text-thin {
  font-weight: 400;
  letter-spacing: 7.6px;
}

.display-1, .display-2, .display-3 {
  font-weight: 500;
}

.bg-cream {
  background-color: rgb(243, 244, 239);
}

.vh-25 {
  height: 25vh;
}

.mw-75 {
  max-width: 75%;
}

body {
  font-family: "Cormorant Garamond";
  position: relative;
}

.bg-dark {
  background-color: rgb(26, 26, 26) !important;
}

.img-circle {
  border-radius: 50%;
}

.navbar .nav-item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding: 0;
}
.navbar .nav-link {
  color: white;
  box-shadow: inset 0 -1px 0 rgba(26, 26, 26, 0);
  transition: all 0.4s ease;
  font-size: 22px;
  font-weight: 500;
  padding: 0 !important;
}
.navbar .nav-link:hover {
  box-shadow: inset 0 -1px 0 #fff;
}

.hero {
  min-height: 75vh;
  align-items: center;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-home {
  background-image: url("/img/header-pesto-huebsch-huebsch-gestaltung-fotografie-koblenz-neuwied.jpg");
  background-position-y: -150px;
  background-size: 100%;
}

.bg-datenschutz {
  background-image: url("/img/imagefotos-backstube-baeckerei-geisen-neuwied-neon-fotografie-huebsch-huebsch.jpg");
  background-position-y: -150px;
  background-size: 100%;
}

.bg-projekte {
  background-image: url("/img/logo-gestaltung-leo-fuchs-huebsch-huebsch-1.jpg");
  background-size: 100%;
}

.bg-impressum {
  background-image: url("/img/DSC7894-unbearbeitet.jpg");
  background-size: 100%;
}

.bg-geisen {
  background-image: url("/img/food-reportage-backstube-brot-backen-baeckerei-geisen-neon-fotografie-15.jpg");
  background-size: 100%;
}

.bg-fuchs {
  background-image: url("/img/leo-fuchs-header.jpg");
  background-size: 100%;
}

.bg-pfefferminzje {
  background-image: url("/img/foodfotografie-salat-mit-ziegenkaese-cafe-pfefferminzje-koblenz-neon-fotografie.jpg");
  background-size: 100%;
}

.bg-glabach {
  background-image: url("/img/stimmungsvolle-reportage-editorial-bauernhof-landleben-kinder-glueckliche-huehner-freiland-ernte-neon-fotografie-glabach-neuwied-17.jpg");
  background-size: 100%;
}

.bg-food {
  background-image: url("/img/header-foodfotografe-huebsch-huebsch-neon-fotografie.jpg");
  background-size: 100%;
}

.bg-rawbites {
  background-image: url("/img/raw-bites-kochbuch-vegane-suessigkeiten-header-02.jpg");
  background-size: 100%;
}

@media (max-width: 768px) {
  .bg-cover {
    background-size: cover !important;
  }
}
.bg-overlay {
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: relative;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-5px) translateY(-5px);
}

.btn-light {
  border-radius: 0px;
}

.btn-light:hover {
  border-radius: 0px;
  background-color: transparent;
}

.btn-lg {
  padding: 20px;
  font-size: 30px;
}

.btn-outline {
  border: 2px solid #000;
}/*# sourceMappingURL=style.css.map */