.elementor-kit-8{--e-global-color-primary:#CD5C5C;--e-global-color-secondary:#2E0E0E;--e-global-color-text:#262626;--e-global-color-accent:#DF9797;--e-global-color-1dca29f:#FFFFFF;--e-global-color-444a4de:#1F0A0A;--e-global-color-236e59e:#F6EAE8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*galerie*/
.custom-gallery-wrapper .main-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-gallery-wrapper .thumbnail-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}
.custom-gallery-wrapper .thumbnail-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.custom-gallery-wrapper .thumbnail-images img:hover {
  opacity: 1;
}

.custom-gallery-wrapper .thumbnail-images img.active-thumb {
  border: 3px solid #A53119;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.custom-lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.custom-lightbox.active {
  display: flex;
}

.custom-lightbox img.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.custom-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  padding: 10px;
  opacity: 0.7;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #AE4630!important;
 
  transition: background 0.2s ease;
}


.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}/* End custom CSS */