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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dbe4ef;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  position: static;
  width: 992px;
  height: 85vh;
  min-width: 0px;
  margin-top: 9.4vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: transparent;
}

.heading-vm {
  position: relative;
  left: auto;
  top: 83px;
  z-index: 99;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #013e8d;
  font-size: 4em;
  line-height: 76px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.impressum {
  position: static;
  width: 80px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.paragraph-light {
  opacity: 0.6;
}

.ber-uns-section {
  position: static;
  z-index: 30;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  -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;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.ber-uns-section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.navigation-name {
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #013e8d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.navigation-name:hover {
  border: 2px solid #fb7066;
  opacity: 1;
  color: #fb7066;
}

.navigation-name:active {
  border-color: #fb7066;
  opacity: 1;
  color: #fb7066;
}

.navigation-name:focus {
  border-color: #fb7066;
  opacity: 1;
  color: #fb7066;
}

.navigation-name:visited {
  border-color: transparent;
}

.navigation-name.w--current {
  left: auto;
  right: auto;
  margin-left: 3px;
  padding: 10px;
  border: 2px solid #fb7066;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #fb7066;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.navigation-name.w--current:hover {
  border-color: #fb7066;
  opacity: 1;
  color: #fb7066;
}

.navigation-name.w--current:active {
  border-color: #fb7066;
  opacity: 1;
  color: transparent;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.logo-image {
  display: block;
  width: auto;
  height: 70px;
  margin-top: 0px;
}

.intro-wrap {
  position: static;
  z-index: 99;
  display: block;
  height: 0px;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: transparent;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding: 40px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #fb7066;
  background-color: #e5e8ef;
  opacity: 1;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.impressum-link {
  position: relative;
  left: 300px;
  top: 270px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 7vw;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #013e8d;
  text-decoration: none;
  text-transform: none;
}

.impressum-link:hover {
  opacity: 0.6;
  color: #013e8d;
}

.impressum-link:active {
  opacity: 0.8;
}

.footer-links {
  position: relative;
  top: 491px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #013e8d;
}

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.protected-heading {
  margin-bottom: 30px;
}

.motiv-rechts {
  position: relative;
  top: -210px;
  z-index: 97;
  width: auto;
  height: 450px;
  float: right;
  clear: both;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
}

.motiv-links {
  position: relative;
  left: -440px;
  top: -280px;
  z-index: 98;
  width: auto;
  height: 160px;
  float: right;
  clear: both;
}

.heading-2 {
  position: relative;
  left: 10px;
  top: -195px;
  z-index: 99;
  width: 259px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #fb7066;
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 300;
}

.pfeil {
  position: relative;
  left: -285px;
  top: 396px;
  z-index: 99;
  width: 2.7em;
  clear: none;
}

.flex-container {
  position: static;
  top: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 992px;
  margin-top: -9.6vh;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -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: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-image-mask {
  position: static;
  padding-right: 80px;
}

.heading-3 {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #013e8d;
  font-size: 2.3em;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.div-block-4 {
  position: relative;
  left: auto;
  width: 50vw;
  clear: none;
}

.text-block {
  position: relative;
  width: auto;
  color: #013e8d;
  font-size: 1.2em;
  line-height: 30px;
  font-weight: 300;
}

.leistungen-section {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-color: #dbe4ef;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.container-3 {
  position: static;
  z-index: 30;
  display: block;
  overflow: visible;
  height: 100vh;
  max-width: 992px;
  padding-top: 115px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-2 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 99;
  width: 40vw;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #013e8d;
  font-size: 2.9em;
  line-height: 58px;
  font-weight: 600;
}

.image-4 {
  position: relative;
  left: 507px;
  top: -221px;
  z-index: 28;
  width: 43vw;
}

.text-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: #fb7066;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #dbe4ef;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading-4 {
  position: relative;
  left: 55px;
  top: -48px;
  width: 420px;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #fb7066;
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

.text-block-5 {
  position: relative;
  left: 55px;
  top: -63px;
  z-index: auto;
  width: 420px;
  font-family: 'Archia webfont', Arial, sans-serif;
  color: #013e8d;
  font-size: 1em;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.div-02 {
  position: relative;
  left: 40vw;
  top: -479px;
  z-index: 28;
  width: 480px;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.div-01 {
  position: relative;
  left: auto;
  top: 150px;
  z-index: 28;
  width: 480px;
}

.div-03 {
  position: relative;
  left: 80px;
  top: -231px;
  z-index: 28;
  width: 480px;
}

.image-5 {
  position: relative;
  left: 537px;
  top: -659px;
  z-index: 27;
  width: 36vw;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.aufzaehlung {
  position: static;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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/flyer-leporello-gestaltung-druck.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.text-block-6 {
  position: relative;
  width: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #fff;
  font-size: 2.6em;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: -1px;
}

.text-block-7 {
  position: relative;
  top: auto;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.5em;
  line-height: 38px;
  font-weight: 300;
}

.container-6 {
  position: static;
  top: auto;
  display: block;
  height: auto;
  max-width: 992px;
  margin-top: -9.5vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.kunden-section {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #fb7066;
  background-image: url('../images/pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.heading-6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #013e8d;
  font-size: 2.3em;
  line-height: 52px;
  font-weight: 600;
}

.kontakt-section {
  position: static;
  z-index: 38;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 84vh;
  margin-top: -100px;
  -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: #dbe4ef;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.mailblock {
  position: static;
  padding-top: 39px;
  color: #fb7066;
  font-size: 28px;
  font-weight: 300;
}

.xing {
  position: relative;
  top: auto;
  width: auto;
  height: 50px;
  float: left;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  text-decoration: none;
}

.xing:hover {
  opacity: 0.6;
}

.image-7 {
  width: 40px;
}

.div-block-12 {
  position: relative;
  left: 0%;
  top: 412px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-8 {
  position: relative;
  height: 7vh;
  max-width: 1360px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.datenschutz-link {
  position: relative;
  left: 282px;
  top: 270px;
  right: 0px;
  bottom: 0px;
  display: block;
  float: left;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  font-size: 17px;
  text-decoration: none;
  text-transform: none;
}

.datenschutz-link:hover {
  opacity: 0.6;
}

.text-block-16 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: block;
  width: 505px;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #013e8d;
  font-size: 15px;
  line-height: 21px;
}

.div-block-13 {
  position: relative;
  left: 900px;
  width: 25vw;
  height: auto;
  margin-top: 0px;
}

.datenschutz {
  color: #013e8d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.text-block-17 {
  position: static;
  color: #fb7066;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.image-11 {
  position: relative;
  left: 100px;
  top: -79px;
  z-index: 28;
  width: 26vw;
  max-width: 1366px;
  box-shadow: 14px 14px 35px 3px rgba(0, 0, 0, 0.28);
}

.bold-text {
  position: relative;
  color: #013e8d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container-9 {
  position: static;
  top: auto;
  display: block;
  height: auto;
  max-width: 992px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.section-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 300vh;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-color: #bdce98;
}

.bkg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100vh;
  background-color: transparent;
  opacity: 0;
}

.bkg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: #dbe4ef;
  opacity: 0;
}

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

.service-section.first {
  position: static;
  z-index: 29;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-height: auto;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #fb7066;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.text-block-19 {
  position: static;
  top: auto;
  margin-bottom: 2vh;
  color: #013e8d;
  font-size: 2.3em;
  line-height: 62px;
  font-weight: 600;
  letter-spacing: normal;
}

.heading-5 {
  position: relative;
  left: 55px;
  top: -48px;
  width: 420px;
  color: #fb7066;
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.div-block-18 {
  position: static;
  top: 110px;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.columns {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 992px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

.text-block-20 {
  position: relative;
  left: 55px;
  top: -63px;
  width: 420px;
  margin-bottom: 20px;
}

.bold-text-2 {
  color: #013e8d;
  font-size: 1.3em;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.other-service-link-block {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 58px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #fb7066;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 2vw;
  text-decoration: none;
}

.other-service-link-block:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.action-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 6%;
  width: 2.4vw;
  height: 1.4vw;
  background-image: url('../images/arrow-forward.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.action-arrow.other-service {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 3vw;
  height: 3vw;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 94% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 2vw;
}

.text-block-21 {
  font-size: 0.9em;
  text-decoration: none;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
  background-color: #fff;
}

.slider-arrow.right {
  left: auto;
  top: 0px;
  right: 0px;
  overflow: visible;
}

.slide {
  position: relative;
}

.slide.slide-two {
  overflow: visible;
}

.slide.slide-one {
  overflow: visible;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

.main-img {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.extra-img {
  position: absolute;
  left: -97.5%;
  top: 0px;
  bottom: 0px;
  width: 95%;
}

.extra-img.last-slide {
  left: auto;
  top: 0px;
  right: -97.5%;
  bottom: 0px;
}

.showroom-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  -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: #fce5d7;
  color: #000;
}

.text-block-22 {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -160px;
  margin-bottom: 50px;
  -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: #013e8d;
  font-size: 2.6em;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
}

.text-block-23 {
  width: 325px;
  color: #013e8d;
  font-size: 0.85em;
  line-height: 32px;
}

.text-block-24 {
  width: 325px;
  padding-left: 10px;
  color: #013e8d;
  font-size: 0.85em;
  line-height: 32px;
}

.text-block-25 {
  width: 325px;
  padding-left: 10px;
  color: #013e8d;
  font-size: 0.85em;
  line-height: 32px;
}

.modul {
  position: relative;
  top: auto;
  width: auto;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 0px;
  color: #013e8d;
  text-align: left;
}

.line {
  position: relative;
  left: 163px;
  top: -15px;
  display: block;
  width: 4vw;
  height: 1px;
  float: none;
  clear: none;
  background-color: #013e8d;
}

.text-block-26 {
  width: 65px;
  font-size: 17px;
}

.text-block-27 {
  width: 145px;
  font-size: 17px;
}

.line-2 {
  position: relative;
  left: 76px;
  top: -15px;
  width: 4vw;
  height: 1px;
  background-color: #013e8d;
}

.text-block-28 {
  width: auto;
  padding-left: 4px;
  color: #dbe4ef;
  font-size: 17px;
}

.line-3 {
  position: relative;
  left: 200px;
  top: -15px;
  width: 4vw;
  height: 1px;
  background-color: #dbe4ef;
}

.circle-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 290px;
  max-height: 100vw;
  max-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition-property: none;
  transition-property: none;
  color: #000;
  cursor: pointer;
}

.circle-text {
  position: relative;
  z-index: 10;
  color: #013e8d;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.circle {
  position: absolute;
  width: 95%;
  height: 95%;
  border: 1px none #000;
  border-radius: 10000px;
  background-image: url('../images/icon-meisterbetrieb.svg');
  background-position: 50% 50%;
  background-size: 82% 82%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-25 {
  margin-right: 10px;
  float: left;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-25:hover {
  opacity: 0.4;
  color: #013e8d;
  text-decoration: none;
}

.link-26 {
  margin-right: 10px;
  float: left;
  clear: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-26:hover {
  opacity: 0.4;
  color: #013e8d;
}

.circle-container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fce5d7;
  color: #000;
}

.text-block-29 {
  position: static;
  top: auto;
  margin-bottom: 5vh;
  color: #013e8d;
  font-size: 1.4em;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.div-block-43 {
  width: 992px;
  margin-right: auto;
  margin-left: auto;
}

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

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-14 {
  position: static;
  top: auto;
  width: 240px;
  float: left;
}

.extra-img-content-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  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;
}

.slide-content-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  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;
}

.slider-2 {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-color: transparent;
}

.slide-overlay-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(1, 62, 141, 0.3);
}

.slide-overlay-3.extra-img-overlay {
  width: auto;
  background-color: rgba(1, 62, 141, 0.3);
}

.slider-mask-2 {
  display: block;
  overflow: visible;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.slider-wrap-2 {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-12 {
  color: #fff;
}

.heading-13 {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
}

.heading-15 {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
}

.heading-16 {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
}

.heading-17 {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
}

.copyright {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 992px;
  height: 4vh;
  max-width: 992px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.copyright:hover {
  opacity: 1;
}

.div-block-46 {
  display: block;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  opacity: 1;
}

.main-wrapper {
  height: auto;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.navigation-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.impressum-section {
  position: relative;
  display: block;
  width: 100vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dbe4ef;
  font-family: 'Archia webfont', Arial, sans-serif;
}

.container-10 {
  position: relative;
  height: 100%;
  max-width: 992px;
  margin: 180px auto 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-33 {
  margin-bottom: 20px;
  margin-left: 0px;
  color: #013e8d;
  font-size: 2.3em;
  line-height: 62px;
  font-weight: 600;
}

.text-block-34 {
  margin-left: 0px;
  color: #013e8d;
  font-size: 1.1em;
  line-height: 26px;
  font-weight: 300;
}

.link-30 {
  width: 16vw;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-30:hover {
  opacity: 0.4;
  color: #013e8d;
}

.link-31 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-31:hover {
  opacity: 0.4;
  color: #013e8d;
}

.link-32 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-32:hover {
  opacity: 0.4;
  color: #013e8d;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: 0.8;
}

.logo-link-2:active {
  opacity: 0.7;
}

.logo-image-2 {
  display: block;
}

.navigation-02 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Archia webfont', Arial, sans-serif;
}

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

.logo-link-2 {
  position: relative;
}

.logo-image-2 {
  height: 70px;
}

.other-service-link-block-2 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #fb7066;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 2vw;
  text-decoration: none;
}

.other-service-link-block-2:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.action-arrow-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 6%;
  width: 2.4vw;
  height: 1.4vw;
  background-image: url('../images/arrow-forward_1.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.action-arrow-2.other-service {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2vw;
  height: 2vw;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 94% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 2vw;
}

.top {
  width: 992px;
}

.to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100px;
  height: 100px;
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/arrow-circle-top.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: auto;
}

.to-top:hover {
  border-radius: 0px;
  background-image: url('../images/arrow-circle-top-red.svg');
  opacity: 1;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 992px;
  -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: #dbe4ef;
}

.container-12 {
  position: relative;
  height: 100%;
  max-width: 992px;
  margin-top: 180px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  color: #013e8d;
}

.link-35 {
  width: 17vw;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
  text-decoration: none;
}

.link-35:hover {
  opacity: 0.6;
  color: #013e8d;
}

.text-block-36 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Archia webfont', Arial, sans-serif;
  font-size: 2.3em;
  line-height: 62px;
  font-weight: 600;
}

.link-36 {
  width: auto;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #013e8d;
}

.link-36:hover {
  opacity: 0.6;
  color: #013e8d;
}

.text-block-37 {
  width: auto;
  font-family: 'Archia webfont', Arial, sans-serif;
  font-size: 1.1em;
  line-height: 26px;
  font-weight: 300;
}

.text-block-38 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #fb7066;
  color: #dbe4ef;
  font-size: 1.5em;
  font-weight: 700;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 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 {
  position: static;
  left: 303px;
  top: -260px;
  width: 640px;
  max-width: 800px;
  margin-left: 60px;
  float: left;
  clear: none;
  grid-template-areas: "Adresse Mail"
    "Area .";
  -ms-grid-columns: minmax(20vw, 25vw) minmax(29vh, 35vw);
  grid-template-columns: minmax(20vw, 25vw) minmax(29vh, 35vw);
  -ms-grid-rows: 100px 100px;
  grid-template-rows: 100px 100px;
  color: #013e8d;
  font-size: 1.25em;
  font-weight: 300;
}

.adressblock {
  font-weight: 300;
}

.link-37 {
  width: 25vw;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fb7066;
  text-decoration: none;
}

.link-37:hover {
  opacity: 0.6;
  color: #fb7066;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modul01 {
  margin-bottom: 5px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 22px;
  color: #013e8d;
}

.link-38 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fb7066;
  font-size: 28px;
  text-decoration: none;
  text-transform: none;
}

.link-38:hover {
  opacity: 0.6;
  color: #fb7066;
}

.link-block {
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.link-block:hover {
  opacity: 0.6;
}

.text-block-39 {
  position: relative;
  color: #013e8d;
  font-size: 15px;
  line-height: 21px;
}

.impressum-2 {
  float: none;
  color: #013e8d;
  font-size: 15px;
  text-decoration: none;
}

.impress {
  position: relative;
  left: 315px;
  top: -21px;
  line-height: 21px;
  text-decoration: none;
}

.impress:hover {
  opacity: 0.6;
}

.datenschutz-2 {
  position: static;
  top: -21px;
  color: #013e8d;
  font-size: 15px;
}

.daten {
  position: relative;
  left: 409px;
  top: -46px;
  text-decoration: none;
}

.daten:hover {
  opacity: 0.6;
}

.background-holder {
  position: relative;
  z-index: 0;
}

.background-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #dbe4ef;
}

.text-block-40 {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
}

.heading-18 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #013e8d;
  font-size: 2.3em;
  line-height: 52px;
  font-weight: 600;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 450px;
  padding: 30px;
  background-color: #fb7066;
  color: #fff;
  text-align: left;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-banner2_text {
  font-size: 15px;
  line-height: 21px;
}

.fs-cc-banner2_text.fs-cc-banner2_text-link {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fff;
}

.fs-cc-banner2_text.fs-cc-banner2_text-link:hover {
  opacity: 0.7;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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-banner2_button {
  min-width: 120px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #013e8d;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button:hover {
  opacity: 0.8;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: #013e8d;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: rgba(255, 255, 255, 0.6);
}

.fs-cc-banner2_button.fs-cc-button-alt:hover {
  background-color: #013e8d;
  opacity: 0.74;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1180px;
    margin-top: 77px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-vm {
    top: 150px;
    font-size: 4.5em;
    line-height: 80px;
  }

  .ber-uns-section {
    height: auto;
  }

  .motiv-rechts {
    height: 560px;
  }

  .motiv-links {
    left: -534px;
    height: 250px;
  }

  .heading-2 {
    left: 95px;
    top: -170px;
    width: 328px;
    font-size: 1.9em;
    line-height: 36px;
  }

  .pfeil {
    left: -400px;
    top: 569px;
    width: 2.5em;
  }

  .flex-container {
    max-width: 1180px;
  }

  .heading-3 {
    font-size: 2.5em;
  }

  .div-block-4 {
    width: 60vw;
  }

  .text-block {
    font-size: 1.2em;
  }

  .leistungen-section {
    height: 2700px;
  }

  .container-3 {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-2 {
    top: auto;
    font-size: 2.8em;
  }

  .image-4 {
    left: 568px;
  }

  .text-block-5 {
    width: 420px;
  }

  .div-02 {
    left: 47.1vw;
    top: -536px;
    width: 520px;
  }

  .div-01 {
    width: 520px;
  }

  .div-03 {
    left: 45px;
  }

  .image-5 {
    left: 608px;
  }

  .aufzaehlung {
    height: 100vh;
  }

  .text-block-6 {
    margin-left: 0px;
    font-size: 3.1em;
    line-height: 66px;
  }

  .text-block-7 {
    margin-left: 0px;
    font-size: 1.5em;
    line-height: 38px;
  }

  .container-6 {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kunden-section {
    height: 100vh;
  }

  .heading-6 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2.5em;
  }

  .kontakt-section {
    height: 73vh;
  }

  .mailblock {
    font-size: 28px;
  }

  .text-block-16 {
    height: auto;
    margin-bottom: 30px;
  }

  .text-block-17 {
    font-size: 28px;
  }

  .image-11 {
    left: 162px;
  }

  .container-9 {
    display: block;
    height: auto;
    max-width: 1180px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-19 {
    font-size: 2.8em;
  }

  .heading-5 {
    top: -48px;
    color: #fb7066;
  }

  .div-block-18 {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    width: 1165px;
  }

  .bold-text-2 {
    line-height: 30px;
  }

  .other-service-link-block {
    width: 320px;
    margin-left: 0px;
  }

  .action-arrow.other-service {
    height: 2vw;
  }

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

  .text-block-22 {
    font-size: 2.8em;
  }

  .text-block-23 {
    width: 380px;
  }

  .text-block-24 {
    width: 380px;
  }

  .text-block-25 {
    width: 380px;
  }

  .text-block-29 {
    width: 580px;
    font-size: 1.5em;
    line-height: 36px;
  }

  .div-block-43 {
    width: 1180px;
  }

  .image-14 {
    top: auto;
    width: 320px;
  }

  .copyright {
    position: static;
    width: 1180px;
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-46 {
    width: 100vw;
    height: auto;
    max-width: 1180px;
  }

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

  .container-10 {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .other-service-link-block-2 {
    width: 220px;
    margin-left: 50px;
  }

  .section {
    width: auto;
  }

  .container-12 {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-38 {
    top: 0px;
  }

  .div-block-52 {
    max-width: 1180px;
    padding-left: 0px;
  }

  .grid {
    width: auto;
    max-width: none;
    grid-column-gap: 53px;
    grid-template-areas: "Adresse Mail"
      "Area .";
    -ms-grid-columns: minmax(20vw, 25vw) 53px 30vh;
    grid-template-columns: minmax(20vw, 25vw) 30vh;
  }

  .modul01 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 100vw;
    max-width: 1366px;
    margin-top: 70px;
  }

  .heading-vm {
    top: 192px;
    font-size: 5.5em;
    line-height: 100px;
  }

  .ber-uns-section {
    width: 100vw;
  }

  .navigation-name {
    font-size: 22px;
  }

  .navigation-name.w--current {
    font-size: 22px;
  }

  .intro-wrap {
    margin-top: 1%;
  }

  .heading-2 {
    line-height: 38px;
  }

  .pfeil {
    left: -373px;
    top: 637px;
    width: 3em;
  }

  .flex-container {
    max-width: 1366px;
  }

  .heading-3 {
    width: 600px;
  }

  .text-block {
    width: 55vw;
    font-size: 1.3em;
  }

  .leistungen-section {
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    top: auto;
    max-width: 1366px;
  }

  .text-block-2 {
    font-size: 3.2em;
    line-height: 62px;
  }

  .image-4 {
    left: 638px;
  }

  .text-block-5 {
    width: 420px;
    font-size: 1.2em;
    line-height: 30px;
  }

  .div-02 {
    left: 51.5vw;
    top: -496px;
    width: 520px;
  }

  .div-01 {
    left: 59px;
  }

  .image-5 {
    left: 695px;
    top: -770px;
  }

  .text-block-6 {
    margin-bottom: 120px;
    margin-left: 0px;
    font-size: 3.4em;
    line-height: 78px;
  }

  .text-block-7 {
    width: 900px;
    margin-left: 0px;
  }

  .container-6 {
    max-width: 1366px;
  }

  .kontakt-section {
    width: 100vw;
    height: 90vh;
  }

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

  .image-11 {
    left: 192px;
    top: -187px;
  }

  .container-9 {
    height: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-section.first {
    width: 100vw;
  }

  .text-block-19 {
    position: static;
    margin-top: 60px;
    margin-left: 0px;
  }

  .heading-5 {
    top: -48px;
    width: 420px;
    color: #fb7066;
  }

  .div-block-18 {
    left: auto;
    top: 130px;
    display: block;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns {
    width: 100%;
  }

  .text-block-20 {
    width: 420px;
  }

  .bold-text-2 {
    width: 420px;
    font-size: 1.5em;
  }

  .other-service-link-block {
    margin-left: 0px;
  }

  .action-arrow.other-service {
    width: 3vw;
    height: 1.52vw;
  }

  .text-block-23 {
    width: 400px;
    font-size: 1em;
    line-height: 34px;
  }

  .text-block-24 {
    width: 400px;
    margin-left: 0px;
    font-size: 1em;
    line-height: 34px;
  }

  .text-block-25 {
    width: 400px;
    font-size: 1em;
    line-height: 34px;
  }

  .modul {
    margin-left: 0px;
    padding-left: 3px;
  }

  .circle-container-2 {
    width: 290px;
    height: 290px;
  }

  .text-block-29 {
    margin-bottom: 130px;
    margin-left: 0px;
  }

  .div-block-43 {
    width: 1366px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .image-14 {
    margin-left: 0px;
  }

  .copyright {
    width: 1366px;
    max-width: 1366px;
    margin-left: auto;
  }

  .div-block-46 {
    height: 700px;
    max-width: 1366px;
    margin-top: 0px;
  }

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

  .div-block-48 {
    margin-left: auto;
  }

  .container-10 {
    max-width: 1366px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .other-service-link-block-2 {
    margin-left: 50px;
  }

  .section {
    width: 100vw;
    max-width: 1366px;
  }

  .container-12 {
    max-width: 1366px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-52 {
    max-width: 1366px;
  }

  .modul01 {
    padding-right: 22px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    position: relative;
    top: -709px;
  }

  img {
    position: relative;
    max-width: 1366px;
  }

  .container {
    max-width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-vm {
    top: 120px;
    bottom: 35px;
    margin-top: 0px;
    padding-left: 0px;
    line-height: 100px;
    letter-spacing: -1px;
  }

  .impressum {
    position: relative;
    color: #000;
    font-size: 21px;
    font-weight: 600;
  }

  .ber-uns-section {
    margin-top: 0px;
    background-color: #fff;
    font-family: 'Archia webfont', Arial, sans-serif;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navigation-name {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 12px;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease;
  }

  .navigation-name:hover {
    opacity: 1;
  }

  .navigation-name.w--current {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 12px;
  }

  .navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
    display: block;
    max-width: none;
    float: none;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .intro-wrap {
    z-index: 99;
  }

  .footer-wrap {
    position: relative;
    top: auto;
    height: 10vh;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fb7066;
    background-color: #e5e8ef;
  }

  .impressum-link {
    position: relative;
    width: 7vw;
    opacity: 1;
    text-transform: none;
  }

  .impressum-link:hover {
    opacity: 0.6;
    text-transform: none;
  }

  .footer-links {
    position: relative;
    top: -10px;
  }

  .motiv-rechts {
    left: auto;
  }

  .motiv-links {
    left: -490px;
    bottom: 125px;
    z-index: 98;
  }

  .heading-2 {
    position: relative;
    left: 175px;
    top: -260px;
    z-index: 99;
    display: block;
    width: 358px;
    margin-top: 90px;
    margin-left: 0px;
    padding-left: 0px;
    float: right;
    clear: none;
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: -0.5px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pfeil {
    position: relative;
    left: -350px;
    top: 642px;
    width: 3em;
  }

  .flex-container {
    top: 70px;
    max-width: none;
  }

  .feature-image-mask {
    position: relative;
    left: 0px;
    width: auto;
    height: auto;
    padding-right: 0px;
  }

  .heading-3 {
    position: relative;
    left: auto;
    top: auto;
    width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 80px;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.5px;
  }

  .div-block-4 {
    position: relative;
    left: 160px;
    width: auto;
  }

  .text-block {
    position: relative;
    left: auto;
    top: auto;
    width: 850px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
  }

  .leistungen-section {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 100%;
    height: 3200px;
    margin-right: auto;
    margin-left: auto;
    -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;
    background-color: #dbe4ef;
    font-family: 'Archia webfont', Arial, sans-serif;
  }

  .container-3 {
    position: relative;
    display: block;
    height: 240vh;
    max-width: 1440px;
    margin-top: 160px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .text-block-2 {
    position: relative;
    top: 0px;
    z-index: 99;
    font-family: 'Archia webfont', Arial, sans-serif;
    font-size: 60px;
    line-height: 76px;
    font-weight: 500;
  }

  .image-4 {
    position: relative;
    left: 608px;
    top: -207px;
    z-index: 98;
    width: 40vw;
    max-width: none;
    padding-right: 0px;
    border: 1px solid transparent;
  }

  .text-block-3 {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.5vh;
    height: 3.5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #fb7066;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .heading-4 {
    position: relative;
    left: 65px;
    top: -58px;
    width: 25vw;
    color: #fb7066;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }

  .text-block-5 {
    position: relative;
    left: 65px;
    top: -63px;
    z-index: 99;
    width: 30vh;
    color: #013e8d;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }

  .div-02 {
    position: relative;
    left: 790px;
    top: -637px;
    z-index: 99;
    width: 25vw;
  }

  .div-01 {
    position: relative;
    top: 136px;
    z-index: 99;
    width: 25px;
  }

  .div-03 {
    position: relative;
    left: 195px;
    top: -343px;
    z-index: 99;
    width: 25vw;
  }

  .image-5 {
    position: relative;
    left: 755px;
    top: -931px;
    width: 30vw;
    max-width: none;
  }

  .aufzaehlung {
    position: relative;
    height: 100vh;
    background-image: url('../images/flyer-leporello-gestaltung-druck.jpg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .text-block-6 {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    color: #fff;
    font-size: 64px;
    line-height: 88px;
    font-weight: 600;
    text-align: left;
    letter-spacing: -2.5px;
  }

  .text-block-7 {
    position: relative;
    top: 40px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
  }

  .container-6 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    height: auto;
    max-width: 1440px;
    margin: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .kunden-section {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: #fb7066;
    background-position: 50% 50%;
    background-size: auto 2200px;
  }

  .heading-6 {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    max-width: 144060px;
    margin: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    text-align: left;
  }

  .kontakt-section {
    position: relative;
    left: 0%;
    top: -3px;
    right: 0%;
    bottom: 0%;
    z-index: 31;
    width: auto;
    height: 90vh;
    margin-bottom: -3px;
    background-color: #dbe4ef;
  }

  .mailblock {
    position: relative;
    top: 0px;
    width: 20vw;
    color: #fb7066;
    font-size: 36px;
    font-weight: 400;
  }

  .xing {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 3.5vh;
    padding-top: 0px;
    float: left;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    text-decoration: none;
  }

  .xing:hover {
    opacity: 0.6;
  }

  .image-7 {
    width: 50px;
    max-width: none;
  }

  .div-block-12 {
    position: static;
    top: -42px;
    width: 50vh;
    margin-top: -18px;
    float: left;
    background-color: transparent;
  }

  .container-8 {
    position: static;
    display: block;
    height: 7vh;
    max-width: 1399px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .datenschutz-link {
    position: relative;
    left: 131px;
    top: -24px;
    width: 9vw;
    float: none;
    clear: none;
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
  }

  .datenschutz-link:hover {
    opacity: 0.6;
  }

  .text-block-16 {
    position: static;
    top: auto;
    width: 540px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-13 {
    position: relative;
    left: 900px;
    top: 28px;
    width: 25vw;
    height: auto;
    margin-top: 0px;
    float: none;
  }

  .datenschutz {
    position: relative;
    float: none;
    font-size: 21px;
  }

  .datenschutz:hover {
    opacity: 1;
  }

  .text-block-17 {
    color: #fb7066;
    font-size: 36px;
    text-transform: none;
  }

  .image-11 {
    left: 145px;
    top: -147px;
    width: 22vw;
    max-width: none;
    box-shadow: 13px 15px 40px 5px rgba(0, 0, 0, 0.25);
  }

  .container-9 {
    height: auto;
  }

  .text-block-19 {
    top: 145px;
    margin-top: 120px;
    margin-left: 0px;
    font-size: 48px;
    line-height: 64px;
  }

  .heading-5 {
    left: 65px;
    top: -58px;
    width: 25vw;
    color: #fb7066;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }

  .div-block-18 {
    top: 50px;
    max-width: 1440px;
    padding-top: 170px;
    padding-left: 0px;
  }

  .columns {
    left: auto;
    width: 1440px;
    margin-left: 0px;
  }

  .bold-text-2 {
    position: relative;
    left: 11px;
  }

  .other-service-link-block {
    top: 45px;
    margin-left: 0px;
  }

  .action-arrow.other-service {
    width: 1.5vw;
  }

  .text-block-22 {
    font-size: 60px;
  }

  .text-block-23 {
    margin-left: 10px;
    font-size: 1.15em;
    line-height: 40px;
  }

  .text-block-24 {
    margin-left: 30px;
    font-size: 1.15em;
    line-height: 40px;
  }

  .text-block-25 {
    margin-left: 50px;
    font-size: 1.15em;
    line-height: 40px;
  }

  .modul {
    position: static;
    padding-left: 0px;
  }

  .circle-container-2 {
    width: 250px;
    height: 250px;
  }

  .circle {
    width: 110%;
    height: 110%;
  }

  .text-block-29 {
    top: auto;
    width: 720px;
    margin-left: 0px;
    font-size: 1.8em;
    line-height: 44px;
  }

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

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-14 {
    top: auto;
    margin-left: 0px;
  }

  .copyright {
    bottom: 0%;
    display: block;
    width: 1440px;
    max-width: 1440px;
    margin-bottom: 30px;
  }

  .div-block-46 {
    height: 700px;
    max-width: 1440px;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .div-block-47 {
    margin-left: auto;
  }

  .container-10 {
    max-width: 1440px;
  }

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

  .navigation-wrap-2 {
    margin-right: 0px;
  }

  .other-service-link-block-2 {
    top: auto;
    margin-left: 50px;
    -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;
  }

  .action-arrow-2.other-service {
    width: 1.5vw;
  }

  .section {
    max-width: 1440px;
  }

  .container-12 {
    max-width: 1440px;
  }

  .div-block-52 {
    max-width: 1440px;
  }

  .grid {
    -ms-grid-columns: minmax(16vw, 13vw) 30vh;
    grid-template-columns: minmax(16vw, 13vw) 30vh;
  }

  .impress {
    top: -25px;
  }

  .daten {
    left: 329px;
    top: -25px;
  }

  .heading-18 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    height: 100vh;
    max-width: none;
    min-width: auto;
    margin-top: 18vh;
    padding-right: 35px;
    padding-left: 35px;
  }

  .heading-vm {
    top: 101px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 3.2em;
    line-height: 58px;
  }

  .ber-uns-section {
    width: 100vw;
    height: auto;
  }

  .ber-uns-section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .logo-link {
    position: static;
  }

  .logo-link.w--current {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-name {
    position: relative;
    z-index: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #013e8d;
    text-align: center;
  }

  .navigation-name:hover {
    border-style: solid;
    border-width: 0px;
    background-color: #fff;
  }

  .navigation-name:active {
    border-color: #fff;
    background-color: #fff;
  }

  .navigation-name.w--current {
    position: relative;
    z-index: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 0px none #fff;
    background-color: transparent;
    text-align: center;
    text-transform: none;
  }

  .navigation-name.w--current:hover {
    border-style: solid;
  }

  .navigation-name.w--current:active {
    opacity: 1;
  }

  .navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 990;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    background-color: #fff;
  }

  .intro-wrap {
    margin-top: 0%;
    padding-top: 0px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .motiv-rechts {
    left: auto;
    top: -165px;
    height: 400px;
  }

  .motiv-links {
    left: -390px;
    top: -229px;
    height: 150px;
  }

  .heading-2 {
    left: 52px;
    top: -150px;
    font-size: 24px;
    line-height: 32px;
  }

  .pfeil {
    position: relative;
    left: -327px;
    top: 374px;
    z-index: 0;
    width: 4vw;
    margin-left: 116px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .flex-container {
    max-width: none;
  }

  .feature-image-mask {
    padding-right: 34px;
  }

  .heading-3 {
    width: 380px;
    font-size: 30px;
    line-height: 42px;
  }

  .text-block {
    width: 50vw;
    font-size: 18px;
    line-height: 28px;
  }

  .leistungen-section {
    width: 100vw;
    height: 100vh;
  }

  .container-3 {
    left: auto;
    height: 100vh;
    max-width: none;
    margin-top: 100px;
    padding-top: 0px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: transparent;
  }

  .text-block-2 {
    top: auto;
    margin-bottom: 65px;
    font-size: 40px;
    line-height: 52px;
  }

  .image-4 {
    position: relative;
    left: 335px;
    top: -364px;
    display: block;
    width: 380px;
  }

  .heading-4 {
    width: 35vw;
    font-size: 28px;
    line-height: 34px;
  }

  .text-block-5 {
    width: 35vw;
    font-size: 16px;
    line-height: 24px;
  }

  .div-02 {
    left: 325px;
    top: -456px;
    width: 360px;
  }

  .div-01 {
    top: 30px;
    width: 360px;
  }

  .div-03 {
    left: 0px;
    top: -321px;
    width: 380px;
  }

  .image-5 {
    left: 360px;
    top: -658px;
    width: 42vw;
  }

  .text-block-6 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.5px;
  }

  .text-block-7 {
    width: 670px;
    font-size: 20px;
    line-height: 34px;
  }

  .container-6 {
    height: auto;
    max-width: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kunden-section {
    width: 100vw;
    height: 100vh;
  }

  .heading-6 {
    width: 100%;
    max-width: 768px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 42px;
  }

  .kontakt-section {
    height: 81vh;
    margin-top: 0px;
  }

  .mailblock {
    font-size: 24px;
  }

  .xing {
    top: auto;
  }

  .text-block-17 {
    font-size: 23px;
  }

  .image-11 {
    left: 55px;
    top: -125px;
    width: 30vw;
  }

  .container-9 {
    height: auto;
    max-width: none;
    margin-top: -200px;
    margin-bottom: 0px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .service-section {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }

  .text-block-19 {
    font-size: 36px;
  }

  .heading-5 {
    top: -48px;
    width: 35vw;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-18 {
    display: block;
    height: auto;
    max-width: none;
    padding-right: 35px;
    padding-left: 35px;
    -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;
  }

  .columns {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-20 {
    width: 35vw;
    font-size: 15px;
  }

  .bold-text-2 {
    width: 35vw;
    font-size: 20px;
    line-height: 24px;
  }

  .other-service-link-block {
    width: 300px;
    font-size: 2.4vw;
  }

  .other-service-link-block:hover {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .action-arrow {
    right: 6%;
    bottom: 8%;
    width: 3vw;
    height: 2vw;
  }

  .action-arrow.other-service {
    width: 4vw;
    height: 4vw;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .text-block-21 {
    font-size: 1em;
  }

  .slide.slide-one {
    overflow: visible;
  }

  .main-img {
    width: 95%;
    height: auto;
  }

  .showroom-section {
    width: 100vw;
    height: 100vh;
  }

  .text-block-23 {
    width: auto;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 28px;
  }

  .text-block-24 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
    float: none;
    font-size: 19px;
    line-height: 28px;
  }

  .text-block-25 {
    position: absolute;
    left: 0%;
    top: 98%;
    right: auto;
    bottom: auto;
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    font-size: 19px;
    line-height: 28px;
  }

  .modul {
    width: auto;
  }

  .circle {
    width: 95%;
    height: 95%;
  }

  .text-block-29 {
    width: 489px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-43 {
    width: 100vw;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column {
    position: relative;
    left: auto;
  }

  .column-2 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0px;
  }

  .column-3 {
    position: static;
    font-size: 21px;
  }

  .image-14 {
    width: 180px;
  }

  .extra-img-content-2 {
    width: 95%;
  }

  .slide-content-2 {
    width: 100%;
  }

  .slider-2 {
    overflow: hidden;
    width: 100vw;
    height: auto;
  }

  .slide-overlay-3 {
    width: 95%;
  }

  .slider-mask-2 {
    width: 77%;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-16 {
    font-size: 28px;
    line-height: 36px;
  }

  .image-16 {
    width: 10071363%;
    height: auto;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 36px;
  }

  .copyright {
    width: 768px;
    max-width: 768px;
    margin-top: 40px;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
  }

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

  .navigation-items-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px 35px;
    background-color: #fff;
  }

  .navigation-wrap-2 {
    margin-right: 0px;
  }

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

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

  .container-10 {
    height: 2100px;
    max-width: 768px;
    padding-right: 35px;
    padding-left: 35px;
  }

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

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .other-service-link-block-2 {
    width: 170px;
    font-size: 2vw;
  }

  .action-arrow-2 {
    right: 6%;
    bottom: 8%;
    width: 3vw;
    height: 2vw;
  }

  .action-arrow-2.other-service {
    width: 3vw;
    height: 3vw;
  }

  .top {
    width: 768px;
  }

  .to-top {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .to-top.w--current {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .section {
    width: 768px;
  }

  .container-12 {
    max-width: 768px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-block-52 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid {
    width: 460px;
    max-width: none;
    margin-left: 20px;
    -ms-grid-columns: 24vw 35vw;
    grid-template-columns: 24vw 35vw;
  }

  .adressblock {
    font-size: 0.9em;
    line-height: 26px;
  }

  .link-37 {
    width: 28vw;
    font-size: 24px;
  }

  .navigation-items {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modul01 {
    padding-left: 0px;
  }

  .ansprechpartner {
    font-size: 0.9em;
    line-height: 26px;
  }

  .link-38 {
    font-size: 24px;
  }

  .daten {
    left: 409px;
    top: -45px;
  }

  .text-block-40 {
    font-size: 28px;
    line-height: 42px;
  }

  .heading-18 {
    width: 100%;
    max-width: 768px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 120px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .heading-vm {
    position: static;
    left: auto;
    top: 0px;
    width: auto;
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 62px;
    text-align: left;
  }

  .ber-uns-section {
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 60px;
  }

  .ber-uns-section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    width: auto;
    padding-left: 0px;
  }

  .navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 20px 30px;
  }

  .logo-image {
    width: auto;
    height: 61.616668701171875px;
  }

  .intro-wrap {
    margin-top: 0px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .impressum-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .motiv-rechts {
    position: relative;
    top: auto;
    width: 100vw;
    height: auto;
    margin-bottom: 30px;
    float: none;
    text-align: left;
  }

  .motiv-links {
    left: 0px;
    top: 0px;
    z-index: auto;
    display: none;
    overflow: hidden;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 380px;
    margin-top: 0px;
    padding-left: 0px;
    float: left;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
  }

  .pfeil {
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: 10%;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    height: 50px;
    margin-right: 0px;
  }

  .heading-3 {
    width: auto;
    font-size: 34px;
    line-height: 46px;
  }

  .div-block-4 {
    width: 100vw;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block {
    width: auto;
    font-size: 21px;
    line-height: 32px;
  }

  .leistungen-section {
    display: block;
    width: 100%;
    height: auto;
    background-color: #dbe4ef;
  }

  .container-3 {
    height: 3100px;
    max-width: none;
    margin-top: 0px;
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
  }

  .text-block-2 {
    position: relative;
    left: auto;
    top: 0px;
    width: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 52px;
    line-height: 64px;
  }

  .image-4 {
    position: relative;
    left: auto;
    top: -274px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 2em;
  }

  .heading-4 {
    left: 0px;
    top: 0px;
    width: auto;
    font-size: 38px;
    line-height: 44px;
    text-align: left;
  }

  .text-block-5 {
    left: 0px;
    top: 0px;
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .div-02 {
    left: auto;
    top: 411px;
    z-index: 29;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-01 {
    left: auto;
    top: 504px;
    z-index: 29;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-03 {
    top: 969px;
    width: auto;
  }

  .image-5 {
    left: auto;
    top: 53px;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }

  .aufzaehlung {
    height: auto;
    padding: 30px;
  }

  .text-block-6 {
    width: auto;
    font-size: 30px;
    line-height: 42px;
  }

  .text-block-7 {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 19px;
    line-height: 30px;
  }

  .container-6 {
    position: static;
    top: 106px;
    display: block;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 101px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kunden-section {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .heading-6 {
    width: auto;
    max-width: none;
    font-size: 34px;
    line-height: 46px;
  }

  .kontakt-section {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mailblock {
    font-size: 1.2em;
    line-height: 10px;
  }

  .image-7 {
    width: 45px;
  }

  .text-block-16 {
    width: auto;
    height: 0px;
    margin-bottom: 30px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-11 {
    left: auto;
    top: 300px;
    width: 50%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .container-9 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .service-section.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1100px;
    max-width: 768px;
    margin-top: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-19 {
    width: 100%;
    margin-left: 0px;
    font-size: 34px;
    line-height: 46px;
  }

  .heading-5 {
    left: 0px;
    top: 0px;
    width: auto;
    font-size: 38px;
    line-height: 44px;
    text-align: left;
  }

  .div-block-18 {
    top: 175px;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    width: auto;
    margin-top: 60px;
  }

  .text-block-20 {
    left: 0px;
    top: 0px;
    width: auto;
  }

  .bold-text-2 {
    width: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .other-service-link-block {
    width: auto;
    height: 10vw;
    margin-right: 0px;
    font-size: 4vw;
  }

  .action-arrow {
    width: 5vw;
    height: 3vw;
  }

  .action-arrow.other-service {
    width: 7vw;
  }

  .text-block-21 {
    font-size: 0.9em;
  }

  .showroom-section {
    height: 100vh;
    padding-top: 0px;
  }

  .text-block-22 {
    margin-top: 0px;
  }

  .text-block-23 {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-24 {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-25 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    width: auto;
    margin-bottom: 30px;
    float: none;
    clear: none;
    font-size: 24px;
    line-height: 34px;
  }

  .modul {
    padding-right: 0px;
  }

  .line {
    top: -14px;
    width: 6vw;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .text-block-27 {
    width: 160px;
    font-size: 18px;
  }

  .line-2 {
    top: -14px;
    width: 6vw;
  }

  .text-block-28 {
    width: 220px;
    font-size: 18px;
  }

  .line-3 {
    left: 213px;
    top: -14px;
    width: 6vw;
  }

  .link-25 {
    margin-right: 10px;
    float: left;
    clear: none;
  }

  .link-26 {
    float: left;
  }

  .text-block-29 {
    width: auto;
    margin-left: 0px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-43 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column {
    position: static;
    left: auto;
  }

  .column-2 {
    left: auto;
    top: auto;
    margin-top: 0px;
  }

  .image-14 {
    display: block;
    width: 100vw;
    margin-bottom: 41px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .slider-2 {
    overflow: hidden;
  }

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

  .heading-15 {
    font-size: 21px;
    line-height: 30px;
  }

  .heading-16 {
    font-size: 21px;
    line-height: 30px;
  }

  .heading-17 {
    font-size: 21px;
    line-height: 30px;
  }

  .copyright {
    bottom: -7%;
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-46 {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-wrapper {
    width: 100vw;
  }

  .impressum-section {
    position: static;
    width: 100vw;
    height: 100%;
  }

  .container-10 {
    height: auto;
    max-width: none;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-34 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .div-block-49 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .logo-link-2 {
    padding-left: 0px;
  }

  .other-service-link-block-2 {
    width: 220px;
    height: 10vw;
    margin-right: 0px;
    font-size: 4vw;
  }

  .action-arrow-2 {
    width: 5vw;
    height: 3vw;
  }

  .action-arrow-2.other-service {
    width: 7vw;
  }

  .top {
    width: auto;
  }

  .section {
    width: auto;
    height: auto;
  }

  .container-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-38 {
    left: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 100px;
    font-size: 2em;
  }

  .div-block-52 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    float: left;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 185px;
    grid-row-gap: 17px;
    grid-template-areas: "Adresse"
      "Area";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 49px 17px 77px 17px 71px 17px auto;
    grid-template-rows: 49px 77px 71px auto;
    text-align: left;
  }

  .adressblock {
    font-size: 0.9em;
    line-height: 26px;
  }

  .ansprechpartner {
    font-size: 0.9em;
    line-height: 24px;
  }

  .link-38 {
    font-size: 1.2em;
    line-height: 26px;
  }

  .impress {
    left: 0px;
    top: auto;
  }

  .daten {
    left: 93px;
    top: -25px;
  }

  .container-13 {
    height: 80vh;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .background-2 {
    z-index: auto;
  }

  .fs-cc-banner2_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-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: auto;
    height: auto;
    margin-top: 405px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-vm {
    position: relative;
    left: auto;
    top: -272px;
    margin-top: 0px;
    font-size: 2.5em;
    line-height: 1.15em;
    text-align: left;
  }

  .ber-uns-section {
    width: 100vw;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .logo-image {
    width: 90px;
  }

  .intro-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

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

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .motiv-rechts {
    position: relative;
    left: auto;
    top: -232px;
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }

  .motiv-links {
    position: relative;
    left: 145px;
    top: -255px;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    float: none;
  }

  .heading-2 {
    position: static;
    left: 0px;
    top: -347px;
    display: block;
    width: auto;
    margin-top: -230px;
    margin-right: 0px;
    float: left;
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: left;
  }

  .pfeil {
    left: auto;
    top: -226px;
    width: 7vw;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .flex-container {
    position: relative;
    display: block;
    height: 1000px;
    margin-top: 40px;
    padding-right: 0px;
  }

  .feature-image-mask {
    width: 30px;
    padding-right: 0px;
  }

  .heading-3 {
    width: auto;
    font-size: 2em;
    line-height: 1.2em;
  }

  .div-block-4 {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    width: auto;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .leistungen-section {
    width: 100vw;
    height: auto;
  }

  .container-3 {
    height: 3100px;
    max-width: none;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .text-block-2 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 2.5em;
    line-height: 1.15em;
  }

  .image-4 {
    left: auto;
    top: -285px;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.7em;
  }

  .heading-4 {
    left: 0px;
    top: 0px;
    width: auto;
    margin-right: 0px;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: left;
  }

  .text-block-5 {
    left: 0px;
    top: -5px;
    width: auto;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
  }

  .div-02 {
    top: 438px;
  }

  .div-01 {
    top: 383px;
    width: auto;
  }

  .div-03 {
    left: 0px;
    top: 1089px;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5 {
    left: auto;
    top: 181px;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .aufzaehlung {
    height: auto;
    padding: 70px 20px;
  }

  .text-block-6 {
    margin-right: auto;
    margin-bottom: 95px;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-7 {
    width: auto;
    padding-right: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-6 {
    max-width: none;
    margin-top: 0px;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .kunden-section {
    width: 100vw;
    height: auto;
  }

  .heading-6 {
    margin-right: 0px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .kontakt-section {
    height: auto;
  }

  .mailblock {
    font-size: 24px;
  }

  .xing {
    position: relative;
    top: auto;
  }

  .image-7 {
    width: 45px;
  }

  .text-block-16 {
    bottom: -60px;
    width: auto;
    margin-bottom: 120px;
    margin-left: 0px;
    float: none;
    background-color: #013e8d;
    font-size: 12px;
  }

  .text-block-17 {
    width: auto;
    font-size: 24px;
  }

  .image-11 {
    left: auto;
    top: 235px;
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }

  .container-9 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-section.first {
    width: auto;
    height: auto;
    max-width: 479px;
    margin-top: -10px;
  }

  .text-block-19 {
    margin-right: 30px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading-5 {
    left: 0px;
    top: 0px;
    width: auto;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: left;
    letter-spacing: normal;
  }

  .div-block-18 {
    top: 80px;
    margin-left: 0px;
  }

  .columns {
    left: auto;
  }

  .text-block-20 {
    left: 0px;
    top: -50px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.2em;
    text-align: left;
  }

  .bold-text-2 {
    position: relative;
    left: 0px;
    top: 40px;
    width: auto;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: left;
  }

  .other-service-link-block {
    width: auto;
    height: 14vw;
    margin-right: 0px;
    font-size: 5.6vw;
  }

  .action-arrow {
    width: 8vw;
    height: 5vw;
  }

  .action-arrow.other-service {
    width: 8vw;
    height: 8vw;
  }

  .text-block-21 {
    padding-right: 10px;
    font-size: 0.9em;
    line-height: 18px;
  }

  .slider-arrow.left {
    width: 40px;
    height: 40px;
  }

  .slider-arrow.right {
    width: 40px;
    height: 40px;
  }

  .showroom-section {
    width: auto;
    height: 100vh;
  }

  .text-block-22 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-block-23 {
    width: auto;
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .text-block-24 {
    width: auto;
    margin-left: 0px;
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .text-block-25 {
    top: 0%;
    width: auto;
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .modul {
    width: auto;
  }

  .line {
    left: 126px;
    width: 10vw;
  }

  .text-block-26 {
    font-size: 0.9em;
  }

  .text-block-27 {
    width: auto;
    font-size: 0.9em;
  }

  .line-2 {
    left: 58px;
    width: 10vw;
  }

  .text-block-28 {
    width: 220px;
    padding-left: 0px;
    font-size: 0.9em;
  }

  .line-3 {
    left: 165px;
    width: 10vw;
  }

  .circle-container-2 {
    width: 270px;
    height: 270px;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .circle {
    width: 98%;
    height: 98%;
  }

  .link-25 {
    width: 80px;
    float: none;
  }

  .link-26 {
    position: relative;
    left: 83px;
    top: -21px;
    width: 200px;
    float: none;
    clear: none;
  }

  .text-block-29 {
    width: auto;
    margin-right: 0px;
    font-size: 1.1em;
    line-height: 1.4em;
  }

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

  .column-2 {
    position: static;
    top: -214px;
  }

  .column-3 {
    font-size: 24px;
  }

  .image-14 {
    top: auto;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-2 {
    overflow: hidden;
    height: auto;
  }

  .slider-mask-2 {
    width: 80%;
  }

  .heading-13 {
    display: none;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-15 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-16 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-17 {
    font-size: 12px;
    line-height: 18px;
  }

  .copyright {
    bottom: 0px;
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-46 {
    height: auto;
    margin-top: 75px;
    line-height: 42px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .impressum-section {
    width: auto;
    height: auto;
  }

  .container-10 {
    height: auto;
    max-width: none;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #dbe4ef;
  }

  .text-block-33 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 2em;
  }

  .text-block-34 {
    display: block;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.9em;
    line-height: 24px;
  }

  .div-block-49 {
    width: auto;
    margin-top: 180px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navigation-02 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px;
  }

  .navigation-item-02 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px;
    background-color: #fff;
  }

  .logo-link-2 {
    position: static;
  }

  .logo-image-2 {
    width: 90px;
    height: 61.616668701171875px;
  }

  .other-service-link-block-2 {
    width: auto;
    height: 12vw;
    margin-right: 0px;
    font-size: 5.6vw;
  }

  .action-arrow-2 {
    width: 8vw;
    height: 5vw;
  }

  .action-arrow-2.other-service {
    width: 7vw;
  }

  .to-top {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .to-top.w--current {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: 50% 50%;
    background-size: auto;
  }

  .section {
    width: auto;
    height: auto;
    font-family: 'Archia webfont', Arial, sans-serif;
  }

  .container-12 {
    position: relative;
    display: block;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: auto;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #013e8d;
  }

  .link-35 {
    width: auto;
  }

  .text-block-36 {
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Archia webfont', Arial, sans-serif;
    font-size: 2em;
    line-height: 62px;
    font-weight: 600;
  }

  .link-36 {
    width: 260px;
  }

  .text-block-37 {
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 0.9em;
    line-height: 24px;
  }

  .text-block-38 {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.7em;
  }

  .navigation-items {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-39 {
    width: 100%;
    font-size: 13px;
  }

  .impressum-2 {
    font-size: 13px;
  }

  .datenschutz-2 {
    font-size: 13px;
  }

  .daten {
    left: 83px;
    top: -24px;
  }

  .text-block-40 {
    display: none;
    font-size: 24px;
    line-height: 28px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }
}

#w-node-_8889cb2c-b8a1-370b-5a4a-081c152f7f73-da78e722 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Adresse;
}

#w-node-_64f2df77-e669-2f25-f0d6-2fb4fed53591-da78e722 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_1cfbfeda-40d5-60e8-979c-38fdd656591a-da78e722 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Mail;
}

#w-node-_89cfbb2d-d1d9-b82f-e767-c28b7da3d02e-da78e722 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Mail;
}

@media screen and (min-width: 1920px) {
  #w-node-_89cfbb2d-d1d9-b82f-e767-c28b7da3d02e-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: Mail;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8889cb2c-b8a1-370b-5a4a-081c152f7f73-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_64f2df77-e669-2f25-f0d6-2fb4fed53591-da78e722 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_1cfbfeda-40d5-60e8-979c-38fdd656591a-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_89cfbb2d-d1d9-b82f-e767-c28b7da3d02e-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_89cfbb2d-d1d9-b82f-e767-c28b7da3d02e-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8889cb2c-b8a1-370b-5a4a-081c152f7f73-da78e722 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_64f2df77-e669-2f25-f0d6-2fb4fed53591-da78e722 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8889cb2c-b8a1-370b-5a4a-081c152f7f73-da78e722 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_64f2df77-e669-2f25-f0d6-2fb4fed53591-da78e722 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1cfbfeda-40d5-60e8-979c-38fdd656591a-da78e722 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_89cfbb2d-d1d9-b82f-e767-c28b7da3d02e-da78e722 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}