@charset "UTF-8";
/*
Theme Name: Hello Elementor Child for Manahl 25
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team,J.F
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/**
 * Elementor styles for the Hello Theme Child.

 */
/*
body{
  &.page-id-38{
    header > div.site-header{
      position:static !important;
    }
  }
}
*/
html, body {
  overflow-x: hidden;
  padding: 0 !important; }

/*
.site-header img{
  max-width:100% !important;
  height:auto !important;
}

.site-header .e-con-inner{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  width:100% !important;
}

.site-header .e-con{
  min-width:0 !important;
}
*/
/*
.logo-large img,
.logo-small img{
  max-width:100% !important;
  height:auto !important;
}

.site-header{
  width:100% !important;
  overflow:hidden !important;
}
*/
#content {
  /*overflow-x: hidden;*/ }

.page-content .header-hero {
  padding: 15% 0; }
  @media screen and (max-width: 768px) {
    .page-content .header-hero {
      padding: 35% 0; } }

body:not(.elementor-editor-active) {
  /*
    .kenburns-slide.active {
      opacity: 1;
      z-index: 2;
      animation: kenburnsIn 10s ease-in-out forwards;
    }
  
    .kenburns-slide.out {
      animation: kenburnsOut 3s ease-in-out forwards;
    }
  */ }
  body:not(.elementor-editor-active) #kenburns-slider {
    position: relative;
    overflow: hidden; }
  body:not(.elementor-editor-active) .kenburns-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    transform: scale(1); }
@keyframes kenburnsIn {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    transform: scale(1.2) translate(-5%, -5%);
    opacity: 1; } }
@keyframes kenburnsOut {
  0% {
    transform: scale(1.2) translate(-5%, -5%);
    opacity: 1; }
  100% {
    transform: scale(1.5) translate(5%, 5%);
    opacity: 0; } }
.section-scroll-item .scroll {
  animation: scrolling 3s ease infinite;
  cursor: pointer; }
@keyframes scrolling {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(0, 10px); }
  100% {
    transform: translate(0); } }
/* header */
.site-header {
  transition: all 0.5s ease; }

.logo-large,
.logo-small {
  position: absolute;
  width: 100%; }

.logo-large img,
.logo-small img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease; }

/* Initialzustand */
.logo-small img {
  opacity: 0;
  width: 300px; }

/* Zustand nach Scroll */
.scrolled .logo-large img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4); }

.scrolled .logo-small img {
  opacity: 1;
  transform: translate(0%, 33px) scale(1); }

.scrolled.site-header {
  background-color: black;
  padding-bottom: 32px; }

/**
 * Floating Call-to-Action Button
 * Buchungsanfrage
 */
.floating-cta {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #B89B61;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  z-index: 9999;
  /* immer sichtbarer, dezenter Schatten */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22) !important;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  /* im Grundzustand */ }

.floating-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #B89B61;
  border-radius: 50%;
  z-index: -1;
  /* schwächerer Puls */
  animation: pulse-bg 3s infinite ease-in-out; }

@keyframes pulse-bg {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.04);
    /* statt 1.08 → deutlich subtiler */
    opacity: 0.95; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.floating-cta:hover {
  transform: scale(1.08);
  /* leichtes, elegantes Vergrößern */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28); }

body.page-id-38 .floating-cta {
  display: none; }

/**
 * Elementor Popup Scrolling Fix
 * Verhindert, dass das Popup am Handy abgeschnitten wird, wenn Untermenüs aufgeklappt werden.
 */
.elementor-popup-modal .dialog-message {
  max-height: 100vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: flex !important;
  flex-direction: column;
  overscroll-behavior: contain;
  position: relative; }
.elementor-popup-modal .dialog-widget-content {
  height: 100% !important;
  max-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important; }
.elementor-popup-modal .elementor-widget-container {
  height: auto !important;
  flex-grow: 1;
  overflow: visible !important; }

.wpforms-confirmation-container-full {
  background-color: #fff !important;
  border: none !important; }

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


/* Google Reviews Styling */
.loewensaal-google-reviews {
    max-width: 800px;
    margin: 20px auto;
    font-family: inherit;
}

.loewensaal-google-reviews .reviews-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.loewensaal-google-reviews .overall-rating {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.loewensaal-google-reviews .total-count {
    color: #666;
}

.loewensaal-google-reviews .review-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.loewensaal-google-reviews .review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.loewensaal-google-reviews .author-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.loewensaal-google-reviews .author-name {
    font-weight: 600;
}

.loewensaal-google-reviews .review-rating {
    color: #f1c40f;
    letter-spacing: 2px;
}

.loewensaal-google-reviews .review-text {
    line-height: 1.6;
    color: #444;
    margin-bottom: 8px;
}

.loewensaal-google-reviews .review-date {
    font-size: 12px;
    color: #999;
}
