:root {
  --black: black;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--primary600: #ec6726;
  --untitled-ui--white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary100: #f4ebff;
}

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

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

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

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

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

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

p {
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: #ff4d19;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.container {
  background-color: #0000;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.team {
  margin-top: 20px;
  margin-bottom: 0;
}

.section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.hero {
  height: 100vh;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.section.news {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.news.neu {
  margin-top: 0;
  margin-bottom: 40px;
}

.section.team {
  padding-bottom: 0;
}

.h1-style {
  font-family: Zilla Slab, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 95px;
}

.h1-style.black {
  color: #000;
  text-align: right;
  margin-bottom: 24px;
}

.h1-style.black.linksb-ndig {
  text-align: left;
}

.h1-style.black.team {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-style.black.tea {
  margin-top: 10px;
  margin-bottom: 20px;
}

.caption {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.caption.black {
  color: #000;
}

.black {
  color: #000;
  font-family: Zilla Slab, sans-serif;
}

.button {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #ff4d19;
  border-radius: 5px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 15px 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.link {
  color: #ff4d19;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.max600px {
  max-width: 600px;
}

.bildbackround {
  z-index: 1;
  aspect-ratio: auto;
  opacity: .88;
  background-image: url('../images/Start-Website.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navi {
  z-index: 99;
  background-color: #fff;
  height: 70px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0% auto auto;
  overflow: visible;
}

.navi-wrapper {
  justify-content: space-between;
  display: flex;
}

.image {
  max-width: 100%;
  height: 27px;
}

.link-block {
  height: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navi-links {
  color: #000;
  margin-left: 50px;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navi-links.w--current {
  font-weight: 400;
}

.navi-links.kontakt {
  color: #ff4d19;
  font-weight: 600;
}

.navi-links.kontakt.w--current {
  color: #ec6726;
  font-weight: 600;
}

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

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

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

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

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

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

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-3 {
  vertical-align: middle;
  height: 30px;
  margin-top: 10px;
}

.image-4 {
  width: 350px;
  height: 550px;
  padding-right: 0;
}

.image-5 {
  width: 350px;
  height: 550px;
  padding-left: 0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.div-block.bildprojekt {
  background-image: url('../images/2.jpg');
  background-size: cover;
  height: 600px;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}

.div-block.bildprojekt._2 {
  background-image: url('../images/5.jpg');
}

.div-block.bildprojekt._3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: 850px 650px;
}

.div-block.bildprojekt.neu {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/44.jpg');
  background-position: 50%;
  background-size: contain;
  background-clip: border-box;
  height: 600px;
}

.div-block.bildprojekt.neu.projekt2._1 {
  object-fit: fill;
  background-image: url('../images/2.jpeg');
  background-size: 600px 700px;
  overflow: hidden;
}

.div-block.bildprojekt.projekt1 {
  background-image: url('../images/3.webp');
}

.div-block.bildprojekt.projekt1._2 {
  background-image: url('../images/2.webp');
}

.div-block.bildprojekt.projekt1._4 {
  background-image: url('../images/5.webp');
}

.div-block.bildprojekt.projekt3._1 {
  background-image: url('../images/44.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block.bildprojekt.projekt3._2 {
  background-image: url('../images/55.jpg');
}

.div-block.bildprojekt.projekt3._4 {
  background-image: url('../images/66.jpg');
  background-position: 50% 100%;
}

.div-block.bildprojekt.projekt4._1 {
  background-image: url('../images/444.jpg');
  background-position: 50%;
}

.div-block.bildprojekt.projekt4._2 {
  background-image: url('../images/222.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block.bildprojekt.projekt4._3 {
  background-image: url('../images/555.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block.bildprojekt.projekt5._1 {
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
}

.div-block.bildprojekt.projekt5._2 {
  background-image: url('../images/8.jpg');
  background-position: 50% 100%;
}

.div-block.bildprojekt.projekt5._3 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-size: contain;
}

.div-block.bildprojekt.projekt6._1 {
  background-image: url('../images/3_2.jpg');
  background-position: 50% 100%;
}

.div-block.bildprojekt.projekt6._2 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
}

.div-block.bildprojekt.projekt6._4 {
  background-image: url('../images/6_2.jpg');
  background-position: 50%;
}

.bildwrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
  display: flex;
}

.bildwrapper.news, .bildwrapper.text {
  margin-bottom: 0;
}

.bildwrapper.projekte {
  margin-bottom: 40px;
}

.bild-hidden {
  z-index: 1;
  box-sizing: border-box;
  opacity: 1;
  object-fit: cover;
  width: 350px;
  height: 550px;
  position: absolute;
  inset: 0%;
}

.text-block {
  width: 300px;
}

.text-block.noto {
  color: #000;
  height: 110px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-block.noto.news {
  width: 350px;
  height: auto;
  padding-top: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-block.caption {
  color: #000;
  margin-bottom: 30px;
  font-family: Zilla Slab, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-2, .text-block-3 {
  width: 300px;
}

.heading {
  opacity: 1;
  color: #000;
  width: 350px;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.heading.hidden {
  z-index: 2;
  opacity: 0;
  pointer-events: auto;
  height: 550px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 400;
  display: block;
  position: absolute;
}

.heading.projekte {
  width: 800px;
  font-size: 40px;
  line-height: 40px;
}

.heading.subb {
  margin-bottom: 1.5rem;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f2e6da;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #000;
  margin-left: 24px;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 0;
  display: flex;
}

.link-2 {
  margin-left: 35px;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
}

.newsbild {
  width: 350px;
  height: 350px;
}

.image-7 {
  display: block;
}

.img_backround {
  background-image: url('../images/Icon-Coral-ol.png');
  background-position: 50%;
  background-size: cover;
  width: 71vh;
  height: 90vh;
  position: absolute;
  inset: 1% -22% 0% auto;
}

.container-6 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.image-8 {
  object-fit: cover;
  height: 80vh;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: blur();
  background-image: url('../images/icons8-double-down-50-Kopie.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: auto 0% 0% 47.5%;
  transform: translate(0);
}

.div-block-hidden {
  width: 350px;
  max-width: 100%;
  height: 550px;
  position: relative;
}

.text-block-4 {
  z-index: 2;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
}

.link-block-2 {
  z-index: 10;
  position: absolute;
  inset: 44% 11% 46% 13%;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--black);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding-top: 4px;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 20px;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui--gray50);
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary600);
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary600);
  outline-offset: 0px;
  color: var(--untitled-ui--gray50);
  border-radius: 100%;
  outline: 3px #f9fafb;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-top: 0;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-text-size-medium {
  color: var(--black);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small {
  color: var(--black);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-text-rich-text {
  color: var(--black);
  font-family: Zilla Slab, sans-serif;
  font-weight: 600;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost02_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-text-divider {
  color: var(--black);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-breadcrumb-link {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_background {
  z-index: -1;
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.uui-blogpost02_background.projekt1 {
  background-image: url('../images/1.png');
}

.uui-blogpost02_background.projekt2 {
  background-image: url('../images/1.jpg');
  height: 80vh;
}

.uui-blogpost02_background.projekt3 {
  height: 80vh;
}

.uui-blogpost02_background.projekt4 {
  background-image: url('../images/333.jpg');
  height: 80vh;
}

.uui-blogpost02_background.projekt5 {
  background-image: url('../images/1_1.jpg');
  height: 80vh;
}

.uui-blogpost02_background.projekt6 {
  background-image: url('../images/5_2.jpg');
  background-position: 50% 100%;
  height: 80vh;
}

.uui-blogpost02_header {
  margin-bottom: 4rem;
  position: relative;
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

.uui-blogpost02_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-blogpost02_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.uui-blogpost02_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.paragraph {
  font-family: Zilla Slab, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
}

.div-block-3 {
  background-image: url('../images/5.webp');
  background-position: 0 0;
  background-size: auto;
}

.text-block-6 {
  margin-bottom: 40px;
}

.link-block-3 {
  width: 350px;
  height: 85px;
}

.text-block-7 {
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.div-block-4 {
  z-index: 20;
  background-image: url('../images/icons8-double-down-50-Kopie.png');
  background-position: 0 0;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: auto 0% 1% 48%;
}

.link-block-4 {
  z-index: 21;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: auto 0% 1% 48%;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .team-slider, .team-slider-2 {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

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

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .uui-blogpost02_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom, .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_8893828b-d32a-25a0-1907-851a923009b4-54b24e13, #w-node-_8893828b-d32a-25a0-1907-851a923009be-54b24e13, #w-node-_8893828b-d32a-25a0-1907-851a923009c8-54b24e13 {
  align-self: start;
}

#w-node-_6ee928a4-0cdb-c369-e59c-ea91445f47bc-42e0c5d6, #w-node-_6ee928a4-0cdb-c369-e59c-ea91445f47be-42e0c5d6, #w-node-_6ee928a4-0cdb-c369-e59c-ea91445f47c0-42e0c5d6, #w-node-_6ee928a4-0cdb-c369-e59c-ea91445f47c2-42e0c5d6, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-a699e3e2, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-a699e3e2, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-a699e3e2, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-a699e3e2, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-46dd8c9f, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-46dd8c9f, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-46dd8c9f, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-46dd8c9f, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-ea41eb3b, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-ea41eb3b, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-ea41eb3b, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-ea41eb3b, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-f5c71c4c, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-f5c71c4c, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-f5c71c4c, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-f5c71c4c, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-1ec0eb46, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-1ec0eb46, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-1ec0eb46, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-1ec0eb46, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfb-c7e98221, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcfd-c7e98221, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bcff-c7e98221, #w-node-_058ebc8f-868a-8b85-72e5-f00b2f68bd01-c7e98221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


