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

@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --limtextgrey: #565657;
  --limgreen: #d3d832;
  --light-slate-gray: #8e8e9c;
  --white: white;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --salmon-2: #fc7d64;
  --dim-gray-3: #676770;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h2 {
  color: var(--limtextgrey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: none;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  background-color: var(--limgreen);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  transition: background-color .3s;
  display: inline-block;
}

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

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

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #d3d83280;
  border-radius: 20px 20px 0 0;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: var(--limgreen);
}

.navigation-link {
  color: var(--limtextgrey);
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: var(--limgreen);
}

.navigation-link.w--current {
  color: var(--limtextgrey);
}

.navigation-link.w--current:hover {
  color: var(--limgreen);
}

.navigation-bar {
  z-index: 980;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navigation-menu {
  margin-top: -4px;
  padding-top: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

.brand-link.w--current {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.section {
  text-align: center;
  margin-top: 143px;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section.accent {
  background-color: #434417;
  display: block;
  overflow: visible;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 4px solid #4a4a4b4f;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

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

.hero-section.centered {
  border-bottom: 10px solid var(--limgreen);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#d3d832f2, #4a4a4ba6), url('../images/wegweisende-Lösungen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--limtextgrey);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: var(--limtextgrey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}

.footer.center {
  background-color: var(--limtextgrey);
  color: var(--limtextgrey);
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-text {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.grid-image {
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0%;
  width: 40%;
  margin: 20px auto 10px;
  display: block;
}

.info-icon {
  float: left;
}

.footer-link {
  color: var(--limtextgrey);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.footer-link:hover {
  color: #d3d832;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

.paragraph {
  color: var(--limtextgrey);
}

.heading {
  color: var(--limtextgrey);
  font-weight: 700;
}

.paragraph-2 {
  color: var(--limtextgrey);
}

.heading-2 {
  color: var(--limtextgrey);
  font-weight: 800;
}

.heading-3, .heading-4 {
  color: var(--limtextgrey);
}

.heading-5, .heading-6 {
  color: var(--limtextgrey);
  font-weight: 700;
}

.paragraph-bold {
  color: #4a4a4b82;
  font-weight: 800;
}

.team-circles {
  color: var(--limtextgrey);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  border-bottom: 10px solid var(--limgreen);
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 17px;
}

.team-member-name {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.team-member-position {
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-3 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-4 {
  margin-top: 0;
  font-size: 16px;
}

.link {
  color: var(--limgreen);
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 700;
}

.link.map {
  font-size: 16px;
}

.div-block {
  display: none;
}

.div-block-2 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--limgreen);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-2.flaeche {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  position: absolute;
}

.slide3 {
  position: relative;
}

.heading-7 {
  float: none;
  clear: none;
  opacity: 1;
  color: var(--white-smoke-2);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 52px;
  display: block;
  position: static;
}

.heading-7.nor {
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7.nor._2 {
  align-self: auto;
  position: absolute;
}

.image {
  object-fit: none;
  display: block;
}

.div-block-3 {
  mix-blend-mode: normal;
  background-image: url('../images/5cf8b62b.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.news-slider {
  background-color: var(--white);
  width: 100%;
  height: 500px;
  margin: 0;
}

.div-block-4 {
  background-color: var(--white-smoke-3);
}

.link-block {
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.nor {
  mix-blend-mode: normal;
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.snm-gelbe-fl-che {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #b3b82bbf;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60%;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  inset: auto;
}

.snm-gelbe-fl-che.weiss {
  background-color: var(--white-smoke-3);
  box-shadow: 0 0 20px 10px var(--limtextgrey);
  opacity: .61;
  mix-blend-mode: soft-light;
}

.snm-gelbe-fl-che.multiply {
  background-color: var(--limgreen);
  opacity: .82;
  mix-blend-mode: multiply;
}

.snm {
  z-index: 1;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 10px #3a3c0b;
  white-space: normal;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: static;
}

.snm.absender {
  opacity: 1;
  letter-spacing: 1px;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.snm.titel {
  opacity: 1;
  letter-spacing: 1px;
  margin: 0 0 13px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}

.snm.titel.shadow {
  text-shadow: 0 0 18px #3a3c0b;
}

.slidernewsmessage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 100%;
  height: auto;
  min-height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: auto;
}

.news-section {
  margin-bottom: 60px;
}

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

.news-mesage-divider {
  background-color: var(--white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 6px;
  display: flex;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-3 {
  background-image: url('../images/5.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.snm-image {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.snm-image.slide-2 {
  background-image: url('../images/N_LKW.jpg');
  background-position: 50% 47%;
  background-size: cover;
}

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

.snm-image.slide-1.additionalslider2 {
  background-image: url('../images/N_Stromer.jpg');
}

.snm-image.slide-1.additionalslider3 {
  background-image: url('../images/N_Acker.jpg');
}

.snm-image.slide-1.additionalslider4 {
  background-image: url('../images/N_LKW.jpg');
}

.snm-image.slide-4 {
  background-image: url('../images/N_Stromer.jpg');
}

.slidergelbefl-che2 {
  color: var(--salmon-2);
  mix-blend-mode: multiply;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.snm-wrapper {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: static;
}

.slidecontent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.snm-fl-che {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
}

.h-henbestimmer {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.buttonsection {
  background-color: #0000;
  height: auto;
  margin-bottom: 100px;
  display: block;
}

.mainspeak {
  color: var(--limgreen);
  text-align: center;
  letter-spacing: 3px;
  white-space: break-spaces;
  font-family: Gloss and bloom, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
}

.horizontal-divider {
  text-align: center;
  background-color: #8e8e9ca8;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 230px;
  height: 3px;
  margin: 21px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.leadtext {
  max-width: 600px;
  color: var(--limtextgrey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

.dienstleistung {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.dienstleistung-card {
  background-color: #0000;
  background-image: linear-gradient(#4a4a4b05, #4a4a4b05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 10px;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px -10px #0000008f;
}

.dienstleistung-card.w--current {
  background-image: linear-gradient(#4a4a4b05, #4a4a4b05);
  position: relative;
  overflow: hidden;
}

.dienstleistung-card._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/5.png');
}

.dienstleistung-card.card2 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Schweisser.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 120% 120%;
}

.dienstleistung-card.card3 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Plant.jpg');
  background-size: auto, 120% 120%;
}

.dienstleistung-card.card1 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Bauer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 120% 120%;
}

.dienstleistung-divider {
  background-color: var(--white);
  width: 90px;
  height: 4px;
  box-shadow: 0 0 10px -1px #00000061;
}

.diestleistung-titel {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000085;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.dienstleistung-card-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
  position: absolute;
}

.image-4 {
  width: 187px;
}

.newsheaderbutton {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 133%;
}

.newsheaderbutton:hover {
  background-color: #ffffff4d;
}

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

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

.div-block-8 {
  z-index: -5;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  width: 330px;
  height: 330px;
  position: relative;
}

.dienstleistungsection {
  overflow: hidden;
}

.sectiondivider {
  background-color: var(--limgreen);
  width: 100%;
  height: 15px;
}

.sectionheaderimage {
  background-image: url('../images/H_Steuern.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 370px;
}

.sectionheaderimage.buchhaltung {
  background-image: url('../images/H_Buchhaltung.jpg');
}

.sectionheaderimage.beratung {
  background-image: url('../images/H_Betratung.jpg');
}

.themen_wraper {
  background-color: var(--white);
  text-align: center;
  border-radius: 5vw;
  flex-direction: column;
  align-items: center;
  max-width: 1007px;
  padding: 18px 32px 0;
  display: flex;
  position: relative;
  top: -100px;
}

.themen_wraper.green {
  background-color: #0000;
  border-radius: 0;
  top: auto;
}

.statementowner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 144%;
}

.kolumnen-linie {
  background-color: var(--limgreen);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95%;
  height: 4px;
  margin: 21px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.kolumnen-linie.extraspace {
  margin-top: 45px;
  margin-bottom: 45px;
}

.sectionmaintitle {
  color: var(--limtextgrey);
  letter-spacing: 9px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 57px;
  margin-bottom: 81px;
  font-size: 55px;
  font-weight: 700;
}

.statement {
  color: var(--limgreen);
  text-align: center;
  letter-spacing: 3px;
  white-space: break-spaces;
  align-self: center;
  margin-bottom: 0;
  font-family: Gloss and bloom, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.7;
}

.statement.wer {
  color: var(--white);
  margin-top: 30px;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.statement.wer.green {
  color: var(--limgreen);
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.statement.white {
  color: var(--white);
}

.statement.shrinkto80 {
  max-width: 700px;
}

.statement.shrinkto80.extra {
  font-size: 34px;
  line-height: 2.1;
}

.statement.kontakt {
  color: var(--white);
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.statement.kontakt.green {
  color: var(--limgreen);
  font-weight: 400;
  line-height: 130%;
}

.maintext {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 800px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.maintext.linsverschiebung {
  width: 589px;
  margin-left: -50px;
}

.maintext.beratungshrinker {
  max-width: 660px;
}

.subtitel {
  width: auto;
  max-width: 800px;
  color: var(--limtextgrey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 144%;
}

.leistungswraper {
  white-space: normal;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px;
  display: flex;
}

.leistungsbox {
  background-color: var(--limgreen);
  height: 50px;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}

.leistungsbox._2 {
  padding-top: 18px;
}

.leistungsbutton-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.leistungsbutton {
  background-color: var(--limgreen);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 47px;
  margin: 4px;
  padding: 0 33px;
  line-height: 105%;
  display: flex;
}

.dekopinner {
  z-index: 1;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dekowrapper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-9, .div-block-10 {
  position: relative;
}

.deko {
  z-index: -1;
  width: 440px;
  position: absolute;
  inset: -243px -392px auto auto;
}

.deko.rechner {
  width: 400px;
  height: auto;
  inset: -253% 0 0 -35%;
}

.deko.block {
  width: 490px;
  top: -128px;
  right: -427px;
}

.deko.mais {
  width: 420px;
  inset: -27% auto auto -47%;
}

.deko.kartotte {
  width: 580px;
  inset: -30% auto auto -54%;
}

.deko.stift {
  width: 240px;
  inset: -135% -35% auto auto;
  transform: rotate(14deg);
}

.linkwrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 55px;
  display: flex;
}

.div-block-12 {
  background-color: var(--limgreen);
  width: 4px;
  margin-left: 5px;
  margin-right: 5px;
}

.linkscontainerleft {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.linkscontainerleft.right {
  align-items: flex-start;
}

.linksleft {
  color: var(--limtextgrey);
  text-align: left;
  white-space: normal;
  margin: 6px 14px;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.linksleft:hover {
  color: var(--limgreen);
}

.linksleft:active {
  color: var(--light-slate-gray);
}

.linksleft:visited {
  color: var(--dim-gray-3);
}

.linksleft.right {
  text-align: right;
}

.linkstitle {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

.html-embed {
  width: 50px;
  height: 50px;
}

.html-embed-2 {
  width: 100px;
  height: 100px;
}

.embedicon {
  width: 25px;
  color: var(--limgreen);
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;
}

.titlewraper {
  align-items: flex-end;
  display: flex;
}

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

.container-3 {
  display: none;
}

.wersindwir {
  background-color: var(--limgreen);
  overflow: hidden;
}

.underlineswing {
  width: 360px;
  color: var(--limgreen);
  margin: 4px 10px 6px;
}

.uber-uns-absaetze.geschichte {
  align-self: center;
}

.greenspacer {
  width: 100px;
  height: 0;
  margin-top: 23px;
  margin-bottom: 23px;
}

.buttonaboutus {
  background-color: #0000;
  border-radius: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 8px 10px;
  display: flex;
}

.buttonaboutus._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/5.png');
}

.buttonaboutus.card2 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Schweisser.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 120% 120%;
}

.buttonaboutus.card3 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Plant.jpg');
  background-size: auto, 120% 120%;
}

.buttonaboutus.card1 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/B_Bauer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 120% 120%;
}

.buttonaboutuscontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 10px 40px;
  display: flex;
}

.buttonaboutustext {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.image-5 {
  width: 150px;
  height: 150px;
}

.unseremitarbeitenden {
  background-color: var(--white);
  margin-top: 13px;
  overflow: hidden;
}

.image-6 {
  border-style: solid;
  border-width: 10px 10px 30px;
  border-color: var(--white-smoke-2) var(--white-smoke-2) var(--white-smoke-3);
  border-radius: 3px;
  width: 500px;
  position: absolute;
  inset: -15% -6% auto auto;
  transform: rotate(-6deg)translate(100%);
  box-shadow: 1px 1px 20px -4px #000;
}

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

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

.unserestandorte {
  background-color: var(--limgreen);
  position: relative;
  overflow: hidden;
}

.map {
  border: 6px solid var(--white);
  object-fit: cover;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px #0000004d;
}

.map-ortschaft {
  color: var(--limgreen);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.sektionsteiler {
  background-color: var(--white);
  width: 100%;
  height: 350px;
  position: absolute;
  inset: auto 0% 0%;
}

.map-wrapper {
  margin-left: 37px;
  margin-right: 37px;
}

.map-spacer {
  width: 100px;
  height: 0;
  margin-top: 23px;
  margin-bottom: 23px;
}

.mapcontainer {
  flex-direction: row;
  display: flex;
}

.mapsbutton {
  background-color: var(--limgreen);
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.kontakt {
  background-color: var(--limgreen);
  position: relative;
  overflow: hidden;
}

.formlabel {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-left: 7px;
}

.form-block {
  width: 550px;
}

.submit-button {
  border: 2px solid var(--white);
  background-color: var(--limgreen);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 14px;
  font-weight: 700;
  display: inline-block;
}

.submit-button:focus {
  background-color: #abaf26;
}

.text-field {
  border: 2px solid #8e8e9c00;
  border-radius: 8px;
  font-weight: 300;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #8e8e9c;
}

.select-field {
  font-size: 16px;
}

.form-2 {
  margin-bottom: 34px;
}

.successmessage {
  background-color: var(--white);
  color: var(--limgreen);
  border-radius: 20px;
  margin-bottom: 49px;
}

.text-block {
  color: var(--limtextgrey);
  font-weight: 700;
}

.buttonsection-backup {
  background-color: #0000;
  height: auto;
  margin-bottom: 100px;
  display: none;
}

.buttonbackgroundimage {
  mix-blend-mode: multiply;
  width: 340px;
  max-width: none;
  height: 340px;
  position: absolute;
  inset: -9% 0% 0% -6%;
}

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

.anchor {
  width: 100px;
  height: 0;
  display: block;
}

.kundenversprechen {
  width: 250px;
  padding-top: 40px;
}

.kk_nav {
  width: 119px;
  margin-top: -13px;
  margin-left: 94px;
  padding: 5px;
  display: none;
  position: absolute;
}

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

.embed-wrapper {
  position: relative;
}

.placeholder-map {
  display: block;
  position: absolute;
}

.div-block-14 {
  background-color: #d3d832;
  width: 800px;
  height: 400px;
  margin: 6px;
}

.link-block-2 {
  background-image: url('../images/placeholder-map.jpg');
  background-position: 50%;
  background-size: 140%;
  width: 100%;
  height: 100%;
  position: relative;
}

.map-2 {
  object-fit: cover;
  border: 6px solid #fff;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  position: static;
  box-shadow: 1px 1px 20px #0000004d;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_text-link {
  color: #565657;
  border-bottom: 2px solid #d3d832;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover, .fs-cc-banner_text-link:visited {
  border-bottom-color: #d3d832;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #d3d832;
  border: 2px solid #d3d832;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #565657;
  background-color: #f5f5f5;
  border-color: #565657;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #565657;
  margin-right: 1.5rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: underline;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_close-icon {
  color: #243746;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-components {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #d3d832;
  border: 2px solid #d3d832;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #565657;
  background-color: #fff;
  border-color: #565657;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
  display: block;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_text {
  font-size: .75rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  text-align: left;
  font-weight: 700;
}

.checkbox-field {
  text-align: left;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 90px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: 550px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.list {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.footer-link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  direction: ltr;
  flex: none;
  width: auto;
  text-decoration: none;
  display: block;
}

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

.div-block-16 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph-5 {
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.8em;
}

.footer-logo-link {
  flex: 0 auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.list-item {
  padding: 0;
}

.impressum, .impressumsection {
  overflow: hidden;
}

.impressummaintext {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 800px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.impressummaintext.linsverschiebung {
  width: 589px;
  margin-left: -50px;
}

.impressummaintext.beratungshrinker {
  max-width: 660px;
}

.impressum-subtitle {
  width: auto;
  max-width: 800px;
  color: var(--limtextgrey);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 29px;
  font-size: 22px;
  font-weight: 700;
  line-height: 144%;
}

.impressumwrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 5vw;
  flex-direction: column;
  align-items: center;
  max-width: 1007px;
  padding: 18px 32px 0;
  display: flex;
  position: relative;
  top: -100px;
}

.impressumwrapper.green {
  background-color: #0000;
  border-radius: 0;
  top: auto;
}

.impressumblock {
  margin-top: 50px;
}

.datenschutzmaintitle {
  color: var(--limtextgrey);
  letter-spacing: 9px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 57px;
  margin-bottom: 34px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

.datenschutzsection {
  overflow: hidden;
}

.datenschutzsubtitle {
  color: var(--limtextgrey);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 144%;
}

.datenschutzmaintext {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.datenschutzmaintext.linsverschiebung {
  width: 589px;
  margin-left: -50px;
}

.datenschutzmaintext.beratungshrinker {
  max-width: 660px;
}

.datenschutzblock {
  width: 100%;
  margin-top: 50px;
}

.list-2 {
  padding-left: 19px;
  list-style-type: disc;
}

.list-item-2 {
  padding-top: 7px;
  padding-bottom: 0;
  font-size: 18px;
}

.fs-cc-prefs_text-2 {
  color: #565657;
  font-size: .75rem;
}

.fs-cc-manager_icon-2 {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #d3d832;
  border: 2px solid #d3d832;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #565657;
  background-color: #f5f5f5;
  border-color: #565657;
}

.fs-cc-banner_text-link-2 {
  color: #565657;
  border-bottom: 2px solid #d3d832;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_title-2 {
  color: #565657;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_button-2 {
  background-color: #d3d832;
  border: 2px solid #d3d832;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #565657;
  background-color: #fff;
  border-color: #565657;
}

.fs-cc-prefs_label-2 {
  color: #565657;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.slide2, .slide1, .slide4 {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    max-height: none;
  }

  .div-block {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: var(--light-slate-gray);
    text-align: right;
    margin-top: 0;
  }

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

  .hamburger-button {
    padding: 0 10px;
    font-size: 36px;
  }

  .hamburger-button.w--open {
    background-color: var(--limgreen);
  }

  .navigation-menu {
    background-color: var(--white);
  }

  .brand-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section {
    display: none;
  }

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

  .hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subheading {
    letter-spacing: 2px;
    margin-left: 70px;
    margin-right: 70px;
  }

  .grid-image {
    width: 50%;
  }

  .heading-2 {
    letter-spacing: 2px;
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

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

  .link.map {
    font-size: 13px;
  }

  .news-slider {
    height: 400px;
    font-weight: 300;
  }

  .snm {
    font-size: 29px;
  }

  .buttonsection {
    margin-bottom: 95px;
  }

  .mainspeak {
    font-size: 30px;
  }

  .horizontal-divider {
    width: 170px;
    font-weight: 300;
  }

  .leadtext {
    font-size: 16px;
    font-weight: 300;
  }

  .leadtext.shrink {
    width: 80%;
  }

  .dienstleistung {
    font-weight: 300;
  }

  .dienstleistung-card {
    width: 210px;
    height: 210px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .diestleistung-titel {
    font-size: 32px;
  }

  .image-4 {
    width: 187px;
  }

  .newsheaderbutton {
    font-size: 18px;
  }

  .dienstleistungsection {
    margin-top: -50px;
  }

  .sectionheaderimage {
    height: 260px;
  }

  .themen_wraper {
    max-width: 90%;
  }

  .themen_wraper.green {
    margin-bottom: 28px;
  }

  .statementowner {
    text-align: center;
    margin-bottom: 32px;
  }

  .kolumnen-linie.extraspace {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sectionmaintitle {
    margin-top: 36px;
    margin-bottom: 51px;
    font-size: 42px;
  }

  .statement {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .statement.wer {
    font-size: 40px;
  }

  .statement.wer.green {
    font-size: 50px;
  }

  .statement.shrinkto80 {
    max-width: 500px;
  }

  .statement.shrinkto80.extra {
    font-size: 31px;
  }

  .statement.kontakt {
    font-size: 40px;
  }

  .maintext {
    font-size: 16px;
  }

  .maintext.linsverschiebung {
    width: 481px;
    margin-left: -153px;
  }

  .subtitel {
    font-size: 18px;
  }

  .leistungsbutton-text {
    font-size: 15px;
  }

  .leistungsbutton {
    height: 42px;
  }

  .dekopinner {
    width: 80%;
  }

  .dekopinner.shrink {
    width: 60%;
  }

  .deko {
    width: 400px;
    top: -159px;
    right: -374px;
  }

  .deko.rechner {
    width: 310px;
    top: -192%;
    left: -52%;
  }

  .deko.block {
    width: 350px;
    top: -348px;
    right: -299px;
  }

  .deko.mais {
    width: 290px;
    top: -142px;
    left: -44%;
    right: -322px;
  }

  .deko.kartotte {
    z-index: -5;
    width: 470px;
    top: -211px;
    left: -73%;
    right: auto;
  }

  .deko.stift {
    z-index: -5;
    right: -44%;
  }

  .linksleft, .linkstitle {
    font-size: 16px;
  }

  .iconright {
    margin-left: 30px;
    margin-right: 30px;
  }

  .iconleft {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .wersindwir {
    margin-top: -50px;
  }

  .underlineswing {
    width: 270px;
    margin-top: -2px;
  }

  .buttonaboutus {
    width: 210px;
    height: 210px;
  }

  .buttonaboutuscontainer {
    width: 120px;
    height: 120px;
  }

  .buttonaboutustext {
    font-size: 18px;
    font-weight: 700;
  }

  .unseremitarbeitenden {
    margin-top: -50px;
  }

  .image-6 {
    height: 100%;
    top: 4%;
  }

  .bold-text {
    font-size: 16px;
  }

  .unserestandorte {
    margin-top: 0;
  }

  .map {
    height: 411px;
    margin-top: -74px;
    transform: scale(.75);
  }

  .map-wrapper {
    margin-left: 17px;
    margin-right: 17px;
  }

  .mapcontainer {
    margin-top: -51px;
  }

  .kontakt {
    margin-top: 0;
  }

  .buttonsection-backup {
    margin-bottom: 95px;
  }

  .kundenversprechen {
    width: 220px;
    padding-top: 34px;
  }

  .kk_nav {
    width: 105px;
    margin-left: 131px;
  }

  .div-block-14 {
    width: 703px;
    height: 306px;
    margin-top: -22px;
    padding-left: 98px;
  }

  .map-2 {
    height: 411px;
    margin-top: -74px;
    transform: scale(.75);
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-15 {
    margin-left: 10px;
    margin-right: 133px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-image {
    margin-right: 23px;
  }

  .list {
    margin-left: 0;
    margin-right: 51px;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .impressum {
    margin-top: -50px;
  }

  .impressummaintext {
    font-size: 16px;
  }

  .impressummaintext.linsverschiebung {
    width: 481px;
    margin-left: -153px;
  }

  .impressum-subtitle {
    font-size: 18px;
  }

  .impressumwrapper {
    max-width: 90%;
  }

  .impressumwrapper.green {
    margin-bottom: 28px;
  }

  .datenschutzmaintitle {
    margin-top: 36px;
    margin-bottom: 51px;
    font-size: 42px;
  }

  .datenschutzsubtitle {
    font-size: 18px;
  }

  .datenschutzmaintext {
    font-size: 16px;
  }

  .datenschutzmaintext.linsverschiebung {
    width: 481px;
    margin-left: -153px;
  }

  .list-item-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .navigation-link {
    margin-top: 0;
  }

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

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

  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subheading {
    letter-spacing: 1px;
    margin-left: 38px;
    margin-right: 38px;
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
  }

  .spc {
    margin-bottom: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .news-slider {
    height: 250px;
  }

  .snm {
    font-size: 20px;
  }

  .news-section {
    margin-bottom: 25px;
  }

  .buttonsection {
    margin-bottom: 97px;
  }

  .mainspeak {
    letter-spacing: 2px;
    font-size: 26px;
  }

  .horizontal-divider {
    width: 130px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .leadtext {
    font-size: 14px;
  }

  .dienstleistung-card {
    width: 150px;
    height: 150px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .diestleistung-titel {
    font-size: 26px;
  }

  .image-4 {
    width: 150px;
  }

  .newsheaderbutton {
    font-size: 14px;
  }

  .themen_wraper {
    max-width: 100%;
  }

  .statement {
    font-size: 24px;
  }

  .statement.wer, .statement.wer.green {
    font-size: 40px;
  }

  .statement.kontakt {
    letter-spacing: 1px;
  }

  .maintext {
    width: auto;
    font-size: 13px;
  }

  .maintext.linsverschiebung {
    width: auto;
    margin-left: 0;
  }

  .leistungsbutton {
    flex: 1;
    padding-left: 21px;
    padding-right: 21px;
  }

  .dekopinner {
    width: 100%;
  }

  .deko {
    display: none;
  }

  .linkwrapper {
    text-align: center;
  }

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

  .linkscontainerleft {
    align-items: flex-end;
  }

  .linkscontainerleft.right {
    align-items: flex-start;
  }

  .linkstitle {
    margin-left: 14px;
    margin-right: 14px;
  }

  .embedicon {
    display: none;
  }

  .underlineswing {
    width: 270px;
    display: block;
  }

  .greenspacer {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .buttonaboutuscontainer {
    width: 100px;
    height: 100px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .buttonaboutustext {
    font-size: 16px;
  }

  .image-6 {
    object-fit: cover;
    object-position: 0% 50%;
    align-self: center;
    width: 270px;
    height: 270px;
    margin-top: 28px;
    margin-bottom: 17px;
    position: static;
    transform: rotate(-3deg)translate(0%);
  }

  .div-block-13.flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .bold-text {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .unserestandorte {
    margin-top: 0;
  }

  .map {
    margin-top: -93px;
    margin-bottom: -11px;
    transform: scale(.55);
  }

  .map-ortschaft {
    font-size: 18px;
  }

  .map-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .map-spacer {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mapsbutton {
    font-size: 14px;
  }

  .kontakt {
    margin-top: 0;
  }

  .form-block {
    width: 480px;
  }

  .submit-button, .text-field {
    font-size: 14px;
  }

  .buttonsection-backup {
    margin-bottom: 97px;
  }

  .kk_nav {
    width: 101px;
    margin-left: 46px;
  }

  .div-block-14 {
    width: 621px;
    height: 246px;
    padding-top: 25px;
    padding-left: 180px;
  }

  .map-2 {
    margin-top: -93px;
    margin-bottom: -11px;
    transform: scale(.55);
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .div-block-15 {
    margin-left: -2px;
    margin-right: -4px;
  }

  .footer-image {
    object-fit: contain;
    width: 70px;
    height: auto;
    margin-bottom: 2px;
  }

  .footer-flex-container {
    width: 480px;
  }

  .list {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-5 {
    width: 170px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-logo-link {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .impressummaintext {
    width: auto;
    font-size: 13px;
  }

  .impressummaintext.linsverschiebung {
    width: auto;
    margin-left: 0;
  }

  .impressumwrapper {
    max-width: 100%;
  }

  .datenschutzmaintext {
    width: auto;
    font-size: 13px;
  }

  .datenschutzmaintext.linsverschiebung {
    width: auto;
    margin-left: 0;
  }

  .list-2, .list-item-2 {
    font-size: 13px;
  }

  .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab {
    width: 100%;
    margin-bottom: 5px;
  }

  .button.tab.w--current {
    width: 100%;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: var(--limgreen);
  }

  .brand-link.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .hero-section.centered {
    padding-top: 49px;
    padding-bottom: 37px;
  }

  .hero-heading {
    letter-spacing: 1px;
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .hero-subheading {
    letter-spacing: 1px;
    margin-left: 21px;
    margin-right: 21px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-heading.centered {
    letter-spacing: 1px;
  }

  .section-subheading.center {
    letter-spacing: 1px;
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .paragraph-bold {
    letter-spacing: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    margin-bottom: 41px;
  }

  .news-slider {
    height: 350px;
  }

  .snm {
    max-width: 100%;
    font-size: 19px;
  }

  .buttonsection {
    margin-bottom: 83px;
  }

  .mainspeak {
    letter-spacing: 1px;
    font-size: 21px;
  }

  .horizontal-divider {
    width: 90px;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .leadtext {
    font-size: 14px;
  }

  .leadtext.shrink {
    width: 100%;
  }

  .dienstleistung {
    flex-direction: column;
    margin-top: 8px;
  }

  .dienstleistung-card {
    width: 280px;
    height: 280px;
  }

  .diestleistung-titel {
    font-size: 45px;
  }

  .image-4 {
    width: 160px;
  }

  .newsheaderbutton {
    font-size: 14px;
  }

  .sectionheaderimage {
    height: 170px;
  }

  .statementowner {
    font-size: 12px;
  }

  .kolumnen-linie.extraspace {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sectionmaintitle {
    letter-spacing: 6px;
    margin-top: 9px;
    margin-bottom: 26px;
    font-size: 20px;
  }

  .statement.wer, .statement.wer.green {
    font-size: 34px;
  }

  .statement.shrinkto80.extra {
    font-size: 24px;
  }

  .statement.kontakt {
    font-size: 32px;
  }

  .maintext {
    font-size: 14px;
  }

  .subtitel {
    font-size: 16px;
  }

  .leistungswraper {
    margin: 10px -5px;
  }

  .leistungsbutton-text {
    letter-spacing: .5px;
    font-size: 14px;
  }

  .leistungsbutton {
    height: 37px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .linkwrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
  }

  .div-block-12 {
    width: 80px;
    height: 3px;
    margin-top: 19px;
    margin-bottom: 19px;
    display: block;
  }

  .linkscontainerleft, .linkscontainerleft.right {
    align-items: center;
  }

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

  .linkstitle {
    font-size: 14px;
  }

  .iconright, .iconleft {
    display: none;
  }

  .icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .underlineswing {
    width: 190px;
    margin-top: 11px;
  }

  .greenspacer {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .buttonaboutus {
    width: 280px;
    height: 280px;
  }

  .buttonaboutuscontainer {
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .buttonaboutustext {
    font-size: 20px;
  }

  .unserestandorte {
    margin-top: 0;
  }

  .map {
    transform: scale(.4);
  }

  .sektionsteiler {
    height: 620px;
  }

  .map-wrapper {
    margin-top: 29px;
  }

  .map-spacer {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .mapcontainer {
    flex-direction: column;
    margin-top: -112px;
  }

  .kontakt {
    margin-top: 0;
  }

  .formlabel {
    font-size: 14px;
  }

  .form-block {
    width: 289px;
  }

  .submit-button {
    font-size: 13px;
    font-weight: 400;
  }

  .buttonsection-backup {
    margin-bottom: 83px;
  }

  .kk_nav {
    width: 90px;
    margin-left: 13px;
  }

  .div-block-14 {
    width: 564px;
    height: 216px;
    padding-top: 55px;
    padding-left: 243px;
  }

  .map-2 {
    transform: scale(.4);
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .div-block-15 {
    text-align: center;
    flex: 1;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-image {
    width: 70px;
    height: auto;
    margin-right: 0;
    padding-top: 39px;
  }

  .footer-flex-container {
    clear: none;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    width: 289px;
    height: auto;
    display: flex;
  }

  .list {
    text-align: center;
    margin: 0;
    padding-left: 0;
  }

  .footer-link-2 {
    margin-bottom: 10px;
  }

  .div-block-16 {
    width: 480px;
    margin-top: 20px;
    display: block;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-logo-link {
    flex: 1;
    align-self: flex-start;
    width: auto;
  }

  .impressummaintext {
    font-size: 14px;
  }

  .impressum-subtitle {
    font-size: 16px;
  }

  .datenschutzmaintitle {
    letter-spacing: 6px;
    margin-top: 9px;
    margin-bottom: 26px;
    font-size: 20px;
  }

  .datenschutzsubtitle {
    padding-bottom: 14px;
    font-size: 16px;
  }

  .datenschutzmaintext {
    font-size: 14px;
  }

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

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }
}

#w-node-_33b7160a-87c4-ba77-4b32-7ae422aeca42-22aeca42, #w-node-_33b7160a-87c4-ba77-4b32-7ae422aeca4c-22aeca42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gloss and bloom';
  src: url('../fonts/Gloss_And_Bloom.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}