@import url("https://fonts.googleapis.com/css2?family=Boogaloo&display=swap");
body {
  color: #6b6b6b;
}

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

.text-left, .text-left h1 {
  text-align: left;
}

.text-narrow p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .name, .contact label, .modular .bottom table th, .archive-list label, h5, h6, .button-outline {
  font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
}

.button-outline {
  color: #56701E;
  border-color: green;
}
.button-outline:hover {
  background: #56701E;
}

.modular-row:not(.showcase):not(.footer), .modular-row.showcase-content, .modular-row .footer-items, .modular-row .footer-modules, .modular-row hr {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.modular-row .showcase-content {
  max-width: 1400px;
}
.modular-row .showcase-content h1, .modular-row .showcase-content h2 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.modular-row .showcase-content h1 {
  font-size: 3.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-family: "Boogaloo", sans-serif;
  letter-spacing: 5px;
}
@media only all and (max-width: 64em) {
  .modular-row .showcase-content h1 {
    font-size: 8.5cqw;
    margin-bottom: 0.75rem;
  }
}
@media only all and (max-width: 47.938em) {
  .modular-row .showcase-content h1 {
    margin-bottom: 0.5rem;
  }
}
@media only all and (max-width: 32em) {
  .modular-row .showcase-content h1 {
    margin-bottom: 0.25rem;
  }
}
.modular-row .showcase-content h2 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only all and (max-width: 47.938em) {
  .modular-row .showcase-content h2 {
    font-size: 1rem;
  }
}
.modular-row .showcase-content h1 + h2 {
  margin-top: 0;
}
.modular-row .showcase__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.header-image #body .flush-top {
  margin-top: -15.5rem;
  padding-top: 12rem;
  height: 26rem;
}

.gallery {
  background: none;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_overlay {
  background-color: rgba(86, 112, 30, 0.8);
}

.gallery_item {
  flex: 0 0 33.3333333333%;
}
@media only all and (max-width: 64em) {
  .gallery_item {
    flex: 0 0 50%;
  }
}
@media only all and (max-width: 32em) {
  .gallery_item {
    flex: 0 0 100%;
  }
}
.gallery_item_content {
  position: relative;
}
.gallery_item_content .fa {
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.gallery_item_content_text {
  font-size: 12px;
  line-height: 1.2;
}

.glightbox-clean .gslide-desc {
  text-align: center;
}

.gallery.gallery--invert .gallery_item .gallery_item_content .gallery_item_content_overlay {
  opacity: 1;
}
.gallery.gallery--invert .gallery_item .gallery_item_content .gallery_item_content_details {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.gallery.gallery--invert .gallery_item .gallery_item_content:hover .gallery_item_content_overlay {
  opacity: 0;
}
.gallery.gallery--invert .gallery_item .gallery_item_content:hover .gallery_item_content_details {
  transform: translate(50%, -50%) !important;
}

.logo, .logo-anniversary__wrapper {
  width: 125px;
}

.logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 0;
}
.logo a {
  width: 125px;
}
.logo img {
  margin: 0 !important;
  padding: 0 !important;
}

.logo-anniversary {
  display: inline-flex;
  position: relative;
  margin-left: 20px;
}
.logo-anniversary__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo-anniversary img {
  width: 60px;
}
.logo-anniversary span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: red;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#header {
  background-color: transparent !important;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  padding: 0 !important;
  height: 70px;
}
#header .header__inner {
  height: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
#header .header__background {
  height: 100%;
}
#header .header__container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .social-icons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  list-style: none;
  font-size: 24px;
  margin: 0;
}

.header-image #header {
  max-width: 1800px;
}
.header-image .header__background {
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 0 18px;
  border-radius: 10px;
}

body:not(.header-image) #header {
  top: 0;
}

.footer {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.footer__inner {
  max-width: 1800px;
}
.footer .footer-items {
  display: flex;
  justify-content: space-between;
}
@media only all and (max-width: 47.938em) {
  .footer .footer-items {
    display: block;
    text-align: center;
  }
  .footer .footer-items h4 {
    text-align: center;
  }
}
.footer .footer-items:after {
  display: none;
}
.footer .footer-items .footer-module {
  width: auto;
  padding-right: 0;
}
.footer .footer-items .footer-module:last-child h4 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.footer .footer-items .footer-module:last-child h4, .footer .footer-items .footer-module:last-child p {
  margin-top: 0;
  margin-bottom: 0;
}
.footer .footer-items .footer-module:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-items .footer-module:first-child > p {
  margin-bottom: 0;
}
.footer .footer-items .logo-footer a {
  width: 260px;
}
.footer .footer-items .logo-footer * {
  float: none;
}
@media only all and (max-width: 32em) {
  .footer .footer-items {
    display: block;
  }
}
.footer .footer-copyright, .footer .othermenu {
  font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only all and (max-width: 47.938em) {
  .footer .footer-copyright, .footer .othermenu {
    text-align: center;
  }
}
.footer a {
  color: white;
  text-decoration: underline;
}
.footer .social-icons {
  list-style: none;
  margin: 0.5rem 0 0;
  font-size: 1.5rem;
}
.footer hr {
  border-color: white;
}

.g-grid {
  margin-left: -1rem;
  margin-right: -1rem;
}

.firmengeschichte {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.firmengeschichte::after {
  content: "";
  display: block;
  clear: both;
}
.firmengeschichte h1 {
  text-align: left;
  line-height: 1;
}
.firmengeschichte img {
  float: right;
  width: 50%;
  max-width: 600px;
  margin: 0 0 1rem 1rem;
}
@media only all and (max-width: 32em) {
  .firmengeschichte img {
    width: 100%;
  }
}

.header__inner, .footer__inner, .modular-row .showcase-content {
  padding-left: 14rem;
  padding-right: 14rem;
  margin-left: auto;
  margin-right: auto;
}
@media only all and (min-width: 60em) and (max-width: 74.938em) {
  .header__inner, .footer__inner, .modular-row .showcase-content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  .header__inner, .footer__inner, .modular-row .showcase-content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media only all and (max-width: 47.938em) {
  .header__inner, .footer__inner, .modular-row .showcase-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content-wrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.contact h1 {
  text-align: left;
  line-height: 1;
  font-size: 3cqw;
}
@media only all and (max-width: 47.938em) {
  .contact h1 {
    font-size: 4.5cqw;
  }
}
@media only all and (max-width: 32em) {
  .contact h1 {
    font-size: 8cqw;
  }
}
.contact__split {
  display: flex;
}
@media only all and (max-width: 32em) {
  .contact__split {
    display: block;
  }
}
.contact__text, .contact__map {
  flex: 0 0 50%;
}
.contact__map iframe {
  width: 100%;
  border: none !important;
}
.contact__carousel {
  margin-top: 40px;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #000;
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.header-image) .header__inner .social-icons > li > a {
  border-radius: 50%;
  border: 1px solid #333;
}

@media only all and (max-width: 59.938em) {
  #header #navbar {
    height: 100%;
    order: -1;
  }
  #header #navbar .panel-activation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    transform: none;
    float: none;
    height: 100%;
  }
  #header .header__container {
    justify-content: flex-start;
  }
  .logo-anniversary__wrapper {
    width: auto;
  }
  .logo {
    margin-left: auto;
  }
}
#header #navbar ul.navigation li a {
  font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.header-image #body .flush-top, .footer {
  background-image: url(../images/background-1900.jpg);
  background-position: bottom center;
  background-blend-mode: overlay;
  background-color: rgb(55, 77, 102);
}

#header #navbar ul.navigation li {
  margin: 0.3rem 0.8rem;
}
#header #navbar ul.navigation li a {
  padding: 0;
}

body:not(.header-image) #body {
  padding-top: 8rem;
}

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