{"id":342,"date":"2026-08-03T10:16:19","date_gmt":"2026-08-03T10:16:19","guid":{"rendered":"https:\/\/systemischeberatung7636.live-website.com\/?page_id=342"},"modified":"2026-08-03T19:41:25","modified_gmt":"2026-08-03T19:41:25","slug":"home","status":"publish","type":"page","link":"https:\/\/resonanzraum-beratung.com\/start\/en\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   RESONANZRAUM \u2013 BEREINIGTE GLOBALE CSS\n   Ersetzt die bisherigen mehrfachen und verschachtelten Regeln.\n========================================================= *\/\n\n:root {\n  --rr-dark: #234337;\n  --rr-green: #54775d;\n  --rr-soft: #e9f0e7;\n  --rr-light: #f8faf6;\n  --rr-card: #ffffff;\n  --rr-text: #24342e;\n  --rr-muted: #66756d;\n  --rr-border: #dfe8dd;\n}\n\n\/* =========================================================\n   GRUNDLAGEN\n========================================================= *\/\n\n.rr-page,\n.rr-page *,\n.rr-about-page,\n.rr-about-page * {\n  box-sizing: border-box;\n}\n\n.rr-page,\n.rr-about-page {\n  font-family: \"Inter\", sans-serif;\n  color: var(--rr-text);\n  background: var(--rr-light);\n  line-height: 1.7;\n}\n\nh1,\nh2,\nh3 {\n  font-family: \"Raleway\", sans-serif;\n  font-weight: 500;\n  color: var(--rr-dark);\n  line-height: 1.15;\n}\n\nh1 {\n  font-size: clamp(42px, 6vw, 76px);\n  margin: 16px 0 24px;\n}\n\nh2 {\n  font-size: clamp(32px, 4vw, 52px);\n  margin: 10px 0 24px;\n}\n\nh3 {\n  font-size: 24px;\n}\n\na {\n  color: inherit;\n}\n\n.rr-kicker,\n.rr-about-kicker {\n  margin-bottom: 12px;\n  color: var(--rr-green);\n  font-family: \"Raleway\", sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n}\n\n.rr-center {\n  text-align: center;\n}\n\n\/* =========================================================\n   WORTLOGO\n========================================================= *\/\n\n.rr-logo {\n  display: flex;\n  align-items: center;\n  flex-shrink: 0;\n  color: var(--rr-dark);\n  text-decoration: none;\n}\n\n.rr-logo:hover {\n  color: var(--rr-dark);\n}\n\n.rr-logo-text {\n  display: flex;\n  flex-direction: column;\n  line-height: 1;\n}\n\n.rr-brand {\n  color: var(--rr-dark);\n  font-family: \"Raleway\", sans-serif;\n  font-size: 40px;\n  letter-spacing: -0.03em;\n  line-height: 1;\n  white-space: nowrap;\n}\n\n.rr-brand .rr-light {\n  font-weight: 300;\n}\n\n.rr-brand .rr-medium {\n  font-weight: 500;\n}\n\n.rr-subtitle {\n  margin-top: 8px;\n  color: var(--rr-green);\n  font-family: \"Inter\", sans-serif;\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.28em;\n  line-height: 1;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n\/* =========================================================\n   BUTTONS\n========================================================= *\/\n\n.rr-btn,\n.rr-btn-outline {\n  display: inline-block;\n  padding: 15px 28px;\n  border-radius: 6px;\n  font-family: \"Inter\", sans-serif;\n  font-weight: 600;\n  text-decoration: none;\n  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;\n}\n\n.rr-btn {\n  background: var(--rr-green);\n  color: #ffffff !important;\n}\n\n.rr-btn:hover {\n  background: var(--rr-dark);\n  transform: translateY(-2px);\n}\n\n.rr-btn-outline {\n  color: var(--rr-dark);\n  background: transparent;\n  border: 1px solid var(--rr-green);\n}\n\n.rr-btn-outline:hover {\n  color: #ffffff;\n  background: var(--rr-dark);\n}\n\n.rr-btn-small {\n  padding: 13px 22px;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.rr-hero {\n  min-height: 620px;\n  padding: 70px 7vw;\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  align-items: center;\n  gap: 50px;\n  background: linear-gradient(90deg, #fbfcfa 0%, #edf3eb 100%);\n}\n\n.rr-hero h1 {\n  margin-bottom: 26px;\n  color: var(--rr-dark);\n  font-size: clamp(42px, 5vw, 72px);\n  letter-spacing: -0.045em;\n  line-height: 1.12;\n}\n\n.rr-hero p {\n  max-width: 540px;\n  color: #395247;\n  font-size: 20px;\n  line-height: 1.7;\n}\n\n.rr-buttons {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-top: 34px;\n}\n\n.rr-hero-image {\n  min-height: 520px;\n  background-image: url(\"https:\/\/resonanzraum-beratung.com\/wp-content\/uploads\/2026\/06\/resonanzraum_praxis-scaled.png\");\n  background-size: cover;\n  background-position: center;\n  border-radius: 120px 0 0 120px;\n  box-shadow: 0 25px 50px rgba(35, 67, 55, 0.15);\n}\n\n\/* =========================================================\n   SEKTIONEN UND CONTAINER\n========================================================= *\/\n\n.rr-section,\n.rr-about-section {\n  padding: 86px 7vw;\n}\n\n.rr-container,\n.rr-about-container {\n  max-width: 1250px;\n  margin: 0 auto;\n}\n\n.rr-single-column {\n  max-width: 850px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.rr-single-column h2 {\n  margin-bottom: 30px;\n  font-size: clamp(2rem, 4vw, 3.5rem);\n  text-align: center;\n}\n\n.rr-single-column p {\n  margin-bottom: 24px;\n  color: var(--rr-muted);\n  font-size: 1.15rem;\n  line-height: 1.9;\n  text-align: center;\n}\n\n\/* =========================================================\n   KARTEN UND ANGEBOTE\n========================================================= *\/\n\n.rr-card-grid,\n.rr-detail-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 34px;\n}\n\n.rr-card {\n  min-height: 290px;\n  padding: 42px 34px;\n  background: var(--rr-card);\n  border-radius: 16px;\n  box-shadow: 0 18px 45px rgba(35, 67, 55, 0.07);\n}\n\n.rr-card h3,\n.rr-detail-grid h3,\n.rr-price-card h3,\n.rr-step h3 {\n  margin: 16px 0;\n  color: var(--rr-dark);\n  font-size: 19px;\n}\n\n.rr-card p,\n.rr-detail-grid p,\n.rr-step p,\n.rr-price-card p,\n.rr-contact p {\n  color: var(--rr-muted);\n  line-height: 1.7;\n}\n\n.rr-card a {\n  color: var(--rr-green);\n  font-weight: 700;\n  text-decoration: none;\n}\n\n.rr-icon {\n  width: 74px;\n  height: 74px;\n  margin: 0 auto 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  color: var(--rr-green);\n  background: var(--rr-soft);\n  border-radius: 50%;\n  font-size: 32px;\n  line-height: 1;\n  text-align: center;\n}\n\n.rr-icon-left {\n  width: auto;\n  height: auto;\n  margin: 0 0 18px;\n  justify-content: flex-start;\n  background: transparent;\n  text-align: left;\n}\n\n.rr-icon-symbol {\n  color: #557c64;\n  font-size: 48px;\n  line-height: 1;\n}\n\n.rr-detail-grid {\n  text-align: left;\n}\n\n.rr-detail-grid ul {\n  margin-top: 14px;\n  padding-left: 20px;\n  color: var(--rr-text);\n  line-height: 1.7;\n}\n\n\/* =========================================================\n   ABLAUF\n========================================================= *\/\n\n.rr-process {\n  padding: 62px 48px;\n  text-align: center;\n  background: linear-gradient(135deg, #f7faf6, #e6eee3);\n  border-radius: 18px;\n}\n\n.rr-steps {\n  position: relative;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 40px;\n  margin-top: 50px;\n}\n\n.rr-steps::before {\n  content: \"\";\n  position: absolute;\n  top: 28px;\n  left: 12%;\n  right: 12%;\n  height: 2px;\n  background: #c9d8ca;\n  z-index: 1;\n}\n\n.rr-step {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n}\n\n.rr-step span {\n  position: relative;\n  z-index: 3;\n  width: 56px;\n  height: 56px;\n  margin: 0 auto 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: #ffffff;\n  background: #557c64;\n  border-radius: 50%;\n  box-shadow: 0 0 0 8px var(--rr-light);\n  font-size: 20px;\n  font-weight: 600;\n}\n\n\/* =========================================================\n   PREISE\n========================================================= *\/\n\n.rr-price-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 26px;\n}\n\n.rr-price-card {\n  position: relative;\n  padding: 36px 28px;\n  background: #ffffff;\n  border: 1px solid var(--rr-border);\n  border-radius: 14px;\n  box-shadow: 0 12px 34px rgba(35, 67, 55, 0.05);\n}\n\n.rr-price-card strong {\n  display: block;\n  margin: 18px 0;\n  color: var(--rr-dark);\n  font-size: 34px;\n}\n\n.rr-highlight {\n  background: linear-gradient(180deg, #edf4ea, #ffffff);\n  border: 2px solid var(--rr-green);\n  transform: translateY(-8px);\n}\n\n.rr-label {\n  position: absolute;\n  top: 0;\n  right: 0;\n  left: 0;\n  padding: 9px;\n  color: #ffffff;\n  background: var(--rr-green);\n  border-radius: 12px 12px 0 0;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.rr-highlight .rr-icon {\n  margin-top: 22px;\n}\n\n\/* =========================================================\n   KONTAKT\n========================================================= *\/\n\n.rr-contact {\n  padding: 54px 70px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 40px;\n  background: linear-gradient(135deg, #edf3ea, #ffffff);\n  border-radius: 18px;\n  box-shadow: 0 18px 45px rgba(35, 67, 55, 0.08);\n}\n\n.rr-contact h2 {\n  margin-bottom: 12px;\n}\n\n\/* =========================================================\n   \u00dcBER-MICH-SEITE\n========================================================= *\/\n\n.rr-about-hero {\n  padding: 90px 7vw;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 70px;\n  align-items: center;\n  background: linear-gradient(90deg, #fbfcfa 0%, #edf3eb 100%);\n}\n\n.rr-about-hero h1 {\n  margin: 0 0 26px;\n  color: var(--rr-dark);\n  font-family: \"Raleway\", sans-serif;\n  font-size: clamp(42px, 5vw, 72px);\n  font-weight: 500;\n  line-height: 1.12;\n}\n\n.rr-about-hero p {\n  max-width: 620px;\n  color: #395247;\n  font-size: 20px;\n  line-height: 1.8;\n}\n\n.rr-about-image {\n  min-height: 540px;\n  background-image: url(\"DEIN-BILD-HIER-EINFUEGEN.jpg\");\n  background-size: cover;\n  background-position: center;\n  border-radius: 120px 0 0 120px;\n  box-shadow: 0 25px 50px rgba(35, 67, 55, 0.15);\n}\n\n.rr-about-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.2fr;\n  gap: 70px;\n  align-items: start;\n}\n\n.rr-about-card {\n  padding: 42px;\n  background: #ffffff;\n  border-radius: 22px;\n  box-shadow: 0 18px 45px rgba(35, 67, 55, 0.07);\n}\n\n.rr-about-card h2,\n.rr-about-text h2 {\n  margin: 0 0 24px;\n  color: var(--rr-dark);\n  font-family: \"Raleway\", sans-serif;\n  font-size: clamp(30px, 3vw, 46px);\n  font-weight: 500;\n  line-height: 1.2;\n}\n\n.rr-about-text p,\n.rr-about-card p {\n  margin-bottom: 22px;\n  color: var(--rr-muted);\n  font-size: 17px;\n  line-height: 1.9;\n}\n\n.rr-about-list {\n  margin: 26px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.rr-about-list li {\n  padding: 14px 0;\n  color: var(--rr-text);\n  border-bottom: 1px solid var(--rr-border);\n  font-size: 16px;\n}\n\n.rr-values {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n  margin-top: 44px;\n}\n\n.rr-value-card {\n  padding: 34px;\n  background: #ffffff;\n  border-radius: 18px;\n  box-shadow: 0 14px 35px rgba(35, 67, 55, 0.06);\n}\n\n.rr-value-icon {\n  width: 64px;\n  height: 64px;\n  margin-bottom: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--rr-green);\n  background: var(--rr-soft);\n  border-radius: 50%;\n  font-size: 30px;\n}\n\n.rr-value-card h3 {\n  margin-bottom: 14px;\n  color: var(--rr-dark);\n  font-family: \"Raleway\", sans-serif;\n  font-size: 22px;\n  font-weight: 500;\n}\n\n.rr-value-card p {\n  color: var(--rr-muted);\n  line-height: 1.7;\n}\n\n.rr-about-quote {\n  padding: 80px 7vw;\n  color: #ffffff;\n  background: var(--rr-dark);\n  text-align: center;\n}\n\n.rr-about-quote blockquote {\n  max-width: 900px;\n  margin: 0 auto;\n  font-family: \"Raleway\", sans-serif;\n  font-size: clamp(28px, 4vw, 48px);\n  font-weight: 500;\n  line-height: 1.25;\n}\n\n.rr-about-cta {\n  padding: 90px 7vw;\n  background: #edf3ea;\n  text-align: center;\n}\n\n.rr-about-cta h2 {\n  margin-bottom: 20px;\n  color: var(--rr-dark);\n  font-family: \"Raleway\", sans-serif;\n  font-size: clamp(32px, 4vw, 52px);\n  font-weight: 500;\n}\n\n.rr-about-cta p {\n  max-width: 680px;\n  margin: 0 auto 32px;\n  color: var(--rr-muted);\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n\/* =========================================================\n   FOOTER\n========================================================= *\/\n\n.rr-footer {\n  padding: 36px 7vw;\n  display: grid;\n  grid-template-columns: 1fr auto;\n  align-items: center;\n  gap: 28px;\n  color: #ffffff;\n  background: var(--rr-dark);\n}\n\n.rr-footer .rr-logo,\n.rr-footer .rr-logo span,\n.rr-footer a {\n  color: #ffffff;\n}\n\n.rr-footer p {\n  grid-column: 1 \/ -1;\n  margin: 0;\n  color: rgba(255, 255, 255, 0.72);\n  font-size: 13px;\n}\n\n\/* =========================================================\n   BACK TO TOP\n========================================================= *\/\n\n.rr-back-to-top {\n  position: fixed;\n  right: 24px;\n  bottom: 24px;\n  z-index: 999;\n  width: 48px;\n  height: 48px;\n  color: #ffffff;\n  background: var(--rr-green);\n  border: 0;\n  border-radius: 50%;\n  cursor: pointer;\n  font-size: 24px;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(12px);\n  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;\n}\n\n.rr-back-to-top.is-visible {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n\n.rr-back-to-top:hover {\n  background: var(--rr-dark);\n}\n\n.rr-back-to-top:focus-visible {\n  outline: 3px solid rgba(84, 119, 93, 0.35);\n  outline-offset: 4px;\n}\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media (max-width: 1100px) {\n  .rr-steps,\n  .rr-price-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .rr-steps::before {\n    display: none;\n  }\n\n  .rr-step {\n    padding: 32px 26px;\n    background: #ffffff;\n    border-radius: 18px;\n    box-shadow: 0 12px 30px rgba(35, 67, 55, 0.08);\n  }\n}\n\n@media (max-width: 1000px) {\n  .rr-about-hero,\n  .rr-about-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .rr-values {\n    grid-template-columns: 1fr;\n  }\n\n  .rr-about-image {\n    min-height: 380px;\n    border-radius: 70px 0 0 70px;\n  }\n}\n\n@media (max-width: 850px) {\n  .rr-hero {\n    grid-template-columns: 1fr;\n    padding: 70px 24px;\n  }\n\n  .rr-hero-image {\n    min-height: 320px;\n  }\n\n  .rr-section,\n  .rr-about-section {\n    padding: 64px 24px;\n  }\n\n  .rr-card-grid,\n  .rr-detail-grid,\n  .rr-steps,\n  .rr-price-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .rr-process {\n    padding: 42px 24px;\n  }\n\n  .rr-contact {\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 40px 28px;\n  }\n\n  .rr-footer {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 700px) {\n  .rr-steps {\n    gap: 18px;\n    margin-top: 35px;\n  }\n\n  .rr-step {\n    width: 100%;\n    padding: 28px 24px;\n  }\n\n  .rr-step span {\n    width: 48px;\n    height: 48px;\n    margin-bottom: 16px;\n    box-shadow: none;\n    font-size: 18px;\n  }\n}\n\n@media (max-width: 600px) {\n  .rr-brand {\n    font-size: 26px;\n  }\n\n  .rr-subtitle {\n    font-size: 9px;\n    letter-spacing: 0.22em;\n  }\n\n  .rr-about-hero,\n  .rr-about-section,\n  .rr-about-cta {\n    padding: 64px 24px;\n  }\n\n  .rr-about-card {\n    padding: 30px 24px;\n  }\n\n  .rr-about-image {\n    min-height: 300px;\n    border-radius: 40px 0 0 40px;\n  }\n}\n\n@media (max-width: 420px) {\n  .rr-step {\n    padding: 24px 20px;\n  }\n\n  .rr-step span {\n    width: 44px;\n    height: 44px;\n    font-size: 16px;\n  }\n}\n\n<\/style>\n\n<div class=\"rr-page\">\n\n<section id=\"home\" class=\"rr-hero\">\n  <div class=\"rr-hero-content\">\n    <h1>A space for clarity, relief, solutions, and change. <\/h1>\n    <p>Welcome to Resonanzraum. My name is Valeria Knopp. In challenging life situations, I support you through psychological counseling to develop new perspectives, identify possible courses of action, and strengthen your inner resources.<\/p>\n    \n<div class=\"rr-buttons\">\n      <a href=\"#contact\" class=\"rr-btn\">Request an initial consultation<\/a>\n      <a href=\"#offers\" class=\"rr-btn-outline\">Learn more about counseling<\/a>\n    <\/div>\n  <\/div>\n  \n<div class=\"rr-hero-image\"> <\/div><\/section>\n   \n  <\/div>\n\n<section id=\"offers\" class=\"rr-section rr-center\">\n  <p class=\"rr-kicker\">Counseling Services<\/p>\n  <h2>Supporting Your Personal Growth<\/h2>\n\n  <div class=\"rr-card-grid\">\n    \n<div class=\"rr-card\">\n      <div class=\"rr-icon\">\u2659<\/div>\n      <h3>Systemic Counseling<\/h3>\n      <p>We examine your concerns in the context of your relationships, roles, and patterns.<\/p>\n      <a href=\"\/systemic-counseling\">Learn more \u2192<\/a>\n    <\/div>\n    \n<div class=\"rr-card\">\n      <div class=\"rr-icon\">\u2661<\/div>\n      <h3>Rogers-Based Counseling<\/h3>\n      <p>Appreciation, empathy, and authenticity form the foundation for inner clarity.<\/p>\n      <a href=\"\/counseling-according-rogers\">Learn more \u2192<\/a>\n    \n<\/div>\n\n    <div class=\"rr-card\">\n      <div class=\"rr-icon\">\u270e<\/div>\n      <h3>Reflective &amp; Therapeutic Writing<\/h3>\n      <p>Writing helps organize thoughts and bring inner processes to light.<\/p>\n      <a href=\"\/therapeutic-writing\">Learn more \u2192<\/a>\n    \n<\/div>\n  <\/div>\n<\/section>\n\n  <section id=\"counseling\" class=\"rr-about-section\">\n    <div class=\"rr-about-container rr-about-grid\">\n      <div class=\"rr-about-card\">\n        <h2>Core Values<\/h2>\n        \n<ul class=\"rr-about-list\">\n          <li>Appreciation<\/li>\n          <li>Empathy<\/li>\n          <li>Clarity<\/li>\n<li>Trust<\/li>\n<li>Growth<\/li>\n<li>Self-determination<\/li>\n<li>Resource-oriented approach<\/li>\n<li>Authenticity<\/li>\n<li>Meeting on Equal Footing<\/li>\n<li>Unlocking Potential<\/li>\n<li>Self-Care<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"rr-about-text\">\n        <h2>My Counseling Approach<\/h2>\n        \n<p>\n         I support people who are facing challenging life situations, are on the verge of making important decisions, or who wish to gain more clarity about themselves and their personal path. <\/p> <p>Together, we explore self-doubt, high expectations of oneself, the need to please everyone, recurring conflicts, or the feeling of no longer being truly connected to oneself or others.<\/p> <p>\nIn doing so, we look not only at your current challenge but also at the experiences, relationships, values, and needs that shape your life, so that overcoming this challenge also strengthens your self-confidence, authenticity, and self-awareness. <\/p> <p>\nIt is important to me to see you as a whole person\u2014with your history, your strengths, your resources, and your individual potential. I approach you with appreciation, openness, empathy, and interest, and support you in feeling more in control of your life.\n        <\/p>\n        <p>\n          My work is resource-oriented, mindful, and solution-focused. The first step is to give your concerns space.\n        <\/p>\n<a href=\"\/about-me\">More about me \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<section id=\"procedure\" class=\"rr-section\">\n  <div class=\"rr-process\">\n    <p class=\"rr-kicker\">Steps<\/p>\n    <h2>Session Process<\/h2>\n    \n<div class=\"rr-steps\">\n      <div class=\"rr-step\">\n        <span>1<\/span>\n        <h3>Initial Contact<\/h3>\n        <p>Please contact me directly by email or phone.<\/p>\n      <\/div>\n\n      <div class=\"rr-step\">\n        <span>2<\/span>\n        \n<h3>Initial Consultation<\/h3>\n        <p>We get to know each other and clarify together what the concern is.<\/p>\n      <\/div>\n\n      <div class=\"rr-step\">\n        <span>3<\/span>\n        <h3>Counseling Process<\/h3>\n        <p>During the sessions, we work mindfully and at your own pace.<\/p>\n      \n<\/div>\n\n      <div class=\"rr-step\">\n        <span>4<\/span>\n        <h3>Conclusion &amp; Reflection<\/h3>\n        <p>Together, we review progress and discuss next steps.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"details\" class=\"rr-section\">\n  \n<p class=\"rr-kicker rr-center\">Counseling Approaches<\/p>\n  <h2 class=\"rr-center\">Help with Your Concerns<\/h2>\n\n  <div class=\"rr-detail-grid\">\n    <div>\n      <div class=\"rr-icon rr-icon-left\">\u2659<\/div>\n      \n<h3>Systemic Counseling<\/h3>\n      <p>Your concerns are examined in the context of your life circumstances and social systems. Potential solutions are identified.<\/p>\n      <strong>Key Topics:<\/strong>\n      <ul>\n        <li>Conflicts in relationships, family, or work<\/li>\n        \n<li>Decision-making issues<\/li>\n        <li>Recurring inner patterns<\/li>\n        <li>Stress caused by change<\/li>\n        <li>Desire for greater clarity<\/li>\n<li>Support during life crises and transitions<\/li>\n<li>Reflection on intercultural issues<\/li>\n      <\/ul>\n    <\/div>\n    \n<div>\n      <div class=\"rr-icon rr-icon-left\">\u2661<\/div>\n      <h3>Rogers-based counseling<\/h3>\n      <p>The client-centered approach creates a safe space where you feel understood and can better connect with yourself.<\/p>\n      \n<strong>Key Topics:<\/strong>\n      <ul>\n        <li>Inner restlessness, stress, or feeling overwhelmed<\/li>\n        <li>Insecurity and self-doubt<\/li>\n        <li>Personal development processes<\/li>\n        <li>Building self-esteem<\/li>\n        <li>Conscious awareness of one\u2019s own needs<\/li>\n<li>Understanding your own emotions<\/li>\n<li>Resolving inner conflicts<\/li>\n      <\/ul>\n    <\/div>\n\n    <div>\n      <div class=\"rr-icon rr-icon-left\">\u270e<\/div>\n      <h3>Reflective &amp; therapeutic writing<\/h3>\n      \n<p>Through focused writing, thoughts, feelings, and experiences can take shape, be clarified, and understood more consciously.<\/p>\n      <strong>Key Topics:<\/strong>\n      <ul>\n        <li>Self-reflection and self-awareness<\/li>\n        <li>Emotional release<\/li>\n        <li>Decision-making processes<\/li>\n        \n<li>Processing experiences<\/li>\n<li>Organizing thoughts<\/li>\n<li>Developing new perspectives<\/li>\n        <li>Strengthening one\u2019s own voice<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"price\" class=\"rr-section rr-center\">\n  \n<p class=\"rr-kicker\">Pricing<\/p>\n  <h2>Selection of Services<\/h2>\n\n  <div class=\"rr-price-grid\">\n    <div class=\"rr-price-card\">\n      <div class=\"rr-icon\">\u25cb<\/div>\n      <h3>Initial Consultation<\/h3>\n      <p>30 minutes<\/p>\n      \n<strong>45 \u20ac<\/strong>\n      <p>To get to know each other, clarify your concerns, and provide guidance\u2014by phone or online\u2014confidentially and with no obligation.<\/p>\n    <\/div>\n\n    <div class=\"rr-price-card\">\n      <div class=\"rr-icon\">\u2659<\/div>\n      \n<h3>Individual Counseling<\/h3>\n      <p>60 minutes<\/p>\n      <strong>95 \u20ac<\/strong>\n      <p>For personal decision-making processes, stressful situations, or the desire for more clarity and guidance.<\/p>\n    <\/div>\n\n    <div class=\"rr-price-card rr-highlight\">\n      \n<div class=\"rr-label\">Recommendation<\/div>\n      <div class=\"rr-icon\">\u2726<\/div>\n      <h3>Counseling Package<\/h3>\n      <p>3 sessions of 45 minutes each<\/p>\n      <strong>195 \u20ac<\/strong>\n      <p>For in-depth support\n and sustainable development. Includes personalized reflection prompts between sessions.<\/p>\n    <\/div>\n\n    <div class=\"rr-price-card\">\n      <div class=\"rr-icon\">\u2659\u2659<\/div>\n      <h3>Couples Counseling<\/h3>\n      <p>90 minutes<\/p>\n      <strong>150 \u20ac<\/strong>\n      \n<p>For couples who want to improve their communication, understand conflicts, or develop new perspectives for their relationship.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"rr-section\">\n    <div class=\"rr-container rr-single-column\">\n\n        <p class=\"rr-kicker\">Self-pay<\/p>\n        \n<h2>Cost of the Service<\/h2>\n\n        <p>\n            The services provided by Resonanzraum are psychological counseling services and do not constitute psychotherapy as defined by the Psychotherapist Act.\n\nBilling through public or private health insurance is not possible. Clients are responsible for covering the costs of counseling themselves. Paying out-of-pocket offers several advantages:\n<br><br>\n* No disclosure of personal\ninformation to health insurance providers\n<br>* No entry in your medical record\n<br>* Short-notice appointments without an application process\n<br>* Individualized and flexible structuring of the counseling process\n<br><br>\n<strong>Discounts:<\/strong> For students, apprentices, and people in special financial circumstances, I offer a limited number of discounted sessions and free initial consultations by arrangement.\n        <\/p>\n    <\/div>\n<\/section>\n\n<section id=\"contact\" class=\"rr-section\">\n  <div class=\"rr-contact\">\n    \n<div>\n      <h2>I\u2019m here for you.<\/h2>\n      <p>Do you have questions? I look forward to hearing from you.<br>Would you like to book an introductory session?<br>I\u2019ll get back to you as soon as possible.<\/p>\n      <p>\u2709 kontakt@resonanzraum-beratung.com<br><a href=\"tel:+494038073935\">\u260f 040 \/ 38073935<\/a>\n<br>\n<a href=\"tel:+4915234148739\">\u260f 0152 \/ 34148739<\/a><\/p>\n    <\/div>\n    <a href=\"mailto:kontakt@resonanzraum-beratung.com\" class=\"rr-btn\">Request an initial consultation<\/a>\n  \n<\/div>\n<\/section>\n\n<section class=\"rr-section\">\n    <div class=\"rr-container rr-single-column\">\n\n        <p class=\"rr-kicker\">Acute Cases<\/p>\n\n        <h2>Further Support<\/h2>\n\n        <p>\n            Psychological counseling is not a substitute for psychotherapy. Resonanzraum\u2019s services are intended for people,\n            who are seeking support with personal, professional, or interpersonal\n            concerns.\n<br><br>\n<strong>In acute mental health crises<\/strong>, please contact\n            the medical on-call service at\n            <strong>116&nbsp;117<\/strong>\n            or, in emergencies, call\n            \n<strong>112<\/strong>.\n        <\/p>\n    <\/div>\n\n<button class=\"rr-back-to-top\" type=\"button\" aria-label=\"Back to top\" title=\"Back to top\">\n  <span aria-hidden=\"true\">\u2191<\/span>\n<\/button>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const backToTopButton = document.querySelector('.rr-back-to-top');\n\n  if (!backToTopButton) {\n    return;\n  }\n\n  function updateBackToTopButton() {\n    const shouldShow = window.scrollY > 450;\n\n    backToTopButton.classList.toggle('is-visible', shouldShow);\n  }\n\n  backToTopButton.addEventListener('click', function () {\n    const reduceMotion = window.matchMedia(\n      '(prefers-reduced-motion: reduce)'\n    ).matches;\n\n    window.scrollTo({\n      top: 0,\n      behavior: reduceMotion ? 'auto' : 'smooth'\n    });\n  });\n\n  window.addEventListener('scroll', updateBackToTopButton, {\n    passive: true\n  });\n\n  updateBackToTopButton();\n});\n<\/script><\/section>\n","protected":false},"excerpt":{"rendered":"<p>A space for clarity, relief, solutions, and change. Welcome to Resonanzraum. My name is Valeria Knopp. In challenging life situations, I support you through psychological counseling to develop new perspectives, identify possible courses of action, and strengthen your inner resources. Request an initial consultation Learn more about counseling Counseling Services Supporting Your Personal Growth \u2659 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"englisch","meta":{"footnotes":""},"class_list":["post-342","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/pages\/342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/comments?post=342"}],"version-history":[{"count":22,"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/pages\/342\/revisions"}],"predecessor-version":[{"id":737,"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/pages\/342\/revisions\/737"}],"wp:attachment":[{"href":"https:\/\/resonanzraum-beratung.com\/start\/wp-json\/wp\/v2\/media?parent=342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}