/* Webkit scroll bar */


/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #D7562D; 
  border-radius: 30px;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff4400; 
}




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

.hero-section {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.top-nav {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 35px;
  -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: #d7562d;
}

.nav {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  -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: #fff;
}

.top-nav-container {
  position: relative;
  display: block;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
}

.hero-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96%;
  margin-top: 0px;
  padding-top: 80px;
  -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-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-span {
  padding-right: 12px;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 900;
}

.top-nav-content-1 {
  position: relative;
  display: block;
  height: 100%;
  margin-right: 0px;
  padding-right: 20px;
  float: left;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-content-2 {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  font-family: 'Fa solid 900', sans-serif;
}

.top-nav-content-3 {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-content-4 {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
  float: right;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-3 {
  font-family: 'Fa brands 400', sans-serif;
}

.nav-corporate-logo {
  width: auto;
  height: 100%;
  float: left;
}

.nav-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 10px;
  -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;
  font-size: 12px;
}

.nav-corporate-name {
  width: auto;
  height: 100%;
  float: left;
}

.nav-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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;
  text-decoration: none;
}

.nav-content-2.w--current {
  font-size: 12px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #010001;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.nav-link-1 {
  width: auto;
  height: 100%;
  padding-right: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-link-2 {
  width: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-link-3 {
  width: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-link-4 {
  width: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-link-5 {
  width: auto;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.nav-about.w--current {
  border-bottom-color: #f40;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.nav-product.w--current {
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #f40;
}

.nav-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.nav-news.w--current {
  border-bottom: 3px solid #f40;
  border-right-width: 0px;
  border-left-width: 0px;
}

.nav-job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.nav-job.w--current {
  border-bottom-color: #f40;
}

.nav-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.nav-contact.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #f40;
}

.nav-burger-menu {
  display: none;
}

.mobile-menu {
  display: none;
  overflow: hidden;
}

.text-block-2-copy {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.nav-link-cta {
  width: auto;
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-text-cta {
  margin-top: 0px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #d7562d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.hero-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 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;
}

.hero-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.hero-header {
  margin-top: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 50px;
  line-height: 48px;
  font-weight: 400;
}

.hero-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.hero-btn {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 46px;
  border-radius: 5px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.lottie-animation-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 60px;
}

.btn-hero-text-span {
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 600;
}

.btn-hero-column-2 {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 12px 23px;
  border-radius: 2px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.lottie-animation-3 {
  display: none;
}

.contact-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 115px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: url('../images/kontakt-header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-header-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
}

.sub-header-contact {
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sub-header-contact.text-center {
  text-align: center;
}

.heading-2-copy {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.contact-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  padding-bottom: 60px;
  -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: #f3f3f3;
}

.contact-section-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  margin-bottom: 0px;
  -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;
}

.form-block {
  width: 700px;
  height: auto;
}

.form {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-radius: 30px;
  background-color: #fff;
}

.text-field {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #d7d7d7;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.textarea {
  width: 630px;
  max-height: 270px;
  max-width: 630px;
  min-height: 100px;
  min-width: 630px;
  border-style: solid;
  border-width: 2px;
  border-color: #dcdcdc;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button {
  border-radius: 5px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-12 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.checkbox-label {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.checkbox {
  width: 15px;
  height: 15px;
}

.text-span-8 {
  color: #f40;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.contact-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 390px;
  -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: #e9e9e9;
}

.contact-section-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  margin: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section-2-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  background-color: #fff;
}

.contact-section-2-column-2 {
  width: 400px;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px;
  border-radius: 30px;
  background-color: #fff;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 100px;
  margin-top: 0px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
}

.text-block-13 {
  margin: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f40;
  font-size: 41px;
  line-height: 60px;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.text-span-9 {
  font-size: 12px;
  line-height: 3px;
  font-weight: 400;
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 110px;
  margin-top: 0px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 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;
}

.contact-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -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;
}

.contact-section-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.heading-5 {
  margin-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.tabs-3 {
  z-index: 0;
  width: 100%;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px;
  -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;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f5f5f5;
}

.tab-link-tab-1-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f40;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f5f5f5;
}

.tab-link-tab-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 0px;
  -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;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f5f5;
}

.tab-link-tab-2-2.w--current {
  border-bottom: 2px solid #f40;
  background-color: #f5f5f5;
}

.tabs-content-2 {
  top: 20px;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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: #d7562d;
}

.contact-cta-container {
  display: block;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-span-10 {
  font-family: 'Fa solid 900', sans-serif;
  color: #f40;
}

.cta-btn {
  padding: 10px 46px;
  float: none;
  border-radius: 5px;
  background-color: #454545;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding-top: 40px;
  -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: #454545;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -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;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-21 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.link-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #bebebe;
  text-decoration: none;
}

.footer-logo {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-2-copy {
  font-family: Montserrat, sans-serif;
  color: #010001;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.text-block-2-copy-copy {
  position: relative;
  z-index: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.footer-socials {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-line {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  background-color: #6d6d6d;
}

.footer-rights-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-block-22 {
  font-family: Montserrat, sans-serif;
  color: silver;
}

.link-3 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Fa brands 400', sans-serif;
  color: #dadada;
  font-size: 30px;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -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;
}

.html-embed {
  border-radius: 5px;
}

.section-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-1-grid {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-1-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.section-1-card-content {
  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;
}

.section-1-card-icon {
  position: static;
  font-family: 'Fa solid 900', sans-serif;
  color: #f40;
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
}

.section-1-card-header {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.section-1-card-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.section-1-card-link {
  color: #70aff3;
  text-decoration: none;
}

.section-1-menu-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 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;
}

.div-block-12 {
  display: block;
  width: 100%;
  height: auto;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
}

.div-block-13 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 70px;
  float: right;
  -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;
}

.card-1-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 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;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px 0px 70px;
  padding: 0px 40px;
  -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;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  font-family: Montserrat, sans-serif;
}

.html-embed-2 {
  border-radius: 5px;
}

.tab-pane-tab-2 {
  border-radius: 5px;
}

.tab-pane-tab-1-2 {
  border-radius: 5px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  float: right;
  clear: right;
  -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-16 {
  width: auto;
  height: auto;
}

.about-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  font-size: 42px;
}

.about-section-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-section-1-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.about-section-1-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.text-block-27-copy {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.text-block-28 {
  position: absolute;
  left: 140px;
  top: 506px;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(255, 68, 0, 0.13);
  font-size: 420px;
  line-height: 420px;
}

.about-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  -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: #f8f8f8;
}

.about-header-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  margin-top: 115px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: url('../images/header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  overflow: visible;
}

.section-1-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card-2:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.section-1-card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card-3:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.section-1-card-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card-4:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.section-1-card-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card-5:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.section-1-card-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f9f9f9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.section-1-card-6:hover {
  box-shadow: 0 10px 20px -11px #bcbcbc;
}

.about-section-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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-block-32 {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-weight: 700;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.about-section-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #454545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.95)), to(rgba(14, 14, 14, 0.95))), url('../images/business-team-meeting-boardroom.jpg');
  background-image: linear-gradient(180deg, rgba(14, 14, 14, 0.95), rgba(14, 14, 14, 0.95)), url('../images/business-team-meeting-boardroom.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-section-3-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.section-2-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -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: 50px;
  background-color: #d7562d;
}

.section-2-card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-34 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 18px;
}

.paragraph-4 {
  margin-top: 10px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 0px;
  float: right;
  -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-block-35 {
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-weight: 700;
}

.heading-12 {
  margin-top: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-span-16 {
  color: #f40;
  font-weight: 600;
}

.text-block-36 {
  margin-right: 20px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
}

.text-span-17 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.text-span-18 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.text-span-19 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  line-height: 33px;
}

.text-block-36-copy {
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 150px;
  -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-style: none;
  border-width: 12px;
  border-color: #f40;
  border-radius: 60px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 250px;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-38 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-39 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-40 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-41 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.about-section-4 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1780px;
  padding: 140px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.about-section-4-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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-block-42 {
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-size: 14px;
  font-weight: 700;
}

.heading-13 {
  margin-top: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  -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;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

.div-block-35:hover {
  background-color: #fcfcfc;
  box-shadow: 5px 4px 20px -1px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

.text-block-43 {
  font-family: 'Fa solid 900', sans-serif;
  color: #f40;
  font-size: 49px;
  font-weight: 900;
}

.bold-text-2 {
  font-size: 60px;
  line-height: 60px;
}

.text-block-44 {
  display: none;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.about-card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 380px;
  margin-top: 60px;
  padding: 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #f8f8f8;
}

.heading-14 {
  margin-top: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.service-card-1-div-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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;
}

.text-block-45 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #f8f8f8;
}

.section-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.top-header-section-orange {
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.header-section-white {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.paragraph-white {
  display: none;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

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

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

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

.text-span-26 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.text-span-27 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.text-span-28 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.section-2-btn {
  margin-top: 20px;
  padding: 10px 46px;
  border-radius: 5px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.section-2-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-2-column {
  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;
}

.div-block-44 {
  position: relative;
  left: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
  box-shadow: 2px 2px 11px -4px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading-18 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.text-block-47 {
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
}

.text-block-49 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 21px;
}

.div-block-45-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-radius: 0px;
  background-color: #d7562d;
  box-shadow: 2px 2px 11px -4px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-45-copy:hover {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-45-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 11px -4px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bold-text-7 {
  color: #fff;
}

.heading-18-copy {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.text-block-47-copy {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #454545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/pexels-fauxels-3184299.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/pexels-fauxels-3184299.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #fff;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #464646;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -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: #f5f3f3;
}

.cta-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -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: #d7562d;
}

.cta-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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: #d7562d;
}

.section-3-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-47 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  -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: #fff;
}

.frage-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.submit-button-4 {
  display: block;
  margin-top: 94px;
  padding: 10px 58px;
  border-radius: 5px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-block-3 {
  margin-bottom: 0px;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -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;
}

.bar-1 {
  width: 30px;
  height: 5px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.bar-1.active {
  background-color: #f40;
}

.bar-1.inactive {
  background-color: #d6d6d7;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 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;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 0px 0px 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #0c0c0c;
  mix-blend-mode: normal;
}

.checkbox-2 {
  position: static;
  left: 358px;
  top: 16px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin: 0px;
  float: right;
  border-color: #d7d7d7;
  border-radius: 16px;
  background-color: #f8f8f8;
}

.checkbox-2.w--redirected-checked {
  position: static;
  padding: 0px;
  border-style: solid;
  border-color: #f40;
  background-color: #f40;
  background-size: 10px;
}

.checkbox-label-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 6px;
  float: left;
  -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;
  border-style: none;
  border-width: 2px;
  border-color: #464646;
  border-radius: 5px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 10px 74px;
  border-radius: 5px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.checkbox-field-copy {
  position: relative;
  display: block;
  width: 400px;
  margin: 0px;
  padding: 0px 0px 10px;
  -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;
  border-style: none;
  border-width: 2px;
  border-color: #464646;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  mix-blend-mode: normal;
}

.frage-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.text-field-4 {
  width: 100%;
  height: 50px;
  margin-bottom: 3px;
  padding-left: 26px;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
}

.text-field-4::-webkit-input-placeholder {
  background-color: transparent;
}

.text-field-4:-ms-input-placeholder {
  background-color: transparent;
}

.text-field-4::-ms-input-placeholder {
  background-color: transparent;
}

.text-field-4::placeholder {
  background-color: transparent;
}

.checkbox-field-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 0px 0px 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #0c0c0c;
  mix-blend-mode: normal;
}

.checkbox-field-2 {
  width: 100%;
}

.checkbox-label-4 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.frage-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.success-message-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fffefe;
}

.section-2-image {
  width: 500px;
  height: 440px;
  max-width: 100%;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/home-team-small-2.jpg');
  background-position: 30% 0%;
  background-size: cover;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.09);
  mix-blend-mode: normal;
}

.section-2-column-1 {
  position: static;
}

.div-block-49 {
  width: 100%;
  height: 300px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('../images/team-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-6 {
  position: static;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-6.inactive {
  opacity: 0;
  color: #333;
  cursor: default;
}

.text-span-31 {
  padding-right: 7px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 11px;
}

.link-6-copy {
  float: right;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  clear: none;
  -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-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;
}

.text-block-27-copy-copy {
  display: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.column-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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;
  border-radius: 20px;
  background-color: transparent;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  -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;
}

.counter {
  display: inline;
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.text-block-55 {
  font-family: 'Fa solid 900', sans-serif;
  color: #f40;
  font-size: 30px;
  line-height: 40px;
}

.text-block-54-copy {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.column-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: transparent;
}

.section-3-column {
  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;
  -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-section-black {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #333;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

.header-section-black.text-center {
  text-align: center;
}

.paragraph-black {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.paragraph-black.p-6 {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}

.section-4-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.div-block-59 {
  display: none;
  width: 100%;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-60 {
  width: 330px;
  height: 330px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.section-4-slider-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-decoration: none;
}

.text-block-56 {
  font-family: 'Fa solid 900', sans-serif;
  color: #dadada;
  font-size: 20px;
}

.text-block-56.arrow-black {
  color: #000;
}

.div-block-62 {
  height: 200px;
  border-radius: 10px;
  background-image: url('../images/team-2.jpg');
  background-position: 8% 33%;
  background-size: 1000px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-57 {
  margin-top: 20px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-58 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-size: 11px;
  font-weight: 400;
}

.section-4-slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: transparent;
  text-decoration: none;
}

.text-block-56-copy {
  font-family: 'Fa solid 900', sans-serif;
  color: #727272;
  font-size: 20px;
}

.text-block-56-copy.arrow-black {
  color: #000;
}

.slider {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 290px;
  -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: transparent;
}

.section-4-slide-1 {
  position: relative;
  width: 200px;
  height: 220px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
}

.mask {
  position: static;
  width: 880px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.left-arrow {
  position: absolute;
}

.slide-nav {
  top: auto;
}

.section-4-slide-1-picture {
  display: none;
  height: 150px;
  padding: 10px;
  border-radius: 10px;
}

.section-4-slide-1-picture.img-sven-moritz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/sven-moritz-small.jpg');
  background-position: 50% 20%;
  background-size: auto 180px;
}

.section-4-slide-1-picture.img-jonas-guhmann {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1e1f1f;
  background-image: url('../images/jonas-guhmann-small.jpg');
  background-position: 50% 15%;
  background-size: auto 180px;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-dustin-thierjung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/dustin-thierjung-small.jpg');
  background-position: 0% 40%;
  background-size: auto 180px;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-etienne-voelinnger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0a0a0a;
  background-image: url('../images/eddy-voellinger-small.jpg');
  background-position: 50% 0%;
  background-size: auto 180px;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-florian-koch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #040504;
  background-image: url('../images/florian-koch-small.jpg');
  background-position: 50% 30%;
  background-size: auto 180px;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-denny-trommler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/denny-trommler.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-4-slide-1-picture.img-julius-schmidt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/julius-schmidt.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.section-4-slide-1-picture.img-tobias-wulle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/no-img.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.section-4-slide-1-picture.img-jennifer-glaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #121312;
  background-image: url('../images/jennifer-glaser.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-oliver-schirmer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/oliver-schirmer-small.jpg');
  background-position: 100% 30%;
  background-size: auto 180px;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-lars-niekum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/lars-niekum.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.section-4-slide-1-picture.img-lars-wagner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/lars-wagner.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.section-4-slide-1-picture.no-profile-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/no-img.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.section-4-slide-1-picture.img-valentin-lechner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0a0b0a;
  background-image: url('../images/uknw-person-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-4-slide-1-picture.img-lars-mesner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/uknw-person-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.section-4-slide-1-picture.img-patrick-eichhorn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/no-img.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.text-block-59 {
  margin-top: 15px;
  margin-left: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-5-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.news-slider {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 390px;
  margin: 0px;
  padding: 0px;
  -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: transparent;
}

.news-slider-mask {
  position: static;
  overflow: hidden;
  width: 810px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.news-slider-card {
  position: static;
  overflow: hidden;
  width: 250px;
  height: 320px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.hero-scroll-animation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -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-33 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.text-span-34 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.text-span-37 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  background-color: #252525;
}

.text-span-38 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.div-block-66 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 810px;
  height: auto;
  padding: 20px;
  -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;
  border-radius: 40px;
  background-color: #252525;
}

.section-7-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.section-7-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  -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;
}

.section-2-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-2-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2-card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2-card-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2-card-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2-card-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 115px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: url('../images/header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.news-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #f7f7f7;
}

.news-section-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  background-color: transparent;
}

.new-facebook-post {
  width: 300px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}

.news-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -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;
}

.news-section-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 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;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-75:hover {
  box-shadow: 0 3px 16px -9px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.text-block-61 {
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: #ff7235;
  font-size: 29px;
  line-height: 30px;
  text-decoration: none;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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-block-62 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.news-section-2-facebook {
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: #357fff;
  font-size: 29px;
  line-height: 30px;
  text-decoration: none;
}

.news-section-2-xing {
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: #1f9c23;
  font-size: 29px;
  line-height: 30px;
  text-decoration: none;
}

.section-5-slider-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-decoration: none;
}

.section-5-slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: transparent;
  text-decoration: none;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #f8f8f8;
}

.section-6-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  -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;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  height: 280px;
  padding: 40px 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
}

.image-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-4 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.impressum-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: #f8f8f8;
}

.impressum-section-1-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.impressum-content {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  border-radius: 30px;
  background-color: #fff;
}

.impressum-h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #d7562d;
}

.impressum-h2 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.impressum-text-block {
  font-family: Montserrat, sans-serif;
}

.impressum-h3 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.div-block-78 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 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;
  border: 2px none transparent;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-slider-card-embed-1 {
  height: 560px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -7px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-3 {
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-posts {
  position: static;
  overflow: hidden;
  width: 250px;
  height: 320px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.news-slider-card-embed-4 {
  height: 480px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -7px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-5 {
  height: 580px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-6 {
  height: 610px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-7 {
  height: 610px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-8 {
  height: 420px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-9 {
  height: 620px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-10 {
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-11 {
  height: 590px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-slider-card-embed-12 {
  height: 300px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -8px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-1 {
  height: 310px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  background-color: transparent;
  opacity: 1;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.new-facebook-multiple-img {
  width: 550px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}

.news-card-embed-3 {
  height: 819px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  opacity: 1;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-5 {
  height: 800px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-2 {
  height: 540px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-4 {
  height: 550px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-6 {
  height: 860px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-7 {
  height: 790px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-8 {
  height: 610px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.news-card-embed-9 {
  height: 800px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 14px;
  outline-color: #fff;
  outline-offset: -10px;
  outline-style: solid;
  outline-width: 28px;
}

.nav-link-1-copy {
  width: auto;
  height: 100%;
  padding-right: 20px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-link-cta-copy {
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  color: #2c2c2c;
  text-decoration: none;
}

.text-span-39 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.nav-contact-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px none #fff;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-contact-copy.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #f40;
}

.nav-text-cta-copy {
  margin-top: 0px;
  padding: 5px 20px;
  border-radius: 8px;
  background-color: #d7562d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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;
  border: 1px none #000;
  color: #2c2c2c;
  text-decoration: none;
}

.nav-cta.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #f40;
}

.heading-14-copy {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-block-45-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-14-copy {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-block-45-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-14-copy {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-block-45-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-14-copy {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-block-45-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.heading-14-copy {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-block-45-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.section-1-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.section-1-menu-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.section-1-menu-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.section-1-menu-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.section-1-menu-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  -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: rgba(0, 0, 0, 0.56);
  opacity: 1;
}

.datenschutz-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: #f8f8f8;
}

.datenschutz-section-1-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.datenschutz-h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #d7562d;
}

.datenschutz-h2 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 26px;
  font-weight: 600;
}

.datenschutz-text-block {
  font-family: Montserrat, sans-serif;
}

.datenschutz-h3 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.datenschutz-content {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  border-radius: 30px;
  background-color: #fff;
}

.datenschutz-h4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.whofinance-sticky {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 142px;
  height: auto;
  margin: 20px 20px 70px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -14px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.div-block-80 {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  border-radius: 20px;
  background-image: url('../images/whofinance.jpg');
  background-position: 47% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
}

.text-block-63 {
  margin-left: 12px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff9e00;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-block-64 {
  margin-top: 2px;
  margin-bottom: 13px;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.slider-2 {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: transparent;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  top: 258px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.45;
}

.slide {
  background-color: transparent;
}

.right-arrow {
  width: 40px;
  margin: 0px;
  padding: 0px;
  opacity: 0.19;
  mix-blend-mode: difference;
}

.left-arrow-2 {
  width: 40px;
  opacity: 0.19;
  mix-blend-mode: exclusion;
}

.div-block-83 {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}

.div-block-84 {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 20px;
  background-color: #8bc5ff;
}

.div-block-85 {
  display: block;
  margin-bottom: 10px;
  -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;
}

.div-block-86 {
  height: 40px;
  margin-left: 10px;
  float: left;
}

.text-block-65 {
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-66 {
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-63-copy {
  margin-left: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff9e00;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-block-69 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.slide-2 {
  background-color: transparent;
}

.slide-3 {
  background-color: transparent;
}

.slide-4 {
  background-color: transparent;
}

.slide-5 {
  background-color: transparent;
}

.slide-6 {
  background-color: transparent;
}

.div-block-83-mobile {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}

.div-block-87 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  -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: #fff;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.notthecounter {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-89 {
  width: 130px;
  height: 40px;
  float: right;
  background-image: url('../images/whofinance.jpg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.job-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 310px;
  margin-top: 115px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: url('../images/header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.job-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.job-section-1-container {
  position: static;
  width: auto;
  height: 850px;
  max-width: 1364px;
  min-width: 900px;
  margin-top: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-3-div-img {
  position: static;
  left: auto;
  top: 75px;
  width: 470px;
  height: 320px;
  min-height: 320px;
  min-width: 470px;
  border-radius: 20px;
  background-color: #707070;
  background-image: url('../images/team-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 20px 6px rgba(0, 0, 0, 0.09);
}

.text-block-70 {
  position: static;
  left: auto;
  top: 7px;
  width: 360px;
  height: auto;
  margin-left: 65px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.div-block-90-copy {
  position: relative;
  top: -52px;
  width: 420px;
  height: 380px;
  margin-right: 20px;
  margin-left: 59px;
  float: none;
  clear: both;
  border-radius: 20px;
  background-color: #707070;
  background-image: url('../images/team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 20px 6px rgba(0, 0, 0, 0.09);
}

.text-block-70-copy {
  position: static;
  left: 58px;
  top: 197px;
  width: 400px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.div-block-90-copy-copy {
  position: relative;
  top: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 380px;
  margin-right: 0px;
  margin-left: 59px;
  -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-color: #fff;
  box-shadow: 4px 4px 20px 6px rgba(0, 0, 0, 0.09);
}

.job-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(136, 36, 0, 0.39)), to(rgba(136, 36, 0, 0.39))), url('../images/pexels-fauxels-3183183.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(136, 36, 0, 0.39), rgba(136, 36, 0, 0.39)), url('../images/pexels-fauxels-3183183.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.job-section-2-container {
  width: 80%;
  height: auto;
  max-width: 1364px;
  min-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-71 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-span-40 {
  font-family: 'Fa solid 900', sans-serif;
}

.job-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.job-section-3-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
}

.div-block-93 {
  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: 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-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.section-3-text-block {
  position: static;
  left: auto;
  top: 7px;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.job-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-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;
}

.job-section-4-container {
  display: block;
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 3px solid #d7562d;
}

.div-block-95 {
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #1c1c1c;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.heading-24 {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-72 {
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.div-block-96 {
  display: block;
  float: left;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #f40;
  font-size: 12px;
  line-height: 20px;
}

.job-section-2-backdropfilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  -webkit-backdrop-filter: grayscale(77%) blur(4px);
  backdrop-filter: grayscale(77%) blur(4px);
}

.section-3-backdrop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  -webkit-backdrop-filter: grayscale(27%) blur(3px);
  backdrop-filter: grayscale(27%) blur(3px);
}

.about-section-3-backdrop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  -webkit-backdrop-filter: grayscale(84%) blur(3px);
  backdrop-filter: grayscale(84%) blur(3px);
}

.text-span-41 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #f40;
  color: #fff;
}

.text-span-42 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #f40;
  color: #fff;
  line-height: 20px;
}

.text-span-43 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.text-span-44 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.button-8 {
  margin-top: 25px;
  margin-bottom: 25px;
  float: right;
  border-radius: 10px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
}

.text-span-46 {
  line-height: 22px;
}

.text-span-47 {
  display: none;
}

.text-span-48 {
  display: none;
}

.cookie-consent {
  z-index: 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-color: rgba(0, 0, 0, 0.7);
}

.html-embed-6 {
  z-index: 3;
  display: none;
  -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: transparent;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.section-3-div-img-copy {
  position: static;
  left: auto;
  top: 75px;
  width: 100%;
  height: 440px;
  min-height: 320px;
  min-width: 470px;
  border-radius: 20px;
  background-color: #707070;
  background-image: url('../images/team-3.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 20px 6px rgba(0, 0, 0, 0.09);
}

.hero-slider {
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.right-arrow-5 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.hero-section-2 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.hero-content-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96%;
  margin-top: 0px;
  padding-top: 80px;
  -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;
}

.mask-3 {
  background-image: url('../images/background-small-2.jpg'), url('../images/background-small.png');
  background-position: 30% 50%, 94% 0%;
  background-size: cover, cover;
}

.heading-26 {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fefefe;
  font-size: 26px;
  font-weight: 400;
}

.link-7 {
  color: #f40;
  text-decoration: none;
}

.text-block-73 {
  position: absolute;
  left: auto;
  top: 142px;
  right: 28%;
  bottom: auto;
  display: none;
}

.service-card-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 250px;
  margin-top: 60px;
  padding: 20px 60px;
  -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;
  border-radius: 19px;
  background-color: #f8f8f8;
}

.about-card-1-div-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 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;
}

.kontakt-thanks-msg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100%;
  height: 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;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  border-radius: 20px;
  background-color: #fafafa;
  opacity: 1;
}

.h1-thanks-msg {
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.text-block-74 {
  font-family: Montserrat, sans-serif;
}

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

.text-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  float: right;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 26px;
  cursor: pointer;
}

.termin-thanks-msg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  -webkit-backdrop-filter: grayscale(100%) blur(7px);
  backdrop-filter: grayscale(100%) blur(7px);
}

.button-9 {
  margin-top: 40px;
  padding-right: 46px;
  padding-left: 46px;
  border-radius: 7px;
  background-color: #f40;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.lottie-animation-5 {
  height: 250px;
}

.lottie-animation-6 {
  height: 250px;
}

.div-block-102 {
  border-radius: 5px;
}

.error-box-2 {
  width: 400px;
  height: auto;
  padding: 8px 12px;
  border-radius: 9px;
  background-color: #eee;
}

.error-box-3 {
  width: 400px;
  height: auto;
  padding: 8px 12px;
  border-radius: 9px;
  background-color: #eee;
}

.error-box-1 {
  width: auto;
  height: auto;
  padding: 8px 12px;
  border-radius: 9px;
  background-color: #eee;
}

.text-block-76 {
  font-family: Montserrat, sans-serif;
  color: #a52727;
  font-weight: 600;
}

.text-span-49 {
  font-family: 'Fa solid 900', sans-serif;
  color: #ff3232;
}

.frage-2-input-block {
  width: 100%;
  margin-bottom: 20px;
}

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

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

.vorname-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.text-span-50 {
  font-family: 'Fa solid 900', sans-serif;
}

.nachname-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.email-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.telefon-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.frage-3-input-block {
  width: 100%;
  margin-bottom: 20px;
}

.vonuhrzeit-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.bisuhrzeit-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.kontakt-input-block {
  width: 100%;
  margin-bottom: 0px;
}

.name-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.vorname-error-msg-copy {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.betreff-error-msg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e51e1e;
  font-weight: 500;
}

.html-embed-7 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.section-8 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -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;
}

.section-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.lottie-animation-7 {
  position: absolute;
  left: auto;
  top: -12%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.body-3 {
  overflow: visible;
}

.calendly-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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: #fff;
}

.calendly-nav-container {
  width: 80%;
  height: 100%;
  max-width: 1364px;
  min-width: 900px;
}

.div-block-106 {
  display: block;
  height: 100%;
  float: left;
  -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-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

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

.text-block-77 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-109 {
  height: 100%;
  float: right;
}

.button-10 {
  border-radius: 9px;
  background-color: #d7562d;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span-51 {
  position: static;
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.honeypot-input-kontakt {
  width: 100%;
  margin-bottom: 0px;
}

.lottie-animation-7-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  width: 100%;
  height: 100%;
  opacity: 0.06;
}

.div-block-111 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(73%, #fff));
  background-image: linear-gradient(180deg, transparent 40%, #fff 73%);
}

.text-block-78 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.text-span-52 {
  font-family: 'Fa solid 900', sans-serif;
  color: #d7562d;
}

.div-block-112 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 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;
}

.div-block-4-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  height: 110px;
  margin-top: 0px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .text-block-2 {
    font-size: 16px;
  }

  .nav-about {
    font-size: 14px;
  }

  .nav-product {
    font-size: 14px;
  }

  .nav-news {
    font-size: 14px;
  }

  .nav-job {
    font-size: 14px;
  }

  .nav-contact {
    font-size: 14px;
  }

  .nav-text-cta {
    padding: 7px 17px;
    font-size: 14px;
  }

  .hero-header {
    font-size: 60px;
    line-height: 63px;
  }

  .hero-paragraph {
    font-size: 16px;
  }

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

  .heading-9 {
    margin-top: 10px;
  }

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

  .paragraph-4 {
    margin-top: 10px;
  }

  .div-block-28 {
    width: 50%;
  }

  .heading-12 {
    margin-top: 10px;
  }

  .paragraph-5 {
    padding-right: 0px;
  }

  .div-block-31 {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    height: 240px;
  }

  .heading-13 {
    margin-top: 10px;
  }

  .section-4-slide-1-picture.img-denny-trommler {
    background-image: url('../images/denny-trommler.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.img-julius-schmidt {
    background-image: url('../images/julius-schmidt.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.img-tobias-wulle {
    background-image: url('../images/no-img.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .section-4-slide-1-picture.img-jennifer-glaser {
    background-image: url('../images/jennifer-glaser.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section-4-slide-1-picture.img-lars-niekum {
    background-image: url('../images/lars-niekum.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.img-lars-wagner {
    background-image: url('../images/lars-wagner.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.no-profile-img {
    background-image: url('../images/no-img.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .section-4-slide-1-picture.img-valentin-lechner {
    background-image: url('../images/uknw-person-2.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.img-lars-mesner {
    background-image: url('../images/uknw-person-1.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .section-4-slide-1-picture.img-patrick-eichhorn {
    background-image: url('../images/no-img.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .div-block-65 {
    width: 480px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .lottie-animation-7 {
    right: -10%;
  }

  .lottie-animation-7-copy {
    left: -11%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    padding-top: 111px;
  }

  .nav-content-2.w--current {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .nav-about {
    font-size: 16px;
  }

  .nav-product {
    font-size: 16px;
  }

  .nav-news {
    font-size: 16px;
  }

  .nav-news.w--current {
    border-radius: 0px;
  }

  .nav-job {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .nav-job.w--current {
    border-bottom: 3px solid #f40;
  }

  .nav-contact {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .nav-text-cta {
    padding: 6px 25px;
    font-size: 16px;
  }

  .hero-header {
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 0.4px;
  }

  .hero-paragraph {
    margin-right: 97px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }

  .hero-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  .hero-column {
    width: 100%;
  }

  .contact-section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .form-block {
    height: auto;
  }

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

  .contact-section-2-container {
    height: auto;
  }

  .contact-section-3-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu-3 {
    height: 50px;
  }

  .html-embed {
    margin-bottom: 40px;
  }

  .text-block-28 {
    left: 268px;
    top: 513px;
  }

  .body {
    letter-spacing: 0.4px;
  }

  .heading-9 {
    margin-bottom: 60px;
  }

  .about-section-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    -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;
  }

  .about-section-3-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100%;
    max-width: 1364px;
    min-width: 900px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-2-row-1 {
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-10 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .div-block-31 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-32 {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-33 {
    border-style: none;
  }

  .div-block-34 {
    height: 250px;
  }

  .heading-14 {
    font-weight: 600;
  }

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

  .section-2 {
    height: 800px;
  }

  .section-3 {
    height: 500px;
    background-color: #454545;
  }

  .section-4 {
    width: 100%;
    height: 600px;
    padding: 60px 0px;
  }

  .section-5 {
    padding: 60px 10px;
  }

  .text-field-4 {
    color: #2c2c2c;
  }

  .section-4-container {
    height: 451px;
    -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;
  }

  .mask {
    width: 1100px;
  }

  .div-block-65 {
    width: 70%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2-row-2 {
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-section-1-container {
    max-width: 950px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .new-facebook-post {
    height: auto;
  }

  .news-slider-card-embed-1 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-3 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-4 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-5 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-6 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-7 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-8 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-9 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-10 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-11 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-slider-card-embed-12 {
    height: 300px;
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-1 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .new-facebook-multiple-img {
    height: auto;
  }

  .news-card-embed-3 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-5 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-2 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-4 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-6 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-7 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-8 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .news-card-embed-9 {
    border-radius: 19px;
    outline-offset: -10px;
  }

  .heading-14-copy {
    font-weight: 600;
  }

  .text-block-45-copy {
    font-weight: 400;
  }

  .heading-14-copy {
    font-weight: 600;
  }

  .text-block-45-copy {
    font-weight: 400;
  }

  .heading-14-copy {
    font-weight: 600;
  }

  .text-block-45-copy {
    font-weight: 400;
  }

  .heading-14-copy {
    font-weight: 600;
  }

  .text-block-45-copy {
    font-weight: 400;
  }

  .heading-14-copy {
    font-weight: 600;
  }

  .text-block-45-copy {
    font-weight: 400;
  }

  .whofinance-sticky {
    display: block;
    width: 160px;
  }

  .text-block-63 {
    margin-left: 18px;
    font-size: 15px;
  }

  .text-block-64 {
    margin-left: 18px;
    font-size: 14px;
  }

  .text-block-63-copy {
    margin-left: 0px;
    font-size: 15px;
  }

  .job-section-1-container {
    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;
  }

  .section-3-div-img {
    left: -256px;
  }

  .text-block-70 {
    left: 513px;
  }

  .section-3-text-block {
    left: 513px;
  }

  .about-section-3-backdrop {
    height: 100%;
  }

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

  .section-3-div-img-copy {
    left: -256px;
    height: 680px;
    background-position: 50% 30%;
  }

  .hero-content-2 {
    padding-top: 111px;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #fefffe;
    font-weight: 400;
  }

  .section-8 {
    display: none;
    height: 94vh;
  }

  .section-9 {
    position: relative;
    width: 100vw;
    height: 100vh;
  }

  .lottie-animation-7 {
    left: auto;
    top: 0%;
    right: -11%;
    bottom: auto;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .calendly-nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
  }

  .lottie-animation-7-copy {
    left: -15%;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-nav-container {
    width: 100%;
    min-width: auto;
  }

  .nav-container {
    width: 100%;
    min-width: auto;
  }

  .hero-content-container {
    min-width: auto;
  }

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

  .text-block-2 {
    font-size: 12px;
    line-height: 13px;
  }

  .nav-link-1 {
    display: none;
    padding-right: 10px;
  }

  .nav-link-2 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-3 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-4 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .text-block-3 {
    font-size: 10px;
  }

  .nav-burger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    -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;
    background-color: #fff;
    opacity: 0;
  }

  .home-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    font-family: Montserrat, sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .section-1 {
    height: auto;
    padding: 40px 20px;
  }

  .nav-link-cta {
    display: none;
    padding-left: 10px;
  }

  .nav-text-cta {
    padding: 2px 14px;
    font-size: 11px;
  }

  .hero-header {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-header-container {
    width: 100%;
    min-width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }

  .contact-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-section-2 {
    height: 457px;
  }

  .contact-section-2-container {
    width: 100%;
    min-width: auto;
    -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;
  }

  .contact-section-2-column-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-section-2-column-2 {
    width: 450px;
  }

  .contact-section-3-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-cta-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-text {
    font-size: 12px;
  }

  .cta-btn {
    padding: 8px 20px;
    font-size: 12px;
  }

  .text-block-2-copy {
    font-size: 12px;
    line-height: 13px;
  }

  .text-block-2-copy-copy {
    font-size: 12px;
    line-height: 13px;
  }

  .html-embed {
    border-radius: 30px;
  }

  .section-1-container {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .html-embed-2 {
    border-radius: 30px;
  }

  .tab-pane-tab-2 {
    border-radius: 30px;
  }

  .tab-pane-tab-1-2 {
    border-radius: 30px;
  }

  .mobile-menu-arrow.mobile-link-active {
    margin-right: 10px;
    font-family: 'Fa solid 900', sans-serif;
  }

  .mobile-menu-arrow.mobile-link-inactive {
    opacity: 0;
    font-family: 'Fa solid 900', sans-serif;
  }

  .about-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-28 {
    left: 22px;
  }

  .about-section-2-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-section-3-container {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2-row-1 {
    -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;
  }

  .section-2-card-1 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

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

  .paragraph-4 {
    text-align: center;
  }

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

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

  .div-block-32 {
    width: 100%;
    height: 217px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-33 {
    width: 100%;
    height: 127px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-34 {
    width: 160px;
    height: 210px;
    -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;
  }

  .text-block-38 {
    font-size: 12px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .text-block-40 {
    font-size: 12px;
  }

  .text-block-41 {
    font-size: 12px;
  }

  .about-section-4-container {
    width: 100%;
    min-width: auto;
  }

  .section-2 {
    height: auto;
  }

  .section-2-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-2-btn {
    display: none;
  }

  .section-2-column-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2-column {
    width: 100%;
    -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;
  }

  .div-block-44 {
    left: auto;
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-3-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-field-4 {
    color: #2c2c2c;
  }

  .termin-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px;
    font-family: Montserrat, sans-serif;
    color: #f40;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .section-2-image {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-57 {
    width: 90px;
    height: 90px;
  }

  .div-block-58 {
    width: 160px;
    height: 160px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-3-column {
    width: 100%;
  }

  .section-4-container {
    width: 100%;
    min-width: auto;
  }

  .mask {
    width: 660px;
  }

  .section-5-container {
    width: 100%;
    min-width: auto;
  }

  .news-slider-mask {
    width: 540px;
  }

  .div-block-65 {
    width: 100%;
    height: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-68 {
    width: 700px;
  }

  .section-7-container {
    width: 100%;
    min-width: auto;
  }

  .section-2-row-2 {
    -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;
  }

  .section-2-card-2 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

  .section-2-card-3 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

  .section-2-card-4 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

  .section-2-card-5 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

  .section-2-card-6 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }

  .news-section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .new-facebook-post {
    width: 100%;
  }

  .news-section-2-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-77 {
    width: auto;
  }

  .impressum-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .new-facebook-multiple-img {
    width: 100%;
  }

  .news-section-1-column-1 {
    width: 40%;
  }

  .news-section-1-column-2 {
    width: 60%;
  }

  .nav-link-1-copy {
    display: none;
    padding-right: 10px;
  }

  .nav-link-cta-copy {
    display: none;
    padding-left: 10px;
  }

  .nav-text-cta-copy {
    padding: 2px 14px;
    font-size: 11px;
  }

  .datenschutz-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .whofinance-sticky {
    display: none;
  }

  .lottie-animation-4 {
    width: 120px;
  }

  .job-section-1-container {
    width: 100%;
    height: 570px;
    min-width: auto;
  }

  .section-3-div-img {
    width: 370px;
    height: 250px;
    min-height: 220px;
    min-width: 350px;
    margin: 0px 20px 47px;
  }

  .text-block-70 {
    width: 310px;
    height: 290px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .div-block-90-copy {
    position: relative;
    left: auto;
    top: -114px;
    right: 0%;
    bottom: auto;
    width: 350px;
    height: 220px;
    margin-right: 20px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-90-copy-copy {
    position: relative;
    left: auto;
    top: -11%;
    right: 0%;
    bottom: 0%;
    width: 350px;
    height: 320px;
    margin-right: 0px;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .job-section-2-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-71 {
    font-size: 12px;
  }

  .job-section-3-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .section-3-text-block {
    margin-left: 0px;
  }

  .job-section-4-container {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-95 {
    height: auto;
  }

  .heading-24 {
    font-size: 13px;
  }

  .div-block-96 {
    width: 430px;
  }

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

  .button-8 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .div-block-98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-99 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    -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;
  }

  .section-3-div-img-copy {
    width: 100%;
    height: 380px;
    min-height: 220px;
    min-width: 350px;
    margin: 0px 20px 47px;
  }

  .hero-section-2 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mask-3 {
    background-image: url('../images/background-small-2.jpg');
    background-position: 80% 50%;
    background-size: cover;
  }

  .kontakt-thanks-msg {
    display: none;
  }

  .lottie-animation-7 {
    left: auto;
    top: -20%;
    right: 0%;
    bottom: auto;
  }

  .calendly-nav-container {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .lottie-animation-7-copy {
    bottom: -28%;
  }

  .div-block-112 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .top-nav {
    display: none;
  }

  .hero-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-2 {
    position: relative;
    z-index: 1;
  }

  .nav-link-1 {
    display: none;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-link-3 {
    display: none;
  }

  .nav-link-4 {
    display: none;
  }

  .nav-link-5 {
    display: none;
  }

  .nav-burger-menu {
    position: static;
    display: block;
    height: 100%;
    float: right;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    float: right;
    -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;
  }

  .lottie-animation {
    position: relative;
    z-index: 1;
    width: 50px;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -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;
    background-color: #fff;
    opacity: 0;
  }

  .image {
    position: relative;
    z-index: 1;
  }

  .text-block-2-copy {
    position: absolute;
    left: 78px;
    display: none;
  }

  .home-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    font-family: Montserrat, sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .section-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link-cta {
    display: none;
  }

  .hero-column-1 {
    width: 100%;
  }

  .hero-column-2 {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-btn {
    display: none;
  }

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

  .lottie-animation-2 {
    display: none;
  }

  .btn-hero-column-2 {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
  }

  .lottie-animation-3 {
    display: block;
  }

  .contact-header-section {
    margin-top: 80px;
  }

  .contact-header-container {
    width: 100%;
    min-width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .sub-header-contact {
    font-size: 12px;
  }

  .heading-2-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-header-content {
    width: 100%;
  }

  .contact-section-1 {
    height: auto;
  }

  .contact-section-1-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .textarea {
    width: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .contact-section-2 {
    background-image: linear-gradient(45deg, #e4e4e4, #fff5f1);
  }

  .contact-section-2-column-1 {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .div-block-4 {
    background-color: transparent;
  }

  .div-block-4-copy {
    background-color: transparent;
  }

  .contact-cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-text {
    text-align: center;
  }

  .cta-btn {
    margin-top: 20px;
  }

  .text-block-2-copy {
    position: relative;
    z-index: 1;
  }

  .text-block-2-copy-copy {
    position: relative;
    z-index: 0;
  }

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

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

  .section-1-menu-1 {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .mobile-menu-arrow.mobile-link-active {
    margin-right: 19px;
    opacity: 1;
    font-family: 'Fa solid 900', sans-serif;
  }

  .mobile-menu-arrow.mobile-link-inactive {
    opacity: 0;
    font-family: 'Fa solid 900', sans-serif;
  }

  .about-section-1 {
    height: auto;
    padding: 40px 20px;
  }

  .about-section-1-container {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section-1-column-1 {
    width: 100%;
    margin-bottom: 28px;
  }

  .about-section-1-column-2 {
    width: 100%;
  }

  .text-block-28 {
    top: 398px;
    z-index: 0;
  }

  .about-section-2 {
    height: auto;
    padding: 40px 20px;
  }

  .about-header-section-copy {
    height: 350px;
    margin-top: 79px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-section-2-container {
    width: 100%;
    min-width: auto;
    -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;
  }

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

  .about-section-3 {
    height: auto;
  }

  .about-section-3-container {
    width: 100%;
    min-width: auto;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2-row-1 {
    -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;
  }

  .section-2-card-1 {
    -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;
  }

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

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

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

  .about-section-4 {
    padding: 40px 20px;
  }

  .about-section-4-container {
    width: 100%;
    min-width: auto;
  }

  .about-card-1 {
    width: auto;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-1-div-text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .section-2-container {
    padding: 0px;
  }

  .section-3 {
    padding: 40px 20px;
  }

  .section-4 {
    height: auto;
    padding: 40px 20px;
  }

  .section-5 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-main {
    height: auto;
    padding: 20px;
  }

  .section-3-container {
    width: 100%;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-field-4 {
    color: #2c2c2c;
  }

  .termin-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px;
    font-family: Montserrat, sans-serif;
    color: #f40;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .header-section-black {
    text-align: center;
  }

  .header-section-black.text-left {
    text-align: left;
  }

  .section-4-container {
    width: 100%;
    min-width: auto;
  }

  .mask {
    width: 440px;
  }

  .section-5-container {
    width: 100%;
    min-width: auto;
  }

  .news-slider {
    width: 100%;
  }

  .news-slider-mask {
    width: 270px;
  }

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

  .div-block-68 {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-7-container {
    width: 100%;
    min-width: auto;
  }

  .section-2-row-2 {
    -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;
  }

  .section-2-card-2 {
    -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;
  }

  .section-2-card-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;
  }

  .section-2-card-4 {
    -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;
  }

  .section-2-card-5 {
    -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;
  }

  .section-2-card-6 {
    -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;
  }

  .news-header-section {
    height: 350px;
    margin-top: 80px;
  }

  .news-section-1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-container {
    width: 100%;
    min-width: auto;
  }

  .div-block-77 {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-section-1-column-1 {
    width: 100%;
  }

  .news-section-1-column-2 {
    width: 100%;
  }

  .nav-link-1-copy {
    display: none;
  }

  .nav-link-cta-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .nav-text-cta-copy {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .heading-14-copy {
    text-align: center;
  }

  .text-block-45-copy {
    text-align: center;
  }

  .section-1-menu-2 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-menu-3 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-menu-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-menu-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-menu-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .datenschutz-h1 {
    font-size: 34px;
  }

  .whofinance-sticky {
    display: none;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .job-header-section {
    height: 350px;
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-1-container {
    height: auto;
  }

  .section-3-div-img {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-block-70 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-90-copy {
    position: static;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-90-copy-copy {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-92 {
    -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-93 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-4-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-95 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 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;
  }

  .heading-24 {
    width: 100%;
    text-align: center;
  }

  .text-block-72 {
    width: 100%;
    text-align: center;
  }

  .text-span-41 {
    background-color: #ff8458;
  }

  .text-span-42 {
    background-color: #ff8458;
  }

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

  .div-block-99 {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-3 {
    background-image: url('../images/background-small-2.jpg');
    background-position: 80% 50%;
    background-size: cover;
  }

  .service-card-1 {
    width: auto;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .about-card-1-div-text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .lottie-animation-7 {
    top: -31%;
    bottom: auto;
  }

  .calendly-nav-container {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-animation-7-copy {
    bottom: -35%;
  }

  .div-block-112 {
    -ms-grid-columns: 210px 0.75fr;
    grid-template-columns: 210px 0.75fr;
  }

  .div-block-4-copy-copy {
    background-color: transparent;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 90vh;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .top-nav {
    display: none;
    overflow: hidden;
  }

  .nav {
    position: fixed;
    z-index: 1;
    overflow: hidden;
    height: 9%;
  }

  .nav-container {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-content {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .hero-content-container {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .text-span {
    padding-right: 0px;
  }

  .nav-corporate-logo {
    display: block;
    float: left;
    clear: none;
    -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;
  }

  .nav-content-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    padding-right: 9px;
    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;
  }

  .nav-corporate-name {
    display: block;
    float: none;
  }

  .nav-content-2 {
    width: 154px;
  }

  .text-block-2 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }

  .nav-link-1 {
    display: none;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-link-3 {
    display: none;
  }

  .nav-link-4 {
    display: none;
  }

  .nav-link-5 {
    display: none;
  }

  .nav-burger-menu {
    display: block;
    height: 100%;
    float: right;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: left;
    -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;
  }

  .lottie-animation {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    margin-top: 0px;
    float: left;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 20px;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #fff;
    opacity: 0;
  }

  .image {
    position: relative;
    z-index: 1;
    clear: none;
  }

  .text-block-2-copy {
    position: relative;
    left: -297px;
    z-index: 1;
    display: none;
    opacity: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .home-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-family: Montserrat, sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .home-link-mobile.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-5 {
    margin-left: 20px;
    font-size: 26px;
    line-height: 16px;
  }

  .section-1 {
    height: auto;
    padding: 40px 20px;
  }

  .nav-link-cta {
    display: none;
  }

  .hero-column-1 {
    width: 100%;
    height: 50%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-column-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-header {
    font-size: 36px;
    line-height: 37px;
  }

  .hero-paragraph {
    font-size: 14px;
    font-weight: 300;
  }

  .hero-btn {
    display: none;
  }

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

  .lottie-animation-2 {
    display: none;
  }

  .btn-hero-column-2 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    float: left;
    clear: none;
  }

  .lottie-animation-3 {
    position: relative;
    display: block;
    width: 27px;
    margin-left: 10px;
    padding-left: 0px;
    float: right;
    clear: right;
  }

  .contact-header-section {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-header-container {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .sub-header-contact {
    font-size: 14px;
    text-align: center;
  }

  .heading-2-copy {
    margin-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .contact-header-content {
    width: 100%;
  }

  .contact-section-1 {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 60px 20px;
  }

  .contact-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .form {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .text-field {
    width: 100%;
  }

  .textarea {
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

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

  .contact-section-2 {
    overflow: hidden;
    width: 100%;
    height: 650px;
    padding: 60px 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;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff8f6));
    background-image: linear-gradient(0deg, #fff, #fff8f6);
  }

  .contact-section-2-container {
    width: 100%;
    min-width: auto;
    margin: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-section-2-column-1 {
    width: 290px;
    margin-bottom: 0px;
    padding: 40px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: transparent;
  }

  .contact-section-2-column-2 {
    width: 100%;
    margin-top: 20px;
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #fff;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
  }

  .heading-4 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 0px;
    padding: 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-block-14 {
    height: 62px;
    min-height: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
  }

  .text-span-9 {
    font-size: 14px;
  }

  .div-block-4-copy {
    width: 100%;
    margin-top: 0px;
    padding: 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;
  }

  .div-block-5 {
    width: 50px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6 {
    width: 50px;
    margin-right: 10px;
  }

  .contact-section-3 {
    overflow: hidden;
    height: auto;
    padding: 60px 20px;
    background-color: #fff;
  }

  .contact-section-3-container {
    width: 100%;
    height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5 {
    margin-top: 0px;
  }

  .tabs-3 {
    position: relative;
    height: 522px;
  }

  .tabs-menu-3 {
    height: 50px;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .text-block-19 {
    font-size: 12px;
  }

  .contact-cta {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    -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;
  }

  .contact-cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .cta-text {
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .cta-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    font-size: 14px;
    text-align: center;
  }

  .footer {
    overflow: hidden;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-block-2-copy {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-2-copy-copy {
    position: relative;
    z-index: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-22 {
    font-size: 9px;
    text-align: center;
  }

  .div-block-8 {
    display: block;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed {
    overflow: hidden;
    border-radius: 30px;
  }

  .section-1-container {
    width: 100%;
    min-width: auto;
  }

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

  .section-1-card-header {
    font-size: 16px;
    font-weight: 700;
  }

  .section-1-card-paragraph {
    font-size: 14px;
    font-weight: 300;
  }

  .section-1-card-link {
    margin-bottom: 0px;
  }

  .section-1-menu-1 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .div-block-11 {
    width: 100%;
    height: 100%;
    min-width: auto;
  }

  .div-block-13 {
    height: 70px;
  }

  .card-1-close {
    width: 30px;
    height: 30px;
  }

  .div-block-14 {
    width: 100%;
    height: auto;
    padding: 0px 40px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 34px;
  }

  .mobile-menu-arrow {
    opacity: 1;
    font-family: 'Fa solid 900', sans-serif;
    color: red;
  }

  .mobile-menu-arrow.mobile-link-active {
    color: #454545;
  }

  .mobile-menu-arrow.mobile-link-inactive {
    opacity: 0;
    color: #464646;
  }

  .text-block-5-copy {
    margin-left: 20px;
    color: #f40;
    font-size: 26px;
    line-height: 16px;
  }

  .text-block-27-copy {
    opacity: 1;
    font-family: 'Fa solid 900', sans-serif;
  }

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

  .about-section-1 {
    overflow: hidden;
    height: auto;
    padding: 140px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section-1-column-1 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
  }

  .about-section-1-column-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-27 {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
  }

  .text-block-27-copy {
    display: none;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-28 {
    left: -5px;
    top: 373px;
    color: rgba(255, 68, 0, 0.1);
  }

  .about-section-2 {
    overflow: hidden;
    height: auto;
    padding: 60px 20px;
  }

  .about-header-section-copy {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body {
    overflow: visible;
  }

  .section-1-card-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-section-2-container {
    width: 100%;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-32 {
    font-size: 11px;
  }

  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }

  .about-section-3 {
    overflow: hidden;
    height: auto;
    padding: 0px;
    -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;
  }

  .about-section-3-container {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 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;
  }

  .section-2-row-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-22 {
    position: static;
  }

  .section-2-card-1 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-10 {
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 16px;
    text-align: center;
  }

  .paragraph-4 {
    margin-top: 10px;
    margin-left: 0px;
    clear: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    white-space: pre-wrap;
  }

  .div-block-28 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-35 {
    font-size: 11px;
    font-weight: 700;
  }

  .heading-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
  }

  .paragraph-5 {
    width: auto;
    margin-top: 40px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .text-block-36 {
    margin-right: 0px;
    font-size: 12px;
  }

  .div-block-30 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    -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-block-36-copy {
    font-size: 12px;
  }

  .div-block-31 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-33 {
    width: 150px;
    height: auto;
    border-width: 6px;
  }

  .div-block-34 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-38 {
    font-size: 12px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .text-block-40 {
    font-size: 12px;
  }

  .text-block-41 {
    font-size: 12px;
  }

  .about-section-4 {
    overflow: hidden;
    padding: 60px 20px;
  }

  .about-section-4-container {
    width: 100%;
    min-width: auto;
  }

  .text-block-42 {
    font-size: 11px;
    font-weight: 700;
  }

  .heading-13 {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }

  .div-block-35 {
    position: static;
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    clear: both;
    border-radius: 15px;
  }

  .text-block-43 {
    font-size: 11px;
  }

  .bold-text-2 {
    font-size: 26px;
    line-height: 26px;
  }

  .text-block-44 {
    margin-top: 0px;
    font-size: 14px;
  }

  .about-card-1 {
    width: 100%;
    height: 280px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    font-size: 16px;
    line-height: 14px;
  }

  .service-card-1-div-text {
    margin-left: 0px;
  }

  .text-block-45 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .bold-text-3 {
    font-size: 10px;
  }

  .bold-text-5 {
    font-size: 10px;
  }

  .section-2 {
    height: auto;
    padding: 60px 20px;
  }

  .section-2-container {
    width: 100%;
    height: auto;
    min-width: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-header-section-orange {
    font-size: 11px;
    text-align: left;
  }

  .header-section-white {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-white {
    display: none;
    font-size: 14px;
    text-align: center;
  }

  .paragraph-9 {
    font-size: 11px;
  }

  .section-2-btn {
    display: none;
  }

  .section-2-column-2 {
    margin-top: 20px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-44 {
    left: auto;
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-45 {
    height: 90px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }

  .heading-18 {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .text-block-47 {
    display: none;
  }

  .div-block-45-copy {
    height: 90px;
  }

  .div-block-45-copy-copy {
    height: 90px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .heading-18-copy {
    font-size: 10px;
  }

  .text-block-47-copy {
    display: none;
  }

  .section-3 {
    overflow: hidden;
    height: auto;
    padding: 0px;
  }

  .section-4 {
    overflow: hidden;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-5 {
    overflow: hidden;
    height: auto;
    padding: 60px 20px;
  }

  .section-7 {
    overflow: hidden;
    height: 690px;
  }

  .cta-footer {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    -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;
  }

  .cta-main {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    -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;
  }

  .section-3-container {
    position: static;
    width: 100%;
    min-width: auto;
    padding: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-47 {
    position: absolute;
    width: 100vw;
    height: 100vh;
  }

  .frage-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }

  .form-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block {
    width: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-20 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .checkbox-field {
    position: static;
    width: 100%;
    clear: right;
  }

  .checkbox-2.w--redirected-checked {
    position: static;
    float: right;
    clear: right;
  }

  .checkbox-label-3 {
    position: static;
    height: 43px;
    clear: left;
    font-size: 12px;
  }

  .button-6 {
    margin-top: 20px;
  }

  .checkbox-field-copy {
    width: 100%;
  }

  .frage-2 {
    display: none;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-field-4 {
    color: #2c2c2c;
  }

  .checkbox-field-copy {
    position: static;
    width: 100%;
    clear: right;
  }

  .frage-3 {
    display: none;
    padding-top: 30px;
  }

  .success-message-2 {
    background-color: #fffefe;
  }

  .termin-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-family: Montserrat, sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .termin-link-mobile.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2-image {
    height: 290px;
    background-position: 29% 50%;
  }

  .section-2-column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-49 {
    height: 230px;
  }

  .link-6 {
    font-size: 14px;
  }

  .link-6-copy {
    font-size: 14px;
    text-align: left;
  }

  .div-block-50 {
    width: 100%;
    -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;
  }

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

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

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

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

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

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

  .text-block-27-copy-copy {
    display: block;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .div-block-57 {
    height: 72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-58 {
    width: 140px;
    height: 140px;
  }

  .counter {
    font-size: 15px;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .text-block-54-copy {
    font-size: 12px;
  }

  .column-8 {
    height: auto;
  }

  .section-3-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-section-black {
    margin-top: 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .header-section-black.text-left {
    text-align: left;
  }

  .paragraph-black {
    font-size: 14px;
    text-align: left;
  }

  .section-4-container {
    width: 100%;
    min-width: auto;
  }

  .section-4-slider-left-arrow {
    width: 100%;
    height: 100%;
  }

  .section-4-slider-right-arrow {
    height: 100%;
  }

  .text-block-56-copy {
    color: #dadada;
  }

  .slider {
    height: 230px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mask {
    width: 220px;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 40px;
  }

  .slide-nav {
    display: none;
  }

  .section-5-container {
    width: 100%;
    min-width: auto;
  }

  .news-slider {
    height: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .news-slider-mask {
    position: static;
    width: 280px;
    height: 100%;
  }

  .news-slider-card {
    position: relative;
    width: 260px;
  }

  .hero-scroll-animation {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 380px;
    margin-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-65 {
    width: 100%;
    height: auto;
    max-width: 330px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-68 {
    width: 100%;
    height: 330px;
    max-width: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-7-container {
    min-width: auto;
  }

  .section-2-row-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-2-card-2 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-card-3 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-card-4 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-card-5 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-card-6 {
    width: auto;
    height: 220px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-header-section {
    height: 340px;
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-section-1 {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-section-1-container {
    width: 100%;
    min-width: auto;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .new-facebook-post {
    width: auto;
  }

  .news-section-2 {
    overflow: hidden;
    height: auto;
    padding: 60px 20px;
  }

  .news-section-2-container {
    width: 100%;
    min-width: auto;
  }

  .div-block-74 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-76 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slide-nav-copy {
    position: static;
    top: auto;
    display: block;
    width: 260px;
    height: 37px;
  }

  .section-5-slider-left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
  }

  .section-5-slider-right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-6-container {
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-77 {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .impressum-section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .impressum-section-1-container {
    width: 100%;
    min-width: auto;
  }

  .impressum-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .impressum-h1 {
    font-size: 26px;
  }

  .impressum-h2 {
    font-size: 14px;
  }

  .impressum-text-block {
    font-size: 11px;
  }

  .impressum-h3 {
    font-size: 14px;
  }

  .news-slider-card-embed-1 {
    height: 530px;
  }

  .news-slider-card-embed-3 {
    height: 620px;
  }

  .news-slider-card-posts {
    position: relative;
    width: 260px;
  }

  .news-slider-card-embed-4 {
    height: 530px;
  }

  .news-slider-card-embed-5 {
    height: 610px;
  }

  .news-slider-card-embed-6 {
    height: 610px;
  }

  .news-slider-card-embed-7 {
    height: 580px;
  }

  .news-slider-card-embed-8 {
    height: 410px;
  }

  .news-slider-card-embed-9 {
    height: 600px;
  }

  .news-slider-card-embed-10 {
    height: 420px;
  }

  .news-slider-card-embed-11 {
    height: 580px;
  }

  .news-card-embed-1 {
    height: 320px;
  }

  .new-facebook-multiple-img {
    width: auto;
  }

  .news-card-embed-3 {
    height: 820px;
  }

  .news-card-embed-5 {
    height: 540px;
  }

  .news-card-embed-2 {
    height: 540px;
  }

  .news-card-embed-4 {
    height: 540px;
  }

  .news-card-embed-6 {
    height: 540px;
  }

  .news-section-1-column-2 {
    display: none;
  }

  .news-card-embed-7 {
    height: 800px;
  }

  .news-card-embed-8 {
    height: 610px;
  }

  .news-card-embed-9 {
    height: 540px;
  }

  .nav-link-cta-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .nav-text-cta-copy {
    display: block;
    padding: 11px 34px;
    opacity: 1;
    font-size: 13px;
  }

  .heading-14-copy {
    font-size: 16px;
    line-height: 14px;
    text-align: center;
  }

  .text-block-45-copy {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    text-align: center;
  }

  .heading-14-copy {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-45-copy {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .heading-14-copy {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-45-copy {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .heading-14-copy {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-45-copy {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .heading-14-copy {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-45-copy {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .section-1-menu-2 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .section-1-menu-3 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .section-1-menu-4 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .section-1-menu-5 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .section-1-menu-6 {
    display: none;
    padding: 20px 10px;
    opacity: 1;
  }

  .datenschutz-section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .datenschutz-section-1-container {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .datenschutz-h1 {
    font-size: 20px;
  }

  .datenschutz-h2 {
    font-size: 14px;
  }

  .datenschutz-text-block {
    font-size: 11px;
  }

  .datenschutz-h3 {
    font-size: 14px;
  }

  .datenschutz-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .whofinance-sticky {
    display: none;
  }

  .slider-2 {
    height: 430px;
  }

  .slide-nav-2 {
    top: 435px;
  }

  .right-arrow {
    width: 40px;
  }

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

  .text-block-69 {
    font-size: 12px;
  }

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

  .right-arrow-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 40px;
  }

  .notthecounter {
    font-size: 15px;
  }

  .job-header-section {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-1-container {
    width: 100%;
    height: auto;
    min-width: auto;
  }

  .section-3-div-img {
    width: 100%;
    height: auto;
    min-width: auto;
    margin-bottom: 20px;
    background-position: 56% 50%;
  }

  .text-block-70 {
    width: 100%;
    height: auto;
    margin: 20px 0px 40px;
  }

  .div-block-90-copy {
    position: static;
    width: 100%;
    margin: 20px 0px;
    background-position: 39% 50%;
  }

  .div-block-90-copy-copy {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }

  .job-section-2-container {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-91 {
    height: 134px;
  }

  .div-block-92 {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-section-3-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .section-3-text-block {
    margin-top: 20px;
    margin-left: 0px;
  }

  .job-section-4 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-section-4-container {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-95 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 10px;
    -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;
  }

  .heading-24 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .text-block-72 {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .div-block-96 {
    width: auto;
  }

  .heading-25 {
    margin-left: 0px;
    text-align: center;
  }

  .job-section-2-backdropfilter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3-backdrop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-section-3-backdrop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-8 {
    position: static;
    width: 200px;
    text-align: center;
  }

  .navigation {
    height: 80px;
  }

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

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

  .section-3-div-img-copy {
    width: 100%;
    height: auto;
    min-width: auto;
    background-position: 56% 50%;
  }

  .hero-section-2 {
    height: 90vh;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-content-2 {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .mask-3 {
    background-image: url('../images/background-mobile-small.jpg');
    background-position: 39% 0%;
    background-size: cover;
  }

  .service-card-1 {
    width: 100%;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-card-1-div-text {
    margin-left: 0px;
  }

  .kontakt-thanks-msg {
    display: none;
  }

  .div-block-100 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .h1-thanks-msg {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }

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

  .termin-thanks-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .button-9 {
    padding-right: 38px;
    padding-left: 38px;
    text-align: center;
  }

  .error-box-2 {
    width: 90%;
    margin: 0px;
  }

  .body-2 {
    height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-box-3 {
    width: 90%;
    margin: 0px;
  }

  .error-box-1 {
    width: 90%;
    margin: 0px;
  }

  .html-embed-7 {
    margin-top: 40px;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-9 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
  }

  .lottie-animation-7 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 720px;
    height: auto;
  }

  .calendly-nav {
    height: 80px;
  }

  .calendly-nav-container {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-77 {
    font-size: 14px;
    line-height: 14px;
  }

  .button-10 {
    font-weight: 500;
  }

  .lottie-animation-7-copy {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 720px;
    height: auto;
  }

  .div-block-112 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-6-copy {
    width: 50px;
    margin-right: 10px;
  }

  .div-block-4-copy-copy {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-bd96596c-d238-779c-f0a5-76dc62a278b4-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9503f8fc-7f75-6b17-103c-cd8d7454a053-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cccc0758-5568-bc7a-afde-683eb94bcf73-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbc8cc2f-983b-550b-af31-f74d8b1b52c5-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe18d46e-4ab0-fd8a-9fb4-cd07e104344a-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9a24d6b-40d6-71b2-fc1e-966edc1458e5-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2eace39f-d925-6658-bb38-882b72a0446b-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2eace39f-d925-6658-bb38-882b72a04491-75254bda {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c54efd56-18c8-f7fe-bd3a-2ec5611c649e-52c7aab9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2979a6fa-1261-0726-61ea-cb3ef0c3ef0f-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#vorname-2.w-node-_2979a6fa-1261-0726-61ea-cb3ef0c3ef10-52c7aab9 {
  -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-d0261064-44f5-ab37-8987-e369473ac441-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#name-2.w-node-_18ff5522-8c67-dde7-2dcb-ae41ea6f190a-52c7aab9 {
  -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;
}

#email-2.w-node-e01cdfd4-7152-192b-8d72-d9f924cddc0a-52c7aab9 {
  -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-e0b7f653-dfde-61fd-6292-626cd2835427-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#telefonnummer.w-node-_30f2a796-7d99-005c-cd3c-60de2d06f2b3-52c7aab9 {
  -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-_5a8a9a04-3210-c54e-0da5-55e57ff3ef83-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#betreff.w-node-_72295e82-8471-58c0-8dde-bbcdd44dbee7-52c7aab9 {
  -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;
}

#nachricht.w-node-_28873a5d-6141-9fc0-2f4f-2667b11805ba-52c7aab9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_05332395-8a9b-9011-89cf-9f5f640e6d97-52c7aab9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48a96ff8-f762-8ea4-21c7-c7eb3a192003-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48a96ff8-f762-8ea4-21c7-c7eb3a192029-52c7aab9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46734460-87f2-edb0-21d2-95227fc69deb-2d570dab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46734460-87f2-edb0-21d2-95227fc69e11-2d570dab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30ee10be-9377-e62d-8fc6-2e0eb379157c-017e012f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b680fd8-1126-b519-4da3-545194288be9-017e012f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-afc2c256-2b43-dc81-43e7-f2ddc63836fd-017e012f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6290d926-3c39-c6d1-36d3-b78b472136a7-017e012f {
  -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-ead79396-a8c1-65d5-02ea-9bf2f32dd041-017e012f {
  -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-_36e4af8f-7731-1fa7-2eca-c2fd6ee91819-017e012f {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6b0b4195-0bef-d2a4-5ce8-a6e4b4469d4f-017e012f {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_59c6041f-b8da-d168-2e2e-86a517d44265-017e012f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_725073ff-f01c-1465-d233-19ded7396ab6-017e012f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a680cc6b-360d-09f6-2980-b65e4ba7620c-017e012f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd610374-7aab-9f77-b860-a791cdc93bc9-017e012f {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2d943eb-78f6-af50-3921-f94fe9ebb941-017e012f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2d943eb-78f6-af50-3921-f94fe9ebb967-017e012f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_100707ad-bc80-96c1-7378-8e7cb1ce6783-2697a248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_100707ad-bc80-96c1-7378-8e7cb1ce67a9-2697a248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c55d361-1979-ca27-90a2-146fcc539fcd-93dc9f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c55d361-1979-ca27-90a2-146fcc539ff3-93dc9f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98104d29-c4e8-87db-9373-28001a686f2f-fc62d7df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98104d29-c4e8-87db-9373-28001a686f55-fc62d7df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_664e8b57-80b8-32fd-df6f-c503f6b45051-5481f5ec {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e4f049a8-8c42-5154-4828-ce62486c7fa8-5481f5ec {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e4f049a8-8c42-5154-4828-ce62486c7fce-5481f5ec {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_2979a6fa-1261-0726-61ea-cb3ef0c3ef0f-52c7aab9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c54efd56-18c8-f7fe-bd3a-2ec5611c649e-52c7aab9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #vorname-2.w-node-_2979a6fa-1261-0726-61ea-cb3ef0c3ef10-52c7aab9 {
    -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;
  }

  #name-2.w-node-_18ff5522-8c67-dde7-2dcb-ae41ea6f190a-52c7aab9 {
    -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;
  }

  #email-2.w-node-e01cdfd4-7152-192b-8d72-d9f924cddc0a-52c7aab9 {
    -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;
  }

  #telefonnummer.w-node-_30f2a796-7d99-005c-cd3c-60de2d06f2b3-52c7aab9 {
    -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;
  }

  #betreff.w-node-_72295e82-8471-58c0-8dde-bbcdd44dbee7-52c7aab9 {
    -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;
  }

  #nachricht.w-node-_28873a5d-6141-9fc0-2f4f-2667b11805ba-52c7aab9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_05332395-8a9b-9011-89cf-9f5f640e6d97-52c7aab9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_18ff5522-8c67-dde7-2dcb-ae41ea6f190e-52c7aab9 {
    -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-fabe8a2d-716c-8862-a62a-9358b59d63e7-52c7aab9 {
    -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: 479px) {
  #vorname-2.w-node-_2979a6fa-1261-0726-61ea-cb3ef0c3ef10-52c7aab9 {
    -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;
  }

  #name-2.w-node-_18ff5522-8c67-dde7-2dcb-ae41ea6f190a-52c7aab9 {
    -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;
  }

  #email-2.w-node-e01cdfd4-7152-192b-8d72-d9f924cddc0a-52c7aab9 {
    -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;
  }

  #telefonnummer.w-node-_30f2a796-7d99-005c-cd3c-60de2d06f2b3-52c7aab9 {
    -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;
  }

  #betreff.w-node-_72295e82-8471-58c0-8dde-bbcdd44dbee7-52c7aab9 {
    -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;
  }

  #nachricht.w-node-_28873a5d-6141-9fc0-2f4f-2667b11805ba-52c7aab9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}