
@media only screen and (max-width:540px){section[data-section-id="62ffaa540eb3a417405e4b9e"] .sqs-block-image{width:25%;margin:auto}}

/* ==========================================================================
   Coaching & Kaffee - Custom Premium Button Styles
   ========================================================================== */

/* Base button elements */
.sqs-block-button-element,
.sqs-system-button,
.sqs-editable-button,
.lightbox-handle,
.sqs-block-button-element--medium,
.sqs-block-button-element--large,
.sqs-block-button-element--small {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: inherit;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 50px !important; /* Pill shape */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Sizes */
.sqs-block-button-element--medium,
.sqs-block-button-element,
.sqs-system-button,
.lightbox-handle {
  font-size: 13px !important;
  padding: 14px 32px !important;
  min-width: 160px;
}

.sqs-block-button-element--large {
  font-size: 15px !important;
  padding: 18px 40px !important;
  min-width: 200px;
}

.sqs-block-button-element--small {
  font-size: 11px !important;
  padding: 10px 24px !important;
  min-width: 120px;
}

/* Primary Button Style */
.sqs-button-element--primary,
.sqs-system-button,
.lightbox-handle {
  background-color: #2b1f1d !important; /* Dark warm coffee brown */
  color: #ffffff !important;
  border: 2px solid transparent !important;
}

.sqs-button-element--primary:hover,
.sqs-system-button:hover,
.lightbox-handle:hover {
  background-color: #171110 !important; /* Near-black espresso */
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Secondary Button Style */
.sqs-button-element--secondary {
  background-color: transparent !important;
  color: #2b1f1d !important;
  border: 2px solid #2b1f1d !important;
}

.sqs-button-element--secondary:hover {
  background-color: #2b1f1d !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Tertiary Button Style */
.sqs-button-element--tertiary {
  background-color: transparent !important;
  color: hsla(var(--black-hsl, 0, 0%, 0%), 1) !important;
  border-bottom: 2px solid hsla(var(--black-hsl, 0, 0%, 0%), 1) !important;
  border-radius: 0px !important;
  padding: 6px 0px !important;
  min-width: 0px !important;
  text-transform: none !important;
}

.sqs-button-element--tertiary:hover {
  color: hsla(var(--accent-hsl, 28, 48%, 40%), 1) !important;
  border-color: hsla(var(--accent-hsl, 28, 48%, 40%), 1) !important;
}

/* ==========================================================================
   Kontakt Page Grid & Gallery Spacing
   ========================================================================== */

/* Main layout grid (Map / Address) spacing adjustment */
.fe-63d1400151fa517b44270539 {
  column-gap: 24px !important;
  row-gap: 24px !important;
}

/* Gallery Grid (Interior Images) spacing restoration */
.gallery-grid-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

@media (max-width: 767px) {
  .fe-63d1400151fa517b44270539 {
    column-gap: 16px !important;
    row-gap: 16px !important;
  }
  .gallery-grid-wrapper {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* ==========================================================================
   Spotify Brand Button Styles
   ========================================================================== */
a.sqs-block-button-element[href*="spotify.com"] {
  background-color: #1DB954 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 12px rgba(29, 185, 84, 0.15) !important;
}

a.sqs-block-button-element[href*="spotify.com"]:hover {
  background-color: #1aa34a !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(29, 185, 84, 0.35) !important;
}

/* ==========================================================================
   Accordion Text Size & Width Fix
   ========================================================================== */
.accordion-item__description {
  max-width: 100% !important;
}

.accordion-item__title-wrapper.sqsrte-small .accordion-item__title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.accordion-item__description.sqsrte-small,
.accordion-item__description.sqsrte-small p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* ==========================================================================
   Premium Scroll Reveal & Image Skeleton Loaders
   ========================================================================== */

/* Shimmer animation for loading skeletons */
@keyframes shimmer-load {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 600px 0;
  }
}

/* Initial hidden state defined directly in CSS (prevents layout recalculation jank on scroll) */
.sqs-block-image,
.sqs-block-html h2,
.sqs-block-html h3,
.sqs-block-button,
.gallery-grid-item,
.accordion-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, opacity;
}

/* Revealed state */
.sqs-block-image.revealed,
.sqs-block-html h2.revealed,
.sqs-block-html h3.revealed,
.sqs-block-button.revealed,
.gallery-grid-item.revealed,
.accordion-item.revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Image skeleton placeholder styles */
.sqs-block-image,
.gallery-grid-item,
.img-zoom-container,
.sqs-block-image-figure {
  background: #f4eae1 !important;
  background-image: linear-gradient(
    90deg,
    #f4eae1 0px,
    #e9ded4 40px,
    #f4eae1 80px
  ) !important;
  background-size: 600px !important;
  animation: shimmer-load 1.8s infinite linear !important;
  border-radius: 4px;
}

/* Images start transparent and fade in when loaded */
.sqs-block-image img,
.gallery-grid-item img,
.img-zoom-container img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out !important;
}

.sqs-block-image img.img-loaded,
.gallery-grid-item img.img-loaded,
.img-zoom-container img.img-loaded {
  opacity: 1 !important;
}

/* Disable shimmer background once image is loaded */
.sqs-block-image:has(img.img-loaded),
.gallery-grid-item:has(img.img-loaded),
.img-zoom-container:has(img.img-loaded),
.sqs-block-image-figure:has(img.img-loaded) {
  background: transparent !important;
  animation: none !important;
}

/* Smooth zoom-in effect for images on hover */
.img-zoom-container {
  overflow: hidden;
}

.img-zoom-container img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease-in-out !important;
}

.img-zoom-container:hover img {
  transform: scale(1.04) !important;
}


