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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.button-1.tab {
  background-color: #5b5b5b;
  border-radius: 5px;
  margin: 10px 8px;
  padding: 10px;
  line-height: 20px;
}

.button-1.tab:hover {
  background-color: #2e80b6;
}

.button-1.tab.w--current {
  background-color: #00000080;
  margin-top: 10px;
  font-size: 16px;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

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

.navigation-bar {
  background-color: #fff;
  position: sticky;
  overflow: visible;
}

.navigation-menu {
  color: #000;
  margin-top: 9px;
  padding-top: 0;
  display: inline-flex;
  position: absolute;
}

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

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

.section {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 5%;
  position: static;
}

.section.accent {
  background-color: #000;
  background-image: linear-gradient(#adadad 100%, #e7e7e7);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 9px;
}

.section.accent.new-section {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.white-box {
  text-align: center;
  background-color: #b9b9b9;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: inline-flex;
}

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

.hero-section.centered {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-bottom: 4px #151831;
  border-radius: 0;
  width: 100vw;
  height: 100vw;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: static;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 125px;
  padding-left: 187px;
  padding-right: 187px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.hollow-button.all-caps {
  z-index: 3;
  background-color: var(--silver);
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.hollow-button.all-caps.w--current {
  color: #000;
}

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

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding: 0 89px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #000;
  padding-top: 87px;
}

.section-heading.centered.white.new {
  color: #fff;
  text-transform: none;
  padding-top: 59px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
}

.section-heading.centered.new-one {
  margin-top: 37px;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4%;
  padding-bottom: 5%;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.section-subheading.center.off-white {
  color: #080000;
  margin-top: 30px;
  margin-bottom: 46px;
  padding-bottom: 0;
}

.section-title-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 50vw;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  display: inline-flex;
  position: relative;
}

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

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

.footer {
  background-color: #fff;
  margin-bottom: 34px;
  padding-top: 0%;
  padding-bottom: 6%;
}

.footer.center {
  text-align: center;
  background-color: #a69b9b;
  border-top: 1px solid #dbdbdb;
  padding: 1% 208px;
}

.footer-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #9e9e9e;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  display: inline-flex;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  margin-right: 9px;
  padding-right: 0;
}

.footer-link {
  color: #000;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  text-align: left;
  margin-left: 0;
}

.tab-menu {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #6a859c;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 3%;
  display: block;
}

.tabs-wrapper {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
}

.fullwidth-image {
  border-radius: 20px;
  width: 50%;
  margin-top: 33px;
  margin-bottom: 20px;
  padding: 0;
}

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

.form {
  margin-top: 40px;
}

.spc {
  flex-flow: column;
  display: flex;
}

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

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

.div-block {
  color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.italic-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-style: normal;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 97px;
  display: grid;
}

.columns {
  background-color: #fff0;
}

.heading, .paragraph, .heading-2, .paragraph-2, .heading-3, .paragraph-3 {
  color: #fff;
}

.paragraph-4, .paragraph-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.tabs-content {
  border-radius: 20px;
}

.div-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.tabs-content-2 {
  margin-bottom: 0;
  padding: 0;
}

.container {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.paragraph-6, .paragraph-7 {
  color: #fff;
}

.heading-4 {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 70vw;
  padding-bottom: 0%;
  display: inline-flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 70vw;
  padding-bottom: 0%;
  display: inline-flex;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 70vw;
  padding-bottom: 0%;
  display: inline-flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 70vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0%;
  display: inline-flex;
  overflow: visible;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 20vw;
  padding-bottom: 2%;
  display: inline-flex;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.logo {
  border-radius: 5px;
  width: 15vw;
  max-width: 15vw;
  height: auto;
}

.slide {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-test-scroll-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/hubble-ic3225-potw2443a.jpg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 455px;
  display: inline-flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: url('../images/hubble-ic3225-potw2443a.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: inline-flex;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
}

.image-2, .image-3 {
  border-radius: 20px;
  width: 50%;
}

.container-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-4 {
  border-radius: 20px;
  width: 50%;
}

.container-5 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-5 {
  border-radius: 20px;
  width: 50%;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-6 {
  width: 30%;
}

.image-7 {
  display: block;
}

.image-8 {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: block;
}

.imagewrapper {
  margin-top: 67px;
  position: relative;
  inset: 0%;
}

.image-9 {
  position: absolute;
}

.image-10 {
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.image-11, .image-12 {
  position: relative;
  overflow: visible;
}

.image-13 {
  position: relative;
}

.section-2 {
  position: absolute;
}

.heading-5 {
  color: #676770;
}

.div-block-21 {
  position: absolute;
}

.background-images {
  z-index: 1;
  position: absolute;
}

.overlay-images {
  z-index: 2;
  position: absolute;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  position: relative;
  inset: 0%;
}

.div-block-22 {
  width: 50%;
  height: 50px;
  margin: 0;
  position: absolute;
}

.image-19 {
  width: 25%;
  margin-bottom: 26px;
  position: static;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-23 {
  position: static;
  inset: 53% auto auto 50%;
}

.paragraph-8 {
  padding-left: 50px;
  padding-right: 50px;
}

.tabs-content-3 {
  border-radius: 20px;
}

.section-4 {
  text-align: center;
  background-color: #fff;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 0% 5%;
  position: relative;
}

.fullwidth-image-2 {
  border-radius: 20px;
  width: 50%;
  margin-bottom: 20px;
  padding: 0;
}

.paragraph-9 {
  padding-left: 50px;
  padding-right: 50px;
}

.image-wrapper {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.meer-hintergrund-1 {
  z-index: 1;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.meer-hintergrund-1.hinten {
  object-fit: fill;
  position: absolute;
}

.stra-e-wald-hintergrund-2, .blatt-hintergrund-3, .eisscholle-hintergrund-4 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blatt-ordergrund-1, .kirsch-baum-vordergrund-3, .bl-tter-vordergrund-4, .sterne-vordergrund-2 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.stacked-images-container {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  position: relative;
  top: 0%;
  left: 0%;
  overflow: visible;
}

.galaxien-vordergrund-5, .vnacht-sterne-ordergrund-6, .pflanzen-vordergrund-7 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nahht-sterne-intergrund-5 {
  z-index: 19;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.kirschbaum-hintergrund-6 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sternenhimmel-hintergrund-7 {
  z-index: 18;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.baum-hintergrund-8 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sterne-hintergrund-9 {
  z-index: 17;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.galaxien-hintergrund-10 {
  z-index: 16;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blhttir-ntergrund-11 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nebel-hintergrund-12 {
  z-index: 15;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pflanzen-hintergrund-13 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wolken-hintergrund-14 {
  z-index: 20;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.galaxie-3-hintergrund-15 {
  z-index: 14;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.strand-hintergrund-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blume-gelb-hintergrund-17 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pflanze-hand-hintergrund-18, .vulkan-hintergrund-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nebel-2-hintergrund-20 {
  z-index: 19;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.schmetterling-hintergrund-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sternenhimmel-vordergrund-8, .galaxie-2-vordergrund-9, .meer-vordergrund-10, .stra-e-wald-vordergrund-11, .strand-vordergrund-12, .vulkan-vordergrund-13, .eisscholle-vordergrund-14, .wolken-vordergrund-15, .sterne-vordergrund-16, .nebel-vordergrund-17, .pflanze-hand-vordergrund-18, .galaxie-3-vordergrund-19, .bvome-gerb-dergrund-20 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.schmetterling-vordergrund-21 {
  z-index: 25;
  word-break: normal;
  object-fit: cover;
  border: 0 solid #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-menu {
  position: relative;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button-container {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 800px;
  padding-left: 0;
  display: flex;
}

.animation-stop-div {
  width: 31%;
  height: 41%;
  margin-top: 221px;
  margin-left: 342px;
  position: absolute;
}

.heading-6 {
  margin-bottom: 0;
}

.footer-links {
  color: #fff;
  text-decoration: none;
}

.heading-7 {
  padding-top: 88px;
}

.container-8 {
  border: 0 solid #000;
  margin-top: 6px;
  position: relative;
}

.navbar {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 18px;
  display: flex;
}

.navbar.new {
  position: relative;
}

.navbar.new-style {
  border: 1px solid #000;
}

.nav-menu-2 {
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.link {
  color: #000;
}

.navbar-2 {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: static;
}

.body {
  background-color: #fff;
  margin-left: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

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

.nav-link, .nav-link.w--current, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.navbar-3 {
  background-color: #ddd0;
  margin-left: 5%;
  position: absolute;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-6 {
  padding: 5%;
}

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

.div-block-25 {
  background-image: url('../images/from-neurons2networks-1024x734.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 60vw;
  height: 40vh;
}

.div-block-26 {
  background-image: url('../images/46e2f8ba-8869-4a3f-ad94-c39d4cb23d10.jpeg.avif');
  background-position: 0 0;
  background-size: cover;
  width: 60vw;
  height: 40vh;
}

.container-12 {
  padding-bottom: 28px;
}

.section-7 {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-2 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 34px;
  padding: 15px 148px;
}

.text-block {
  color: #fff;
  text-transform: none;
}

.text-block-2 {
  color: #fff;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  padding-top: 33px;
  display: flex;
}

.section-vision {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-9 {
  text-transform: none;
}

.bottun-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #000;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
  display: inline-flex;
}

.text-block-3 {
  color: #676770;
  font-weight: 300;
}

.heading-10 {
  padding-top: 25px;
  padding-bottom: 35px;
}

.button-3 {
  background-color: var(--black);
  border-radius: 20px;
}

.nav-link-4, .nav-link-4.w--current {
  color: #000;
}

.nav-link-5 {
  color: #2f5473;
}

.nav-link-5.w--current {
  color: #000;
}

.noisy {
  color: var(--black);
}

.container-13 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-28 {
  padding-left: 465px;
  padding-right: 465px;
}

.italic-text-2 {
  text-transform: none;
  font-style: normal;
}

.nav-link-6 {
  color: var(--black);
}

.nav-link-7 {
  color: #212325;
}

.nav-link-7.w--current, .nav-link-8, .nav-link-8.w--current {
  color: #000;
}

.italic-text-3 {
  font-style: normal;
}

.container-14, .container-15 {
  align-items: center;
  display: flex;
}

.container-16 {
  display: flex;
}

.tab-pane-tab-3, .tab-pane-tab-4 {
  padding-bottom: 0%;
}

.tab-pane-tab-5 {
  width: auto;
  padding-bottom: 0%;
}

.tab-pane-tab-6 {
  padding-bottom: 0%;
}

.new {
  color: #000;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  display: inline-flex;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 20vw;
  display: inline-flex;
}

.image-21 {
  border-radius: 20px;
}

.slide-2 {
  width: auto;
  max-width: none;
}

.slider {
  width: 35vw;
  max-width: 35vw;
  display: inline-block;
}

.slider-2 {
  border-radius: 20px;
  width: 50vw;
  max-width: 50vw;
  display: inline-block;
}

.slide-3 {
  background-image: url('../images/piano-keys_3840x2400_xtrafondos.com.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
}

.slide-4 {
  background-image: url('../images/214597619.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-5 {
  background-image: url('../images/16592367-farbpalette-set-design-vorlage-mehrfarbig-kostenlos-vektor.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-6 {
  background-image: url('../images/social-media-3846597_960_720-e1559112784178.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-7 {
  background-image: url('../images/beziehung-retten-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-8 {
  background-image: url('../images/46e2f8ba-8869-4a3f-ad94-c39d4cb23d10.jpeg.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.container-17 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 10vh;
  display: flex;
  position: static;
}

.italic-text-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.body-2 {
  background-color: #fff;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.heading-11 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  font-weight: 300;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.nav-link-9 {
  color: #000;
  border: 1px #000;
  border-radius: 20px;
}

.nav-link-9.w--current {
  color: #000;
}

.div-block-31 {
  flex: 0 auto;
}

.div-block-32 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: flex;
}

.emergenz {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 5vh;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.container-18 {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 3%;
  display: flex;
  position: static;
}

.italic-text-5 {
  color: #000;
  width: 35vw;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 25px;
}

.italic-text-6 {
  color: #000;
}

.italic-text-7 {
  text-transform: none;
  padding-top: 46px;
  padding-bottom: 46px;
}

.tab-pane-tab-2 {
  font-weight: 300;
}

.body-3, .body-4, .body-5 {
  background-color: #fff;
}

.button-front {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #474747;
  border-radius: 5px;
  margin: 0% 1px 5%;
  padding-bottom: 9px;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: 400;
}

.section-9 {
  padding-top: 0;
}

.container-19 {
  flex-flow: column;
  display: flex;
}

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

.heading-12 {
  text-align: center;
  text-transform: none;
  margin-top: 21px;
  margin-bottom: 29px;
}

.div-block-33 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.heading-13 {
  margin-top: 59px;
  margin-bottom: 0;
}

.heading-14 {
  margin-bottom: 0;
  padding-bottom: 1%;
}

.heading-15 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2%;
}

.div-block-34 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-35 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  margin-bottom: 2%;
  display: inline-flex;
}

.div-block-36 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  display: flex;
}

.emergenz-2 {
  background-color: #fff;
  display: flex;
}

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

.heading5 {
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
}

.heading-17 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 28px;
  padding: 0 119px;
}

.nav-link-10 {
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 400;
}

.nav-link-11, .nav-link-12 {
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.nav-link-13 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.nav-link-13.w--current {
  font-family: Droid Serif, serif;
}

.nav-link-14 {
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.nav-link-15 {
  color: #000;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.headin-18 {
  text-align: center;
  text-transform: none;
}

.body-6, .body-7 {
  background-color: #fff;
}

.heading-18, .heading-19 {
  color: #000;
  text-transform: none;
}

.div-block-38 {
  margin-bottom: 0;
  padding-left: 74px;
  padding-right: 74px;
}

.noisy-erkl-rung {
  text-align: center;
  text-transform: none;
  word-break: normal;
  line-height: 18px;
}

.paragraph-10 {
  color: #000;
}

.heading-22 {
  text-align: center;
  text-transform: none;
}

.div-block-39 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-23 {
  color: #000;
  text-transform: uppercase;
  margin-top: 19px;
}

.heading-24, .heading-25 {
  color: #000;
}

.text-block-5 {
  color: #000;
  margin-bottom: 2%;
  font-weight: 300;
}

.text-block-6 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-100 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.button-events {
  text-transform: uppercase;
  background-color: #a79f9f;
  border-radius: 5px;
  margin-bottom: 35px;
}

.kontaktfomular {
  text-align: center;
  text-transform: uppercase;
  background-color: #a79f9f;
  border-radius: 5px;
  margin-bottom: 20px;
}

.heading-27 {
  color: #000;
  text-align: left;
  margin-top: 20px;
}

.text-block-7 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}

.heading28 {
  color: #000;
}

.button-probleme {
  text-transform: uppercase;
  background-color: #a79f9f;
  border-radius: 5px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.heading-29 {
  color: #000;
  margin-top: 0;
}

.heading-102 {
  color: #000;
  text-transform: none;
}

.heading-150 {
  color: #000;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 62px;
  display: flex;
}

.tab-pane-tab-2-2, .tab-pane-tab-5-2, .tab-pane-tab-6-2, .tab-pane-tab-7 {
  margin-bottom: 4%;
}

.columns-2 {
  margin-top: 46px;
}

.heading-151 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin: 41px 451px 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.container-21 {
  flex-flow: column;
  display: flex;
}

.heading-109 {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.heading-152 {
  color: #000;
}

.code-embed {
  flex: 0 auto;
  margin-bottom: 0;
}

.button-4 {
  background-color: #00000080;
  border-radius: 5px;
  margin-top: 2px;
}

.code-embed-2 {
  width: 50vw;
  margin-bottom: 0;
}

.paragraph-11 {
  color: #000;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a79f9f;
  border-radius: 5px;
  margin-left: 83px;
  margin-right: 83px;
  padding-left: 0;
  padding-right: 0;
}

.heading-154 {
  color: #000;
}

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

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

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

  .section-subheading.center {
    width: 60vw;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .tabs-wrapper {
    width: 60vw;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-5 {
    width: 40vw;
  }

  .div-block-7 {
    width: 20vw;
    max-width: 20vw;
    padding-bottom: 0;
  }

  .div-block-8, .div-block-9 {
    width: 20vw;
    max-width: 20vw;
  }

  .logo {
    width: 100%;
  }

  .wolken-vordergrund-15 {
    z-index: 2;
  }

  .bottun-3 {
    padding: 12px;
    font-size: 16px;
  }

  .div-block-36 {
    width: 100vw;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 70vw;
    max-width: 100vw;
    display: flex;
  }

  .heading-17, .div-block-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .noisy-erkl-rung {
    word-break: break-all;
  }

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

  .heading-151 {
    margin-bottom: 65px;
    margin-left: 49px;
    margin-right: 49px;
  }
}

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

  .button-1.tab {
    font-size: 12px;
  }

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

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

  .hero-heading {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

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

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .footer-link-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .tab-menu {
    padding-bottom: 3%;
  }

  .tabs-wrapper {
    width: 80vw;
  }

  .spc {
    margin-bottom: 30px;
  }

  .div-block-4 {
    display: block;
  }

  .div-block-5 {
    width: 20vw;
    max-width: 20vw;
  }

  .logo {
    max-width: none;
  }

  .stacked-images-container {
    height: 70vh;
  }

  .bottun-3 {
    font-size: 12px;
  }

  .button-front {
    margin: 0 183px;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    display: block;
  }

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

  .heading-24 {
    text-align: center;
    margin-top: 23px;
  }

  .text-block-6, .heading-100, .text-block-7, .heading28, .heading-29 {
    text-align: center;
  }

  .heading-151 {
    margin-bottom: 76px;
    margin-left: 42px;
    margin-right: 42px;
  }
}

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

  .button-1.tab {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    border: 0 solid #000;
    margin: 0 58px;
    padding: 0;
  }

  .button-1.tab.w--current {
    color: #fff;
    background-color: #fff;
    margin: 0 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .hero-section.centered {
    padding: 60px 31px 214px;
  }

  .hero-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .hollow-button.all-caps {
    margin-bottom: 2px;
    padding-bottom: 10px;
  }

  .section-heading.centered {
    text-transform: none;
    word-break: normal;
    margin-left: 0;
    margin-right: 0;
    padding: 4% 0;
    font-size: 25px;
    line-height: 30px;
  }

  .section-heading.centered.white.new {
    padding-top: 0;
  }

  .section-heading.centered {
    text-transform: uppercase;
  }

  .section-subheading.center {
    text-align: center;
    width: 100vw;
    padding-top: 4%;
    padding-bottom: 4%;
    line-height: 30px;
  }

  .section-title-group {
    width: 90vw;
    max-width: 90vw;
  }

  .footer.center {
    background-color: #00000080;
    width: auto;
    height: auto;
    padding-bottom: 1%;
    padding-left: 130px;
    padding-right: 130px;
  }

  .footer-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link {
    color: #000;
    text-align: center;
  }

  .footer-link.with-icon {
    text-align: left;
    margin-left: 0;
  }

  .footer-link-wrapper {
    flex-flow: column;
    align-items: center;
    margin-top: 8px;
    display: flex;
  }

  .tab-menu {
    flex-flow: column;
    padding-top: 0%;
    padding-bottom: 7%;
    display: flex;
  }

  .tabs-wrapper {
    width: 100vw;
  }

  .fullwidth-image {
    width: 100%;
  }

  .div-block {
    text-align: center;
    margin-bottom: 66px;
  }

  .italic-text {
    text-transform: none;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 20px;
    line-height: 25px;
  }

  .icon {
    padding-top: 7px;
  }

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

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .tabs-content {
    flex-flow: row;
    display: block;
  }

  .tabs-content-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-5 {
    flex-flow: column;
    width: 75vw;
    max-width: 75vw;
    padding: 5%;
    display: inline-flex;
  }

  .div-block-7 {
    flex-flow: column;
    width: 75vw;
    max-width: 75vw;
    padding: 5%;
  }

  .div-block-8 {
    flex-flow: column;
    width: 75vw;
    max-width: 75vw;
    padding: 5%;
    display: inline-flex;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 75vw;
    max-width: 75vw;
    margin-top: 0;
    padding: 5%;
    display: inline-flex;
  }

  .div-block-10 {
    width: 75vw;
    max-width: 75vw;
    padding-bottom: 10%;
    display: inline-flex;
  }

  .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
    display: block;
  }

  .logo {
    border-radius: 5px;
    flex-flow: column;
    width: 100%;
    max-width: 40vw;
    display: inline-flex;
  }

  .fullwidth-image-2 {
    width: 85%;
  }

  .stacked-images-container {
    object-fit: cover;
    width: 100vw;
    height: 50vh;
  }

  .schmetterling-vordergrund-21 {
    word-break: normal;
  }

  .button-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 761px;
    padding-left: 191px;
    display: inline-flex;
    position: static;
  }

  .navbar-2 {
    display: block;
  }

  .section-7 {
    margin-bottom: 0;
  }

  .button-2 {
    color: #fff;
    padding: 11px 80px;
  }

  .button-2.tab {
    text-transform: uppercase;
    background-color: #0c0f4f;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .bottun-3 {
    border-radius: 5px;
    margin: 10px 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .noisy {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
  }

  .container-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .new {
    text-transform: none;
    padding-left: 38px;
    padding-right: 38px;
    line-height: 30px;
  }

  .slider-2 {
    width: 90vw;
    max-width: 90vw;
  }

  .div-block-30 {
    margin-bottom: 10px;
  }

  .heading-11 {
    text-transform: uppercase;
  }

  .emergenz {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
  }

  .container-18 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .bold-text {
    width: 90vw;
  }

  .tab-pane-tab-1 {
    padding-top: 0%;
  }

  .italic-text-7 {
    text-transform: none;
    padding: 35px 0 42px;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu-4 {
    display: flex;
  }

  .button-front {
    color: #fff;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    background-color: #00000080;
    margin: 55px 8px 0%;
    padding: 4px 38px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
  }

  .section-9 {
    padding-top: 66px;
  }

  .heading-14, .heading-15 {
    text-align: center;
  }

  .emergenz-2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
  }

  .div-block-37 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 141px;
  }

  .heading5 {
    color: #000;
    text-align: left;
    text-transform: none;
  }

  .heading-17 {
    aspect-ratio: auto;
    direction: ltr;
    text-align: center;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: normal;
    width: 100vw;
    margin-top: 0;
    padding: 23px 36px;
    font-size: 15px;
    line-height: 20px;
    position: static;
  }

  .nav-link-13 {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
  }

  .nav-link-15 {
    text-transform: uppercase;
    font-size: 15px;
  }

  .heading-18, .heading-19 {
    color: #000;
    text-transform: none;
  }

  .div-block-38 {
    overflow-wrap: normal;
    width: 100vw;
  }

  .noisy-erkl-rung {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    width: 100vw;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .heading-20 {
    text-align: center;
    text-transform: none;
  }

  .paragraph-10 {
    color: #000;
  }

  .heading-21 {
    text-align: center;
    text-transform: none;
  }

  .heading-23 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 67px;
    padding-top: 0;
  }

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

  .text-block-6 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-100 {
    text-align: center;
    letter-spacing: 4px;
    text-transform: none;
    margin: 0 13px 28px;
    padding-top: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
  }

  .column {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .kontaktfomular {
    text-align: center;
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-27 {
    color: #000;
    text-align: center;
    margin-top: 49px;
  }

  .text-block-7 {
    color: #000;
    text-align: center;
    margin-bottom: 51px;
    font-weight: 300;
  }

  .heading28 {
    text-transform: uppercase;
  }

  .heading-101 {
    color: #000;
    text-align: center;
    text-transform: none;
    font-size: 16px;
  }

  .heading-29 {
    margin-top: 41px;
  }

  .heading-102 {
    color: #000;
    text-align: center;
  }

  .button-second {
    text-align: center;
    background-color: #a79f9f;
    border-radius: 5px;
    margin-bottom: 34px;
  }

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

  .heading-150 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-style: normal;
  }

  .section-10 {
    height: auto;
    margin-bottom: -15px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .heading-151 {
    color: #000;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 53px 13px 3px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
    font-weight: 300;
  }

  .heading-109 {
    font-size: 15px;
  }

  .heading-152 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 47px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-style: normal;
  }

  .code-embed-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 19px;
    display: flex;
  }

  .heading-153 {
    color: #000;
    text-align: center;
  }

  .heading-154 {
    text-align: center;
    margin-top: 20px;
  }

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

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: 95vw;
    display: flex;
  }

  .div-block-41 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #000;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
  }
}


