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

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

body {
  font-family: Foundersgroteskweb, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.2rem;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2rem;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
}

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

.section {
  padding: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section.nav {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.button:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-bottom: 10px;
  padding-left: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/selected_1_green-black.svg'), url('../images/get_app-24px.svg');
  background-position: 98% 29%, 12px 50%;
  background-size: 15px 15px, 25px 25px;
  background-repeat: no-repeat, no-repeat;
}

.button.big:hover {
  background-image: url('../images/download.svg'), url('../images/selected_1_green-black.svg');
  background-position: 12px 50%, 327px 29%;
  background-size: 25px 25px, 15px 15px;
  background-repeat: no-repeat, no-repeat;
}

.button.big.mail {
  background-image: url('../images/email-24px.svg');
}

.button.big.mail:hover {
  background-image: url('../images/mail-24px.svg');
}

.button.big.mail.marked {
  margin-bottom: 0px;
  background-image: url('../images/email-24px.svg');
  background-position: 12px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.button.big.mail.marked:hover {
  background-image: url('../images/mail-24px.svg');
  background-position: 12px 50%;
}

.button.big.mobile {
  margin-bottom: 0px;
  background-image: url('../images/get_app-24px.svg');
  background-position: 12px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.button.big.mobile:hover {
  background-image: url('../images/download.svg');
}

.button.berichte {
  padding-right: 8px;
  padding-left: 8px;
}

.button.berichte.margin-top {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 45px;
  background-image: url('../images/get_app-24px.svg');
  background-position: 5% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 1.25rem;
}

.button.berichte.margin-top:hover {
  background-image: url('../images/download.svg');
}

.navigation-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
}

.navigation-text.left {
  margin-right: 36px;
}

.hero-img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.hero-img._01 {
  background-image: url('../images/AdobeStock_26147316.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.brand {
  width: 100px;
  height: 100%;
  background-image: url('../images/Logo_Screenshot.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  background-color: #fff;
}

.menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.display1 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 400;
}

.display2 {
  font-size: 5.5rem;
  line-height: 1.2;
}

.display3 {
  font-size: 4.5rem;
  line-height: 1.2;
}

.display4 {
  margin-bottom: 32px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.text-block {
  margin-bottom: 32px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #000;
  background-color: transparent;
}

.dropdown-toggle.w--open {
  border-style: solid solid none;
  border-width: 1px 1px 0px;
}

.icon {
  margin-right: 10px;
}

.dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: #fff;
  text-decoration: none;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.dropdown {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #000;
}

.heading {
  line-height: 1.2;
}

.heading-2 {
  line-height: 1.2;
}

.heading-3 {
  line-height: 1.2;
}

.link-block {
  position: relative;
}

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

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
}

.text-block-3 {
  margin-top: 2rem;
}

.link {
  text-decoration: underline;
}

.block-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.block-holder.nolines {
  border: 1px none #000;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 74px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #000;
}

.block.last {
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
}

.block.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block.first.noline {
  min-height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.block.noline {
  min-height: auto;
  border: 1px none #000;
}

.body {
  line-height: 1.2;
  font-weight: 300;
}

.search {
  height: 50px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: transparent;
  background-image: url('../images/search.svg');
  background-position: 99% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  font-size: 1rem;
}

.search:focus {
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.search.no_buttom_space {
  background-image: none;
}

.form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block.email {
  margin-right: 0px;
  margin-left: 12px;
  border-style: none;
  border-width: 0px;
}

.form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-paragraph-2 {
  display: inline-block;
  margin-bottom: 1vw;
}

.margin-paragraph {
  margin-bottom: 12px;
}

.text-field-2 {
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #53565a;
  background-color: transparent;
}

.text-field-2:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.text-field-2:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.text-field-2::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.text-field-2::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.text-field-2.area {
  min-height: 64px;
}

.horizontal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.content-2.xs {
  max-width: 600px;
}

.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 42px;
  padding-right: 24px;
  padding-left: 24px;
  -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: #6f263d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
}

.bg-color-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.link-white {
  position: relative;
  padding-left: 16px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
  background-image: url('../images/arrow_forward-white.svg');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
}

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

.btn-label-2 {
  position: relative;
  z-index: 2;
}

.btn-label-2.icon {
  width: 12px;
  margin-right: 0px;
}

.content-footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  padding-left: 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;
  border: 1px solid #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-social.margin-right {
  margin-right: 4px;
}

.grid-2-2 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.separator-margin {
  width: 1px;
  height: 12px;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  background-color: #212121;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.separator-margin.white {
  background-color: #fff;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding-right: 0px;
  border: 2px solid #000;
}

.checkbox.null {
  margin-top: 8px;
  margin-bottom: 0px;
}

.hover-line-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #a50034;
}

.hover-line-3.white {
  background-color: #fff;
}

.link-hover-2 {
  position: relative;
  z-index: 2;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(33, 33, 33, 0.1);
  background-image: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: none;
}

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

.link-hover-2.margin-right {
  margin-right: 12px;
}

.caption {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0px;
}

.btn-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.btn-hover.red {
  border: 1px solid #fff;
  background-color: transparent;
}

.section-footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
}

.footer-right {
  position: relative;
  display: none;
  max-width: 35%;
  padding: 64px;
  background-color: rgba(83, 86, 90, 0.9);
}

.menu-nav {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0rem;
}

.menu-nav.mobile.klicked {
  border-bottom: 1px solid #000;
}

.text-block-5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.horizontal-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.material {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Materialicons, sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

.material.in-text {
  top: 4px;
}

.top-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttons {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.img-fonds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.letzte-downloads {
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.beschreibung-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.habitar {
  font-size: 1.5rem;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -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;
}

.text-block-12 {
  text-align: justify;
}

.text-block-12.margin-top {
  margin-top: 1rem;
}

.habitar_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #000;
  border-bottom: 1px none #000;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.mail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-2 {
  width: 25px;
  height: 25px;
  margin: 0px 6px 0px -20px;
  padding-right: 0px;
  border: 2px solid #000;
}

.checkbox-2.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/Klick-green.svg');
}

.checkbox-2.spacing-fix {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-2 {
  margin-top: 0px;
}

.counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: -50px;
  padding-top: 9px;
  padding-left: 6px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/circle.svg');
  background-position: 60% 25%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: center;
}

.link-2 {
  color: #fff;
  font-size: 0.9rem;
}

.form-3 {
  margin-bottom: -16px;
}

.dropdown-trigger {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.checkbox-label-2 {
  display: none;
  width: auto;
  margin-bottom: 0px;
}

.button-2 {
  width: 25px;
  height: 25px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-color: #000;
  background-image: url('../images/email-24px.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.button-2:hover {
  background-color: #fff;
  background-image: url('../images/mail-24px.svg');
  background-position: 50% 50%;
  background-size: 16px;
}

.checkbox-field-2 {
  float: left;
}

.label-1st {
  padding-left: 25px;
  float: left;
  font-size: 1.5rem;
}

.form-block-3 {
  margin-top: 20px;
}

.arrow {
  width: 13px;
  height: 25px;
  float: right;
}

.label-2nd {
  padding-left: 25px;
  float: left;
  font-size: 1.25rem;
}

.label-3rd {
  margin-top: 3px;
  padding-left: 25px;
  float: left;
  font-size: 1rem;
}

.label-4th {
  display: block;
  margin-top: 3px;
  padding-left: 18px;
  float: left;
  font-size: 1rem;
}

.checkbox-label {
  display: inline-block;
}

.checkbox-label.inner {
  margin-top: 5px;
  margin-bottom: 5px;
}

.row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.row.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.row-pd-2 {
  padding-left: 31px;
}

.row.row-pd-3 {
  padding-left: 62px;
}

html.w-mod-js *[data-ix="accordion-open-and-close-interaction"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  .section {
    padding: 32px;
  }
  .button.mail {
    width: 50px;
  }
  .button.big.mail {
    width: 100%;
    -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;
  }
  .button.big.mail:hover {
    background-image: url('../images/mail-24px.svg');
  }
  .button.big.mobile {
    width: 100%;
  }
  .navigation-text {
    padding-right: 1rem;
    font-size: 1.25rem;
  }
  .menu {
    margin-bottom: 45px;
  }
  .brand {
    margin-left: 32px;
  }
  .display3 {
    font-size: 3rem;
  }
  .display4 {
    margin-bottom: 24px;
  }
  .text-block {
    margin-bottom: 24px;
  }
  .dropdown-link:hover {
    text-decoration: underline;
  }
  .menu-button {
    margin-right: 32px;
  }
  .block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
  }
  .horizontal-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-left {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .horizontal-2-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-part.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buttons {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 24px;
  }
  .navigation-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .menu {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
  .brand {
    margin-left: 24px;
  }
  .menu-left {
    border-bottom: 1px solid #000;
  }
  .dropdown-toggle {
    margin-bottom: 8px;
  }
  .menu-button {
    margin-right: 24px;
  }
  .block-holder {
    display: block;
  }
  .block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }
  .block.last {
    border-bottom-style: none;
  }
  .footer-left {
    padding-right: 24px;
    padding-left: 24px;
  }
  .text-block-6 {
    min-width: 100px;
  }
}

@media (max-width: 479px) {
  .button.big.mail.marked {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 3% 50%;
    line-height: 1;
  }
  .button.big.mail.marked:hover {
    background-position: 3% 50%;
  }
  .button.big.mobile {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
    padding: 10px 40px;
    border-style: none;
    background-position: 3% 50%;
  }
  .button.big.mobile:hover {
    background-image: url('../images/download.svg');
    background-position: 3% 50%;
    background-size: 25px 25px;
  }
  .button.berichte.margin-top {
    width: 100%;
  }
  .button.mobile {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation-text.left {
    margin-right: 0px;
    padding-right: 0rem;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
  }
  .display3 {
    font-size: 2rem;
  }
  .display4.mobile {
    margin-bottom: 12px;
    font-size: 2.5rem;
  }
  .text-block {
    margin-bottom: 12px;
  }
  .dropdown-toggle {
    min-height: 40px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-block-3 {
    margin-top: 12px;
  }
  .block-holder.nolines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .block {
    padding-right: 0px;
  }
  .block.first.noline {
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .block.noline {
    min-height: 0px;
  }
  .search {
    height: 50px;
    min-height: 0px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search.no_buttom_space {
    margin-bottom: 0px;
  }
  .btn {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    padding: 6px 24px;
    -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: 2px;
    background-color: #111;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .btn:hover {
    background-color: #111;
  }
  .separator-margin.white.mobile-none {
    display: none;
  }
  .menu-nav.mobile {
    margin-right: 12px;
    font-size: 1.125rem;
  }
  .horizontal-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-part.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buttons {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .img-fonds {
    width: 100%;
  }
  .beschreibung-font {
    padding-left: 0px;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .habitar_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mail-button {
    margin-bottom: 8px;
  }
  .counter {
    display: block;
    padding-top: 8px;
  }
  .row.last {
    padding-left: 46.5px;
  }
  .row.row-pd-2 {
    padding-left: 15.5px;
  }
  .row.row-pd-3 {
    padding-left: 31px;
  }
}

@font-face {
  font-family: 'Foundersgroteskweb';
  src: url('../fonts/FoundersGroteskWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foundersgroteskweb';
  src: url('../fonts/FoundersGroteskWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}