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

body {
  color: #333;
  background-color: #1d2d38;
  font-family: Dosis;
  font-size: 17px;
  line-height: 21px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

h5 {
  color: #1fdb6a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: #c93275;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

li {
  margin-bottom: 4px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  border-radius: 3px;
  display: inline-block;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.underline {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 30px;
}

.navbar.with-color-button {
  background-color: rgba(0, 0, 0, .1);
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px rgba(0, 0, 0, .2);
}

.logo-block {
  z-index: 10;
  justify-content: flex-start;
  margin-right: 30px;
  display: flex;
}

.logo-block.w--current {
  margin-right: 0;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
}

.nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
  padding: 11px 15px;
  transition: background-color .2s, border .2s;
  display: inline-block;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.dropdown-toggle.dark.w--open {
  color: #eb213e;
}

.nav-link.light {
  color: #fff;
}

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, .3);
}

.nav-link.color {
  background-color: rgba(207, 207, 207, .1);
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.nav-link.dark {
  color: #000;
}

.nav-link.dark:hover, .nav-link.dark.w--current {
  color: #eb213e;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .3);
}

.dropdown-list.sidebar.w--open {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}

.dropdown-link {
  padding-right: 25px;
  font-size: 16px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #dd2476;
  background-color: rgba(235, 33, 62, .05);
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #dd2476;
}

.large-container {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.large-container.xy {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button {
  color: #112f46;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #112f46;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: Opensans-custom, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  box-shadow: none;
  color: #112e45;
  background-color: rgba(0, 0, 0, 0);
}

.button.orange {
  background-color: #ff512f;
  margin-top: 0;
  padding-bottom: 14px;
}

.button.orange:hover {
  background-color: #ff7155;
}

.section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.tint {
  background-color: #fff;
  padding: 0;
}

.section.tint.xy {
  background-color: #f3f5fa;
  padding-left: 0;
  padding-right: 0;
}

.section.top-line {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0;
}

.section.top-line.xy {
  background-color: #f3f5fa;
  padding: 0;
}

.section.small-footer {
  color: #8f9ba3;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section-title-wrapper {
  width: 85%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.section-description {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
  display: block;
}

.section-description.medium {
  width: 50%;
  color: #112f46;
  text-align: center;
  text-indent: 1px;
  white-space: normal;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.footer {
  color: #a2b0b9;
  text-align: center;
  background-color: #1d2d38;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #a2b0b9;
  margin-top: 7px;
  text-decoration: none;
  display: block;
}

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

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: rgba(255, 255, 255, .4);
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #030303;
  border-radius: 0%;
  margin-left: 3px;
  padding-top: 9px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #030303;
}

.footer-small-social-icon {
  height: 15px;
}

.field {
  height: 50px;
  color: #4d403e;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.field:hover {
  background-color: #fff;
  border-color: #c5c5c5;
}

.field:focus {
  background-color: #fff;
  border-color: #5e7feb;
  box-shadow: 0 0 15px rgba(94, 127, 235, .3);
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  height: 46px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #22d469;
  border-radius: 3px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: none;
  margin-bottom: 0;
  font-size: 14px;
}

.bottom-footer-paragraph.right {
  float: none;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #1a171b;
  text-transform: uppercase;
  font-family: Opensans-custom, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #1d2d38;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dark-footer-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.light-footer-link {
  color: #bfc4ce;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  margin-right: 2px;
  padding-top: 4px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.feature-info-icon {
  height: 65px;
  opacity: .6;
  margin-bottom: 20px;
}

.feature-info-icon.dark {
  height: 70px;
  opacity: 1;
  width: 70px;
  height: 70px;
  max-width: 80%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.feature-info-icon.dark.zukunft {
  width: 50px;
}

.feature-info-title {
  color: #2b2b2b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  width: 300px;
  text-align: left;
  background-color: #fff;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .3);
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #dd2476, rgba(255, 81, 47, .7)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 240px;
  padding-bottom: 180px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 40px;
}

.page-subtitle {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
  display: none;
  position: fixed;
}

.popup-block {
  width: 360px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.cta-row {
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: #dd2476;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.gallery-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: rgba(255, 255, 255, .2);
}

.checklist-item {
  margin-bottom: 4px;
  padding-left: 30px;
  position: relative;
}

.check-icon {
  height: 17px;
  color: #fff;
  font-family: Fontawesome webfont, sans-serif;
  position: absolute;
  top: 1px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.logo {
  z-index: 1;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.block-paragraph {
  color: #112f46;
  text-align: left;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-answer-block {
  overflow: hidden;
}

.page-header-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .59);
  background-image: url('../images/6319cad9eafb685a781774d4_Unbenannt1.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.page-header-overlay.header {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/sozialstation-beverstedt-hagen-team.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-row {
  align-items: flex-start;
  display: flex;
}

.header-column-title {
  text-transform: uppercase;
  font-family: Opensans-custom, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.footer-social-block-right {
  float: right;
}

.bottom-footer-text {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.hero-column-left {
  padding-right: 40px;
}

.hero-column-right {
  padding-left: 40px;
}

.faq-icon {
  height: 15px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 16px;
  right: 0;
}

.overall-hero-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .42);
  background-image: url('../images/sozialstation-beverstedt-hagen-team.png');
  background-position: 50% 25%;
  background-size: cover;
  background-attachment: scroll;
  padding: 0;
}

.overall-hero-overlay.header {
  background-image: url('../images/sozialstation-beverstedt-hagen-team.png');
  font-family: Opensans-custom, sans-serif;
}

.cta-buttons-wrapper {
  float: right;
  margin-left: 20px;
}

.cta-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 5px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button.color {
  z-index: 2;
  width: 160px;
  height: 40px;
  -webkit-text-fill-color: inherit;
  background-color: #008bd0;
  background-clip: border-box;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button.color:hover {
  background-color: rgba(0, 0, 0, .42);
}

.cta-button.gradient {
  background-image: linear-gradient(to right, #b75dda, #5e7feb);
}

.cta-button-title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title.icon {
  text-shadow: none;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.cta-button-title.bewirbdich {
  text-transform: none;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.checklist-text {
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
}

.hero-checklist {
  margin-top: 30px;
  margin-bottom: 0;
}

.container {
  max-width: 1100px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 350px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.container.warum {
  max-width: 1000px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 0;
}

.container.jobs {
  max-width: 1000px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.heading.flie-text-wei {
  text-indent: 0;
  margin-top: 10px;
}

.div-block-2 {
  max-width: 500px;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  padding-right: 10px;
  display: flex;
}

.paragraph-2 {
  height: 70px;
  max-width: 100%;
  color: #242424;
  text-transform: uppercase;
  border-top: 2px #242424;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.paragraph-2.navbar-header {
  font-family: Opensans-custom, sans-serif;
}

.div-block-3 {
  object-fit: contain;
}

.header-paragraph-2 {
  text-align: left;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: disc;
}

.list-item {
  color: #2b2b2b;
  font-family: Opensans-custom, sans-serif;
  line-height: 25px;
}

.flie-text-wei {
  color: #fff;
  text-transform: none;
  white-space: normal;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-4 {
  width: 59px;
  height: 62px;
  background-image: url('../images/Call-Agent-weiss.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.footer-social-icon-3 {
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 3px;
  padding-top: 9px;
  transition: background-color .2s;
}

.footer-social-icon-3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.footer-small-social-icon-2 {
  height: 15px;
  background-color: rgba(255, 255, 255, 0);
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 / 1fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-flow: row;
  padding-top: 30px;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  color: #2b2b2b;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 4.75fr 1.25fr minmax(200px, 22fr);
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  padding-bottom: 10px;
}

.grid-2:hover {
  color: #000;
}

.image-3 {
  height: 20px;
}

.heading-5 {
  text-align: left;
  align-items: flex-start;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.image-4 {
  height: 23px;
}

.heading-6 {
  color: #2b2b2b;
  -webkit-text-stroke-color: #2b2b2b;
  text-transform: uppercase;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
}

.heading-6:hover {
  color: #2b2b2b;
}

.heading-7 {
  color: #112f46;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-7.xy {
  color: #2b2b2b;
  text-transform: uppercase;
  white-space: pre;
  font-family: Opensans-custom, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.text-block-2 {
  color: #2b2b2b;
  padding-right: 30px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.container-6 {
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.html-embed-3 {
  padding-right: 0;
}

.container-7 {
  max-width: 1000px;
  padding-bottom: 50px;
}

.container-8 {
  max-width: 1000px;
  padding: 50px 0;
}

.container-11 {
  max-width: 1000px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-stellen {
  opacity: .82;
  background-color: #092e54;
  background-image: linear-gradient(59deg, #002164, #00c3ff);
  margin: 30px 0 30px 10px;
  padding: 30px;
}

.bold-text-3 {
  color: #242424;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-3.rodgau.neu {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.faq-title-3 {
  color: #242424;
  padding-right: 5px;
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-title-3:hover {
  color: #2b2b2b;
}

.faq-stelle {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.faq-stelle.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.faq-stelle.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.faq-link-block-3 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link-block-3:hover {
  color: #dd2476;
}

.faq-link-block-3.stellen.berschrift {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-button-title-3 {
  text-shadow: 0 0 3px #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title-3.bewirbdich {
  text-transform: none;
  text-shadow: none;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.cta-button-3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f3f5fa;
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: -343px;
  padding: 11px 5px;
  text-decoration: none;
  transition: background-color .2s, color .2s, box-shadow .2s;
  display: flex;
}

.cta-button-3:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button-3.color {
  z-index: 2;
  width: 180px;
  height: 60px;
  -webkit-text-fill-color: inherit;
  background-color: #23559f;
  background-clip: border-box;
  align-items: center;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button-3.color:hover {
  background-color: #23559f;
}

.cta-button-3.color._2 {
  width: 160px;
  height: 40px;
  background-color: #008bd0;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cta-button-3.color._2:hover {
  box-shadow: none;
}

.stelle-2 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.grid-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid-12 {
  max-width: 100%;
  grid-template-rows: auto;
  align-items: stretch;
}

.grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  padding-right: 10px;
}

.text-block-3 {
  color: #2b2b2b;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  display: flex;
}

.div-block-8 {
  text-align: left;
}

.stelle-3 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-3.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-3.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-4 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-4.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-4.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-x {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-x.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-x.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-5 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-5.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-5.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-6 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-6.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-6.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-7 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-7.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-7.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-8 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-8.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-8.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-9 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-9.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-9.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-10 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-10.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-10.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-11 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-11.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-11.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-12 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-12.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-12.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-13 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-13.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-13.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-14 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-14.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-14.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-15 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-15.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-15.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.image-6, .image-7, .image-8 {
  max-width: 85%;
}

.ablauf {
  color: #2b2b2b;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
}

.heading-13 {
  color: #112f46;
  padding-left: 30px;
  font-family: Opensans-custom, sans-serif;
  font-weight: 600;
}

.heading-14 {
  color: #2b2b2b;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Opensans-custom, sans-serif;
  font-weight: 600;
}

.bold-text-4 {
  color: #2b2b2b;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-faq-answer"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar.underline, .navbar.with-color-button, .navbar.white {
    padding-bottom: 20px;
  }

  .logo-block.w--current {
    margin-right: 60px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-left: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #000;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #000;
  }

  .nav-link.dropdown-toggle:hover {
    color: #fff;
  }

  .nav-link.dropdown-toggle.dark {
    color: #000;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

  .nav-link.dark:hover {
    color: #dd2476;
    background-color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    background-color: #f3f5fa;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .large-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 45px;
  }

  .section.tint, .section.tint.xy, .section.top-line, .section.top-line.xy {
    padding-left: 0;
    padding-right: 0;
  }

  .section.small-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 60px;
  }

  .section-description {
    width: 80%;
    margin-top: 10px;
  }

  .section-description.medium {
    width: 70%;
  }

  .footer {
    padding: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .bottom-footer-link {
    color: rgba(0, 0, 0, .81);
    font-family: PT Sans, sans-serif;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 15px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .checklist-item {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .general-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: #dd2476;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .general-menu-button:hover {
    background-color: #eb458e;
  }

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

  .menu-button-line {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .2s;
  }

  .menu-button-line:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .menu-button-line.w--open {
    background-color: #1f6fff;
  }

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .page-header-overlay {
    padding-top: 140px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .header-column-title {
    font-family: Open Sans, sans-serif;
  }

  .hero-column-left {
    padding-left: 30px;
    padding-right: 10px;
  }

  .overall-hero-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-buttons-wrapper {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button.color {
    text-align: center;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }

  .cta-button-title.icon {
    top: 3px;
    left: -61px;
  }

  .cta-button-title.bewirbdich {
    top: 0;
    left: 0;
  }

  .container.warum {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container.jobs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    order: 0;
    align-self: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .grid-2 {
    grid-template-columns: 1.5fr 6.5fr 1.75fr minmax(200px, 22fr);
  }

  .heading-7.xy {
    font-size: 27px;
  }

  .image-5 {
    width: 500px;
    max-width: 100%;
  }

  .html-embed-3 {
    padding-right: 0;
  }

  .container-7, .container-8, .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-stellen {
    margin-right: 0;
  }

  .cta-button-title-3 {
    text-align: center;
  }

  .cta-button-3 {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button-3.color {
    text-align: center;
    border-width: 2px;
    padding-left: 10px;
  }

  .cta-button-3.color._2 {
    border-color: rgba(0, 0, 0, 0);
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    grid-template-columns: minmax(354px, .25fr) repeat(auto-fit, minmax(340px, 1fr));
    grid-auto-flow: row;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-13 {
    width: 460px;
    max-width: 100%;
  }

  .text-block-3 {
    padding-left: 155px;
    padding-right: 155px;
  }

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

@media screen and (max-width: 767px) {
  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-block {
    justify-content: center;
    align-items: center;
  }

  .logo-block.w--current {
    height: 150px;
    margin-right: 0;
    padding-right: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .large-container {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 25px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .bottom-footer-block.white-footer-block, .feature-info-icon {
    margin-top: 0;
  }

  .feature-info-title {
    text-align: center;
    margin-bottom: 13px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .subpage-header {
    padding: 100px 25px 40px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .cta-row {
    display: block;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .logo {
    width: 100px;
    height: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .general-menu-button {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 9px;
  }

  .menu-button-line {
    margin-top: 0;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-paragraph {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .page-header-overlay {
    padding: 100px 20px 50px;
  }

  .header-row {
    display: block;
  }

  .bottom-footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-column-left {
    margin-top: 125px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .overall-hero-overlay {
    padding: 150px 30px 70px;
  }

  .cta-button.color {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    top: auto;
    left: auto;
  }

  .cta-button-title.bewirbdich {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
    top: -3px;
    left: 0;
  }

  .container {
    flex-direction: column;
  }

  .container.warum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph-2 {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: .5fr minmax(200px, 9fr);
  }

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

  .heading-7.xy {
    text-align: left;
    font-size: 35px;
  }

  .text-block-2 {
    text-align: left;
  }

  .html-embed-3 {
    padding-right: 0;
  }

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

  .cta-button-title-3 {
    text-align: left;
  }

  .cta-button-3.color._2 {
    margin-top: 25px;
  }

  .grid-11 {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(253px, 2.75fr));
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    margin-right: 0;
  }

  .nav-menu {
    width: 200px;
  }

  .large-container {
    flex-direction: column;
  }

  .button {
    width: 160px;
    height: 49px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.small-footer {
    text-align: center;
    padding-bottom: 60px;
    font-family: Open Sans, sans-serif;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-description {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-description.medium {
    width: 80%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }

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

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-social-icon {
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .field {
    text-indent: 7px;
    white-space: normal;
    border-left-width: 1px;
    border-radius: 3px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .bottom-footer-paragraph.right {
    font-size: 12px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .feature-info-icon {
    height: 35px;
    margin-bottom: 15px;
  }

  .feature-info-title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 18px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 20px;
    font-size: 14px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-row, .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .checklist-item {
    margin-bottom: 0;
  }

  .logo {
    height: 48px;
    object-fit: contain;
    margin-top: 9px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .general-menu-button {
    margin-right: 20px;
  }

  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .block-paragraph {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 18px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .page-header-overlay {
    padding-top: 150px;
  }

  .header-column-title {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .footer-social-block-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

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

  .hero-column-left {
    margin-top: 51px;
  }

  .overall-hero-overlay {
    background-color: rgba(0, 0, 0, .46);
    margin-left: 0;
    padding: 140px 0 50px;
  }

  .cta-buttons-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button {
    padding: 8px 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .cta-button.color {
    z-index: 999999;
    width: 160px;
    height: 40px;
    border-width: 2px;
    align-items: center;
    padding: 20px 5px;
  }

  .cta-button-title {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    top: auto;
    left: 5px;
    right: 5px;
  }

  .cta-button-title.icon {
    margin-right: 10px;
    top: 0;
    left: -3px;
  }

  .cta-button-title.bewirbdich {
    top: -1px;
    left: -2px;
  }

  .checklist-text {
    padding-top: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .hero-checklist {
    margin-top: 20px;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .heading {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
  }

  .heading.flie-text-wei {
    border-top: 1px solid #f3f5fa;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .paragraph-2 {
    color: #242424;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    font-size: 20px;
    line-height: 22px;
  }

  .header-paragraph-2 {
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .flie-text-wei {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-4 {
    width: 59px;
    height: 62px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .footer-social-icon-3:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 22px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / minmax(200px, 1fr);
  }

  .grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr auto;
    grid-template-columns: .5fr minmax(200px, 4.25fr);
  }

  .image-3 {
    height: 20px;
  }

  .heading-5, .heading-6 {
    font-size: 13px;
  }

  .heading-7 {
    padding-right: 0;
    font-size: 23px;
  }

  .heading-7.xy {
    font-size: 20px;
  }

  .text-block-2 {
    text-align: left;
    padding-right: 0;
    font-size: 13px;
  }

  .image-5 {
    height: auto;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-stellen {
    max-width: 100%;
    margin-left: 0;
  }

  .faq-title-3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }

  .faq-title-3:hover {
    color: #000;
  }

  .cta-button-title-3 {
    font-size: 13px;
    line-height: 17px;
  }

  .cta-button-3 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-button-3.color {
    z-index: 999999;
    width: auto;
    height: auto;
    border-width: 2px;
    padding: 20px 5px;
  }

  .grid-11 {
    grid-template-columns: repeat(auto-fit, minmax(210px, 5fr));
  }

  .grid-12 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 2.75fr));
  }

  .grid-13 {
    grid-column-gap: 4px;
    grid-template-columns: .5fr minmax(162px, .75fr);
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .ablauf {
    font-size: 13px;
  }
}

#w-node-fb64bd30-e619-3202-7a1d-d0874e005c25-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afce0bd6-6a0f-e8ca-3b40-47ab44384c3c-d1ae5afa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-d1ae5afa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-d1ae5afa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-d1ae5afa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-d1ae5afa {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-d1ae5afa {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-d1ae5afa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-d1ae5afa {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-d1ae5afa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-d1ae5afa {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-d1ae5afa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-d1ae5afa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a259d07e-5497-6793-681c-2cb8af20fc6d-d1ae5afa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8aaa0f02-c452-616e-e821-5607c6703a99-d1ae5afa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5bc47689-bd81-8037-883e-a09474fada5f-d1ae5afa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac1c183e-b404-3f1d-8c46-e49ef140392f-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b747d3d-052e-70a1-38ea-524ca940aeb5-d1ae5afa {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-_689bdb98-16ae-cb26-6b9a-f4334af8d87a-d1ae5afa {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7bdfd2d7-6559-48c5-37d4-251b3cfed5ab-d1ae5afa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d77fe045-5f42-fbf1-81a4-b29d3086b86c-d1ae5afa {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-ebefc7f0-5c62-0224-f895-f2d1736bfbd4-d1ae5afa {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c849-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c84a-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c84c-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c84d-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c03f1514-4928-3e26-020e-c97960260289-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c03f1514-4928-3e26-020e-c9796026028a-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c03f1514-4928-3e26-020e-c9796026028c-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c03f1514-4928-3e26-020e-c9796026028d-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-fec94710-fd1d-1002-87fe-e820f4925f80-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fec94710-fd1d-1002-87fe-e820f4925f81-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-fec94710-fd1d-1002-87fe-e820f4925f83-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fec94710-fd1d-1002-87fe-e820f4925f84-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d26dae76-6c74-c3ff-7524-396bfd634830-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d26dae76-6c74-c3ff-7524-396bfd634831-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d26dae76-6c74-c3ff-7524-396bfd634833-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d26dae76-6c74-c3ff-7524-396bfd634834-d1ae5afa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5b3fa5fa-9435-2450-8783-eaba866f15c8-1b74456c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-d1ae5afa {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5bc47689-bd81-8037-883e-a09474fada5f-d1ae5afa {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afce0bd6-6a0f-e8ca-3b40-47ab44384c3c-d1ae5afa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-d1ae5afa, #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-d1ae5afa {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-d1ae5afa {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-d1ae5afa {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-d1ae5afa {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-d1ae5afa {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-d1ae5afa {
    grid-area: 7 / 1 / 8 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-d1ae5afa {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a259d07e-5497-6793-681c-2cb8af20fc6d-d1ae5afa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f74f4b2c-e015-b72d-b1a1-09e3cddec7e9-d1ae5afa {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c84c-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c84d-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-c03f1514-4928-3e26-020e-c9796026028c-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-c03f1514-4928-3e26-020e-c9796026028d-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-fec94710-fd1d-1002-87fe-e820f4925f83-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-fec94710-fd1d-1002-87fe-e820f4925f84-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-d26dae76-6c74-c3ff-7524-396bfd634833-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d26dae76-6c74-c3ff-7524-396bfd634834-d1ae5afa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-d1ae5afa {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-d1ae5afa {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-d1ae5afa {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-d1ae5afa {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-d1ae5afa {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-d1ae5afa, #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-d1ae5afa {
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-d1ae5afa {
    justify-self: center;
  }

  #w-node-f74f4b2c-e015-b72d-b1a1-09e3cddec7e9-d1ae5afa {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}