@font-face {
  font-family: Urbanist Variablefont Wght;
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist Variablefont Wght;
  src: url('../fonts/Urbanist-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Urbanist-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_bucki---red-main: #75425b;
  --_bucki---white: white;
  --_bucki---red-light: #cab5bf;
  --_bucki---color: #f5eeb5;
  --_bucki---red-light-2: #eae1e5;
  --_bucki---urbanist: Urbanist, Verdana, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--_bucki---red-main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--_bucki---red-main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

a {
  font-weight: 500;
  text-decoration: none;
}

.navbar-logo-left {
  z-index: 10;
  background-color: #75425be6;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 20px 20px 17px 20px #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: var(--_bucki---white);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--_bucki---white);
  font-weight: 500;
}

.nav-link:focus-visible, .nav-link[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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--_bucki---red-main);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 25px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--_bucki---red-light);
  color: #fff;
}

.button-primary:active {
  background-color: var(--_bucki---color);
  color: var(--_bucki---red-main);
}

.testimonial-slider-small {
  background-color: var(--_bucki---white);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Urbanist, Verdana, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, Verdana, sans-serif;
  font-weight: 600;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.hero-heading-left {
  background-color: var(--_bucki---white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 40%;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Urbanist, Verdana, sans-serif;
  font-weight: 500;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--_bucki---red-main);
  font-family: Urbanist, Verdana, sans-serif;
  font-weight: 600;
  line-height: 44px;
}

.paragraph {
  font-family: Urbanist, Verdana, sans-serif;
  font-weight: 500;
}

.topbarwrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.telefonnummer {
  color: var(--_bucki---red-main);
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
}

.subtitle {
  color: var(--_bucki---red-main);
  font-size: 10px;
}

.adresse {
  color: var(--_bucki---red-main);
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.logo {
  margin-bottom: 13px;
}

.praxis {
  color: var(--_bucki---red-main);
  text-align: center;
  letter-spacing: .2px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 14px;
}

.simone-bucki {
  color: var(--_bucki---red-main);
  text-align: center;
  margin-bottom: 6px;
  font-size: 34px;
  font-weight: 700;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.hero-split-zeiten {
  background-color: var(--_bucki---color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 40%;
  max-width: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.introduction {
  margin-bottom: 10px;
  font-family: Urbanist, Verdana, sans-serif;
  font-weight: 700;
}

.introduction.margin-bottom-30 {
  margin-bottom: 30px;
}

.foto-sektion-1 {
  object-fit: fill;
  height: 600px;
  max-height: 600px;
}

.image {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 0%;
  margin-top: 0;
  overflow: visible;
}

.navbar-logo-left-2 {
  z-index: 10;
  background-color: var(--_bucki---white);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: var(--_bucki---white);
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  background-color: var(--_bucki---white);
}

.nav-menu-two-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.logo-header {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding-right: 0;
}

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

.simone-bucki-horiz {
  color: var(--_bucki---red-main);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
}

.praxis-horiz {
  color: var(--_bucki---red-main);
  text-align: left;
  letter-spacing: .2px;
  font-size: 12px;
}

.text-span {
  color: #333;
  font-weight: 600;
}

.notiz {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.text-span-2 {
  color: var(--_bucki---red-main);
  font-size: 24px;
  font-weight: 600;
}

.telefonnummer-notdienst {
  color: var(--_bucki---red-main);
  margin-top: -8px;
  font-size: 20px;
  font-weight: 700;
}

.image-2 {
  border-radius: 20px;
}

.hero-split-foto {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 40%;
  max-width: 50%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.einfuehrung {
  background-color: var(--_bucki---white);
  padding: 60px 30px;
  position: relative;
}

.notdienst {
  background-color: var(--_bucki---white);
  padding: 80px 30px;
  position: relative;
}

.notdienst-karte {
  background-color: var(--_bucki---red-light);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px 20px;
  display: flex;
}

.hero-wrapper-rot {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  margin-top: -33px;
}

.introduction-large {
  margin-bottom: 12px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-large {
  margin-bottom: 12px;
  font-family: Urbanist, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.ansprache {
  background-color: var(--_bucki---red-light-2);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}

.testimonial-card-red {
  background-color: var(--_bucki---red-light-2);
  border-radius: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.testimonial-yellow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_bucki---color);
  border-radius: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.container-3 {
  flex-flow: column;
  align-items: center;
  margin: 40px auto 20px;
  display: flex;
}

.text-block {
  padding-bottom: 14px;
}

.div-block-2 {
  background-color: var(--_bucki---red-light-2);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  padding: 20px;
  display: flex;
}

.image-4 {
  max-width: 40%;
}

.section {
  background-color: var(--_bucki---red-main);
}

.text-block-2 {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adresse-header {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.container-4 {
  padding-top: 12px;
  padding-bottom: 14px;
}

.infoleiste {
  background-color: var(--_bucki---red-main);
  margin-top: 100px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.leistungen {
  background-color: var(--_bucki---red-main);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.heading-2-white {
  color: var(--_bucki---white);
  font-weight: 600;
}

.heading-3-white {
  color: var(--_bucki---white);
  margin-bottom: 20px;
  font-weight: 300;
}

.cell-4, .cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.foto-sektion-3 {
  object-fit: fill;
  height: 600px;
  max-height: 600px;
  overflow: hidden;
}

.icon-white {
  margin-top: 24px;
  margin-bottom: -10px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.slider {
  height: 70%;
}

.scroll-anchor {
  margin-top: 0;
  position: relative;
  top: -125px;
}

.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;
}

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

.infoleiste-termin {
  background-color: var(--_bucki---red-main);
  margin-top: 0;
}

.telefonnummer-wei {
  color: var(--_bucki---white);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}

.flex-block-infoleiste {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.anfahrt {
  color: var(--_bucki---red-main);
  text-align: center;
  letter-spacing: .2px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 14px;
}

.foto-sektion-2-600 {
  object-fit: fill;
  height: 600px;
  max-height: 600px;
  overflow: hidden;
}

.footer {
  background-color: var(--_bucki---red-main);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.logo-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}

.simone-bucki-horiz-wei {
  color: var(--_bucki---white);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 600;
}

.praxis-horiz-weiss {
  color: var(--_bucki---white);
  text-align: left;
  letter-spacing: .2px;
  font-size: 12px;
}

.logo-header-wei {
  width: 100px;
  height: 100px;
  margin-bottom: 13px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.infoleiste-impressum-datenschutz {
  background-color: #8d4f6d;
  margin-top: 0;
}

.link-footer {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.flex-block-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.code-embed-medium, .list-item, .list-item-2 {
  display: none;
}

.slider-2 {
  height: 580px;
  max-height: 580px;
}

.patientenstimmen {
  background-color: var(--_bucki---white);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.flex-block-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.testimonial-card-red-slider {
  background-color: var(--_bucki---red-light-2);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-yellow-slider {
  background-color: var(--_bucki---color);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.slider-mobile {
  height: 600px;
  max-height: 600px;
  display: none;
}

.code-embed-mobile {
  display: none;
}

.adresse-header-mobile {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.text-block-2-mobile {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.image-mobile {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 0%;
  margin-top: 0;
  display: none;
  overflow: visible;
}

.adresse-header-footer-mobile {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.text-block-2-footer-mobile {
  color: var(--_bucki---white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.image-slider-mobile {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 0%;
  margin-top: 0;
  overflow: visible;
}

.link {
  color: var(--_bucki---white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_bucki---white);
  text-decoration-color: var(--_bucki---white);
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 700;
}

.link-2, .link-3, .link-3.w--current, .link-4, .link-5 {
  color: var(--_bucki---white);
}

.link-6 {
  color: var(--_bucki---red-main);
}

.testimonial-card-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_bucki---red-light);
  border-radius: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.slider-3 {
  aspect-ratio: 3 / 2;
  width: 80%;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .testimonial-slider-small {
    padding-top: 20px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slide-wrapper {
    vertical-align: baseline;
  }

  .testimonial-info {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: auto;
  }

  .testimonial-author {
    display: block;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading {
    font-size: 28px;
    line-height: 35px;
  }

  .topbarwrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .praxis {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-split-zeiten {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .introduction.margin-bottom-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .foto-sektion-1 {
    height: 300px;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 20%;
    overflow: visible;
  }

  .navbar-logo-left-2 {
    background-color: var(--_bucki---white);
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: var(--_bucki---white);
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
    max-width: 600px;
  }

  .nav-menu-two-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #fff0;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0;
    display: flex;
  }

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

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

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

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

  .logo-header {
    width: 40px;
    height: 40px;
  }

  .simone-bucki-horiz {
    margin-bottom: 0;
    font-size: 20px;
  }

  .praxis-horiz {
    font-size: 8px;
  }

  .telefonnummer-notdienst {
    margin-top: -8px;
  }

  .hero-split-foto {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .einfuehrung {
    padding-top: 20px;
  }

  .notdienst-karte {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-rot {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .introduction-large, .paragraph-large {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-card-red {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 50%;
  }

  .testimonial-yellow {
    align-self: stretch;
    width: 50%;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .adresse-header {
    padding-right: 0;
  }

  .heading-3-white {
    font-size: 20px;
    line-height: 24px;
  }

  .foto-sektion-3 {
    height: 320px;
  }

  .icon-white {
    width: 48px;
    height: 48px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .slider {
    width: 80%;
    height: auto;
  }

  .flex-block-infoleiste {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .anfahrt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foto-sektion-2-600 {
    height: 260px;
  }

  .slider-2 {
    height: 300px;
    max-height: 300px;
  }

  .patientenstimmen {
    padding-top: 20px;
  }

  .cell-7 {
    justify-content: flex-start;
  }

  .flex-block-testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .div-block-4 {
    z-index: auto;
    align-self: flex-end;
  }

  .image-5 {
    align-self: flex-end;
  }

  .testimonial-card-red-slider {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
  }

  .testimonial-yellow-slider {
    align-self: stretch;
    width: auto;
  }

  .slider-mobile {
    height: 300px;
    max-height: 300px;
  }

  .image-mobile, .image-slider-mobile {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 20%;
    overflow: visible;
  }

  .image-6 {
    max-width: 80%;
  }

  .testimonial-card-3 {
    align-self: stretch;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .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-link {
    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 #0000000d;
  }

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

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

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

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

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

  .testimonial-slider-small {
    padding: 0 40px;
  }

  .centered-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .testimonial-slider {
    margin-top: 20px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .hero-split {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-split-zeiten {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .introduction {
    font-size: 16px;
  }

  .introduction.margin-bottom-30 {
    padding-top: 20px;
    padding-left: 30px;
  }

  .foto-sektion-1 {
    height: 300px;
    max-height: 300px;
  }

  .image {
    object-fit: cover;
    overflow: visible;
  }

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

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

  .nav-menu-two-2 {
    background-color: var(--_bucki---white);
    border-radius: 20px;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 20px 30px;
    box-shadow: 0 2px 5px #0003;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .hero-split-foto {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .einfuehrung {
    padding: 20px 40px;
  }

  .notdienst {
    padding: 60px 15px;
  }

  .introduction-large, .paragraph-large {
    font-size: 16px;
    line-height: 22px;
  }

  .ansprache {
    padding: 40px;
  }

  .testimonial-card-red, .testimonial-yellow {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    margin-top: 0;
  }

  .text-block-2, .adresse-header {
    font-size: 12px;
  }

  .container-4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .infoleiste {
    margin-top: 78px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .leistungen {
    padding: 20px 20px 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .foto-sektion-3 {
    height: 280px;
    max-height: 280px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .flex-block-infoleiste {
    padding-right: 20px;
  }

  .foto-sektion-2-600 {
    height: 280px;
    max-height: 280px;
    overflow: hidden;
  }

  .footer {
    padding: 60px 15px;
  }

  .code-embed {
    width: 106%;
    display: none;
  }

  .code-embed-medium {
    width: 106%;
    display: block;
  }

  .list-item, .list-item-2 {
    display: block;
  }

  .slider-2 {
    display: none;
  }

  .patientenstimmen {
    padding: 0 40px;
  }

  .flex-block-testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .testimonial-card-red-slider, .testimonial-yellow-slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide {
    overflow: visible;
  }

  .slider-mobile {
    display: block;
  }

  .code-embed-mobile {
    width: 106%;
    display: block;
  }

  .adresse-header-mobile, .text-block-2-mobile {
    font-size: 12px;
  }

  .image-mobile {
    object-fit: cover;
    overflow: visible;
  }

  .adresse-header-footer-mobile, .text-block-2-footer-mobile {
    font-size: 12px;
  }

  .image-slider-mobile {
    object-fit: cover;
    overflow: visible;
  }

  .testimonial-card-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }

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

  .button-primary {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .testimonial-slider {
    display: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .foto-sektion-1 {
    height: 200px;
  }

  .image {
    display: none;
  }

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

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

  .testimonial-card-red, .testimonial-yellow {
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    margin-bottom: 10px;
  }

  .text-block-2, .adresse-header {
    display: none;
  }

  .foto-sektion-3 {
    height: 200px;
    max-height: 200px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .flex-block-infoleiste {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 4px 1px 5px;
    padding-right: 0;
  }

  .anfahrt {
    padding-top: 0;
  }

  .foto-sektion-2-600 {
    height: 180px;
  }

  .code-embed-medium {
    display: none;
  }

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

  .testimonial-card-red-slider, .testimonial-yellow-slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-mobile {
    height: 200px;
    max-height: 200px;
  }

  .code-embed-mobile {
    width: 80%;
  }

  .adresse-header-mobile, .text-block-2-mobile, .image-mobile, .adresse-header-footer-mobile, .text-block-2-footer-mobile, .image-slider-mobile {
    display: block;
  }

  .testimonial-card-3 {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_03b56667-e4f0-f55d-7c59-a7cf5f1787c1-5bf80850 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_03b56667-e4f0-f55d-7c59-a7cf5f1787c1-5bf80850 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Urbanist-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Bold.ttf') format('truetype'), url('../fonts/Urbanist-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}