@font-face {
  font-family: "At rotis sans serif 55";
  src: url("../fonts/at-rotis-sans-serif-55.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "At rotis sans serif 45";
  src: url("../fonts/at-rotis-sans-serif-45.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "At rotis sans serif 56";
  src: url("../fonts/at-rotis-sans-serif-56.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "At rotis sans serif 65";
  src: url("../fonts/at-rotis-sans-serif-65.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "At rotis sans serif 46";
  src: url("../fonts/at-rotis-sans-serif-46.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "At rotis sans serif 75";
  src: url("../fonts/at-rotis-sans-serif-75.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atrotisserif;
  src: url("../fonts/atrotisserif.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atrotisserif;
  src: url("../fonts/atrotisserif-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow-green: #c6d535;
  --white: white;
  --black: black;
  --olive-drab: #919c27;
  --white-smoke-2: #f9f9f9;
  --white-smoke: #f0f0f0;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: var(--image-708b924);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Atrotisserif, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Atrotisserif, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Atrotisserif, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  font-family: "At rotis sans serif 55", sans-serif;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-logo-box {
  background-image: var(--image-i454c96c2);
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), var(--image-i454c96c2);
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), var(--image-i454c96c2);
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--yellow-green);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.card-title {
  margin-top: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 18px;
}

.container.flex {
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 60px;
  display: block;
}

.container.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container.top {
  padding-top: 120px;
  padding-bottom: 20px;
}

.container.top.first {
  padding-top: 40px;
}

.container.s-p-t-0 {
  padding-top: 0;
}

.footer {
  margin-top: auto;
}

.nav-link {
  color: var(--black);
  margin-left: 0;
  padding: 6px 0;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 22px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--olive-drab);
  font-size: 22px;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--black);
  font-family: "At rotis sans serif 65", sans-serif;
  font-weight: 400;
}

.nav-link.left {
  margin-left: 20px;
}

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

.nav-link.referenz {
  display: none;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.con-navbar {
  align-items: center;
  max-width: 1260px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.logo-nav {
  max-width: 90%;
  height: 50px;
  display: inline-block;
}

.logo-nav.animation {
  max-width: 90%;
  display: inline-block;
}

.btn-green {
  border: 2px solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-green:hover {
  border-color: var(--olive-drab);
  background-color: var(--olive-drab);
}

.btn-green.left {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-green.grow {
  width: auto;
}

.div-menu {
  border-bottom: 2px solid var(--yellow-green);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-room {
  flex: 1;
}

.hero-logo {
  z-index: 2000;
  max-height: 230px;
  margin-bottom: 50px;
  position: relative;
  top: 0;
}

.heading {
  font-size: 35px;
  font-weight: 400;
}

.hide {
  color: var(--white);
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.btn-white {
  border: 2px solid var(--yellow-green);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 190px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.btn-white.left {
  transition: all .2s;
  position: static;
}

.btns-flex {
  display: flex;
}

.btn-text {
  color: var(--yellow-green);
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 20px;
}

.btn-text.white {
  color: var(--white);
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.btn-text.test {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.left-aligned {
  text-align: left;
}

.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.p2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
}

.grid-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-main.cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-main.new {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.profil {
  border: 2px solid var(--yellow-green);
  border-radius: 6px;
  padding: 15px;
}

.p-center {
  color: var(--black);
  text-align: center;
  max-width: 940px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.h2 {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--yellow-green);
  color: var(--black);
  margin-top: 0;
  padding-bottom: 4px;
}

.h2-green {
  color: var(--yellow-green);
}

.img-cards {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.h3-cards {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "At rotis sans serif 65", sans-serif;
  font-weight: 400;
}

.p-cards {
  flex: 1;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
}

.flex-forms {
  display: flex;
}

.forms-block {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.forms-flex {
  justify-content: space-around;
  margin-bottom: 10px;
  display: flex;
}

.input-text {
  background-color: var(--white-smoke-2);
  border-radius: 6px;
  margin-bottom: 0;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 16px;
}

.h3-forms {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Atrotisserif, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.quote {
  border-left: 2px solid var(--yellow-green);
  color: var(--black);
  margin-bottom: 15px;
  padding-left: 19px;
  font-family: "At rotis sans serif 46", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.p-forms {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 18px;
}

.social {
  height: 32px;
  margin-right: 0;
}

.submit-button {
  background-color: var(--yellow-green);
  color: var(--white);
  border-radius: 6px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 10px 30px;
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--olive-drab);
}

.textarea {
  background-color: var(--white-smoke-2);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 0;
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 16px;
}

.form-text {
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
  display: flex;
}

.room {
  width: 20px;
}

.g-footer {
  grid-column-gap: 15px;
  grid-row-gap: 32px;
  border-top: 2px solid var(--yellow-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: end;
  padding-top: 20px;
}

.g-footer.cards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
}

.t-footer {
  color: var(--black);
  margin-bottom: 8px;
  font-family: "At rotis sans serif 55", sans-serif;
  font-size: 16px;
}

.t-footer-h {
  color: var(--yellow-green);
  margin-bottom: 8px;
  font-family: "At rotis sans serif 75", sans-serif;
  font-size: 16px;
}

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

.footer-flex {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-social {
  margin-right: 40px;
}

.nav-menu {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav {
  align-items: center;
  max-width: 1260px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
}

.project-left {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 100px;
}

.heafing-border {
  border: 2px solid var(--yellow-green);
  text-align: left;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 4px 10px;
}

.lightbox-grid-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.lightbox-grid-left.single {
  grid-template-rows: auto;
}

.lightbox-grid-left._3-4thumbs {
  grid-template-rows: auto 126px 126px;
}

.lightbox-grid-left.urlaubkannwarten, .lightbox-grid-left._2pic {
  grid-template-rows: auto auto;
}

.project-text {
  text-align: justify;
  font-size: 20px;
  line-height: 1.3em;
}

.hiringgrid {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 3fr;
  display: none;
}

.kontakt-link-box {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.kontakt-link-box.bot {
  margin-bottom: 0;
}

.kontakt-icon {
  margin-right: 10px;
}

.konakt-text {
  color: var(--black);
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.stelle {
  border-bottom: 1px solid var(--yellow-green);
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.stellenangebot-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.project_heading-title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2em;
}

.unterseiten-titel {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2em;
}

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

.hero {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.kontakt {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.lightbox-small-pic {
  object-fit: cover;
  border-radius: 4px;
  width: 233px;
  height: 126px;
  display: block;
}

.lightbox-small-pic.top {
  object-position: 50% 30%;
}

.lightbox-small-pic.single {
  width: 100%;
  height: 100%;
}

.lightbox-big-pic {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 620px;
}

.lightbox-big-pic.temp {
  object-position: 44% 50%;
}

.lightbox-big-pic.single {
  height: auto;
  min-height: 250px;
}

.lightbox-big-pic.single.altebaume {
  height: 450px;
}

.lightbox-big-pic.single.warmesteine {
  height: auto;
  max-height: 260px;
}

.lightbox-big-pic.single.naturzitieren {
  min-height: 287px;
}

.lightbox-big-pic.single.urlaubamteich {
  height: 546px;
}

.lightbox-big-pic.single.moreheight {
  min-height: 320px;
}

.lightbox-big-pic.single.muchmoreheight {
  min-height: 362px;
}

.lightbox-big-pic.cover_top {
  object-position: 50% 100%;
}

.lightbox-link {
  max-height: 150px;
  overflow: hidden;
}

.lightbox-link.single {
  max-height: none;
}

.lightbox-big {
  width: 100%;
  height: 100%;
}

.gr-ne-linie {
  z-index: -1;
  border-bottom: 2px solid var(--yellow-green);
  margin-left: 18px;
  margin-right: 18px;
  position: absolute;
  inset: 0%;
}

.text-span {
  font-family: "At rotis sans serif 45", sans-serif;
}

.link {
  color: var(--yellow-green);
  font-family: "At rotis sans serif 55", sans-serif;
  text-decoration: underline;
  transition: all .2s;
}

.link:hover {
  color: var(--olive-drab);
}

.projekt-titel {
  height: 200px;
  overflow: visible;
}

.lightbox-grid-right {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 4fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.t-contact {
  color: var(--white);
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 18px;
}

.t-contact.red {
  color: var(--black);
  font-family: "At rotis sans serif 55", sans-serif;
  font-size: 16px;
}

.kontakt_success {
  background-color: var(--yellow-green);
  border-radius: 6px;
}

.job_error {
  border-radius: 6px;
}

.stellenbild {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 10px;
  width: 100%;
  height: 280px;
}

.wrapper {
  height: 220px;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.paragraph-2 {
  flex: 0 auto;
  padding: 10px 0;
}

.stellenangebot-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

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

.paragraph-3 {
  margin-bottom: 0;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.t-effekt {
  color: var(--black);
  font-family: "At rotis sans serif 75", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.paragraph-4 {
  flex: 1;
}

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

.job_form {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.job_form_wrapper {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.hiring {
  color: var(--white);
  font-family: "At rotis sans serif 75", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-5 {
  background-color: var(--yellow-green);
  background-image: linear-gradient(to bottom, var(--yellow-green), var(--olive-drab) 55%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-block-7 {
  max-width: 800px;
}

.hidden {
  display: none;
}

.lightbox-grid-rightv2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto 126px 126px;
  grid-template-columns: 1fr 1fr 4fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.lightbox-grid-rightv2.single {
  grid-template-rows: auto;
}

.lightbox-grid-rightv2._3rows {
  grid-template-rows: auto 126px 126px 126px;
}

.kontakt_form_wrapper {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.kontakt_form {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.wegegefundenwhitespace {
  height: 126px;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 425px;
}

.div-block-8 {
  padding-left: 20%;
  padding-right: 20%;
}

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

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

.hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.hero-split {
  flex-direction: column;
  max-width: 46%;
  display: flex;
}

.hero-split.pic {
  flex-direction: column;
  max-width: none;
}

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

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

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

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

.shadow-two {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 450px;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-9 {
  align-self: stretch;
}

.div-block-10 {
  flex: 1;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". Area Area"
  / 1fr 1fr 1fr;
  margin-top: 20px;
}

.gr-ner-kasten {
  border: 2px solid var(--yellow-green);
  border-radius: 6px;
  padding: 15px;
}

.project_grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 400px auto;
}

.project_heading-wrapper {
  border: 2px solid var(--yellow-green);
  text-align: left;
  border-radius: 6px;
  margin-top: 100px;
  margin-bottom: 14px;
  padding: 4px 10px;
}

.project_description-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project_grid_miniimages {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.proj {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_main_image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.project_miniimage {
  object-fit: cover;
  width: 193px;
  height: 193px;
}

.project_description {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.empty-state, .empty-state-2, .empty-state-3 {
  display: none;
}

.html-embed {
  z-index: -111;
}

.youtube {
  display: none;
}

.job_succes {
  background-color: var(--yellow-green);
  border-radius: 6px;
}

.text-span-2 {
  font-size: 18px;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_content-left {
  margin-right: 36px;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header76_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.container-dienstleistungen {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.container-dienstleistungen.flex {
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 60px;
  display: block;
}

.container-dienstleistungen.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container-dienstleistungen.top {
  padding-top: 120px;
  padding-bottom: 20px;
}

.container-dienstleistungen.top.first {
  padding-top: 40px;
}

.container-dienstleistungen.s-p-t-0 {
  padding-top: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout350_component {
  grid-column-gap: 36px;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout350_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout350_tabs-menu {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 2px solid var(--yellow-green);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 4px;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.layout350_tab-link {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1.25rem;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.layout350_tab-link.w--current {
  background-color: var(--yellow-green);
  color: var(--white);
  border-style: none;
  border-radius: 4px;
}

.layout350_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 95vh;
  display: flex;
}

.layout350_content.is-last {
  height: 91vh;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout350_mobile-image-wrapper {
  display: none;
}

.layout350_mobile-image {
  width: 100%;
  position: absolute;
}

.layout350_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout350_image {
  object-fit: contain;
  object-position: 50% 36%;
  width: 100%;
  height: 450px;
  position: absolute;
}

.layout350_image.is-image2, .layout350_image.is-image3, .layout350_image.is-image4 {
  display: block;
}

.button-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  color: var(--yellow-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block-3 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--yellow-green);
  font-size: 20px;
}

.referenzen-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout212_component {
  grid-column-gap: 20px;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout212_image {
  aspect-ratio: 1589 / 900;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout212_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.contact26_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact26_location {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact26_image-wrapper {
  width: 100%;
}

.contact26_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.orte-paragraph {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.text-weight-bold {
  font-family: "At rotis sans serif 65", sans-serif;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: "At rotis sans serif 75", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.layout350_name {
  color: var(--yellow-green);
  margin-bottom: 5px;
  font-family: "At rotis sans serif 65", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.layout350_contact-info {
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.image-4 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 330px;
  margin-bottom: 5px;
}

.layout1_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout1_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 438px;
}

.text-block-5 {
  font-family: "At rotis sans serif 45", sans-serif;
  font-size: 22px;
}

.dropdown-list {
  padding-left: 3px;
  transition: all .1s ease-in-out;
}

.dropdown-list.w--open {
  border: 2px solid var(--yellow-green);
  background-color: var(--white);
  border-radius: 4px;
  padding: 10px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.layout350_link {
  color: #333;
  font-family: "At rotis sans serif 45", sans-serif;
  text-decoration: none;
}

.dienstleistungen-cards-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.layout3_component {
  grid-column-gap: 20px;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout3_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout3_image {
  width: 100%;
  height: 100%;
}

.container-services {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 18px;
}

.container-services.flex {
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 60px;
  display: block;
}

.container-services.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container-services.top {
  padding-top: 120px;
  padding-bottom: 20px;
}

.container-services.top.first {
  padding-top: 40px;
}

.container-services.s-p-t-0 {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.flex {
    align-items: flex-end;
    margin-top: 40px;
  }

  .nav-link {
    text-align: right;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;
  }

  .nav-link:hover {
    color: var(--black);
    font-size: 22px;
  }

  .nav-link.dropdown {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .nav-link.referenz {
    display: block;
  }

  .btn-green:hover {
    border-color: var(--yellow-green);
    background-color: var(--yellow-green);
  }

  .btn-green.left {
    text-align: right;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-logo {
    display: none;
  }

  .btn-white.left.w--current {
    display: flex;
  }

  .btns-flex {
    justify-content: center;
  }

  .p2 {
    font-size: 20px;
  }

  .submit-button:hover {
    background-color: var(--yellow-green);
  }

  .link-social {
    margin-right: 20px;
  }

  .nav-menu {
    border-bottom: 2px solid var(--yellow-green);
    border-left: 2px solid var(--yellow-green);
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    justify-content: flex-end;
    inset: 100% 0% auto auto;
  }

  .nav {
    min-height: 75px;
  }

  .lightbox-grid-left {
    grid-template-rows: auto 100px 100px 100px;
  }

  .lightbox-grid-left._3-4thumbs {
    grid-template-rows: auto 126px 126px;
  }

  .project-text {
    font-size: 18px;
    line-height: 1.2em;
  }

  .stellenangebot-right {
    grid-template-columns: 1fr 1fr;
  }

  .project_heading-title {
    font-size: 22px;
  }

  .unterseiten-titel {
    font-size: 40px;
  }

  .burger-lottie {
    max-width: 40px;
    max-height: 40px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .lightbox-small-pic.coverfix {
    object-fit: cover;
    position: static;
  }

  .lightbox-small-pic.fixtest, .lightbox-small-pic.fix1 {
    height: 100px;
  }

  .lightbox-big-pic {
    object-position: 100% 50%;
    height: 590px;
  }

  .lightbox-big-pic.single {
    height: 100%;
    min-height: 0;
  }

  .lightbox-big-pic.single.altebaume {
    height: 100%;
  }

  .lightbox-big-pic.single.warmesteine {
    max-height: none;
  }

  .lightbox-big-pic.single.naturzitieren {
    min-height: 0;
  }

  .lightbox-big-pic.single.urlaubamteich {
    height: 100%;
  }

  .lightbox-big-pic.mid {
    object-position: 50% 50%;
  }

  .lightbox-big {
    height: auto;
  }

  .link:hover {
    color: var(--yellow-green);
  }

  .projekt-titel {
    height: auto;
  }

  .lightbox-grid-right {
    grid-template-rows: auto 100px 100px 100px;
  }

  .stellenangebot-left, .contact {
    grid-template-columns: 2fr 2fr;
  }

  .image-2 {
    height: 100%;
    max-height: none;
  }

  .lightbox-grid-rightv2 {
    grid-template-rows: auto 100px 100px;
  }

  .image-3 {
    height: auto;
  }

  .div-block-8 {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .shadow-two {
    height: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .project_grid {
    grid-template-columns: auto;
  }

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

  .project_miniimage {
    width: 100%;
    height: 200px;
    padding-bottom: 0;
  }

  .project_description {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.2em;
  }

  .project_miniimages_link {
    width: 100%;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header76_content-left {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header76_content-right {
    height: 40rem;
  }

  .container-dienstleistungen {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .container-dienstleistungen.flex {
    align-items: flex-end;
    margin-top: 40px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout350_component {
    grid-template-columns: 540px auto;
    grid-auto-flow: row;
  }

  .layout350_content {
    padding-right: 100px;
  }

  .layout350_desktop-image-wrapper {
    margin-left: -100px;
  }

  .layout350_image.is-image1 {
    height: auto;
  }

  .layout350_image.is-image2, .layout350_image.is-image3, .layout350_image.is-image4 {
    display: block;
  }

  .layout212_component {
    grid-column-gap: 3rem;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .orte-paragraph {
    margin-bottom: 0;
  }

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

  .image-4 {
    height: auto;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dropdown-2 {
    display: none;
  }

  .layout3_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout3_image {
    object-fit: contain;
  }

  .container-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-services.flex {
    align-items: flex-end;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .container.flex {
    flex-direction: column;
  }

  .hero-content {
    width: auto;
  }

  .hero-img {
    margin-top: 25px;
    margin-left: 0;
  }

  .grid-main {
    grid-template-rows: auto auto auto;
  }

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

  .flex-forms {
    flex-direction: column;
  }

  .forms-block {
    margin-right: 0;
  }

  .textarea {
    min-height: 200px;
  }

  .g-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .project-left {
    grid-template-columns: 1fr;
  }

  .heafing-border {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .lightbox-grid-left._3-4thumbs {
    grid-template-rows: auto;
  }

  .hiringgrid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .stellenangebot-right {
    grid-template-columns: 1fr;
  }

  .project_heading-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .unterseiten-titel {
    font-size: 36px;
  }

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

  .lightbox-small-pic {
    width: 100%;
    height: 150px;
  }

  .lightbox-small-pic.fix1 {
    height: 150px;
  }

  .lightbox-big-pic {
    height: 300px;
  }

  .lightbox-big-pic.single.altebaume, .lightbox-big-pic.single.urlaubamteich {
    height: auto;
  }

  .lightbox-big-pic.single.moreheight, .lightbox-big-pic.single.muchmoreheight {
    min-height: 0;
  }

  .lightbox-big-pic.single.muchmoreheight.left {
    object-position: 0% 50%;
    min-height: 0;
  }

  .projekt-titel {
    height: auto;
  }

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

  .stellenbild {
    object-position: 50% 27%;
  }

  .stellenangebot-left, .contact {
    grid-template-columns: 1fr;
  }

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

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

  .heading-2 {
    display: none;
  }

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

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

  .project_heading-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .project_main_image {
    height: 400px;
  }

  .header76_component {
    padding-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header76_content-right {
    height: 30rem;
  }

  .container-dienstleistungen.flex {
    flex-direction: column;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout350_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout350_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .layout350_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .layout350_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .layout350_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout350_mobile-image {
    position: static;
  }

  .layout350_mobile-image.s-m-b-5 {
    margin-bottom: 5px;
  }

  .layout350_desktop-image-wrapper {
    margin-left: 0;
    display: none;
  }

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout3_component {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container-services.flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .div-room {
    min-width: 20px;
  }

  .btn-white.left {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .p2 {
    font-size: 18px;
  }

  .grid-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .p-center {
    font-size: 20px;
  }

  .h2-green {
    font-size: 30px;
  }

  .h3-cards {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .p-cards {
    font-size: 18px;
  }

  .textarea {
    min-height: 200px;
  }

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

  .lightbox-grid-left {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-grid-left._3-4thumbs {
    grid-template-rows: auto;
  }

  .project-text {
    font-size: 17px;
  }

  .image {
    display: block;
  }

  .burger-lottie {
    margin-top: 10px;
  }

  .lightbox-small-pic.single {
    max-height: 150px;
  }

  .lightbox-big-pic.single.muchmoreheight.left {
    object-position: 16% 50%;
  }

  .lightbox-link {
    max-height: 80px;
  }

  .lightbox-grid-right {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-2 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .lightbox-grid-rightv2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .shadow-two {
    height: auto;
  }

  .project_main_image {
    height: 300px;
  }

  .project_miniimage {
    height: 120px;
  }

  .project_description {
    font-size: 17px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout350_tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .layout350_content {
    height: auto;
  }

  .layout350_mobile-image-wrapper {
    margin-top: 0;
  }

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

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

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

  .layout3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

#w-node-_0c702ead-9fe1-d341-9f31-71b1f27c4cd3-eb60341b {
  align-self: end;
}

#w-node-_81ef1b22-227c-dfc9-fe3d-27a55d7b60dc-eb60341b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_210e8265-0be7-8e18-3fc2-c242595ec11e-eb60341b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_249c696c-d2fc-04f7-6613-bd0b7fab524c-eb60341b {
  grid-area: Area;
}

#w-node-ff7f4937-34a8-e9b7-11a1-78f3a74ddbc9-a74ddbc6 {
  align-self: stretch;
}

#w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf28-eb603421, #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf2b-eb603421, #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf33-eb603421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf239aea-dc72-8603-8c54-d412ad4d0a9d-eb603427, #w-node-_75016e5d-27e7-8cf3-0275-d961ee4aab99-eb603427 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c136d233-d4a5-f4f9-6b9e-39cc142b0b23-eb603428, #w-node-eeb61f54-8c0f-8763-f47c-4c0283558a1f-eb603428, #w-node-fa0083b5-3fdb-d3af-df6b-3b2a6bf9813c-eb603428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193392fb-9b41-662e-83f0-a3943b4a0a30-eb60342c, #w-node-_418ab9a6-86b1-5b3e-3d46-c57082d0b1db-eb60342c {
  align-self: auto;
}

#w-node-_0751ff85-6057-07fb-6d8e-1b16cb186a4c-eb60342c {
  align-self: stretch;
}

#w-node-_43b4ffeb-6f92-a0e3-153d-77ee07841bad-eb60342e, #w-node-_43b4ffeb-6f92-a0e3-153d-77ee07841baf-eb60342e, #w-node-_43b4ffeb-6f92-a0e3-153d-77ee07841bb7-eb60342e, #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf28-87c98d4e, #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf33-87c98d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_81ef1b22-227c-dfc9-fe3d-27a55d7b60dc-eb60341b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4bd78cdb-f221-c0f8-6c39-8819c935a789-eb60341b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_210e8265-0be7-8e18-3fc2-c242595ec11e-eb60341b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_249c696c-d2fc-04f7-6613-bd0b7fab524c-eb60341b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf28-eb603421 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf239aea-dc72-8603-8c54-d412ad4d0a9d-eb603427 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2931a83a-8e4f-a17e-b395-24e6249ed0be-eb603427 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_75016e5d-27e7-8cf3-0275-d961ee4aab99-eb603427 {
    grid-column: span 1 / span 1;
  }

  #w-node-c136d233-d4a5-f4f9-6b9e-39cc142b0b23-eb603428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_193392fb-9b41-662e-83f0-a3943b4a0a38-eb60342c, #w-node-_418ab9a6-86b1-5b3e-3d46-c57082d0b1da-eb60342c {
    place-self: stretch stretch;
  }

  #w-node-_43b4ffeb-6f92-a0e3-153d-77ee07841bad-eb60342e, #w-node-b9389314-d1e3-10fd-3772-abcd8bdfaf28-87c98d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81ef1b22-227c-dfc9-fe3d-27a55d7b60dc-eb60341b {
    grid-column: span 3 / span 3;
  }

  #w-node-_4bd78cdb-f221-c0f8-6c39-8819c935a789-eb60341b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_210e8265-0be7-8e18-3fc2-c242595ec11e-eb60341b {
    grid-row: 2 / 3;
  }

  #w-node-_249c696c-d2fc-04f7-6613-bd0b7fab524c-eb60341b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb46812c-6294-5957-59e2-2aa273c2b7b4-73c2b793 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bb46812c-6294-5957-59e2-2aa273c2b7c3-73c2b793 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ff7f4937-34a8-e9b7-11a1-78f3a74ddbe1-a74ddbc6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2931a83a-8e4f-a17e-b395-24e6249ed0be-eb603427, #w-node-bf239aea-dc72-8603-8c54-d412ad4d0a9f-eb603427, #w-node-_75016e5d-27e7-8cf3-0275-d961ee4aab9b-eb603427, #w-node-_75016e5d-27e7-8cf3-0275-d961ee4aab9c-eb603427 {
    order: -9999;
  }

  #w-node-_193392fb-9b41-662e-83f0-a3943b4a0a38-eb60342c, #w-node-_418ab9a6-86b1-5b3e-3d46-c57082d0b1da-eb60342c {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81ef1b22-227c-dfc9-fe3d-27a55d7b60dc-eb60341b, #w-node-_4bd78cdb-f221-c0f8-6c39-8819c935a789-eb60341b {
    grid-column: span 1 / span 1;
  }

  #w-node-_71e8e1f0-3c27-1e32-d19b-069baa0868f6-73c2b793 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bb46812c-6294-5957-59e2-2aa273c2b7b4-73c2b793, #w-node-bb46812c-6294-5957-59e2-2aa273c2b7c3-73c2b793 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'At rotis sans serif 55';
  src: url("../fonts/at-rotis-sans-serif-55.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'At rotis sans serif 45';
  src: url("../fonts/at-rotis-sans-serif-45.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'At rotis sans serif 56';
  src: url("../fonts/at-rotis-sans-serif-56.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'At rotis sans serif 65';
  src: url("../fonts/at-rotis-sans-serif-65.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'At rotis sans serif 46';
  src: url("../fonts/at-rotis-sans-serif-46.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'At rotis sans serif 75';
  src: url("../fonts/at-rotis-sans-serif-75.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atrotisserif';
  src: url("../fonts/atrotisserif.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atrotisserif';
  src: url("../fonts/atrotisserif-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}