@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-bold.ttf') format("truetype"), url('../fonts/opensans-extrabold.ttf') format("truetype"), url('../fonts/opensans-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-bolditalic.ttf') format("truetype"), url('../fonts/opensans-extrabolditalic.ttf') format("truetype"), url('../fonts/opensans-extrabolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GJ-Op\.sans;
  src: url('../fonts/opensans-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: SansOpen;
  src: url('../fonts/opensans-extrabolditalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: SansOpen;
  src: url('../fonts/opensans-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SansOpen;
  src: url('../fonts/opensans-extrabold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

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

body {
  color: #000;
  font-family: SansOpen, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
}

li {
  font-size: 14px;
  line-height: 1.5em;
}

strong {
  font-weight: bold;
}

.text-block-61 {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-174 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.image {
  object-fit: cover;
  object-position: 50% 40%;
  width: auto;
  max-width: 180px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  transform: scale(.8);
}

.div-block-106 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.navbar-buttons {
  align-items: center;
  display: flex;
}

.div-block-63 {
  display: flex;
}

.navbar-controls {
  flex-direction: column;
  margin-left: 40px;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.header {
  z-index: 5000;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 10vh;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-4 {
  color: #20193a;
  font-weight: 600;
}

.nav-link-4.hvr-underline-from-left {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.nav-link-4.hvr-underline-from-left:hover {
  border-bottom: 2px solid #d62c25;
}

.nav-link-4.hvr-underline-from-left.w--current {
  color: #d42b25;
  border-bottom: 2px solid #d42b25;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.dropdown-5:hover {
  border-bottom: 2px #2b5a96;
}

.dropdown-list-3 {
  color: #00000080;
  background-color: #0000;
  border: 1px solid #000;
}

.dropdown-list-3:hover {
  background-color: #0000;
}

.dropdown-list-3.w--open {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-color: #0000005c;
  border-radius: 2px;
  margin-top: 0;
  padding: 0;
}

.div-block-121 {
  border: 1px #000;
  border-right-style: solid;
  width: 1px;
  height: 15px;
  margin-left: 11px;
  margin-right: 11px;
}

.div-block-79 {
  display: none;
}

.button-7 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.button-7:hover {
  transform: translate(0, -2px);
}

.button-7.abstandlinks {
  margin-left: 20px;
}

.button-7.navbar {
  text-align: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
}

.modal-background {
  background-color: #12141de6;
  position: absolute;
  inset: 0%;
}

.navbar-1-brand {
  width: 14vw;
  margin-right: 40px;
  transition: transform .3s;
}

.navbar-1-brand:hover {
  transform: scale(1.05);
}

.navbar-1-brand.w--current {
  width: auto;
  padding: 0;
}

.mobile-wrapper {
  display: none;
}

.dropdown-link-text {
  color: #000;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-2 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: -1px;
  margin-right: -1px;
  padding: 4px 0;
}

.dropdown-chevron {
  color: #000;
  margin-right: -1px;
}

.desktop-wrapper {
  align-items: center;
  display: flex;
}

.hero {
  height: 90vh;
  margin-top: 10vh;
}

.hero.kanzleihero {
  z-index: 1;
  background-color: #fafafa;
  position: relative;
}

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

.button-9 {
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #80242d, #d72c25);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.button-9:hover {
  transform: translate(0, -2px);
}

.button-9.custom123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-9.leistungsbutton {
  z-index: 5;
  position: relative;
}

.button-9.navbar {
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
}

.div-block-179 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 50px 50px 85px;
  display: flex;
}

.div-block-180 {
  background-image: url('../images/gormannsjuhl_steuerberatungskanzlei-2.png');
  background-position: 50%;
  background-size: cover;
  width: 48vw;
  position: relative;
}

.div-block-180.steuerberatungviernull {
  background-image: url('../images/pexels-picjumbocom-461077.jpg');
  background-position: 20%;
  background-size: cover;
}

.typed-text {
  color: #d22b25;
  text-transform: uppercase;
  height: 5vw;
  margin-top: 0;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.3em;
}

.typed-text._123321 {
  color: #fff;
  height: auto;
  margin-left: 20px;
  font-weight: 800;
  line-height: 1.3em;
}

.heading {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.3em;
}

.text-block-68 {
  font-size: 18px;
  line-height: 1.6em;
}

.div-block-181 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.div-block-182 {
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
}

.div-block-182.kanzlei {
  margin-bottom: 20px;
}

.image-80 {
  z-index: 10;
  max-width: 180px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.leistungen {
  flex-direction: column;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 140px;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-block-69 {
  text-align: center;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.5em;
}

.headingwrapper {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
  overflow: visible;
}

.headingwrapper.tight {
  max-width: 800px;
}

.div-block-184 {
  max-width: none;
  margin-top: 51px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.div-block-185 {
  background-color: #ebeaed;
  border-top: 5px solid #d42c25;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  height: 485px;
  padding: 35px 24px 35px 34px;
  display: flex;
  position: relative;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.text-block-70 {
  margin-bottom: 30px;
}

.div-block-186 {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.div-block-187 {
  background-color: #f7f7f8;
  width: 800px;
  height: auto;
  margin-top: 40px;
  position: relative;
  overflow: visible;
}

.div-block-187._123 {
  background-color: #f7f7f8;
  height: 250px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: center;
  justify-items: end;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.div-block-188 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 45px;
  display: flex;
  position: static;
}

.text-block-71 {
  font-weight: 600;
}

.image-82 {
  clear: left;
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-72 {
  font-size: 45px;
  font-weight: 700;
  position: absolute;
  inset: 43px auto auto 23px;
}

.text-block-72.slide2 {
  top: 66px;
}

.div-block-190 {
  background-color: #f1eeed;
  width: 100%;
  max-width: 285px;
  height: 250px;
  position: static;
}

.testimonials {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 114px;
  display: flex;
}

.image-83 {
  object-fit: contain;
  width: 250px;
  height: 100%;
  max-height: 240px;
  position: relative;
  inset: 4% auto 0% -38%;
}

.div-block-191 {
  flex-direction: column;
  justify-content: center;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-191.karriere {
  align-items: flex-start;
  padding: 0 35px 0 0;
}

.text-block-73 {
  font-weight: 700;
}

.ber-uns {
  background-color: #f3f6f9;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
}

.h2links {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.spacer {
  height: 15px;
}

.standardtext {
  font-size: 16px;
}

.standardtext.links {
  line-height: 1.6em;
}

.div-block-192 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-193 {
  background-image: url('../images/steuerberatung-gormanns_juhl.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-top: 60px;
}

.karriere {
  flex-direction: column;
  align-items: center;
  padding: 100px 5vw 60px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  justify-items: end;
}

.div-block-194 {
  max-width: 1000px;
}

.div-block-195 {
  width: 400px;
  height: 450px;
  position: relative;
}

.div-block-196 {
  background-color: #3131316b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-74 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-197 {
  z-index: 1;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-75 {
  color: #fff;
  font-weight: 600;
}

.div-block-198 {
  margin-top: 60px;
}

.h3links {
  font-weight: 600;
}

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

.benefitwrapper {
  flex-direction: column;
  align-items: center;
  padding: 14px;
  display: flex;
}

.benefitwrapper.facebook {
  justify-content: center;
  padding: 0;
}

.benefit {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.uibackground {
  background-image: url('../images/gormannsjuhl_steuerberatungsgesellschaft_ui.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.uibackground.facebook {
  width: 50px;
  height: 50px;
}

.image-85 {
  width: auto;
  max-width: 45px;
  height: auto;
  max-height: 45px;
}

.image-85.facebook {
  max-width: 30px;
  max-height: 30px;
}

.cta {
  background-image: linear-gradient(to right, #82242c, #d42b25);
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.cta.startseite {
  background-color: #fafafa;
  background-image: none;
}

.ctaheaderwrapper {
  max-width: 800px;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
}

.button-10 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 11px 20px;
  font-weight: 700;
}

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

.button-11 {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  padding: 11px 20px;
  font-weight: 700;
}

.footer {
  text-align: center;
  background-color: #252a33;
  border: 1px #252a33;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  width: 1000px;
  margin-bottom: 40px;
  display: grid;
}

.footer-flex-container.bottom {
  margin-bottom: 0;
}

.footer-logo-link {
  cursor: default;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  height: auto;
  margin-top: -13px;
  margin-bottom: 0;
  margin-left: -9px;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-77 {
  color: #fff;
  margin-bottom: 20px;
}

.div-block-200 {
  background-color: #1e2228;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-block-78 {
  color: #fff;
}

.link-12 {
  color: #fff;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
}

.div-block-201 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: block;
}

.image-88 {
  object-fit: cover;
  width: 40px;
}

.grid-7 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-block-79 {
  color: #fff;
  margin-bottom: 10px;
}

.div-block-203 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.image-89 {
  object-fit: cover;
  width: 60px;
  margin-right: 10px;
}

.image-89.digitalekanzleisiegel {
  display: block;
}

.image-89._2 {
  width: 63px;
}

.div-block-205 {
  height: 1px;
}

.div-block-206 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block-80 {
  margin-right: 27px;
}

.link-block-7.instagram {
  display: flex;
}

.herokarriere {
  height: 90vh;
  margin-top: 10vh;
  display: none;
  position: relative;
}

.div-block-208 {
  background-color: #0000;
  background-image: url('../images/steuerberatung-gormanns_juhl.jpg');
  background-position: 50% 55%;
  background-size: cover;
  height: 65%;
  position: relative;
}

.div-block-208.karriere {
  background-image: url('../images/43244234234-min.jpg');
}

.div-block-209 {
  height: 100%;
  position: relative;
}

.div-block-210 {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(#fff0 46%, #ffffffeb 89%, #fff);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  position: absolute;
  inset: 0%;
}

.div-block-211 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  height: 35%;
  margin-top: -80px;
  display: flex;
  position: relative;
}

.div-block-211.leistungen {
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

.h1karriere {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.3em;
}

.text-block-81 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6em;
}

.div-block-212 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.text-block-82 {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.3em;
}

.div-block-213 {
  height: 63px;
  display: flex;
}

.benefits {
  background-color: #252a33;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

._w-card-front {
  perspective: 1000px;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/abwechslung-in-der-karriere.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.spass {
  background-image: linear-gradient(#00000080, #00000080), url('../images/spa-bei-der-arbeit-in-der-steuerberatung.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

._w-card-front.weiterbildung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/weiterbildung-im-bereich-steuern.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._w-card-front.wertschaetzung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wertschtzung-fr-mitarbeiter-in-der-steuerberatung.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

._w-card-front.verantwortung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/verantwortung.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._w-card-front.kollegialit-t {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kollegialitt.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._w-card-front.kanzlei {
  background-image: none;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
}

.c-card-front.team {
  width: 25vw;
  height: 35vw;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: block;
}

.c-card-back.kanzlei {
  width: 25vw;
  height: 35vw;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.cloneable-area {
  padding: 20px;
}

.cloneable-area.team {
  padding: 0;
}

._w-card-back {
  perspective: 1000px;
  background-color: #ac2829;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-flip-card {
  position: relative;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.text-block-83 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}

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

.testimonial {
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.text-block-84 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-215 {
  max-width: 1000px;
  margin-top: 100px;
}

.funfacts {
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.div-block-216 {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px -3px #00000021;
}

.text-block-85 {
  color: #d42c25;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.div-block-217 {
  max-width: 1000px;
  margin-top: 20px;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.offenestellen {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.text-block-87 {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.stellenwrapper {
  width: 800px;
  margin-top: 40px;
}

.div-block-218 {
  background-color: #fafafa;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-items: stretch;
  width: 100%;
}

.div-block-219 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 10vh;
  padding-bottom: 60px;
  display: flex;
}

.div-block-220 {
  background-image: url('../images/43244234234-min.jpg');
  background-position: 50% 60%;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.div-block-221 {
  background-image: linear-gradient(#fff0 52%, #ffffff6b 75%, #fffffff0 89%, #fff 99%);
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.div-block-222 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  margin-top: -92px;
  display: flex;
}

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

.div-block-223 {
  align-items: center;
  display: flex;
}

.text-block-88 {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 600;
}

.text-block-88.standort {
  background-color: #4d4d4d00;
  margin-left: 0;
  padding: 0;
}

.div-block-224 {
  margin-top: 40px;
}

.nav-link-block {
  color: #333;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-link-block.w--current {
  color: #1273eb;
}

.div-block-225 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.div-block-225.kanzlei {
  flex-direction: column;
}

.heading-9 {
  color: #fff;
  flex: 1;
}

.heading-9.kanzlei {
  text-align: center;
}

.button-13 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 19px;
  font-size: 14px;
  font-weight: 700;
}

.leistungen {
  padding: 100px 5% 0;
}

.leistungenwrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.navigationwrapper {
  background-color: #252a33;
  width: 30%;
  min-height: 50px;
  padding: 10px 25px;
  position: sticky;
  top: 13vh;
}

.leistungsbereichewrapper {
  width: 70%;
  min-height: 50px;
  padding-left: 60px;
  padding-right: 20px;
}

.list-item {
  background-color: #65686fad;
  border-left: 3px solid #d22b25;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
}

.link-block-9 {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.leistung {
  background-color: #fafafa;
  border-top: 5px solid #d32b25;
  margin-bottom: 40px;
  padding: 40px;
}

.leistung.unterste, .leistung.letzte {
  margin-bottom: 0;
}

.heading-11 {
  margin-top: 0;
  font-size: 35px;
}

.div-block-235 {
  margin-bottom: 30px;
}

.div-block-236 {
  display: none;
}

.div-block-237 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-91 {
  object-fit: cover;
  object-position: 50% 25%;
  width: 190px;
  height: 150px;
}

.image-91.juhl {
  object-position: 50% 20%;
}

.grid-13 {
  z-index: -1;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #2e2e2e;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.div-block-238 {
  background-color: #00000070;
}

.grid-14 {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.heading-12 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.3em;
}

.image-92 {
  width: 300px;
  margin-top: 20px;
  transition: opacity .2s;
}

.div-block-239 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 1000px;
  display: block;
}

.grid-15 {
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  height: 100%;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.text-block-91 {
  color: #b4b4bc;
}

.div-block-240 {
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.slider-list {
  display: flex;
}

.slider-item {
  border: 1px #727272;
  flex: none;
  width: 25vw;
  height: 35vw;
  margin-right: 32px;
  overflow: hidden;
}

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

.section.slider-section {
  background-color: #fff;
  overflow: hidden;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.next-slide {
  width: 30px;
}

.slider-navigation.prev-slide {
  width: 30px;
  transform-style: preserve-3d;
  margin-right: 16px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.pagination {
  background-color: #0000;
}

.container {
  width: 100%;
  max-width: 1000px;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-navigation-wrapper {
  justify-content: center;
  min-width: 68px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.section-header {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.image-93 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-241 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-242 {
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding: 17px;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
}

.text-block-92 {
  display: block;
  position: static;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.div-block-244 {
  margin-top: 60px;
}

.collection-list {
  display: flex;
}

.collection-item {
  width: 25vw;
  height: 35vw;
  margin-right: 30px;
}

.text-block-94 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.div-block-245 {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-95 {
  font-size: 28px;
  font-weight: 700;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.scroll-details {
  margin-bottom: 0;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-2.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-indicator {
  background-color: #cf2a25;
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-8.expand {
  width: 100%;
  height: 200vh;
  overflow: visible;
}

.heading-16 {
  font-size: 28px;
}

.div-block-247 {
  margin-bottom: 40px;
}

.div-block-248 {
  transition: opacity .5s;
}

.historie {
  width: 100%;
  padding-top: 40px;
  overflow: visible;
}

.div-block-249 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.leistungenstart {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.leistungenstart.unterseite {
  padding-top: 120px;
}

._3z-prinzip {
  background-color: #252a33;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-251 {
  width: 51vw;
  display: flex;
}

.text-span-3 {
  color: #d62c25;
}

.link-block-10 {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  padding: 9px 20px 9px 23px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-10:hover {
  color: #ce2b25;
  background-color: #0000;
  text-decoration: none;
}

.hero-square-buttons {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 12vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.button-14 {
  z-index: 1000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 16vw;
  min-height: 3.5vw;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1vw;
  font-weight: 700;
  line-height: 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-14.square-btn {
  width: 4vw;
  min-width: auto;
  height: 4vw;
  box-shadow: none;
  color: #fff;
  border-radius: 1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6vw;
}

.button-14.square-btn:hover {
  opacity: .5;
}

.button-14.square-btn.phone-btn {
  background-color: #fff;
  position: fixed;
  right: 0;
  box-shadow: 0 0 12px 2px #0000002e;
}

.button-14.square-btn.phone-btn:hover {
  opacity: .83;
}

.button-14.square-btn.kostenrechner-btn {
  background-color: #3d43bc;
}

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

.slide-nav {
  background-color: #0000;
  font-size: 10px;
  inset: auto 0% -9%;
}

.icon, .icon-2 {
  margin-bottom: 225px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  background-image: url('../images/spa-in-der-steuerberatung-min.webp');
  background-position: 50% 35%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/9-min.webp');
  background-position: 50% 48%;
  background-size: cover;
}

.slider-2 {
  background-color: #0000;
  height: 250px;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -90px;
  right: auto;
}

.image-94 {
  width: 35px;
  height: 50px;
}

.image-94.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.right-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -90px;
}

.slide-nav-2 {
  font-size: 10px;
  top: 319px;
}

.rich-text-block-6 {
  color: #fff;
  font-size: 10px;
}

.rich-text-block-6 p {
  font-size: 11px;
}

.slide-3 {
  background-image: url('../images/lisalitterst2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/sonja.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-95 {
  position: absolute;
  inset: auto 0% 4%;
}

.image-96 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-97 {
  width: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-98 {
  max-width: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-99 {
  width: 85px;
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}

.wrapper-2 {
  z-index: 10000;
  color: #000;
  background-color: #fff;
  width: auto;
  max-width: 1920px;
  height: auto;
  margin: 0 auto 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.upgrade-browser {
  z-index: 10;
  border: 4px #0b47be;
  border-top-color: #d42c25;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-252 {
  border: 6px solid #3c5ccf;
  margin-bottom: 50vh;
  padding: 59px 0;
}

.browser-content {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-97 {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  line-height: 48px;
}

.warning-text-2 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.button-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b47be;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-15:hover {
  color: #fff;
  background-color: #0b47be85;
}

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

.button-15.white {
  background-color: #d42c25;
  border-radius: 3px;
  margin-top: 20px;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
  padding: 45px 5vw;
  display: flex;
}

.div-block-253 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.heading-17 {
  text-transform: uppercase;
}

.section-10 {
  margin-top: 10vh;
  padding-bottom: 91px;
}

.image-100 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.div-block-254 {
  background-image: linear-gradient(#fff0, #ffffff0d 71%, #ffffff3b 77%, #ffffff7d 86%, #fff);
  width: 100%;
  height: 375px;
}

.div-block-255 {
  background-color: #0000;
  width: auto;
  max-width: 1000px;
  height: auto;
  margin-top: -75px;
}

.div-block-256 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-18 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 800;
}

.grid-17 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  display: flex;
}

.standortwrapper {
  background-color: #f3f6f9;
  border-top: 5px solid #d42c25;
  padding: 28px;
}

.heading-19 {
  margin-top: 0;
  font-size: 25px;
  line-height: 1.3em;
}

.text-block-98 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4em;
}

.div-block-257 {
  border-top: 1px solid #696969;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.text-block-100 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-101 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4em;
}

.section-11 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 78px;
  display: flex;
}

.heading-20 {
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
}

.panel-body-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px -5px #bcc8d5;
}

.panel-body-2.panel-body-large {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  padding: 20px 40px;
}

.div-block-260 {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-261 {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
}

.text-block-102 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.div-block-262 {
  display: none;
}

.text-block-icon {
  width: auto;
  height: auto;
  margin-right: .7vw;
}

.form-close {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
  position: relative;
}

.hero-pop-ups-wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100%;
  padding-top: 12vh;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.pop-up-heading-wrap {
  color: #fff;
  background-color: #09194c;
  background-image: linear-gradient(90deg, #81242d, #d42c25);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 1em 2.5vw;
  font-size: 1.35vw;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.pop-up-link {
  color: #000;
  align-items: center;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.pop-up-link:hover {
  color: #81242d;
}

.form-x-line {
  background-color: #fff;
  border-radius: 100px;
  width: .1em;
  height: 100%;
  position: absolute;
}

.form-x-line.right-turned-x-line {
  transform: rotate(45deg);
}

.form-x-line.left-turned-line {
  transform: rotate(-45deg);
}

.pop-up-content-wrap {
  text-align: left;
  justify-content: center;
  padding: 1.5vw 2.5vw 2vw;
  font-size: 16px;
  line-height: 1.3em;
}

.hero-pop-up {
  z-index: 100;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  height: auto;
  font-size: 1.25vw;
  line-height: 1.8em;
  display: block;
  position: fixed;
  box-shadow: 0 0 8px #00000036;
}

.image-101 {
  background-color: #0000;
  width: 30px;
  margin-top: 3px;
  margin-right: 2px;
}

.text-block-104 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-106 {
  margin-bottom: 20px;
  font-size: 14px;
}

.rich-text-block-8 {
  font-size: 16px;
}

.text-block-107 {
  line-height: 1.4em;
}

.text-field {
  color: #2b2b2b;
  background-color: #f7f4f4;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-field:focus {
  border: 1px solid #d42c25;
}

.textarea {
  color: #2b2b2b;
  background-color: #f7f4f4;
  min-height: 250px;
  margin-bottom: 20px;
  font-weight: 600;
}

.textarea:focus {
  border: 1px solid #d32c25;
}

.div-block-264 {
  width: 700px;
  padding: 32px;
  display: none;
  box-shadow: 0 0 10px -5px #00000026;
}

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

.success-message {
  background-color: #82242c;
  background-image: linear-gradient(to right, #84242c, #d52c25);
}

.text-block-108 {
  color: #fff;
  font-weight: 600;
}

.heading-21 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
}

.div-block-265 {
  max-width: 800px;
  margin-bottom: 40px;
}

.image-102 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 200px;
  margin-bottom: 36px;
}

.div-block-266 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-267 {
  max-width: 1000px;
}

.button-17 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
}

.button-17:hover {
  transform: translate(0, -5px);
}

.newssection {
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
  padding: 40px 5vw 80px;
  display: flex;
}

.newswrapper {
  flex-direction: column;
  align-items: center;
  width: 900px;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  height: 100%;
}

.slider-3 {
  background-color: #f1eeed;
  margin-bottom: 59px;
}

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

.slide-6 {
  padding: 50px;
}

.image-103 {
  width: 150px;
}

.div-block-271 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: 800px;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto 0% -81px;
}

.slide-nav-3 {
  font-size: 10px;
  top: 357px;
}

.section-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.div-block-274 {
  margin-bottom: 20px;
}

.div-block-275 {
  margin-top: 20px;
  display: flex;
}

.grid-21 {
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: center;
  max-width: 1000px;
}

.image-104 {
  width: 350px;
}

.heading-23 {
  font-size: 30px;
}

.div-block-276 {
  align-items: center;
  display: flex;
}

.slide-7 {
  padding: 50px;
}

.image-105 {
  width: 200px;
  margin-bottom: -32px;
}

.image-105._234 {
  margin-bottom: 0;
}

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

.html-embed-5 {
  width: 100%;
}

.text-block-113 {
  margin-top: 5px;
  font-size: 14px;
}

.div-block-279 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body, .body-2 {
  font-family: GJ-Op\.sans, sans-serif;
}

.link-13, .link-14 {
  color: #fff;
  text-decoration: none;
}

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

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

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

.rich-text-block-9, .rich-text-block-10 {
  width: 100%;
}

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

.button-18 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 700;
}

.button-18:hover {
  transform: translate(0, -2px);
}

.div-block-280 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-114 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}

.button-19 {
  text-align: center;
  text-transform: uppercase;
  background-color: #005899;
  background-image: linear-gradient(to right, #83242c, #d22b25);
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 31px;
  font-size: 16px;
  font-weight: 700;
}

.button-19.stelle {
  margin-top: 20px;
}

.text-span-2 {
  font-weight: 400;
}

.herofacebook {
  background-color: #e8edf6;
  flex-direction: column;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
}

.image-106 {
  width: 230px;
  margin-bottom: 26px;
}

.heading-130 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-130._123 {
  margin-bottom: 30px;
}

.div-block-281 {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.div-block-282 {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-115 {
  text-align: center;
  font-size: 16px;
}

.image-107 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 900px;
  height: 400px;
  margin-bottom: 20px;
}

.text-block-116 {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-283 {
  margin-top: 40px;
}

.image-108 {
  width: 120px;
  margin-right: 31px;
}

.image-109 {
  width: 135px;
}

.grid-37 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1100px;
}

.grid-37.unten {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .9fr;
  max-width: 1000px;
}

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

.text-block-93 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4em;
}

.bold-text {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

.benefits-2 {
  flex-direction: column;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
}

.heading-131 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4em;
}

.heading-131.white {
  color: #fff;
}

.grid-38 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.text-block-117 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-16 {
  font-size: 17px;
}

.button-20 {
  text-align: center;
  background-color: #005899;
  width: 100%;
  margin-bottom: 17px;
  padding: 13px 31px;
  font-size: 16px;
  font-weight: 700;
}

.button-20.white {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 34px;
  padding-right: 34px;
}

.grid-39 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  max-width: 900px;
}

.bold-text-2 {
  font-weight: 800;
}

.testimonials-2 {
  background-color: #e8edf6;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.text-block-118 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}

.image-112 {
  object-fit: cover;
  object-position: 50% 45%;
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.image-112._2 {
  object-position: 50% 30%;
}

.div-block-284 {
  margin-top: 43px;
}

.wir {
  background-color: #00182aa8;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
  position: relative;
}

.paragraph-17 {
  color: #fff;
  text-align: left;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.4em;
}

.div-block-285 {
  z-index: -1;
  background-color: #414141;
  background-image: url('../images/43244234234-min.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.aufgaben {
  background-color: #e8edf6;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.text-block-119 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item-3 {
  align-items: center;
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.image-113 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.text-block-120 {
  font-size: 16px;
  line-height: 1.5em;
}

.profilbewerber {
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.grid-40 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-content: stretch;
  max-width: 920px;
}

.image-114 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.paragraph-19 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.standort {
  background-color: #4d4d4d;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.image-115 {
  width: 20px;
  margin-right: 10px;
}

.div-block-287 {
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.image-116 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.grid-41 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  max-width: 1000px;
  margin-top: 10px;
}

.paragraph-18 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 800;
}

.link-7 {
  color: #313131;
  font-size: 16px;
}

.image-117 {
  filter: invert();
  width: 20px;
  margin-right: 5px;
}

.offene-fragen {
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.text-block-121 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: auto;
  margin-bottom: 38px;
  display: flex;
}

.div-block-269 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-288 {
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.div-block-288._423324 {
  margin-right: 0;
}

.footerfunnel {
  background-color: #e8edf6;
  border-top: 1px solid #00000045;
  flex-direction: column;
  align-items: center;
  padding: 20px 5vw;
  display: flex;
}

.text-block-99 {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-122 {
  color: #000;
  text-align: center;
}

.link-8 {
  color: #000;
}

.list-3 {
  margin-bottom: 30px;
}

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

.bold-text-6 {
  font-weight: 800;
}

.text-block-123 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 83px;
  margin-right: 83px;
  font-size: 16px;
  line-height: 1.4em;
}

.c-faq-icon-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

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

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

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

.c-faq-q-text-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-93 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-330 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-faq-item-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px #e1e4ee;
  border-bottom: 1px #e1e4ee;
  border-left: 3px #2ea07c;
  border-radius: 0;
  width: 850px;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: transform .25s;
  box-shadow: 8px 0 17px -4px #0000001a;
}

.c-faq-item-2:hover {
  background-color: #fff;
  border: 1px #000;
}

.c-faq-item-2:active {
  transform: none;
}

.c-faq-a-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.text-block-124 {
  text-align: left;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.c-faq-a-text-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-span-6 {
  text-decoration: underline;
}

.wir-suchen {
  background-color: #dee1e4;
  flex-direction: column;
  align-items: center;
  padding: 40px 5vw 20px;
  display: flex;
}

.c-faq-q-2 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block-3 {
  color: #516381;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.rich-text-block-3 p, .rich-text-block-3 li {
  font-size: 16px;
}

.faq-divider {
  border-top: 1px dashed #e1e4ee;
  height: 0;
}

.link-15 {
  color: #000;
}

.text-block-125 {
  color: #d42b25;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-126 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text-block-11, .rich-text-block-11 p {
  font-size: 16px;
}

.rich-text-block-11 h4, .rich-text-block-11 strong {
  font-weight: 600;
}

.rich-text-block-11 h5 {
  font-weight: 700;
}

.body-3, .body-4, .body-5, .body-6, .body-8 {
  font-family: GJ-Op\.sans, sans-serif;
}

.div-block-332 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-16 {
  margin-top: 10vh;
}

.div-block-333 {
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-334 {
  z-index: 1;
  background-color: #00000073;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-17 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-335 {
  z-index: 9999;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#83242c, #d22c26);
  padding: 10px 20px;
  font-weight: 600;
  position: fixed;
  inset: auto 2% 2% auto;
}

.video {
  width: 100%;
}

.div-block-336 {
  z-index: 99999;
  background-color: #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-337 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.heading-132 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.3em;
}

.button-21 {
  background-image: linear-gradient(to right, #84242c, #ce322c);
  padding: 14px 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-338 {
  width: 100%;
  max-width: 1000px;
  height: 550px;
  margin-top: 10px;
}

.div-block-339 {
  z-index: 1;
  width: 100%;
  height: 350px;
  position: relative;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.div-block-340 {
  z-index: 15;
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  padding: 14px;
  position: absolute;
  inset: -2% -2% auto auto;
  box-shadow: 0 2px 13px 5px #ffffffab;
}

.image-118 {
  filter: invert();
  width: 20px;
  height: 20px;
}

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

.image-119 {
  width: 100px;
  position: absolute;
  bottom: 2%;
  right: 3%;
}

@media screen and (min-width: 1280px) {
  .header {
    z-index: 5000;
  }

  .button-9 {
    font-size: 11px;
  }

  .image-89._2 {
    width: 70px;
  }

  .hero-pop-ups-wrapper {
    z-index: 500;
  }
}

@media screen and (min-width: 1440px) {
  body, .nav-link-4.hvr-underline-from-left {
    font-family: GJ-Op\.sans, sans-serif;
  }

  .button-9.navbar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-220 {
    height: 600px;
  }

  .heading-131 {
    font-family: GJ-Op\.sans, sans-serif;
  }

  .text-block-124, .rich-text-block-3 {
    font-size: 16px;
  }

  .video {
    max-width: 1100px;
  }

  .div-block-338 {
    max-width: 1100px;
    height: 630px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-row {
    flex: 1;
    max-width: 1600px;
  }

  .image {
    width: auto;
    max-width: 130px;
    transform: scale(1.2);
  }

  .navbar-buttons {
    align-items: center;
  }

  .div-block-63 {
    display: flex;
  }

  .navbar-controls {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

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

  .header {
    z-index: 5000;
    padding: 9px 0;
  }

  .nav-link-4.hvr-underline-from-left {
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-block-121 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .button-7 {
    padding: 12px 22px;
    font-size: 14px;
  }

  .button-7.navbar {
    font-size: 12px;
  }

  .navbar-1-brand {
    width: auto;
  }

  .navbar-1-brand.w--current {
    margin-right: 0;
  }

  .dropdown-link-text {
    font-size: 16px;
  }

  .button-9 {
    margin-top: 0;
    padding: 12px 22px;
    font-size: 14px;
    position: relative;
  }

  .button-9.custom123 {
    top: -24px;
  }

  .button-9.navbar {
    font-size: 12px;
  }

  .div-block-179 {
    padding-left: 8vw;
  }

  .typed-text {
    font-size: 60px;
  }

  .typed-text._123321 {
    font-size: 55px;
  }

  .heading {
    font-size: 60px;
    line-height: 1.2em;
  }

  .heading.kanzleiheroh1 {
    font-size: 56px;
  }

  .text-block-68 {
    font-size: 20px;
  }

  .div-block-181 {
    max-width: 1000px;
  }

  .div-block-182 {
    height: 200px;
  }

  .div-block-182.kanzlei {
    height: auto;
  }

  .heading-2 {
    font-size: 42px;
  }

  .text-block-69 {
    font-size: 18px;
  }

  .headingwrapper {
    max-width: 1000px;
  }

  .grid-2 {
    grid-column-gap: 40px;
  }

  .div-block-185 {
    width: 550px;
    height: 550px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .text-block-70 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-block-187 {
    width: 1000px;
    height: 350px;
  }

  .div-block-187._123 {
    background-color: #0000;
    height: auto;
  }

  .div-block-188 {
    padding-left: 66px;
  }

  .text-block-71 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .image-82 {
    width: 150px;
  }

  .text-block-72 {
    top: 54px;
    left: 43px;
  }

  .div-block-190 {
    height: 350px;
  }

  .image-83 {
    width: 335px;
    max-width: none;
    max-height: none;
    position: relative;
    top: 20px;
    bottom: 0;
    left: -67%;
  }

  .text-block-73 {
    font-size: 18px;
  }

  .grid-4 {
    grid-column-gap: 0px;
  }

  .standardtext.links {
    font-size: 18px;
  }

  .div-block-193 {
    height: 600px;
  }

  .text-block-80 {
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-210 {
    background-image: linear-gradient(#fff0 46%, #ffffffeb 89%, #fff 97%);
    margin-top: 4px;
  }

  .h1karriere {
    font-size: 55px;
  }

  .text-block-81 {
    font-size: 22px;
  }

  .text-block-82 {
    font-size: 55px;
  }

  .div-block-215 {
    max-width: 1000px;
  }

  .div-block-220 {
    background-position: 50% 53%;
  }

  .div-block-221 {
    object-position: 50% 0%;
    margin-top: 7px;
  }

  .div-block-225.kanzlei {
    max-width: 1100px;
  }

  .heading-9.kanzlei {
    font-size: 30px;
    line-height: 1.2em;
  }

  .image-91 {
    width: 220px;
    height: 190px;
  }

  .image-92 {
    width: 350px;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .scroll-details {
    font-size: 17px;
  }

  .heading-16 {
    font-size: 34px;
    line-height: 1.2em;
  }

  .link-block-10 {
    padding: 18px 29px;
    font-size: 16px;
  }

  .slider-2 {
    height: 350px;
  }

  .slide-nav-2 {
    top: 398px;
  }

  .rich-text-block-6 p {
    font-size: 13px;
  }

  .image-97 {
    width: auto;
    max-width: 60%;
  }

  .image-100 {
    object-position: 50% 40%;
  }

  .div-block-254 {
    height: 440px;
  }

  .div-block-255 {
    margin-top: -40px;
  }

  .heading-18 {
    font-size: 42px;
  }

  .hero-pop-up {
    width: 450px;
    display: none;
  }

  .image-101 {
    width: 40px;
  }

  .slider-3 {
    height: 400px;
  }

  .image-103 {
    width: 200px;
  }

  .right-arrow-3 {
    left: 999px;
  }

  .slide-nav-3 {
    top: 464px;
  }

  .div-block-273 {
    justify-content: flex-start;
    display: block;
  }

  .div-block-274 {
    margin-bottom: 20px;
  }

  .div-block-276 {
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .heading-93 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .c-faq-item-2 {
    width: 1100px;
  }

  .rich-text-block-3, .rich-text-block-11 p {
    font-size: 18px;
  }

  .div-block-334 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .video {
    max-width: 1200px;
  }

  .image-119 {
    width: 150px;
  }
}

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

  h5 {
    font-size: 20px;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #0009;
    margin-top: 10px;
    padding-top: 5px;
  }

  .navbar-row {
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .div-block-174 {
    display: none;
  }

  .div-block-177 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
  }

  .image {
    width: 180px;
    max-width: none;
  }

  .link-block-6 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-67 {
    color: #0009;
    font-size: 13px;
  }

  .navbar-controls {
    flex-direction: row;
    align-items: flex-end;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    height: auto;
    padding: 12px 0;
  }

  .header {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .button-8 {
    text-transform: uppercase;
    background-color: #426ca1;
    background-image: linear-gradient(to right, #80242d, #d72c25);
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
  }

  .image-78 {
    opacity: .6;
    width: 18px;
    height: 18px;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-5 {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-3.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-79 {
    margin-left: 60px;
    display: block;
  }

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

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

  .menu-button.currentlyinvisible {
    background-color: #80242d;
    background-image: linear-gradient(to right, #82242c, #d42b25);
    border-radius: 2px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px;
  }

  .image-77 {
    width: 25px;
  }

  .navbar-1-brand.w--current {
    width: auto;
    padding-left: 0;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .image-33 {
    filter: invert();
    width: 30px;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .desktop-wrapper {
    display: none;
  }

  .hero {
    height: auto;
    position: relative;
  }

  .hero.kanzleihero {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .button-9.custom123 {
    margin-top: 20px;
  }

  .div-block-179 {
    align-items: center;
    height: auto;
    max-height: none;
    padding: 50px 5vw 60px;
  }

  .div-block-180 {
    object-fit: fill;
    object-position: 50% 60%;
    background-position: 50% 35%;
    flex: 0 auto;
    width: 100%;
    height: 400px;
    max-height: 100%;
    display: block;
  }

  .div-block-180.steuerberatungviernull {
    object-position: 50% 0%;
    background-position: 50% 0;
  }

  .typed-text {
    text-align: center;
    height: auto;
    min-height: 55px;
    margin-top: 0;
    font-size: 35px;
  }

  .typed-text._123321 {
    min-height: 40px;
  }

  .heading {
    text-align: center;
    font-size: 35px;
  }

  .text-block-68 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-181 {
    align-items: center;
  }

  .div-block-182 {
    height: auto;
  }

  .image-80 {
    max-width: 200px;
  }

  .leistungen {
    padding-bottom: 100px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-block-69 {
    font-size: 14px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-185 {
    margin-bottom: 20px;
  }

  .div-block-187 {
    width: 600px;
    height: auto;
  }

  .div-block-187._123 {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    height: auto;
    display: block;
  }

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

  .div-block-188 {
    background-color: #f7f7f8;
    padding: 59px;
  }

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

  .image-82 {
    width: 130px;
    transform: rotate(0);
  }

  .text-block-72 {
    top: 41px;
    left: 47px;
  }

  .text-block-72.slide2 {
    top: 55px;
  }

  .div-block-190 {
    max-width: none;
    display: flex;
  }

  .testimonials {
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .image-83 {
    position: relative;
    left: 21%;
  }

  .div-block-191 {
    position: relative;
    inset: auto auto auto 127px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2links {
    text-align: center;
    font-size: 32px;
  }

  .spacer {
    display: none;
  }

  .standardtext.links {
    text-align: center;
    font-size: 14px;
  }

  .div-block-192 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-193 {
    margin-top: 40px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .h3links {
    text-align: center;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-10, .button-11 {
    font-size: 12px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    width: 600px;
  }

  .footer-flex-container.bottom {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    justify-items: center;
  }

  .div-block-200 {
    height: 90px;
  }

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

  .link-12.rechts {
    margin-right: 0;
  }

  .div-block-201 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-89._2 {
    width: 63px;
  }

  .div-block-206 {
    justify-content: center;
  }

  .h1karriere {
    font-size: 35px;
    font-weight: 800;
  }

  .text-block-81 {
    font-size: 16px;
  }

  .text-block-82 {
    font-size: 35px;
  }

  .div-block-213 {
    height: auto;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .c-card-quote {
    padding: 18px;
  }

  .c-card-front.team.berater, .c-card-back.kanzlei.berater {
    width: 25vw;
    height: 35vw;
  }

  .text-block-83 {
    font-size: 12px;
    line-height: 1.3em;
  }

  .div-block-216 {
    padding: 25px;
  }

  .offenestellen {
    padding-top: 40px;
  }

  .stellenwrapper {
    width: auto;
  }

  .div-block-220 {
    height: 350px;
  }

  .div-block-222 {
    max-width: 100%;
    margin-top: -60px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 1.3em;
  }

  .cta {
    background-image: linear-gradient(to right, #82242c, #d42b25);
  }

  .div-block-225 {
    flex-direction: column;
    justify-content: center;
  }

  .heading-9 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .leistungen {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .leistungenwrapper {
    padding-top: 0;
  }

  .navigationwrapper {
    width: 35%;
  }

  .leistungsbereichewrapper {
    width: 65%;
    padding-left: 20px;
  }

  .heading-11 {
    line-height: 1.2em;
  }

  .image-90 {
    width: 20px;
  }

  .image-90.invert {
    filter: invert();
  }

  .div-block-236 {
    display: none;
  }

  .div-block-236.kanzleiswiper {
    margin-top: 11px;
    display: flex;
  }

  .div-block-236.kanzleiswiper.berufstraeger {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .text-block-90 {
    margin-left: 17px;
  }

  .div-block-237 {
    padding-bottom: 40px;
  }

  .image-91 {
    width: 160px;
    height: 120px;
  }

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

  .image-92 {
    width: 250px;
    transition-duration: .925s;
  }

  .grid-15 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-13, .text-block-91 {
    text-align: center;
  }

  .section.slider-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-navigation.next-slide, .slider-navigation.prev-slide {
    height: 30px;
  }

  .pagination {
    display: none;
  }

  .slider-navigation-wrapper {
    margin-bottom: 0;
  }

  .div-block-241, .div-block-241.berater {
    padding: 10px;
  }

  .div-block-242 {
    height: auto;
  }

  .div-block-242.berater {
    height: auto;
    padding: 17px;
  }

  .heading-14 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .heading-14.berater {
    font-size: 16px;
  }

  .text-block-92 {
    font-size: 12px;
  }

  .section-7 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-94 {
    margin-bottom: 0;
    line-height: 1.4em;
  }

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

  .container-2.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8.expand {
    height: auto;
    overflow: hidden;
  }

  .div-block-248 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-249, .leistungenstart, ._3z-prinzip {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-96 {
    text-align: left;
  }

  .hero-square-buttons {
    height: auto;
    padding-top: 0;
    display: none;
    inset: auto auto 0% 0%;
  }

  .button-14 {
    min-width: 35vw;
    min-height: 6vw;
    margin-bottom: 1em;
    font-size: 2vw;
  }

  .button-14.square-btn {
    width: 75px;
    height: 75px;
    font-size: 25px;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

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

  .image-97 {
    width: auto;
    max-width: 60%;
  }

  .image-98 {
    max-width: 85%;
  }

  .browser-content {
    width: 90%;
  }

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

  .div-block-254 {
    height: 300px;
  }

  .heading-18 {
    font-size: 32px;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .heading-19 {
    font-size: 22px;
  }

  .section-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-20 {
    font-size: 32px;
  }

  .panel-body-2 {
    align-items: flex-start;
    padding: 30px;
  }

  .div-block-261 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    background-color: #0000;
  }

  .div-block-262 {
    display: none;
  }

  .text-block-icon {
    margin-right: 1.2vw;
  }

  .form-close {
    width: 3vw;
    height: 3vw;
  }

  .hero-pop-ups-wrapper {
    width: 50vw;
    height: auto;
    padding-top: 0;
    display: none;
    inset: auto auto 0% 11%;
  }

  .pop-up-heading-wrap {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2vw;
  }

  .pop-up-content-wrap {
    background-color: #0000;
    padding: 2.5vw 3vw 3vw;
    font-size: 2vw;
    line-height: 1.8em;
  }

  .hero-pop-up {
    background-color: #fff;
    width: 50vw;
    position: absolute;
    top: auto;
    bottom: 9.2vw;
    right: auto;
  }

  .text-block-109 {
    color: #fff;
    margin-left: 10px;
  }

  .newssection {
    padding-bottom: 80px;
  }

  .newswrapper {
    width: 600px;
  }

  .grid-19 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .grid-19.slide2 {
    margin-top: 45px;
  }

  .slider-3 {
    align-items: flex-start;
    height: 400px;
    display: block;
  }

  .div-block-270 {
    object-fit: fill;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-arrow-3 {
    left: 600px;
  }

  .slide-nav-3 {
    top: 467px;
  }

  .section-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .rich-text-block-9 h2 {
    font-size: 25px;
  }

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

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

  .image-106 {
    width: 200px;
  }

  .heading-130 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .text-block-116 {
    font-size: 25px;
  }

  .image-108 {
    width: 100px;
  }

  .image-109 {
    width: 110px;
  }

  .grid-37 {
    grid-template-columns: 1.5fr;
  }

  .grid-37.unten {
    grid-template-columns: 1fr;
  }

  .image-110 {
    object-position: 50% 30%;
    width: 100%;
    height: 300px;
    display: block;
  }

  .image-110._1232 {
    display: block;
  }

  .text-block-93, .heading-131 {
    text-align: center;
  }

  .grid-38 {
    width: 100%;
  }

  .paragraph-16 {
    font-weight: 400;
  }

  .grid-39 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-112 {
    width: 400px;
  }

  .paragraph-17, .text-block-119 {
    text-align: center;
  }

  .grid-40 {
    grid-template-columns: 1fr;
  }

  .image-114 {
    height: 350px;
  }

  .div-block-286 {
    align-items: center;
  }

  .grid-41 {
    grid-template-columns: 1fr;
  }

  .paragraph-18, .text-block-121 {
    text-align: center;
  }

  .grid-42 {
    grid-template-columns: .5fr 1fr;
  }

  .div-block-269 {
    align-items: center;
  }

  .div-block-289, .div-block-290 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-123 {
    margin-left: 51px;
    margin-right: 51px;
  }

  .div-block-330 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .c-faq-item-2 {
    width: auto;
    margin-bottom: 20px;
  }

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

  .wir-suchen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-7 {
    line-height: 1.2em;
  }

  .text-block-125 {
    font-size: 26px;
  }

  .text-block-126 {
    font-size: 20px;
  }

  .section-17 {
    padding: 53px 5vw;
  }

  .div-block-337 {
    padding: 32px;
  }

  .heading-132 {
    font-size: 30px;
  }

  .button-21 {
    font-size: 18px;
  }

  .div-block-338 {
    height: 400px;
  }

  .div-block-339 {
    height: 300px;
  }
}

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

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #00000057;
    padding-top: 11px;
  }

  .navbar-row {
    max-width: none;
  }

  .div-block-177 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .image {
    width: 85px;
    transform: scale(1.5);
  }

  .link-block-6 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .div-block-106, .navbar-buttons {
    display: none;
  }

  .text-block-67 {
    color: #0009;
    font-size: 13px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 18px 0;
  }

  .header {
    height: 70px;
    position: fixed;
  }

  .button-8 {
    background-color: #426ca1;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .image-78 {
    opacity: .6;
    width: 15px;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-79 {
    display: block;
    position: relative;
  }

  .menu-button.currentlyinvisible {
    background-color: #80242d;
    padding: 8px;
    display: block;
  }

  .image-77 {
    width: 25px;
  }

  .navbar-1-brand.w--current {
    padding-left: 10px;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
  }

  .image-33 {
    width: 35px;
    max-width: 120%;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 30px;
    padding: 25px 15px 0;
    display: flex;
  }

  .desktop-wrapper {
    display: none;
  }

  .hero {
    margin-top: 70px;
  }

  .hero.kanzleihero {
    z-index: 1;
  }

  .div-block-179 {
    padding-top: 50px;
  }

  .typed-text._123321 {
    min-height: 45px;
    margin-left: 0;
    font-size: 32px;
  }

  .image-80 {
    max-width: 150px;
  }

  .leistungen {
    padding-top: 48px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-2 {
    font-size: 30px;
  }

  .div-block-185 {
    width: auto;
    height: auto;
    padding-bottom: 230px;
    padding-right: 34px;
  }

  .div-block-186 {
    height: auto;
  }

  .div-block-187 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-187._123 {
    flex-direction: column;
    flex: 0 auto;
    width: 90vw;
    display: flex;
  }

  .div-block-188 {
    padding: 54px;
  }

  .image-82 {
    z-index: 1;
  }

  .text-block-72 {
    top: 35px;
    left: 22px;
  }

  .text-block-72.slide2 {
    top: 31px;
    left: 16px;
  }

  .div-block-190 {
    align-items: stretch;
    height: 250px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .testimonials {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-83 {
    object-fit: contain;
    position: relative;
    inset: 4% 0% 0% 15%;
  }

  .div-block-191 {
    margin-left: 15%;
    padding-right: 0;
    position: absolute;
    inset: 0% 3% 0% auto;
  }

  .div-block-191.karriere {
    margin-left: 0%;
    position: relative;
    left: 70px;
  }

  .h2links {
    font-size: 30px;
  }

  .div-block-193 {
    object-fit: contain;
    height: 400px;
  }

  .text-block-74 {
    font-size: 28px;
  }

  .button-10 {
    font-size: 12px;
  }

  .button-11 {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-flex-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch center;
    width: 80vw;
    margin-bottom: 20px;
  }

  .footer-flex-container.bottom {
    grid-template-rows: auto auto auto;
  }

  .footer-logo-link {
    max-height: none;
  }

  .footer-image {
    object-fit: contain;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-link, .text-block-77, .text-block-78 {
    text-align: center;
  }

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

  .grid-7 {
    grid-template-columns: 1.25fr;
    justify-content: center;
  }

  .div-block-207 {
    display: none;
  }

  .link-block-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .herokarriere {
    height: auto;
  }

  .div-block-208 {
    height: 200px;
  }

  .div-block-208.karriere {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .div-block-209 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-210 {
    display: none;
  }

  .div-block-211 {
    margin-top: 0;
  }

  .div-block-211.leistungen {
    height: auto;
    margin-top: 0;
    padding: 0 5vw;
  }

  .h1karriere {
    font-size: 32px;
  }

  .text-block-81 {
    margin-top: 30px;
  }

  .div-block-212 {
    padding: 60px 5vw;
  }

  .text-block-82 {
    font-size: 32px;
  }

  .div-block-213 {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    font-size: 30px;
  }

  .c-card-front {
    width: 320px;
    height: 320px;
  }

  .c-card-front.team.berater {
    width: 75vw;
    height: 110vw;
  }

  .c-card-back {
    width: 320px;
    height: 320px;
  }

  .c-card-back.kanzlei.berater {
    width: 75vw;
    height: 110vw;
  }

  .div-block-216 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-85 {
    font-size: 23px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .text-block-87 {
    font-size: 16px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-220 {
    height: 250px;
  }

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

  .heading-8 {
    font-size: 26px;
    line-height: 1.2em;
  }

  .nav-link-block {
    white-space: nowrap;
  }

  .leistungen {
    padding: 0 0 40px;
  }

  .leistungenwrapper {
    padding-bottom: 0;
    display: block;
  }

  .navigationwrapper {
    background-color: #fff;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    position: static;
    top: 70px;
    box-shadow: 1px 1px 15px #00000040;
  }

  .leistungsbereichewrapper {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .list-item {
    margin-top: 0;
    margin-right: 10px;
  }

  .link-block-9 {
    white-space: nowrap;
    background-color: #65686f;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .link-block-9.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistung {
    margin-bottom: 40px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-235 {
    margin-bottom: 20px;
  }

  .list {
    margin-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .image-90 {
    width: 20px;
    height: 20px;
  }

  .div-block-236 {
    display: flex;
  }

  .div-block-236.kanzleiswiper {
    margin-top: 10px;
  }

  .text-block-90 {
    margin-left: 10px;
    font-size: 12px;
  }

  .image-91 {
    width: 130px;
    height: 100px;
  }

  .image-92 {
    width: 200px;
  }

  .pagination {
    height: 20px;
    max-height: 20px;
    padding: 0;
    display: block;
  }

  .slider-navigation-wrapper {
    margin-top: 0;
  }

  .section-header {
    margin-bottom: 20px;
  }

  .heading-14, .heading-14.berater {
    font-size: 16px;
  }

  .collection-list.berater {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .collection-item.berater {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .text-block-94 {
    font-size: 25px;
  }

  .div-block-245 {
    max-height: 30px;
    margin-top: 15px;
    position: relative;
  }

  .text-block-95 {
    font-size: 25px;
  }

  .div-block-250 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-block-251 {
    width: auto;
  }

  .button-14 {
    min-height: 8vw;
    font-size: 2.5vw;
  }

  .button-14.square-btn {
    width: 65px;
    height: 65px;
    font-size: 4.5vw;
  }

  .slider-2 {
    object-fit: fill;
    flex: 0 auto;
  }

  .image-99 {
    width: 75px;
  }

  .section-10 {
    padding-bottom: 60px;
  }

  .div-block-254 {
    height: 250px;
  }

  .div-block-255 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-18 {
    font-size: 30px;
  }

  .text-block-98 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-100, .text-block-101 {
    font-size: 14px;
  }

  .section-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-20 {
    font-size: 30px;
  }

  .panel-body-2.panel-body-large {
    padding: 36px;
  }

  .text-block-icon {
    margin-right: 1.5vw;
  }

  .form-close {
    width: 4vw;
    height: 4vw;
  }

  .hero-pop-ups-wrapper {
    left: 24%;
  }

  .pop-up-heading-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 2.5vw;
  }

  .pop-up-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 4vw 5vw 5vw;
    font-size: 2.5vw;
    display: flex;
  }

  .hero-pop-up {
    align-items: center;
    width: 70vw;
    height: auto;
    top: auto;
    right: auto;
  }

  .div-block-264 {
    width: 90vw;
    padding: 20px;
  }

  .div-block-265._123 {
    margin-top: 40px;
  }

  .newssection {
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .newswrapper {
    width: 90vw;
  }

  .grid-19.slide2 {
    margin-top: 22px;
  }

  .right-arrow-3 {
    left: 455px;
  }

  .left-arrow-3 {
    left: -23px;
  }

  .section-15 {
    padding-top: 40px;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .heading-23, .text-block-112 {
    text-align: center;
  }

  .text-block-114 {
    font-size: 14px;
  }

  .herofacebook {
    padding-top: 40px;
  }

  .image-106 {
    width: 175px;
  }

  .heading-130 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3em;
  }

  .div-block-282 {
    margin-bottom: 20px;
  }

  .image-107 {
    height: 275px;
  }

  .text-block-116 {
    font-size: 20px;
  }

  .image-108 {
    width: 80px;
  }

  .image-109 {
    width: 90px;
  }

  .image-110 {
    height: 250px;
  }

  .text-block-93 {
    font-size: 14px;
  }

  .bold-text, .heading-131 {
    font-weight: 800;
  }

  .grid-38 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-16 {
    text-align: center;
    font-size: 14px;
  }

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

  .paragraph-17, .text-block-119 {
    font-size: 14px;
  }

  .image-113 {
    margin-right: 15px;
  }

  .text-block-120 {
    font-size: 14px;
  }

  .image-114 {
    object-position: 50% 20%;
    height: 250px;
  }

  .paragraph-19, .paragraph-18, .text-block-121 {
    font-size: 14px;
  }

  .text-block-123 {
    margin-left: 0;
    margin-right: 0;
  }

  .c-faq-q-text-2 {
    padding: 10px 0;
  }

  .heading-93 {
    font-size: 20px;
  }

  .div-block-330 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .c-faq-a-text-2 {
    padding-left: 5px;
    padding-right: 0;
  }

  .text-block-125 {
    font-size: 22px;
  }

  .div-block-331 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-337 {
    width: 90vw;
  }

  .heading-132 {
    margin-top: 20px;
    font-size: 26px;
  }

  .button-21 {
    font-size: 16px;
  }

  .div-block-338 {
    height: 300px;
  }

  .div-block-339 {
    height: 250px;
  }

  .div-block-341 {
    padding-left: 140px;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
    font-size: 14px;
  }

  li {
    font-size: 14px;
  }

  .navbar-row {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-177 {
    align-items: center;
  }

  .image {
    width: auto;
    max-width: none;
    height: 22px;
    margin-right: 0;
    transform: scale(1.8);
  }

  .link-block-6 {
    font-size: 15px;
  }

  .div-block-63 {
    justify-content: center;
    margin-left: 20px;
  }

  .navbar-controls {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px #000;
    min-height: 900px;
    padding-bottom: 0;
    inset: 0% 0% 0% auto;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

  .button-8 {
    font-size: 13px;
  }

  .image-78 {
    height: 15px;
  }

  .div-block-79 {
    justify-content: flex-end;
    display: flex;
  }

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

  .menu-button.currentlyinvisible {
    background-color: #e70c0b;
    background-image: linear-gradient(to right, #82242c, #d42b25);
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 0;
    padding: 7px;
  }

  .image-77 {
    width: 22px;
  }

  .navbar-1-brand.w--current {
    margin-right: 0;
  }

  .mobile-wrapper {
    border: 1px #000;
    height: 105vh;
  }

  .image-33 {
    width: 30px;
  }

  .hero {
    max-height: none;
    overflow: hidden;
  }

  .hero.kanzleihero {
    max-height: none;
  }

  .button-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-179 {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .div-block-180 {
    background-position: 50% 100%;
    height: 350px;
  }

  .typed-text {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3em;
  }

  .typed-text._123321 {
    color: #000;
    font-size: 27px;
  }

  .heading {
    font-size: 32px;
    line-height: 1.3em;
  }

  .div-block-182 {
    margin-bottom: 0;
  }

  .image-80 {
    display: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block-185 {
    align-items: center;
    width: 90vw;
    height: auto;
    padding-bottom: 154px;
  }

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

  .text-block-70 {
    text-align: center;
    font-size: 13px;
  }

  .div-block-188 {
    align-items: center;
    height: auto;
    padding: 32px;
  }

  .image-82 {
    display: none;
  }

  .text-block-72 {
    top: 25px;
    left: 19px;
  }

  .text-block-72.slide2 {
    top: 57px;
    left: 27px;
  }

  .testimonials {
    padding-top: 0;
  }

  .image-83 {
    z-index: 2;
    object-fit: contain;
    width: 55vw;
    height: 250px;
    margin-left: -20px;
    position: relative;
    top: 14%;
    left: 0%;
  }

  .image-83.sonja {
    height: 280px;
  }

  .div-block-191 {
    margin-left: -18%;
    padding-right: 5vw;
    right: 0%;
  }

  .div-block-191.karriere {
    clear: none;
    margin-left: 0%;
    padding-right: 6px;
    position: static;
    inset: 0% 0% 0% 204px;
  }

  .h2links {
    font-size: 28px;
  }

  .div-block-193 {
    object-fit: fill;
    height: 300px;
  }

  .karriere {
    padding-top: 80px;
  }

  .div-block-195 {
    width: 300px;
    height: 350px;
  }

  .text-block-74 {
    font-size: 18px;
  }

  .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .benefit {
    font-size: 14px;
  }

  .uibackground {
    width: 75px;
    height: 65px;
  }

  .image-85 {
    max-width: 40px;
    max-height: 40px;
  }

  .heading-4 {
    font-size: 20px;
  }

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

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: auto;
  }

  .div-block-200 {
    height: 110px;
  }

  .div-block-208.karriere {
    background-size: cover;
    height: 250px;
  }

  .h1karriere {
    font-size: 27px;
  }

  .div-block-212 {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .text-block-82 {
    font-size: 27px;
  }

  .div-block-213 {
    flex-direction: column;
  }

  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .c-card-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-card-front {
    width: 75vw;
    max-width: 90vw;
  }

  .c-card-front.team {
    width: 60vw;
    height: 85vw;
  }

  .c-card-front.team.berater {
    max-width: none;
    height: 120vw;
  }

  .c-card-back {
    width: 100%;
    max-width: 300px;
  }

  .c-card-back.kanzlei.berater {
    width: 80vw;
    max-width: none;
    height: 120vw;
  }

  .card-title {
    font-size: 26px;
  }

  .text-block-83 {
    font-size: 16px;
  }

  .funfacts {
    padding-top: 40px;
  }

  .offenestellen {
    padding-top: 20px;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .div-block-220 {
    height: 180px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .cta {
    background-image: linear-gradient(to right, #82242c, #d42b25);
  }

  .nav-link-block:visited {
    font-family: Open Sans, sans-serif;
  }

  .heading-9.kanzlei {
    font-size: 22px;
  }

  .button-13 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .leistungen {
    padding-bottom: 40px;
  }

  .leistung {
    padding: 30px;
  }

  .heading-11 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
  }

  .div-block-236.kanzleiswiper {
    justify-content: center;
  }

  .rich-text-block-5 {
    text-align: left;
  }

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

  .slider-item {
    width: auto;
    height: auto;
  }

  .pagination {
    display: none;
  }

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

  .slider-navigation-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-241 {
    padding: 7px;
  }

  .heading-14 {
    font-size: 14px;
  }

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

  .historie {
    padding-top: 10px;
  }

  .hero-square-buttons {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .button-14 {
    min-width: 85vw;
    min-height: 14vw;
    font-size: 4vw;
  }

  .button-14.square-btn {
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    font-size: 8.5vw;
  }

  .button-14.square-btn.phone-btn {
    font-size: 30px;
  }

  .button-14.square-btn.kostenrechner-btn {
    font-size: 28px;
  }

  .slide-nav {
    object-position: 50% 50%;
    bottom: -13%;
  }

  .slide-2 {
    background-position: 50% 40%;
  }

  .slide-nav-2 {
    bottom: -13%;
  }

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

  .slide-3 {
    background-position: 50% 35%;
  }

  .slide-4 {
    background-position: 50% 40%;
  }

  .image-97 {
    max-width: 53%;
  }

  .image-99 {
    width: 60px;
  }

  .warning-text-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-253 {
    width: 100%;
    max-width: none;
  }

  .div-block-254 {
    height: 220px;
  }

  .heading-18 {
    font-size: 28px;
  }

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

  .heading-19 {
    font-size: 20px;
  }

  .panel-body-2 {
    padding: 24px;
  }

  .panel-body-2.panel-body-large {
    border-radius: 0;
    align-items: center;
    padding: 24px;
  }

  .slide-5 {
    height: 100%;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .text-block-icon {
    margin-right: 2vw;
  }

  .form-close {
    width: 6vw;
    height: 6vw;
  }

  .hero-pop-ups-wrapper {
    width: 85vw;
    height: auto;
    left: auto;
  }

  .pop-up-heading-wrap {
    text-align: left;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 4.5vw;
  }

  .pop-up-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pop-up-content-wrap {
    width: 100%;
    padding: 5vw 6vw 8vw;
    font-size: 4.5vw;
    line-height: 1.6em;
  }

  .hero-pop-up {
    justify-content: flex-start;
    width: 85vw;
    inset: auto 0% 25vw;
  }

  .text-block-109 {
    font-size: 12px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .newssection {
    padding-top: 20px;
  }

  .newswrapper {
    width: 90vw;
  }

  .grid-19.slide2 {
    margin-top: 50px;
  }

  .slider-3 {
    height: auto;
  }

  .slide-6 {
    padding: 40px 29px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    top: 582px;
  }

  .image-104 {
    width: 300px;
  }

  .slide-7 {
    padding: 37px;
  }

  .rich-text-block-9 {
    width: 100%;
  }

  .div-block-280 {
    align-items: flex-start;
  }

  .text-block-114 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;
  }

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

  .heading-130 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .text-block-115 {
    font-size: 14px;
  }

  .image-107 {
    height: 200px;
    margin-bottom: 20px;
  }

  .text-block-116 {
    font-size: 18px;
  }

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

  .heading-131 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.3em;
  }

  .bold-text-2 {
    font-weight: 800;
  }

  .testimonials-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-112 {
    height: 200px;
  }

  .wir, .aufgaben, .profilbewerber {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-114 {
    height: 200px;
  }

  .standort {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-116 {
    height: 275px;
  }

  .offene-fragen {
    padding-top: 40px;
  }

  .grid-42 {
    flex-direction: column;
  }

  .div-block-288 {
    justify-content: center;
  }

  .text-block-99 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .text-block-122 {
    font-size: 12px;
  }

  .grid-43 {
    grid-template-columns: 1fr;
  }

  .c-faq-icon-2 {
    display: none;
  }

  .c-faq-q-text-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-93 {
    font-size: 18px;
  }

  .div-block-330 {
    align-items: center;
  }

  .text-block-124 {
    font-size: 14px;
  }

  .c-faq-a-text-2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .rich-text-block-3 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-125 {
    font-size: 20px;
  }

  .text-block-126 {
    font-size: 16px;
  }

  .background-video {
    height: 220px;
    position: relative;
  }

  .div-block-334 {
    background-color: #e9e9e9;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-335 {
    font-size: 12px;
  }

  .div-block-335.w--current {
    font-size: 12px;
    display: none;
  }

  .div-block-337 {
    padding: 20px;
  }

  .heading-132 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .button-21 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-338 {
    height: 55vw;
  }

  .div-block-339 {
    height: 180px;
  }

  .div-block-340 {
    padding: 10px;
  }

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

  .image-119 {
    width: 70px;
  }
}

#w-node-_1771ee00-5e53-41a1-2a9b-e37adec0709d-dec0706a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1771ee00-5e53-41a1-2a9b-e37adec070a5-dec0706a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1771ee00-5e53-41a1-2a9b-e37adec070a8-dec0706a {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_1771ee00-5e53-41a1-2a9b-e37adec070a8-dec0706a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1771ee00-5e53-41a1-2a9b-e37adec070a0-dec0706a {
    place-self: center;
  }
}


@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-extrabold.ttf') format('truetype'), url('../fonts/opensans-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-bolditalic.ttf') format('truetype'), url('../fonts/opensans-extrabolditalic.ttf') format('truetype'), url('../fonts/opensans-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GJ-Op.sans';
  src: url('../fonts/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-extrabolditalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SansOpen';
  src: url('../fonts/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}