/*alte Fonts*/
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --hsc-bg: #f0ebe3;
/*alte BG  --hsc-bg: #f8f5ef;*/
  --hsc-text: #1f1d1a;
  --hsc-muted: #6f6a61;
  --hsc-line: rgba(31, 29, 26, 0.16);
  --hsc-max: 1120px;
}


body {
  background: var(--hsc-bg);
  color: var(--hsc-text);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
}


.hsc-header-inner {
  max-width: var(--hsc-max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/*header mit Typo Inner*/
.hsc-logo {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}

.hsc-nav {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

.hsc-nav a:focus:not(:focus-visible) {
  outline: none;
}

.hsc-nav a:focus-visible {
  outline: none;
}

.hsc-logo {
  color: var(--hsc-text);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}

.hsc-nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.hsc-nav a {
  color: var(--hsc-text);
  text-decoration: none;
}

.hsc-button {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}


.hsc-section-inner {
  max-width: 760px;
  margin: 0 auto;
}

.hsc-kicker {
  color: var(--hsc-muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.1;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 8vw, 2rem); /*geändert am 5.5.*/
	padding-top: 30px;
}
h2 {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hsc-lead {
  color: var(--hsc-muted);
  font-size: clamp(1.2rem, 4vw, 1.55rem);
}

.hsc-button {
  display: inline-block;
  margin-top: 24px;
  padding: 13px 22px;
  border: 1px solid var(--hsc-text);
  border-radius: 999px;
  color: var(--hsc-text);
  text-decoration: none;
}

/* Footer */
.hsc-footer {
  padding: 42px 22px;
  border-top: 1px solid var(--hsc-line);
  text-align: center;
  font-size: 0.9rem;
}

.hsc-footer a {
  color: var(--hsc-text);
}

/* Mobile */
@media (max-width: 720px) {
  .hsc-header-inner {
    align-items: flex-start;
    gap: 12px;
  }

  .hsc-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
    font-size: 0.85rem;
  }
}
/* Header mit Typo Inter*/
.hsc-logo,
.hsc-logo:visited,
.hsc-nav,
.hsc-nav a,
.hsc-nav a:visited,
.hsc-button {
  font-family: "Inter", Arial, sans-serif !important;
}
.wp-block-navigation,
.wp-block-navigation a,
.wp-block-site-title,
.wp-block-site-title a {
  font-family: "Inter", Arial, sans-serif !important;
}






/* ================================
   WORDPRESS groups volle breite
================================ */

.hsc-main {
  max-width: none !important;
  width: 100%;
  padding: 0;
}

.hsc-main > .wp-block-post-content {
  max-width: none !important;
  width: 100%;
}



/* ================================
   WORDPRESS ACCORDION – FINAL
   ================================ */

.wp-block-accordion {
  margin-top: 2rem;
  border-top: 1px solid var(--hsc-line);
  font-family: "Inter", Arial, sans-serif;
}

.wp-block-accordion-item {
  border-bottom: 1px solid var(--hsc-line);
}

.wp-block-accordion-heading {
  margin: 0;
}

.wp-block-accordion-heading__toggle {
  width: 100%;
  padding: 1.4rem 0;
  border: 0;
  background: transparent;
  color: var(--hsc-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.wp-block-accordion-heading__toggle-title {
  display: inline-block;
}

.wp-block-accordion-heading__toggle-icon {
  flex: 0 0 auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.wp-block-accordion-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.42s ease;
  font-family: "Playfair Display", Georgia, serif;
}

.wp-block-accordion-panel[hidden] {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
}

.wp-block-accordion-panel > * {
  margin-top: 0;
}

.wp-block-accordion-panel p {
  margin: 0 0 1.2rem 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

.wp-block-accordion-panel p:last-child {
  margin-bottom: 1.5rem;
}

/* ================================
   BACK TO TOP
   ================================ */

.hsc-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hsc-line);
  border-radius: 50%;
  background: var(--hsc-bg);
  color: var(--hsc-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}
/* ================================
   SCROLLVERHALTEN
   ================================ */


/* ================================
   ONEPAGER SECTIONS
   ================================ */


.hsc-main {
  padding: 0;
}


.hsc-section:first-child {
  border-top: none;
}



/* ================================
   STICKY HEADER
   ================================ */
/* ================================
   FIXED HEADER – robuste Variante
   ================================ */

:root {
  --hsc-header-height: 72px;
}

.hsc-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
/*  background: var(--hsc-bg);*/
	background: #f0ebe3;
  border-bottom: 1px solid var(--hsc-line);
}

.hsc-header-inner {
  min-height: var(--hsc-header-height);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Platz schaffen, weil fixed Header aus dem Layout herausgenommen wird */
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--hsc-header-height) !important;
}

.hsc-section,
.hsc-band {
  scroll-margin-top: 0 !important;
}




/* ================================
   FLOW LIST (Text + Pfeile)
   ================================ */

.hsc-flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
}

.hsc-flow-item {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  text-align: center;
  max-width: 520px;
}


/* ================================
   FLOW ARROW (wie Back-to-top, aber statisch)
   ================================ */

.hsc-flow-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--hsc-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.4rem;
  margin: 10px 0;
}

/* Variante für nach unten */

.hsc-flow-arrow--down {
  background: var(--hsc-bg);
  color: var(--hsc-text);
}

.hsc-arrow {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95em;     /* minimal kleiner als Text */
  margin: 0 4px;         /* Luft links/rechts */
  opacity: 0.6;          /* dezenter */
  display: inline-block;
  transform: translateY(-1px); /* optisch mittig */
}





/* ================================
   section
   ================================ */






.hsc-section {
  min-height: calc(100svh - var(--hsc-header-height));
  padding: calc(var(--hsc-header-height) + 70px) 22px 100px;
  box-sizing: border-box;
  border-top: 0;
  scroll-margin-top: 0 !important;
}



.hsc-typo-white{
	color:#fff;
	padding-left: 22px;
  padding-right: 22px;
}

/* ================================
   start-section
   ================================ */

#start {
  position: relative;
}

/* Bild größer machen */
#start .hsc-logo-image img {
  display: block;
  width: 700px;          /* größer als Original */
  max-width: none;
  height: auto;
}

/* Bild leicht nach rechts verschieben */
#start .hsc-logo-image {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 40px;

  transform: translateX(180px);
}

/* Headline in die "Lücke" schieben 
#start h2 {
  position: relative;
  z-index: 2;

  max-width: 620px;

  margin-bottom: -80px;   
}*/
/* "margin-bottom: -pX"   zieht sie ins Bild hinein */


#start .wp-block-heading {
  max-width: 75%;
  text-align: left !important;
}




/* ================================
   Section über mich Spaltenbreite
   ================================ */


.hsc-ueber-mich {
	padding-left: 22px;
}


.hsc-image-text-auto {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.hsc-image-text-auto .wp-block-image {
  flex: 0 0 auto;
  margin: 0;
}

.hsc-image-text-auto .wp-block-image img {
  display: block;
  width: auto;
  max-width: 420px;
  height: auto;
}

.hsc-image-text-auto > .wp-block-group {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 780px) {
  .hsc-image-text-auto {
    flex-direction: column;
    gap: 32px;
  }
}




/* ================================
   FOOTER
   ================================ */

.hsc-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
 background-color: transparent;      /*  Hintergrund weiß */
  color: #000;             /* Pfeil schwarz */
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 44px;
  text-align: center;
  text-decoration: none;

  z-index: 9999;
}

.hsc-back-to-top:hover {
  background: #000;
  color: #fff;
}



.hsc-footer {
  background: #cfaaa2;
  color: #fff;
}
.hsc-footer a {
  color: #999;
  text-decoration: none;
}
.hsc-footer a:hover {
  opacity: 0.7;
}
.hsc-footer {
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* ================================
   BURGER MENU
   ================================ */

.hsc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  z-index: 100001;
}

.hsc-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--hsc-text, #111);
  margin: 6px auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/*Rahmen weg*/

.hsc-menu-toggle:focus:not(:focus-visible) {
  outline: none;
}
/* Burger veredelt */

.hsc-menu-toggle {
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hsc-menu-toggle:hover {
  background: rgba(0, 0, 0, 0.06);
}

.hsc-menu-toggle:active {
  transform: scale(0.94);
}

.hsc-menu-toggle:focus:not(:focus-visible) {
  outline: none;
}

.hsc-menu-toggle:focus-visible {
  outline: 1px solid var(--hsc-text);
  outline-offset: 4px;
}

.hsc-menu-toggle span {
  border-radius: 999px;
}







@media (max-width: 780px) {
  .hsc-menu-toggle {
    display: block;
  }

  .hsc-nav {
    display: none;
    position: fixed;
    top: var(--hsc-header-height, 72px);
    left: 0;
    right: 0;
    background: var(--hsc-bg, #fff);
    padding: 24px;
    border-bottom: 1px solid var(--hsc-line, #ddd);
    flex-direction: column;
    gap: 18px;
    z-index: 100000;
  }

  .hsc-nav.is-open {
    display: flex;
  }

  .hsc-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hsc-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hsc-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* ================================
   wpcf7 Kontaktformular
   ================================ */
.wpcf7 {
    padding: 20px 20px 20px 0px;
    background-color: transparent;
    border-radius: 5px;
}

.wpcf7 a {text-decoration: none !important;
}


/* Eingabefelder stylen */


.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box; /* Wichtig für korrekte Breite */
	font-size: larger;
	background-color: #f0ebe3;;
}


/*CHECKBOX*/

.wpcf7-list-item {
	margin: 0 !important;
}

/* Button stylen */
.wpcf7 input[type="submit"] {
    background-color: #757265;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Button Hover-Effekt */
.wpcf7 input[type="submit"]:hover {
    background-color: #cfaaa2;
}

/*Rahmen von der Versende nachricht*/
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f0ebe3 !important;
}







/* ================================
   SOCIAL MEDIA
   ================================ */
/* Container */
.hsc-social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.hsc-social-links .wp-social-link {
  background: transparent !important;
  padding: 0;
}

.hsc-social-links a {
  color: #fff !important;
}

.hsc-social-links a:hover {
  opacity: 0.7;
}

/*section an den oberen Fensterrand*/


.hsc-section,
.hsc-band {
  scroll-margin-top: 0 !important;
}

.hsc-section,
.hsc-band {
  scroll-margin-top: 0 !important;
}

/*für page.html ein bisschen Luft nach oben*/

.hsc-page {
  padding-top: calc(var(--hsc-header-height) + 60px) !important;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 80px;
  box-sizing: border-box;
}





/* ================================
   FOOTER STICKY
   ================================ */

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.wp-site-blocks {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.hsc-page {
  flex: 1;
}

.hsc-footer {
  margin-top: auto;
}

/* Footer-Navigation: Klickrahmen entfernen */
.hsc-footer a:focus,
.hsc-footer a:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Social Icon sichtbar halten */
.hsc-social-links,
.hsc-footer .wp-block-social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.hsc-social-links .wp-social-link,
.hsc-footer .wp-social-link {
  background: transparent !important;
}

.hsc-social-links a,
.hsc-footer .wp-social-link a {
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}


/* Instagram / Social Icons Firefox-Fix */
.hsc-footer .wp-block-social-links,
.hsc-social-links {
  display: flex !important;
  justify-content: center;
  gap: 18px;
}

.hsc-footer .wp-social-link,
.hsc-footer .wp-social-link a {
  background: transparent !important;
  color: #fff !important;
}

.hsc-footer .wp-social-link svg {
  width: 24px;
  height: 24px;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
}

.hsc-footer .wp-social-link svg path,
.hsc-footer .wp-social-link svg circle,
.hsc-footer .wp-social-link svg rect {
  fill: currentColor !important;
  stroke: none !important;
}


/* Social Icon Firefox Fix */

.hsc-footer .wp-block-social-links {
  display: flex !important;
  justify-content: center !important;
  gap: 18px;
}

.hsc-footer .wp-social-link,
.hsc-footer .wp-social-link a {
  background: transparent !important;
  color: #fff !important;
}

.hsc-footer .wp-social-link-instagram svg,
.hsc-footer .wp-social-link-instagram svg * {
  fill: #fff !important;
  stroke: none !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hsc-footer .wp-social-link-instagram svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.hsc-footer .wp-social-link-facebook {
  display: none !important;
}

.hsc-social-manual {
  margin-top: 20px;
  text-align: center;
}

.hsc-social-manual a {
  color: #fff !important;
  text-decoration: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
}

.hsc-social-manual a:hover {
  opacity: 0.7;
}


/*social Media hard coded+*/

.hsc-social-manual {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hsc-social-manual a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);

  text-decoration: none;
}

/* ICON */
.hsc-social-manual a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border: none;              /* ← weg */
  background: transparent;   /* sauber */

  text-decoration: none;
}

.hsc-social-manual svg {
  width: 20px;
  height: 20px;

  fill: #fff !important;
  display: block;
}

/* nur Pfeile */
.hsc-arrow {
  opacity: 0.6;
}

/* nur Flow Icons */
.hsc-flow-arrow {
  font-size: 1.4rem;
}

/* nur Social Icon */
.hsc-social-manual svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}




/* ================================
   START SECTION FINAL
   ================================ */

#start h2.wp-block-heading,
#start p.has-large-font-size {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#start p.has-large-font-size {
	margin-top:-5em;
}

#start .hsc-logo-image {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  transform: translate(180px, -60px);
}

#start .hsc-logo-image img {
  display: block;
  width: 700px;
  max-width: none;
  height: auto;
}

/* ================================
   FOOTER ROW FINAL
   ================================ */

.hsc-footer-row {
  width: 100vw;
  margin-left: calc(50% - 50vw);

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}



.hsc-footer {
  position: relative;
}

.hsc-footer-right {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.hsc-footer-center {
  justify-self: center;
  display: flex;
  gap: 18px;
}



.hsc-footer-left {
  justify-self: start;
}

.hsc-social-manual svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  display: block;
}

/* ================================
   MOBILE FINAL
   ================================ */



@media (max-width: 780px) {
  #start h2.wp-block-heading,
  #start p.has-large-font-size {
    max-width: 100% !important;
    width: 100% !important;
  }

  #start .hsc-logo-image {
    transform: none;
    margin: 32px 0;
  }

  #start .hsc-logo-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hsc-footer-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hsc-footer-center,
  .hsc-footer-right {
    justify-self: center;
  }
}

.hsc-section.has-global-padding {
  padding-top: calc(var(--hsc-header-height) + 70px) !important;
  scroll-margin-top: 0 !important;
}

.wp-site-blocks {
  padding-top: 0 !important;
}

/*-----------------------------------------------*/
@media (max-width: 780px) {
  .hsc-footer-right {
    position: static;
    transform: none;
    margin-top: 18px;
  }
}

@media (max-width: 780px) {
  #start p.has-large-font-size {
    margin-top: 0 !important;
  }

  #start .hsc-logo-image {
    margin-bottom: 32px !important;
  }
}


/*chaty-icon  aUf mobilen geräten ausblenden*/

@media (max-width: 780px) {
  #chaty-widget,
  .chaty-widget {
    display: none !important;
  }
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}


