:root {
  --grey-900: #131520;
  --primary-50-2: #f6f5ff;
  --grey-200: #fff2db;
  --red-50-2: #fdf2f2;
  --white: white;
  --black: #e97826;
  --primary-500: #9061f9;
  --primary-300: #cabffd;
  --primary-100: #edebfe;
  --grey-100: #ecedf3;
  --green-500: #88a9a0;
  --orange-500: #c27803;
  --red-500: #f05252;
  --grey-700: #404668;
  --grey-500: #5d6598;
  --grey-50-2: #f9f9fb;
  --grey-300: #a6abc9;
  --primary-200: #dcd7fe;
  --primary-700: #6c2bd9;
  --primary-900: #4a1d96;
  --primary-25: #fafaff;
  --grey-25: #fcfcfd;
  --primary-800: #5521b5;
  --primary-600: #7e3af2;
  --primary-400: #ac94fa;
  --grey-800: #30354f;
  --grey-600: #4a5078;
  --grey-400: #7a81ae;
  --green-50-2: #f3faf7;
  --orange-50-2: #fff8f1;
  --gold: var(--red-500);
}

body {
  color: var(--grey-900);
  background-color: #f0e6e6;
  font-family: Neue Haas Display;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  margin-bottom: 1em;
  font-size: 1.125em;
}

a {
  color: var(--grey-900);
  transition: opacity .2s;
}

img {
  max-width: 100%;
  display: inline-block;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section {
  padding-top: 9vh;
  padding-bottom: 9vh;
  position: relative;
}

.section.pb-0 {
  padding-top: 9vh;
  padding-bottom: 0;
}

.section.pb-0.border-section {
  border-bottom: 1px #000;
  padding-top: 4.5vh;
  padding-bottom: 0;
}

.section.green {
  background-color: #88a9a0;
}

.section.weiss {
  background-color: #fff;
}

.section.farbig {
  background-color: #fff2db;
  background-image: none;
  padding-bottom: 9vh;
}

.section.colored {
  background-color: #fff2db;
  padding-bottom: 0;
}

.section.colored.picture {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/summer_1-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.section.oseopathie {
  background-color: #fff;
  padding-bottom: 9vh;
}

.section.oseopathie.white {
  background-color: #fff;
}

.container {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
}

.style-guide-title {
  background-color: var(--red-50-2);
  border-radius: 10px;
  width: 336px;
  margin-right: 48px;
  padding: 24px;
  position: relative;
}

.btn {
  color: var(--grey-900);
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  margin: 6px;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.text-grey-900 {
  color: var(--grey-900);
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.style-guide-content {
  flex: 1;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.row-split-content.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .41);
  padding-bottom: 9vh;
}

.row.row-split-content.border-row {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 4.5vh;
}

.row.row-split-content.white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.row.row-split-content.colored {
  background-color: #fff2db;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
}

.row.mb-16 {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.row.row-header {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  text-align: center;
  max-width: 768px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  max-width: 560px;
  display: block;
  overflow: hidden;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-hover:hover {
  opacity: 1;
}

.mb-0 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
}

.row-btns {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  margin: -6px 0 -6px -6px;
  display: flex;
}

.btn-icon-l {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1757c2;
  border: 2px solid #1757c2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #5d89d4;
  border-color: #5d89d4;
  text-decoration: none;
}

.btn-icon-r {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
}

.display-2xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 4.5rem;
  line-height: 1.25;
}

.display-2xl.mb-0 {
  color: var(--grey-900);
  -webkit-text-stroke-color: var(--grey-900);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
}

.display-2xl.mb-0.white {
  color: var(--primary-50-2);
}

.display-xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl.preload-text-top, .display-xl.preload-text-btm {
  margin-bottom: 0;
}

.display-lg {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3rem;
  line-height: 1.25;
}

.display-md {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.display-sm {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}

.display-xs {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-xl {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xl.header-text {
  margin-bottom: 64px;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-lg {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-md {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-sm {
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-xs {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-medium.mb-32 {
  margin-bottom: 32px;
}

.text-medium.white {
  color: var(--white);
  flex: 1;
  padding-left: 10px;
  font-family: Customer Montserrat, sans-serif;
  font-weight: 400;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: 96px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo {
  color: var(--grey-900);
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.hero-img {
  width: 100%;
}

.hero-img-content {
  perspective: 1000px;
  position: relative;
}

.image-light-accent {
  transform-style: preserve-3d;
  width: 170%;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: -55%;
  left: -55%;
  right: 0%;
  transform: translate3d(0, 0, 40px);
}

.signature {
  height: 72px;
  margin-top: 32px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.footer-top {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.page-wrap {
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  background-color: #f0e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-text-wrap {
  margin-right: 5vw;
  display: flex;
  overflow: hidden;
}

.preloader-text-wrap.btm {
  margin-left: 5vw;
  margin-right: 0;
}

.hero-image-wrap {
  border-radius: 50%;
  overflow: hidden;
}

.header-text-wrap {
  overflow: hidden;
}

.header-text-wrap.btm {
  margin-bottom: 24px;
}

.line {
  min-width: 232px;
}

.line-wrap {
  width: 232px;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 20%;
  right: 0%;
}

.preloader-line-wrap {
  position: relative;
}

.line-wrap-inner {
  overflow: hidden;
}

.footer-btm {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  background-color: #fff;
  font-family: Customer Montserrat, sans-serif;
  font-weight: 400;
}

.list {
  margin-bottom: 1em;
}

.nav-cover-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-text {
  z-index: 20;
  color: #fff;
  text-transform: none;
  font-size: 10px;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.nav-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(173, 212, 224, .12);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button.dark {
  z-index: 10;
  color: #000;
  border-color: #b1b1b1;
}

.button-hover-circle {
  z-index: 5;
  background-color: #b1b1b1;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: auto;
  right: auto;
}

.bg-grain-2 {
  z-index: 0;
  filter: blur(200px);
  color: rgba(12, 115, 67, .19);
  -webkit-text-stroke-color: #b1b1b1;
  background-image: radial-gradient(circle at 100%, rgba(22, 179, 100, .26), rgba(22, 179, 100, .55));
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-grain-2.left {
  background-image: radial-gradient(circle at 100%, rgba(22, 179, 100, .67), #000);
  justify-content: flex-start;
  height: 300px;
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-3 {
  color: #fff;
  text-transform: none;
}

.brand {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.grid-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.hide {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-logo-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: -webkit-sticky;
  position: sticky;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-image: linear-gradient(#fff2db, #fff2db);
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-wrapper {
  background-color: #fff2db;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper.white {
  background-color: #fff;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block {
  z-index: 999;
  background-color: #fff2db;
  position: fixed;
}

.wrapper-navi {
  z-index: 999;
  aspect-ratio: auto;
  object-fit: fill;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container-head {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 9vh 32px;
}

.container-head.weiss {
  background-color: #fff;
}

.container-head.colored {
  background-color: #fff2db;
}

.image {
  border-radius: 5px;
}

.popular__link-arrow {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.popular__link-line-wrap {
  background-color: #41240f;
  height: .0625rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col {
  flex: 1;
}

.col.col--2.mod--popular2 {
  max-width: 15rem;
  position: relative;
  left: -1.5rem;
}

.col.col--3.mod--popular2 {
  max-width: 23.75rem;
  overflow: hidden;
}

.col.col--1.mod--popular2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  max-width: 11.6875rem;
  display: flex;
}

.span.mod--img-descript {
  display: inline-block;
}

.span.mod--img-descript.mod--second {
  width: 100%;
}

.span.mod--img-descript.mod--first {
  text-align: right;
  flex: 1;
}

.anim-wrap {
  position: relative;
}

.heading-small {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.p.mod--flex {
  flex-wrap: wrap;
  display: flex;
}

.popular__links {
  text-transform: uppercase;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.popular__link-line {
  background-color: #f3471e;
  width: 0%;
  height: 100%;
  transition: all .5s;
}

.popular__link {
  align-items: center;
  height: 4.25rem;
  transition-duration: .4s;
  display: flex;
  position: relative;
}

.popular__link:hover {
  color: #f3471e;
}

.popular__link-arrow-img {
  object-fit: contain;
  height: 100%;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popular__link-arrow-img.mod--hover {
  opacity: 0;
}

.img {
  position: relative;
}

.img.mod--gif {
  z-index: 2;
  display: block;
  position: absolute;
}

.img.mod--gif.mod--popular-gif {
  border-radius: .625rem;
  width: 4.375rem;
  height: 5.4375rem;
  top: .75rem;
  left: 6rem;
}

.img.mod--popular3 {
  width: 11.6875rem;
  display: block;
}

.img.mod--popular4 {
  width: 15rem;
  display: block;
}

.hidden {
  display: none;
}

.container-ueber-mich {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.image-2 {
  align-self: center;
  max-width: 80%;
  display: block;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 400;
}

.bold-text {
  font-weight: 700;
}

.icon-headline {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo-icon-anwendung {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.container-footer {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.logo-schmuck {
  background-image: linear-gradient(#fff2db, #fff2db 53%, #fff 54%);
  justify-content: center;
  display: flex;
}

.logo-schmuck._2 {
  background-image: linear-gradient(#fff, #fff 54%, #fff2db 55%);
}

.logo-schmuck._3 {
  background-image: linear-gradient(#fff, #fff 100%, #43698c 100%, #5c6b77);
  padding-bottom: 20px;
}

.image-3 {
  width: 24px;
  height: 24px;
  padding-right: 0;
}

.link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link-block {
  text-decoration: none;
  display: block;
}

.logo-schmuck-impressum {
  background-image: linear-gradient(#fff2db, #fff2db 53%, #fff2db 54%);
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.logo-schmuck-impressum._2 {
  background-image: linear-gradient(#fff, #fff 54%, #fff2db 55%);
}

.logo-schmuck-impressum._3 {
  background-image: linear-gradient(#fff, #fff 54%, #43698c 55%);
}

.content-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.row-text {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row-text.row-justify-between {
  justify-content: space-between;
}

.row-text.style-guide-content-row {
  margin-bottom: 12px;
}

.row-text.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row-text.row-split-content.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .41);
  padding-bottom: 9vh;
}

.row-text.row-split-content.border-row {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 4.5vh;
}

.row-text.row-split-content.white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.row-text.row-split-content.colored {
  background-color: #fff2db;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
}

.row-text.mb-16 {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.row-text.row-header, .row-text.row-split-content-text {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row-text.row-split-content-text.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .41);
  padding-bottom: 9vh;
}

.row-text.row-split-content-text.border-row {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 4.5vh;
}

.row-text.row-split-content-text.white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.row-text.row-split-content-text.colored {
  background-color: #fff2db;
  grid-template-columns: 1fr;
  padding: 20px;
}

.body-2 {
  font-family: Customer Montserrat, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  font-family: Customer Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .row.row-split-content, .row-text.row-split-content, .row-text.row-split-content-text {
    grid-column-gap: 96px;
  }
}

@media screen and (min-width: 1440px) {
  .section.pb-0.silver {
    background-color: var(--primary-50-2);
    padding-top: 4.5vh;
    padding-bottom: 4.5vh;
  }

  .section.white {
    background-color: #fff;
    background-image: linear-gradient(#fff 70%, #f6f5ff);
  }

  .button-text {
    font-size: 14px;
  }

  .right-nav {
    grid-column-gap: 20px;
    grid-template-columns: auto 1.75fr;
  }

  .bg-grain-2 {
    background-image: radial-gradient(circle at 100%, rgba(22, 179, 100, .26), rgba(22, 179, 100, .73));
  }

  .container-2 {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-wrapper {
    width: 100%;
    max-width: 1280px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .img-wrapper {
    background-image: url('../images/anwendungen_ohrakupunktur-min.png');
    background-position: 100%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    max-width: 1120px;
    max-height: 60%;
  }

  .image {
    display: block;
  }

  .icon-headline {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content {
    grid-column-gap: 32px;
  }

  .row.row-split-content.colored {
    grid-template-columns: 1fr;
  }

  .row.row-header {
    grid-column-gap: 48px;
  }

  .section-title.mb-0 {
    margin-bottom: 0;
  }

  .btn-2 {
    margin: 4px;
  }

  .display-2xl {
    font-size: 3.75rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-lg {
    font-size: 2.25rem;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .display-sm {
    font-size: 1.5rem;
  }

  .display-xs {
    font-size: 1.25rem;
  }

  .line {
    min-width: 200px;
  }

  .line-wrap {
    width: 200px;
    bottom: -40%;
  }

  .menu-icon {
    filter: invert();
    width: 32px;
  }

  .menu-icon-wrapper {
    border-left: 1px solid #d6e3e7;
    padding-left: 18px;
  }

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .nav-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-nav {
    grid-auto-columns: auto;
  }

  .menu-button {
    border-left: 1px #d6e3e7;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    z-index: 200;
    background-color: #f5fafc;
  }

  .nav-link {
    border-bottom: 1px solid #d6e3e7;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-text.style-guide-row {
    flex-direction: column;
  }

  .row-text.row-split-content {
    grid-column-gap: 32px;
  }

  .row-text.row-header {
    grid-column-gap: 48px;
  }

  .row-text.row-split-content-text {
    grid-column-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1em;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding-left: 2px;
    padding-right: 2px;
  }

  .btn.display-none-mob {
    display: none;
  }

  .row.row-split-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .row.row-header {
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .btn-2 {
    padding: 8px 14px;
  }

  .btn-2:hover {
    background-color: #1757c2;
    border-color: #1757c2;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-xl {
    font-size: 2.25rem;
  }

  .display-lg {
    font-size: 1.875rem;
  }

  .display-md {
    font-size: 1.5rem;
  }

  .display-sm {
    font-size: 1.25rem;
  }

  .display-xs, .text-xl {
    font-size: 1.125rem;
  }

  .text-xl.header-text {
    margin-bottom: 32px;
  }

  .navigation {
    height: 80px;
  }

  .logo.logo-footer {
    margin-bottom: 24px;
  }

  .logo.logo-footer.w--current {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .line {
    min-width: 150px;
  }

  .line-wrap {
    width: 150px;
    bottom: -60%;
    left: 10%;
  }

  .menu-icon {
    filter: invert();
  }

  .menu-icon-wrapper {
    border: 0 solid #000;
  }

  .right-nav {
    grid-template-columns: 1fr;
  }

  .nav-button.dark {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-head, .container-ueber-mich, .container-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .row-text.row-split-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .row-text.row-header {
    grid-template-columns: 1fr;
  }

  .row-text.row-split-content-text {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 0;
  }

  .section.pb-0 {
    padding-bottom: 0;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-right: 24px;
    display: grid;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .row.mb-16 {
    margin-bottom: 20px;
    text-decoration: none;
  }

  .row-btns {
    justify-content: flex-start;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .display-2xl.mb-0 {
    font-size: 2.2rem;
  }

  .display-sm {
    font-size: 1rem;
  }

  .text-xl.header-text {
    margin-bottom: 0;
    font-size: 1em;
  }

  .logo.logo-footer {
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .footer {
    padding-top: 48px;
  }

  .menu-icon {
    filter: contrast(0%);
  }

  .menu-icon-wrapper {
    border: 0 solid #000;
    padding-left: 0;
    overflow: hidden;
  }

  .nav-button.dark {
    display: none;
  }

  .bg-grain-2 {
    background-image: radial-gradient(circle farthest-side at 100%, rgba(22, 179, 100, .26), #16b364);
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-3 {
    color: #000;
  }

  .menu-button {
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block {
    font-size: 10px;
  }

  .grid-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.hide {
    display: block;
  }

  .navbar-logo-center {
    padding-left: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button-2 {
    padding-top: 17px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    align-items: flex-start;
  }

  .navbar-wrapper.white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .wrapper-navi {
    aspect-ratio: auto;
    position: fixed;
  }

  .container-head {
    padding-top: 64px;
    padding-right: 24px;
  }

  .container-head.colored {
    padding-top: 40px;
  }

  .container-ueber-mich {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-right: 24px;
    display: grid;
  }

  .div-block-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: space-between;
    padding-right: 24px;
    display: grid;
  }

  .link-3 {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-text.mb-16 {
    margin-bottom: 20px;
    text-decoration: none;
  }
}

#w-node-a91a930a-73cd-012e-11a0-7283119316bb-3695590a {
  justify-self: center;
}


@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Customer Montserrat';
  src: url('../fonts/Customer-Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}