.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

.image-2 {
  max-width: none;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  margin-right: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link {
  padding-right: 25px;
  padding-left: 25px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Inter, sans-serif;
  color: #28224b;
  font-size: 16px;
  text-transform: none;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

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

.nav-link.nav-contact {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 9px;
  background-color: #386ce6;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  text-align: left;
}

.nav-link.nav-contact.button-wrapper {
  margin-left: 17px;
  padding: 7px 14px;
  background-color: #e63838;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 40px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -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;
}

.lottie-animation {
  width: 100%;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px 3%;
  -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;
}

.header.page-load.home {
  padding-right: 12%;
}

.hero-paragraph {
  padding-right: 60px;
  font-family: Inter, sans-serif;
  color: #546285;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

.button {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

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

.button.button-space {
  min-height: 40px;
  margin-top: 2px;
  padding: 15px 19px;
  background-color: #386ce6;
  font-size: 16px;
}

.button.button-space.button-wrapper {
  width: auto;
  margin-top: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e63838;
  font-family: Inter, sans-serif;
  text-align: left;
}

.button.button-space.button-klein {
  width: 150px;
  max-width: none;
  margin-top: 25px;
  background-color: #e63838;
  font-family: Inter, sans-serif;
  text-align: left;
}

.hero-h1 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #112950;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-h1.h1-white {
  width: 100%;
  max-width: 1400px;
  padding-bottom: 25px;
  padding-left: 0px;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Inter, sans-serif;
}

.paragraph-2.p2-mid {
  padding-top: 26px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
}

.paragraph-2.neu {
  padding-bottom: 25px;
}

.paragraph-2.is-bgwhite {
  background-color: #fff;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.container.neu {
  display: block;
  max-width: 1400px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 44px;
  font-family: Inter, sans-serif;
  color: #112950;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03em;
}

.h2.h2-mid {
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-align: center;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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: 20px;
  background-image: url('../images/shutterstock_538242238-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-section-bg {
  position: relative;
  padding: 3px 3%;
  background-color: transparent;
}

.content-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-6 {
  color: #de2e31;
}

.works-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-card {
  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: 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;
  text-align: center;
}

.line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -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;
}

.content-section {
  position: relative;
  padding: 199px 5% 0px;
  background-color: transparent;
}

.content-section.content-about {
  padding-top: 31px;
}

.content-section.content-about.page-load {
  padding-top: 0px;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 102px;
  margin-left: auto;
  -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;
  text-align: center;
}

.line {
  display: none;
  width: 100%;
  height: 1px;
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: #d1cdcd;
}

.step-image {
  margin-bottom: 40px;
}

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

.form-block {
  width: 80%;
}

.div-block-2 {
  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-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;
}

.success-message {
  background-color: #386ce6;
  color: #fff;
}

.title-wrap-right {
  margin-bottom: 60px;
}

.checkbox-field {
  margin-top: 21px;
  padding-top: 0px;
}

.submit-button-2 {
  margin-top: 25px;
  border-radius: 6px;
  background-color: #e63838;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0% 0%;
  background-size: cover;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 160px;
  margin-top: 140px;
  padding: 30px 3%;
  -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;
  background-color: #212121;
  text-decoration: none;
}

.footer-grid {
  -ms-grid-columns: auto 1fr 1fr 1fr 1fr;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #dcdcdc;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.text-container-left.text-padding {
  width: 100%;
  max-width: 700px;
}

.text-container-left.text-padding.div-datenschutz {
  width: 80%;
  max-width: none;
}

.h2-wrap-left {
  margin-bottom: 30px;
  -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;
  text-align: left;
}

.h2-wrap-left.h2-50 {
  width: 50%;
}

.h1-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-bottom: 41px;
  padding-right: 10%;
  padding-left: 3%;
  -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, from(rgba(77, 12, 12, 0.61)), to(rgba(77, 12, 12, 0.61))), url('../images/shutterstock_1206996136_K_ÜA.jpg');
  background-image: linear-gradient(180deg, rgba(77, 12, 12, 0.61), rgba(77, 12, 12, 0.61)), url('../images/shutterstock_1206996136_K_ÜA.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.h1-wrap-left.wie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 12, 12, 0.61)), to(rgba(77, 12, 12, 0.61))), url('../images/shutterstock_1541328260-1.jpg');
  background-image: linear-gradient(180deg, rgba(77, 12, 12, 0.61), rgba(77, 12, 12, 0.61)), url('../images/shutterstock_1541328260-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.h1-wrap-left.datenschutz {
  height: auto;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.text-span {
  font-weight: 600;
}

.absatz {
  margin-top: 85px;
}

.absatz.trash {
  display: none;
}

.absatz.neu {
  margin-top: -131px;
  margin-left: 0px;
  padding: 41px 30px;
  background-color: #fff;
}

.absatz.is--height350px {
  height: 350px;
}

.div-block-7 {
  height: 100%;
  margin-right: 22px;
  background-image: url('../images/Kommunikationsströme_Zeichenfläche-1-01.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-7.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-right: 0px;
  -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-image: none;
}

.div-block-7.div-datenschutz {
  background-image: none;
}

.div-block-6 {
  height: 100%;
  background-image: url('../images/Handy_Zeichenfläche-1-01.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-5 {
  height: 100%;
  background-image: url('../images/Linse-01.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: none;
  width: 40%;
  height: 300px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
  background-size: auto;
}

.div-block-8.axel_merkt {
  display: block;
  width: 400px;
  height: 400px;
  padding-left: 0px;
  background-image: url('../images/Axel_Merkt_1_1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.kollegen {
  width: 80%;
  background-image: url('../images/shutterstock_538242238-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-9.neu {
  margin-top: -131px;
  padding: 41px 31px;
  background-color: #fff;
}

.div-block-9.neu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -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;
}

.text-span-7 {
  font-style: italic;
}

.text-span-8 {
  color: red;
}

.checkbox-label {
  font-family: Inter, sans-serif;
}

.field-label {
  margin-top: 21px;
  font-family: Inter, sans-serif;
}

.field-label-2 {
  margin-top: 21px;
  font-family: Inter, sans-serif;
}

.field-label-3 {
  font-family: Inter, sans-serif;
}

.field-label-4 {
  margin-top: 21px;
  font-family: Inter, sans-serif;
}

.field-label-5 {
  font-family: Inter, sans-serif;
}

.kontaktfromlink {
  opacity: 0.79;
  -webkit-transition: opacity 50ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 50ms cubic-bezier(.075, .82, .165, 1);
  font-weight: 600;
}

.kontaktfromlink:hover {
  opacity: 1;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  text-align: left;
}

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

.flexbox-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 161px;
  margin-right: 59px;
  margin-left: 59px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.container-footer {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-footer.neu {
  display: block;
  max-width: 1400px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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-transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  text-align: center;
}

.utility-page-content:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.utility-page-content.password:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hide {
  display: none;
}

.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-9 {
  font-weight: 700;
}

.hover-opacity {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .icon {
    display: block;
    color: #333;
    font-size: 50px;
    line-height: 50px;
  }

  .nav-menu {
    margin-right: 0px;
    background-color: #fff;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, 0.2);
  }

  .navbar {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #112950;
  }

  .nav-link.nav-contact.button-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    color: #112950;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    min-width: 55px;
    margin-right: 0px;
    margin-left: 14px;
    padding: 16px;
    -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: 4px;
    background-color: rgba(126, 130, 143, 0);
  }

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

  .navigation-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-flex.justify-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-image-wrap {
    width: 40%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 55px;
    padding-bottom: 48px;
  }

  .header.page-load.home {
    padding-right: 10%;
  }

  .hero-paragraph {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

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

  .button.button-space.button-klein {
    text-align: center;
  }

  .hero-h1 {
    font-size: 40px;
    text-align: left;
  }

  .hero-h1.h1-white {
    font-size: 45px;
  }

  .paragraph-2 {
    font-size: 16px;
    text-align: left;
  }

  .paragraph-2.p2-mid {
    padding-top: 15px;
    text-align: center;
  }

  .h2 {
    font-size: 30px;
    text-align: left;
  }

  .image-block {
    height: auto;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-block.bg-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-section-bg {
    padding-top: 31px;
    padding-bottom: 31px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .content-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .line-column {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .line {
    width: 1px;
    height: 100%;
    min-height: 100px;
    border-style: none dashed none none;
  }

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

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-container-left.text-padding {
    width: 100%;
  }

  .h2-wrap-left {
    text-align: left;
  }

  .h2-wrap-left.h2-50 {
    width: 60%;
  }

  .absatz.neu {
    margin-top: 0px;
  }

  .absatz.is--height350px {
    height: auto;
  }

  .div-block-7 {
    background-image: none;
  }

  .div-block-7.about {
    background-size: 33%;
  }

  .div-block-6 {
    background-size: 30%;
  }

  .div-block-5 {
    background-size: 30%;
  }

  .div-block-8 {
    width: 350px;
    height: 300px;
  }

  .div-block-8.axel_merkt {
    width: 500px;
    height: 500px;
    margin-top: -56px;
  }

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

  .div-block-9.neu {
    width: auto;
    margin-top: 0px;
  }

  .div-block-9.neu-2 {
    width: 80%;
    padding-top: 97px;
    padding-bottom: 87px;
    padding-left: 0px;
  }

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

  .flexbox-about {
    margin-top: -111px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .container-flex {
    height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-flex.justify-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation.hero-image {
    display: none;
  }

  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    opacity: 1;
  }

  .header.page-load.home {
    padding-right: 3%;
  }

  .hero-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    text-align: center;
  }

  .button.button-space {
    width: 50%;
    min-height: 0px;
  }

  .button.button-space.button-wrapper {
    font-size: 3vw;
  }

  .button.button-space.button-klein {
    width: 30vw;
    padding: 8px 12px;
    font-size: 3vw;
    line-height: 1.5;
    text-decoration: none;
  }

  .hero-h1 {
    font-size: 6vw;
    text-align: center;
  }

  .hero-h1.h1-white {
    font-size: 6vw;
  }

  .hero-h1.h1-white.align-left {
    text-align: left;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .paragraph-2.p2-mid {
    padding-top: 19px;
    font-size: 17px;
    text-align: center;
  }

  .h2 {
    font-size: 5vw;
  }

  .h2.h2-mid {
    margin-top: 14px;
    text-align: center;
  }

  .content-section-bg {
    padding: 0px 5%;
  }

  .content-grid {
    grid-column-gap: 9px;
  }

  .line-column {
    display: none;
  }

  .content-section {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-section.content-about.page-load {
    padding-left: 3%;
  }

  .title-wrap-centre.home {
    margin-bottom: 33px;
  }

  .step-image {
    max-width: 70%;
    margin-bottom: 18px;
  }

  .form-block {
    width: 95%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-container-left.text-padding {
    width: 100%;
    max-width: none;
  }

  .h1-wrap-left {
    height: 400px;
  }

  .div-block-7 {
    background-image: none;
  }

  .div-block-6 {
    background-image: none;
  }

  .div-block-5 {
    background-image: none;
  }

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

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

  .checkbox-label {
    font-size: 17px;
  }

  .field-label {
    font-size: 17px;
  }

  .field-label-2 {
    font-size: 17px;
  }

  .field-label-3 {
    font-size: 17px;
  }

  .field-label-4 {
    font-size: 17px;
  }

  .field-label-5 {
    font-size: 17px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-11 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

@media screen and (max-width: 479px) {
  .container-flex {
    height: 100vh;
    margin-bottom: 0px;
    -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;
  }

  .header {
    margin-top: 0px;
    padding-top: 76px;
  }

  .header.page-load.home {
    margin-top: -71px;
    padding-top: 0px;
  }

  .hero-paragraph {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3.5vw;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-space.button-wrapper {
    max-width: none;
    padding: 16px;
    font-size: 4.5vw;
  }

  .button.button-space.button-klein {
    width: auto;
    padding: 16px 30px 16px 24px;
    font-size: 4.5vw;
  }

  .hero-h1 {
    font-size: 8.4vw;
  }

  .hero-h1.h1-white {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .paragraph-2.p2-mid {
    padding-top: 19px;
    font-size: 15px;
  }

  .container {
    margin-top: 36px;
  }

  .container.neu {
    margin-top: 36px;
  }

  .container.home {
    margin-top: 0px;
  }

  .h2 {
    padding-bottom: 9px;
    font-size: 7vw;
  }

  .h2.h2-mid {
    margin-top: 10px;
  }

  .image-block {
    display: none;
  }

  .content-section-bg {
    padding: 0vh 3% 5vh;
  }

  .content-section-bg.home {
    margin-top: -138px;
    padding-top: 0vh;
    padding-bottom: 97px;
  }

  .content-grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1.75fr;
    grid-template-columns: 1fr 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-section {
    padding: 60px 3%;
  }

  .content-section.content-about {
    padding-top: 0px;
  }

  .content-section.home {
    padding-top: 0px;
  }

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

  .div-block-2 {
    -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;
  }

  .submit-button-2 {
    padding: 17px 30px;
    font-size: 4.5vw;
  }

  .footer {
    overflow: hidden;
  }

  .footer-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-link {
    text-align: right;
  }

  .h1-wrap-left {
    height: 50vw;
    margin-bottom: 0px;
    padding-right: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .absatz {
    margin-top: 55px;
  }

  .div-block-8.axel_merkt {
    width: 350px;
    height: 350px;
    max-width: 92%;
  }

  .div-block-9.neu-2 {
    padding-top: 38px;
  }

  .field-label {
    margin-top: 0px;
  }

  .field-label-2 {
    margin-top: 0px;
  }

  .div-block-10 {
    max-width: 95%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flexbox-about {
    margin-top: 0px;
  }

  .textarea {
    width: 90%;
  }
}

#w-node-_205cced0-d104-4edc-eb51-fbac7db66a34-426690fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_205cced0-d104-4edc-eb51-fbac7db66a2d-426690fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f274c6e7-a3fa-4f52-db30-da7f2c3c6210-2c3c620d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f274c6e7-a3fa-4f52-db30-da7f2c3c6212-2c3c620d {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f274c6e7-a3fa-4f52-db30-da7f2c3c6214-2c3c620d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_205cced0-d104-4edc-eb51-fbac7db66a34-d8e3deaf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5a756a0e-dda5-e1fa-1f97-3fc3bdf4c3d4-426690fb {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5a756a0e-dda5-e1fa-1f97-3fc3bdf4c3d4-d8e3deaf {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_205cced0-d104-4edc-eb51-fbac7db66a2d-426690fb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f274c6e7-a3fa-4f52-db30-da7f2c3c6212-2c3c620d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f274c6e7-a3fa-4f52-db30-da7f2c3c6214-2c3c620d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_205cced0-d104-4edc-eb51-fbac7db66a2d-d8e3deaf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

