/* FAQ */

H2.h3 {
  font-size: 34px;
  font-weight: 600;
}
.frame-inner:has(> .frame-header > h2.h3) > h3 {
  font-size: 21px;
  line-height: 1.1;
}

.form-control {
  background-color: var(--bs-quaternary);
}

.frame-background-quaternary .frame-background-light {
  --frame-background: #fef3e9;
}

.frame-type-text BLOCKQUOTE {
    margin-top: 16px;
    padding: 16px 18px;
    background: rgba(221, 188, 165, .34);
    border-left: 3px solid var(--bs-primary);
    font-size: 15px;
    line-height: 1.58;
    color: var(--bs-tertiary);
}

/* * * * * * Section-Menu * * * */

.frame-inner:has(> .frame-header > h5.h5) {
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.frame-inner:has(> .frame-header > h5.h5) > .frame-header {
  flex: 0 0 auto;
  margin: 0;
}

.frame-inner:has(> .frame-header > h5.h5) > .frame-header * {
  margin: 0;
}

.frame-inner:has(> .frame-header > h5.h5) > p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.frame-inner:has(> .frame-header > h5.h5) > p small {
  font-size: inherit;
}

.frame-inner:has(> .frame-header > h5.h5) > p a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--bs-text);
  font-size: 15px;
  line-height: 1.3;
}

.frame-inner:has(> .frame-header > h5.h5) > p a:last-of-type {
  color: var(--bs-secondary);
  font-weight: 600;
}


/* Mobile: geschlossen */

@media (max-width: 680px) {
  .frame-inner:has(> .frame-header > h5.h5) {
    display: block;
  }

  .frame-inner:has(> .frame-header > h5.h5) > .frame-header {
    position: relative;
    margin: 0;
    cursor: pointer;
  }

  .frame-inner:has(> .frame-header > h5.h5) > .frame-header * {
    margin: 0;
  }

  .frame-inner:has(> .frame-header > h5.h5) > .frame-header::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
    color: var(--bs-secondary);
    font-weight: 300;
  }

  .frame-inner:has(> .frame-header > h5.h5).is-open > .frame-header::after {
    content: "−";
  }

  .frame-inner:has(> .frame-header > h5.h5) > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
    margin: 0;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .28s ease, opacity .2s ease, margin-top .2s ease;
  }

  .frame-inner:has(> .frame-header > h5.h5).is-open > p {
    max-height: 500px;
    opacity: 1;
    margin-top: 24px;
  }

  .frame-inner:has(> .frame-header > h5.h5) > p a {
    display: block;
    white-space: normal;
    line-height: 1.25;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(152, 107, 76, .18);
  }
}


/* * * * MAIN NAVBAR * * * */
.navbar-mainnavigation .navbar-brand-image img {
        max-height: calc(var(--mainnavigation-nav-height) * .85);
    }
.navbar-default {
  background-color: var(--bs-tertiary) !important;
}
.navbar-default .nav-link-text {
  color: #753100;
  font-size: 15px;
}

.navbar-mainnavigation {
  box-shadow: 0 1px 0 0 #e8cebb !important;
}

.frame IMG {
  border-radius: 5px;
}

/* wie kann ich Dir helfen? * * */ 
@media (min-width: 992px) {
  #c55 .frame-inner, #c56 .frame-inner {
    display: grid;
    grid-template-columns: 300px 1fr 90px;
    gap: 38px;
    align-items: center;
    border-top: 1px solid var(--soft-line);
  }
}
/* Entscheidungshilfe * * */ 
@media (min-width: 992px) {
  #c181 .frame-inner, #c180 .frame-inner, #c183 .frame-inner, #c184 .frame-inner {
    display: grid;
    grid-template-columns: 300px 1fr 100px;
    gap: 38px;
    align-items: center;
    border-top: 1px solid var(--soft-line);
  }
}

.btn {
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 3px;
  margin-right: 15px;
}
/*.frame-inner p:last-child:has(> a:only-child) > a {
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  gap: 1em;
  align-items: baseline;
}*/
.frame-inner p:last-child:has(> a:only-child) > a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: var(--bs-secondary);
}

.frame-inner p:last-child:has(> a:only-child) > a::after {
  content: "→";
  display: inline-block;
  margin-left: 1em;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  transform: scaleX(1.35);
  transform-origin: left center;
  color: var(--bs-secondary);
}

H1, H2, H3, H4, H5, H6, H2.h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #753100 !important;
}
H1 {
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: .005em;
}
H2 {
    font-size: 34px;
    line-height: 1.12;
}
H2.h2 {
    font-size: 30px;
    line-height: 1.14;
    font-weight: 700;
}
H3 {
    font-size: 30px;
    line-height: 1.12;
}
H4 {
  font-size: 25px;
  line-height: 1.15;
}
H5 {
    text-transform: uppercase;
}
.h2 {
    position: relative;
    padding-bottom: 18px;
    font-weight: 600;
}
.h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 1px;
    background: #caa17d;
}
.h5 {
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  letter-spacing: .24em;
  font-weight: 400;
  color: var(--bs-secondary);
}


BODY, P, UL, LI, A {
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
  color: #4b403a;  
  color: #6E625D;
  font-size: 17px;
  line-height: 1.65;
}

UL, LI {
  font-size: 16px;
}

.frame-background-light .frame-background-quaternary {
  border: 1px solid #e3ccb8;
  border-radius: var(--frame-embedded-border-radius);
}

.footer-section-content, .footer-section-meta {
  background: var(--bs-tertiary);
}

/* * * * * * * */

@media (max-width: 680px) {
    h1 {
        font-size: 38px;
    }
}




@font-face {
  font-family: 'Playfair Display';
  src:
    url('/fileadmin/user_upload/simonafischbach_com/assets/fonts/PlayfairDisplay-VariableFont_wght.woff2') format('woff2'),
    url('/fileadmin/user_upload/simonafischbach_com/assets/fonts/PlayfairDisplay-VariableFont_wght.woff') format('woff');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Questrial';
  src:
    url('/fileadmin/user_upload/simonafischbach_com/assets/fonts/Questrial-Regular.woff2') format('woff2'),
    url('/fileadmin/user_upload/simonafischbach_com/assets/fonts/Questrial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}