:root {
  --ligh-skin: #e3d5b6;
  --brown: #964b00;
  --d4ae21: #d4ae21;
  --black: black;
  --white: white;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-color: var(--ligh-skin);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--brown);
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 150px;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #262729;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #e3d5b6;
}

.highlights {
  color: #000;
  background-color: #f5e3a1;
}

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.div-mail {
  color: #334;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Acme, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Acme, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

.flie-text {
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.flie-text.any {
  overflow-wrap: anywhere;
}

.farbe-der-headings {
  color: #d4ae21;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hauptfarbes {
  color: #fff;
  background-color: #000;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.nav-link {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link.flie-text {
  color: #984f05;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link.flie-text:hover {
  border-bottom: 1px solid #984f05;
}

.nav-link.flie-text.w--current {
  color: #984f05;
  border-bottom: 1px solid #984f05;
}

.banner-text {
  z-index: 1;
  color: #333;
  background-color: #fff3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 320px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.3;
}

.button.flie-text.highlights {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: #ececec;
}

.button.flie-text.transp {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333;
  padding-bottom: 10px;
  transition: all .2s;
}

.button.flie-text.transp:hover {
  background-color: #ececec;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 125vh;
  position: relative;
}

.titelheading {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

.titelheading.heading-1 {
  color: #964b00;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block.heading-3 {
  color: #964b00;
}

.text-block.heading-3.farbe-der-headings {
  color: var(--d4ae21);
  text-shadow: 0 1px 1px #0003;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sections {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sections.zweitfarbe {
  background-color: var(--ligh-skin);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

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

.heading.links.heading-1 {
  color: #964b00;
  text-align: left;
}

.heading.links.heading-1.mittig {
  text-align: center;
}

.heading.heading-1 {
  color: #964b00;
}

.heading.heading-1.smaller {
  font-size: 40px;
}

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.paragraph.flie-text {
  text-align: justify;
  margin-top: 10px;
}

._4er-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

.div-block-team {
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.div-block-team:hover {
  transform: scale(1.05);
}

.div-block-team.zweitfarbe {
  box-shadow: 0 2px 5px #0003;
}

.div-block-team.zweitfarbe:hover {
  transform: none;
}

.div-block-team.zweitfarbe.adjust {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.small-heading {
  font-size: 25px;
  line-height: 30px;
}

.small-heading.heading-2 {
  margin-top: 0;
}

.paragraph-links {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links.flie-text {
  text-align: justify;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
  margin-top: 40px;
}

.relative {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.inhalt-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.inhalt-rechts.center {
  justify-content: center;
  align-items: center;
}

.inhalt-rechts.center.nospc {
  text-align: center;
  max-width: 900px;
  margin-right: 0;
}

._3er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

._3er-grid.mit-abstand {
  grid-column-gap: 20px;
  place-items: center;
  width: 100%;
  overflow: hidden;
}

._3er-grid._2er {
  grid-template-columns: 1fr 1fr;
}

._3er-grid.top-kmargin {
  margin-top: 0;
}

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

.inhalt.effect {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: all .2s;
}

.images {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 45vh;
  margin-bottom: 40px;
  position: relative;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.inhalt-footer.auto {
  width: auto;
}

.footer {
  padding: 60px 140px;
}

.footer.hauptfarbe {
  padding-bottom: 10px;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.team-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 20px;
  width: 100%;
  height: 28vh;
  overflow: hidden;
}

.team-image.arrange {
  object-position: 30% 70%;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.form1 {
  width: 80%;
  margin-bottom: 0;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form {
  padding: 24px;
}

.contact-form.zweitfarbe-2 {
  width: 100%;
  padding: 33px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.maps {
  height: 100%;
}

.impdat-3 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-3.flie-text {
  flex-direction: column;
  min-height: 0%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

.relative-round {
  border-radius: 9%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 3px #8a8989;
}

.no-overflow-mitting {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
  display: flex;
  overflow: hidden;
}

.grid-2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: auto;
  margin-top: 40px;
}

.grid-2er.invert {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .5fr 1fr;
  width: 70vw;
}

.image-100-contain {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.image-100-contain.top {
  object-position: 50% 0%;
  border-radius: 20px;
}

.image-100-contain.abs {
  object-fit: contain;
  border-radius: 0%;
  position: absolute;
  inset: 0%;
}

.image-100-contain.rel {
  filter: blur(5px);
  object-fit: cover;
  border-radius: 0%;
  position: relative;
}

.link-div {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: auto 0% 41% auto;
}

.social-link {
  border: 1.5px #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.social-link:hover {
  transform: scale(1.05);
}

.social-icon {
  object-fit: contain;
  height: 2.5rem;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--d4ae21);
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 40px;
  font-family: Acme, sans-serif;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2.w--current {
  background-color: var(--brown);
  color: #fff;
}

.tabs-content {
  margin-top: 40px;
}

.tabs {
  width: 100%;
  margin-top: 40px;
}

.code-embed {
  width: 100%;
  height: 45vh;
}

.quick-stack {
  width: 100%;
}

.video-div {
  width: 100%;
  margin-bottom: 10px;
}

.youtube-video {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.nav-links {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-links.flie-text {
  color: #984f05;
  border-bottom: 1px solid #0000;
  padding-left: 20px;
  font-weight: 500;
  transition: all .2s;
}

.nav-links.flie-text:hover {
  border-bottom: 1px solid #000;
}

.nav-links.flie-text.w--current {
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.dropdown-list {
  background-color: #e1d2b2;
}

.nav-link-1-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1-3.flie-text {
  color: #984f05;
  border-bottom: 1px solid #0000;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-1-3.flie-text:hover {
  border-bottom: 1px solid #984f05;
}

.nav-link-1-3.flie-text.w--current {
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.lightbox-linkss {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

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

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.quick-stack-2 {
  width: 80%;
}

.lightbox-links {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 20vw;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.image-100-blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-contain-absolute {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-167 {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 20vw;
  height: 40vh;
  position: relative;
}

.background-videos {
  z-index: 2;
  width: 100%;
  height: 80vh;
}

.quick-stacks {
  width: 100%;
}

.link-10 {
  color: #984f05;
  text-decoration: none;
}

.dropdown-nav {
  margin-left: 0;
  margin-right: 0;
}

.divider {
  background-color: var(--white);
  height: 1px;
}

.flag-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name {
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-flags {
  object-fit: contain;
  width: 30px;
}

.flag-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.small-headings {
  font-size: 25px;
  line-height: 30px;
}

.small-headings.heading-1 {
  text-align: center;
}

.paragraph-links-text {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links-text.flie-text {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph-links-text.flie-text.non-justify {
  text-align: center;
}

.paragraph-links-text.flie-text.non-justify.smaller {
  font-size: 15px;
}

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

.inhalts.effect {
  background-color: #e9dfd2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  transition: all .2s;
}

.inhalts.effect._70vh-min {
  background-color: var(--ligh-skin);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 70vh;
}

.inhalts.effect._100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ligh-skin);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.lightbox-link-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.imag {
  object-fit: contain;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.relative-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-links-bottom {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links-bottom.flie-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zweitfarbe-2 {
  color: #000;
  background-color: #e9dfd2;
}

._2er-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  margin-top: 40px;
}

.buttons {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.3;
}

.buttons.flie-text.highlights {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.buttons.flie-text.highlights:hover {
  background-color: #ececec;
}

.hover-effect {
  position: relative;
}

.div-block-wurfplanungen {
  background-color: #f5e3a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-wurf {
  color: #052c58;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-wurf.wei {
  color: #333;
}

.html-embed {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 18px;
  display: block;
}

.code-embed-4 {
  width: 100%;
}

._2er-grids {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

._2er-grids.mit-abstand {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  overflow: hidden;
}

.inhalt-min-height {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inhalt-min-height.effect {
  background-color: #e9dfd2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 25px 16px 16px;
  transition: all .2s;
}

.text-block-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block-1.heading-3 {
  color: #964b00;
  text-shadow: 0 1px 1px #0003;
  margin-top: 20px;
  margin-bottom: 20px;
}

.play {
  filter: invert();
  object-fit: contain;
  width: 35px;
  height: 35px;
}

.jotform-wrapper {
  width: 100%;
  overflow: auto;
}

.jotform {
  width: 100%;
  margin-bottom: 0;
  overflow: auto;
}

.navbar-block {
  height: 21vh;
}

.maps-2 {
  height: 100%;
}

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

.div-block-168 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.quick-stack-7 {
  padding: 0;
}

.div-block-169 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-169.tp-mrg {
  margin-top: 40px;
}

.div-block-169.rel {
  position: relative;
  left: 50%;
}

.link-block {
  width: 100%;
  height: 60vh;
  position: relative;
}

.link-block._1 {
  height: auto;
}

.link-block._80vh {
  width: auto;
  height: 80vh;
}

.quick-stack-8 {
  padding: 0;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 20vh;
}

.image.blue {
  background-color: #fff;
  background-image: linear-gradient(90deg, #0283c6, #016ca4);
  width: 100%;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
}

.lightbox-link-6 {
  width: 100%;
  height: 100%;
}

.lightbox-link-6.submit-button {
  width: 50%;
}

.image-3 {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.quick-stack-11 {
  width: 90%;
  padding: 0;
}

.image-100 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 70vh;
  position: relative;
}

.image-100.abs {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-wrapper-60vh {
  width: 100%;
  height: auto;
}

.grid-left-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  width: auto;
  margin-top: 40px;
}

.grid-left-text.invert {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .5fr 1fr;
  width: 70vw;
}

.section-bild-bg {
  background-image: url('../images/Lautenthal-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-bild-bg.zweitfarbe {
  background-color: var(--ligh-skin);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

.form-wrap {
  background-color: var(--ligh-skin);
  text-transform: lowercase;
  width: 100%;
}

.review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.heading-mitig-small {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.image-review {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.image-review.up {
  object-position: 50% 0%;
}

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

.image-review.up-20 {
  object-position: 50% 30%;
}

.image-review.con {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image-review.abs {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.image-review.to-top {
  object-position: 50% 100%;
}

.image-review.to-top.adj {
  object-position: 70% 50%;
}

.image-review.to-top.adj2 {
  object-position: 50% 50%;
}

.image-review.to-top.toptop {
  object-position: 50% 30%;
}

.slider-101 {
  background-color: #0000;
  width: 100%;
  height: 55vh;
  margin-top: auto;
}

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

.slide-nav-2 {
  font-size: 12px;
}

.lightbox-link-7 {
  width: 100%;
  height: 55vh;
  margin-top: auto;
  position: relative;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  text-align: center;
  background-color: #e9dfd2;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  font-size: 35px;
  line-height: 45px;
}

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

.popup-3 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.border-block {
  background-color: #e9e9e9;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.heading-mittig-klein1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-mitting {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.content-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 70px 20px 20px;
  display: flex;
  position: relative;
}

.color-block-2 {
  color: #fff;
  background-color: #455a64;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

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

.main-block {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.star {
  width: 18px;
  margin-right: 5px;
}

.horizontal-div {
  display: flex;
}

.absolute-block {
  flex-direction: row;
  position: absolute;
  inset: 5% auto auto 3%;
}

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

._2er_grid {
  width: auto;
}

@media screen and (min-width: 1920px) {
  .popup-2 {
    display: none;
  }

  .divpopup-2 {
    min-height: 150px;
  }

  .image-popup-2 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }

  .popup-3 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 120px;
  }

  .logo.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hauptfarbes {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .hauptfarbes.w--open {
    background-color: #313131;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    background-color: #fff;
    flex-flow: column;
    padding-bottom: 0;
    position: relative;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-text {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-relative {
    height: 60vh;
  }

  .titelheading.heading-1 {
    font-size: 45px;
    line-height: 55px;
  }

  .sections {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sections.zweitfarbe, .sections.zweitfarbe-2 {
    padding: 60px;
  }

  .heading.links.heading-1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.heading-1 {
    font-size: 35px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 16px;
  }

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

  .div-block-team.zweitfarbe:hover {
    transform: none;
  }

  .div-block-team.zweitfarbe.adjust {
    width: 100%;
  }

  .small-heading.heading-2 {
    text-align: center;
  }

  .paragraph-links.flie-text {
    text-align: center;
    font-size: 16px;
  }

  ._2er-grid {
    margin-top: 10px;
  }

  .relative {
    height: auto;
  }

  .relative._50 {
    width: 50%;
  }

  .inhalt-rechts {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .inhalt-rechts.center {
    width: 100%;
  }

  .inhalt-rechts.yop {
    margin-top: 40px;
    margin-right: 0;
  }

  ._3er-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  ._3er-grid.mit-abstand {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  ._3er-grid.top-kmargin {
    margin-top: 40px;
  }

  .inhalt.effect {
    justify-content: center;
    align-items: center;
  }

  .images {
    height: 40vh;
  }

  .heading-footer.heading-3 {
    font-size: 15px;
  }

  .inhalt-footer {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    height: auto;
    padding: 40px;
  }

  .heading-success.heading-2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    width: 100%;
  }

  .contact-form.zweitfarbe-2 {
    overflow: visible;
  }

  .maps {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .relative-round {
    width: 80%;
    height: 55vh;
    margin-top: 0;
  }

  .relative-round.rev {
    flex-flow: column-reverse wrap;
  }

  .relative-round._100 {
    width: 100%;
  }

  .no-overflow-mitting.zweitfarbe, .no-overflow-mitting.zweitfarbe-2 {
    padding: 60px;
  }

  .grid-2er {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .grid-2er.invert {
    flex-flow: column-reverse wrap;
    width: 100%;
    margin-top: 0;
  }

  .language-tool {
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-div {
    z-index: 200;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-right: 6px;
  }

  .social-link {
    width: auto;
  }

  .social-icon {
    height: 30px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .tabs {
    flex: 0 auto;
    margin-top: 0;
  }

  .quick-stack {
    margin-top: 40px;
  }

  .youtube-video {
    height: 55vh;
  }

  .nav-links.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .nav-link-1-3.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider {
    height: 55vh;
  }

  .quick-stack-2 {
    width: 100%;
  }

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

  .lightbox-links, .div-block-167 {
    width: 100%;
  }

  .background-videos {
    height: 60vh;
  }

  .quick-stacks {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-nav {
    width: 100%;
  }

  .flag-container {
    flex-flow: wrap;
    width: 488px;
  }

  .flags {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-links-text.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .inhalts.effect._70vh-min, .inhalts.effect._100 {
    min-height: auto;
  }

  .relative-100 {
    width: 80%;
    height: 55vh;
  }

  .paragraph-links-bottom.flie-text {
    font-size: 16px;
  }

  ._2er-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .div-block-wurfplanungen {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .html-embed {
    margin-top: 10px;
  }

  ._2er-grids.mit-abstand {
    grid-column-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .quick-stack-4 {
    width: 100%;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .jotform-wrapper, .jotform {
    overflow: visible;
  }

  .navbar-block {
    height: auto;
  }

  .maps-2 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .maps-2.fest {
    height: 400px;
  }

  .div-block-169.rel {
    position: static;
  }

  .image {
    height: 15vh;
  }

  .quick-stack-10 {
    padding: 0;
  }

  .lightbox-link-6.submit-button {
    width: 60%;
  }

  .image-100 {
    height: 100%;
  }

  .image-wrapper-60vh {
    height: 50vh;
  }

  .grid-left-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .grid-left-text.invert {
    flex-flow: column-reverse wrap;
    width: 100%;
    margin-top: 0;
  }

  .section-bild-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-bild-bg.zweitfarbe, .section-bild-bg.zweitfarbe-2 {
    padding: 60px;
  }

  .slide-2, .mask {
    width: 100%;
    height: 100%;
  }

  .review.zweitfarbe {
    justify-content: space-between;
    align-items: center;
  }

  .image-review {
    height: 100%;
  }

  .image-review.up-20 {
    object-position: 50% 30%;
  }

  .image-review.to-top {
    object-position: 50% 85%;
  }

  .image-review.to-top.adj2 {
    object-position: 50% 25%;
  }

  .image-review.to-top.adj2.adj22 {
    object-position: 50% 50%;
  }

  .image-review.to-top.adj3 {
    object-position: 50% 70%;
  }

  .slider-101 {
    height: 30vh;
  }

  .lightbox-link-7 {
    height: 55vh;
  }

  .titelvideo.heading-1 {
    font-size: 30px;
  }

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

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .banner-text {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.flie-text.transp {
    margin-top: 0;
  }

  .section-relative {
    height: 55vh;
  }

  .titelheading.heading-1 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .sections {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections.zweitfarbe, .sections.zweitfarbe-2 {
    padding: 40px;
  }

  .heading.links.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading.heading-1 {
    line-height: 1.3;
  }

  .heading.heading-1.smaller {
    font-size: 30px;
  }

  .paragraph.flie-text {
    font-size: 14px;
  }

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .div-block-team.zweitfarbe {
    flex-flow: column;
    display: flex;
  }

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

  .paragraph-links.flie-text {
    font-size: 14px;
  }

  ._2er-grid {
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .relative {
    width: 80%;
    height: auto;
  }

  .relative._50 {
    height: auto;
  }

  .relative._1005 {
    width: 100%;
    height: auto;
  }

  .inhalt-rechts {
    margin-left: 0;
  }

  .inhalt-rechts.yop {
    margin-top: 20px;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    display: flex;
  }

  ._3er-grid.mit-abstand {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  ._3er-grid.top-kmargin {
    margin-top: 20px;
  }

  .images {
    height: 45vh;
    margin-bottom: 20px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .footer.hauptfarbe {
    padding-top: 40px;
    font-size: 14px;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-image {
    height: 35vh;
  }

  .impdat {
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success.heading-2 {
    font-size: 25px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .contact-form.zweitfarbe-2 {
    padding: 10px;
  }

  .relative-round, .relative-round.rev {
    height: auto;
  }

  .relative-round._100 {
    height: 60vh;
  }

  .no-overflow-mitting.zweitfarbe, .no-overflow-mitting.zweitfarbe-2 {
    padding: 40px;
  }

  .grid-2er {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .grid-2er.invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .youtube-video, .lightbox-links {
    height: 45vh;
  }

  .quick-stacks {
    width: 100%;
  }

  .image-flags {
    width: 25px;
  }

  .flag-container {
    width: 100%;
    margin-top: 10px;
  }

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

  .paragraph-links-text.flie-text.non-justify.smaller {
    margin-bottom: 0;
  }

  .relative-100 {
    height: auto;
  }

  .paragraph-links-bottom.flie-text {
    font-size: 14px;
  }

  ._2er-grid-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .buttons.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .hover-effect {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-wurfplanungen {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-wurf {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-wurf.wei {
    text-align: center;
    margin-top: 0;
  }

  .html-embed {
    font-size: 15px;
    display: flex;
  }

  ._2er-grids {
    grid-template-columns: 1fr 1fr;
  }

  ._2er-grids.mit-abstand {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .text-block-1.heading-3 {
    font-size: 20px;
  }

  .quick-stack-6 {
    padding: 0;
  }

  .maps-2.fest {
    height: 350px;
  }

  .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
    display: none;
  }

  .link-block {
    height: 50vh;
  }

  .link-block._80vh.auto {
    height: auto;
  }

  .image {
    height: 15vh;
  }

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

  .cell-13 {
    align-items: center;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-2 {
    height: 35vh;
  }

  .quick-stack-10 {
    padding: 0;
  }

  .image-3.auto {
    height: auto;
  }

  .grid-left-text {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .grid-left-text.invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-bild-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bild-bg.zweitfarbe, .section-bild-bg.zweitfarbe-2 {
    padding: 40px;
  }

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

  .image-review.to-top.adj2 {
    object-position: 50% 0%;
  }

  .slider-101 {
    height: 100%;
  }

  .lightbox-link-7 {
    height: auto;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .paragraph-mitting {
    padding-bottom: 40px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nav-link.flie-text {
    font-size: 14px;
  }

  .banner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button.flie-text.transp {
    font-size: 14px;
  }

  .background-video {
    min-height: 300px;
  }

  .section-relative {
    height: 50vh;
  }

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

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

  .text-block.heading-3.farbe-der-headings {
    font-size: 15px;
    line-height: 20px;
  }

  .sections.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections.zweitfarbe-2 {
    padding: 40px 20px;
  }

  .heading.links.heading-1 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading.heading-1.smaller {
    font-size: 20px;
  }

  .paragraph.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  ._4er-grid {
    width: 100%;
  }

  .div-block-team {
    padding: 20px;
  }

  .paragraph-links, .paragraph-links.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  ._2er-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: stretch;
  }

  .relative {
    width: 100%;
    height: 35vh;
  }

  .relative._50 {
    width: 80%;
  }

  ._3er-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .images {
    height: 35vh;
  }

  .div-block-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-image {
    object-position: 30% 50%;
    height: auto;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-success.heading-2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .impdat-3 {
    padding: 40px 10px;
  }

  .impdat-3.flie-text {
    min-height: auto;
  }

  .relative-round {
    width: 100%;
    height: 300px;
  }

  .relative-round.rev {
    width: 100%;
  }

  .relative-round._100 {
    height: 50vh;
  }

  .no-overflow-mitting.zweitfarbe {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-overflow-mitting.zweitfarbe-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .social-icon {
    height: 28px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .code-embed {
    height: 30vh;
  }

  .quick-stack {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .youtube-video {
    height: 35vh;
  }

  .lightbox-link {
    height: 45vh;
  }

  .nav-links.flie-text {
    line-height: 19px;
  }

  .lightbox-linkss {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-100-contain-absolute {
    aspect-ratio: auto;
  }

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

  .flag-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .small-headings.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .paragraph-links-text {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-links-text.flie-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-links-text.flie-text.non-justify.smaller {
    font-size: 12px;
  }

  .relative-100 {
    width: 100%;
    height: 35vh;
  }

  .paragraph-links-bottom, .paragraph-links-bottom.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .buttons.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-wurf {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-wurf.wei {
    margin-bottom: 10px;
  }

  .html-embed {
    margin-top: 0;
    font-size: 14px;
  }

  ._2er-grids {
    grid-template-columns: 1fr;
  }

  .text-block-1.heading-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .quick-stack-3, .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .iconn {
    margin-left: 10px;
    font-size: 25px;
  }

  .icon2 {
    margin-right: 10px;
    font-size: 25px;
  }

  .quick-stack-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-6 {
    padding: 0;
  }

  .link-block {
    height: 40vh;
  }

  .image {
    height: 11vh;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-2 {
    height: 25vh;
  }

  .quick-stack-10 {
    padding: 0;
  }

  .lightbox-link-6.submit-button {
    width: 80%;
  }

  .image-3 {
    height: 100%;
  }

  .image-wrapper-60vh {
    height: 40vh;
  }

  .section-bild-bg.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bild-bg.zweitfarbe-2 {
    padding: 40px 20px;
  }

  .heading-mitig-small.heading-2 {
    font-size: 18px;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .titelvideo.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-54.flie-text {
    font-size: 14px;
  }

  .paragraph-mitting.flie-text {
    font-size: 12px;
  }
}

#w-node-f29a524f-9e2a-6933-b1b0-e25d46f05fee-321e4914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_364e8302-3dcc-bebb-4b40-d1aeb6f7bc04-321e4914, #w-node-_5c05e618-896c-8b90-3364-41f9a3d772fe-321e4914 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-ee7525f2-5115-d4b0-f5b5-2daa404559c2-321e4947 {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-_371326ca-1654-076c-1bbc-81b75bae6006-321e4947 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_09a4a8ba-9299-480a-977f-a0836bbc0021-d7f75646 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b390993-140b-7ae3-28d9-3be47a73211b-d7f75646 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_34e79f6f-2323-f026-b69f-0d895828fb8e-d7f75646, #w-node-_12ce20da-ca98-c707-b3bb-70c178aed03a-d7f75646 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_06e02900-dcda-4256-6b97-85870266842b-d7f75646 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_910cd2b4-f732-05e7-f4f7-6f4465603c39-fd7ed3aa, #w-node-_32df3437-20a5-b66f-29a3-763ece94c422-fd7ed3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1e34caa-ceee-dd7f-f73a-f4a8265712f6-80a11ea3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-dd93b594, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-5159c218, #w-node-e42ce47b-3de0-09b1-8214-6cc95ca059b4-5159c218, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-01211c7b, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-63f9918c, #w-node-e3f257b4-540c-8ba2-24a6-af84233904b5-5d45d781, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-898b26d3, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-7ea0782c, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-29cf466f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_674fafa2-9c71-198d-ba38-a408a17e7779-2cb689d7 {
  grid-area: 19 / 2 / 20 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9502211e-8d1b-23af-bea3-2bfbac711c6c-185b6d89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_371326ca-1654-076c-1bbc-81b75bae6006-321e4947 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4c532c0c-51be-8b20-ca39-7a337119068f-321e4947 {
    grid-column: span 2 / span 2;
  }

  #w-node-_86c6379c-08ac-9085-825a-d360461b3bc8-321e495b {
    grid-column: span 1 / span 1;
  }

  #w-node-_9b390993-140b-7ae3-28d9-3be47a73211b-d7f75646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_34e79f6f-2323-f026-b69f-0d895828fb8e-d7f75646, #w-node-_12ce20da-ca98-c707-b3bb-70c178aed03a-d7f75646 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_06e02900-dcda-4256-6b97-85870266842b-d7f75646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_910cd2b4-f732-05e7-f4f7-6f4465603c39-fd7ed3aa, #w-node-_32df3437-20a5-b66f-29a3-763ece94c422-fd7ed3aa, #w-node-c1e34caa-ceee-dd7f-f73a-f4a8265712f6-80a11ea3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_371326ca-1654-076c-1bbc-81b75bae6006-321e4947 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c532c0c-51be-8b20-ca39-7a337119068f-321e4947 {
    grid-column: span 1 / span 1;
  }

  #w-node-_09a4a8ba-9299-480a-977f-a0836bbc0021-d7f75646 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_38e1ed45-1e44-3d53-b749-44c55ce5dc46-d7f75646 {
    order: 9999;
  }

  #w-node-_25b0efb3-fcc8-c01f-ab03-d74d6aa702c0-d7f75646 {
    order: 0;
  }

  #w-node-_34e79f6f-2323-f026-b69f-0d895828fb8e-d7f75646, #w-node-_12ce20da-ca98-c707-b3bb-70c178aed03a-d7f75646 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06e02900-dcda-4256-6b97-85870266842b-d7f75646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-dd93b594, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-5159c218, #w-node-e42ce47b-3de0-09b1-8214-6cc95ca059b4-5159c218, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-01211c7b, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-63f9918c, #w-node-e3f257b4-540c-8ba2-24a6-af84233904b5-5d45d781, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-898b26d3, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-7ea0782c, #w-node-f711f429-5b3c-1421-ff8c-57da1b2701fc-29cf466f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06e02900-dcda-4256-6b97-85870266842b-d7f75646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


