@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Light.ttf');
  src: url('../font/Montserrat-Medium.ttf');
  src: url('../font/Montserrat-Bold.ttf');
  src: url('../font/Montserrat-Regular.ttf');

}



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

body {
  background-color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  line-height: 1.05em;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  line-height: 1.3em;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

a.w--current {
  padding-top: 0em;
}

li {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  line-height: 26px;
}

.styleguide-titles {
  font-size: 0.8em;
  line-height: 1.2em;
}

.title4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.45em;
  line-height: 1.3em;
  text-align: center;
}

.color-blue-dark {
  background-color: #264d6f;
}

.title2 {
  position: static;
  left: 1%;
  top: 11%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #264d6f;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.gutter-outside {
  padding-right: 40px;
  padding-left: 40px;
}

.styleguide-item {
  padding: 3.5em 0vw;
  border-bottom: 0.1em solid #bdbdbd;
}

.copy-medium {
  color: #686868;
  font-size: 1em;
  line-height: 1.4em;
}

.title6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input-field {
  min-height: 54px;
  margin-bottom: 1.8em;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #272727;
  font-size: 1em;
}

.input-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #888;
}

.input-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  background-color: #fcfcfc;
}

.infotext {
  color: #888;
  font-size: 0.7em;
  line-height: 1.3em;
}

.copy-small {
  color: #686868;
  font-size: 0.85em;
  line-height: 1.4em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.slideup-1 {
  display: block;
}

.center-w3 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.p {
  padding-top: 1em;
}

.color-primary {
  background-color: #0d0d0d;
}

.center-w1 {
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fdfdfd;
}

.center-w1.hero-width {
  max-width: 1920px;
}

.color-white-light {
  background-color: #f7f7f7;
}

.gutter-description {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #eaeaea;
  text-align: center;
}

.button {
  padding: 1.1em 1.8em;
  border-radius: 999em;
  background-color: #e3d19c;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #664513;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: rgba(227, 209, 156, 0.51);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #4d3108;
}

.button.small {
  padding: 1em 1.4em;
  font-size: 0.8em;
}

.button.secondary {
  border-style: solid;
  border-width: 2px;
  border-color: #bf8b34;
  background-color: transparent;
  color: #664512;
}

.button.secondary:hover {
  border-color: rgba(102, 69, 19, 0.15);
  opacity: 1;
}

.p-md-start {
  padding-top: 4.5em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.p-xl-start {
  padding-top: 6.5em;
}

.color-grey-light {
  background-color: #9090a3;
}

.title5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.1em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.center-w2 {
  position: relative;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.center-w2.full-width {
  max-width: 100%;
  padding-right: 2vh;
  padding-left: 2vh;
}

.center-w2.border-left {
  border-left: 5px solid #264d6f;
}

.copy-large {
  color: #686868;
  font-size: 1.2em;
  line-height: 1.4em;
}

.color-copy-dark {
  background-color: #272727;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.distance-big {
  padding-top: 6.5em;
}

.slideup-3 {
  display: block;
}

.title3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #272727;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 400;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.styles-grid-colors {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title1 {
  position: static;
  left: 1%;
  top: 12%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d0d0d;
  font-size: 3.5em;
  line-height: 1.05em;
  font-weight: 300;
}

.title1.wallpaper-text1 {
  left: -26%;
  top: 40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(13, 13, 13, 0.03);
}

.title1.wallpaper-text3 {
  left: auto;
  top: auto;
  right: 9%;
  bottom: -7%;
  display: block;
  color: rgba(13, 13, 13, 0.03);
}

.title1.wallpaper-text2 {
  left: 14%;
  top: auto;
  right: auto;
  bottom: 19%;
  color: rgba(13, 13, 13, 0.03);
}

.nav-main-dropdown-icon {
  margin-right: 0px;
  font-size: 13px;
}

.nav-link {
  padding-right: 1.2em;
  padding-left: 1.2em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #0d0d0d;
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: none;
}

.nav-link:hover {
  color: #9090a3;
}

.nav-link.w--current {
  display: inline-block;
  padding: 1em 0.9em 0.1em;
  border-bottom: 2px solid #082946;
  color: #264d6f;
  font-size: 0.9em;
}

.nav-link.dropdown-list {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link.lang {
  margin-right: 0px;
  margin-left: 6px;
}

.nav-link.lang.active {
  color: #272727;
}

.nav-link.dropdown {
  margin-right: 12px;
  padding-right: 16px;
}

.nav-main-ghost {
  width: 0%;
}

.brand {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 4em;
  line-height: 1;
  font-weight: 300;
}

.nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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;
}

.nav-main-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0px;
  background-color: #fdfdfd;
  box-shadow: 15px 0 13px 0 rgba(27, 27, 27, 0.15);
}

.lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #dcdcdc;
}

.nav-main-dropdwon-list.w--open {
  padding-top: 20px;
  background-color: #fff;
}

.logo {
  width: auto;
  height: 100%;
}

.body {
  background-color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading {
  font-size: 3.5em;
  line-height: 1.05em;
  font-weight: 300;
}

.heading-2 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.heading-2.hed-faq {
  font-size: 1.2em;
}

.heading-3 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 400;
}

.heading-4 {
  font-size: 1.45em;
  line-height: 1.3em;
}

.heading-5 {
  font-size: 1.1em;
  line-height: 1.1em;
}

.heading-6 {
  font-size: 0.8em;
  line-height: 1.2em;
}

.paragraph {
  font-size: 1em;
  line-height: 1.4em;
}

.paragraph.kontakt-daten {
  line-height: 1.8em;
}

.heading-7 {
  font-size: 2.5em;
  line-height: 1.2em;
}

.heading-8 {
  font-size: 2.5em;
  font-weight: 300;
}

.heading-1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  line-height: 1.05em;
  font-weight: 300;
}

.color-font-bck {
  color: rgba(13, 13, 13, 0.03);
}

.heading-9 {
  color: #0d0d0d;
}

.body-2 {
  color: #0d0d0d;
  font-size: 20px;
}

.navbar {
  height: 80px;
  background-color: #fdfdfd;
}

.body-3 {
  background-color: #fdfdfd;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  -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;
  background-color: transparent;
}

.image {
  padding-top: 2px;
  padding-bottom: 2px;
}

.body-4 {
  background-color: #fdfdfd;
}

.body-5 {
  color: #0d0d0d;
}

.body-6 {
  background-color: #fdfdfd;
}

.body-7 {
  background-color: #fff;
}

.body-8 {
  text-transform: capitalize;
}

.menu-button-2 {
  width: 80px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
}

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

.menu-icon {
  width: 60px;
  height: 60px;
}

.body-9 {
  background-color: #fdfdfd;
}

.hero-section {
  position: relative;
  display: block;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
}

.div-block {
  display: block;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.column-right {
  position: relative;
  display: block;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.share-icon {
  width: 1em;
  height: 1em;
}

.share-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.3em;
  height: 2.3em;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999em;
  background-color: #eaeaea;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 24px;
}

.share-circle:hover {
  background-color: #e3d19c;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.share-wrapper {
  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;
}

._2-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7em;
  margin-bottom: 7em;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-left {
  display: block;
  width: 55%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-left.leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.img-bck-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 73%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.img-bck-wrapper.leistungen {
  max-width: 100%;
}

.img-wrapper {
  position: static;
}

.bck-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 70%;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 22;
  background-color: #9090a3;
}

.heading-13 {
  font-weight: 500;
}

.header-bck-grey {
  position: absolute;
  left: 22%;
  top: -3%;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 400px;
  height: 700px;
  background-color: #9090a3;
}

.header-bck-grey.box-shadow {
  left: 14%;
  top: -6%;
  background-color: #9090a3;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
}

.header-portrait-image {
  position: relative;
  bottom: auto;
  z-index: 1;
}

.header-portrait-image.box-shadow {
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
}

.heading-hero {
  padding-right: 0em;
  padding-left: 0em;
  font-size: 3em;
  font-weight: 500;
}

.heading-hero.frame {
  padding-top: 22px;
  padding-bottom: 22px;
  border: 2px solid #000;
}

.heading-hero.mandanten {
  padding-left: 1em;
}

.heading-hero.leistungen {
  padding: 0.3em;
  font-size: 2.4em;
}

.heading-hero.kontakt {
  padding-left: 1em;
}

.heading-links {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0d0d0d;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.heading-links:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(13, 13, 13, 0.7);
  color: rgba(13, 13, 13, 0.56);
  text-decoration: none;
}

.heading-links.home {
  -webkit-transition: border 425ms ease;
  transition: border 425ms ease;
}

.heading-links.home:hover {
  border-bottom-style: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0d0d0d;
}

.heading-14 {
  color: #9090a3;
}

.link {
  padding-right: 26px;
  color: #fdfdfd;
  text-decoration: none;
}

.link.footer-links {
  color: #fdfdfd;
  text-decoration: none;
}

.link.kontakt-links {
  background-color: transparent;
  color: #0d0d0d;
  text-decoration: none;
}

.text-span {
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.heading-15 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.heading-17 {
  color: #9090a3;
}

.ber-mich {
  position: relative;
}

.phil-wrapper.border-left {
  border-left: 5px solid #082946;
}

.column-right-2 {
  width: 80%;
}

.img-color-wrapper {
  width: 40%;
  padding-right: 42px;
  text-align: right;
}

.p-xs-start {
  padding-top: 1em;
  color: #fdfdfd;
}

._2-column-wrapper-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-auto.icon-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(172, 151, 151, 0.41);
}

.dig-kanzlei-wrapper {
  max-width: 60%;
}

.dig-kanz-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dig-kanz-p {
  padding-bottom: 19px;
  border-bottom: 3px solid #9090a3;
}

.footer {
  position: relative;
  background-color: #082946;
  text-decoration: none;
}

.heading-footer {
  color: #fdfdfd;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.heading-footer.sub-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  color: #fdfdfd;
  text-decoration: none;
}

.paragraph-2 {
  color: #fdfdfd;
  text-decoration: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.image-3 {
  position: absolute;
  left: auto;
  top: -24%;
  right: 13%;
  bottom: auto;
}

.p-footer {
  color: #fdfdfd;
  text-decoration: none;
}

.column-2 {
  color: #fdfdfd;
}

.column-2.footer {
  text-decoration: none;
}

.column-3.footer {
  text-decoration: none;
}

.heading-sub {
  color: #9090a3;
}

.text-wallpaper-wrapper {
  position: static;
  display: none;
  width: 100%;
  height: 100%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -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;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#811414), to(#fff));
  background-image: linear-gradient(90deg, #811414, #fff);
}

.wallpaper-heading {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1%;
  color: rgba(13, 13, 13, 0.03);
  font-size: 3.5em;
  font-weight: 300;
}

.wallpaper-heading.text-1 {
  position: absolute;
  left: auto;
  top: 3%;
  right: 41%;
  bottom: auto;
}

.wallpaper-heading.text-2 {
  position: absolute;
  left: -5%;
  top: 48%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wallpaper-heading.text-3 {
  right: 3%;
}

.wallpaper-heading.text-4 {
  left: auto;
  top: 25%;
  right: 7%;
  bottom: auto;
}

.wallpaper-heading.text-5 {
  left: -8%;
  top: auto;
  right: auto;
  bottom: 46%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wallpaper-heading.text-6 {
  left: auto;
  top: auto;
  right: 14%;
  bottom: 26%;
}

.mandanten-header-wrapper {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-7 {
  position: static;
  left: 22px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9090a3;
}

.heading-18 {
  color: #082946;
}

.heading-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vh;
  margin-left: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d0d0d3;
}

.heading-content.kontakt-header {
  margin-right: 0vh;
  margin-left: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-content.kontakt-header.box-shadow {
  margin-right: 5vh;
}

.heading-content.box-shadow {
  margin-right: -11vh;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
}

.heading-content.box-shadow.mandanten {
  margin-right: 1vh;
}

.heading-bck {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 300px;
  height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #082946;
}

.mand-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mand-wrapper.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 2px solid #000;
}

.mand-wrapper.content-right {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mand-wrapper.privatperson {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mand-wrapper.unternehmen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mand-wrapper.kontakt {
  padding: 38px;
  border: 1px solid #000;
}

.mand-wrapper.berufskollege {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-19 {
  border-bottom: 2px none #000;
}

.text-box {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
}

.text-box.kontakt {
  border-bottom-style: none;
}

.mandanten-content-wapper {
  display: block;
  max-width: 90%;
  padding: 0px;
  -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;
}

.mandanten-content-wapper.left {
  max-width: 80%;
  padding-left: 30px;
}

.mandanten-content-wapper.footer-content {
  max-width: none;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #000;
}

.p-content-frame {
  padding: 4vh;
  background-color: #f3f3f7;
  letter-spacing: 0.1em;
}

.p-content-frame.left {
  padding-right: 8vh;
}

.p-content-frame.box-shadow {
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
}

._w-block-10 {
  width: 10%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.img-mand-wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-9 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 87px;
  padding-bottom: 87px;
  border-top: 1px solid #000;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 0.1em;
}

.div-block-10 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 58px;
  border-top: 1px none #000;
  border-bottom: 1px solid #000;
}

.mand-wrapper-all {
  padding-right: 20px;
  padding-left: 0px;
  border-right: 5px solid #082946;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #082946;
}

.c-faq {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #082946;
}

.c-faq-a {
  overflow: hidden;
  border-left-style: none;
  border-left-color: #000;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #d0d0d3;
  background-color: #d0d0d3;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.faq-a-text {
  font-size: 0.9em;
  line-height: 1.6em;
}

.c-faq-a-text {
  padding: 28px;
  background-color: #d0d0d3;
}

.c-faq-q-text {
  padding: 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d0d0d3;
}

.cloneable-area {
  min-height: 50vh;
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
  border-bottom-color: transparent;
}

.c-faq-item {
  margin-bottom: 1em;
  padding-left: 0px;
  border-left: 5px solid #264d6f;
  background-color: #d0d0d3;
  font-size: 1.2em;
  line-height: 1.6em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.c-faq-item.box-shadow {
  background-color: #d0d0d3;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.faq-divider {
  height: 0px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
}

.c-faq-icon {
  position: relative;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  border-bottom: 2px solid #000;
}

.faq-items {
  font-size: 0.9em;
}

.img-leistungen-hero {
  position: relative;
  z-index: 3;
}

.img-leistungen-hero.color {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: -22%;
  z-index: 2;
  width: 400px;
  height: 550px;
  background-color: #082946;
}

.frame-leistungen {
  margin-right: 150px;
  margin-left: 150px;
  padding: 0em;
  border: 2px solid #000;
}

.kontakt-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-kontakt {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

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

.kontakt-daten {
  display: block;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-center.paragraph.kontakt-daten {
  padding-bottom: 11px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.div-block-12 {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

.service-zeiten-wrapper {
  padding-top: 44px;
}

.image-5 {
  max-width: 90%;
}

.down-arrow {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kontakt-header-wrapper {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-6 {
  padding-right: 31px;
  padding-left: 31px;
}

.paragraph-6.title4 {
  padding: 0px 2.1em;
}

.kontakt-karte-wrapper {
  width: 45%;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.leistungen-faq {
  margin-bottom: 4em;
}

.spacer-right-10 {
  width: 10%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.p-md-end-2 {
  padding-bottom: 4.5em;
}

.paragraph-8 {
  background-color: transparent;
  color: #fdfdfd;
}

.paragraph-9 {
  text-decoration: none;
}

.text-span-3 {
  display: block;
  max-width: 400px;
}

.image-9 {
  max-width: none;
}

.logo_footer {
  position: absolute;
  left: auto;
  top: -24%;
  right: 13%;
  bottom: auto;
}

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

  h1 {
    font-size: 3em;
  }

  .title2 {
    display: block;
  }

  .gutter-outside {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .button:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .title5 {
    padding-top: 1em;
  }

  .center-w2.img-tablet-full-widht {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-w2.tablet-full-width {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title1.wallpaper-text1 {
    top: 24%;
  }

  .title1.wallpaper-text3 {
    bottom: 4%;
    font-size: 2em;
  }

  .title1.wallpaper-text2 {
    left: 48%;
    bottom: 34%;
    font-size: 2.4em;
  }

  .nav-main-items {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    max-width: none;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
  }

  .nav-link.dropdown-list {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .nav-link.dropdown {
    margin-bottom: -10px;
  }

  .nav-main-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-main-items-wrapper {
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
  }

  .lang-wrapper {
    height: auto;
    padding-bottom: 72px;
    border-top: 1px solid #888;
    border-left-width: 0px;
  }

  .nav-main-dropdwon-list {
    position: relative;
    display: block;
    background-color: #fff;
  }

  .nav-main-dropdwon-list.w--open {
    padding-top: 0px;
  }

  .heading-10 {
    font-size: 3.5em;
  }

  .menu-icon {
    width: 45px;
    height: 45px;
  }

  .mobile-nav-toggle {
    padding: 0px;
  }

  .nav-link-wrapper {
    top: 0px;
    padding-top: 66px;
    padding-bottom: 66px;
    background-color: #f7f7f7;
  }

  .column-right {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  ._2-column-wrapper {
    height: auto;
    margin-top: 6.3em;
    margin-bottom: 0em;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  ._2-column-wrapper.kontakt {
    padding-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-left {
    width: 70%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-left.leistungen {
    width: 100%;
    padding-top: 3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .img-bck-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-bck-grey {
    display: none;
  }

  .heading-hero {
    font-size: 2.5em;
  }

  .heading-hero.leistungen {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.3em;
    font-size: 2em;
  }

  .link.footer-links {
    font-size: 0.9em;
  }

  .phil-wrapper.border-left {
    padding-left: 1vh;
  }

  .column-right-2 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .img-color-wrapper {
    width: 60%;
    margin-top: 2em;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  ._2-column-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-auto.icon-content-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dig-kanzlei-wrapper {
    max-width: 80%;
  }

  .image-3 {
    top: -30%;
  }

  .image-3.home {
    top: -23%;
  }

  .p-footer {
    color: #fdfdfd;
    font-size: 0.9em;
  }

  .text-wallpaper-wrapper {
    display: none;
  }

  .wallpaper-heading.text-1 {
    top: 3%;
    right: 19%;
    display: block;
  }

  .mandanten-header-wrapper {
    width: 70%;
  }

  .heading-content {
    margin-right: 0vh;
  }

  .heading-content.kontakt-header.box-shadow {
    margin-right: 18vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-content.box-shadow {
    margin-right: 0vh;
  }

  .heading-bck {
    top: 11%;
    height: 400px;
  }

  .mand-wrapper.content-left {
    width: 35%;
    height: 200px;
    margin-left: 1em;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mand-wrapper.content-right {
    padding-left: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mand-wrapper.privatperson {
    padding-right: 0em;
    padding-left: 0em;
  }

  .mandanten-content-wapper {
    height: auto;
    max-width: 100%;
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .mandanten-content-wapper.left {
    max-width: 90%;
  }

  .mandanten-content-wapper.footer-content {
    margin-bottom: 0em;
  }

  .p-content-frame {
    padding: 2vh;
  }

  ._w-block-10 {
    display: none;
  }

  .img-mand-wrapper {
    width: 100%;
  }

  .img-mand-wrapper.tablet-full-width {
    overflow: visible;
    width: 120%;
    margin-right: auto;
    margin-left: -71px;
    padding-left: 0px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .paragraph-3 {
    line-height: 1.6em;
  }

  .mand-wrapper-all {
    padding-right: 0px;
    border-right-style: none;
  }

  .leistungen {
    font-size: 20px;
  }

  .faq-a-text {
    font-size: 0.8em;
  }

  .faq-items {
    font-size: 0.8em;
  }

  .img-leistungen-hero.color {
    left: 0%;
    top: -12%;
    right: auto;
    bottom: auto;
    width: 400px;
    height: 300px;
  }

  .frame-leistungen {
    padding: 0.5em;
  }

  .kontakt-items {
    padding-bottom: 9em;
  }

  .image-5 {
    overflow: visible;
  }

  .kontakt-header-wrapper {
    width: 100%;
  }

  .kontakt-karte-wrapper {
    width: 70%;
    padding-bottom: 2em;
  }

  .leistungen-faq {
    margin-bottom: 5em;
  }

  .spacer-right-10 {
    display: none;
  }

  .image-8 {
    max-width: 70%;
    padding-bottom: 20px;
  }

  .logo_footer {
    top: -30%;
  }

  .logo_footer.home {
    top: -23%;
  }
}

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

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  a {
    font-size: 0.7em;
  }

  .title4 {
    font-size: 1em;
  }

  .title2 {
    font-size: 2em;
  }

  .title6 {
    font-size: 1em;
  }

  .rich-text-custom {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .rich-text-custom.title-3 {
    margin-right: -33px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p-md-start {
    display: block;
  }

  .title5 {
    padding-bottom: 29px;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }

  .center-w2 {
    margin-bottom: 0px;
  }

  .distance-big {
    padding-top: 6em;
  }

  .styles-grid-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title1 {
    font-size: 2.8em;
  }

  .title1.wallpaper-text3 {
    bottom: -4%;
  }

  .title1.wallpaper-text2 {
    left: 31%;
    bottom: 21%;
  }

  .nav-link {
    max-width: none;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 1.3em;
  }

  .brand {
    padding-left: 0px;
  }

  .body-2 {
    font-size: 16px;
  }

  .column-right {
    width: 100%;
    padding-bottom: 2.7em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  ._2-column-wrapper {
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-column-wrapper.kontakt {
    -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;
  }

  .column-left.leistungen {
    width: 100%;
    padding-top: 2em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .img-bck-wrapper {
    max-width: 100%;
  }

  .heading-hero.mandanten {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-hero.kontakt {
    padding-left: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .phil-wrapper.border-left {
    padding-left: 3vh;
  }

  .column-auto.icon-content-left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns {
    display: block;
  }

  .image-3 {
    top: -24%;
    right: 4%;
  }

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

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

  .image-4 {
    width: 100%;
    height: 100%;
  }

  .div-block-5 {
    max-width: 50px;
  }

  .heading-content {
    margin-right: -7vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-content.kontakt-header {
    margin-right: 5vh;
  }

  .heading-content.kontakt-header.box-shadow {
    margin-right: 6vh;
  }

  .heading-content.box-shadow {
    margin-right: -5vh;
  }

  .heading-content.box-shadow.mandanten {
    margin-right: -6vh;
  }

  .heading-bck {
    top: 14%;
    display: block;
    height: 350px;
  }

  .mand-wrapper.content-left {
    width: 40%;
    height: 200px;
  }

  .mand-wrapper.content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mand-wrapper.privatperson {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mand-wrapper.unternehmen {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -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;
  }

  .mand-wrapper.berufskollege {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mandanten-content-wapper {
    display: block;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px none #000;
  }

  .mandanten-content-wapper.left {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .p-content-frame {
    display: block;
    margin-top: 28px;
    margin-bottom: 40px;
    padding-bottom: 2vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .img-mand-wrapper {
    width: 100%;
  }

  .img-mand-wrapper.tablet-full-width {
    margin-left: -45px;
  }

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

  .img-leistungen-hero.color {
    display: none;
  }

  .kontakt-header-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .paragraph-6.title4 {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .kontakt-karte-wrapper {
    width: 100%;
  }

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

  .leistungen-faq {
    margin-bottom: 6em;
  }

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

  .logo_footer {
    top: -24%;
    right: 4%;
  }

  .logo_footer.home {
    top: -18%;
  }

  .logo_footer.mandanten {
    top: -23%;
  }

  .logo_footer.leistungen {
    top: -23%;
  }

  .logo_footer.kontakt {
    top: -21%;
  }

  .logo_footer.impres {
    top: -21%;
  }
}

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

  h1 {
    font-size: 1.4em;
  }

  h2 {
    font-size: 1.3em;
  }

  p {
    font-size: 0.75em;
  }

  .title2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .gutter-outside {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .rich-text-custom {
    padding-top: 7em;
    text-align: left;
  }

  .rich-text-custom.title-3 {
    margin-right: 0px;
    padding-top: 7em;
    text-align: left;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-sm-end {
    display: none;
  }

  .p-md-start {
    display: none;
  }

  .p-xl-start {
    display: none;
    padding-top: 5em;
  }

  .title5 {
    font-size: 1em;
  }

  .center-w2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-align: center;
  }

  .p-md-end {
    display: none;
  }

  .distance-big {
    padding-top: 5em;
  }

  .title1.wallpaper-text1 {
    display: none;
  }

  .title1.wallpaper-text3 {
    display: none;
  }

  .title1.wallpaper-text2 {
    display: none;
  }

  .nav-link {
    max-width: none;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 1.2em;
  }

  .heading-2.hed-faq {
    font-size: 0.85em;
  }

  .body-2 {
    font-size: 15px;
  }

  .menu-button-2 {
    padding-left: 0px;
  }

  .menu-icon {
    width: 30px;
    height: 30px;
  }

  .hero-section {
    padding-top: 4em;
  }

  .column-right {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._2-column-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-left.leistungen {
    padding-top: 3em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .img-bck-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0em;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-portrait-image {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .heading-hero {
    font-size: 2.4em;
  }

  .heading-hero.mandanten {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.4em;
    text-align: center;
  }

  .heading-hero.leistungen {
    padding-bottom: 0.3em;
  }

  .heading-hero.kontakt {
    padding-top: 0.8em;
    padding-bottom: 0em;
  }

  .link {
    padding-right: 0px;
    text-align: center;
  }

  .text-span {
    border-bottom-style: solid;
    font-size: 1em;
    text-decoration: none;
  }

  .heading-16 {
    font-size: 1.4em;
  }

  .phil-wrapper.border-left {
    padding-left: 0vh;
    border-left-style: none;
  }

  .column-right-2 {
    padding-bottom: 2em;
  }

  .img-color-wrapper {
    max-width: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._2-column-wrapper-2 {
    text-align: center;
  }

  .column-auto.icon-content-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .dig-kanzlei-wrapper {
    max-width: none;
  }

  .dig-kanz-heading-wrapper {
    padding-bottom: 2em;
    -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;
  }

  .columns {
    overflow: visible;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-3 {
    top: -28%;
    right: 4%;
  }

  .p-footer {
    text-decoration: none;
  }

  .heading-sub {
    font-size: 1.3em;
  }

  .text-wallpaper-wrapper {
    display: none;
  }

  .div-block-5 {
    max-width: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .mandanten-header-wrapper {
    width: 100%;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .heading-content {
    margin-right: auto;
    margin-bottom: 3em;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-content.kontakt-header {
    margin-right: 0vh;
    margin-left: 0vh;
    padding-bottom: 2.9em;
  }

  .heading-content.kontakt-header.box-shadow {
    margin-right: 0vh;
  }

  .heading-content.box-shadow {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-content.box-shadow.mandanten {
    margin-right: 0px;
  }

  .heading-bck {
    display: none;
  }

  .mand-wrapper.content-left {
    width: 60%;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mand-wrapper.content-right {
    display: block;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .mand-wrapper.privatperson {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mand-wrapper.kontakt {
    margin-bottom: 2em;
  }

  .mandanten-content-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mandanten-content-wapper.left {
    max-width: none;
  }

  .mandanten-content-wapper.footer-content {
    padding-right: 0.4em;
    padding-left: 0.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }

  .p-content-frame {
    padding-right: 1vh;
    padding-left: 1vh;
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .p-content-frame.box-shadow {
    font-size: 0.7em;
  }

  .img-mand-wrapper.tablet-full-width {
    margin-right: 6px;
    margin-left: -29px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-9 {
    padding-right: 1em;
    padding-left: 1em;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 0.7em;
    text-align: center;
  }

  .paragraph-4 {
    font-size: 0.75em;
  }

  .mand-wrapper-all {
    display: block;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .faq-a-text {
    font-size: 0.8em;
  }

  .c-faq-a-text {
    font-size: 0.9em;
    text-align: left;
  }

  .c-faq-q-text {
    text-align: left;
  }

  .c-faq-item.box-shadow {
    font-size: 0.9em;
  }

  .c-faq-icon {
    padding-right: 20px;
    padding-left: 6px;
    font-size: 0.8em;
  }

  .faq-items {
    overflow: visible;
  }

  .text-center.paragraph.kontakt-daten {
    font-size: 0.8em;
  }

  .image-5 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .down-arrow {
    max-width: 70px;
    padding-top: 0px;
  }

  .kontakt-header-wrapper {
    width: 100%;
    padding-top: 8vh;
    padding-bottom: 0vh;
  }

  .div-block-13 {
    margin-bottom: 7em;
    padding-bottom: 0px;
  }

  .leistungen-faq {
    margin-bottom: 5em;
  }

  .column-4 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_footer {
    top: -28%;
    right: 4%;
  }

  .logo_footer.home {
    top: -28%;
  }

  .logo_footer.mandanten {
    top: -29%;
  }

  .logo_footer.leistungen {
    top: -29%;
  }

  .logo_footer.kontakt {
    top: -27%;
  }

  .logo_footer.daten {
    top: -23%;
  }

  .logo_footer.impres {
    top: -23%;
  }

  .list {
    padding-left: 0px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .list-3 {
    padding-left: 0px;
  }

  .list-4 {
    padding-left: 0px;
  }

  .list-5 {
    padding-left: 0px;
  }
}

#w-node-e3d9a6e4-85bd-1c6a-7b68-9f62deca1bf1-08baacfa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-e3d9a6e4-85bd-1c6a-7b68-9f62deca1bf2-08baacfa {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e3d9a6e4-85bd-1c6a-7b68-9f62deca1bf5-08baacfa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

