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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Dmsans, sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 1;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Dmsans, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Dmsans, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0px;
  font-family: Dmsans, sans-serif;
  font-size: 1.875rem;
  line-height: 2.3rem;
  font-weight: 700;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  font-family: Dmsans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 700;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Dmsans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

p {
  margin-bottom: 0rem;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

a {
  font-family: Dmsans, sans-serif;
  color: #e3002c;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 0rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.color-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.nav-wrapper {
  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;
}

.nav-link {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0.9375rem;
  padding: 0.625rem;
  border-bottom: 2px solid rgba(242, 206, 97, 0);
  -webkit-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.015625rem;
}

.nav-link:hover {
  border-bottom: 2px solid #f2ce61;
  color: #fff;
}

.nav-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: #f2ce61;
  border-radius: 0rem;
  color: #fff;
}

.dot-list {
  padding-left: 0rem;
  list-style-type: none;
}

.button-secondary {
  display: inline-block;
  min-width: 12.5rem;
  padding: 1rem 1.5625rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #e3002c;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-secondary:hover {
  border-style: solid;
  box-shadow: 0 0 20px 6px rgba(227, 0, 44, 0.45);
  color: #fff;
}

.button-secondary.small {
  min-width: auto;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.color-text {
  display: block;
  -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;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  text-align: center;
}

.color-text.white {
  color: #fff;
}

.color-text.dark {
  color: #303030;
}

.colors {
  padding: 6.25rem 0.9375rem;
  border: 0rem none #000;
}

.elements {
  padding: 6.25rem 0.9375rem;
  border: 0rem none #000;
}

.main-container {
  position: relative;
  z-index: 2;
  max-width: 72.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-primary {
  display: inline-block;
  min-width: 12.5rem;
  padding: 1rem 1.5625rem;
  background-color: #e3002c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #c70027;
}

.button-primary.nav {
  min-width: auto;
}

.button-primary.small {
  min-width: auto;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.button-primary.passwort {
  min-width: 100%;
}

.button-primary-dark {
  display: inline-block;
  min-width: 12.5rem;
  padding: 0.9375rem 1.5625rem;
  background-color: #051721;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.button-primary-dark:hover {
  background-color: #09283a;
}

.section-heading {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.typografie {
  padding: 6.25rem 0.9375rem;
}

.heading-content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-arrow-after {
  margin-left: 0.75rem;
  font-family: Linearicons170, sans-serif;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 93.7%, 0.5);
  opacity: 1;
}

.list-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-wrapper {
  max-width: 75rem;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}

.heading-wrapper.margin-top {
  margin-top: 3.75rem;
}

.heading-wrapper.top {
  margin-top: 0rem;
}

.color-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  padding: 1.0625rem;
  -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: 100%;
  background-color: #051721;
}

.color-circles.white {
  background-color: #fff;
  box-shadow: 0 3px 0.375rem 0.125rem rgba(0, 0, 0, 0.1);
}

.color-circles.blue-2 {
  background-color: #2e2929;
}

.color-circles.blue-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3002c;
}

.color-circles.white {
  background-color: #fff;
  box-shadow: 0 3px 0.375rem 0.125rem rgba(0, 0, 0, 0.1);
}

.list-with-icon {
  margin-top: 0.625rem;
  padding-left: 2.1875rem;
  background-image: url('../images/shape-oval.svg');
  background-position: 0rem 0.5625rem;
  background-size: 0.875rem;
  background-repeat: no-repeat;
}

.default-container {
  max-width: 62.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-prim-r {
  display: inline-block;
  min-width: 12.5rem;
  padding: 1.5625rem 1.875rem;
  background-color: #cfa36c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.button-prim-r:hover {
  background-color: #cc9756;
}

.hero-container {
  z-index: 2;
  max-width: 75rem;
  margin-bottom: 6.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  color: #fff;
}

.button-wrapper-hero {
  display: -ms-grid;
  display: grid;
  margin-top: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.full-width-container {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e3002c;
}

.footer-flex-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  color: #fff;
}

.footer-link {
  display: block;
  margin-bottom: 0.625rem;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-divider {
  height: 0.0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  background-color: #fff;
}

.legals-wrapper {
  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;
}

.div-block {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  height: 5.625rem;
}

.image-3 {
  height: 5.625rem;
}

.cta-main-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f9f9f9;
  box-shadow: 0 -5px 1.25rem 0 rgba(0, 0, 0, 0.1);
}

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

.cta-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.contact-person-img {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.cta-heading {
  text-align: left;
}

.contact-person-name {
  margin-top: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.contact-person-title {
  font-weight: 400;
  text-align: center;
}

.cta {
  position: relative;
  margin-bottom: -12.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.cta-contact {
  margin-top: 2.5rem;
  -webkit-transition: color 275ms ease;
  transition: color 275ms ease;
  font-size: 1.5rem;
}

.cta-contact:hover {
  color: #f2c849;
}

.cta-contact.email {
  margin-top: 2rem;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6.25rem;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.navbar.minimal {
  position: fixed;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.footer-adress {
  color: #fff;
  line-height: 1.6rem;
}

.legal-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  color: #fff;
  line-height: 1.6rem;
}

.copyright-text {
  color: #fff;
  line-height: 1.6rem;
}

.team-item {
  position: relative;
  height: 33rem;
}

.section {
  padding: 9.375rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #2f4c5c;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.hero-section {
  height: auto;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/SW-Security-Hero.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/SW-Security-Hero.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.ueber-uns {
  padding: 0rem 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.ethos {
  background-color: rgba(48, 48, 48, 0.05);
}

.section.kontakt {
  background-color: #303030;
}

.section.ansprechpartner {
  background-color: #211e1e;
}

.section.imprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303030;
}

.section.anfrage-erfolgreich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #303030;
}

.section.datenschutz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303030;
}

.text-field {
  height: 6.25rem;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #efefef;
}

.text-field.area {
  height: 9.5rem;
  padding-top: 30px;
}

.field-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkbox-2 {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #303030;
  border-radius: 500rem;
  background-color: #fff;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.checkbox-2:active {
  border-style: solid;
  border-width: 1px;
}

.checkbox-2.w--redirected-checked {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #303030;
  border-radius: 500rem;
  background-color: #fff;
  background-image: url('../images/d-check.svg');
  background-size: 1.5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.checkbox-2.w--redirected-focus {
  border-style: solid;
  border-width: 1px;
  border-color: #303030;
  border-radius: 500rem;
  box-shadow: none;
}

.checkbox-2.w--redirected-focus-visible {
  border-style: solid;
  border-width: 1px;
  border-color: #303030;
  border-radius: 500rem;
}

.checkbox-label-2 {
  margin-bottom: 0rem;
  margin-left: 1.25rem;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.submit-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.form-submit-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 0rem;
  background-color: transparent;
  color: transparent;
  width: 100%;
}

.struktur {
  padding: 6.25rem 0.9375rem;
  border: 0rem none #000;
}

._4-col-grid {
  display: -ms-grid;
  display: grid;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.125rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold {
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.box-shadow-block {
  height: auto;
  min-height: 3.125rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  box-shadow: 0 5px 1.125rem -0.375rem rgba(0, 0, 0, 0.32);
}

.box-shadow-block.margin-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-shadow-block.max-width-tiny {
  box-shadow: 0 3px 1.125rem -0.25rem rgba(0, 0, 0, 0.49);
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.25rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid.margin-top-large {
  grid-row-gap: 3.25rem;
}

._3-col-grid.ethos.margin-top-large {
  grid-column-gap: 3.25rem;
}

.sg-display {
  padding: 1.5625rem;
}

.centered-container {
  display: block;
  max-width: 53.125rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.ueber-uns {
  height: 75vh;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0rem;
}

._2-col-grid.ansprechpartner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
}

.margin-top-xl {
  margin-top: 6.25rem;
}

.hidden {
  display: none;
}

.visual-sg-block {
  padding: 1.5625rem;
  background-color: transparent;
  box-shadow: 4px 4px 1.125rem -0.375rem rgba(0, 0, 0, 0.2);
}

.visual-sg-block.dark {
  margin-bottom: 3.125rem;
  background-color: #25272a;
}

.style-guide-block {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.style-guide-block.rich-text {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.light-text {
  color: #fff;
}

.margin-bottom-small {
  margin-bottom: 1.25rem;
}

.margin-bottom-tiny {
  margin-bottom: 0.625rem;
}

.margin-bottom-medium {
  margin-bottom: 2.5rem;
}

.margin-bottom {
  margin-bottom: 3.125rem;
}

.margin-bottom-large {
  margin-bottom: 5rem;
}

.margin-bottom-xl {
  margin-bottom: 6.25rem;
}

.margin-bottom-xxl {
  margin-bottom: 7.5rem;
}

.margin-top-tiny {
  margin-top: 0.625rem;
}

.margin-top-small {
  margin-top: 1.25rem;
}

.margin-top-medium {
  margin-top: 2.5rem;
}

.margin-top {
  margin-top: 3.125rem;
}

.margin-top-large {
  margin-top: 5rem;
}

.margin-top-xxl {
  margin-top: 7.5rem;
}

.max-width-tiny {
  max-width: 18.75rem;
}

.max-width-small {
  max-width: 25rem;
}

.max-width-medium {
  max-width: 31.25rem;
}

.max-width {
  max-width: 37.5rem;
}

.max-width-large {
  max-width: 50rem;
}

.max-width-xl {
  max-width: 56.25rem;
}

.max-width-xxl {
  max-width: 62.5rem;
}

.globale-klassen {
  padding: 6.25rem 0.9375rem;
  border: 0rem none #000;
}

.grid-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.grid-block.services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.grid-block.services:hover {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.grid-block.ueber-uns.left {
  background-image: url('../images/SW-Security-About.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-block.ueber-uns.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15%;
  -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;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #303030;
}

.button-item {
  width: 11.25rem;
  margin-right: 3rem;
}

.button-item.style-guide-spacer {
  margin-bottom: 0rem;
}

.style-guide-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 2rem;
}

.overline {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.button-secondary-2 {
  padding: 0.75rem 2rem;
  background-color: #9c9c9c;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

.button-secondary-2:hover {
  background-color: #949494;
  color: #fff;
}

.button-secondary-2:active {
  color: #fff;
}

.sg-content-block-3 {
  margin-top: 4rem;
}

.rich-text {
  padding: 6.25rem 0.9375rem;
  border: 0rem none #000;
}

.footer-legal-links {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_space-small {
  margin-bottom: 0.75rem;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -0.75rem;
  right: -0.75rem;
  bottom: auto;
  z-index: 1;
  padding: 0.625rem;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 1.25rem;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-manager_component {
  position: fixed;
  left: 3rem;
  top: auto;
  right: auto;
  bottom: 3rem;
  z-index: 99;
  display: none;
}

.fs-cc-banner_text {
  margin-right: 6rem;
  color: #051721;
  font-size: 1.125rem;
  line-height: 1.5;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-right: -0.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  margin-bottom: 0px;
  border-radius: 1rem;
  background-color: #fff;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, 0.6);
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0px;
  padding: 0.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 999rem;
  background-color: #ccc;
}

.fs-cc-manager_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 999rem;
  background-color: #f2ce61;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_option {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 2rem;
  margin-bottom: 0px;
  color: #f2ce61;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #051721;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 500;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 0.625rem 1.25rem;
  border-style: solid;
  border-width: 2px;
  border-color: #f2ce61;
  border-radius: 999rem;
  background-color: #f2ce61;
  color: #1a2a33;
  font-size: 1rem;
  text-align: center;
}

.fs-cc-banner_button:hover {
  background-color: #f2c849;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #051721;
  background-color: #f5f5f5;
  color: #051721;
}

.fs-cc-banner_buttons-wrapper {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #f2ce61;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

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

.fs-cc-banner_component {
  position: fixed;
  left: 3%;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 99;
  display: none;
  padding: 1.5rem 2rem;
  border-top: 1px none rgba(67, 83, 255, 0.16);
  border-radius: 0.5rem;
  background-color: #f9f9f9;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.fs-cc-prefs_text {
  color: #051721;
  font-size: 0.75rem;
  line-height: 1.2;
}

.fs-cc-manager_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #1a2a33;
}

.fs-cc-prefs_button {
  margin-right: 0.5rem;
  padding: 0.625rem 1.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #f2ce61;
  border-radius: 999rem;
  background-color: #f2ce61;
  color: #1a2a33;
  font-size: 0.875rem;
  font-weight: 500;
}

.fs-cc-prefs_button:hover {
  background-color: #f2c849;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #f2ce61;
  background-color: #fff;
  color: #1a2a33;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.button-prim-r-2 {
  display: inline-block;
  min-width: 200px;
  padding: 25px 30px;
  background-color: #cfa36c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.button-prim-r-2:hover {
  background-color: #cc9756;
}

.services-icon {
  width: 3.75rem;
  height: 3.75rem;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.image-13 {
  width: 6rem;
}

.passwort-heading {
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
  font-family: linotype-sabon;
}

.hero-heading-wrapper {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-heading-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 20px;
  background-color: #fffbf5;
  box-shadow: 14px 14px 0 1px #000;
}

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
}

.sonstiges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -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;
}

.menu-item-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  grid-column-gap: 0.5rem;
}

.main-container-2 {
  position: relative;
  z-index: 2;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-col-grid-2 {
  display: -ms-grid;
  display: grid;
  max-width: 75rem;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 5rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid-2 {
  display: -ms-grid;
  display: grid;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 3.0625rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-animation {
  text-decoration: none;
}

.paragraph-small {
  font-size: 1rem;
  line-height: 1.6;
}

._4-col-grid-2 {
  display: -ms-grid;
  display: grid;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.125rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-arrow-after {
  display: inline-block;
  margin-left: 8px;
  font-family: Linearicons170, sans-serif;
}

.btn-arrow-after.yellow {
  color: #e3002c;
}

.menu-fade-right-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 5rem;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#e3002c), color-stop(43%, rgba(227, 0, 44, 0.8)), to(transparent));
  background-image: linear-gradient(270deg, #e3002c, rgba(227, 0, 44, 0.8) 43%, transparent);
}

.menu-item-bg-2 {
  min-width: auto;
  padding: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.section-heading-3 {
  display: block;
  max-width: 37.5rem;
  margin-top: 0rem;
  margin-left: -0.625rem;
  padding-left: 0.625rem;
  border-top: 0.0625rem solid rgba(5, 23, 33, 0.25);
  border-bottom: 0.0625rem none #cfa36c;
  color: rgba(34, 51, 65, 0.45);
  font-size: 1rem;
  line-height: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  text-transform: lowercase;
}

.paragraph-big-2 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: left;
}

.menu-title-2 {
  margin-right: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.hero-heading-2 {
  position: relative;
  z-index: 1;
  overflow: visible;
  color: #303030;
  font-size: 6rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12% 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3002c;
  color: #fff;
}

.menu-item-text-2 {
  color: #303030;
  font-weight: 700;
  white-space: nowrap;
}

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

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 1.5rem;
}

.form-submit-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  text-decoration: none;
}

.arrow-submit-icon {
  width: 3rem;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin: 0rem;
  padding: 0rem;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.nav-link:hover {
  border-bottom: 0px none rgba(227, 0, 44, 0);
}

.nav-menu {
  grid-column-gap: 2.5rem;
}

.hero-container {
  max-width: 40rem;
}

.intro-heading {
  color: #e3002c;
  font-size: 1rem;
  font-weight: 700;
}

.section-description {
  max-width: 40rem;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.divider-red {
  height: 3px;
  background-color: #e3002c;
}

.divider-red.vertical {
  width: 1px;
  height: auto;
  margin-top: -20px;
  margin-bottom: -20px;
}

.testimonial-slider-large {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

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

.testimonial-slider-two {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: 40px;
  -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;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.testimonial-info-two {
  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;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.slider {
  background-color: transparent;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3002c;
}

.left-arrow {
  color: #e3002c;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 1.25rem;
}

.red-text {
  color: #e3002c;
}

.main-form {
  overflow: visible;
  max-width: 45rem;
  margin-right: auto;
  margin-left: auto;
}

.ansprechpartner-image {
  width: 12rem;
  height: 12rem;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.ansprechpartner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 3.25rem;
}

.contact-wrapper {
  margin-top: 2.5rem;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

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

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  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;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7%;
  padding-left: 7%;
  -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;
}

.footer-legal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.25rem;
}

.main-container-3 {
  max-width: 71.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2 {
  padding: 9.375rem 1rem;
}

.home-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #f58700;
}

.home-icon-wrapper {
  position: relative;
  z-index: 2;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #f58700;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.15);
}

.page-wrapper-2 {
  z-index: 0;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/neuweiss-background-grid-dark.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: repeat-y;
}

.home-text-wrapper {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18rem;
  padding-right: 2rem;
  padding-left: 4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-imprint {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  text-transform: none;
}

.cursor {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #fff;
}

.home-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.home-text.arrow-after {
  color: #051721;
}

.imprint-text {
  color: #fff;
}

.imprint-text h2 {
  font-size: 2.25rem;
}

.imprint-text h4 {
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}

.imprint-text h3 {
  margin-top: 1.25rem;
}

.imprint-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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;
  grid-row-gap: 1rem;
}

.imprint-text li {
  padding-left: 30px;
  background-image: url('../images/shape-oval.svg');
  background-position: 0% 6px;
  background-size: 0.875rem;
  background-repeat: no-repeat;
  line-height: 1.6;
}

.imprint-text a {
  color: #e3002c;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
}

.back-home-wrapper {
  position: fixed;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 2;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-text-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  border-radius: 0px 500px 500px 0px;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.15);
}

.header-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.header-logo {
  width: 10rem;
}

.btn-arrow-after-2 {
  display: inline-block;
  margin-left: 8px;
  font-family: Linearicons170, sans-serif;
  font-weight: 400;
}

.navbar-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.button-primary-3 {
  display: inline-block;
  min-width: 12.5rem;
  padding: 1rem 1.5625rem;
  background-color: #f2ce61;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #1a2a33;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-primary-3:hover {
  background-color: #f2c849;
}

.button-primary-3.nav {
  min-width: auto;
  margin-left: 1.5625rem;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0.9375rem;
  padding: 0.625rem;
  border-bottom: 2px solid rgba(242, 206, 97, 0);
  -webkit-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  color: #1a2a33;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.015625rem;
}

.nav-link-2:hover {
  border-bottom: 2px solid #f2ce61;
}

.nav-link-2.w--current {
  border-bottom-style: solid;
  border-bottom-color: #f2ce61;
  border-radius: 0rem;
  color: #1a2a33;
}

.right-arrow-slider {
  top: 40%;
  right: auto;
  bottom: 0%;
  margin: 0px;
}

.slide-nav {
  display: none;
}

.nav-link-underline {
  height: 1px;
  margin-top: 5px;
  padding: 0px;
  background-color: #e3002c;
}

.anfrage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 1.25rem;
}

.anfrage-heading {
  color: #fff;
  text-align: center;
}

.form__row.recaptcha {
  display: none;
  overflow: hidden;
  margin-top: 1rem;
}

.privacy-text {
  color: #fff;
}

.privacy-text h2 {
  font-size: 2.25rem;
}

.privacy-text h4 {
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}

.privacy-text h3 {
  margin-top: 1.25rem;
}

.privacy-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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;
  grid-row-gap: 1rem;
}

.privacy-text li {
  padding-left: 30px;
  background-image: url('../images/shape-oval.svg');
  background-position: 0% 6px;
  background-size: 0.875rem;
  background-repeat: no-repeat;
  line-height: 1.6;
}

.privacy-text a {
  color: #e3002c;
}

.heading-privacy {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  text-transform: none;
}

.home-nav-icon {
  width: 3rem;
  height: 3rem;
  color: #e3002c;
}

.text-highlights {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.no-link {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .nav-link {
    display: block;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 2rem;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }

  .nav-link:hover {
    border-bottom-style: none;
    color: #f2ce61;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #f2ce61;
  }

  .colors {
    padding: 0rem 1.875rem 5rem;
  }

  .elements {
    padding: 0rem 1.875rem 5rem;
  }

  .main-container {
    max-width: 40rem;
  }

  .button-primary.nav {
    display: block;
    margin-left: 0rem;
    padding: 2rem;
  }

  .typografie {
    padding: 5rem 1.875rem;
  }

  .checkbox-field {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .rightcol {
    margin-top: 1.875rem;
    padding-left: 0rem;
    border-left-style: none;
  }

  .list-with-icon {
    padding-left: 1.25rem;
  }

  .default-container {
    max-width: 100%;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #2f4c5c;
    text-align: right;
  }

  .full-width-container {
    max-width: 37.5rem;
  }

  .footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .legals-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cta-main-wrapper {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-left-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-right-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-heading {
    font-size: 2.25rem;
    text-align: center;
  }

  .menu-button {
    padding: 0rem;
  }

  .menu-button:hover {
    border: 0rem solid #000;
  }

  .menu-button.w--open {
    position: relative;
    z-index: 1;
    background-color: transparent;
  }

  .lottie-animation {
    width: 2.1875rem;
  }

  .section {
    padding: 5rem 2rem;
  }

  .section.datenschutz {
    padding-top: 7.75rem;
  }

  .checkbox-2 {
    margin-top: 0rem;
  }

  .struktur {
    padding: 0rem 1.875rem 5rem;
  }

  ._4-col-grid {
    grid-column-gap: 1.625rem;
  }

  ._3-col-grid {
    grid-column-gap: 1.5625rem;
  }

  ._3-col-grid.margin-top-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.ethos.margin-top-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 3.125rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.ueber-uns {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .globale-klassen {
    padding: 0rem 1.875rem 5rem;
  }

  .grid-block.ueber-uns.left {
    height: 40vh;
  }

  .rich-text {
    padding: 0rem 1.875rem 5rem;
  }

  .fs-cc-banner_text {
    margin-right: 0rem;
    font-size: 1rem;
  }

  .fs-cc-banner_container {
    -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;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .menu-item-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container-2 {
    max-width: 40rem;
  }

  ._2-col-grid-2 {
    grid-column-gap: 3.125rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-grid-2 {
    grid-column-gap: 1.5625rem;
  }

  ._4-col-grid-2 {
    grid-column-gap: 1.625rem;
  }

  .menu-fade-right-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    width: 3rem;
    background-image: -webkit-gradient(linear, right top, left top, from(#f0c486), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, #f0c486, hsla(0, 0%, 100%, 0));
  }

  .menu-item-bg-2 {
    position: relative;
    z-index: 0;
  }

  .hero-heading-2 {
    font-size: 5em;
  }

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

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

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .slide-wrapper {
    max-width: 27rem;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .main-container-3 {
    max-width: 37.5rem;
  }

  .section-2 {
    padding: 5rem 2rem;
  }

  .home-text-wrapper {
    display: none;
  }

  .cursor-wrapper {
    display: none;
  }

  .back-home-wrapper {
    left: auto;
    top: auto;
    right: 3rem;
    bottom: 3rem;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .header-logo {
    width: 8rem;
  }

  .lottie-animation-2 {
    width: 2rem;
  }

  .button-primary-3.nav {
    display: block;
    margin-left: 0rem;
    padding: 2rem;
  }

  .nav-menu-2 {
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #2f4c5c;
    text-align: right;
  }

  .menu-button-2 {
    padding: 0rem;
  }

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

  .menu-button-2.w--open {
    position: relative;
    z-index: 1;
    background-color: #1a2a33;
  }

  .nav-link-2 {
    display: block;
    min-width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }

  .nav-link-2:hover {
    border-bottom-style: none;
    color: #f2ce61;
  }

  .nav-link-2.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #f2ce61;
  }

  .anfrage-container {
    max-width: 100%;
  }

  .home-nav-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .main-container {
    max-width: 37.5rem;
  }

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

  .hero-container {
    max-width: 100%;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section {
    padding: 5rem 2rem;
  }

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

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

  ._3-col-grid {
    grid-row-gap: 3.1875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    -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;
  }

  .main-container-2 {
    max-width: 37.5rem;
  }

  ._2-col-grid-2 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-col-grid-2 {
    grid-row-gap: 3.1875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .hero-heading-2 {
    font-size: 5em;
  }

  .divider-red.vertical {
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .right-arrow {
    position: static;
    display: inline-block;
  }

  .left-arrow {
    position: static;
    display: inline-block;
  }

  .slide-wrapper {
    height: auto;
    max-width: none;
  }

  .ansprechpartner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 2rem;
  }

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

  .footer-bottom {
    -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;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10px;
  }

  .main-container-3 {
    max-width: 37.5rem;
  }

  .section-2 {
    padding: 5rem 2rem;
  }

  .nav-link-2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .right-arrow-slider {
    margin-bottom: 0px;
  }

  .left-arrow-slider {
    margin-bottom: 0px;
  }

  .slide {
    margin-top: 1.25rem;
    margin-bottom: 3rem;
  }

  .form__row.recaptcha {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .color-wrapper {
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .section.ueber-uns {
    padding: 0rem;
  }
  .nav-link {
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .nav-link:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
  }

  .button-secondary {
    margin-top: 1.25rem;
    margin-left: 0rem;
  }

  .colors {
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
  }

  .elements {
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
  }

  .main-container {
    max-width: 100%;
  }

  .section-heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .typografie {
    padding: 3.75rem 0.9375rem;
  }

  .checkbox-field {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .hero-container {
    margin-bottom: 3.75rem;
  }

  .hero-section {
    height: 100%;
  }

  .button-wrapper-hero {
    grid-row-gap: 1rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .full-width-container {
    max-width: 100%;
  }

  .footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-image {
    height: 7rem;
  }

  .footer-heading {
    margin-top: 1.25rem;
  }

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

  .cta-main-wrapper {
    padding: 2.5rem 1rem;
  }

  .cta-heading {
    max-width: 15rem;
    font-size: 1.8rem;
  }

  .cta {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .cta-contact {
    font-size: 1.3rem;
  }

  .brand {
    padding-left: 0rem;
  }

  .brand.w--current {
    text-align: left;
  }

  .footer-adress {
    text-align: left;
  }

  .legal-links {
    margin-top: 1rem;
    text-align: left;
  }

  .copyright-text {
    text-align: center;
  }

  .section {
    padding: 3.75rem 1.5rem;
  }

  .section.hero-section {
    padding-top: 8.75rem;
  }

  .section.imprint {
    padding-top: 7.75rem;
  }

  .section.datenschutz {
    padding-top: 7.75rem;
  }

  .checkbox-2 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .struktur {
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
  }

  .style-guide-block.rich-text {
    margin-top: 4.5rem;
  }

  .margin-bottom-large {
    margin-bottom: 3rem;
  }

  .globale-klassen {
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
  }

  .grid-block.services {
    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;
  }

  .grid-block.ueber-uns.left {
    background-position: 50% 50%;
  }

  .grid-block.ueber-uns.right {
    padding: 10%;
  }

  .button-item.style-guide-spacer {
    margin-bottom: 1.5rem;
  }

  .style-guide-button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper.margin-bottom-32 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text {
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
  }

  .fs-cc-manager_component {
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 999;
    display: none;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_button {
    margin-bottom: 0.5rem;
  }

  .utility-page-wrap {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .main-container-2 {
    max-width: 100%;
  }

  .section-heading-3 {
    margin-left: 0rem;
    padding-left: 0rem;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .paragraph-big-2 {
    max-width: none;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }

  .hero-heading-2 {
    display: block;
    font-size: 4em;
  }

  .hero-2 {
    min-height: 28.125rem;
  }

  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .nav-menu {
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    grid-column-gap: 0rem;
    background-color: #303030;
  }

  .nav-menu.mini {
    width: 40%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .right-arrow {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    overflow: visible;
    margin-bottom: -10px;
  }

  .left-arrow {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-bottom: -10px;
  }

  .slide-wrapper {
    height: auto;
    padding-bottom: 0px;
  }

  .contact-wrapper {
    text-align: center;
  }

  .footer-wrapper-two {
    -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;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -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;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .main-container-3 {
    max-width: 100%;
  }

  .section-2 {
    padding: 3.75rem 1.5rem;
  }

  .home-icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home-text-wrapper {
    display: none;
  }

  .back-home-wrapper {
    left: auto;
    top: auto;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav-link-2 {
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .nav-link-2:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
  }

  .right-arrow-slider {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .left-arrow-slider {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .mask {
    overflow: hidden;
  }

  .slide-nav {
    display: none;
  }

  .brand-mini {
    width: 60%;
  }
}

@media screen and (max-width: 390px) {
  .anfrage-heading {
    font-size: 2.1rem;
  }

}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2a4e-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2a54-69720aca {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2a86-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2a8c-69720aca {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2a9c-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2aee-69720aca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2b11-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2b26-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_17da707c-4963-8a70-4251-d7542c3c2b7b-69720aca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_932c4cd0-2eb8-bba5-e020-6732e620c847-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_80ffcdf5-fd73-a60b-7fd0-5f6a010957ff-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15a98caf-d2c7-5685-8250-6dc9a3c88668-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79f1f6b8-be67-7062-2278-658a44f0fb10-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28473d7d-e284-8175-35ca-3266ad540eaf-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff1525d3-7080-349a-f1d0-76c88f7d4b45-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a89ba68-4aaf-052f-a386-4f171f0e08ca-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08246604-f6c1-f245-8f2c-59cc48071043-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_752bb188-3029-a803-eb4f-7ed77055a363-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f3dc14d-71e7-f505-3b52-aa0d86cc9317-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c96afe30-c945-d40e-5eca-4f417124f111-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12f78706-1cb8-fdc8-4a7f-b7c2154cec1a-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62f30e7e-7360-db0c-fe69-3374551fb58a-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3695d11e-7bfd-5d25-3174-01679dccfd44-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcf872c6-7073-eb1d-d168-c7b0b896dd92-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91a19415-1d94-a245-b844-f4f7953a7472-0f2a515a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#submitRequest.w-node-dbc32833-2338-144f-cd41-10fd1ee8357e-0f2a515a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a4a-69720aca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a4e-69720aca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a82-69720aca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a86-69720aca {
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a98-69720aca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2a9c-69720aca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b0d-69720aca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b11-69720aca {
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b20-69720aca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b26-69720aca {
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b77-69720aca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17da707c-4963-8a70-4251-d7542c3c2b7b-69720aca {
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@font-face {
  font-family: 'Linearicons170';
  src: url('../fonts/linearicons170.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}