/********* Compiled - Do not edit *********/
@font-face {
font-family:"d-din_Regular";
src:url(../fonts/d-dinexp-webfont.woff2), url(../fonts/d-dinexp-webfont.woff), url(../fonts/d-dinexp-webfont.ttf);font-weight:400;
font-display:swap;
}
@font-face {
font-family:"d-din_Bold";
src:url(../fonts/d-din-bold-webfont.woff2), url(../fonts/d-din-bold-webfont.woff), url(../fonts/d-din-bold-webfont.ttf);font-weight:700;
font-display:swap;
}
@font-face {
font-family:"d-din_Condensed_Bold";
src:url(../fonts/d-dincondensed-bold-webfont.woff2), url(../fonts/d-dincondensed-bold-webfont.woff), url(../fonts/d-dincondensed-bold-webfont.ttf);font-weight:700;
font-display:swap;
}
@font-face {
font-family:"d-din_Condensed";
src:url(../fonts/d-dincondensed-webfont.woff2), url(../fonts/d-dincondensed-webfont.woff), url(../fonts/d-dincondensed-webfont.ttf);font-weight:400;
font-display:swap;
}
:root{--color-primary:#406771;--color-secondary:#d5717b;--color-gradient-start:#486680;--color-gradient-stop:#64A2AD;--color-link:#d5717b;--color-link-hover:#486680;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:d-din;font-weight:400;line-height:1.875;font-size:18px;color:#2c2f42;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:d-din;font-weight:700;line-height:0.9,3em;font-size:60px;color:#2c3e4c;}.h2,h2{font-family:d-din;font-weight:700;line-height:0.9,5em;font-size:52px;color:#2c2f42;}.h3,h3{font-family:d-din;font-weight:700;line-height:1.4em;font-size:32px;color:#2c2f42;}.h4,h4{font-family:d-din;font-weight:500;line-height:1.5em;font-size:21px;color:#2c2f42;}.h5,h5{font-family:d-din;font-weight:700;line-height:1.5;font-size:21px;color:#2c2f42;}.h6,h6{font-family:d-din;font-weight:700;line-height:1.5;font-size:18px;color:#2c2f42;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:200px;padding-bottom:200px;}section.vc_row{units:px;}@media ( min-width: 1200px ){.main-header .is-stuck{background:rgb(255, 255, 255) !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a, .mainbar-wrap.is-stuck .header-module .ld-module-trigger, .mainbar-wrap.is-stuck .main-nav > li > a, .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a{color:#2c2f42 !important;}.mainbar-wrap.is-stuck .mainbar-wrap.is-stuck .header-module .nav-trigger .bar{background-color:#2c2f42 !important;}.mainbar-wrap.is-stuck .header-module .ld-module-trigger-icon, .mainbar-wrap.is-stuck .header-module .ld-module-trigger-txt{color:inherit !important;}.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input{border-color:#2c2f42 !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a:hover, .mainbar-wrap.is-stuck .main-nav > li > a:hover, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a:hover{color:rgb(64, 103, 113) !important;}}/* ==========================================================================
   BUNGALSKI – Fluent Forms Styling
   --------------------------------------------------------------------------
   Einfügen unter: Design → Customizer → Zusätzliches CSS
   (oder in die style.css des Child-Themes)

   Voraussetzung: Der Block/Container, in dem der Fluent-Forms-Shortcode
   liegt, bekommt die CSS-Klasse "bungalski-form" (siehe Anleitung, Schritt 8).
   ========================================================================== */

/* ---- 1. CI-Farben als Variablen ---------------------------------------- */
.bungalski-form {
  --bgl-rose:        #d5717a;   /* Highlight 1 – Buttons, Akzente          */
  --bgl-rose-deep:   #c05a64;   /* Hover-Zustand (abgedunkeltes Rosé)      */
  --bgl-petrol:      #325c6c;   /* Highlight 2 – Labels, Fokus, Links      */
  --bgl-petrol-deep: #23434f;   /* Überschriften                            */
  --bgl-box:         #c5d7d4;   /* Boxen-Hintergrund                        */
  --bgl-bg:          #e6eeec;   /* Globaler Hintergrund                     */
  --bgl-white:       #ffffff;
  --bgl-text:        #2b3a3f;   /* Fließtext                                */
  --bgl-muted:       #5f7378;   /* Nebentexte, Platzhalter                  */
  --bgl-error:       #b3434e;   /* Fehlermeldungen (dunkles Rosé, lesbar)   */
  --bgl-radius:      12px;
}

/* ---- 2. Die Karte ums Formular ------------------------------------------ */
.bungalski-form {
  background: var(--bgl-white);
  border-radius: 20px;
  padding: 40px 44px 44px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 24px 48px -24px rgba(50, 92, 108, 0.25);
  color: var(--bgl-text);
}

/* ---- 3. Kopfbereich (Badge, Überschrift, Intro) -------------------------- */
.bungalski-form .bgl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bgl-box);
  color: var(--bgl-petrol-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.bungalski-form .bgl-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bgl-rose);
}

.bungalski-form .bgl-headline {
  color: var(--bgl-petrol-deep);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.15;
  margin: 0 0 12px;
}

.bungalski-form .bgl-headline em {
  font-style: italic;
  color: var(--bgl-rose);
}

.bungalski-form .bgl-intro {
  color: var(--bgl-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 52ch;
}

/* ---- 4. Felder: Labels --------------------------------------------------- */
.bungalski-form .ff-el-input--label label {
  color: var(--bgl-petrol);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

/* Pflichtfeld-Sternchen in Rosé */
.bungalski-form .ff-el-input--label.ff-el-is-required.asterisk-right label::after,
.bungalski-form .ff-el-input--label.ff-el-is-required.asterisk-left label::before {
  color: var(--bgl-rose);
}

/* ---- 5. Felder: Inputs, Textarea, Dropdowns ------------------------------ */
.bungalski-form .ff-el-form-control {
  background: var(--bgl-bg);
  border: 1.5px solid transparent;
  border-radius: var(--bgl-radius);
  color: var(--bgl-text);
  font-size: 16px;            /* verhindert Auto-Zoom auf iOS */
  padding: 13px 16px;
  height: auto;
  line-height: 1.4;
  width: 100%;
  box-shadow: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bungalski-form .ff-el-form-control::placeholder {
  color: var(--bgl-muted);
  opacity: 0.75;
}

.bungalski-form .ff-el-form-control:hover {
  background: #dde8e6;
}

.bungalski-form .ff-el-form-control:focus {
  background: var(--bgl-white);
  border-color: var(--bgl-petrol);
  box-shadow: 0 0 0 4px rgba(50, 92, 108, 0.12);
  outline: none;
}

.bungalski-form textarea.ff-el-form-control {
  min-height: 130px;
  resize: vertical;
}

/* Dropdown-Pfeil in Petrol */
.bungalski-form select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='//www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23325c6c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

/* Abstand zwischen den Feldgruppen */
.bungalski-form .ff-el-group {
  margin-bottom: 20px;
}

/* ---- 6. Zweispaltiges Layout --------------------------------------------- */
/* Fluent Forms bricht Container unter 768px selbst um –
   hier nur der Spaltenabstand für die Desktop-Ansicht. */
.bungalski-form .ff-column-container .ff-t-cell {
  padding-left: 8px;
  padding-right: 8px;
}

.bungalski-form .ff-column-container .ff-t-cell:first-child { padding-left: 0; }
.bungalski-form .ff-column-container .ff-t-cell:last-child  { padding-right: 0; }

@media (max-width: 768px) {
  .bungalski-form .ff-column-container .ff-t-cell {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ---- 7. DSGVO-Checkbox ---------------------------------------------------- */
.bungalski-form .ff-el-form-check {
  background: var(--bgl-box);
  border-radius: var(--bgl-radius);
  padding: 14px 16px;
}

.bungalski-form .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--bgl-text);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.bungalski-form .ff-el-form-check-input {
  accent-color: var(--bgl-petrol);
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.bungalski-form .ff-el-form-check-label a {
  color: var(--bgl-petrol);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bungalski-form .ff-el-form-check-label a:hover {
  color: var(--bgl-rose-deep);
}

/* ---- 8. Absenden-Button ---------------------------------------------------- */
.bungalski-form .ff-btn-submit {
  background: var(--bgl-rose);
  border: none;
  border-radius: var(--bgl-radius);
  color: var(--bgl-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 16px 28px;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 12px 24px -10px rgba(213, 113, 122, 0.7);
  transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.bungalski-form .ff-btn-submit:hover {
  background: var(--bgl-rose-deep);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -10px rgba(213, 113, 122, 0.8);
}

.bungalski-form .ff-btn-submit:active {
  transform: translateY(0);
}

.bungalski-form .ff-btn-submit:focus-visible {
  outline: 3px solid var(--bgl-petrol);
  outline-offset: 2px;
}

/* Lade-Zustand beim Absenden */
.bungalski-form .ff-btn-submit.disabled,
.bungalski-form .ff-btn-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

/* ---- 9. Vertrauenszeile unter dem Button ----------------------------------- */
.bungalski-form .bgl-footnote {
  margin-top: 16px;
  font-size: 13px;
  color: var(--bgl-muted);
  text-align: center;
}

/* ---- 10. Fehlermeldungen ----------------------------------------------------- */
.bungalski-form .error.text-danger,
.bungalski-form .ff-el-is-error .text-danger,
.bungalski-form .ff-errors-in-stack {
  color: var(--bgl-error);
  font-size: 13.5px;
  margin-top: 6px;
}

.bungalski-form .ff-el-is-error .ff-el-form-control {
  border-color: var(--bgl-rose);
  background: #fdf3f4;
}

/* ---- 11. Erfolgsmeldung nach dem Absenden ------------------------------------ */
.bungalski-form .ff-message-success {
  background: var(--bgl-box);
  border: none;
  border-radius: var(--bgl-radius);
  color: var(--bgl-petrol-deep);
  font-size: 16.5px;
  line-height: 1.55;
  padding: 28px 26px;
  text-align: center;
  box-shadow: none;
}

/* ---- 12. Mobile Feinschliff ---------------------------------------------------- */
@media (max-width: 560px) {
  .bungalski-form {
    padding: 28px 22px 30px;
    border-radius: 16px;
  }
  .bungalski-form .bgl-intro {
    font-size: 15.5px;
    margin-bottom: 22px;
  }
}

/* ---- 13. Reduzierte Bewegung respektieren --------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .bungalski-form .ff-el-form-control,
  .bungalski-form .ff-btn-submit {
    transition: none;
  }
  .bungalski-form .ff-btn-submit:hover {
    transform: none;
  }
}