:root {
  --gradiant_gold: #e09f4f73;
  --gradient_white: #ffffff30;
  --antique-white: #ffedd773;
  --slate-blue: #5750ce;
  --saddle-brown: #894d04;
  --white: white;
  --sandy-brown: #e09f4f;
  --dim-grey: dimgrey;
  --peru: #e2882d;
  --deep-sky-blue: #5fb5eae0;
  --chocolate-2: #e77315;
  --orange: #ffa130;
  --chocolate-3: #01c3c0;
  --black: #333;
  --hintergrund: #ffedd7;
  --dark-khaki: #bf985c;
  --sandy-brown-2: #e09f4f54;
  --chocolate: #c77636;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.welcome-section {
  background-image: repeating-linear-gradient(to top, var(--gradiant_gold), var(--gradient_white)), url('../images/Bildschirmfoto-2019-02-20-um-20.42.54-Kopie.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.story-section {
  background-color: var(--antique-white);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.recipes-section {
  background-image: linear-gradient(to top, var(--gradiant_gold), var(--gradient_white)), url('../images/badenweiler.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.menu-section {
  padding-top: 125px;
  padding-bottom: 125px;
  font-weight: 300;
  overflow: hidden;
}

.spices-section {
  background-image: linear-gradient(to top, var(--gradiant_gold), var(--gradient_white)), url('../images/badenweiler.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.delight-section {
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.order-section {
  background-color: #333;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.contacts-section {
  background-color: #262526;
  padding-top: 15px;
  padding-bottom: 25px;
  overflow: hidden;
}

.wide-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.welcome-text-1 {
  color: #bf985c;
  text-align: center;
  padding-top: 25%;
  font-family: Marck Script, sans-serif;
  font-size: 57px;
  line-height: 57px;
}

.title-cafe {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 58px;
  position: static;
}

.title-cafe.editable {
  font-family: Open Sans, sans-serif;
}

.spacer {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacer._1 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.welcome-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.top-navbar {
  background-color: #fff;
  border-bottom: 2px solid #69696933;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 700;
  transition: color .35s;
}

.top-nav-link:hover {
  color: #bf985c;
}

.top-nav-link.w--current {
  color: var(--slate-blue);
}

.top-nav-link.w--current:hover {
  color: #bf985c;
}

.top-nav-link._1 {
  color: #000;
  transition: color .35s;
}

.top-nav-link._1:hover {
  color: #bf985c;
}

.top-nav-link.callback {
  float: left;
  background-color: #6e2e00;
  border: 0 solid #bf985c;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .5s, color .5s;
}

.top-nav-link.callback:hover {
  color: #fff;
  background-color: #0009;
}

.logo-text {
  color: var(--slate-blue);
  border-bottom: 3px solid #fff;
  margin-left: 15px;
  margin-right: 50px;
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: 600;
}

.logo-text._1 {
  color: #000;
  border-bottom-color: #000;
}

.gold-text {
  color: var(--saddle-brown);
  font-size: 23px;
  text-decoration: none;
}

.top-menu-container {
  max-width: 1200px;
}

.down-arrow {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.story-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gold-header {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 11px #00000091;
  margin-bottom: 25px;
  font-family: Droid Serif, serif;
  font-size: 40px;
  font-weight: 400;
}

.black-header {
  text-align: center;
  letter-spacing: 3px;
  margin-top: -15px;
  font-size: 36px;
}

.black-header._2 {
  text-align: left;
  border: 1px #000;
  border-bottom: 2px solid #bf985c;
  margin-top: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 24px;
}

.link-1 {
  color: #bf985c;
  text-align: center;
  border-bottom: 2px solid #bf985c;
  width: 160px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-1._1 {
  float: left;
  clear: none;
  border-color: var(--white);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 215px;
  display: flex;
}

.link-1._2 {
  width: 140px;
}

.story-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: transform 1s;
}

.story-image.imgup {
  background-image: none;
  border-radius: 20px 0 0 20px;
}

.story-column-1 {
  padding-top: 44px;
}

.white-header {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -15px;
  font-size: 36px;
  font-weight: 300;
}

.menu-row {
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-image-column {
  background-image: linear-gradient(#5fb5eaa3, #5fb5eaa3), url('../images/badenweiler.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 10px solid #fff;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.menu-image {
  padding: 20px;
}

.delight-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.delight-image {
  padding-left: 20px;
  padding-right: 20px;
}

.order-header {
  color: #fff;
  text-align: center;
}

.order-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.order-label {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 300;
}

.order-checkbox {
  color: #fff;
}

.order-button {
  color: #bf985c;
  background-color: #000;
  border: 1px solid #bf985c;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  transition: background-color .3s, color .3s;
  display: block;
}

.order-button:hover {
  color: #000;
  background-color: #bf985c;
}

.order-button._1 {
  text-align: center;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
}

.success-message {
  border-radius: 5px;
  margin-top: 29px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.sucees-text {
  padding-bottom: 10px;
  font-size: 17px;
}

.top-arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}

.contacts-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 300;
}

.contacts-row {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contacts-text {
  color: var(--white);
  font-size: 17px;
  text-decoration: none;
}

.phone-text {
  color: var(--dim-grey);
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.map {
  max-width: 800px;
  max-height: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copyright {
  color: var(--peru);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.top-navbar-2 {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-navbar-2.show {
  display: block;
}

.lbox {
  z-index: 3000;
  display: none;
  position: fixed;
}

.lbox-bg {
  z-index: 1001;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  position: fixed;
}

.lbox-window {
  z-index: 1002;
  background-color: #fff;
  width: 35%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.lbox-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.lbox-button {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
}

.lbox-ok {
  background-color: #0000;
  font-size: 22px;
}

.lbox-close {
  color: #fff;
  font-size: 48px;
  text-decoration: none;
  position: absolute;
  top: -26px;
  right: -29px;
}

.menu-text {
  text-align: justify;
  margin-top: 15px;
}

.menu-title {
  text-align: center;
  margin-top: 50px;
}

.full-menu-container {
  margin-top: 50px;
}

.menu-number {
  color: #bf985c;
  font-size: 36px;
  font-weight: 400;
}

.error {
  color: #ca0000;
  background-color: #ffb8b8;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.text-1 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
}

.spasibo-cont {
  margin-top: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.spasibo-title {
  text-align: center;
}

.file {
  margin-top: 20px;
  margin-bottom: 15px;
  display: none;
}

.files-btn {
  color: #fff;
  cursor: pointer;
  background-color: #bf985c;
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-weight: 400;
  transition: background-color .35s;
  display: inline-block;
}

.files-btn:hover {
  background-color: #000;
}

.text-block {
  display: block;
}

.bold-text, .text-span, .bold-text-2 {
  display: inline-block;
}

.error-message {
  text-align: center;
  margin-top: 20px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-message-2, .div-block {
  margin-top: 20px;
}

.text-block-2 {
  margin-top: 15px;
}

.bold-text-3 {
  font-weight: 300;
}

.link-block {
  float: left;
  clear: none;
  text-decoration: none;
}

.menue {
  color: var(--saddle-brown);
  border-bottom: 3px solid #fff;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: 300;
}

.menue._1 {
  color: #000;
  border-bottom-color: #000;
}

.headlne-sympthome {
  color: #454545;
  text-align: left;
  margin-bottom: 25px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-text {
  color: var(--slate-blue);
  text-decoration: none;
}

.heading {
  color: #fff;
  text-align: center;
}

.heading-therapie-card {
  color: #fcfbfa;
  text-align: center;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.fullpic-profile {
  background-color: #f0a;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Group-22x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 410px;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  padding: 30px 30px 20px;
  display: flex;
}

.fullpic-profile-name {
  color: #fff;
  margin-bottom: 4px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.white-profile-tagline {
  color: #fff;
  font-weight: 300;
}

.tagline.tagline-promo-40 {
  color: #3336;
}

.fullpic-profile-bio {
  color: #fffc;
  margin-top: 10px;
  font-weight: 400;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.team-section {
  padding-top: 46px;
  padding-bottom: 126px;
  overflow: hidden;
}

.fullpic-profile-copy {
  background-color: #fff;
  background-image: linear-gradient(to top, var(--deep-sky-blue), #0000), url('../images/Group-22x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  padding: 30px 30px 20px;
  display: flex;
}

.menu-image-column-copy {
  background-image: linear-gradient(#bf985c54, #bf985c54), url('../images/badenweiler.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 10px solid #fff;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 6px 6px 20px #000000b8;
  margin-top: 515px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 108px;
  font-weight: 400;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 13px #000;
  margin-top: 59px;
  font-weight: 300;
}

.list {
  font-size: 19px;
  line-height: 32px;
}

.block-headline {
  color: #5e5e5e;
  text-align: left;
  text-shadow: none;
  margin-bottom: 25px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.profile-card-big-avatar {
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 190px;
  height: 190px;
}

.profile-card-big {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.button-2 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-2.profile-contact-big-button {
  background-color: var(--saddle-brown);
  margin-right: 10px;
}

.button-2.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-2.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-2.default-button.default-button-with-line {
  border: 1px solid #f4f4f4;
  padding: 8px 24px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button-2.default-button.default-button-with-line:hover {
  box-shadow: none;
  border-color: #c5d0de;
}

.big-profile-name {
  margin-bottom: 6px;
}

.actions-wrapper {
  padding-top: 7px;
}

.div-block-2 {
  background-color: #fff0;
  background-image: linear-gradient(to bottom, var(--gradiant_gold), var(--sandy-brown));
  border-radius: 100px;
  flex: 0 auto;
  height: 200px;
  padding: 5px;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.tint {
  background-color: #fff;
  padding-top: 107px;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.container {
  position: relative;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.text-column {
  padding-right: 20px;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.column {
  box-shadow: none;
  background-image: linear-gradient(#f0efd9ed, #f0efd9ed);
  height: 1080px;
}

.column-2 {
  background-image: linear-gradient(#f9414bf2, #f9414bf2);
  height: 1080px;
  box-shadow: inset 13px 0 33px -5px #00000082;
}

.section-2 {
  background-image: url('../images/Bildschirmfoto-2019-02-20-um-20.42.54.png');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.columns {
  height: 100px;
}

.div-block-3 {
  z-index: 1;
  background-color: var(--saddle-brown);
  position: static;
  inset: -41px 239px 0;
}

.gold-text-2 {
  color: var(--chocolate-2);
  font-family: "Exo 2", sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.top-nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 700;
  transition: color .35s;
}

.top-nav-link-2:hover {
  color: #bf985c;
}

.top-nav-link-2.w--current {
  color: #5750ce;
}

.top-nav-link-2.w--current:hover {
  color: #bf985c;
}

.top-nav-link-2.callback {
  float: left;
  background-color: var(--chocolate-2);
  border: 0 solid #bf985c;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .5s, color .5s;
}

.top-nav-link-2.callback {
  float: right;
  background-color: var(--peru);
  border: 0 solid #bf985c;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  transition: background-color .5s, color .5s;
}

.top-nav-link-2.callback {
  float: right;
  background-color: #e2882d;
  border: 0 solid #bf985c;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  transition: background-color .5s, color .5s;
}

.top-nav-link-2.callback:hover {
  color: #fff;
  background-color: #0009;
}

.top-nav-link-2.callback.w--current {
  color: #fff;
}

.menue-2 {
  color: #894d04;
  border-bottom: 3px solid #fff;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: 300;
}

.logo-text-2 {
  color: #5750ce;
  border-bottom: 3px solid #fff;
  margin-left: 15px;
  margin-right: 50px;
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: 600;
}

.welcome-section-2 {
  background-image: url('../images/Psychosomatik-bandenweiler.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 90%;
  position: static;
  overflow: hidden;
}

.column-3 {
  background-color: var(--orange);
  padding: 20px;
}

.paragraph {
  color: var(--white);
  text-align: left;
  margin-top: 30px;
}

.column-4 {
  background-color: var(--orange);
  flex-direction: column;
  align-items: stretch;
  padding: 20px 20px 35px;
  display: block;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
}

.section-3 {
  background-image: linear-gradient(#fff, #fff0), linear-gradient(#ffffff7d, #ffffff7d), url('../images/background_1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: -77px;
  margin-bottom: 100px;
}

.column-5 {
  background-color: var(--chocolate-3);
  padding: 20px;
}

.columns-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-5 {
  color: var(--saddle-brown);
  text-align: center;
  margin-top: -1px;
  margin-bottom: 0;
}

.container-2 {
  margin-top: 37px;
}

.container-3 {
  margin-top: 243px;
}

.container-4 {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container-5 {
  margin-top: 68px;
}

.container-6 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.section-4 {
  border-top: 2px solid var(--dim-grey);
  margin-left: 251px;
  margin-right: 251px;
  padding-top: 21px;
  padding-bottom: 30px;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.link-2 {
  color: #696969;
  text-decoration: underline;
}

.heading-7 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}

.heading-8 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.link-block-2 {
  text-decoration: none;
  position: absolute;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  text-indent: 0;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.section-5 {
  background-color: var(--chocolate-2);
}

.section-6 {
  background-color: var(--chocolate-2);
  background-image: linear-gradient(#e77315cc, #e77315cc), url('../images/haus1.jpg');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.heading-10 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
}

.heading-seite {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0;
}

.bold-text-4 {
  color: var(--white);
  text-align: center;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.section-7 {
  background-color: var(--peru);
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  transition: opacity .2s;
  display: block;
}

.heading-11 {
  color: var(--dim-grey);
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.heading-12 {
  color: var(--dim-grey);
  text-align: left;
  text-transform: none;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: block;
}

.section-8 {
  background-color: var(--white);
}

.heading-13 {
  color: var(--dim-grey);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  text-align: left;
  margin-top: 40px;
}

.section-9 {
  background-color: var(--antique-white);
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 140px;
}

.image, .image-2 {
  margin-top: 20px;
}

.columns-3 {
  margin-top: 40px;
  margin-bottom: 140px;
}

.section-66 {
  background-image: linear-gradient(#e09f4f73, #fff0), url('../images/badenweiler.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 30vw;
  display: flex;
}

.divaccordion {
  background-color: #fff;
  border-radius: 0;
  width: auto;
  margin: 10px auto 140px;
  display: block;
  overflow: visible;
}

.dropdownfeature {
  background-color: var(--white);
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 5px;
  overflow: visible;
  box-shadow: 0 5px 12px -5px #696969e0;
}

.dropdowntoggle {
  object-fit: fill;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.dropdownarrow {
  clear: left;
  flex: none;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.droplistfeature {
  background-color: #f8f8f8;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.divinsideaccordion {
  color: #fff;
  background-color: #e0e0e0;
  padding: 20px 35px;
}

.textaccordion {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.accordion {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-indent: 0;
  order: -1;
  margin-left: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 19px;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.heading-accordion {
  border-bottom: 0px solid var(--chocolate-2);
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--chocolate-2);
  color: #fff;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  margin: 20px auto;
  padding: 12px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
}

.btn-primary:hover {
  background-color: var(--dim-grey);
}

.btn-primary:active {
  background-color: #fc464e;
  box-shadow: 0 9px 30px #fc464e66;
}

.section-67 {
  background-color: var(--peru);
}

.heading-14 {
  color: #696969;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.team-img {
  overflow: hidden;
}

.team-img:hover {
  filter: blur(2px);
  transform: scale(1.05);
}

.div-block-4, .div-block-5 {
  overflow: hidden;
}

.paragraph-5 {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-11-copy {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.heading-accordion-copy {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.container-8 {
  margin-top: 40px;
}

.heading-accordion-2 {
  border-bottom: 0px solid var(--chocolate-2);
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.container-9 {
  margin-top: 60px;
}

.section-6-copy {
  background-color: var(--chocolate-2);
  background-image: linear-gradient(#e77315cc, #e77315cc), url('../images/haus1.jpg');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-88 {
  background-color: var(--chocolate-2);
  background-image: none;
  background-position: 0 0;
}

.container-10 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.container-11 {
  margin-top: 40px;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 25px;
}

.block-headline-copy {
  color: var(--white);
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  float: left;
  width: 2%;
  max-width: none;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.column-7 {
  border: 0 solid #ebebeb;
}

.submit-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #69696987;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #333;
}

.top-title {
  color: var(--chocolate-2);
  text-align: left;
  border-top: 1px solid #223555;
  border-bottom: 1px solid #000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.title-sub-text {
  color: var(--dim-grey);
  margin-top: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.free-quote-form-block {
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 50px 50px 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-2.free-quote-form {
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-4 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.div-block-8 {
  background-color: #ffffffd9;
  margin-top: 31px;
  padding: 28px 20px 40px;
  display: none;
  box-shadow: 0 5px 12px -5px #00000080;
}

.image-4 {
  max-width: 83%;
  position: absolute;
  inset: 0 auto auto -28%;
}

.line-divider {
  background-color: #223555;
  width: 40px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-subtitle {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  display: flex;
}

.free-quote-form-text-field {
  color: #ffffffbf;
  background-color: #ffffff26;
  border: 0 solid #000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 12.5px;
}

.free-quote-form-text-field:focus {
  color: #fff;
  background-color: #ffffff40;
}

.free-quote-form-text-field::placeholder {
  color: #ffffffbf;
}

.free-quote-form-wrapper {
  background-color: var(--chocolate-2);
  color: #fff;
  border-radius: 0;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: stretch;
  width: 73%;
  max-width: 1280px;
  height: auto;
  margin-top: -200px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px -5px #00000080;
}

.paragraph-7 {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 22px;
}

.about-section {
  z-index: 0;
  background-color: #fff;
  background-image: linear-gradient(to right, #0000, #fff), url('../images/saal-groß-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-8 {
  padding-left: 0;
}

.div-block-9 {
  overflow: visible;
}

.image-5 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-title-2 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--chocolate-2) var(--chocolate-2) var(--peru);
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.title-sub-text-2 {
  float: left;
  color: var(--peru);
  width: 100%;
  margin: 15px auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.free-quote-form-wrapper-2 {
  z-index: 1;
  background-color: var(--peru);
  color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px -5px #00000080;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.about-section-2 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff8a, #ffffff8a), url('../images/garten.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10 {
  z-index: 0;
  filter: grayscale();
  background-image: linear-gradient(to top, #08000000 45%, #fff 95%), linear-gradient(to right, #0000 78%, #fff), linear-gradient(#ffffffbf, #ffffffbf), url('../images/badenweiler.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  width: 100vw;
  height: 75em;
  display: block;
  position: absolute;
  inset: 0% auto auto -28%;
}

.container-12 {
  z-index: 2;
  flex: 1;
  order: 1;
  align-self: auto;
  position: relative;
  overflow: hidden;
}

.title-sub-text-2-copy {
  color: var(--white);
  text-align: center;
  width: 66%;
  margin: auto auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  float: left;
  max-width: 99%;
  margin: 10px auto;
  display: block;
}

.div-block-11 {
  box-shadow: none;
  background-color: #fff;
  width: 66%;
  margin: 10px auto;
  padding: 20px 10px;
}

.column-9 {
  margin-top: 0;
}

.columns-5 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-15 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.container-13 {
  background-color: #ffffffe6;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-10-copy {
  z-index: 0;
  filter: none;
  background-image: linear-gradient(to top, #08000000 45%, #fff 95%), linear-gradient(270deg, #0000 78%, #fff), linear-gradient(#ffffffbf, #ffffffbf);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  width: 100em;
  height: 95em;
  display: block;
  position: absolute;
  inset: 0% -28% auto auto;
  overflow: visible;
}

.div-block-19 {
  z-index: 0;
  filter: grayscale(0%);
  background-image: url('../images/DSC_1824.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 140vw;
  height: 69em;
  padding-top: 33px;
  display: block;
  position: absolute;
  inset: 0% auto auto -28%;
  overflow: visible;
}

.about-section-2-copy {
  background-image: url('../images/behandlung.jpg'), linear-gradient(to bottom, var(--antique-white), white);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 55%, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  padding: 100px 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto 0;
}

.container-14 {
  z-index: 2;
  position: relative;
}

.image-8 {
  max-width: 44%;
  margin-top: 120px;
  position: relative;
  left: 0%;
}

.column-10 {
  border-bottom: 8px solid var(--peru);
  background-color: #fffffff2;
  padding: 20px;
  box-shadow: 0 5px 12px -5px #00000080;
}

.align-center {
  text-align: center;
}

.title-sub-text-copy {
  color: #52678b;
  margin-top: 15px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.top-title-center {
  border-top: 0 solid #223555;
  border-bottom: 2px solid var(--chocolate-2);
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
}

.space-divider {
  height: 20px;
}

.space-divider.medium {
  height: 40px;
}

.div-block-21 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 5%;
}

.button-3 {
  color: #223555;
  background-color: #0000;
  border: 1px solid #000;
  border-left: 0 solid #223555;
  border-right-width: 0;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.icon-xl-block-2 {
  background-color: #223555;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  box-shadow: 0 5px 25px -5px #00000080;
}

.heading-7-desktop {
  color: var(--black);
  margin-top: 10px;
}

.heading-16 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
}

.about-column-pragraph-2 {
  direction: ltr;
  color: #666;
  text-align: left;
  text-indent: 0;
  column-count: 0;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-17 {
  color: #555;
  text-align: center;
  margin-top: 10px;
}

.about-block-2 {
  border-bottom: 8px solid var(--peru);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px -5px #00000080;
}

.heading-18 {
  color: #555;
  margin-top: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

.heading-7-mobile {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.icon-xl-2 {
  z-index: 1;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.section-89 {
  background-color: var(--antique-white);
  background-image: url('../images/background.png');
  background-position: 50% -2%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 140px;
  position: relative;
}

.bold-text-5 {
  border-bottom: 0px solid var(--chocolate-2);
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  display: block;
}

.list-3 {
  color: var(--dim-grey);
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 20px;
  list-style-type: disc;
}

.list-item-3 {
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-6 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  display: block;
}

.bold-text-7 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
  display: block;
}

.heading-19 {
  float: right;
  color: #74368a;
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 60px;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
  line-height: 38px;
}

.list-3-copy {
  color: var(--dim-grey);
  align-self: flex-start;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  list-style-type: disc;
}

.icon-3 {
  color: #000;
  display: none;
}

.image-9 {
  box-shadow: 0 6px 20px -3px var(--white);
  border: 0 solid #000;
}

.image-3-copy {
  border: 0 solid #f800b6;
  box-shadow: 0 5px 12px -5px #000;
}

.slider-wrapper-wide-2 {
  height: 100%;
  display: flex;
}

.logo-wrapper-wide-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 5px;
  display: flex;
  overflow: visible;
}

.slide-2 {
  height: 100%;
  padding-bottom: 0;
  padding-left: 85px;
  padding-right: 85px;
}

.link-block-5 {
  width: 25%;
}

.slider-3 {
  background-color: #0000;
  order: 1;
  height: 31%;
  top: auto;
}

.slide-nav-2 {
  margin-top: 0;
  inset: auto 0% 0%;
}

.slider-4 {
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-5 {
  width: 100%;
  display: block;
}

.container-15 {
  flex: 0 auto;
  order: 1;
  align-self: auto;
  position: relative;
  top: -178px;
}

.column-11, .column-12 {
  padding-left: 0;
  padding-right: 0;
}

.column-13 {
  object-fit: fill;
  background-image: url('../images/IMG_7348.JPG');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mask {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.text-box {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  bottom: 0;
}

.h1 {
  font-size: 26px;
}

.arrow {
  width: 25%;
}

.c-gallery-nav {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  display: flex;
  position: relative;
}

.c-gallery-nav__link {
  background-color: #fff0;
  border-left: 4px solid #b4262600;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.c-gallery-nav__link.order--first {
  background-color: #fff;
  border-left-color: #b42626;
}

.highlight__text {
  flex: none;
  width: 230px;
}

.c-gallery-panel__image-03 {
  flex-direction: column;
  flex: none;
  display: none;
  position: relative;
}

.c-gallery-panel {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-gallery-panel__highlight {
  z-index: auto;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-gallery-panel__highlight.highlight--order-01 {
  top: 100px;
  left: 90px;
}

.c-gallery-panel__highlight.highlight--order-03 {
  top: 140px;
  left: 218px;
}

.c-gallery-panel__highlight.highlight--order-02 {
  top: 500px;
  left: 270px;
}

.highlight__content {
  background-color: #fff;
  align-items: center;
  width: 250px;
  margin-left: 40px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 0 10px 4px #0000000d;
}

.c-gallery-panel__image-02 {
  flex-direction: column;
  flex: none;
  display: none;
}

.highlight__icon {
  color: #fff;
  background-color: #b42626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.c-gallery-panel__image-01 {
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.highlight__toggle {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 #b426264d;
}

.highlight__toggle:hover {
  box-shadow: 0 0 10px 5px #b4262633;
}

.image-10 {
  z-index: 0;
  display: block;
  position: absolute;
  inset: auto 2% 1% auto;
}

.team-column-pragraph {
  color: #666;
  text-align: left;
}

.lawyer-image {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-8.lawyers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-7 {
  width: 100%;
}

.slide-nav {
  background-color: var(--chocolate-2);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.slider-2.lawyers {
  background-color: #0000;
  margin-top: 0;
}

.lawyers-text-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.lawyers-image-block {
  border-bottom: 0 solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
  position: relative;
}

.mask-2 {
  background-color: var(--white);
}

.div-block-6 {
  z-index: 0;
  box-shadow: none;
  background-color: #ebebeb;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
}

.heading-20 {
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.slide-lawyers {
  background-color: #fff;
  width: 50%;
}

.section-90 {
  background-color: var(--chocolate-2);
}

.section-91 {
  background-image: linear-gradient(to bottom, var(--antique-white), white);
  margin-bottom: 140px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-11 {
  max-width: 70%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.columns-6 {
  background-color: #fff0;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
}

.column-15 {
  background-color: #ffffffe6;
  padding: 40px 20px 0;
  box-shadow: 0 5px 12px -5px #00000080;
}

.top-title-3 {
  border-top: 0 solid #223555;
  border-bottom: 2px solid var(--peru);
  color: #223555;
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.title-sub-text-3 {
  color: var(--peru);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-9 {
  color: var(--dim-grey);
  text-align: left;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 30px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  left: 0;
}

.container-16 {
  padding-top: 40px;
}

.section-92 {
  background-color: var(--peru);
  margin-top: 0;
  padding-bottom: 40px;
}

.image-12 {
  z-index: 0;
  max-width: 80%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.container-17 {
  border-bottom: 8px solid var(--peru);
  background-color: #ffffffe8;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0 5px 12px -5px #00000080;
}

.button-3-copy {
  color: #223555;
  background-color: #0000;
  border: 1px solid #000;
  border-left: 0 solid #223555;
  border-right-width: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
  overflow: visible;
}

.link-block-6 {
  float: right;
  color: var(--dim-grey);
  margin-left: 40px;
  text-decoration: none;
  position: relative;
}

.heading-21 {
  margin-top: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 248px;
  overflow: visible;
}

.div-block-22 {
  margin-top: 16px;
}

.heading-22 {
  border-bottom: 2px solid var(--chocolate-2);
  color: var(--dim-grey);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.image-7-copy {
  float: left;
  margin: 0 auto 20px 20px;
  display: block;
}

.heading-22-copy {
  color: var(--dim-grey);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

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

.link-block-7.w--current {
  margin-left: auto;
  margin-right: auto;
}

.columns-22 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-18 {
  background-color: var(--chocolate-2);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-4-copy {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-copy {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.heading-9-copy {
  color: var(--white);
  text-align: center;
  text-indent: 0;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

.container-19 {
  display: flex;
}

.div-block-23 {
  background-color: var(--chocolate-3);
  width: 50%;
  margin-right: 5px;
  padding: 20px;
}

.div-block-24 {
  background-color: var(--orange);
  width: 50%;
  margin-left: 5px;
  padding: 20px;
}

.link-block-8 {
  background-color: var(--peru);
  width: 100%;
  padding: 30px 20px;
  text-decoration: none;
}

.section-93 {
  background-color: var(--peru);
  margin-top: -49px;
  margin-bottom: -10px;
  overflow: hidden;
}

.container-20 {
  background-color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 5px 12px -5px #00000080;
}

.container-21 {
  padding-bottom: 40px;
}

.section-94 {
  background-image: linear-gradient(to bottom, var(--antique-white), white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.container-22 {
  background-color: #e77315;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-4-copy-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
}

.paragraph-copy-2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-9-copy-2 {
  color: #fff;
  text-align: center;
  text-indent: 0;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

.paragraph-copy-copy {
  color: var(--white);
  text-align: center;
  order: -1;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-7-copy {
  background-color: var(--peru);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 10%;
  display: flex;
}

.dropdownarrow-copy {
  color: var(--white);
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: rotate(270deg);
}

.paragraph-copy-copy-copy {
  color: var(--white);
  text-align: center;
  flex: 1;
  order: -1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text-8 {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.bold-text-9 {
  font-family: "Exo 2", sans-serif;
}

.image-14 {
  opacity: .68;
  max-width: 100vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/DSC09927_front_large.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100vw;
  margin: 20px auto 60px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
}

.bold-text-9-copy {
  color: var(--chocolate-2);
  text-shadow: 2px 2px 3px #000;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.container-23 {
  margin-top: 100px;
}

.div-block-26-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aussenansicht-cassiopeia-therme-badenweiler.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100vw;
  margin: 20px auto 60px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
}

.div-block-25-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 38%;
  padding-right: 38%;
  display: flex;
}

.image-15 {
  margin-left: 100%;
}

.container-24 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.title-sub-text-4 {
  float: left;
  color: var(--chocolate-2);
  width: 100%;
  margin: 15px auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.title-sub-text-5 {
  float: left;
  color: var(--white);
  width: 100%;
  margin: 15px auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.title-sub-text-6 {
  float: left;
  color: var(--white);
  width: 100%;
  margin: 0 auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.heading-15-copy {
  margin-top: 60px;
  margin-bottom: 10px;
}

.heading-23 {
  margin-left: 100%;
  font-size: 19px;
}

.columns-23 {
  border-style: solid;
  border-width: 13px 1px 1px;
  border-color: var(--peru) var(--chocolate-2) var(--chocolate-2);
  overflow: visible;
}

.paragraph-10 {
  color: var(--peru);
  text-align: left;
  padding: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

.heading-24 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--peru);
}

.section-95 {
  background-color: var(--peru);
  padding-bottom: 15px;
}

.container-25 {
  border-bottom: 8px solid var(--peru);
  background-color: var(--white);
  box-shadow: 4px 4px 25px -5px #00000080;
}

.section-93-copy {
  margin-top: -49px;
  margin-bottom: 90px;
}

.link-block-9 {
  float: right;
  color: #696969;
  margin-left: 40px;
  text-decoration: none;
  position: relative;
}

.image-16 {
  max-width: 101%;
}

.bold-text-4-mobile {
  color: var(--white);
  text-align: left;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: none;
}

.container-17-copy {
  border-bottom: 0px solid var(--peru);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 5px 12px -5px #00000080;
}

.top-title-2-copy {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--chocolate-2) var(--chocolate-2) var(--peru);
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.columns-24 {
  align-items: center;
  display: flex;
}

.bold-text-4-copy {
  color: var(--white);
  text-align: center;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: none;
}

.paragraph-6-copy {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 25px;
  display: none;
}

.columns-25 {
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-27 {
  background-color: #ffffffe6;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 14px 22px;
}

.top-title-2-22 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--chocolate-2) var(--chocolate-2) var(--peru);
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

._1 {
  color: var(--peru);
}

.paragraph-8-copy {
  color: var(--peru);
  text-align: left;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.container-25-copy {
  border-bottom: 8px solid var(--peru);
  background-color: var(--white);
  margin-top: 20px;
  padding-top: 50px;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.bold-text-7-copy {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
  display: block;
}

.columns-26 {
  margin-bottom: 20px;
  padding-top: 20px;
}

.list-3-copy-copy {
  color: var(--dim-grey);
  align-self: flex-start;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  list-style-type: disc;
  display: none;
}

.list-3-copy-desktop {
  color: var(--dim-grey);
  align-self: flex-start;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  list-style-type: disc;
}

.mobile {
  display: none;
}

.container-27 {
  background-color: var(--white);
  flex-direction: row;
  margin-bottom: 20px;
  display: block;
}

.div-block-28 {
  border-bottom: 8px solid var(--peru);
  align-items: center;
  max-width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.paragraph-11 {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.div-block-29 {
  margin-left: 20px;
}

.image-17, .image-18 {
  max-width: 33%;
}

.paragraph-12 {
  text-align: left;
  margin-right: 20px;
}

.section-96 {
  background-color: var(--antique-white);
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 100px;
  padding-top: 60px;
}

.image-19 {
  border-bottom: 8px solid var(--peru);
  max-width: 110%;
  display: inline;
  overflow: hidden;
}

.image-20 {
  border-bottom: 8px solid var(--peru);
}

.bold-text-13 {
  color: var(--peru);
}

.paragraph-88 {
  color: var(--peru);
  text-align: left;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}

.column-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-31 {
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-21 {
  max-width: 99%;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.link-block-10 {
  max-width: 33%;
}

.link-block-10:hover {
  transform: scale(1.03);
}

.link-block-11, .link-block-12 {
  max-width: 33%;
}

.navbar-2 {
  box-shadow: none;
  background-color: #fff;
  height: 84px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-3 {
  cursor: pointer;
  width: auto;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-49 {
  position: relative;
  top: 9px;
}

.navmenu-2 {
  float: left;
}

.navlink-2 {
  color: var(--peru);
  text-transform: none;
  padding-top: 36px;
  padding-bottom: 25px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: margin-bottom .3s;
  overflow: visible;
}

.navlink-2:hover {
  border-bottom: 3px solid var(--peru);
  text-decoration: none;
}

.navlink-2.w--current {
  border-bottom: 3px solid var(--peru);
  color: var(--dim-grey);
  cursor: pointer;
}

.navlink-2.weiterbildung {
  display: none;
  overflow: visible;
}

.container-29 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-30 {
  display: block;
  position: relative;
}

.brand-wrapper {
  width: 12%;
  margin-right: 2%;
  line-height: 60px;
}

.brand-wrapper.w--current {
  float: left;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  margin-right: 2%;
  line-height: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.image-50 {
  padding-bottom: 0;
}

.nav-link {
  float: left;
  color: var(--peru);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  color: #fff;
  background-color: #3f4345;
  padding-left: 20px;
}

.nav-link.right {
  float: right;
  background-color: var(--peru);
  color: var(--white);
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-menu {
  float: left;
  width: 83%;
  display: block;
}

.navbar {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-2 {
  float: right;
  clear: none;
  color: #696969;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link-2:hover {
  color: #e2882d;
  background-color: #e2882d00;
}

.nav-link-2.w--current {
  color: #696969;
  background-color: #3f434500;
  padding-left: 20px;
}

.nav-link-2.right {
  float: right;
  color: #fff;
  background-color: #e2882d;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-3 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.link-block-13 {
  color: var(--dim-grey);
  text-decoration: none;
}

.phone-text-2 {
  float: none;
  clear: right;
  color: #696969;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-family: "Exo 2", sans-serif;
  font-size: 19px;
}

.column-19 {
  text-align: right;
}

.bold-text-14 {
  color: var(--dim-grey);
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.image-51 {
  max-width: 30%;
  display: block;
  position: relative;
}

.image-52 {
  min-width: 33%;
  max-width: 30%;
}

.image-52.heller {
  filter: brightness(147%);
}

.image-53, .image-54, .image-55 {
  min-width: 33%;
  max-width: 30%;
}

.image-55.heller {
  filter: brightness(147%);
}

.section-96-copy {
  margin-bottom: 100px;
  padding-top: 60px;
}

.section-67-copy {
  background-color: var(--white);
}

.bold-text-44 {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.free-quote-form-wrapper-3 {
  color: #fff;
  background-color: #223555f2;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px -5px #00000080;
}

.section-subtitle-2 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  display: flex;
}

.submit-button-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #222;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 600;
}

.submit-button-2:hover {
  background-color: #333;
}

.section-97 {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.mini-title-2 {
  color: #e8ecf1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 14px;
  position: relative;
}

.mini-title-2.white {
  color: #fff;
}

.text-field {
  color: #c4c4c4;
  border: 1px solid #fff;
  border-top-style: none;
  border-bottom-color: #ececec;
  height: 38px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #3f87ec;
}

.text-field:focus {
  border-color: #fff #fff #3f87ec;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.content-wrapper-4 {
  top: -1px;
}

.heading-25 {
  color: #fff;
  font-family: "Exo 2", sans-serif;
}

.right-column-contact-form {
  float: right;
  background-color: #fff;
  width: 60%;
  min-height: 670px;
  padding: 45px 45px 40px;
}

.field-label {
  color: #8ea3b3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-size: 9px;
  line-height: 14px;
}

.contact-form {
  border-bottom: 8px solid var(--peru);
  width: 100%;
  height: auto;
  transition: all .2s;
  position: relative;
  box-shadow: 0 5px 12px -5px #27272780;
}

.input-box {
  margin-bottom: 30px;
}

.button-4 {
  box-shadow: none;
  color: #024fba;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #024fbaed;
  border-radius: 30px;
  min-width: 130px;
  height: 50px;
  margin-top: 30px;
  margin-left: 198px;
  margin-right: 198px;
  padding: 16px 30px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  position: static;
}

.button-4:hover {
  color: #fff;
  background-color: #024aad;
  text-decoration: none;
}

.button-4.long {
  border-color: var(--peru);
  box-shadow: none;
  color: var(--peru);
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 15px;
  font-family: "Exo 2", sans-serif;
  display: block;
}

.button-4.long:hover {
  background-color: var(--peru);
  color: var(--white);
  border-width: 0;
}

.button-4.long {
  box-shadow: none;
  color: #e2882d;
  border-color: #e2882d;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 15px;
  font-family: "Exo 2", sans-serif;
  display: block;
}

.button-4.long:hover {
  color: #fff;
  background-color: #e2882d;
  border-width: 0;
}

.paragraph-89 {
  margin-bottom: 60px;
}

.paragraph-89.mini {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.paragraph-89.white {
  float: none;
  clear: left;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Exo 2", sans-serif;
  line-height: 22px;
  display: block;
}

.text-area {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: border .3s;
}

.text-area:hover {
  border-color: #3f87ec;
}

.paragraph-box {
  margin-top: 15px;
  display: block;
}

.paragraph-box.small {
  width: 80%;
}

.white-line {
  background-color: var(--peru);
  border-radius: 3px;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-section {
  padding-top: 5%;
  padding-bottom: 5%;
  font-weight: 700;
}

.content-section.light-blue {
  background-color: #f1f4f9;
}

.content-section.light-blue.more-inner-padding {
  background-color: var(--antique-white);
  background-image: url('../images/background.png');
  background-position: 50% -1%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding-top: 28px;
}

.error-message-2 {
  padding-top: 16px;
}

.left-column-contact-form {
  float: left;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/DSC_1845-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 40%;
  height: 100%;
  padding: 55px 30px 65px 35px;
  position: absolute;
}

.bold-text-45, .bold-text-46 {
  color: var(--peru);
}

.welcome-section-2-copy {
  background-image: url('../images/Psychosomatik-bandenweiler.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 70%;
  display: none;
  position: static;
  overflow: hidden;
}

.div-block-28-copy {
  border-bottom: 8px solid var(--peru);
  align-items: flex-start;
  max-width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.div-block-33 {
  border-bottom: 8px solid var(--peru);
  align-items: center;
  max-width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.link-3, .link-4 {
  color: var(--peru);
}

.section-999 {
  background-color: var(--peru);
  margin-top: -49px;
  margin-bottom: 0;
  overflow: hidden;
}

.about-section-2-copy-copy {
  background-image: linear-gradient(to bottom, var(--antique-white), white);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: auto;
  padding: 100px 25px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-56 {
  margin-bottom: 20px;
}

.container-news {
  z-index: 2;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-57 {
  width: 100%;
  padding: 10px 0;
}

.bold-text-47 {
  font-size: 20px;
}

.columns-27 {
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-34 {
  background-color: var(--chocolate-2);
  width: 260px;
  height: 140px;
  position: absolute;
}

.div-block-35 {
  background-color: var(--peru);
  flex-direction: column;
  order: 1;
  align-self: auto;
  width: 60%;
  margin-top: 0;
  padding: 20px 10px 10px 15px;
  display: flex;
  overflow: visible;
}

.bold-text-48 {
  color: var(--white);
  width: 100%;
  line-height: 30px;
  text-decoration: none;
}

.bold-text-49, .bold-text-50 {
  color: var(--white);
}

.heading-26 {
  border-bottom: 2px solid var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 42px;
  text-decoration: none;
}

.div-block-36 {
  width: 33%;
  height: 100vh;
  position: sticky;
  overflow: hidden;
}

.div-block-37 {
  clear: left;
  background-color: var(--white);
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.container-31 {
  display: flex;
}

.lottie-animation {
  flex: none;
  width: 110%;
}

.bold-text-51 {
  font-size: 24px;
  text-decoration: line-through;
}

.section-1000 {
  background-color: var(--hintergrund);
  color: #000;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.heading-27 {
  color: #fff;
  letter-spacing: 9px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-2 {
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.grid-content-holder-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 60px;
  display: flex;
}

.text-span-3 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 70px;
}

.full-height-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 66vh;
  padding: 0 100px 220px;
  display: flex;
}

.paragraph-90 {
  color: #fff;
  text-align: left;
  max-width: 560px;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.5;
}

.bold-text-52 {
  font-size: 24px;
}

.div-block-38 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 47%;
  height: 100vh;
  padding-top: 140px;
  padding-right: 10px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.bold-text-53 {
  font-size: 24px;
  line-height: 1.5;
}

.big-text-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 100px;
  font-size: 72px;
  font-weight: 400;
  line-height: 50px;
}

.full-height-container-first {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 66vh;
  padding: 0 100px;
  display: flex;
}

.button-holder {
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.datum {
  color: var(--white);
  text-decoration: none;
}

.column-20 {
  align-self: auto;
}

.top-title-22 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--chocolate-2) var(--chocolate-2) var(--peru);
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17 {
  margin-bottom: 20px;
  text-decoration: none;
}

.container-32 {
  background-color: var(--white);
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.heading-28 {
  font-family: "Exo 2", sans-serif;
}

.top-title-23 {
  color: #696969;
  text-align: left;
  border: 0 solid #e77315;
  border-bottom: 2px solid #e2882d;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}

.paragraph-88-copy {
  color: #e2882d;
  text-align: left;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.paragraph-11-copy {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.list-3-copy-2 {
  color: #696969;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: disc;
}

.section-100 {
  background-color: var(--antique-white);
  background-image: url('../images/background.png');
  background-position: 50% -1%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.link-5 {
  color: var(--peru);
}

.link-6 {
  color: #e2882d;
}

.white-line-2 {
  background-color: #e2882d;
  border-radius: 3px;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-form-2 {
  border-bottom: 8px solid #e2882d;
  width: 100%;
  height: auto;
  transition: all .2s;
  position: relative;
  box-shadow: 0 5px 12px -5px #27272780;
}

.paragraph-888 {
  color: var(--peru);
  text-align: left;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-29 {
  color: var(--white);
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.heading-26-copy {
  border-bottom: 2px solid var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 42px;
  text-decoration: none;
}

.grey {
  color: var(--dim-grey);
}

.paragraph-88-copy-copy {
  color: #e2882d;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.link-7 {
  color: var(--peru);
  text-decoration: none;
}

.heading-29-copy {
  color: var(--white);
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.bold-text-55 {
  font-weight: 600;
}

.bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78 {
  color: var(--peru);
}

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

.slider-6 {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
}

.image-58 {
  max-width: 2vh;
}

.image-59 {
  object-fit: cover;
}

.list-item-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.list-4 {
  margin-top: 20px;
}

.bold-text-80, .link-8, .bold-text-81, .bold-text-82, .bold-text-83, .link-9, .bold-text-84, .bold-text-85, .bold-text-86, .link-10, .bold-text-87, .link-11 {
  color: var(--peru);
}

.image-60 {
  margin-bottom: 40px;
  padding-left: 30px;
}

.link-block-17-copy, .link-block-14-copy {
  margin-bottom: 20px;
  text-decoration: none;
}

.text-span-4 {
  color: var(--peru);
}

.weiterbildungen-section {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white)), url('../images/garten.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.italic-text {
  text-align: left;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.section-7-copy-2 {
  background-color: var(--peru);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.bold-text-88 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.bold-text-4-mobile-2 {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: none;
}

.heading-30 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.container-21-copy {
  padding-bottom: 0;
}

.accordion-2 {
  color: #696969;
  letter-spacing: 0;
  text-indent: 0;
  order: -1;
  margin-left: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 19px;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.dropdownfeature-2 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 5px;
  box-shadow: 0 5px 12px -5px #696969e0;
}

.container-33 {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 5px 12px -5px #00000080;
}

.textaccordion-2 {
  color: #696969;
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.section-1001 {
  background-color: #ffedd773;
  background-image: url('../images/background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-bottom: 140px;
}

.div-block-39 {
  height: auto;
  margin-bottom: 30px;
  padding-top: 0;
}

.column-21 {
  background-color: #fffffff2;
  border-bottom: 8px solid #e2882d;
  padding: 20px;
  box-shadow: 0 5px 12px -5px #00000080;
}

.paragraph-889 {
  color: #e2882d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-890 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.div-block-40 {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-27-copy {
  background-color: #ffffffe6;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 14px 0;
}

.columns-28 {
  border: 1px solid #e77315;
  border-top: 13px solid #e2882d;
}

.image-61 {
  border-bottom: 8px solid #e2882d;
}

.button-artikel {
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--chocolate-2);
  color: #223555;
  background-color: #0000;
  margin: 20px auto 40px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
  overflow: visible;
}

.link-12 {
  border-bottom: 1px solid var(--chocolate-2);
  color: var(--chocolate-2);
  text-decoration: none;
}

.link-13 {
  color: var(--chocolate-2);
}

.paragraph-10-copy {
  color: var(--dim-grey);
  text-align: center;
  padding: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.paragraph-8-copy {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-89 {
  padding-left: 0;
}

.bold-text-90, .bold-text-91 {
  margin-left: 30px;
}

.button-artikel-2 {
  color: #223555;
  background-color: #0000;
  border: 2px solid #e77315;
  border-width: 2px 0;
  margin: 20px auto 40px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
  overflow: visible;
}

.list-3-copy-3 {
  color: #696969;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: disc;
}

.list-3-copy-3-copy {
  color: #696969;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: disc;
}

.text-span-5 {
  color: var(--chocolate-2);
  text-decoration: underline;
}

.link-14 {
  text-decoration: none;
}

.link-15, .link-16, .link-17, .link-18 {
  color: var(--chocolate-2);
}

.image-62, .image-63, .image-64, .image-65 {
  max-width: 25vw;
}

.column-88 {
  object-fit: fill;
  background-image: url('../images/monika-spahl.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-55 {
  object-fit: fill;
  background-image: url('../images/IMG_1394.JPG');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-44 {
  object-fit: fill;
  background-image: url('../images/IMG_0007.JPG');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.italic-text-2 {
  font-style: normal;
}

.weiterbildungen-section-2 {
  background-color: #fff;
  background-image: linear-gradient(#ffedd773, #ffedd773), url('../images/garten.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-891 {
  color: #e2882d;
  text-align: left;
  padding: 30px 30px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.columns-29 {
  border: 1px solid #e77315;
  border-top: 13px solid #e2882d;
  overflow: visible;
}

.section-7-copy-3 {
  background-color: #e2882d;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.columns-23-copy {
  border-style: solid;
  border-width: 13px 1px 1px;
  border-color: var(--peru) var(--chocolate-2) var(--chocolate-2);
  overflow: visible;
}

.column-13-copy {
  object-fit: fill;
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-88-copy {
  object-fit: fill;
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-55-copy {
  object-fit: fill;
  background-image: url('../images/4.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-44-copy {
  object-fit: fill;
  background-image: url('../images/6.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-133 {
  object-fit: fill;
  background-image: url('../images/2.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-888 {
  object-fit: fill;
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-555 {
  object-fit: fill;
  background-image: url('../images/weiterbildung.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-444 {
  object-fit: fill;
  background-image: url('../images/weiterbildung-1.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.link-19, .link-20, .link-21, .link-22, .bold-text-92, .bold-text-93, .bold-text-94, .bold-text-95 {
  color: var(--peru);
}

.bold-text-96 {
  object-fit: fill;
  overflow-wrap: normal;
  overflow: visible;
}

.heading-31 {
  font-size: 26px;
}

.bold-text-97 {
  font-size: 24px;
}

.bold-text-98 {
  font-size: 18px;
}

.heading-32 {
  margin-top: 10px;
}

.navbar-4 {
  box-shadow: none;
  background-color: #fff;
  height: 84px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.image-66 {
  position: relative;
  top: 9px;
}

.navlink-3 {
  color: #e2882d;
  text-transform: none;
  padding-top: 36px;
  padding-bottom: 25px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: margin-bottom .3s;
  overflow: visible;
}

.navlink-3:hover {
  border-bottom: 3px solid #e2882d;
  text-decoration: none;
}

.navlink-3.w--current {
  color: #696969;
  cursor: pointer;
  border-bottom: 3px solid #e2882d;
}

.section-1002 {
  background-color: #e2882d;
}

.heading-seite-2 {
  color: #333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.bold-text-99 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.div-block-41 {
  margin-left: 20px;
}

.paragraph-892 {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.container-34 {
  background-color: #fff;
  flex-direction: row;
  margin-bottom: 20px;
  display: block;
}

.section-1003 {
  background-color: #ffedd773;
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 100px;
  padding-top: 60px;
}

.div-block-42, .div-block-43 {
  border-bottom: 8px solid #e2882d;
  align-items: center;
  max-width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 4px 4px 25px -5px #00000080;
}

.link-block-19 {
  color: #696969;
  text-decoration: none;
}

.copyright-2 {
  color: #e2882d;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-889 {
  text-align: right;
}

.bold-text-100 {
  font-weight: 600;
}

.bold-text-101 {
  color: #696969;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.phone-text-3 {
  float: none;
  clear: right;
  color: #696969;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-family: "Exo 2", sans-serif;
  font-size: 19px;
}

.contacts-text-2 {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-from-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="move-from-right"], html.w-mod-js [data-ix="move-from-right-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="move-from-left-2"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="slider"] {
  opacity: .3;
  transform: scale(.8);
}

html.w-mod-js [data-ix="text"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="contact-form-initial-appearance"] {
  opacity: 0;
  transform: translate(0, 15px);
}

html.w-mod-js [data-ix="heres-what-we-think"] {
  opacity: 0;
  transform: translate(0, -50px);
}

@media screen and (max-width: 991px) {
  .recipes-section {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .welcome-text-1 {
    padding-top: 45%;
  }

  .top-nav-link {
    background-color: #000;
  }

  .top-nav-link._1 {
    color: #fff;
  }

  .top-nav-link.callback {
    background-color: #000;
  }

  .top-nav-link.callback:hover {
    color: #fff;
    background-color: #000;
  }

  .link-1._2 {
    margin-bottom: 15px;
  }

  .story-image {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .top-menu-icon {
    color: #fff;
  }

  .top-menu-button.w--open {
    background-color: #000;
  }

  .lbox-window {
    width: 90%;
  }

  .fullpic-profile, .fullpic-profile-copy {
    padding: 40px 40px 30px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section {
    padding: 45px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .top-nav-link-2, .top-nav-link-2.callback {
    background-color: #000;
  }

  .top-nav-link-2.callback {
    background-color: #000;
  }

  .top-nav-link-2.callback:hover {
    color: #fff;
    background-color: #000;
  }

  .columns-4 {
    flex-direction: row;
    display: flex;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    max-width: 100%;
    inset: auto auto 6% 0%;
  }

  .free-quote-form-wrapper {
    align-self: auto;
    padding-left: 43.75px;
    padding-right: 43.75px;
  }

  .about-section {
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .top-title-2 {
    text-align: left;
  }

  .free-quote-form-wrapper-2 {
    align-self: auto;
    padding-left: 43.75px;
    padding-right: 43.75px;
  }

  .about-section-2 {
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .about-section-2-copy {
    background-size: 140%, auto;
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 12.5px;
    padding-right: 10px;
  }

  .grid-7 {
    flex-direction: column;
    grid-auto-flow: column;
    display: flex;
  }

  .about-block-2 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-3-copy {
    border-width: 0;
  }

  .logo-wrapper-wide-2 {
    margin-top: 72px;
  }

  .slide-2 {
    height: 100%;
    padding-bottom: 20px;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-8.lawyers {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }

  .lawyers-text-block {
    margin-right: 0;
  }

  .lawyers-image-block {
    align-self: end;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-lawyers {
    width: 100%;
  }

  .image-11 {
    max-width: 138%;
    inset: auto 0% 0%;
  }

  .column-16 {
    display: block;
  }

  .container-25-copy {
    margin-top: 0;
  }

  .column-17 {
    display: none;
  }

  .paragraph-88 {
    text-align: left;
  }

  .navmenu-2 {
    background-color: #fff;
    overflow: auto;
  }

  .navlink-2 {
    padding-top: 25px;
  }

  .navlink-2:hover {
    color: var(--dim-grey);
    border-bottom-style: none;
  }

  .navlink-2.w--current {
    border-bottom: 1px #000;
  }

  .menu-button-2 {
    height: 84px;
    padding-top: 35px;
  }

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

  .burger-line-2 {
    background-color: var(--peru);
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
  }

  .burger-line-3 {
    background-color: var(--peru);
    width: 20px;
    height: 2px;
  }

  .brand-wrapper, .brand-wrapper.w--current {
    width: 25%;
  }

  .image-50 {
    margin-left: 20px;
    padding-bottom: 0;
  }

  .nav-link {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #005282;
  }

  .nav-link.right {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px #00000047;
  }

  .menu-button {
    background-color: var(--peru);
    color: #fff;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #000;
  }

  .nav-link-2 {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .nav-link-2:hover {
    background-color: #5f6266;
  }

  .nav-link-2.w--current {
    background-color: #005282;
  }

  .nav-link-2.right {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-3 {
    color: #fff;
  }

  .menu-button-3:hover, .menu-button-3.w--open {
    background-color: #000;
  }

  .link-block-13 {
    float: right;
  }

  .free-quote-form-wrapper-3 {
    align-self: auto;
    padding-left: 43.75px;
    padding-right: 43.75px;
  }

  .right-column-contact-form {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-section {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .content-section.light-blue {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .about-section-2-copy-copy {
    background-size: 140%, auto;
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 12.5px;
    padding-right: 10px;
  }

  .div-block-35 {
    width: 100%;
  }

  .div-block-37 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-1000 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .heading-27 {
    text-align: left;
  }

  .grid-content-holder-2 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: hidden;
  }

  .full-height-container {
    text-align: left;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-38 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 10px;
    display: block;
    position: relative;
  }

  .big-text-copy {
    margin-bottom: 60px;
    padding-left: 60px;
    font-size: 48px;
    display: block;
  }

  .full-height-container-first {
    text-align: left;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .button-holder {
    justify-content: center;
  }

  .bold-text-54 {
    text-align: center;
  }

  .top-title-22, .top-title-23, .paragraph-88-copy, .paragraph-88-copy-copy {
    text-align: left;
  }

  .weiterbildungen-section, .weiterbildungen-section-2 {
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .navlink-3 {
    padding-top: 25px;
  }

  .navlink-3:hover {
    color: #696969;
    border-bottom-style: none;
  }

  .navlink-3.w--current {
    border-bottom: 1px #000;
  }

  .menu-button-4 {
    height: 84px;
    padding-top: 35px;
  }

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

  .burger-line-4 {
    background-color: #e2882d;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
  }

  .burger-line-5 {
    background-color: #e2882d;
    width: 20px;
    height: 2px;
  }

  .link-block-19 {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .top-navbar {
    display: block;
  }

  .story-image {
    height: 770px;
  }

  .menu-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .delight-image {
    margin-bottom: 10px;
  }

  .contacts-text {
    text-align: center;
    margin-bottom: 15px;
  }

  .phone-text {
    text-align: center;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .section {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-icon {
    height: 23px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .column-5 {
    flex: 1;
  }

  .container-4 {
    display: flex;
  }

  .btn-primary {
    background-color: #fc464e;
    min-width: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .column-7 {
    display: none;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;
  }

  .top-title {
    padding-left: 40px;
  }

  .grid-2.free-quote-form {
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px;
    grid-template-columns: 1fr;
  }

  .top-title-2 {
    padding-left: 40px;
  }

  .div-block-21 {
    width: 55%;
  }

  .heading-7-desktop, .heading-16 {
    display: block;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .about-block-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-7-mobile {
    display: block;
  }

  .slider-wrapper-wide-2 {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide-2 {
    flex-wrap: wrap;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-2 {
    background-color: #fff;
  }

  .link-block-5 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3 {
    height: auto;
  }

  .lawyers-text-block {
    width: 100%;
  }

  .lawyers-image-block {
    border-bottom-color: #0000001a;
    width: 100%;
  }

  .image-11 {
    inset: 0% 0% auto;
  }

  .top-title-3 {
    padding-left: 40px;
  }

  .section-95 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-title-2-copy, .top-title-2-22 {
    padding-left: 40px;
  }

  .container-27 {
    background-color: #fff0;
  }

  .div-block-28 {
    background-color: var(--white);
    flex-direction: column;
    margin-left: 90px;
    margin-right: 90px;
  }

  .section-96 {
    background-size: auto;
  }

  .column-17 {
    display: none;
  }

  .div-block-30 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .link-block-10, .link-block-11, .link-block-12 {
    max-width: 90%;
  }

  .image-49 {
    margin-left: 25px;
  }

  .brand-wrapper, .brand-wrapper.w--current {
    width: 25%;
  }

  .image-50 {
    padding-bottom: 0;
  }

  .navbar {
    margin-top: 0;
    padding: 0 20px;
    position: relative;
    top: 0;
  }

  .menu-button {
    background-color: var(--peru);
  }

  .navbar-3 {
    margin-top: 0;
    padding: 0 20px;
    position: relative;
    top: 0;
  }

  .phone-text-2 {
    text-align: center;
  }

  .column-19 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-96-copy {
    background-size: auto;
  }

  .submit-button-2 {
    width: 100%;
    max-width: 100%;
  }

  .mini-title-2 {
    font-size: 1.73vw;
    line-height: 1.5em;
  }

  .content-wrapper-4 {
    position: relative;
    overflow: visible;
  }

  .heading-25 {
    padding-left: 20px;
  }

  .button-4 {
    margin-left: 120px;
    margin-right: 120px;
    display: block;
  }

  .paragraph-89.mini {
    font-size: 2.43vw;
    line-height: 1.5em;
  }

  .paragraph-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-section.light-blue {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .content-section.light-blue.more-inner-padding {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .left-column-contact-form {
    padding: 10% 6% 12% 7%;
  }

  .div-block-28-copy, .div-block-33 {
    background-color: var(--white);
    flex-direction: column;
    margin-left: 90px;
    margin-right: 90px;
  }

  .image-57 {
    margin-bottom: 21px;
  }

  .big-text-copy {
    margin-bottom: 100px;
    font-size: 36px;
  }

  .top-title-22 {
    padding-left: 40px;
  }

  .top-title-23 {
    padding-left: 0;
  }

  .section-100 {
    background-size: auto;
  }

  .image-66 {
    margin-left: 25px;
  }

  .container-34 {
    background-color: #fff0;
  }

  .section-1003 {
    background-size: auto;
  }

  .div-block-42, .div-block-43 {
    background-color: #fff;
    flex-direction: column;
    margin-left: 90px;
    margin-right: 90px;
  }

  .column-889 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .phone-text-3 {
    text-align: center;
  }

  .contacts-text-2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .story-section {
    background-size: cover;
    margin-top: 0;
  }

  .gold-header {
    font-size: 55px;
  }

  .link-1._1 {
    flex: 0 auto;
    display: block;
  }

  .story-image {
    height: 420px;
  }

  .delight-image {
    margin-bottom: 10px;
  }

  .order-form {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lbox-close {
    right: -13px;
  }

  .headlne-sympthome {
    font-size: 55px;
  }

  .fullpic-profile, .fullpic-profile-copy {
    padding: 30px 30px 20px;
  }

  .block-headline {
    font-size: 55px;
  }

  .profile-card-big {
    padding: 30px;
  }

  .button-2.profile-contact-big-button {
    margin-right: 0;
    display: block;
  }

  .button-2.default-button.default-button-with-line {
    margin-top: 0;
    display: block;
  }

  .actions-wrapper {
    text-align: center;
    width: 100%;
    display: block;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section {
    padding: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .process-tab-icon {
    height: 13px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .column {
    height: 50px;
  }

  .welcome-section-2 {
    background-position: 50% 200%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
  }

  .column-3 {
    position: static;
  }

  .column-4 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .column-5 {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 20px;
    display: block;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-4 {
    display: block;
  }

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-4, .droplistfeature, .divinsideaccordion {
    display: none;
  }

  .heading-accordion {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .heading-accordion-2 {
    margin-bottom: 20px;
  }

  .block-headline-copy {
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
    line-height: 52px;
    text-decoration: none;
  }

  .column-7 {
    display: none;
  }

  .top-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .grid-2 {
    grid-template-rows: 50px 50px 50px 50px 50px;
  }

  .grid-2.free-quote-form {
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px;
  }

  .free-quote-form-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-title-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .free-quote-form-wrapper-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-section-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-7 {
    margin-bottom: 19px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    height: auto;
  }

  .heading-7-desktop {
    display: block;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: inline;
    overflow: visible;
  }

  .about-block-2 {
    flex-flow: column;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-89 {
    background-position: 50% 0;
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-7 {
    text-align: center;
    font-size: 26px;
  }

  .slider-wrapper-wide-2 {
    flex-wrap: wrap;
    width: 100%;
    height: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .left-arrow {
    width: 6%;
  }

  .slide-2 {
    background-color: #fff;
    height: 93%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-3 {
    height: auto;
  }

  .right-arrow {
    width: 6%;
  }

  .grid-8 {
    grid-template-rows: auto auto auto;
  }

  .grid-8.lawyers {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slide-nav {
    align-items: flex-end;
    height: 28px;
    display: flex;
  }

  .lawyers-text-block {
    align-self: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lawyers-image-block {
    align-self: end;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .image-11 {
    max-width: 330%;
    inset: auto 0% 0% -126%;
  }

  .top-title-3 {
    color: var(--dim-grey);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .section-92 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .image-12 {
    display: none;
  }

  .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-22 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-21 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: visible;
  }

  .heading-15-copy {
    text-align: center;
  }

  .heading-24 {
    font-size: 17px;
  }

  .section-95 {
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-4-mobile {
    text-align: center;
    display: block;
  }

  .column-16 {
    display: none;
  }

  .container-26 {
    padding: 10px 0;
  }

  .container-17-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .top-title-2-copy {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .columns-24 {
    flex-direction: column;
  }

  .bold-text-4-copy {
    margin-bottom: 18px;
    font-size: 30px;
    display: block;
  }

  .body-2 {
    overflow: visible;
  }

  .top-title-2-22 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .bold-text-7-copy {
    text-align: center;
  }

  .list-3-copy-desktop, .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .container-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-29 {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-96 {
    background-position: 50% 0;
    background-size: auto;
  }

  .container-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-88 {
    padding-left: 30px;
  }

  .image-21 {
    margin-bottom: 19px;
  }

  .link-block-10, .link-block-11, .link-block-12 {
    max-width: 100%;
  }

  .brand-3 {
    margin-right: 0;
  }

  .burger-line-2, .burger-line-3 {
    background-color: var(--peru);
  }

  .brand-wrapper {
    width: 35%;
  }

  .brand-wrapper.w--current {
    width: 40%;
  }

  .image-50 {
    padding-bottom: 0;
    line-height: 60px;
  }

  .navbar {
    margin-top: 0;
    padding: 5px 10px;
    position: fixed;
    top: 0;
  }

  .menu-button {
    background-color: var(--peru);
  }

  .menu-button-3 {
    background-color: #e2882d;
  }

  .navbar-3 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .column-19 {
    justify-content: center;
    display: flex;
  }

  .section-96-copy {
    background-position: 50% 0;
    background-size: auto;
  }

  .bold-text-44 {
    display: none;
  }

  .free-quote-form-wrapper-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-title-2 {
    font-size: 2.73vw;
  }

  .right-column-contact-form {
    width: 100%;
  }

  .button-4 {
    margin-left: auto;
    margin-right: auto;
    padding: 18px 13%;
    font-size: 3vw;
    line-height: .8em;
    display: block;
  }

  .paragraph-89.mini {
    font-size: 3.43vw;
    line-height: 1.5em;
  }

  .paragraph-box.small.left-justified {
    margin-left: 0;
    margin-right: 0;
  }

  .content-section {
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .content-section.light-blue.more-inner-padding {
    background-size: auto;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .left-column-contact-form {
    width: 100%;
    position: relative;
  }

  .welcome-section-2-copy {
    background-position: 50% 200%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
  }

  .div-block-28-copy, .div-block-33 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-26 {
    text-align: left;
  }

  .div-block-37 {
    padding-left: 0;
  }

  .bold-text-51 {
    font-size: 24px;
    text-decoration: line-through;
  }

  .text-span-2 {
    font-size: 37px;
  }

  .paragraph-90 {
    margin-bottom: 60px;
  }

  .big-text-copy {
    font-size: 36px;
    line-height: 44px;
  }

  .button-holder {
    display: none;
  }

  .top-title-22 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .top-title-23 {
    padding-left: 0;
    padding-right: 5px;
    font-size: 24px;
    line-height: 29px;
  }

  .section-100 {
    background-position: 50% 0;
    background-size: auto;
  }

  .heading-26-copy, .heading-29-copy {
    text-align: left;
  }

  .bold-text-79 {
    font-weight: 400;
  }

  .list-item-4 {
    text-align: left;
  }

  .weiterbildungen-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-88 {
    display: none;
  }

  .bold-text-4-mobile-2 {
    text-align: center;
    display: block;
  }

  .heading-30 {
    font-size: 17px;
  }

  .container-21-copy {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: visible;
  }

  .bold-text-90, .bold-text-91 {
    margin-left: 0;
  }

  .weiterbildungen-section-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .burger-line-4, .burger-line-5 {
    background-color: #e2882d;
  }

  .bold-text-99 {
    display: none;
  }

  .div-block-41 {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-1003 {
    background-position: 50% 0;
    background-size: auto;
  }

  .div-block-42, .div-block-43 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-889 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910500-197d40ea, #w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910500-197d40ea:hover {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910516-197d40ea {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910521-197d40ea {
  grid-area: 2 / 2 / 3 / 3;
}

#Name.w-node-aa9bd482-a18f-66e6-bd15-0743c518939d-197d40ea {
  grid-area: 1 / 1 / 2 / 2;
}

#Email.w-node-aa9bd482-a18f-66e6-bd15-0743c518939e-197d40ea {
  grid-area: 1 / 2 / 2 / 3;
}

#Subject.w-node-aa9bd482-a18f-66e6-bd15-0743c518939f-197d40ea {
  grid-area: 1 / 3 / 2 / 4;
}

#Phone.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a0-197d40ea {
  grid-area: 2 / 1 / 3 / 2;
}

#Nachricht.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a1-197d40ea {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-aa9bd482-a18f-66e6-bd15-0743c51893a2-197d40ea {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910516-197d40ea {
    justify-self: center;
  }

  #w-node-aa9bd482-a18f-66e6-bd15-0743c51893a2-197d40ea {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #Name.w-node-aa9bd482-a18f-66e6-bd15-0743c518939d-197d40ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Email.w-node-aa9bd482-a18f-66e6-bd15-0743c518939e-197d40ea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Subject.w-node-aa9bd482-a18f-66e6-bd15-0743c518939f-197d40ea {
    grid-area: 6 / 1 / 7 / 2;
  }

  #Phone.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a0-197d40ea {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Nachricht.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a1-197d40ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa9bd482-a18f-66e6-bd15-0743c51893a2-197d40ea {
    grid-area: 7 / 1 / 8 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910500-197d40ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6351724d-8e74-4ee1-d6cd-5a41b3910516-197d40ea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Name.w-node-aa9bd482-a18f-66e6-bd15-0743c518939d-197d40ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Email.w-node-aa9bd482-a18f-66e6-bd15-0743c518939e-197d40ea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Subject.w-node-aa9bd482-a18f-66e6-bd15-0743c518939f-197d40ea {
    grid-area: 6 / 1 / 7 / 2;
  }

  #Phone.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a0-197d40ea {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Nachricht.w-node-aa9bd482-a18f-66e6-bd15-0743c51893a1-197d40ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa9bd482-a18f-66e6-bd15-0743c51893a2-197d40ea {
    grid-area: 7 / 1 / 8 / 2;
  }
}


