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

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

:root {
  --orange-2: #f7931e;
  --orange: #f49600;
  --white: white;
  --waves-library-black: #131313;
  --waves-library-white: white;
  --medium-aquamarine: #7ec4bd;
  --white-smoke: whitesmoke;
  --waves-library-dark-elevation: #ede0d8;
}

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

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.nav-link {
  color: #666;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px solid #0000;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 77px;
  text-decoration: none;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-width: 3px;
  border-bottom-color: #666;
  border-radius: 0;
  text-decoration: none;
}

.nav-link:active {
  color: #f49600;
  object-fit: fill;
  border: 1px #f49600;
  border-bottom: 3px solid #f49600;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  overflow: visible;
}

.nav-link:focus {
  color: #f49600;
  border-bottom-width: 3px;
  border-bottom-color: #f49600;
}

.nav-link.w--current {
  color: #f49600;
  border-bottom-width: 3px;
  border-bottom-color: #f49600;
  margin-left: 20px;
  font-size: 18px;
}

.logo-img {
  float: left;
  margin-right: 0;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  color: #f49600;
  text-align: left;
  text-align: left;
  background-color: #f49600;
  width: 20px;
  margin: 0;
}

.divider.grey-copy {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  justify-content: center;
  width: 20px;
  margin: 0;
  display: inline-block;
}

.project-wrapper {
  z-index: 2;
  color: #333;
  width: auto;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.role {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 700;
}

.fakten {
  margin-bottom: 0;
}

.footer-text {
  color: #333;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.7vw;
}

.project-info {
  background-color: #fff;
  border-radius: 20px;
  width: 31vw;
  height: 31vw;
  margin-bottom: 0;
  padding: 3vw;
  box-shadow: 0 0 8px -4px #000;
}

.project-title {
  outline-offset: 0px;
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  border: 1px #000;
  outline: 3px #4d4d4d;
  margin-bottom: 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.9vw;
}

.member {
  text-align: center;
  height: 150px;
  max-height: 150px;
  display: block;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  display: block;
}

.brand-block-2 {
  padding-top: 20px;
  padding-left: 30px;
  display: block;
}

.brand-block-2.w--current {
  padding-top: 20px;
}

.nav-menu-2 {
  padding-top: 0;
  padding-right: 30px;
  display: block;
}

.header-gutstein-home {
  padding-top: 0;
  position: relative;
}

.image-2 {
  z-index: -1;
  width: 100%;
  max-width: none;
  margin-top: 1vw;
  display: block;
  position: relative;
  top: -197px;
}

.tastatur {
  position: relative;
}

.div-block {
  z-index: 1;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px 0 0 20px;
  width: 650px;
  height: 80px;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 60% 0% 0% auto;
}

.hero {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.leitspruch {
  float: none;
  clear: right;
  color: var(--orange-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 2vw;
  display: block;
}

.text-span-2, .text-span-4 {
  color: #f49600;
}

.text-span-6 {
  color: #f49600;
  font-size: 3vw;
}

.mitarbeiter, .mandanten, .erfahrung, .digitalisierung {
  float: none;
  clear: both;
  border-radius: 0%;
  max-width: none;
  height: auto;
  max-height: 100px;
  margin-bottom: 21px;
  display: inline-block;
}

.image-1 {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: relative;
}

.body {
  margin-right: 0;
  font-family: Frutiger, Arial, sans-serif;
}

.heading-standard {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin: 0 40px 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3.1vw;
  position: absolute;
  inset: 32.5% 0% auto;
}

.column {
  z-index: 1;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-2 {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 74% 0% auto;
}

.text-block {
  color: #333;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.divider-copy {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-copy.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 30vw;
  margin: 0 40px 20px;
  position: absolute;
  inset: 37% 0% auto;
}

.zertifikat-neu {
  float: none;
  clear: both;
  border-radius: 0%;
  max-width: none;
  height: auto;
  max-height: 150px;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.auszeichnungen {
  text-align: center;
  margin-top: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.zertifikate-collums {
  margin-bottom: 0;
  display: block;
}

.kundenstimmen {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.icon {
  color: var(--orange);
}

.icon-2 {
  color: #f49600;
}

.slide-nav {
  color: #f49600;
  background-color: #fff;
}

.slide {
  opacity: 1;
  color: #fff0;
  border: 1px #0000;
  padding-bottom: 0;
  padding-right: 0;
}

.slider {
  text-align: center;
  background-color: #fff0;
  height: 350px;
}

.mask-2 {
  color: #fff;
}

.heading-kundenstimmen {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3.1vw;
}

.kundenstimmentext {
  color: #333;
  text-align: center;
  flex-flow: column;
  place-content: center;
  align-items: center;
  max-width: 50%;
  margin: 112px auto 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.4vw;
  font-style: normal;
  line-height: 1.8vw;
  display: block;
}

.kundenstimmen-ueberschrift {
  text-align: center;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.kundenname {
  color: #686868;
  text-align: center;
  text-transform: none;
  max-width: 50%;
  margin: 30px auto 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.paragraph-2 {
  flex-direction: row;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.2vw;
  line-height: 2vw;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: stretch center;
  margin-left: 60px;
  margin-right: 60px;
}

.image-4 {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: block;
}

.footer-heading {
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-3 {
  margin-right: -95px;
  padding-top: 56px;
  padding-bottom: 0;
}

.divider-adresse-footer {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-adresse-footer.grey {
  color: #f49600;
  text-align: left;
  text-align: left;
  background-color: #f49600;
  width: 76px;
  height: 3px;
  margin: 5px 0 0;
  padding-top: 0;
}

.divider-ffnungszeiten-footer {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-ffnungszeiten-footer.grey {
  color: #f49600;
  text-align: left;
  text-align: left;
  background-color: #f49600;
  width: 150px;
  height: 3px;
  margin: 5px 0 0;
  padding-top: 0;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: start;
  place-items: stretch start;
  padding-bottom: 0;
}

.footer-text-kontakt {
  color: #333;
  text-align: left;
  align-items: center;
  margin-top: -18px;
  margin-bottom: -2px;
  margin-left: 31px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.7vw;
  display: flex;
}

.link-block {
  margin-top: -7px;
  margin-bottom: -7px;
  font-family: Frutiger, Arial, sans-serif;
  text-decoration: none;
}

.footer-icons {
  float: none;
  clear: none;
  max-width: none;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

.das-sind-wir-text {
  color: #333;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin: auto auto auto 0;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 1.8vw;
  display: block;
}

.header-gutstein-karriere {
  position: relative;
}

.grid-1 {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  background-color: #0000;
  border: 20px #000;
  grid-template-rows: auto;
  grid-template-columns: 25% 49% 25%;
  grid-auto-flow: row;
  justify-content: center;
  margin-top: 15px;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  overflow: hidden;
}

.mitarbeiterbild-hochformat {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #c0969600;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  max-width: 100%;
  max-height: none;
  display: block;
  position: relative;
  inset: 0%;
}

.mitarbeiterbild-hochformat:hover {
  opacity: 1;
  background-color: #e7292900;
}

.mitarbeitername {
  z-index: 1;
  background-color: var(--orange);
  opacity: 0;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1.5vw 1.5vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mitarbeitername:hover {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #f49600bf;
  background-clip: border-box;
  display: flex;
}

.mitarbeiter-kachel {
  z-index: auto;
  opacity: 1;
  background-color: #f4960000;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mitarbeiter-kachel:hover {
  opacity: 1;
}

.e-mail-text {
  margin-top: -8px;
  margin-bottom: -15px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
}

.div-block-mitarbeiter {
  object-fit: fill;
  padding-left: 0;
  position: relative;
}

.mitarbeiterbild-querformat {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #c0969600;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.mitarbeiterbild-querformat:hover {
  opacity: 1;
  background-color: #e7292900;
}

.mitarbeiter-kachel-querformat {
  z-index: auto;
  opacity: 1;
  background-color: #f4960000;
  max-width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.mitarbeiter-kachel-querformat:hover {
  opacity: 1;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  background-color: #0000;
  border: 20px #000;
  grid-template-rows: auto;
  grid-template-columns: 49% 25% 25%;
  grid-auto-flow: row;
  justify-content: center;
  margin-top: 15px;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  overflow: visible;
}

.team-beschreibung {
  margin-top: 65px;
  margin-left: 20vw;
  margin-right: 20vw;
}

.team-kacheln {
  margin-top: 30px;
  margin-bottom: 65px;
}

.divider-team {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-team.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 14.5vw;
  margin: 0 0 20px;
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  background-color: #0000;
  border: 20px #000;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 49%;
  grid-auto-flow: row;
  justify-content: center;
  margin-top: 15px;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  margin-top: 15px;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.div-block-14 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-3 {
  color: #333;
  text-align: right;
  margin-right: 15px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2 {
  text-align: center;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}

.mitarbeitername-einger-ckt {
  z-index: 1;
  background-color: var(--orange);
  opacity: 0;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1.5vw 1.5vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mitarbeitername-einger-ckt:hover {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #f49600bf;
  background-clip: border-box;
  display: flex;
}

.footer-kanzlei {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.video {
  display: none;
}

.video.karriere {
  display: block;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 80vw;
  margin: 60px auto;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.html-embed-2 {
  align-self: auto;
  width: 80vw;
  height: 1500px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.divider-lust-zu-arbeiten {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-lust-zu-arbeiten.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: flex-start;
  width: 41vw;
  margin: 0 0 20px;
}

.button-mehr-erfahren {
  background-color: #f49600;
  border-radius: 14px;
  flex-flow: row;
  place-content: stretch flex-start;
  margin-top: 20px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  inset: auto auto 0% 0%;
}

.button-mehr-erfahren:hover {
  transform: scale(1.1);
}

.das-sind-wir {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3vw;
}

.columns-1 {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 39% 0% auto;
}

.columns-3 {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.column-4 {
  display: block;
}

.container-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80vw;
  margin: 3vw auto 60px;
  padding-top: 0;
  display: flex;
}

.kontakt-heading {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin: 0 40px 5px 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3.1vw;
  position: static;
  inset: 32.5% 0% auto;
}

.impressum-heading {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin: 0 40px 5px 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3.1vw;
  position: static;
  inset: 32.5% 0% auto;
}

.rechtstexte {
  color: #333;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 1.8vw;
  display: block;
}

.datenschutzerkl-rung-heading {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin: 0 40px 5px 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3.1vw;
  position: static;
  inset: 32.5% 0% auto;
}

.datenschutz-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.datenschutz-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 38.5vw;
  margin: 0 0 20px;
}

.impressum-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.impressum-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 17.5vw;
  margin: 0 0 20px;
}

.leistungs-bersicht {
  float: none;
  clear: right;
  color: #464443;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 20px;
  display: block;
}

.schneller {
  color: #464443;
  font-size: 2vw;
}

.downloads-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.downloads-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: flex-start;
  width: 18.8vw;
  margin: -5px 0 20px;
}

.links-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.links-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 8vw;
  margin: -5px 0 20px;
}

.grid-6 {
  grid-column-gap: 8vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  justify-content: center;
  justify-items: center;
}

.links-divider-copy {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.links-divider-copy.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  width: 16vw;
  height: .2vw;
  margin: 0 0 3vw;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 1.5vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  height: 8vw;
  padding-top: 28px;
  padding-left: 2vw;
  padding-right: 2vw;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 0 20px -10px #000;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.image-30 {
  height: 3vw;
  display: block;
  position: absolute;
  inset: 2.5vw 2vw auto auto;
}

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

.kontakt-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.kontakt-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: flex-start;
  width: 14vw;
  margin: 0 0 20px;
}

.leistungsbeschreibung {
  color: #333;
  text-align: justify;
  white-space: normal;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 auto 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-style: normal;
  line-height: 2vw;
  display: block;
}

.image-31 {
  width: 2vw;
  margin-top: 1.2vw;
  margin-right: 1vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.leistung {
  color: #686868;
  text-align: left;
  text-transform: none;
  margin: 0 auto 0 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.leistungsdropdown-banner {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.5vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  padding: 1vw 3vw;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -9px #000;
}

.leistungsdropdown-banner.w--open {
  position: absolute;
}

.dropdown-list {
  background-color: #af9090;
  display: none;
}

.dropdown-list.w--open {
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 50vw;
  margin-top: 1vw;
  padding: 4.5vw 3vw 2vw;
  position: relative;
  box-shadow: 0 0 20px -11px #000;
}

.leistungen-links {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10vw;
  display: inline-block;
  position: relative;
}

.leistungsdropdown {
  text-align: left;
  margin-top: 3vw;
}

.header-leistungs-bersicht {
  margin-bottom: 0;
  position: relative;
}

.leistungen-heading {
  color: #333;
  text-align: right;
  text-transform: uppercase;
  margin: 0 40px 0 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.5vw;
  display: flex;
  position: static;
  inset: 32.5% 0% auto;
}

.leistungsdivider-1 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-1.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 13vw;
  margin: 0;
  display: flex;
  position: relative;
}

.icon-leistungen-links {
  width: 5vw;
  position: absolute;
  inset: .4vw auto auto 24.6vw;
}

.leistungen-rechts {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100vw;
  margin-top: 0;
  padding-left: 40vw;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.icon-leistungen-rechts {
  align-self: auto;
  width: 3.5vw;
  position: absolute;
  inset: .4vw auto auto 70.6vw;
}

.leistungen-heading-rechts {
  color: #333;
  text-align: right;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-end;
  align-self: flex-end;
  margin: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.5vw;
  display: block;
  position: static;
  inset: 32.5% 0% auto;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50vw;
  display: flex;
  overflow: visible;
}

.leistungsdivider-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-2.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 14.6vw;
  margin: 0;
  display: flex;
  position: relative;
}

.wellen {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  display: inline-block;
  position: static;
  inset: 0%;
}

.wellen-2 {
  width: 100%;
  max-width: none;
  margin-top: 58px;
  display: block;
  position: static;
  inset: 0%;
}

.wellen-2.karriere-oben {
  margin-top: -150px;
}

.icon-leistungen-rechts-2 {
  align-self: auto;
  width: 3vw;
  position: absolute;
  inset: .4vw auto auto 56vw;
}

.icon-leistungen-rechts-3 {
  align-self: auto;
  width: 3vw;
  position: absolute;
  inset: .4vw auto auto 65.3vw;
}

.icon-leistungen-links-2 {
  width: 3.5vw;
  position: absolute;
  inset: .4vw auto auto 26.6vw;
}

.icon-leistungen-links-3 {
  width: 4vw;
  position: absolute;
  inset: .4vw auto auto 42.8vw;
}

.leistungsdivider-3 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-3.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 15.7vw;
  margin: 0;
  display: flex;
  position: relative;
}

.leistungsdivider-4 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-4.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 29.3vw;
  margin: 0;
  display: flex;
  position: relative;
}

.leistungsdivider-5 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-5.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 31vw;
  margin: 0;
  display: flex;
  position: relative;
}

.leistungsdivider-6 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.leistungsdivider-6.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-flow: row;
  place-content: flex-end;
  align-items: stretch;
  width: 21vw;
  margin: 0;
  display: flex;
  position: relative;
}

.spacer {
  padding-top: 12vw;
}

.list-item {
  margin-bottom: 1.5vw;
  list-style-type: disc;
}

.list {
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 2vw;
  list-style-type: disc;
}

.kundenname-leistungsseite {
  color: #686868;
  text-align: right;
  white-space: normal;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 1vw auto 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2vw;
  display: block;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 60px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.1vw;
  font-style: italic;
  line-height: 2vw;
  list-style-type: none;
}

.list-item-2 {
  margin-bottom: 1.5vw;
  list-style-type: disc;
}

.faq {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 80vw;
  margin-top: 10vw;
  margin-bottom: 7vw;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.fragen-dropdown {
  text-align: left;
  margin-top: 3vw;
}

.html-embed-3 {
  align-self: stretch;
  height: auto;
  margin-top: 2vw;
  overflow: hidden;
}

.dropdown-list-faq {
  background-color: #af9090;
}

.dropdown-list-faq.w--open {
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 75vw;
  margin-top: 1vw;
  padding: 4.5vw 3vw 2vw;
  position: relative;
  box-shadow: 0 0 20px -11px #000;
}

.faq-dropdown {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.5vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75vw;
  padding: 1vw 3vw;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -9px #000;
}

.faq-dropdown.w--open {
  position: absolute;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.text-span-12 {
  z-index: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3.5vw;
  padding-left: 1.5vw;
  font-size: .8vw;
  line-height: 1vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-6 {
  z-index: 1;
  color: #fff;
  margin-left: 1.5vw;
  padding-bottom: 1.5vw;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-9 {
  z-index: 2;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 6.3vw;
  display: flex;
  position: relative;
}

.container-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 100%;
  margin-top: 18.6vw;
  display: flex;
}

.gutstein-zitat {
  background-color: #fff;
  border-radius: 20px;
  width: 60vw;
  height: 32vw;
  margin: -10vw -36vw 0 3vw;
  padding: 3vw;
  display: block;
  position: relative;
  top: auto;
  box-shadow: 0 0 8px -4px #000;
}

.karriere-dropdowns {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  max-width: none;
  margin-top: 9vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.karrieredropdown-banner {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.5vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60vw;
  padding: 2.5vw 3vw;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 20px -9px #000;
}

.karrieredropdown-banner.w--open {
  position: absolute;
}

.dropdown-list-karriere {
  background-color: #af9090;
}

.dropdown-list-karriere.w--open {
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 60vw;
  margin-top: 1vw;
  padding: 7.5vw 3vw 2vw;
  position: relative;
  box-shadow: 0 0 20px -11px #000;
}

.angenehm {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.angenehm.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 17.2vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.pfeil-karriere {
  align-self: flex-end;
  width: 3vw;
  max-width: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 39% 4% auto auto;
}

.karrieredropdown-links {
  text-align: left;
  justify-content: center;
  margin-top: 5vw;
  margin-left: 3vw;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.karrieredropdown-rechts {
  text-align: left;
  justify-content: center;
  width: auto;
  margin-top: 5vw;
  margin-left: 37vw;
  margin-right: auto;
  display: inline-block;
}

.verg-tung {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.verg-tung.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 16.1vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.bildung {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.bildung.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 15.5vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.alltag {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.alltag.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 25vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.abwechslung {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.abwechslung.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 21.5vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.modern {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.modern.grey {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 21vw;
  height: .2vw;
  margin: 0 auto 0 0;
}

.verg-tung-img {
  width: 4vw;
  max-width: none;
  position: absolute;
  inset: 1.7vw auto auto 48.2vw;
}

.angenehm-img, .fortbildung-img {
  width: 5vw;
  max-width: none;
  position: absolute;
  inset: 2vw auto auto 47.5vw;
}

.alltag-img {
  width: 4vw;
  max-width: none;
  position: absolute;
  inset: 1.6vw auto auto 48.7vw;
}

.abwechslung-img {
  width: 4.5vw;
  max-width: none;
  position: absolute;
  inset: 1.6vw auto auto 47.5vw;
}

.modern-img {
  width: 5vw;
  max-width: none;
  position: absolute;
  inset: 1.7vw auto auto 47.5vw;
}

.heading-gutstein-zitat {
  color: #4d4d4d;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
}

.text-span-13 {
  color: #f49600;
}

.image-33 {
  width: 10vw;
  margin-top: 0;
  position: absolute;
  inset: -8% -8% auto auto;
}

.image-34 {
  border-radius: 20px;
  width: 70vw;
  margin-right: 3vw;
}

.gutstein-zitat-text {
  text-align: center;
  margin-top: 3.2vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 2.1vw;
}

.unser-team {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.unser-team.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: flex-start;
  width: 18.8vw;
  margin: 0 0 2vw;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: .5vw;
  margin-right: .5vw;
  display: grid;
  overflow: hidden;
}

.slide-nav-2 {
  color: #888;
  background-color: #fff0;
  margin-bottom: -47px;
}

.icon-3 {
  background-color: var(--orange-2);
  opacity: .5;
  color: #fff;
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 45px;
}

.icon-3:hover {
  opacity: .9;
}

.icon-4 {
  background-color: var(--orange-2);
  opacity: .5;
  border-radius: 30px;
  font-size: 45px;
}

.icon-4:hover {
  opacity: .9;
}

.left-arrow {
  color: #fff;
  background-color: #fff0;
}

.slider-2 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80vw;
  height: 27vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.offene-stellen-linie {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.offene-stellen-linie.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: flex-start;
  width: 24.7vw;
  margin: 0 0 20px;
}

.offene-stellen-kacheln {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-left: .5vw;
  margin-right: .5vw;
  display: grid;
  overflow: hidden;
}

.stelle-links {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 15vw;
  margin: 3vw 1vw 3vw 7vw;
  padding-top: 2vw;
  padding-left: 2vw;
  position: relative;
}

.slider-3 {
  background-color: #ddd0;
  width: 80vw;
  display: none;
}

.job {
  float: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: 100%;
  margin: 0 0 0 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8vw;
  display: block;
  position: static;
}

.right-arrow {
  margin-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
}

.stelle-1 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.stelle-1.grey-2 {
  color: #fff;
  text-align: left;
  background-color: #fff;
  width: 16.7vw;
  margin: 0 0 20px;
}

.stelle-pdf {
  color: #333;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: flex-end;
  width: 18vw;
  margin-top: 10vw;
  margin-left: 7vw;
  margin-right: auto;
  padding: 1.5vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 2vw 2vw auto;
}

.stelle-pdf:hover {
  opacity: .75;
}

.stelle-rechts {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 15vw;
  margin: 3vw 7vw 3vw 1vw;
  padding-top: 2vw;
  padding-left: 2vw;
  position: relative;
}

.stelle-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.stelle-2.grey-2 {
  color: #fff;
  text-align: left;
  background-color: #fff;
  width: 18.5vw;
  margin: 0 0 20px;
}

.stelle-3 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.stelle-3.grey-2 {
  color: #fff;
  text-align: left;
  background-color: #fff;
  width: 22.5vw;
  margin: 0 0 20px;
}

.teammitglieder {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin-top: 0;
  margin-bottom: 12vw;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.bewerbungsformular {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed-4 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.imformiert-divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.imformiert-divider.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 42.7vw;
  margin: 0 auto 0 0;
  display: block;
  position: static;
  inset: 13% 0% auto;
}

.kundenstimmen-divider-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.kundenstimmen-divider-2.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 52vw;
  margin: 10px auto 0 0;
  display: inline-block;
  position: static;
  inset: 13% 0% auto;
}

.wellen-container {
  max-width: 100%;
  display: block;
  position: static;
}

.wellen-container-karriere-oben {
  max-width: none;
  margin-top: -228px;
  display: block;
  position: absolute;
}

.kennenlerngespraech-button {
  background-color: #f49600;
  border-radius: 14px;
  flex-flow: row;
  place-content: stretch flex-start;
  margin-top: 20px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  inset: auto auto 0% 0%;
}

.kennenlerngespraech-button:hover {
  transform: scale(1.1);
}

.logo-footer {
  float: left;
  margin-right: 0;
}

.dropdown-list-faq-einzeilig {
  background-color: #af9090;
}

.dropdown-list-faq-einzeilig.w--open {
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 75vw;
  margin-top: 1vw;
  padding: 4.5vw 3vw 2vw;
  position: relative;
  box-shadow: 0 0 20px -11px #000;
}

.gestellte-fragen {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.gestellte-fragen.grey-2 {
  color: #f49600;
  text-align: left;
  background-color: #f49600;
  align-self: auto;
  width: 40.5vw;
  margin: 0 auto 0 0;
  display: block;
  position: static;
  inset: 13% 0% auto;
}

.link-text {
  color: #333;
  text-align: left;
  text-transform: none;
  max-width: 50%;
  margin: 2vw 0 0 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8vw;
  display: inline;
}

.link-block-2-drei-zeilig {
  background-color: #fff;
  border-radius: 1.5vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  height: 8vw;
  padding-top: 15px;
  padding-left: 2vw;
  padding-right: 2vw;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 0 20px -10px #000;
}

.link-block-2-drei-zeilig:hover {
  transform: scale(1.1);
}

.html-embed-kontakt {
  align-self: auto;
  width: 80vw;
  height: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-36 {
  width: 50px;
  max-width: none;
  position: static;
}

.link-block-3 {
  position: absolute;
  inset: 6.6vw 5vw auto auto;
}

.bold-text-big {
  font-size: 2.5vw;
}

.bold-text-medium {
  font-size: 1.5vw;
}

.html-embed-5 {
  margin-top: 40px;
}

.counterup {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.kundenlink {
  color: #686868;
  text-decoration: none;
}

.kundenlink:hover {
  color: #a5a5a5;
}

.adresse-link {
  color: #333;
  text-decoration: none;
}

.div-block-18 {
  width: 80vw;
  height: 67vw;
  overflow: hidden;
}

.teammitglieder-copy {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin-top: 15vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hinweis {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin-top: 2vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hinweis-text {
  color: #ff4d4d;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin: auto auto auto 0;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8vw;
  display: block;
}

.grundsteuer {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 150px;
  display: none;
}

.expertenteam {
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.teammitglied {
  float: none;
  clear: both;
  object-fit: cover;
  border-radius: 0%;
  width: 20vw;
  max-width: none;
  height: 20vw;
  max-height: none;
  margin-bottom: 21px;
  display: inline-block;
  position: static;
}

.name {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
}

.link-7 {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-7:hover {
  color: var(--orange);
}

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

.expertenteam-schrift {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin: 60px 40px 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 3vw;
}

.teammitglied-bild {
  background-image: url('../images/Gutstein_72_dpi_32-1.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  display: inline-block;
  box-shadow: 0 -1px 8px -4px #000;
}

.teammitglied-bild._2 {
  background-image: url('../images/portraitss-17.jpg');
  background-position: 50% 0;
  background-size: cover;
  box-shadow: 0 -1px 8px -4px #000;
}

.aktuelles-kacheln {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-left: .5vw;
  margin-right: .5vw;
  display: none;
  overflow: hidden;
}

.aktuelles-links {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 15vw;
  margin: 3vw 1vw 3vw 7vw;
  padding-top: 2vw;
  padding-left: 2vw;
  position: relative;
}

.aktuelles-rechts {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 15vw;
  margin: 3vw 7vw 3vw 1vw;
  padding-top: 2vw;
  padding-left: 2vw;
  position: relative;
}

.quick-stack {
  width: 100%;
  margin-left: .5vw;
  margin-right: .5vw;
  padding: 0;
}

.waves---paragraph-big {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 40%;
  height: 200px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
  text-decoration: none;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.modal-betriebsausflug {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  position: relative;
}

.waves-master-testimonial-4 {
  background-color: var(--white);
  color: var(--waves-library-white);
  border-radius: 24px;
  padding: 62px;
  position: relative;
  box-shadow: 0 0 20px 5px #0003;
}

.x {
  outline-offset: 0px;
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #000;
  outline: 3px #4d4d4d;
  margin-bottom: 5px;
  padding: 5px;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.9vw;
  position: absolute;
  inset: 15px 15px auto auto;
}

.container-11 {
  background-color: #ffffffb3;
}

.slider-4 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.container-12 {
  width: 80%;
}

.waves---cta-white {
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-3 {
  background-color: var(--white);
  color: var(--waves-library-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 5px #0003;
}

.waves---main-container-2 {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-betriebsausflug-neu {
  z-index: 20;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/378119513_622905713334476_3967701711626748248_n.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/380493453_622905703334477_1578930686460447759_n.jpg');
  background-position: 50%;
  background-size: contain;
}

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

.waves-image-gallery-1 {
  cursor: default;
  border-radius: 11px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  place-items: center;
  position: absolute;
  inset: 0%;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-5 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big-2 {
  font-size: 32px;
  line-height: 130%;
}

.waves-bottom-testimonial-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-logo-testimonial-5 {
  height: 30px;
}

.waves-right-testimonial-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-image-testiomnial-5 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.waves-grid-testimoials-5 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.waves-master-testimonial-5 {
  background-color: var(--white);
  color: var(--waves-library-white);
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  padding: 62px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 8px #0003;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.modal-betriebsausflug-final {
  z-index: 20;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-nav {
  z-index: 20;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 50%;
  padding: 0;
  font-size: .8em;
  display: flex;
  transform: translate(-50%);
  box-shadow: 0 0 35px #11364314;
}

.slider-nav.sn-1 {
  background-color: #cef4ea;
  height: 35px;
  margin-bottom: -20px;
  padding-left: 10px;
  padding-right: 10px;
}

.cms-slider-wrapper {
  background-color: #5d01d31a;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.posts-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.posts-list.p-hide {
  display: none;
}

.rs-slide {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1em;
}

.slider-arrow {
  color: #cef4ea;
  width: 40px;
  font-size: 2em;
}

.slider-arrow:hover {
  color: #09c694;
}

.posts-list-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.grid-block {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.posts-list-item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
  padding: 0;
  transition: all .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 35px #11364314;
}

.posts-list-item:hover {
  transform: translate(0, -10px);
}

.responsive-slider {
  background-color: #fff;
  max-width: 100%;
  height: 100%;
}

.grid-block-2 {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Header Header Header Header Header Header Header" 0
                 "Content Content Content Content Content Content Content"
                 "Footer Footer Footer Footer Footer Footer Footer"
                 / minmax(15px, .5fr) 1fr 1fr 1fr 1fr 1fr minmax(15px, .5fr);
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.heading {
  color: #674ff0;
  font-size: 3em;
}

.inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Main Main Main Main"
  / minmax(15px, .5fr) 1fr 1fr 1fr 1fr minmax(15px, .5fr);
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.section-hero {
  align-items: center;
  height: 100vh;
  display: flex;
}

.collection-list {
  height: 100%;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.footer-2 {
  background-color: #ebebeb5c;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.collection-list-wrapper {
  width: 100%;
  height: 550px;
  position: relative;
}

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

.slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.modal-detail {
  color: #151c34;
  white-space: nowrap;
  font-weight: 600;
}

.icon-6 {
  width: 70px;
}

.right-arrow-2 {
  display: block;
}

.modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 38px 65px;
  display: flex;
}

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

.icon-wrapper {
  background-color: #f5e5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.paragraph-standard {
  color: #151c34cc;
  font-size: 16px;
  line-height: 1.5;
}

.modal-element {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 430px;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.left-arrow-2 {
  display: block;
}

.slide-navigation {
  color: #40a76c;
  font-size: 10px;
  bottom: 10px;
}

.slide-navigation.digitale-kanzlei {
  display: none;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.modal-slide {
  color: #151c34;
  background-image: url('../images/378119513_622905713334476_3967701711626748248_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.module-header-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.icon-7, .icon-8 {
  color: var(--orange-2);
}

.modal-slide-2 {
  color: #151c34;
  background-image: url('../images/380493453_622905703334477_1578930686460447759_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-3 {
  border-radius: 20px;
}

.modal-slide-3 {
  color: #151c34;
  background-image: url('../images/380538899_622905730001141_8461042903052910133_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-4 {
  color: #151c34;
  background-image: url('../images/379333026_622905710001143_5668062557734712285_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-5 {
  color: #151c34;
  background-image: url('../images/380489194_622905706667810_5242361184460988732_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-6 {
  color: #151c34;
  background-image: url('../images/380694435_622905716667809_4878338322945158486_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-7 {
  color: #151c34;
  background-image: url('../images/380579917_622905723334475_2546450049103724360_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-8 {
  color: #151c34;
  background-image: url('../images/380590941_622905720001142_7066069542630685087_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-9 {
  color: #151c34;
  background-image: url('../images/380489194_622905733334474_4019964327545725311_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-10 {
  opacity: 1;
  color: #151c34;
  background-image: url('../images/378119513_622905726667808_6492363645825702563_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-adventure-golf-sponsor {
  z-index: 20;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-slide-11 {
  opacity: 1;
  color: #151c34;
  background-image: url('../images/343061521_1379357785943656_2691418653333044812_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-12 {
  opacity: 1;
  color: #151c34;
  background-image: url('../images/342727991_744253310652861_7873859548657207528_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-13 {
  opacity: 1;
  color: #151c34;
  background-image: url('../images/343050707_115192248221386_4179802923800080199_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-digitale-kanzlei {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-1 {
  background-image: url('../images/Gutstein_neue-Bilder_2025-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.umfirmierung {
  background-image: url('../images/FG-JB-KM_zuschnitt.jpg');
}

.banner-wrapper {
  z-index: 999;
  display: block;
  overflow: hidden;
}

.banner {
  background-color: #fff;
  border-top: 3px solid #f49600;
}

.text-wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  line-height: 1.3;
}

.paragraph {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Frutiger, Arial, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.modal-umfirmierung {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-betriebsausflug-2024 {
  z-index: 20;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-1-digitale-kanzlei {
  background-image: url('../images/Digitale-Kanzlei.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-bet-24 {
  color: #151c34;
  background-image: url('../images/IMG_9188.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-2-bet-24 {
  color: #151c34;
  background-image: url('../images/Ehrungen-BB-HR-NA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-steuerseminar-24 {
  z-index: 20;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-slide-seminar-24 {
  color: #151c34;
  background-image: url('../images/IMG_9189.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-2-seminar-24 {
  color: #151c34;
  background-image: url('../images/IMG_9190.jpg');
  background-size: cover;
}

.modal-slide-3-seminar-24 {
  color: #151c34;
  background-image: url('../images/IMG_9191.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal-slide-4-seminar-24 {
  color: #151c34;
  background-image: url('../images/Ehrung-NM-und-HV.jpg');
  background-position: 50%;
  background-size: cover;
}

.zertifikat-script {
  float: none;
  clear: both;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 21px;
  display: inline-block;
}

.code-embed {
  height: 200px;
}

.zertifikat-script-new {
  float: none;
  clear: both;
  border-radius: 0%;
  max-width: none;
  height: auto;
  max-height: 150px;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.e-rechnung {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 150px;
  display: none;
  position: static;
}

.image-37 {
  position: relative;
  overflow: clip;
}

.container-13 {
  justify-content: center;
  max-width: none;
  display: none;
  position: relative;
}

._2-stelle-rechts {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 15vw;
  margin: 3vw 7vw 3vw 1vw;
  padding-top: 2vw;
  padding-left: 2vw;
  display: none;
  position: relative;
}

.stelle-weitere-infos {
  color: #333;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: flex-end;
  width: 18vw;
  margin: 10vw auto 5vw 7vw;
  padding: 1.5vw;
  font-family: Frutiger, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 2vw 2vw auto;
}

.stelle-weitere-infos:hover {
  opacity: .75;
}

._2-stelle-links {
  background-color: var(--orange-2);
  border-radius: 20px;
  height: 20vw;
  margin: 3vw 1vw 3vw 7vw;
  padding-top: 2vw;
  padding-left: 2vw;
  display: none;
  position: relative;
}

.code-embed-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.e-rechnung-code {
  float: none;
  clear: both;
  vertical-align: middle;
  border-radius: 0%;
  flex: 0 auto;
  align-self: stretch;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.e-rechnung-embed {
  justify-content: center;
  width: 900px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.digitale-kanzlei {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.digitale-kanzlei.karriere {
  display: block;
}

.modal-betriebsausflug-2025 {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .nav-link, .nav-link.w--current {
    margin-left: 40px;
  }

  .project-wrapper {
    z-index: 1;
    position: relative;
  }

  .role {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 1.2vw;
  }

  .fakten {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    font-size: 1vw;
  }

  .project-info {
    width: 21vw;
    height: 21vw;
    padding: 1vw 2vw;
  }

  .project-title {
    font-size: 1.1vw;
  }

  .header-gutstein-home {
    margin-top: 0;
  }

  .image-2 {
    z-index: -1;
    width: 100%;
    max-width: none;
    margin-top: -213px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    top: 9px;
  }

  .tastatur {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .leitspruch {
    margin-top: 0;
    font-size: 2.5vw;
  }

  .mitarbeiter, .mandanten, .erfahrung, .digitalisierung {
    max-height: 80px;
  }

  .image-1 {
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .heading-standard {
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.1vw;
    position: absolute;
    inset: 26% 0% auto;
  }

  .column {
    z-index: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .columns-2 {
    margin-top: 0;
    margin-left: 112px;
    margin-right: 112px;
    position: absolute;
    inset: 64.5% 0% auto;
  }

  .text-block {
    font-size: .9vw;
    line-height: 1.1vw;
  }

  .divider-copy.grey-2 {
    width: 30vw;
    margin-left: 150px;
    margin-right: 150px;
    position: absolute;
    inset: 30% 0% auto;
  }

  .auszeichnungen {
    padding-top: 100px;
  }

  .zertifikate-collums {
    margin-top: -44px;
    margin-bottom: 0;
  }

  .kundenstimmentext {
    max-width: 60%;
    font-size: 1.2vw;
    line-height: 1.8vw;
  }

  .kundenname {
    font-size: 1.2vw;
  }

  .image-4 {
    width: 100%;
    max-width: none;
  }

  .das-sind-wir-text {
    align-self: auto;
    margin-left: 0;
    padding-top: .2vw;
    padding-bottom: 1.2vw;
    padding-right: 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .header-gutstein-karriere {
    margin-top: 0;
  }

  .grid-1 {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .mitarbeitername {
    padding-bottom: 3.5vw;
    font-size: 1vw;
    line-height: .8vw;
  }

  .e-mail-text {
    font-size: 12px;
    line-height: 20px;
  }

  .grid-4 {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .divider-team.grey-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-5 {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .mitarbeitername-einger-ckt {
    padding-bottom: 3.5vw;
    font-size: 1vw;
    line-height: .8vw;
  }

  .footer-kanzlei {
    margin-top: 0;
  }

  .video {
    float: none;
    clear: none;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .container-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .html-embed-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 2000px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .divider-lust-zu-arbeiten.grey-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-mehr-erfahren {
    margin-top: 0;
    font-size: 1.3vw;
    line-height: 1.3vw;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .das-sind-wir {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    position: static;
    top: 268px;
  }

  .columns-1 {
    margin-top: 0;
    margin-left: 112px;
    margin-right: 112px;
    position: absolute;
    inset: 32% 0% auto;
  }

  .columns-3 {
    justify-content: center;
    margin-left: 170px;
    margin-right: 170px;
    display: flex;
  }

  .column-4 {
    justify-content: center;
    align-items: stretch;
    display: block;
    position: static;
  }

  .container-5 {
    clear: none;
    flex-direction: column;
    align-items: flex-start;
    max-width: 80vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .kontakt-heading, .impressum-heading {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.1vw;
    position: static;
    inset: 26% 0% auto;
  }

  .rechtstexte {
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .datenschutzerkl-rung-heading {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.1vw;
    position: static;
    inset: 26% 0% auto;
  }

  .datenschutz-divider.grey-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .impressum-divider.grey-2 {
    margin-top: 5px;
    margin-left: 0;
  }

  .schneller {
    font-size: 1.5vw;
  }

  .downloads-divider.grey-2 {
    width: 18.8vw;
    margin-top: 0;
    margin-left: 0;
  }

  .links-divider.grey-2 {
    width: 8vw;
    margin-top: 0;
    margin-left: 0;
  }

  .links-divider-copy.grey-2 {
    width: 14vw;
    height: .15vw;
    margin-top: .1vw;
    margin-left: 0;
  }

  .link-block-2 {
    width: 20vw;
    height: 6vw;
    line-height: 15px;
  }

  .image-30 {
    height: 2vw;
    top: 1.9vw;
    right: 1.3vw;
  }

  .container-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 80vw;
    display: flex;
  }

  .kontakt-divider.grey-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .leistungsbeschreibung {
    max-width: none;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .image-31 {
    width: 2.3vw;
    margin-top: 1.1vw;
  }

  .leistung {
    font-size: 1.2vw;
  }

  .leistungsdropdown-banner, .leistungsdropdown-banner.w--open {
    width: 50vw;
  }

  .dropdown-list.w--open {
    margin-top: 1vw;
  }

  .header-leistungs-bersicht {
    margin-top: 0;
  }

  .leistungen-heading {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.5vw;
    position: static;
    inset: 26% 0% auto;
  }

  .leistungsdivider-1.grey-2 {
    margin-top: .2vw;
    margin-left: 0;
  }

  .icon-leistungen-links {
    top: -.1vw;
  }

  .icon-leistungen-rechts {
    top: -.3vw;
  }

  .leistungen-heading-rechts {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.5vw;
    position: static;
    inset: 26% 0% auto;
  }

  .leistungsdivider-2.grey-2 {
    margin-top: .2vw;
    margin-left: 0;
  }

  .icon-leistungen-rechts-2, .icon-leistungen-rechts-3, .icon-leistungen-links-2, .icon-leistungen-links-3 {
    top: -.3vw;
  }

  .leistungsdivider-3.grey-2, .leistungsdivider-4.grey-2, .leistungsdivider-5.grey-2, .leistungsdivider-6.grey-2 {
    margin-top: .2vw;
    margin-left: 0;
  }

  .list-item {
    margin-bottom: 1vw;
  }

  .list {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .kundenname-leistungsseite {
    max-width: none;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .list-2 {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .list-item-2 {
    margin-bottom: 1vw;
  }

  .faq {
    margin-top: 9vw;
  }

  .html-embed-3 {
    margin-top: 2vw;
  }

  .dropdown-list-faq.w--open {
    width: 70vw;
    margin-top: 1vw;
  }

  .faq-dropdown {
    width: 70vw;
  }

  .text-span-12 {
    z-index: 0;
    font-size: .8vw;
    line-height: 1vw;
    display: block;
  }

  .link-6 {
    z-index: 1;
  }

  .container-9 {
    margin-bottom: 5vw;
  }

  .container-10 {
    margin-top: 11.6vw;
  }

  .gutstein-zitat {
    width: 41vw;
    height: 25vw;
  }

  .karrieredropdown-banner, .karrieredropdown-banner.w--open {
    width: 60vw;
  }

  .dropdown-list-karriere.w--open {
    margin-top: 1vw;
  }

  .angenehm.grey {
    width: 16vw;
    margin-top: 5px;
  }

  .pfeil-karriere {
    width: 2.3vw;
    margin-top: 1.1vw;
    top: 26%;
  }

  .verg-tung.grey {
    width: 14.5vw;
    margin-top: 5px;
  }

  .bildung.grey {
    width: 14.4vw;
    margin-top: 5px;
  }

  .alltag.grey {
    width: 23vw;
    margin-top: 5px;
  }

  .abwechslung.grey {
    width: 20vw;
    margin-top: 5px;
  }

  .modern.grey {
    width: 19.5vw;
    margin-top: 5px;
  }

  .verg-tung-img, .angenehm-img {
    top: 1.9vw;
    left: 45.6vw;
  }

  .fortbildung-img {
    top: 2.3vw;
    left: 45.6vw;
  }

  .alltag-img, .abwechslung-img, .modern-img {
    top: 1.9vw;
    left: 45.6vw;
  }

  .heading-gutstein-zitat {
    font-size: 1.1vw;
  }

  .gutstein-zitat-text {
    font-size: .9vw;
    line-height: 1.5vw;
  }

  .unser-team.grey-2, .offene-stellen-linie.grey-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .slider-3 {
    clear: both;
    align-self: auto;
    width: 80vw;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .job {
    font-size: 1.2vw;
  }

  .stelle-1.grey-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .stelle-pdf {
    margin-top: 20px;
    position: absolute;
    inset: auto 2vw 2vw auto;
  }

  .stelle-2.grey-2, .stelle-3.grey-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .teammitglieder {
    max-width: 80vw;
  }

  .bewerbungsformular {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .html-embed-4 {
    width: 80vw;
  }

  .imformiert-divider.grey-2 {
    width: 42.7vw;
    margin-top: 5px;
  }

  .kundenstimmen-divider-2.grey-2 {
    width: 52vw;
  }

  .kennenlerngespraech-button {
    margin-top: 0;
    font-size: 1.2vw;
    line-height: 1.3vw;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .dropdown-list-faq-einzeilig.w--open {
    width: 70vw;
    margin-top: 1vw;
  }

  .gestellte-fragen.grey-2 {
    width: 40.5vw;
    margin-top: 5px;
  }

  .link-text {
    font-size: .8vw;
    line-height: 1.2vw;
  }

  .link-block-2-drei-zeilig {
    width: 20vw;
    height: 6vw;
    line-height: 15px;
  }

  .html-embed-kontakt {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 1200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-36 {
    width: 70px;
  }

  .counterup {
    font-size: 4vw;
  }

  .div-block-18 {
    width: 80vw;
    height: 52vw;
    overflow: hidden;
  }

  .teammitglieder-copy, .hinweis {
    max-width: 80vw;
  }

  .hinweis-text {
    align-self: auto;
    margin-left: 0;
    padding-top: .2vw;
    padding-bottom: 1.2vw;
    padding-right: 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .expertenteam {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .teammitglied {
    max-height: 80px;
  }

  .name {
    font-size: 2vw;
  }

  .link-7 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .expertenbilder {
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .expertenteam-schrift {
    text-align: left;
    margin-bottom: 0;
    margin-left: 170px;
    padding-top: 0;
    padding-left: 0;
    position: static;
    top: 268px;
  }

  .x {
    font-size: 1.1vw;
  }

  .modal-umfirmierung {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .stelle-weitere-infos {
    margin-top: 20px;
    position: absolute;
    inset: auto 2vw 2vw auto;
  }

  .digitale-kanzlei {
    float: none;
    clear: none;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .modal-betriebsausflug-2025 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link, .nav-link.w--current {
    font-size: 21px;
  }

  .role {
    font-size: 1.1vw;
    line-height: 26px;
  }

  .project-info {
    width: 22vw;
    height: 22vw;
  }

  .project-title {
    font-size: 1.2vw;
  }

  .image-2 {
    margin-top: -261px;
  }

  .leitspruch {
    margin-top: 17px;
    font-size: 2vw;
  }

  .text-span-6 {
    font-size: 2.3vw;
  }

  .mitarbeiter, .mandanten, .erfahrung, .digitalisierung {
    max-height: 100px;
  }

  .text-block {
    font-size: .8vw;
    line-height: 1.3vw;
  }

  .zertifikat-neu {
    max-height: 170px;
  }

  .auszeichnungen {
    margin-top: -224px;
    padding-top: 0;
  }

  .zertifikate-collums {
    margin-top: 313px;
  }

  .kundenstimmen {
    margin-top: 100px;
    padding-top: 0;
  }

  .heading-kundenstimmen {
    padding-bottom: 15px;
    font-size: 2.5vw;
  }

  .kundenstimmentext {
    margin-top: 80px;
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .kundenstimmen-ueberschrift {
    margin-top: 150px;
    padding-top: 0;
  }

  .kundenname {
    margin-top: 20px;
    font-size: 1vw;
  }

  .paragraph-2 {
    margin-top: 94px;
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .das-sind-wir-text {
    margin-top: 1px;
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .mitarbeitername {
    font-size: 1vw;
  }

  .divider-team.grey-2 {
    margin-top: 15px;
  }

  .mitarbeitername-einger-ckt {
    font-size: 1vw;
  }

  .html-embed-2 {
    align-self: center;
    height: 2000px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .divider-lust-zu-arbeiten.grey-2 {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button-mehr-erfahren {
    padding: 15px 20px;
    font-size: 1.1vw;
  }

  .button-mehr-erfahren:hover {
    transform: scale(1.1);
  }

  .das-sind-wir {
    font-size: 2.8vw;
  }

  .columns-3 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .container-5 {
    max-width: 80vw;
    display: flex;
  }

  .kontakt-heading {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 3vw;
    position: static;
  }

  .impressum-heading {
    margin-bottom: 20px;
    margin-left: 0;
    position: static;
  }

  .rechtstexte {
    margin-top: 40px;
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .datenschutzerkl-rung-heading {
    margin-bottom: 20px;
    margin-left: 0;
    position: static;
  }

  .datenschutz-divider.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .impressum-divider.grey-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 150px;
  }

  .leistungs-bersicht {
    font-size: 25px;
  }

  .schneller {
    font-size: 1.7vw;
  }

  .downloads-divider.grey-2 {
    width: 18.8vw;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .links-divider.grey-2 {
    width: 8vw;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 150px;
  }

  .links-divider-copy.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .kontakt-divider.grey-2 {
    margin-top: -10px;
    margin-left: 0;
    margin-right: 150px;
  }

  .leistungsbeschreibung {
    margin-top: 0;
    font-size: 1vw;
  }

  .image-31 {
    width: 2vw;
    margin-top: .9vw;
  }

  .leistung {
    margin-top: 0;
    font-size: 1.1vw;
  }

  .dropdown-list.w--open {
    margin-top: 1vw;
    font-size: 1vw;
  }

  .leistungen-heading {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    position: static;
  }

  .leistungsdivider-1.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .icon-leistungen-links {
    top: -.5vw;
  }

  .leistungen-rechts {
    padding-left: 40vw;
  }

  .icon-leistungen-rechts {
    top: -.5vw;
  }

  .leistungen-heading-rechts {
    margin-bottom: 10px;
    margin-left: 0;
    position: static;
  }

  .leistungsdivider-2.grey-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .wellen {
    width: 100%;
    max-width: none;
    display: inline-block;
    position: static;
  }

  .wellen-2 {
    width: 100%;
    max-width: none;
  }

  .icon-leistungen-rechts-2, .icon-leistungen-rechts-3, .icon-leistungen-links-2, .icon-leistungen-links-3 {
    top: -.5vw;
  }

  .leistungsdivider-3.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .leistungsdivider-4.grey-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .leistungsdivider-5.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .leistungsdivider-6.grey-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .kundenname-leistungsseite, .dropdown-list-faq.w--open {
    margin-top: 1vw;
    font-size: 1vw;
  }

  .text-span-12 {
    font-size: .8vw;
  }

  .gutstein-zitat {
    height: 26vw;
  }

  .dropdown-list-karriere.w--open {
    margin-top: 1vw;
    font-size: 1vw;
  }

  .angenehm.grey {
    width: 14.5vw;
  }

  .pfeil-karriere {
    width: 2vw;
    margin-top: .9vw;
    top: 25%;
  }

  .karrieredropdown-links {
    margin-left: 5vw;
  }

  .karrieredropdown-rechts {
    margin-left: 35vw;
  }

  .verg-tung.grey {
    width: 13.5vw;
  }

  .bildung.grey {
    width: 13.2vw;
  }

  .alltag.grey {
    width: 21vw;
  }

  .abwechslung.grey {
    width: 18vw;
  }

  .modern.grey {
    width: 17.8vw;
  }

  .verg-tung-img, .angenehm-img, .fortbildung-img, .alltag-img, .abwechslung-img, .modern-img {
    top: 1.5vw;
  }

  .heading-gutstein-zitat {
    font-size: 1.2vw;
  }

  .image-33 {
    right: -12%;
  }

  .gutstein-zitat-text {
    font-size: 1vw;
  }

  .unser-team.grey-2 {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 150px;
  }

  .offene-stellen-linie.grey-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-3 {
    height: 500px;
  }

  .job {
    margin-top: 0;
    font-size: 1.1vw;
  }

  .stelle-1.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .stelle-pdf {
    justify-content: center;
    font-size: 1.1vw;
  }

  .stelle-pdf:hover {
    transform: scale(1.1);
  }

  .stelle-2.grey-2, .stelle-3.grey-2 {
    margin-left: 0;
    margin-right: 150px;
  }

  .teammitglieder {
    max-width: 80vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-top: 0;
    display: block;
  }

  .bewerbungsformular {
    align-items: center;
  }

  .imformiert-divider.grey-2 {
    width: 42.7vw;
    margin-top: 15px;
  }

  .kundenstimmen-divider-2.grey-2 {
    width: 42vw;
  }

  .kennenlerngespraech-button {
    padding: 15px 20px;
    font-size: 1.1vw;
  }

  .kennenlerngespraech-button:hover {
    transform: scale(1.1);
  }

  .dropdown-list-faq-einzeilig.w--open {
    margin-top: 1vw;
    font-size: 1vw;
  }

  .gestellte-fragen.grey-2 {
    width: 40.5vw;
    margin-top: 15px;
  }

  .link-text {
    margin-top: 0;
    font-size: .9vw;
  }

  .html-embed-kontakt {
    align-self: center;
    height: 1200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-36 {
    width: 80px;
  }

  .counterup {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 4vw;
  }

  .div-block-18 {
    width: 80vw;
    height: 26vw;
    overflow: hidden;
  }

  .teammitglieder-copy {
    max-width: 80vw;
    margin-top: 10vw;
    padding-top: 0;
    display: block;
  }

  .hinweis {
    max-width: 80vw;
    margin-top: 3vw;
    padding-top: 0;
    display: block;
  }

  .hinweis-text {
    margin-top: 1px;
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .expertenteam {
    margin-top: 100px;
  }

  .teammitglied {
    max-height: 100px;
  }

  .name {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.8vw;
  }

  .link-7 {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 1.1vw;
  }

  .expertenteam-schrift {
    margin-top: 100px;
    margin-left: 220px;
    margin-right: 220px;
    font-size: 2.8vw;
  }

  .x {
    font-size: 1.2vw;
  }

  .zertifikat-script, .zertifikat-script-new {
    max-height: 170px;
  }

  .stelle-weitere-infos {
    justify-content: center;
    font-size: 1.1vw;
  }

  .stelle-weitere-infos:hover {
    transform: scale(1.1);
  }

  .e-rechnung-code {
    max-height: 170px;
  }

  .digitale-kanzlei {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link:hover {
    color: var(--orange-2);
    border: 1px #000;
  }

  .nav-link:focus {
    border: 1px #000;
  }

  .nav-link.w--current {
    border: 1px #000;
    margin-left: 0;
  }

  .logo-img {
    max-width: 100%;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .footer-text {
    font-size: 1.2vw;
  }

  .project-info {
    border-radius: 2vw;
    width: 32vw;
    height: 32vw;
  }

  .brand-block-2 {
    max-width: 100%;
    display: inline-block;
  }

  .brand-block-2.w--current {
    padding-top: 20px;
  }

  .nav-menu-2 {
    opacity: 1;
    background-color: #fff;
    border-radius: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    box-shadow: 0 13px 13px -15px #000;
  }

  .image-2 {
    top: -181px;
  }

  .div-block {
    width: 45vw;
    height: 7vw;
  }

  .leitspruch {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -2vw;
    font-size: 2vw;
    display: block;
  }

  .kundenstimmentext {
    font-size: 1.3vw;
  }

  .grid {
    margin-top: -27px;
  }

  .footer-heading {
    font-size: 2vw;
  }

  .div-block-3 {
    padding-top: 3.5vw;
  }

  .divider-adresse-footer.grey {
    width: 7.5vw;
    margin-top: 0;
  }

  .divider-ffnungszeiten-footer.grey {
    width: 14vw;
    margin-top: 0;
  }

  .footer-text-kontakt {
    margin-top: -1.5vw;
    margin-bottom: 0;
    font-size: 1.2vw;
  }

  .footer-icons {
    max-height: 1.8vw;
  }

  .das-sind-wir-text {
    padding-top: 0;
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .grid-1 {
    margin-left: 7vw;
    margin-right: 7vw;
  }

  .mitarbeitername {
    font-size: 1.45vw;
    line-height: 1.5vw;
  }

  .grid-4, .team-beschreibung {
    margin-left: 7vw;
    margin-right: 7vw;
  }

  .divider-team.grey-2 {
    margin-top: -9px;
    padding-top: 0;
  }

  .grid-5 {
    margin-left: 7vw;
    margin-right: 7vw;
  }

  .link-3, .text-block-2 {
    font-size: 1.2vw;
  }

  .mitarbeitername-einger-ckt {
    font-size: 1.45vw;
    line-height: 1.5vw;
  }

  .video {
    display: none;
  }

  .button-mehr-erfahren {
    font-size: 1.5vw;
  }

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

  .container-5 {
    align-items: center;
    max-width: 80vw;
  }

  .kontakt-heading {
    font-size: 3vw;
  }

  .impressum-heading {
    margin-right: auto;
  }

  .rechtstexte {
    font-size: 1.35vw;
    line-height: 2vw;
  }

  .impressum-divider.grey-2 {
    margin-top: -12px;
    margin-right: auto;
  }

  .leistungs-bersicht {
    margin-top: 15px;
    font-size: 2vw;
  }

  .schneller {
    font-size: 2vw;
  }

  .downloads-divider.grey-2, .links-divider.grey-2 {
    margin-top: -12px;
  }

  .grid-6 {
    justify-items: center;
    max-width: 80vw;
  }

  .link-block-2 {
    width: 30vw;
    height: 12vw;
    padding-top: 40px;
    padding-left: 5vw;
  }

  .image-30 {
    top: 4.1vw;
  }

  .container-7 {
    justify-content: center;
    display: flex;
  }

  .kontakt-divider.grey-2 {
    align-self: flex-start;
  }

  .leistungsbeschreibung {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .image-31 {
    width: 3.5vw;
    margin-top: 1.8vw;
  }

  .leistung {
    clear: none;
    direction: ltr;
    white-space: pre-wrap;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    padding-right: 0;
    font-size: 1.7vw;
    display: block;
    position: static;
    overflow: visible;
  }

  .leistungsdropdown-banner {
    width: 60vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    box-shadow: 0 0 20px -11px #000;
  }

  .dropdown-list.w--open {
    width: 60vw;
    margin-top: 3vw;
  }

  .leistungen-heading {
    margin-bottom: -8px;
    font-size: 2vw;
  }

  .leistungsdivider-1.grey-2 {
    width: 17.5vw;
  }

  .icon-leistungen-links {
    top: .7vw;
    left: 29.2vw;
  }

  .leistungen-rechts {
    padding-left: 30vw;
  }

  .icon-leistungen-rechts {
    width: 5vw;
    top: .8vw;
    left: 63.5vw;
  }

  .leistungen-heading-rechts {
    margin-bottom: -8px;
    font-size: 2vw;
  }

  .div-block-16 {
    width: 60vw;
  }

  .leistungsdivider-2.grey-2 {
    width: 19.5vw;
  }

  .wellen {
    margin-top: 104px;
  }

  .icon-leistungen-rechts-2 {
    top: 0;
    left: 44.4vw;
  }

  .icon-leistungen-rechts-3 {
    width: 4vw;
    left: 57.1vw;
  }

  .icon-leistungen-links-2 {
    width: 4vw;
    top: -.1vw;
    left: 32.7vw;
  }

  .icon-leistungen-links-3 {
    width: 5.5vw;
    top: -.1vw;
    left: 55.3vw;
  }

  .leistungsdivider-3.grey-2 {
    width: 21vw;
  }

  .leistungsdivider-4.grey-2 {
    width: 40.5vw;
  }

  .leistungsdivider-5.grey-2 {
    width: 42.5vw;
  }

  .leistungsdivider-6.grey-2 {
    width: 28vw;
  }

  .list {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .kundenname-leistungsseite {
    font-size: 1.7vw;
  }

  .dropdown-list-faq.w--open {
    width: 80vw;
    margin-top: 4vw;
  }

  .faq-dropdown {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 80vw;
    padding-right: 6vw;
  }

  .faq-dropdown.w--open {
    justify-content: flex-end;
    box-shadow: 0 0 20px -11px #000;
  }

  .text-span-12 {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .container-9 {
    margin-top: 1vw;
    margin-bottom: -1.7vw;
  }

  .gutstein-zitat {
    height: 43vw;
    margin-left: 5vw;
  }

  .karriere-dropdowns {
    margin-top: 11vw;
  }

  .dropdown-list-karriere.w--open {
    margin-top: 2vw;
  }

  .angenehm.grey {
    width: 22.5vw;
  }

  .pfeil-karriere {
    width: 3.5vw;
  }

  .karrieredropdown-links {
    margin-left: 5vw;
  }

  .karrieredropdown-rechts {
    margin-left: 35vw;
  }

  .verg-tung.grey {
    width: 21vw;
  }

  .bildung.grey {
    width: 20.5vw;
  }

  .alltag.grey {
    width: 32.5vw;
  }

  .abwechslung.grey {
    width: 28vw;
  }

  .modern.grey {
    width: 27.5vw;
  }

  .fortbildung-img {
    top: 2.5vw;
  }

  .heading-gutstein-zitat {
    font-size: 1.7vw;
  }

  .image-33 {
    width: 13vw;
    right: -12%;
  }

  .image-34 {
    margin-right: 5vw;
  }

  .gutstein-zitat-text {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .div-block-17 {
    grid-template-columns: 1fr 1fr;
    margin-top: 67px;
    margin-left: 6.5vw;
    margin-right: 6.5vw;
  }

  .icon-3 {
    margin-right: 15px;
    font-size: 30px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 30px;
  }

  .slider-2 {
    height: 105vw;
    overflow: hidden;
  }

  .offene-stellen-kacheln {
    margin-top: 47px;
  }

  .stelle-links {
    border-radius: 12px;
  }

  .slider-3 {
    margin-top: -44px;
  }

  .job {
    font-size: 1.5vw;
  }

  .stelle-1.grey-2 {
    width: 19vw;
  }

  .stelle-pdf {
    border-radius: 12px;
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  .stelle-rechts {
    border-radius: 12px;
  }

  .stelle-2.grey-2 {
    width: 24vw;
  }

  .stelle-3.grey-2 {
    width: 26vw;
  }

  .imformiert-divider.grey-2 {
    width: 42.7vw;
    margin-top: -10px;
  }

  .kundenstimmen-divider-2.grey-2 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .menu-button {
    color: var(--orange-2);
    margin-top: .5vw;
    margin-bottom: .5vw;
    padding-right: 3vw;
  }

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

  .icon-5 {
    color: var(--orange-2);
    font-size: 35px;
  }

  .kennenlerngespraech-button {
    font-size: 1.3vw;
  }

  .logo-footer {
    float: left;
    max-width: 70%;
    display: block;
  }

  .dropdown-list-faq-einzeilig.w--open {
    width: 80vw;
    margin-top: 1vw;
  }

  .gestellte-fragen.grey-2 {
    width: 40.5vw;
    margin-top: -10px;
  }

  .link-text {
    font-size: 1.5vw;
  }

  .link-block-2-drei-zeilig {
    width: 32vw;
    height: 12vw;
    padding-top: 17px;
  }

  .image-36 {
    width: 40px;
  }

  .bold-text-medium {
    font-size: 1.9vw;
  }

  .bold-text-small {
    font-size: 1.5vw;
  }

  .div-block-18 {
    height: 95vw;
  }

  .hinweis-text {
    padding-top: 0;
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .grundsteuer {
    padding-top: 150px;
  }

  .name {
    font-size: 2vw;
  }

  .link-7 {
    font-size: 1.5vw;
  }

  .expertenbilder {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .teammitglied-bild, .teammitglied-bild._2 {
    width: 25vw;
    height: 25vw;
  }

  .aktuelles-kacheln {
    margin-top: 47px;
  }

  .aktuelles-links, .aktuelles-rechts {
    border-radius: 12px;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .x {
    font-size: 3vw;
  }

  .waves---content-image-halves {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .waves-image-rounded-24 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .waves---grid-cta-3 {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    grid-template-rows: 1.5fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    place-items: stretch stretch;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
  }

  .waves-master-cta-3 {
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px;
  }

  .waves---main-container-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .modal-betriebsausflug-neu {
    flex-direction: column;
    display: block;
  }

  .waves-grid-gallery-1 {
    align-content: start;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .waves-bottom-testimonial-5 {
    margin-top: 64px;
  }

  .waves-right-testimonial-5 {
    flex-direction: column;
  }

  .waves-grid-testimoials-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 50vw;
    grid-auto-flow: column;
    align-self: stretch;
    place-items: stretch stretch;
  }

  .grid-block, .grid-block-2 {
    flex-direction: column;
    align-content: center;
  }

  .e-rechnung {
    padding-top: 150px;
  }

  ._2-stelle-rechts {
    border-radius: 12px;
  }

  .stelle-weitere-infos {
    border-radius: 12px;
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  ._2-stelle-links {
    border-radius: 12px;
  }

  .e-rechnung-embed {
    width: 728px;
  }

  .digitale-kanzlei {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-img {
    float: left;
    max-width: 100%;
    margin-top: 0;
    display: inline-block;
  }

  .role {
    font-size: 3vw;
  }

  .footer-text {
    font-size: 1.5vw;
    line-height: 2.2vw;
  }

  .project-info {
    border-radius: 2vw;
  }

  .member {
    padding-bottom: 47px;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-block-2 {
    max-width: 70%;
  }

  .brand-block-2.w--current {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    place-items: flex-start end;
    max-width: none;
    display: block;
  }

  .image-2 {
    margin-top: -29vw;
  }

  .hero {
    padding: 10px 20px 40px;
  }

  .leitspruch {
    margin-top: -2vw;
    margin-bottom: 5px;
    font-size: 6vw;
    line-height: 3vw;
  }

  .text-span-6 {
    margin-top: -15px;
    display: block;
  }

  .mitarbeiter, .mandanten, .erfahrung, .digitalisierung {
    max-height: 70px;
    margin-bottom: 0;
  }

  .heading-standard {
    top: 42.5%;
  }

  .columns-2 {
    top: 71%;
  }

  .divider-copy.grey-2 {
    top: 46%;
  }

  .zertifikat-neu {
    max-height: 80px;
  }

  .auszeichnungen {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .kundenstimmen {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    margin-top: -33px;
  }

  .kundenstimmentext {
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .kundenstimmen-ueberschrift {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .kundenname, .footer-text-kontakt {
    font-size: 1.5vw;
  }

  .das-sind-wir-text {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .grid-1 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .mitarbeitername {
    opacity: 0;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .grid-4, .team-beschreibung {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .divider-team.grey-2 {
    width: 25vw;
    margin-top: -4px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .grid-5 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

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

  .link-3, .text-block-2 {
    font-size: 1.3vw;
  }

  .mitarbeitername-einger-ckt {
    opacity: 0;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .container-3 {
    max-width: 80vw;
  }

  .button-mehr-erfahren {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2vw;
    font-weight: 700;
  }

  .das-sind-wir {
    font-size: 5vw;
  }

  .columns-1 {
    top: 48%;
  }

  .columns-3 {
    display: block;
  }

  .column-4 {
    margin-top: 5vw;
  }

  .kontakt-heading {
    font-size: 5vw;
  }

  .rechtstexte {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .schneller {
    font-size: 2.5vw;
  }

  .downloads-divider.grey-2 {
    width: 31.8vw;
    margin-top: -10px;
  }

  .links-divider.grey-2 {
    width: 13.5vw;
    margin-top: -10px;
  }

  .link-block-2 {
    width: 42vw;
    height: 20vw;
  }

  .image-30 {
    top: 14.3vw;
  }

  .leistungsbeschreibung {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .image-31 {
    width: 4vw;
    margin-top: 1.3vw;
    margin-right: 2.5vw;
  }

  .leistung {
    font-size: 2.3vw;
  }

  .leistungsdropdown-banner {
    width: 90vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    box-shadow: 0 0 20px -11px #000;
  }

  .dropdown-list.w--open {
    width: 90vw;
    margin-top: 3vw;
    padding-top: 6.5vw;
  }

  .leistungen-links {
    padding-left: 5vw;
  }

  .leistungen-heading {
    margin-bottom: -9px;
    font-size: 3vw;
  }

  .leistungsdivider-1.grey-2 {
    width: 25.5vw;
  }

  .icon-leistungen-links {
    width: 7vw;
    top: 1.2vw;
    left: 32.2vw;
  }

  .leistungen-rechts {
    padding-left: 5vw;
  }

  .icon-leistungen-rechts {
    width: 7vw;
    top: .6vw;
    left: 36.7vw;
  }

  .leistungen-heading-rechts {
    align-self: flex-start;
    margin-bottom: -9px;
    padding-bottom: 0;
    font-size: 3vw;
  }

  .div-block-16 {
    align-items: flex-start;
    width: 90vw;
  }

  .leistungsdivider-2.grey-2 {
    width: 29vw;
  }

  .wellen {
    margin-top: 0;
  }

  .icon-leistungen-rechts-2 {
    width: 5vw;
    top: -.4vw;
    left: 68.6vw;
  }

  .icon-leistungen-rechts-3 {
    width: 5.5vw;
    top: .1vw;
    left: 49.9vw;
  }

  .icon-leistungen-links-2 {
    width: 6.5vw;
    top: -.4vw;
    left: 39.4vw;
  }

  .icon-leistungen-links-3 {
    width: 7vw;
    top: -.1vw;
    left: 72.1vw;
  }

  .leistungsdivider-3.grey-2 {
    width: 31.5vw;
  }

  .leistungsdivider-4.grey-2 {
    width: 60.5vw;
  }

  .leistungsdivider-5.grey-2 {
    width: 64vw;
  }

  .leistungsdivider-6.grey-2 {
    width: 42vw;
  }

  .list {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .kundenname-leistungsseite {
    font-size: 2vw;
  }

  .html-embed-3 {
    height: auto;
  }

  .text-span-12 {
    padding-bottom: 4.5vw;
    font-size: 1.3vw;
    line-height: 1.7vw;
  }

  .container-10 {
    margin-top: 26.6vw;
  }

  .gutstein-zitat {
    height: 60vw;
    margin-top: -19vw;
  }

  .karrieredropdown-banner {
    width: 90vw;
    box-shadow: 0 0 20px -11px #000;
  }

  .dropdown-list-karriere.w--open {
    width: 90vw;
    margin-top: 4vw;
  }

  .angenehm.grey {
    width: 30.5vw;
    height: .3vw;
  }

  .karrieredropdown-links {
    margin-top: 7vw;
  }

  .karrieredropdown-rechts {
    margin-top: 7vw;
    margin-left: 5vw;
  }

  .verg-tung.grey {
    width: 28vw;
    height: .3vw;
  }

  .bildung.grey {
    width: 27.5vw;
    height: .3vw;
  }

  .alltag.grey {
    width: 44vw;
    height: .3vw;
  }

  .abwechslung.grey {
    width: 38vw;
    height: .3vw;
  }

  .modern.grey {
    width: 37vw;
    height: .3vw;
  }

  .verg-tung-img {
    width: 6vw;
    left: 33.2vw;
  }

  .angenehm-img {
    width: 6vw;
    left: 36vw;
  }

  .fortbildung-img {
    width: 6vw;
    top: 2.9vw;
    left: 33.6vw;
  }

  .alltag-img {
    width: 5.5vw;
  }

  .abwechslung-img {
    width: 6vw;
    left: 42.4vw;
  }

  .modern-img {
    width: 6vw;
    left: 42.3vw;
  }

  .heading-gutstein-zitat {
    font-size: 2vw;
  }

  .gutstein-zitat-text {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .div-block-17 {
    margin-top: 50px;
    margin-left: 9vw;
    margin-right: 9vw;
  }

  .slider-2 {
    height: 100vw;
  }

  .offene-stellen-kacheln {
    grid-template-columns: 1fr;
    margin-top: 88px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .stelle-links {
    border-radius: 1.5vw;
    height: 18vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 2vw;
    padding-left: 3vw;
  }

  .slider-3 {
    width: 90vw;
    height: 80vw;
  }

  .job {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .stelle-pdf {
    border-radius: 1.5vw;
    width: 26vw;
    font-size: 2vw;
  }

  .stelle-rechts {
    border-radius: 1.5vw;
    height: 18vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 2vw;
    padding-left: 3vw;
  }

  .teammitglieder {
    max-width: 90vw;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .imformiert-divider.grey-2 {
    width: 71vw;
  }

  .kundenstimmen-divider-2.grey-2 {
    margin-top: -3px;
    margin-bottom: 15px;
  }

  .menu-button {
    margin-top: .5vw;
    margin-bottom: .5vw;
  }

  .wellen-container-karriere-oben {
    margin-top: 7px;
  }

  .kennenlerngespraech-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2vw;
    font-weight: 700;
  }

  .logo-footer {
    float: left;
    max-width: 60%;
    margin-top: 0;
    display: block;
  }

  .dropdown-list-faq-einzeilig.w--open {
    padding-top: 9.5vw;
  }

  .gestellte-fragen.grey-2 {
    width: 67.5vw;
  }

  .link-text {
    font-size: 2.5vw;
    line-height: 1.5vw;
  }

  .link-block-2-drei-zeilig {
    width: 42vw;
    height: 20vw;
  }

  .image-36 {
    width: 30px;
  }

  .link-block-3 {
    top: 6vw;
  }

  .bold-text-big {
    font-size: 3vw;
  }

  .bold-text-medium {
    font-size: 2.5vw;
  }

  .bold-text-small {
    font-size: 2vw;
  }

  .counterup {
    margin-top: 10px;
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .div-block-18 {
    height: 170vw;
  }

  .teammitglieder-copy, .hinweis {
    max-width: 90vw;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hinweis-text {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .grundsteuer {
    padding: 10px 20px 40px;
  }

  .teammitglied {
    max-height: 70px;
    margin-bottom: 0;
  }

  .name {
    margin-top: 10px;
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .link-7 {
    font-size: 3vw;
  }

  .expertenbilder {
    margin-top: 5vw;
  }

  .expertenteam-schrift {
    font-size: 5vw;
  }

  .aktuelles-kacheln {
    grid-template-columns: 1fr;
    margin-top: 88px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .aktuelles-links, .aktuelles-rechts {
    border-radius: 1.5vw;
    height: 18vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 2vw;
    padding-left: 3vw;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-betriebsausflug {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---grid-cta-3 {
    grid-column-gap: 20px;
    height: auto;
    display: flex;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-betriebsausflug-neu {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: static;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big-2 {
    font-size: 26px;
  }

  .waves-right-testimonial-5 {
    object-fit: fill;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves-grid-testimoials-5 {
    grid-column-gap: 19px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: 100%;
    grid-template-columns: 40%;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    align-self: center;
    align-items: stretch;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: grid;
  }

  .waves-master-testimonial-5 {
    padding: 20px 32px;
  }

  .waves---main-container-3 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-betriebsausflug-final {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .modal-element {
    height: 100%;
    position: static;
  }

  .slide-navigation {
    bottom: -10px;
  }

  .icon-7 {
    font-size: 20px;
    inset: 0% auto 0% 0%;
  }

  .icon-8 {
    font-size: 20px;
    inset: 0% 0% 0% auto;
  }

  .modal-adventure-golf-sponsor, .modal-digitale-kanzlei {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 12px;
  }

  .modal-umfirmierung, .modal-betriebsausflug-2024, .modal-steuerseminar-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .zertifikat-script, .zertifikat-script-new {
    max-height: 80px;
  }

  .e-rechnung {
    padding: 10px 20px 40px;
  }

  ._2-stelle-rechts {
    border-radius: 1.5vw;
    height: 18vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 2vw;
    padding-left: 3vw;
  }

  .stelle-weitere-infos {
    border-radius: 1.5vw;
    width: 26vw;
    font-size: 2vw;
  }

  ._2-stelle-links {
    border-radius: 1.5vw;
    height: 18vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 2vw;
    padding-left: 3vw;
  }

  .e-rechnung-code {
    max-height: 80px;
  }

  .modal-betriebsausflug-2025 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    max-width: 100%;
    position: static;
    inset: auto auto auto 0%;
  }

  .fakten {
    margin-bottom: 32px;
  }

  .footer-text {
    font-size: 2vw;
    line-height: 3vw;
  }

  .project-info {
    border-radius: 3vw;
    width: 85vw;
    height: 80vw;
  }

  .project-title {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .member {
    padding-bottom: 5px;
  }

  .brand-block-2 {
    max-width: 70%;
    padding-top: 15px;
    display: inline-block;
    position: relative;
  }

  .brand-block-2.w--current {
    max-width: 250px;
    padding-top: 15px;
  }

  .header-gutstein-home {
    margin-bottom: 30px;
  }

  .image-2 {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 214px;
  }

  .div-block {
    width: 55vw;
    height: 8vw;
    top: 55%;
  }

  .hero {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .leitspruch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: -14px auto 5px;
    font-size: 5vw;
    display: block;
  }

  .text-span-2, .text-span-4 {
    font-size: 5vw;
  }

  .text-span-6 {
    margin-top: -17px;
  }

  .mitarbeiter, .mandanten, .erfahrung {
    max-height: 50px;
  }

  .heading-standard {
    margin-bottom: 8px;
    font-size: 5vw;
    position: static;
    top: 18.5%;
  }

  .column {
    justify-content: center;
    margin-bottom: 20px;
  }

  .columns-2 {
    margin-top: -40px;
    position: static;
    top: 178%;
  }

  .text-block {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .divider-copy.grey-2 {
    width: 48.5vw;
    margin-top: -17px;
    position: static;
    top: 77%;
  }

  .auszeichnungen {
    margin-top: 0;
    padding-top: 0;
  }

  .kundenstimmen {
    margin-top: -71px;
    margin-bottom: 0;
  }

  .heading-kundenstimmen {
    margin-bottom: -19px;
    padding-bottom: 0;
    font-size: 5vw;
  }

  .kundenstimmentext {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .kundenstimmen-ueberschrift {
    padding-bottom: 0;
  }

  .kundenname {
    font-size: 2.8vw;
  }

  .grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .divider-adresse-footer.grey, .divider-ffnungszeiten-footer.grey {
    height: 1.5px;
  }

  .footer-text-kontakt {
    margin-left: 15px;
    font-size: 2vw;
  }

  .das-sind-wir-text {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .grid-1 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .mitarbeitername {
    opacity: 0;
    font-size: 1.45vw;
    line-height: 1.6vw;
  }

  .grid-4, .team-beschreibung {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .divider-team.grey-2 {
    width: 25vw;
    margin-top: -13px;
  }

  .grid-5 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-13 {
    margin-top: -11px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-14 {
    margin-right: -20px;
  }

  .link-3 {
    margin-right: 5px;
    font-size: 1.6vw;
  }

  .link-3.w--current {
    margin-right: 5px;
  }

  .text-block-2 {
    margin-top: 4px;
    font-size: 1.5vw;
  }

  .mitarbeitername-einger-ckt {
    opacity: 0;
    font-size: 1.45vw;
    line-height: 1.5vw;
  }

  .html-embed-2 {
    width: 90vw;
  }

  .button-mehr-erfahren {
    font-size: 3.5vw;
    font-weight: 700;
  }

  .das-sind-wir {
    font-size: 5vw;
  }

  .columns-1 {
    margin-top: -19px;
    position: static;
    top: 81%;
  }

  .columns-3 {
    display: block;
  }

  .column-4 {
    margin-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .rechtstexte {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .schneller {
    font-size: 3vw;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    max-width: 80vw;
  }

  .link-block-2 {
    width: 70vw;
    height: 32vw;
    padding-top: 27px;
    padding-left: 8vw;
  }

  .image-30 {
    height: 7vw;
    top: 11.5vw;
    right: 6.2vw;
  }

  .container-7 {
    margin-top: -52px;
  }

  .leistungsbeschreibung {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .image-31 {
    width: 5vw;
    margin-top: 2.5vw;
    margin-right: 3.5vw;
  }

  .leistung {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .leistungsdropdown-banner {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    box-shadow: 0 0 20px -11px #000;
  }

  .dropdown-list.w--open {
    border-radius: 6px;
    margin-top: 3vw;
    padding-top: 10vw;
  }

  .leistungen-heading {
    font-size: 3.5vw;
  }

  .leistungsdivider-1.grey-2 {
    width: 30vw;
  }

  .icon-leistungen-links {
    width: 9.5vw;
    top: 2.2vw;
    left: 38vw;
  }

  .icon-leistungen-rechts {
    width: 10vw;
    top: 1.1vw;
    left: 42vw;
  }

  .leistungen-heading-rechts {
    font-size: 3.5vw;
  }

  .leistungsdivider-2.grey-2 {
    width: 34vw;
  }

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

  .wellen-2.karriere-oben {
    margin-top: -145px;
  }

  .icon-leistungen-rechts-2 {
    width: 6.5vw;
    left: 78.8vw;
  }

  .icon-leistungen-rechts-3 {
    width: 7vw;
    top: 1.8vw;
    left: 57.5vw;
  }

  .icon-leistungen-links-2 {
    width: 8.5vw;
    left: 43.9vw;
  }

  .icon-leistungen-links-3 {
    width: 9vw;
    top: .4vw;
    left: 81.4vw;
  }

  .leistungsdivider-3.grey-2 {
    width: 37vw;
  }

  .leistungsdivider-4.grey-2 {
    width: 71vw;
  }

  .leistungsdivider-5.grey-2 {
    width: 74vw;
  }

  .leistungsdivider-6.grey-2 {
    width: 49vw;
  }

  .list {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .kundenname-leistungsseite {
    font-size: 2.5vw;
  }

  .dropdown-list-faq.w--open {
    border-radius: 1.5vw;
    margin-top: 18vw;
  }

  .faq-dropdown {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 10vw;
  }

  .text-span-12 {
    padding-bottom: 4.5vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .container-10 {
    margin-top: 57.6vw;
  }

  .gutstein-zitat {
    height: 90vw;
    margin-top: -48vw;
  }

  .karriere-dropdowns {
    margin-top: 0;
  }

  .dropdown-list-karriere.w--open {
    border-radius: 1.5vw;
    margin-top: 6vw;
  }

  .angenehm.grey {
    width: 39.5vw;
  }

  .verg-tung.grey {
    width: 36.5vw;
  }

  .bildung.grey {
    width: 35.7vw;
  }

  .alltag.grey {
    width: 57vw;
  }

  .abwechslung.grey {
    width: 49vw;
  }

  .modern.grey {
    width: 48vw;
  }

  .verg-tung-img {
    top: 2.5vw;
    left: 41.7vw;
  }

  .angenehm-img {
    top: 4vw;
    left: 44.8vw;
  }

  .fortbildung-img {
    width: 7vw;
    top: 3.2vw;
    left: 41.6vw;
  }

  .alltag-img {
    top: 3vw;
    left: 62.4vw;
  }

  .abwechslung-img {
    top: 2.8vw;
    left: 54.9vw;
  }

  .modern-img {
    top: 3vw;
    left: 54.5vw;
  }

  .heading-gutstein-zitat {
    font-size: 3.2vw;
  }

  .image-33 {
    top: -4%;
  }

  .gutstein-zitat-text {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .div-block-17 {
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
    margin-left: 6.5vw;
    margin-right: 6.5vw;
  }

  .icon-3 {
    margin-left: 56px;
    margin-right: 10px;
    font-size: 20px;
  }

  .icon-4 {
    margin-left: 5px;
    font-size: 20px;
  }

  .slider-2 {
    height: 105vw;
  }

  .offene-stellen-kacheln {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .stelle-links {
    border-radius: 1.5vw;
    height: 25vw;
    margin-right: 10vw;
    padding-left: 5vw;
    padding-right: 2vw;
  }

  .job {
    font-size: 3vw;
    line-height: 4vw;
  }

  .right-arrow {
    margin-left: 0;
    padding-left: 0;
    left: auto;
  }

  .stelle-pdf {
    border-radius: 1.5vw;
    width: 38vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3vw;
  }

  .stelle-rechts {
    border-radius: 1.5vw;
    height: 25vw;
    margin-left: 10vw;
  }

  .teammitglieder {
    margin-top: -10vw;
    padding-bottom: 0;
  }

  .kundenstimmen-divider-2.grey-2 {
    width: 85vw;
    margin-bottom: 0;
  }

  .menu-button {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    padding: 5px 3vw 5px 5px;
    display: block;
    position: relative;
  }

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

  .text-span-14, .text-span-15 {
    font-size: 5vw;
  }

  .wellen-container-karriere-oben {
    margin-top: 2px;
  }

  .kennenlerngespraech-button {
    justify-content: center;
    font-size: 3vw;
    font-weight: 700;
    display: flex;
  }

  .logo-footer {
    max-width: 100%;
    position: static;
    inset: auto auto auto 0%;
  }

  .dropdown-list-faq-einzeilig.w--open {
    border-radius: 1.5vw;
    margin-top: 10vw;
  }

  .link-text {
    font-size: 3vw;
  }

  .link-block-2-drei-zeilig {
    width: 70vw;
    height: 32vw;
    padding-left: 8vw;
  }

  .html-embed-kontakt {
    width: 90vw;
  }

  .image-36 {
    width: 20px;
  }

  .bold-text-big {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .bold-text-medium {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .bold-text-small {
    font-size: 2.7vw;
  }

  .div-block-18 {
    height: 310vw;
  }

  .teammitglieder-copy {
    margin-top: -10vw;
    padding-bottom: 0;
  }

  .hinweis {
    margin-top: -5vw;
    padding-bottom: 0;
  }

  .hinweis-text {
    font-size: 3.5vw;
    line-height: 5vw;
  }

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

  .expertenteam {
    margin-top: 27px;
    margin-bottom: 32px;
  }

  .teammitglied {
    max-height: 50px;
  }

  .link-7 {
    font-size: 4vw;
  }

  .expertenbilder {
    margin-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .expertenteam-schrift {
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
  }

  .teammitglied-bild, .teammitglied-bild._2 {
    width: 55vw;
    height: 55vw;
  }

  .aktuelles-kacheln {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .aktuelles-links {
    border-radius: 1.5vw;
    height: 25vw;
    margin-right: 10vw;
    padding-left: 5vw;
    padding-right: 2vw;
  }

  .aktuelles-rechts {
    border-radius: 1.5vw;
    height: 25vw;
    margin-left: 10vw;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .modal-betriebsausflug {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-2, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .x {
    font-size: 7vw;
    line-height: 4.5vw;
    top: -30px;
    right: 0;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---grid-cta-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1.5fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .modal-betriebsausflug-neu, .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-3, .waves---testimonial-text-big-2 {
    font-size: 22px;
  }

  .waves-grid-testimoials-5 {
    grid-row-gap: 32px;
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
    grid-auto-rows: 40fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .waves-master-testimonial-5 {
    padding: 19px;
  }

  .modal-betriebsausflug-final {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cms-slider-wrapper {
    padding: 10px;
  }

  .posts-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .rs-slide {
    font-size: .7em;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-adventure-golf-sponsor, .modal-digitale-kanzlei, .modal-umfirmierung, .modal-betriebsausflug-2024, .modal-steuerseminar-24 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .zertifikat-script-new {
    vertical-align: baseline;
    position: absolute;
    left: 0;
    right: 0;
  }

  .e-rechnung {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-stelle-rechts {
    border-radius: 1.5vw;
    height: 25vw;
    margin-left: 10vw;
  }

  .stelle-weitere-infos {
    border-radius: 1.5vw;
    width: 38vw;
    margin-bottom: 8vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3vw;
  }

  ._2-stelle-links {
    border-radius: 1.5vw;
    height: 30vw;
    margin-right: 10vw;
    padding-left: 5vw;
    padding-right: 2vw;
  }

  .e-rechnung-embed {
    width: 300px;
  }

  .digitale-kanzlei {
    display: block;
  }

  .modal-betriebsausflug-2025 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_0c9c4e02-198c-54f3-1c2b-dac0bca94864-0e52fcf8, #w-node-f68c0de1-878b-7f9d-4cb1-232ce5634ba3-0e52fcf8, #w-node-a24ce3fd-6ee6-7e30-cccd-7881238b4e59-0e52fcf8, #w-node-ec137783-9295-8947-f5ce-917e0c0fbca4-0e52fcf8, #w-node-dfb2a544-194a-7951-19aa-ead436e9ca2b-0e52fcf8, #w-node-f68c0de1-878b-7f9d-4cb1-232ce5634baa-0e52fcf8, #w-node-f3d7b548-01de-c1fb-783a-2d17de728adc-0e52fcf8, #w-node-_1e475d48-126f-637d-bd0d-40fb9e6afa70-0e52fcf8, #w-node-_6e43f3df-0989-b02b-6dc0-13e4e702f935-0e52fcf8, #w-node-f68c0de1-878b-7f9d-4cb1-232ce5634bb1-0e52fcf8, #w-node-dbbb902f-0cfe-c73d-4706-6f13014aa05e-0e52fcf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_321ed683-6cf0-1be8-f205-41b4ae3e40e0-0e52fcf8, #w-node-ec6d8f37-5672-df7b-ee0c-b200577280c8-0e52fcf8 {
  place-self: auto;
}

#w-node-a70b0db5-3b36-a850-2ef9-0a8a8db4dd19-0e52fcf8, #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76ab-0e52fcf8, #w-node-_8480d1b3-f29d-f808-c30f-65c764757fef-0e52fcf8, #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c4f-0e52fcf8, #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f518-0e52fcf8, #w-node-_44347d61-a44e-9701-dafe-2ba949ae27e1-0e52fcf8, #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cadf3-0e52fcf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e6c2c28b-0e74-82aa-7e87-625ce6216726-0e52fcf8 {
  place-self: start;
}

#w-node-e6c2c28b-0e74-82aa-7e87-625ce621672f-0e52fcf8 {
  place-self: auto start;
}

#w-node-e6c2c28b-0e74-82aa-7e87-625ce621673e-0e52fcf8 {
  place-self: start center;
}

#w-node-bf4eacc6-e7a5-eb99-0db9-90aadacba2ac-0e52fcf8 {
  justify-self: end;
}

#w-node-_8759fbdb-0395-210d-9dff-8edcf5753b4f-bf52fcf9, #w-node-_94e7aa57-0dd6-2d65-68b2-f18bc7397d68-bf52fcf9, #w-node-ca14d7b8-a5f9-8180-a286-a42a1e1f1436-bf52fcf9, #w-node-cf62c98a-e70d-7d03-ad6b-32b722ff3a18-bf52fcf9, #w-node-cf62c98a-e70d-7d03-ad6b-32b722ff3a0a-bf52fcf9, #w-node-cf62c98a-e70d-7d03-ad6b-32b722ff3a26-bf52fcf9, #w-node-_82cefb88-1c83-abaa-cd84-695a03b525f9-bf52fcf9, #w-node-_82cefb88-1c83-abaa-cd84-695a03b52607-bf52fcf9, #w-node-_82cefb88-1c83-abaa-cd84-695a03b525eb-bf52fcf9, #w-node-f17d36d2-32e1-e70e-77fa-0cb14ad30bc8-bf52fcf9, #w-node-f17d36d2-32e1-e70e-77fa-0cb14ad30bd6-bf52fcf9, #w-node-f17d36d2-32e1-e70e-77fa-0cb14ad30be4-bf52fcf9, #w-node-_6825a0ab-9c48-97de-abfd-ae4128096a07-bf52fcf9, #w-node-_6825a0ab-9c48-97de-abfd-ae4128096a15-bf52fcf9, #w-node-_6825a0ab-9c48-97de-abfd-ae4128096a23-bf52fcf9, #w-node-_44f75967-a708-1e68-2e7f-efc810271b65-bf52fcf9, #w-node-_44f75967-a708-1e68-2e7f-efc810271b73-bf52fcf9, #w-node-_44f75967-a708-1e68-2e7f-efc810271b81-bf52fcf9, #w-node-_1b01df88-f77c-6fa7-5f82-7953f98922fb-bf52fcf9, #w-node-_1b01df88-f77c-6fa7-5f82-7953f9892309-bf52fcf9, #w-node-_1b01df88-f77c-6fa7-5f82-7953f9892317-bf52fcf9, #w-node-_3484c286-80da-76ec-fa31-6f357146de4f-bf52fcf9, #w-node-_3484c286-80da-76ec-fa31-6f357146de5d-bf52fcf9, #w-node-_9c3b739b-77d3-94ed-8ecb-d70136c30f3a-bf52fcf9, #w-node-_26c038d7-535c-611d-1161-d18ab763ea1b-bf52fcf9, #w-node-_26c038d7-535c-611d-1161-d18ab763ea2b-bf52fcf9, #w-node-_57e86ef4-5889-705f-3053-02c350d2457e-bf52fcf9, #w-node-_44979f5f-421f-8487-6bd6-9c2438f229bb-bf52fcf9, #w-node-c1c42e8d-0ad0-9a71-9d1d-b4e7ea19c5db-bf52fcf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_841dca92-4edf-8339-7249-710ab00f760c-bf52fcf9 {
  place-self: start;
}

#w-node-_841dca92-4edf-8339-7249-710ab00f7616-bf52fcf9 {
  place-self: auto start;
}

#w-node-_841dca92-4edf-8339-7249-710ab00f7625-bf52fcf9 {
  place-self: start center;
}

#w-node-_841dca92-4edf-8339-7249-710ab00f7633-bf52fcf9 {
  justify-self: end;
}

#w-node-_54c1bd95-330e-f10a-2778-f73c06ea9106-f6176492 {
  place-self: start;
}

#w-node-_54c1bd95-330e-f10a-2778-f73c06ea9110-f6176492 {
  place-self: auto start;
}

#w-node-_54c1bd95-330e-f10a-2778-f73c06ea911f-f6176492 {
  place-self: start center;
}

#w-node-_54c1bd95-330e-f10a-2778-f73c06ea912d-f6176492 {
  justify-self: end;
}

#w-node-_599fad4a-e90f-35e1-fd45-7f57126124f7-266f3db8, #w-node-_27921af3-6239-62ce-5013-185fc9b2e9e3-266f3db8, #w-node-_98e49a0d-a522-74a5-0838-da80a8c89c36-266f3db8, #w-node-_98e49a0d-a522-74a5-0838-da80a8c89c3c-266f3db8 {
  place-self: auto;
}

#w-node-_18dbbcd8-39a0-c7da-dee9-04aa36370fad-266f3db8, #w-node-_5d26d5ca-aca4-6412-452c-f2d3d8133fc3-266f3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6cd181a3-31e2-8457-e426-9684b61d465a-266f3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_46645122-027b-9c68-bff7-bed2c3c1ddf2-266f3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1343acfe-b385-323c-7bc1-89a78c7d1d27-266f3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9118b2db-0493-29f9-79ef-beeacb6463dd-266f3db8 {
  place-self: auto end;
}

#w-node-_1eb35bd3-4789-9db8-43ca-d7a8538db64f-266f3db8 {
  place-self: start;
}

#w-node-_1eb35bd3-4789-9db8-43ca-d7a8538db659-266f3db8 {
  place-self: auto start;
}

#w-node-_1eb35bd3-4789-9db8-43ca-d7a8538db668-266f3db8 {
  place-self: start center;
}

#w-node-_1eb35bd3-4789-9db8-43ca-d7a8538db676-266f3db8 {
  justify-self: end;
}

#w-node-_841f0580-24de-83ab-8474-b1871b171102-41d0914f {
  place-self: start;
}

#w-node-_841f0580-24de-83ab-8474-b1871b17110c-41d0914f {
  place-self: auto start;
}

#w-node-_841f0580-24de-83ab-8474-b1871b17111b-41d0914f {
  place-self: start center;
}

#w-node-_841f0580-24de-83ab-8474-b1871b171129-41d0914f {
  justify-self: end;
}

#w-node-_7b963017-46ff-8b87-7ef4-f59c37ddb6a3-04f898dc {
  place-self: start;
}

#w-node-_7b963017-46ff-8b87-7ef4-f59c37ddb6ad-04f898dc {
  place-self: auto start;
}

#w-node-_7b963017-46ff-8b87-7ef4-f59c37ddb6bc-04f898dc {
  place-self: start center;
}

#w-node-_7b963017-46ff-8b87-7ef4-f59c37ddb6ca-04f898dc {
  justify-self: end;
}

#w-node-_8d0724a6-b221-d838-1dda-8da2e868fead-6a845e3d {
  place-self: start;
}

#w-node-_8d0724a6-b221-d838-1dda-8da2e868feb7-6a845e3d {
  place-self: auto start;
}

#w-node-_8d0724a6-b221-d838-1dda-8da2e868fec6-6a845e3d {
  place-self: start center;
}

#w-node-_8d0724a6-b221-d838-1dda-8da2e868fed4-6a845e3d {
  justify-self: end;
}

#w-node-_9eecd286-7f0f-a04a-df7e-40a046b6c055-3ab6f254 {
  place-self: start;
}

#w-node-_9eecd286-7f0f-a04a-df7e-40a046b6c05f-3ab6f254 {
  place-self: auto start;
}

#w-node-_9eecd286-7f0f-a04a-df7e-40a046b6c06e-3ab6f254 {
  place-self: start center;
}

#w-node-_9eecd286-7f0f-a04a-df7e-40a046b6c07c-3ab6f254 {
  justify-self: end;
}

#w-node-f675190f-19dc-3862-4a47-a91628679b04-ffe77ccc {
  place-self: start;
}

#w-node-f675190f-19dc-3862-4a47-a91628679b0e-ffe77ccc {
  place-self: auto start;
}

#w-node-f675190f-19dc-3862-4a47-a91628679b1d-ffe77ccc {
  place-self: start center;
}

#w-node-f675190f-19dc-3862-4a47-a91628679b2b-ffe77ccc {
  justify-self: end;
}

#w-node-_1a44845e-2c54-e80b-af86-40e547c74288-2e9a9173 {
  place-self: start;
}

#w-node-_1a44845e-2c54-e80b-af86-40e547c74292-2e9a9173 {
  place-self: auto start;
}

#w-node-_1a44845e-2c54-e80b-af86-40e547c742a1-2e9a9173 {
  place-self: start center;
}

#w-node-_1a44845e-2c54-e80b-af86-40e547c742af-2e9a9173 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5d534274-c89d-db9e-267f-d62230c9df23-0e52fcf8 {
    justify-self: center;
  }

  #w-node-a70b0db5-3b36-a850-2ef9-0a8a8db4dd19-0e52fcf8 {
    align-self: center;
  }

  #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76a1-0e52fcf8 {
    justify-self: center;
  }

  #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76ab-0e52fcf8 {
    align-self: center;
  }

  #w-node-_8480d1b3-f29d-f808-c30f-65c764757fe5-0e52fcf8 {
    justify-self: center;
  }

  #w-node-_8480d1b3-f29d-f808-c30f-65c764757fef-0e52fcf8 {
    align-self: center;
  }

  #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c3c-0e52fcf8 {
    justify-self: center;
  }

  #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c4f-0e52fcf8 {
    align-self: center;
  }

  #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f505-0e52fcf8 {
    justify-self: center;
  }

  #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f518-0e52fcf8 {
    align-self: center;
  }

  #w-node-_44347d61-a44e-9701-dafe-2ba949ae27ce-0e52fcf8 {
    justify-self: center;
  }

  #w-node-_44347d61-a44e-9701-dafe-2ba949ae27e1-0e52fcf8 {
    align-self: center;
  }

  #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cade0-0e52fcf8 {
    justify-self: center;
  }

  #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cadf3-0e52fcf8 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a70b0db5-3b36-a850-2ef9-0a8a8db4dd19-0e52fcf8, #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76ab-0e52fcf8, #w-node-_8480d1b3-f29d-f808-c30f-65c764757fef-0e52fcf8, #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c4f-0e52fcf8, #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f518-0e52fcf8, #w-node-_44347d61-a44e-9701-dafe-2ba949ae27e1-0e52fcf8, #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cadf3-0e52fcf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d534274-c89d-db9e-267f-d62230c9df23-0e52fcf8 {
    align-self: start;
  }

  #w-node-a70b0db5-3b36-a850-2ef9-0a8a8db4dd19-0e52fcf8 {
    align-self: end;
  }

  #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76a1-0e52fcf8 {
    align-self: start;
  }

  #w-node-_06612e08-3bbc-fdab-606a-7b75ef3b76ab-0e52fcf8 {
    align-self: end;
  }

  #w-node-_8480d1b3-f29d-f808-c30f-65c764757fe5-0e52fcf8 {
    align-self: start;
  }

  #w-node-_8480d1b3-f29d-f808-c30f-65c764757fef-0e52fcf8 {
    align-self: end;
  }

  #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c3c-0e52fcf8 {
    align-self: start;
  }

  #w-node-a85fea09-8125-dd00-e94f-88a4f4fa3c4f-0e52fcf8 {
    align-self: end;
  }

  #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f505-0e52fcf8 {
    align-self: start;
  }

  #w-node-_8a4978a6-5b6e-200c-ec7e-560de2d6f518-0e52fcf8 {
    align-self: end;
  }

  #w-node-_44347d61-a44e-9701-dafe-2ba949ae27ce-0e52fcf8 {
    align-self: start;
  }

  #w-node-_44347d61-a44e-9701-dafe-2ba949ae27e1-0e52fcf8 {
    align-self: end;
  }

  #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cade0-0e52fcf8 {
    align-self: start;
  }

  #w-node-fb1cc6a6-8ac9-23de-8c88-fc21c78cadf3-0e52fcf8 {
    align-self: end;
  }

  #w-node-e6c2c28b-0e74-82aa-7e87-625ce6216746-0e52fcf8, #w-node-_841dca92-4edf-8339-7249-710ab00f762d-bf52fcf9, #w-node-_54c1bd95-330e-f10a-2778-f73c06ea9127-f6176492, #w-node-_1eb35bd3-4789-9db8-43ca-d7a8538db670-266f3db8, #w-node-_841f0580-24de-83ab-8474-b1871b171123-41d0914f, #w-node-_7b963017-46ff-8b87-7ef4-f59c37ddb6c4-04f898dc, #w-node-_8d0724a6-b221-d838-1dda-8da2e868fece-6a845e3d, #w-node-_9eecd286-7f0f-a04a-df7e-40a046b6c076-3ab6f254, #w-node-f675190f-19dc-3862-4a47-a91628679b25-ffe77ccc, #w-node-_1a44845e-2c54-e80b-af86-40e547c742a9-2e9a9173 {
    place-self: center start;
  }
}


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