.elementor-6398 .elementor-element.elementor-element-4f16dba{--display:flex;}.elementor-6398 .elementor-element.elementor-element-99a29fe{--spacer-size:20px;}.elementor-6398 .elementor-element.elementor-element-650338e > .elementor-widget-container{margin:0px 0px 0px 40px;}.elementor-6398 .elementor-element.elementor-element-650338e.elementor-element{--align-self:flex-start;}.elementor-6398 .elementor-element.elementor-element-650338e .elementor-heading-title{font-size:40px;color:#DCA54A;}.elementor-6398 .elementor-element.elementor-element-ed2f11a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6398 .elementor-element.elementor-element-c4c61f0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-button{background-color:var( --e-global-color-astglobalcolor0 );}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-button:hover{background-color:var( --e-global-color-astglobalcolor1 );}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-field-group{margin-bottom:12px;}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-form-fields-wrapper{margin-bottom:-12px;}body .elementor-6398 .elementor-element.elementor-element-534224a .elementor-field-group > label{padding-bottom:0px;}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:var( --e-global-color-astglobalcolor5 );border-width:1px 1px 1px 1px;border-radius:5px 5px 5px 5px;}.elementor-6398 .elementor-element.elementor-element-534224a .elementor-field-group .elementor-select-wrapper select{background-color:var( --e-global-color-astglobalcolor5 );border-width:1px 1px 1px 1px;border-radius:5px 5px 5px 5px;}.elementor-6398 .elementor-element.elementor-element-daa7354{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-9bb88c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6398 .elementor-element.elementor-element-9bb88c4.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-6398 .elementor-element.elementor-element-e5225de > .elementor-widget-container{margin:-0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6398 .elementor-element.elementor-element-e5225de.elementor-element{--align-self:center;}.elementor-6398 .elementor-element.elementor-element-263802b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6398 .elementor-element.elementor-element-679577e{--display:flex;}.elementor-6398 .elementor-element.elementor-element-e268f9a{--spacer-size:50px;}@media(min-width:768px){.elementor-6398 .elementor-element.elementor-element-c4c61f0{--width:50%;}.elementor-6398 .elementor-element.elementor-element-daa7354{--width:50%;}}@media(max-width:1024px){.elementor-6398 .elementor-element.elementor-element-650338e > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-6398 .elementor-element.elementor-element-650338e .elementor-heading-title{font-size:28px;}.elementor-6398 .elementor-element.elementor-element-daa7354.e-con{--align-self:center;--order:-99999 /* order start hack */;}.elementor-6398 .elementor-element.elementor-element-9bb88c4.elementor-element{--align-self:center;}.elementor-6398 .elementor-element.elementor-element-e5225de.elementor-element{--order:99999 /* order end hack */;}}/* Start custom CSS for html, class: .elementor-element-86dc8ec */#flamecraft-login-banner {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdfaf5;
  color: #6C6C6C;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  padding: 20px 28px;
  border: 1px solid #DCA54A;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(220, 165, 74, 0.4);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  max-width: 90%;
  text-align: left;
}

/* Sichtbarkeit */
#flamecraft-login-banner.flamecraft-show {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) scale(1.02);
}

/* Icon */
.flamecraft-icon {
  font-size: 1.6em;
  color: #DCA54A;
  flex-shrink: 0;
}

/* Responsiv – große Smartphones (ab 400px) */
@media (max-width: 768px) and (min-width: 400px) {
  #flamecraft-login-banner {
    font-size: 1rem;
    padding: 18px 24px;
    gap: 14px;
  }

  .flamecraft-icon {
    font-size: 1.4em;
  }
}

/* Responsiv – kleine Smartphones (unter 400px) */
@media (max-width: 399px) {
  #flamecraft-login-banner {
    font-size: 0.95rem;
    padding: 16px 20px;
    gap: 12px;
  }

  .flamecraft-icon {
    font-size: 1.2em;
  }
}

/* Optional: zartes Einblenden animieren */
@keyframes flamecraft-fade-in {
  from { opacity: 0; transform: translateX(-50%) scale(0.98); }
  to { opacity: 1; transform: translateX(-50%) scale(1.02); }
}
#flamecraft-login-banner.flamecraft-show {
  animation: flamecraft-fade-in 0.6s ease-out;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4f16dba */#heading-login {
  position: relative;
  display: inline-block;
  color: #DCA54A !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 30px;
  text-shadow:
    0 0 6px rgba(220, 165, 74, 0.5),
    0 0 12px rgba(220, 165, 74, 0.3);
  overflow: hidden;
  z-index: 10;
}

#heading-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: lightsweep 3.5s ease-in-out infinite;
}

@keyframes lightsweep {
  0% { left: -75%; }
  60% { left: 120%; }
  100% { left: 120%; }
}

/* Tablet */
@media (max-width: 768px) {
  #heading-login {
    font-size: 1.4rem !important;
    text-align: center !important;
  }
}

/* Smartphones */
@media (max-width: 480px) {
  #heading-login {
    font-size: 1.1rem !important;
  }
}

/* Extra small devices (e.g. very small phones) */
@media (max-width: 360px) {
  #heading-login {
    font-size: 1rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bb88c4 *//* Elegantes Nextend-Heading */
.heading-nextend {
  font-size: 1.4rem;
  color: #DCA54A;
  font-family: "Playfair Display", serif;
  margin-top: 60px;
  margin-bottom: -20px;
  text-shadow: 0 0 8px rgba(220, 165, 74, 0.4);
}

@media (max-width: 480px) {
  .heading-nextend {
    /* mobile margin-top auf 0 setzen */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /* du kannst hier auch margin-bottom, padding o.ä. anpassen */
    /* z.B. margin-bottom: 10px !important; */
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ed2f11a *//* ========================= */
/* CORMORANT FONT überall */
/* ========================= */
body,
input,
button,
label {
  font-family: 'Cormorant Garamond', serif !important;
}

/* ========================= */
/* INPUTS endlich weiß + edel */
/* ========================= */
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: #fff !important;
  border: 1px solid #d4af37 !important;
  color: #6C6C6C !important;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: none !important;
  font-size: 1.1rem;
}

/* ========================= */
/* LOGIN BOX */
/* ========================= */
.flame-login {
  background: #fdfaf5 !important;
  border: 1px solid #d4af37 !important;
  border-radius: 20px !important;
  box-shadow: 0 0 24px rgba(220, 165, 74, 0.25);
  padding: 20px 28px !important;
  max-width: 480px;
  margin: 0 auto;
}

/* Login-Label optisch fein */
.flame-login label {
  font-weight: 600 !important;
  font-size: 1.1rem;
  margin-bottom: 6px;
  display: block;
  color: #6C6C6C;
}

/* Remember me optisch besser */
input[type="checkbox"] {
  margin-right: 8px;
}
.remember-me {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 14px 0;
}

/* Flamecraft Style: Login Button */
.flame-login input[type="submit"],
.flame-login .login-submit input {
  background-color: #c99e3e !important;
  color: #ffffff !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  font-size: 1.4rem !important;
  padding: 14px 32px !important;
  border: none !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: inline-block;
  width: auto;
}

.flame-login input[type="submit"]:hover,
.flame-login .login-submit input:hover {
  background-color: #b88e2d !important;
  box-shadow: 0 0 12px rgba(201, 158, 62, 0.6);
  transform: translateY(-1px);
  cursor: pointer;
}

/* ========================= */
/* LINKS unter Login-Form */
/* ========================= */
.flame-login a {
  color: #c99e3e !important;
  font-weight: 500;
  font-size: 1rem;
}
.flame-login a:hover {
  text-decoration: underline;
}

/* ========================= */
/* NEXTEND BLOCK – elegant + Glow */
/* ========================= */
.nsl-container,
.nsl-container-block {
  background: #fdfaf5 !important;
  border: 1px solid #d4af37 !important;
  border-radius: 20px !important;
  padding: 25px !important;
  margin: 40px auto 0 auto !important;
  max-width: 350px;
  box-shadow: 0 0 20px rgba(220, 165, 74, 0.3);
  display: flex;
  justify-content: center;
  transition: box-shadow 0.3s ease;
}



/* Nextend Button direkt */
.nsl-button-default {
  border-radius: 10px !important;
  font-size: 1.1rem;
  padding: 12px 24px;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.nsl-button-default:hover {
  box-shadow: 0 0 12px rgba(220, 165, 74, 0.4) !important;
}

/* ========================= */
/* MOBILE Zentrierung */
/* ========================= */
@media (max-width: 768px) {
  .nsl-container {
    justify-content: center !important;
    margin-top: 30px !important;
  }
}
/* ========================= */
/* 1. Buttons mehr Glow */
/* ========================= */
.nsl-button-default:hover {
  box-shadow: 0 0 18px rgba(220, 165, 74, 0.6) !important;
}

/* ========================= */
/* 2. Button- und Boxbreite vergrößern */
/* ========================= */
.nsl-container,
.nsl-container-block {
  max-width: 420px !important;
}

.nsl-button-default {
  width: 100% !important;
  justify-content: center !important;
}

/* ========================= */
/* 3. Box nach oben & weiter nach links verschieben */
/* ========================= */
#nextend-login {
  margin-top: -0px !important;
  margin-left: -50px !important;
}

/* ================================== */
/* MOBILE-Flexfix für .nextend-login */
/* ================================== */
@media (max-width: 768px) {
  #nextend-login {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

.flex-login-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Für kleinere Geräte Spalten umbrechen */
@media (max-width: 768px) {
  .flex-login-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* ========================= */
/* BUTTONS RESPONSIVE FIX   */
/* ========================= */
.nsl-button-default {
  white-space: normal !important;         /* Erlaubt Umbruch */
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  line-height: 1.3 !important;
}

/* Innerer Text nicht abschneiden */
.nsl-button-default .nsl-button-label {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  flex: 1 1 100%;
}

/* Facebook-Icon & Google-Icon korrekt nebeneinander */
.nsl-button-default .nsl-button-icon {
  margin-right: 10px !important;
  flex: 0 0 auto;
}


/* ========================= */
/* FACEBOOK Button Anpassung */
/* ========================= */
.nsl-button-facebook.nsl-button-default {
  background-color: #ffffff !important;
  border: none !important;
  color: #6C6C6C !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.nsl-button-facebook.nsl-button-default:hover {
  background-color: #fdfaf5 !important;
  color: #6C6C6C !important;
  box-shadow: 0 0 14px rgba(220, 165, 74, 0.4);
}

/* Schrift im Button */
.nsl-button-facebook.nsl-button-default .nsl-button-label {
  color: #6C6C6C !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
}

/* ========================= */
/* NEXTEND BUTTON OVERRIDES  */
/* (muss ganz unten geladen werden) */
/* ========================= */

/* Wendet auf alle Nextend-Buttons zu */
.nsl-container .nsl-button,
.nsl-container .nsl-button-default,
.nsl-container .nsl-button--default {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.3 !important;
  font-size: 1.1rem !important;
  padding: 12px 24px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.nsl-container .nsl-button:hover,
.nsl-container .nsl-button-default:hover,
.nsl-container .nsl-button--default:hover {
  box-shadow: 0 0 16px rgba(220, 165, 74, 0.5) !important;
  transform: translateY(-2px) !important;
}

/* Icon & Label (für verschiedene Versionen) */
.nsl-container .nsl-button .nsl-button-icon,
.nsl-container .nsl-button--default .nsl-button-icon {
  flex: 0 0 auto !important;
  margin-right: 10px !important;
}
.nsl-container .nsl-button .nsl-button-label,
.nsl-container .nsl-button--default .nsl-button-label {
  flex: 1 1 auto !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

/* Facebook-Button */
.nsl-container .nsl-button-facebook,
.nsl-container .nsl-button--facebook {
  background: #fff !important;
  border: none !important;
  color: #6C6C6C !important;
  font-weight: 500 !important;
}
.nsl-container .nsl-button-facebook:hover,
.nsl-container .nsl-button--facebook:hover {
  background: #fff !important;
  box-shadow: 0 0 14px rgba(220, 165, 74, 0.4) !important;
}

/* ========================= */
/* RESPONSIVE BREAKPOINTS    */
/* ========================= */

/* ≤600px */
@media (max-width: 600px) {
  .nsl-container .nsl-button,
  .nsl-container .nsl-button-default,
  .nsl-container .nsl-button--default {
    font-size: 1rem !important;
    padding: 10px 20px !important;
  }
}

/* ≤480px */
@media (max-width: 480px) {
  .nsl-container .nsl-button,
  .nsl-container .nsl-button-default,
  .nsl-container .nsl-button--default {
    font-size: 0.95rem !important;
    padding: 8px 16px !important;
  }
  .nsl-container .nsl-button .nsl-button-icon,
  .nsl-container .nsl-button--default .nsl-button-icon {
    margin-right: 8px !important;
    width: 20px !important;
    height: auto !important;
  }
}

/* ≤360px */
@media (max-width: 360px) {
  .nsl-container .nsl-button,
  .nsl-container .nsl-button-default,
  .nsl-container .nsl-button--default {
    font-size: 0.9rem !important;
    padding: 8px 14px !important;
  }
  .nsl-container .nsl-button .nsl-button-label,
  .nsl-container .nsl-button--default .nsl-button-label {
    font-size: 0.85rem !important;
  }
  .nsl-container .nsl-button .nsl-button-icon,
  .nsl-container .nsl-button--default .nsl-button-icon {
    margin-right: 6px !important;
    width: 18px !important;
    height: 18px !important;
  }
}

/* ≤320px */
@media (max-width: 320px) {
  .nsl-container .nsl-button,
  .nsl-container .nsl-button-default,
  .nsl-container .nsl-button--default {
    font-size: 0.85rem !important;
    padding: 6px 12px !important;
  }
}

@media (max-width: 768px) {
  .heading-nextend {
    text-align: center !important;
    /* optional: falls der Block selbst zentriert werden soll */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/* ====================================== */
/* Google-Icon größer, Box bleibt 24×24px */
/* einstellbar via CSS-Variablen!        */
/* ====================================== */
.nsl-button-google .nsl-button-svg-container {
  --icon-size: 28px;       /* hier Icon-Größe festlegen */
  --icon-offset-x: 8px;    /* horizontaler Versatz */
  --icon-offset-y: 0px;    /* vertikaler Versatz */
  
  width: 24px !important;   /* Standard-Box beibehalten */
  height: 24px !important;
  position: relative !important;
  overflow: visible !important;  /* SVG darf überstehen */
  margin-right: 10px !important; /* Abstand wie FB-Icon */
}

.nsl-button-google .nsl-button-svg-container svg {
  position: absolute !important;
  top: calc(50% + var(--icon-offset-y)) !important;
  left: calc(50% + var(--icon-offset-x)) !important;
  width: var(--icon-size) !important;
  height: var(--icon-size) !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
}

/* Beispiel: wenn du’s noch mal 10px nach links schieben willst,
   setze --icon-offset-x: -10px; im oberen Block */
   
   
/* ======================================================= */
/* Sanftes Runterskalieren der Nextend-Box unter 768px    */
/* ======================================================= */
@media (max-width: 768px) {
  /* Container auf 90% Breite, zentriert */
  #nextend-login {
    max-width: 90%          !important;
    margin: 20px auto       !important;
    padding: 15px           !important; /* ggf. noch verringern */
    box-sizing: border-box  !important;
    
    /* sanfte Skalierung: 0.9 = 90% */
    transform: scale(0.9)                  !important;
    transform-origin: top center          !important;
  }
  
  /* Optional: noch kleiner auf very small phones */
  @media (max-width: 480px) {
    #nextend-login {
      max-width: 95%        !important;
      transform: scale(0.85) !important;  /* 85% */
    }
  }
}

/* ======================================================= */
/* Buttons bleiben 100% in ihrem Container                 */
/* ======================================================= */
#nextend-login .nsl-button-default {
  width: 100% !important;
  /* Entferne alle transform-Regeln von Buttons, falls vorher gesetzt */
  transform: none !important;
}

/* ============================================================
   Tablet & Landscape Phones (≤1024px): Login + Nextend stack
   ============================================================ */
@media (max-width: 1024px) {
  .flame-login,
  #nextend-login {
    display: block             !important; /* Block-Level, nicht nebeneinander */
    float: none                !important;
    clear: both                !important;
    width: 100%                !important;
    max-width: 360px           !important; /* Passe diesen Wert ggf. an */
    margin: 0 auto 1.5rem      !important;
    position: relative         !important;
    left: auto                 !important;
    top: auto                  !important;
    transform: none            !important; /* Hebt ggf. frühere Scale-Transforms auf */
  }
}

/* ========================================================= */
/* 1) Tablets & Landscape Phones (≤1024px): STACK & ZENTRIEREN */
/* ========================================================= */
@media screen and (max-width: 1024px) {
  /* 1a) Eltern-Wrapper in Elementor auf Block-Flow zurücksetzen */
  .elementor-column .elementor-widget-wrap,
  .elementor-column .elementor-widget-container {
    display: block !important;
    float: none    !important;
    clear: both    !important;
  }

  /* 1b) Formular & Social-Box untereinander, zentriert, max-Breite 360px */
  .flame-login,
  #nextend-login {
    display: block        !important;
    position: static      !important;
    transform: none       !important;
    width: 100%           !important;
    max-width: 360px      !important; /* nach Bedarf anpassen */
    margin: 0 auto 1.5rem !important;
  }
}

/* ========================================================= */
/* 2) Kleine Phones (≤768px): HEADER & BOX FEINJUSTIEREN      */
/* ========================================================= */
@media screen and (max-width: 768px) {
  /* Überschrift in der Nextend-Box mittig */
  #nextend-login header,
  .heading-nextend {
    text-align: center   !important;
    width: 100%          !important;
    margin-bottom: 1rem  !important;
  }
}

/* ============================================ */
/* Nur Button-Label-Schrift verkleinern          */
/* ============================================ */

/* iPad Air (820px) & kleiner */
@media (max-width: 820px) {
  .nsl-button-default .nsl-button-label-container {
    font-size: 0.95rem !important;
  }
}

/* Tablets & große Phones (600px) */
@media (max-width: 600px) {
  .nsl-button-default .nsl-button-label-container {
    font-size: 0.9rem  !important;
  }
}

/* Kleine Phones (480px) */
@media (max-width: 480px) {
  .nsl-button-default .nsl-button-label-container {
    font-size: 0.85rem !important;
  }
}/* End custom CSS */