.section_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(180deg, #0f4c52, #0f4c52), linear-gradient(150deg, #f5f5f5 7%, #43b2bd 31%, #083034 85%);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.body {
  font-family: Hind, sans-serif;
}

.section_problem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.content_wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-top: 170px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subheading {
  margin-bottom: 10px;
  color: #43b2bd;
  font-size: 32px;
  text-transform: uppercase;
}

.heading-2 {
  font-size: 62px;
  line-height: 68px;
}

.main-heading {
  margin-top: 0px;
  color: #313131;
  font-size: 62px;
  line-height: 68px;
  font-weight: 600;
}

.main-heading.white {
  color: #f5f5f5;
}

.text_normal {
  color: #313131;
  font-size: 22px;
  line-height: 36px;
}

.text_normal.white {
  color: #f5f5f5;
}

.text_bold {
  padding-top: 40px;
  color: #313131;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 85px;
}

.link-block {
  width: 40px;
  margin-top: 0px;
}

.image {
  position: absolute;
  left: 2%;
  top: auto;
  right: 0%;
  bottom: 4%;
  z-index: 1;
  opacity: 0.2;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 4%;
  right: 2%;
  bottom: 0%;
  z-index: 1;
  opacity: 0.2;
}

.section_l-sung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313131;
}

.div-block-5 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  grid-column-gap: 85px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 15px;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #43b2bd;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
}

.paragraph {
  color: #f5f5f5;
  font-size: 22px;
  line-height: 36px;
}

.div-block-8 {
  width: 6%;
}

.div-block-9 {
  width: 94%;
}

.div-block-10 {
  width: 6%;
}

.div-block-11 {
  width: 94%;
}

.section_kontakt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-bottom: 23px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #313131), color-stop(0, #f5f5f5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, #313131 50%, #f5f5f5 0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  padding: 75px 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: linear-gradient(302deg, #093d42, #43b2bd 43%, #57b9c3 67%, #f5f5f5);
  box-shadow: 0 0 10px 2px rgba(49, 49, 49, 0.57);
}

.heading-4 {
  color: #f5f5f5;
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
}

.text-block {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f5f5f5;
  color: #313131;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 8%;
  opacity: 0.2;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 130px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.footer_upper_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 20px;
}

.text-block-2 {
  margin-top: 32px;
  color: #313131;
  font-size: 16px;
  font-weight: 600;
}

.text-block-3 {
  margin-bottom: 17px;
  color: #43b2bd;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.link {
  margin-bottom: 3px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #313131;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #43b2bd;
}

.text-block-4 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  width: 100%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_spalte_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_spalte_3 {
  width: 30%;
}

.footer_spalte_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-23 {
  width: 100%;
  height: 1px;
  background-color: #313131;
}

.div-block-24 {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.text-block-6 {
  font-weight: 400;
}

.link-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #313131;
  text-decoration: none;
}

.link-2:hover {
  color: #43b2bd;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 50px;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button-wrapper:hover {
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}

.div-block-25 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  color: #f5f5f5;
  font-size: 62px;
  line-height: 68px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-6 {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #f5f5f5;
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.button-2 {
  margin-top: 0px;
  padding: 15px 26px;
  border-radius: 60px;
  background-color: #313131;
  -webkit-transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #f5f5f5;
  box-shadow: 8px 8px 20px -5px #104247;
  color: #313131;
}

.nav-link {
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f5f5f5;
}

.nav-link-2 {
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f5f5f5;
}

.nav-link-2:hover {
  color: #313131;
}

.nav-link-3 {
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f5f5f5;
}

.nav-link-3:hover {
  color: #313131;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_dunkel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 14;
  display: block;
}

.logo_hell {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: block;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  margin-top: 0px;
  padding: 15px 26px;
  border-radius: 60px;
  background-color: #f5f5f5;
  -webkit-transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #313131;
  box-shadow: 8px 8px 20px -5px #104247;
  color: #f5f5f5;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 35px;
}

.div-block-30 {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-34 {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.circle_01 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 50vw;
  height: 30vh;
  border-radius: 50%;
  background-color: #21c3d3;
  -webkit-filter: blur(120px);
  filter: blur(120px);
}

.circle_02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 95vw;
  height: 95vh;
  margin-left: -30vw;
  border-radius: 50%;
  background-color: #93d2d8;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle_03 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -36%;
  z-index: 2;
  display: block;
  width: 65vh;
  height: 65vh;
  border-radius: 50%;
  background-color: #177f8a;
  opacity: 0.81;
  -webkit-filter: blur(90px);
  filter: blur(90px);
}

.circle_04 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 65vh;
  height: 65vh;
  border-radius: 50%;
  background-color: #34becc;
  opacity: 0.52;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.circle_05 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 70vh;
  height: 70vh;
  border-radius: 50%;
  background-color: #95dde4;
  opacity: 0.82;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.html-embed {
  color: #f5f5f5;
  font-size: 68px;
  line-height: 68px;
  font-weight: 600;
  text-transform: uppercase;
}

.html-embed-2 {
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 68px;
  font-weight: 600;
}

.html-embed-3 {
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 62px;
  line-height: 68px;
  font-weight: 600;
}

.image-4 {
  width: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.navbar_recht {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar_recht_outer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_recht_inner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zur-ck_link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: Hind, sans-serif;
}

.div-block-36 {
  width: 100%;
  max-width: 1400px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zur-ck_link {
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #313131;
}

.zur-ck_link:hover {
  color: #43b2bd;
}

.footer_recht_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_recht_upper_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 20px;
}

.footer_recht_spalte_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_recht_spalte_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_recht_spalte_3 {
  width: 30%;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 0%;
  opacity: 0.2;
}

.image-6 {
  width: 100%;
}

.link-block-2 {
  width: 100%;
}

.link-3 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f5f5f5;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #43b2bd;
}

.link-4 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f5f5f5;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #43b2bd;
}

.logo_dunkel_2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 14;
  display: block;
}

.logo_hell_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-block-25 {
    max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-28 {
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-4 {
    max-width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #313131;
  }

  .div-block-25 {
    max-width: 1400px;
  }

  .image-4 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    left: 7%;
  }

  .image-2 {
    right: 7%;
  }

  .footer_upper_wrapper {
    width: 100%;
  }

  .footer_wrapper {
    width: 100%;
  }

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

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .section_hero {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .content_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    display: none;
  }

  .section_l-sung {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-6 {
    margin-top: 50px;
  }

  .div-block-8 {
    width: 10%;
  }

  .div-block-9 {
    width: 90%;
  }

  .div-block-10 {
    width: 10%;
  }

  .div-block-11 {
    width: 90%;
  }

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

  .div-block-12 {
    position: relative;
    z-index: 3;
    padding: 50px 20px;
  }

  .div-block-13 {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f5f5f5;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 12px;
    background-color: #f5f5f5;
  }

  .footer {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    color: #313131;
  }

  .nav-link-2 {
    color: #313131;
  }

  .nav-link-3 {
    color: #313131;
    text-align: left;
  }

  .logo_dunkel {
    position: static;
  }

  .logo_hell {
    display: none;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-28 {
    display: none;
  }

  .div-block-30 {
    display: none;
  }

  .div-block-31 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-32 {
    display: none;
  }

  .div-block-33 {
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon {
    color: #43b2bd;
  }

  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .navbar_recht_outer_wrapper {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f5f5f5;
  }

  .zur-ck_link_wrapper {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .zur-ck_link {
    color: #313131;
  }

  .footer_recht_wrapper {
    width: 100%;
  }

  .footer_recht_upper_wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_recht_spalte_1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_recht_spalte_2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_recht_spalte_3 {
    width: 60%;
  }

  .logo_dunkel_2 {
    position: static;
  }

  .logo_hell_2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section_problem {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }

  .content_wrapper {
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subheading {
    font-size: 28px;
    line-height: 28px;
  }

  .text_normal {
    font-size: 20px;
    line-height: 34px;
  }

  .text_bold {
    padding-top: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .link-block {
    display: none;
  }

  .image {
    max-width: 45%;
  }

  .image-2 {
    max-width: 45%;
  }

  .section_l-sung {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 34px;
  }

  .section_kontakt {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-12 {
    max-width: 100%;
  }

  .heading-4 {
    position: relative;
    z-index: 2;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .image-3 {
    z-index: 1;
    max-width: 50%;
  }

  .div-block-13 {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f5f5f5;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .div-block-14 {
    max-width: 100%;
  }

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

  .footer_upper_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_spalte_1 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_spalte_3 {
    width: 90%;
  }

  .footer_spalte_2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_wrapper {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-25 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    font-size: 48px;
    line-height: 57px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 35px;
  }

  .button-2 {
    position: relative;
    z-index: 2;
    font-size: 14px;
  }

  .nav-link {
    color: #313131;
  }

  .nav-link-2 {
    color: #313131;
  }

  .nav-link-3 {
    color: #313131;
  }

  .brand {
    padding-left: 0px;
  }

  .div-block-27 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-3 {
    font-size: 14px;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .html-embed {
    font-size: 58px;
    line-height: 58px;
  }

  .html-embed-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .html-embed-3 {
    color: #f5f5f5;
    font-size: 46px;
    line-height: 54px;
  }

  .icon {
    color: #43b2bd;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .navbar_recht_outer_wrapper {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f5f5f5;
  }

  .navbar_recht_inner_wrapper {
    max-width: 100%;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zur-ck_link {
    color: #313131;
  }

  .footer_recht_wrapper {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_recht_upper_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_recht_spalte_1 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_recht_spalte_2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_recht_spalte_3 {
    width: 90%;
  }
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}