:root {
  --black: black;
  --white: white;
  --yellow-green: #c3d216;
  --grey: #919287;
  --gainsboro: white;
  --crimson: #d1164b;
}

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

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

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

a {
  color: rgba(255, 255, 255, 0);
}

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

.heading {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 140px;
}

.container {
  height: 100vh;
}

.div-block {
  height: 60%;
  min-height: 60%;
  background-color: #252424;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image {
  width: 200px;
  height: 200px;
  border-radius: 30px;
  margin-bottom: 100px;
}

.grid-2 {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  width: 100%;
  justify-content: center;
  display: flex;
}

.img_name-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-company {
  color: #fdfdfd;
  margin-top: 20px;
  font-family: Publicsans, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.txt-name {
  color: #fdfdfd;
  margin-top: 20px;
  font-family: Publicsans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.section {
  height: 100vh;
  background-color: var(--white);
  margin-top: 100px;
}

.sec-hero-home {
  width: 100vw;
  height: auto;
  background-color: var(--white);
  object-fit: fill;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  position: static;
}

.hero-cont {
  height: auto;
  max-width: 100vw;
  background-color: #4bb85b;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 10em;
}

.img---itc-logo {
  z-index: 100;
  width: 7em;
  flex: 0 auto;
  align-self: auto;
  margin-top: 2em;
  margin-left: 4.8em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-20deg);
}

.image-3 {
  height: auto;
  margin-top: 0;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.green {
  color: var(--yellow-green);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 800;
}

.fliesstext {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.fliesstext.green {
  color: var(--grey);
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 40px;
}

.container-3 {
  max-width: 70%;
  object-fit: scale-down;
}

.div----infos {
  width: 90%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.vorname-name {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.1px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 200;
}

.vorname-name.green {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 40px;
}

.grid-3 {
  width: 100vw;
  height: 120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  width: auto;
  height: auto;
  max-width: none;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.image-5 {
  width: 100vw;
}

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

.kontakt-button-textblock {
  color: var(--grey);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-link {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.link-block-contact {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 50vw;
  max-width: 60%;
  border-radius: 0%;
  padding-top: 49px;
}

.grid-div {
  width: 100vw;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.grid-4 {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff9f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-7 {
  width: 50px;
  height: 50px;
}

.text-block-3 {
  color: #fff;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.icon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.icon-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.img-email {
  width: 100px;
  height: 50px;
}

.email-linkblock {
  border-right: 1px solid var(--white);
  border-left: 1px solid #fff;
}

.ort-linkblock, .tel-linkblock {
  width: 100%;
}

.firma {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.firma.green {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 40px;
}

.map-sec {
  width: 100vw;
  height: 100vh;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.map-cont, .map-cont-copy, .container-4 {
  width: 100%;
  height: 100vh;
  max-width: 100%;
}

.map-cont-mobile {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  display: none;
}

.html-embed-mobile {
  width: 100%;
  height: 100%;
}

.kontakt-button-textblock-left {
  color: var(--grey);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.link, .link-copy {
  color: #127252;
}

@media screen and (max-width: 991px) {
  .sec-hero-home {
    background-image: none;
  }

  .hero-cont {
    height: auto;
  }

  .image-3 {
    margin-top: 0;
  }

  .heading-2.green {
    font-size: 4em;
  }

  .fliesstext.green {
    font-size: 1.5em;
    line-height: 34px;
  }

  .div-block-3 {
    width: 100%;
  }

  .container-3 {
    max-width: 80%;
    padding-left: 10px;
  }

  .vorname-name.green {
    font-size: 1.5em;
    line-height: 34px;
  }

  .image-5 {
    object-fit: cover;
  }

  .image-6 {
    width: 60vw;
    border-radius: 100%;
  }

  .firma.green {
    font-size: 1.5em;
    line-height: 34px;
  }

  .html-embed, .html-embed-mobile {
    width: auto;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-cont {
    height: auto;
    align-items: center;
    display: flex;
  }

  .img---itc-logo {
    margin-left: 1.6em;
  }

  .heading-2.green {
    font-size: 3rem;
  }

  .fliesstext.green {
    font-size: 1.2em;
    line-height: 26px;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .container-3 {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div----infos {
    width: 100%;
  }

  .vorname-name {
    color: var(--gainsboro);
  }

  .vorname-name.green {
    font-size: 1.2em;
    line-height: 26px;
  }

  .grid-3 {
    justify-items: center;
  }

  .div-block-4 {
    align-items: center;
    margin-top: 0%;
  }

  .image-6 {
    width: 70vw;
    max-width: 80vw;
    border-radius: 0%;
    padding-top: 60px;
  }

  .grid-div {
    padding-top: 40px;
  }

  .image-7 {
    width: 40px;
  }

  .icon-text {
    font-size: 1.2em;
  }

  .img-email {
    width: 40px;
  }

  .firma {
    color: var(--gainsboro);
  }

  .firma.green {
    font-size: 1.2em;
    line-height: 26px;
  }

  .map-cont {
    display: none;
  }

  .map-cont-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-cont {
    height: auto;
  }

  .img---itc-logo {
    width: 5em;
    margin-top: .8em;
  }

  .heading-2.green {
    margin-top: 0;
    font-size: 2.5ch;
  }

  .fliesstext {
    font-size: 1.6em;
  }

  .fliesstext.green {
    max-width: 100%;
    margin-top: 40px;
    padding-top: 0;
    font-size: 1em;
    line-height: 24px;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .div----infos {
    width: 100%;
  }

  .vorname-name {
    color: #d8d8d6;
    font-size: 1.6em;
    line-height: 34px;
  }

  .vorname-name.green {
    padding-top: 0;
    font-size: 1em;
    line-height: 24px;
  }

  .grid-3 {
    margin-left: 0;
  }

  .image-5 {
    width: 100vw;
    object-fit: scale-down;
  }

  .kontakt-button-textblock {
    font-size: 1em;
  }

  .image-6 {
    width: 90vw;
    max-width: 90vw;
  }

  .firma {
    color: #d8d8d6;
    letter-spacing: 6px;
    padding-top: 10px;
    font-size: 1em;
    line-height: 24px;
  }

  .firma.green {
    padding-top: 0;
    font-size: 1em;
    line-height: 24px;
  }

  .kontakt-button-textblock-left {
    font-size: 1em;
  }
}

#w-node-_0cd842da-ae81-419c-f725-ea1e1b8edf17-4435ea34 {
  align-self: stretch;
  justify-self: start;
}

#w-node-_430b26f4-e803-e8f7-b60b-687b21e96eed-4435ea34, #w-node-c90355ca-4c56-f37a-818b-46836de5ec92-4435ea34 {
  justify-self: start;
}

#w-node-_5934b5f9-099c-c878-b0f6-d46399ddd184-723763f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fcd176dc-18fa-c6e5-115f-0998e0f60f0c-723763f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_19625090-dc22-9199-93d3-50f60cbef7c5-723763f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraBold.ttf') format('truetype'), url('../fonts/PublicSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BoldItalic.ttf') format('truetype'), url('../fonts/PublicSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}