.navigation-bar {
  background-color: #fff;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
}

.navigation-link {
  top: 21px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-link:hover {
  color: #38f;
  font-size: 1rem;
  text-align: left;
}

.navigation-link.w--current {
  color: #38f;
}

.navigation-link.w--current:hover {
  color: #3967db;
}

.body {
  background-color: #f5f7fa;
  font-size: 15px;
}

.heading {
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  font-size: 15px;
}

.kanzlei {
  position: relative;
  margin-top: 16px;
  padding: 50px 30px 42px;
  border: 1px none #000;
  background-color: #f5f7fa;
}

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

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_standart {
  position: static;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

.shadow-two {
  position: relative;
  top: 16px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.headline_standart {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 24px;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 2.9rem;
  line-height: 0rem;
  mix-blend-mode: normal;
}

.heading-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 0rem;
  line-height: 0rem;
}

.anwalt {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px none #e4ebf3;
  background-color: #f5f7fa;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.text {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.hero-subscribe-left {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px none #e4ebf3;
  background-color: #f5f7fa;
}

.kanzlei-copy {
  position: relative;
  margin-top: 16px;
  padding: 30px 30px 42px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  margin-top: 0px;
}

.image-2 {
  position: relative;
  left: 120px;
  top: 14px;
}

.list-item {
  margin-top: 32px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 300px;
  border: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 90rem 50rem;
  background-repeat: repeat, repeat;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 51% 50%;
  object-position: 51% 50%;
}

.hero-heading {
  position: relative;
  top: 64px;
  margin-bottom: 30px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 4.5rem;
  line-height: 4.8rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1rem;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 2.5rem;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.columns_standart {
  margin-top: 40px;
}

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

.image-3 {
  overflow: visible;
}

.columns-2 {
  margin-top: 62px;
}

.list_standart {
  margin-top: 8px;
  padding-left: 21px;
}

.list_item_standart {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.notar {
  padding-top: 24px;
  padding-right: 30px;
  padding-left: 30px;
}

.image3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
}

.philosophie {
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

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

.leistungen {
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.container-4 {
  margin-bottom: 40px;
}

.kontakt {
  padding-right: 30px;
  padding-left: 30px;
}

.container-5 {
  margin-bottom: 40px;
}

.button-2 {
  margin-top: 8px;
  background-color: #2e9dff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.footer-dark {
  position: relative;
  padding: 50px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #000;
}

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

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

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

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.text_footer {
  position: static;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}

.columns_footer {
  margin-top: 8px;
}

.text_footer_2 {
  position: static;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.container-7 {
  margin-bottom: 40px;
}

.headline_standart_white {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ececec;
  font-size: 2.9rem;
  line-height: 0rem;
}

.list_standart_white {
  margin-top: 8px;
  padding-left: 21px;
  color: #ececec;
}

.div-block {
  min-width: 15px;
}

.hero-text-box {
  position: relative;
  left: 91.25px;
  top: -79px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: inline;
  overflow: visible;
  height: 3.2rem;
  max-width: 15rem;
  margin-top: 110px;
  padding-right: 40px;
  padding-left: 40px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #b08ead;
  -o-object-fit: cover;
  object-fit: cover;
}

.mini-title {
  margin-bottom: 10px;
  color: #b99bb6;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.h1-white {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
}

.top-border._20 {
  margin-top: 20px;
}

.text-link-2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-link-2:hover {
  opacity: 0.8;
}

.div-block-8 {
  position: relative;
  top: 36px;
  height: 0.5rem;
  max-width: 28.9rem;
  margin-top: 28px;
  background-color: #38f;
  color: #333;
}

.div-block-3 {
  height: 0.5rem;
  max-width: 33.4rem;
  margin-top: 30px;
  background-color: #38f;
  color: #333;
}

.div-block-4 {
  height: 0.5rem;
  max-width: 16rem;
  margin-top: 28px;
  background-color: #38f;
  color: #333;
}

.div-block-5 {
  height: 0.5rem;
  max-width: 33.4rem;
  margin-top: 30px;
  background-color: #38f;
  color: #333;
}

.div-block-6 {
  height: 0.5rem;
  max-width: 33.4rem;
  margin-top: 30px;
  background-color: #38f;
  color: #333;
}

.div-block-7 {
  height: 0.5rem;
  max-width: 19rem;
  margin-top: 28px;
  background-color: #38f;
  color: #333;
}

.div-block-3-copy {
  height: 0.5rem;
  max-width: 33.4rem;
  margin-top: 30px;
  background-color: #38f;
  color: #333;
}

.div-block-2 {
  height: 0.5rem;
  max-width: 18rem;
  margin-top: 28px;
  background-color: #38f;
  color: #333;
}

.body-2 {
  background-color: #f5f7fa;
}

.link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.impressum {
  margin-top: 125px;
  padding-right: 29px;
  padding-left: 30px;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 15rem;
  line-height: 20rem;
}

.impressum_datenschutz {
  padding-top: 125px;
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text_footer_3 {
  position: static;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 1280px) {
  .hero-section.centered {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
    background-position: 0px 0px, 0px 3vh;
    background-size: auto, 100% 100%;
  }

  .hero-heading {
    margin-top: 42px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.centered {
    padding-bottom: 370px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
    background-position: 0px 0px, 0px -5vh;
    background-size: auto, 100% 110%;
    background-repeat: repeat, repeat;
  }

  .hero-heading {
    margin-top: 40px;
    margin-bottom: 39px;
    padding-top: 96px;
  }
}

@media screen and (max-width: 991px) {
  .brand-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .navigation-menu {
    padding-bottom: 32px;
    background-color: #fff;
    color: #333;
  }

  .navigation-link {
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
    color: #333;
    font-size: 1rem;
    line-height: 1rem;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
  }

  .navigation-link:hover {
    opacity: 1;
    color: #38f;
  }

  .navigation-link:focus {
    color: #38f;
  }

  .navigation-link:focus-visible {
    color: #38f;
  }

  .navigation-link[data-wf-focus-visible] {
    color: #38f;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-link.crent {
    background-color: #38f;
  }

  .hamburger-button {
    margin-top: 18px;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .text_standart {
    margin-top: 0px;
  }

  .anwalt {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
    background-size: auto, 55rem 35rem;
  }

  .hero-heading {
    margin-top: 0px;
    font-size: 4.1rem;
    line-height: 4.5rem;
  }

  .notar {
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-text-box {
    width: 45%;
    margin-right: 5%;
  }

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

@media screen and (max-width: 767px) {
  .brand-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .kanzlei {
    margin-top: 0px;
    padding: 60px 12px;
  }

  .text_standart {
    margin-top: 0px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .headline_standart {
    font-size: 2.4rem;
  }

  .anwalt {
    padding: 8px 12px 60px;
  }

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

  .kanzlei-copy {
    padding: 60px 15px;
  }

  .image {
    max-height: 100%;
    padding-right: 0px;
    padding-left: 16px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
    background-size: auto, 44.4rem 26.4rem;
  }

  .hero-heading {
    margin-top: -24px;
    margin-bottom: 15px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .columns_standart {
    margin-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list_item_standart {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .image2 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 16px;
  }

  .notar {
    padding-right: 12px;
    padding-left: 12px;
  }

  .image3 {
    padding-left: 0px;
  }

  .philosophie {
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .image4 {
    padding-left: 16px;
  }

  .leistungen {
    padding-top: 16px;
    padding-right: 13px;
    padding-left: 12px;
  }

  .kontakt {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .text_footer_2 {
    padding-top: 0px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .div-block-3 {
    max-width: 31.4rem;
    margin-top: 28px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .div-block-5 {
    max-width: 31.4rem;
    margin-top: 28px;
  }

  .div-block-6 {
    max-width: 31.4rem;
    margin-top: 28px;
  }

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

  .link {
    font-size: 0.9rem;
  }

  .impressum_datenschutz {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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

  .text_footer_3 {
    margin-top: 8px;
    padding-top: 0px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .brand-text {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .navigation-link {
    font-size: 0.9rem;
    line-height: 0.5rem;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hamburger-button {
    margin-top: 8px;
  }

  .kanzlei {
    margin-top: -40px;
    padding-top: 16px;
  }

  .container {
    max-width: none;
  }

  .text_standart {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .headline_standart {
    font-size: 1.7rem;
  }

  .anwalt {
    padding-top: 0px;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .image {
    padding-left: 0px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/header.jpg');
    background-position: 0px 0px, -53vw -8vh;
    background-size: auto, 43.5rem 26.6rem;
  }

  .hero-heading {
    top: 58px;
    margin-top: 40px;
    padding-top: 0px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .button {
    margin-bottom: 25px;
  }

  .columns_standart {
    margin-top: 24px;
  }

  .list_item_standart {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }

  .image2 {
    padding-left: 24px;
  }

  .notar {
    padding-top: 0px;
  }

  .image3 {
    margin-top: -8px;
  }

  .philosophie {
    padding-top: 0px;
  }

  .image4 {
    padding-left: 0px;
  }

  .leistungen {
    padding-top: 0px;
  }

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

  .text_footer_2 {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .hero-text-box {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    padding-left: 9%;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .div-block-4 {
    margin-top: -5px;
  }

  .div-block-5 {
    margin-top: -5px;
  }

  .div-block-6 {
    margin-top: -5px;
  }

  .div-block-7 {
    margin-top: -5px;
  }

  .div-block-2 {
    margin-top: -5px;
  }

  .link {
    display: block;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 0.7rem;
  }

  .text_footer_3 {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}

