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

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 0;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
section p {
  text-align: center;
}

.animation {
  opacity: 0;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.scroll-animation {
  opacity: 1;
}

h4,
.h4 {
  font-size: 1.333rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}

h3,
.h3 {
  font-size: 1.776889rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
}

h2,
.h2 {
  font-size: 2.368593037rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(1.5869573348rem, 4.7816357022vw + 1rem, 2.368593037rem);
}

h1,
.h1 {
  font-size: 3.1573345183rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(2.1154141273rem, 5.041920391vw + 1rem, 3.1573345183rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size: 1rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

p,
h1,
h2,
h3,
h4 {
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.elementy {
  color: purple;
  padding: 1.5rem clamp(1rem, 5%, 3rem);
}

.container {
  width: min(87.5rem, 100vw - 2rem);
}

.smol-scroll-snap {
  /* Set up container positioning */
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1.5rem;
  /* Enable overflow along our scroll axis */
  overflow-x: auto;
  /* Define axis and scroll type, where
  `mandatory` means any scroll attempt will
  cause a scroll to the next item */
  scroll-snap-type: x mandatory;
  padding: 0 0 1.5rem;
  -webkit-overflow-scrolling: touch;
}

.smol-scroll-snap > * {
  width: min(45ch, 60vw);
  /* Choose how to align children on scroll */
  scroll-snap-align: center;
  /* Prevents scrolling past more than one child */
  scroll-snap-stop: always;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.main-wrapper {
  background-color: #ffffff;
}

.main-wrapper img {
  width: 100%;
  display: block;
}

.main-wrapper a {
  color: #000;
  text-decoration: none;
}

.main-wrapper ul li {
  list-style-type: none;
}

.navbar {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.logo {
  margin-left: 1rem;
}

.navbar-toggler {
  margin-right: 1rem;
}

@media (max-width: 576px) {
  .logo {
    margin-left: 0rem;
  }
  .navbar-toggler {
    margin-right: 0rem;
  }
}
.navbar-brand {
  width: 48%;
  max-width: 250px;
  height: auto;
}

@media (min-width: 576px) {
  .navbar-brand {
    width: 48%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 48%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 140px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 300px;
    height: auto;
  }
}
.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-right: 1rem;
  padding-top: 0.7rem;
}

.navbar-toggler {
  display: block;
  border: none;
  background: #980f04;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  transition: all 0.4s ease;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navbar-collapse {
  overflow-y: scroll;
  display: none;
}

.navbar-nav li .menu-link {
  font-size: 1.2rem;
  padding-left: 1rem;
}
@media (max-width: 767.99px) {
  .navbar-nav li .menu-link {
    background-color: rgb(152, 15, 4);
    color: rgb(255, 255, 255);
  }
}

.navbar-nav > li > a {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  padding: 0.6rem 0;
  margin: 0.2rem 0;
  position: relative;
  transition: all 0.4s ease;
}

.navbar-nav > li > a:hover {
  opacity: 0.7;
}

.sub-menu h4 {
  text-transform: capitalize;
  font-size: 1.4rem;
  padding-left: -5px;
  padding-top: 12px;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

.sub-menu ul li {
  text-transform: capitalize;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-size: 1.2rem;
}

.sub-menu ul li a {
  opacity: 1;
  transition: all 0.5s ease;
}

.sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 1;
}

.sub-menu {
  display: none;
}

.sub-menu-item {
  padding-left: 1.2rem;
}

.sub-menu-item:nth-child(3) {
  background: #ddd;
  color: #980f04;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sub-menu-item:nth-child(3) h2 {
  text-transform: capitalize;
  margin: 1rem 0;
}

.sub-menu-item:nth-child(3) .btn {
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.sub-menu-item:nth-child(3) .btn:hover {
  background: transparent;
  color: #000;
}

.sub-menu-item:nth-child(4) {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Media Queries */
@media screen and (min-width: 992px) {
  .navbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #980f04;
    padding: 0 5rem;
    position: relative;
  }
  .navbar-toggler {
    display: none;
  }
  .brand-and-icon {
    flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }
  .navbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-nav > li > a {
    border-bottom: none;
    margin: 0 0.4rem;
    padding: 1.7rem 1.8rem 1.7rem 0.8rem;
    font-size: 0.8rem;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #980f04;
    color: #ffffff;
  }
  .sub-menu li a {
    color: #ffffff;
  }
  .navbar-nav > li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5rem;
  }
  .navbar-nav > li {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s ease;
  }
  .navbar-nav > li:hover {
    border-bottom-color: #000;
  }
  .sub-menu-item {
    padding-left: 0;
  }
  .sub-menu-item:nth-child(3) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ml-1 {
    margin-right: 1rem;
    padding-top: 0.8rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  background-color: rgb(255, 255, 255);
  color: rgb(65, 65, 64);
  position: relative;
}
@media (max-width: 767.99px) {
  body, html {
    margin: 8px;
  }
}

h1, h2 {
  font-weight: 300;
  margin: auto;
  padding: 1rem 0;
}

p, ul, li {
  font-size: 1.2rem;
}

p {
  margin-bottom: 1rem;
}

a[href^="tel:"] {
  color: rgb(152, 15, 4);
  font-weight: 600;
}

a[href^="mailto:"] {
  color: rgb(152, 15, 4);
  font-weight: 600;
}

a:link {
  color: rgb(152, 15, 4);
  text-decoration: none;
  font-weight: 500;
}

.plr1 {
  padding: 0 1rem;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 575.99px) {
  .container .item {
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 576px) {
  .container .item {
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .container .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .container .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .container .item {
    width: 33.3333333333%;
  }
}

@media (max-width: 992px) {
  .x {
    margin-top: 6rem;
  }
}
.img-fluid {
  width: 100%;
  height: auto;
}

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

.item ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0.5rem;
  margin: 1rem 0;
}

.item ul li::marker {
  color: rgb(255, 176, 59);
  font-size: 1.2rem;
}

.flexshop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.flexshop-item {
  width: 50%;
  height: auto;
}

.flexshop-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.flexshop-item:nth-child(2) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  background-color: rgb(152, 15, 4);
  color: rgb(255, 255, 255);
  font-size: 3rem;
}

.social a {
  color: rgb(255, 255, 255);
}

hr {
  border-top: 1px solid rgb(65, 65, 64);
  margin: 36px 0rem 36px 0rem;
}

.home {
  background-color: rgb(252, 230, 163);
}

.home-three {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 575.99px) {
  .home-three .items:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .home-three .items:nth-child(1) {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .home-three .items:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home-three .items:nth-child(1) {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .home-three .items:nth-child(1) {
    width: 20%;
  }
}

@media (max-width: 575.99px) {
  .home-three .items:nth-child(2) {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 576px) {
  .home-three .items:nth-child(2) {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .home-three .items:nth-child(2) {
    width: 50%;
    padding: 1rem 0 0 2rem;
  }
}
@media (min-width: 992px) {
  .home-three .items:nth-child(2) {
    width: 30%;
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .home-three .items:nth-child(2) {
    width: 30%;
    padding: 0 2rem;
  }
}

@media (max-width: 575.99px) {
  .home-three .items:nth-child(3) {
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
}
@media (min-width: 576px) {
  .home-three .items:nth-child(3) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-three .items:nth-child(3) {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .home-three .items:nth-child(3) {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .home-three .items:nth-child(3) {
    width: 50%;
  }
}

.home .container {
  background-color: rgb(252, 230, 163);
}

.galerie {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 1rem;
}

.galerie .bildh {
  flex: 33%;
  align-items: stretch;
}

.galerie .bildq {
  flex: 67.777777%;
  align-items: stretch;
}

@media (max-width: 575.99px) {
  .gartengoetzen .item:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 576px) {
  .gartengoetzen .item:nth-child(1) {
    order: 1;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gartengoetzen .item:nth-child(1) {
    order: 1;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gartengoetzen .item:nth-child(1) {
    order: 1;
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .gartengoetzen .item:nth-child(1) {
    order: 1;
    width: 33%;
  }
}

@media (max-width: 575.99px) {
  .gartengoetzen .item:nth-child(2) {
    order: 2;
  }
}
@media (min-width: 576px) {
  .gartengoetzen .item:nth-child(2) {
    order: 2;
    width: 33%;
  }
}
@media (min-width: 576px) {
  .gartengoetzen .item:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gartengoetzen .item:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gartengoetzen .item:nth-child(2) {
    order: 2;
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .gartengoetzen .item:nth-child(2) {
    order: 2;
    width: 33%;
  }
}

@media (max-width: 575.99px) {
  .gartengoetzen .item:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 576px) {
  .gartengoetzen .item:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 576px) {
  .gartengoetzen .item:nth-child(3) {
    order: 2;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gartengoetzen .item:nth-child(3) {
    order: 2;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gartengoetzen .item:nth-child(3) {
    order: 3;
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .gartengoetzen .item:nth-child(3) {
    order: 3;
    width: 33%;
  }
}

.footer {
  display: flex;
  align-items: center;
}
@media (max-width: 575.99px) {
  .footer .item {
    width: 100%;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
  }
  .footer ul li::before {
    content: " - ";
  }
  .footer ul li:nth-child(1)::before {
    content: "";
  }
}
@media (min-width: 576px) {
  .footer .item {
    width: 100%;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
  }
  .footer ul li::before {
    content: " - ";
  }
  .footer ul li:nth-child(1)::before {
    content: "";
  }
}
@media (min-width: 768px) {
  .footer .item {
    width: 100%;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
  }
  .footer ul li::before {
    content: " - ";
  }
  .footer ul li:nth-child(1)::before {
    content: "";
  }
}
@media (min-width: 992px) {
  .footer .item {
    width: 33%;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li::before {
    content: "";
  }
  .footer ul li:nth-child(1)::before {
    content: "";
  }
}
@media (min-width: 1400px) {
  .footer .item {
    width: 33%;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li::before {
    content: "";
  }
  .footer ul li:nth-child(1)::before {
    content: "";
  }
  .footer ul {
    list-style-type: none;
  }
  .footer img {
    max-width: 350px;
  }
  .footer a {
    color: rgb(255, 255, 255);
    font-weight: 300;
  }
}

.footer,
.footer .container {
  background-color: rgb(152, 15, 4);
  color: rgb(255, 255, 255);
}

.footer a:link {
  color: rgb(255, 255, 255);
}

@media (max-width: 575.99px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .mobile {
    display: inline;
  }
}

.display1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.display1 .item:nth-of-type(1) {
  width: 67%;
}
.display1 .item:nth-of-type(2) {
  width: 33%;
}

.adventausstellung {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgb(152, 15, 4);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 1rem;
}
.adventausstellung p {
  line-height: 1.4rem;
}
.adventausstellung strong {
  color: rgb(252, 230, 163);
}
.adventausstellung .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 4rem;
  max-width: 90rem;
}
.adventausstellung .grid-container .item:nth-child(1) {
  justify-items: flex-end;
  align-self: center;
}
.adventausstellung .grid-container .item:nth-child(2) {
  justify-items: flex-start;
}
@media (max-width: 1399.99px) {
  .adventausstellung .grid-container {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=main.css.map */