.elementor-14859 .elementor-element.elementor-element-7d563cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14859 .elementor-element.elementor-element-20e18cc{text-align:center;}.elementor-14859 .elementor-element.elementor-element-20e18cc .elementor-heading-title{font-family:"Gotham", Sans-serif;font-size:53px;font-weight:600;}.elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri{writing-mode:inherit;}.elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri div{writing-mode:inherit;}.elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > div, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h1, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h2, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h3, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h4, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h5, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > h6, .elementor-14859 .elementor-element.elementor-element-20e18cc.ob-harakiri > p{transform:rotate(0deg);}.elementor-14859 .elementor-element.elementor-element-20e18cc > div{text-indent:0px;mix-blend-mode:inherit;}.elementor-14859 .elementor-element.elementor-element-20e18cc > .elementor-widget-container{margin:50px 50px 50px 50px;}.elementor-14859 .elementor-element.elementor-element-8a61829{--display:flex;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-14859 .elementor-element.elementor-element-7bace85 .gallery-item .gallery-caption{text-align:center;}html, body{overflow-x:auto;}@media(max-width:767px){.elementor-14859 .elementor-element.elementor-element-20e18cc .elementor-heading-title{font-size:25px;}.elementor-14859 .elementor-element.elementor-element-20e18cc > .elementor-widget-container{margin:25px 25px 25px 25px;}}/* Start custom CSS for image-gallery, class: .elementor-element-7bace85 *//* WP gallery polish: responsive grid, even tiles, hover zoom */
#gallery-1 {
  --tile-min: 350px;     /* min tile width */
  --gap: 12px;           /* grid gap */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--tile-min), 1fr));
  gap: var(--gap);
  margin: 0;
  padding: 0;
}

#gallery-1 .gallery-item {
  list-style: none;
  margin: 0;
  float: none;           /* kill legacy float layouts */
  width: auto;
}

#gallery-1 figure,
#gallery-1 .gallery-icon {
  margin: 0;
}

#gallery-1 .gallery-icon {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f6f7;
  aspect-ratio: 4 / 3;   /* force uniform tile shape */
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

#gallery-1 .gallery-icon a {
  display: block;
  height: 100%;
}

#gallery-1 .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* smart crop */
  transform: translateZ(0);
  transition: transform .3s ease, filter .3s ease;
}

#gallery-1 .gallery-icon:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}

/* Focus ring for keyboard users */
#gallery-1 .gallery-icon a:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
  border-radius: 12px;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  #gallery-1 { --tile-min: 250px; }
}
@media (max-width: 600px) {
  #gallery-1 { --tile-min: 200px; --gap: 8px; }
  #gallery-1 .gallery-icon {
      aspect-ratio: unset;
  }
}

/* Optional: if WP forces column counts like .gallery-columns-4, ignore them */
#gallery-1.gallery-columns-4,
#gallery-1[class*="gallery-columns-"] {
  grid-template-columns: repeat(auto-fill, minmax(var(--tile-min), 1fr));
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://options4winners.de/wp-content/uploads/2020/01/Gotham-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */