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

.blue--light {
  background-color: rgba(23, 36, 68, 0);
}

.frame-border--xsmall {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
}

.button--ico-left {
  position: absolute;
  left: -3rem;
  top: -1px;
  height: 100%;
}

.room--small {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.room--small.room--small-light {
  background-color: #f0f3fc;
}

.room--small.room--small-light.tech {
  width: 90%;
}

.heading-3 {
  font-family: Montserat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-3.weiss {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserat, sans-serif;
  color: #fff;
}

.img--illustration {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  float: right;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img--feature {
  position: relative;
  z-index: 20;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text--emphasis {
  font-family: Montserat, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section {
  height: 25vw;
  margin-bottom: 61px;
  padding-right: 20px;
  padding-left: 20px;
}

.section.pics {
  display: none;
}

.block-quote {
  font-family: Montserat, sans-serif;
  font-weight: 300;
}

.frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.frame.frame--gradient {
  background-image: linear-gradient(45deg, #fdc61e 34%, #ffdd75 64%);
}

.frame.frame--navy {
  position: absolute;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), color-stop(28%, #949494), color-stop(53%, #c7c7c7), color-stop(78%, #949494), to(#c7c7c7));
  background-image: linear-gradient(180deg, #c7c7c7, #949494 28%, #c7c7c7 53%, #949494 78%, #c7c7c7);
}

.frame.frame--navy._2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.angle--bottom {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-top: 10vw solid #f0f3fc;
  border-right: 100vw solid #fff;
}

.frame-mask--navy {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #172444;
}

.wand {
  background-image: url('../images/IMG_3033.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.wand._2 {
  background-image: url('../images/IMG_3028.jpg');
}

.spiegel {
  background-image: url('../images/IMG_3026.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.cont {
  max-width: 77.1rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

.cont.cont--reduced {
  padding-bottom: 0rem;
}

.cont.slider {
  width: 65rem;
  margin-bottom: 0rem;
}

.link {
  font-family: Montserat, sans-serif;
  color: #172444;
}

.button--ico-right {
  position: absolute;
  top: -1px;
  right: -1.6rem;
  height: 100%;
}

.right-arrow {
  width: 30px;
}

.box {
  overflow: hidden;
  margin-bottom: 1rem;
}

.gap--small {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0.4rem;
  float: none;
}

.frame-border--small {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}

.person-info {
  font-family: Montserat, sans-serif;
  line-height: 1.4em;
  font-weight: 500;
}

.company-logo {
  max-height: 2.5rem;
  max-width: 9.5rem;
}

.company-logo.company-logo--enlarge {
  max-height: 3.25rem;
  max-width: 10rem;
}

.slider-3 {
  height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.company-logo--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -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;
}

.subsec {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: 105px;
  margin-bottom: 0rem;
  margin-left: 105px;
}

.subsec._1 {
  display: block;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 3.7rem;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subsec._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-9 {
  width: 50.5%;
  margin-top: 53px;
}

.title-info {
  font-family: Montserat, sans-serif;
  font-weight: 300;
}

.social--link {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social--link.insta {
  display: none;
}

.text-block {
  font-family: Montserat, sans-serif;
  font-weight: 500;
}

.social-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-height: 40%;
  max-width: 26%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading-9 {
  font-family: Montserat, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0.05em;
}

.heading-9.blue {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserat, sans-serif;
  color: #172444;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.heading-9.blue.medium {
  font-weight: 500;
}

.heading-9.first {
  margin-top: 0px;
  font-family: Montserat, sans-serif;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -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;
}

.angle--top {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-bottom: 10vw solid #f0f3fc;
  border-left: 100vw solid #fff;
}

.div-block-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 300px;
  height: 367px;
  margin-top: 40px;
  background-image: url('../images/HM-Funk-Heizkoerperthermostat-R_105155-6056ba3f.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 300px;
  height: 350px;
  margin-top: 93px;
  background-image: url('../images/HM-Funk-Wandthermostat-L_132030A0-3947039a.png');
  background-size: contain;
}

.div-block-8.desktop {
  display: block;
}

.slide-3 {
  background-image: url('../images/spiegel-retusche1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.displaced-header {
  width: 83.33333333%;
}

.slider-2 {
  height: 500px;
}

.slider-2.hidden {
  display: none;
}

.icon {
  font-size: 1.3rem;
}

.slide-nav {
  font-size: 0.5rem;
}

.link--footer {
  display: block;
  margin-bottom: 1rem;
  font-family: Montserat, sans-serif;
  color: #172444;
  font-size: 0.95em;
  line-height: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.pic._5 {
  background-image: url('../images/9B98E089-7D09-4ACD-A97B-D41649CC2EA5.jpeg');
  background-position: 0px 0px;
  background-size: 371px;
}

.pic._2 {
  background-image: url('../images/E36A373A-C67B-4614-8C62-2C5A17645607.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.pic._3 {
  background-image: url('../images/7FF1A525-492E-4CAF-B1A5-BEE75F9CB0B4_1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.pic._1 {
  background-image: url('../images/0D02ECF1-9DDC-41E3-8631-2301BEB06F76.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.pic._4 {
  background-image: url('../images/2D241AE3-F4E8-4504-8F4C-ADE5C0EEC046_1.jpeg');
  background-position: 0px 0px;
  background-size: 375px;
}

.room--medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -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;
}

.room--medium._1 {
  position: relative;
  display: block;
}

.img--feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  margin-top: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Montserat, sans-serif;
  color: #172444;
  font-weight: 500;
}

.button--text {
  font-family: Montserat, sans-serif;
  font-weight: 700;
}

.smallcaption {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-bottom: 0rem;
  padding: 2px 10px 1px;
  background-color: #172444;
  font-family: Montserat, sans-serif;
  color: #fff;
  font-size: 0.8rem;
}

.smallcaption:hover {
  background-color: #2d3b5c;
}

.smallcaption.products {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 5px 10px;
  font-family: Montserat, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.lightbox-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 50;
}

.lightbox-link:hover {
  color: #172444;
}

.heading-10 {
  font-family: Montserat, sans-serif;
  letter-spacing: 0.1em;
}

.gap--inline {
  display: inline-block;
  margin-right: 1.5rem;
}

.col {
  display: block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.div-block-7 {
  margin-bottom: 35px;
  padding: 14px;
  background-color: rgba(23, 36, 68, 0);
}

.footer-logo {
  display: inline-block;
  overflow: hidden;
  width: 10rem;
}

.columns-2 {
  width: 50%;
  margin-left: 24px;
}

.footer-legend {
  margin-top: 2rem;
  text-align: center;
}

.frame-mask--light {
  position: static;
  width: 100%;
  height: 100%;
  background-color: #f0f3fc;
}

.img--footer-logo {
  display: block;
  width: 10rem;
  max-width: 16rem;
}

.angle-title {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-transform: translate(0px, -58%);
  -ms-transform: translate(0px, -58%);
  transform: translate(0px, -58%);
  text-align: center;
}

.cont--medium {
  position: relative;
  display: block;
  width: 83.33333333%;
  margin-right: auto;
  margin-left: auto;
}

.stat-data {
  display: inline-block;
  font-family: Montserat, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.left-arrow {
  width: 30px;
}

.slidenav {
  bottom: -2rem;
  display: none;
  font-size: 8px;
}

.image {
  display: none;
}

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

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3rem;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
}

.angle-container {
  position: relative;
  min-height: 10vw;
}

.body-wrapper {
  overflow: hidden;
  margin-top: auto;
  padding-top: 2em;
}

.body-wrapper.produkte {
  margin-top: 99px;
}

.text-color-gelb {
  font-family: Montserat, sans-serif;
  color: #172444;
}

.displacement--advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-right: 8%;
  margin-left: 15%;
  padding-left: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white {
  padding-top: 1.55em;
  background-color: #fff;
}

.frame-container {
  position: absolute;
  left: 1.5rem;
  top: 0px;
  right: 1.5rem;
  bottom: 0px;
}

.frame-container.frame-container--advanced {
  margin-left: 8.33333333%;
}

.slide {
  width: 50%;
  padding-right: 3rem;
  padding-left: 3rem;
}

.sec {
  overflow: hidden;
  padding-top: 1.5rem;
}

.sec.sec--hero {
  padding-top: 4rem;
}

.sec.sec--hero.oabstand {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec.sec--hero.plssystem {
  padding-top: 0rem;
}

.sec.sec--hero.loesungen {
  padding-top: 0rem;
}

.sec.sec--navy {
  padding-top: 2.5rem;
  padding-bottom: 2.5em;
  background-color: #c7c7c7;
  background-image: none;
}

.sec.sec--color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0em;
  -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: #f0f3fc;
}

.sec.sec--color.smart {
  padding-bottom: 3em;
}

.sec.sec--color.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.6em;
}

.sec.sec--reduced {
  padding-top: 0rem;
}

.ico--slider {
  display: none;
}

.slide-4 {
  background-image: url('../images/DSC08396-k.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
  height: 20px;
  padding-top: 0px;
  font-size: 0.3rem;
}

.divider {
  height: 0.3rem;
  margin-bottom: 4rem;
  background-color: #f0f3fc;
  background-image: linear-gradient(78deg, rgba(0, 0, 0, 0.35), hsla(0, 0%, 68.2%, 0.62) 17%, hsla(0, 0%, 50.2%, 0.79) 33%, #e4e4e4 49%, hsla(0, 0%, 54.1%, 0.8) 66%, hsla(0, 0%, 67.5%, 0.63) 82%, rgba(0, 0, 0, 0.37));
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 3px none #071d49;
  font-family: Montserat, sans-serif;
  line-height: 1.5em;
  font-weight: 500;
}

.gap--med {
  position: relative;
  margin-bottom: 1.75rem;
}

.center-correction {
  display: inline-block;
  overflow: hidden;
  margin-left: 1.5rem;
}

.displacement--right {
  position: relative;
  margin-right: 8.3333333%;
}

.frame-mask--white {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-color: #071d49;
  color: #fff;
  font-size: 0.844em;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button-submit {
  z-index: 12;
  padding-right: 1rem;
  background-color: #182033;
  font-family: Montserat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.negative {
  top: 10px;
  padding-right: 3rem;
  padding-left: 1.3rem;
  border: 2px solid #172444;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.negative:hover {
  border-color: #ffca27;
  background-color: rgba(7, 29, 73, 0.69);
}

.button.senden {
  width: 100%;
  padding-top: 7px;
  padding-right: 1rem;
  padding-bottom: 7px;
  background-color: #172444;
  opacity: 0.91;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserat, sans-serif;
  color: #ffca27;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.button.senden:hover {
  width: 100%;
  padding-top: 8px;
  padding-right: 1rem;
  padding-bottom: 8px;
  background-color: #ffca27;
  opacity: 0.91;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #172444;
  text-transform: none;
}

.vertical-alignment--middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--item {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.grid--item.grid--item-fourth {
  width: 23%;
}

.grid--item.grid--item--gradient-boxes {
  width: 32%;
}

.slider {
  height: auto;
  margin-bottom: -2rem;
  background-color: transparent;
}

.image-4 {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
}

.button--move {
  position: relative;
}

.img--circle {
  overflow: hidden;
  border-radius: 50%;
}

.img--circle.img--circle-small {
  border-radius: 0%;
}

.head {
  font-family: Montserat, sans-serif;
  color: #071d49;
  font-size: 3.236rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: none;
}

.grid-2 {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.decke {
  background-image: url('../images/7FF1A525-492E-4CAF-B1A5-BEE75F9CB0B4.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.decke._2 {
  background-image: url('../images/0D02ECF1-9DDC-41E3-8631-2301BEB06F76.jpeg');
}

.decke._3 {
  background-image: url('../images/2D241AE3-F4E8-4504-8F4C-ADE5C0EEC046.jpeg');
}

.footer {
  position: relative;
  height: auto;
  color: #fff;
}

.schalter {
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  float: none;
}

.pos--relative {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 12;
  width: 30%;
  margin-top: 40px;
  margin-left: 40px;
  padding-bottom: 1px;
}

.img--hero {
  position: relative;
}

.img--hero.img-hero--laptop2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 35rem;
  float: none;
  clear: none;
}

.icon-3 {
  background-color: transparent;
  color: #172444;
}

.mask {
  width: 100%;
  height: 100%;
  border: 20px solid #fff;
  background-color: #fff;
}

.icon-4 {
  color: #172444;
}

.paragraph {
  font-family: Montserat, sans-serif;
  font-weight: 500;
}

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

.paragraph.center.margin-top {
  margin-top: 31px;
}

.paragraph.pflichtfeld {
  position: absolute;
  left: auto;
  top: auto;
  right: 2px;
  bottom: 2px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 10px;
}

.slide-5 {
  padding-top: 45px;
}

.slider-4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 70vh;
  min-height: 800px;
  padding-top: 100px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  height: auto;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #182033;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #172444, #182033);
  text-align: center;
}

.navlink-2 {
  display: inline-block;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  padding: 0.5rem 0px 0.25rem;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Montserat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2:hover {
  border-bottom-color: #fdc61e;
}

.navlink-2.w--current {
  border-bottom-color: #fdc61e;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2.w--current:focus {
  border-bottom-color: #fdc61e;
}

.navlink-2.produkte {
  color: #ffca27;
}

.nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.cont--small {
  position: relative;
  display: block;
  width: 66.66666667%;
  margin-right: auto;
  margin-left: auto;
}

.submit-container {
  position: relative;
  display: inline-block;
}

.gap--big {
  margin-bottom: 2rem;
  font-size: 14px;
}

.send-to-back {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.form-error {
  display: none;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 1px dashed #eb2150;
  color: #eb2150;
  font-size: 0.844em;
  line-height: 1.5em;
  text-align: left;
}

.form-container {
  padding: 1rem 3rem;
  border: 4px none #f0f3fc;
  background-color: #f0f3fc;
}

.form {
  margin-bottom: 1rem;
}

.field-label {
  position: absolute;
  left: 0.9rem;
  top: -0.25rem;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0.4rem;
  padding-bottom: 0rem;
  padding-left: 0.5em;
  background-color: #f0f3fc;
  font-family: Montserat, sans-serif;
  font-size: 0.844em;
  line-height: 1em;
  font-weight: 500;
}

.field-label.datenschutz {
  position: static;
}

.field-label--required {
  color: rgba(7, 29, 73, 0.6);
  font-style: italic;
  font-weight: 400;
}

.input--text {
  height: auto;
  margin-bottom: 0.65rem;
  padding: 0.45rem 1rem 0.35rem;
  border-style: solid;
  border-width: 2px;
  border-color: #ffca27;
  background-color: transparent;
  background-image: linear-gradient(145deg, #f0f3fc, #f3f5f8);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Montserat, sans-serif;
  color: #172444;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.input--text:active {
  background-image: none;
}

.input--text:focus {
  border-color: #172444;
  color: #172444;
}

.input--text.groesser {
  height: 223px;
}

.input--text.groesser:focus {
  color: #172444;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 85%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 31px;
  border-style: none;
  border-width: 20px;
  border-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.slide-nav-3 {
  display: none;
  margin-bottom: 20px;
  font-size: 6px;
}

.left-arrow-2 {
  margin-top: 120px;
  margin-left: 20px;
}

.right-arrow-2 {
  margin-top: 120px;
  margin-right: 20px;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  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;
  background-image: none;
}

.subsec-2 {
  position: relative;
  display: block;
  margin-bottom: 4rem;
}

.rich-text {
  display: block;
  margin-bottom: 0rem;
  font-family: Montserat, sans-serif;
}

.rich-text p {
  margin-bottom: 1.5rem;
  font-family: Montserat, sans-serif;
  line-height: 1.85em;
  font-weight: 500;
}

.rich-text a {
  color: #eb2150;
  font-weight: 600;
  text-decoration: none;
}

.rich-text li {
  margin-bottom: 1rem;
}

.rich-text h3 {
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.rich-text h2 {
  line-height: 1.21em;
  letter-spacing: -0.04em;
}

.rich-text h4 {
  margin-top: 2rem;
  font-weight: 600;
}

.cont--medium-2 {
  position: relative;
  display: block;
  width: 83.33333333%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-wrapper-2 {
  overflow: hidden;
  margin-top: 11rem;
}

.div-block {
  margin-top: 30px;
}

.produkt {
  width: 80vw;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.slider-5 {
  z-index: 1;
  width: auto;
  height: 100%;
  min-height: auto;
  padding: 10px 0px 10px 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav-4 {
  display: none;
  margin-right: 155px;
}

.productslide {
  background-image: url('../images/DSC08396-k.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productslide._2 {
  background-image: url('../images/DSC08401-k.jpg');
}

.productslide.spiegel {
  background-image: url('../images/spiegel-retusche1.jpg');
}

.productslide.spiegel._2 {
  background-image: url('../images/spiegel1.jpg');
}

.productslide.bild {
  background-image: url('../images/IMG_3028.jpg');
}

.productslide.bild._2 {
  background-image: url('../images/Raum1.jpg');
}

.heading-11 {
  margin-top: 0px;
  font-family: Montserat, sans-serif;
}

.text-span {
  font-weight: 300;
}

.arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
}

.arrow.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 0px;
}

.smallarrow {
  font-size: 20px;
}

.text-span-2 {
  margin-right: 11px;
  margin-bottom: -2px;
  margin-left: 11px;
  font-family: Montserat, sans-serif;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  font-family: Montserat, sans-serif;
}

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

.anschrift {
  margin-top: 15px;
}

.success-message {
  padding: 5px 0px 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #172444 #000 #000;
  background-color: transparent;
  text-align: left;
}

.col-radiobuttons {
  margin-bottom: 0px;
}

.select-field {
  height: auto;
  margin-top: 5px;
  border-radius: 0px;
}

.select-field.anzahl {
  width: 93%;
  height: 34px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pls {
  background-image: url('../images/DSC08401-k.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.pls._2 {
  background-image: url('../images/spiegel1.jpg');
  background-position: 50% 50%;
}

.mask-2 {
  overflow: hidden;
  height: 100%;
}

.product-div {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-div.rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 7px;
  padding: 21px 21px 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.formcolum.left {
  padding-right: 10px;
}

.div-block-16 {
  display: block;
  height: 600px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

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

.nav-menu-2 {
  position: static;
}

.form-div-relative {
  position: relative;
}

.column-5 {
  position: static;
}

.column-6 {
  position: static;
}

.alt-bg-mob {
  display: none;
}

.link-2 {
  color: #182033;
}

.checkbox-field {
  padding-top: 0px;
}

.grid-8 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin: 80px auto 70px;
  padding: 40px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 0px;
  background-color: #f0f3fc;
  box-shadow: none;
}

.paragraph-3 {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.paragraph-3.nomargin {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserat, sans-serif;
  color: #182033;
  font-weight: 500;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 200px;
  padding: 10px 20px 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;
  border: 1px solid #ffb000;
  background-color: #202c3b;
}

.div-block-18.invert {
  width: auto;
  height: 100px;
  padding: 17px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #b89b57;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.div-block-18.invert:hover {
  background-color: #804baf;
}

.div-block-18.invert.gold {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #383838;
  background-image: none;
}

.image-12 {
  margin-right: 0px;
  padding-top: 2px;
  float: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-19 {
  margin-top: -9px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffca27;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-12:hover {
  -webkit-filter: brightness(102%);
  filter: brightness(102%);
}

.image-11 {
  margin-right: 0px;
  margin-bottom: -3px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-heading {
  margin-top: 11px;
  margin-bottom: 7px;
  margin-left: -2px;
  padding-left: 0px;
  font-family: Montserat, sans-serif;
  color: #182033;
  font-size: 35px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #804baf;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.heading-12.h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
}

.heading-12.h2.white {
  margin-top: 11px;
  margin-bottom: 0px;
  padding-top: 0em;
  font-family: Montserat, sans-serif;
  color: #172444;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background-color: #fff;
}

._20px {
  height: 20px;
}

@media screen and (max-width: 991px) {
  .room--small.room--small-light.tech {
    width: 75%;
  }

  .room--small.room--small-light.tech._2 {
    width: auto;
  }

  .heading-3 {
    float: left;
  }

  .heading-3.tech {
    float: none;
  }

  .img--illustration {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 9%;
    margin-top: -5px;
    margin-right: auto;
    margin-left: 36px;
    float: left;
  }

  .cont {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .cont.slider {
    width: auto;
  }

  .person-info {
    text-align: left;
  }

  .company-logo {
    max-height: 1.75rem;
    max-width: 7rem;
  }

  .company-logo.company-logo--enlarge {
    max-height: 3rem;
    max-width: 10rem;
  }

  .slider-3 {
    height: 300px;
  }

  .testimonial-profile {
    display: inline-block;
    margin-left: 1.5rem;
  }

  .div-block-9 {
    margin-top: 0px;
  }

  .div-block-8 {
    z-index: 20;
    display: block;
    width: 200px;
    height: 200px;
    margin-top: -13px;
  }

  .div-block-8.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: block;
    width: 200px;
    height: 200px;
    margin-top: -17px;
  }

  .div-block-8.desktop {
    display: none;
  }

  .slider-2 {
    height: 400px;
  }

  .room--medium._1 {
    margin-bottom: 35px;
  }

  .columns-2 {
    width: auto;
  }

  .cont--medium {
    width: 100%;
  }

  .angle-container.angle-container--hero {
    overflow: visible;
    margin-top: 3rem;
  }

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

  .body-wrapper.produkte {
    margin-top: 60px;
  }

  .displacement--advanced {
    margin: -82px 16.6666666% 20px 16.66666667%;
    padding-left: 0rem;
  }

  .frame-container.frame-container--advanced {
    margin-right: 8.33333333%;
    margin-left: 8.333333%;
  }

  .slide {
    width: 100%;
    text-align: center;
  }

  .sec.sec--navy {
    padding-bottom: 0em;
  }

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

  .sec.sec--reduced {
    padding-top: 2rem;
  }

  .slide-4 {
    background-position: 100% 0px;
  }

  .gap--med.start {
    position: relative;
    top: 11px;
  }

  .button.button-submit {
    margin-left: 29px;
  }

  .grid--item.grid--item-fourth {
    width: 50%;
    margin-bottom: 3rem;
  }

  .grid--item.grid--item--gradient-boxes {
    width: 100%;
    margin-bottom: 0rem;
    padding-right: 2.7rem;
    padding-left: 2.7rem;
  }

  .grid--item.grid--item--gradient-boxes.nomargin {
    margin-bottom: 0rem;
  }

  .head {
    font-size: 2.5rem;
  }

  .pos--relative {
    width: 40%;
    margin-top: 20px;
    margin-left: 20px;
  }

  .img--hero {
    display: block;
    max-width: 66.6666667%;
    margin-right: auto;
    margin-left: auto;
  }

  .img--hero.img-hero--laptop2 {
    position: relative;
    left: 0rem;
    top: 0%;
    right: 0%;
    bottom: 0rem;
    max-width: 100%;
    margin-top: auto;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .icon-4 {
    margin-left: 0px;
  }

  .paragraph.rightbound {
    text-align: right;
  }

  .slider-4 {
    height: 500px;
    min-height: auto;
    padding-top: 58px;
  }

  .menu-icon--line {
    width: 2rem;
    height: 3px;
    margin-bottom: 0.25rem;
    background-color: #ffdd75;
  }

  .nav {
    height: auto;
    padding-right: 0rem;
    text-align: left;
  }

  .navlink-2 {
    display: block;
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0px;
    margin-left: 0rem;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    clear: both;
    background-color: #172444;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
  }

  .navlink-2.w--current {
    border-bottom-color: #ffca27;
    color: #fff;
  }

  .menu-icon {
    display: none;
  }

  .menu-btn {
    margin-right: 0.5rem;
    padding: 2.1rem 1.5rem;
  }

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

  .nav-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    -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;
  }

  .cont--small {
    width: 100%;
  }

  .background-video {
    padding: 15px;
  }

  .container {
    position: static;
  }

  .cont--medium-2 {
    width: 100%;
  }

  .body-wrapper-2 {
    margin-top: 4rem;
  }

  .produkt {
    height: auto;
    min-height: auto;
  }

  .produkt._2 {
    height: auto;
  }

  .slider-5 {
    height: 100%;
    padding-right: 10px;
  }

  .arrow {
    margin-right: 60px;
  }

  .arrow.right {
    margin-right: 10px;
  }

  .div-block-14 {
    width: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-div {
    width: 100%;
  }

  .product-div.rechts {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-16 {
    height: 50vw;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-3 {
    display: block;
  }

  .nav-menu-2 {
    position: absolute;
    display: block;
    margin-top: 60px;
    -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-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .menu-button {
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }

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

  .menu-button:active {
    background-color: #ffca27;
    color: #172444;
  }

  .menu-button.w--open {
    background-color: #ffca27;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #172444;
  }

  .image-5 {
    width: 100px;
    margin-top: 4px;
  }

  .div-block-17 {
    margin-top: -30%;
  }

  .column-5 {
    position: relative;
  }

  .column-6 {
    position: relative;
  }

  .contact-form-container.card {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 50px 30px;
    box-shadow: none;
  }

  .div-block-18.invert {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-12 {
    margin-right: 4px;
  }

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

  .heading-12.h2.white {
    font-size: 16px;
    line-height: 20px;
  }

  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .room--small.room--small-light.tech {
    width: 70%;
  }

  .heading-3 {
    float: none;
  }

  .heading-3.weiss {
    line-height: 22px;
  }

  .img--illustration {
    margin-top: 0px;
    margin-left: 31px;
  }

  .cont {
    padding-right: 1.5rem;
    padding-bottom: 0rem;
    padding-left: 1.5rem;
  }

  .gap--small {
    margin-bottom: 0rem;
  }

  .company-logo {
    max-height: 2.5rem;
    max-width: 8rem;
  }

  .company-logo.company-logo--enlarge {
    max-height: 4rem;
  }

  .slider-3 {
    height: 350px;
  }

  .subsec {
    margin-bottom: 3rem;
  }

  .subsec._2 {
    margin-bottom: 0rem;
  }

  .social--link {
    left: 0.75rem;
  }

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

  .slider-2 {
    height: 300px;
    margin-top: 2rem;
  }

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

  .frame-container.frame-container--advanced {
    left: 1.5rem;
    right: 1.5rem;
    margin-right: 0%;
    margin-left: 0%;
  }

  .slide {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .sec {
    padding-top: 1.5rem;
  }

  .sec.sec--hero {
    padding-top: 3rem;
  }

  .sec.sec--hero.plssystem {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sec.sec--navy {
    padding-bottom: 0em;
  }

  .divider {
    margin-bottom: 3rem;
  }

  .gap--med.start {
    position: relative;
    top: 11px;
  }

  .displacement--right {
    margin-right: 9.3333333%;
  }

  .grid--item.grid--item--gradient-boxes {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .slider {
    margin-bottom: 3rem;
  }

  .head {
    font-size: 2rem;
  }

  .footer {
    text-align: center;
  }

  .pos--relative {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  }

  .img--hero {
    max-width: 83.333333%;
  }

  .img--hero.img-hero--laptop2 {
    left: -1rem;
    bottom: 0rem;
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .icon-4 {
    margin-left: 0px;
  }

  .nav {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #172444, #182033);
  }

  .navlink-2 {
    margin-bottom: 0rem;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navlink-2.w--current {
    border-bottom-color: #ffca27;
  }

  .menu-btn {
    margin-right: 0rem;
    padding: 1.6rem 1.5rem;
  }

  .cont--small {
    width: 100%;
  }

  .background-video {
    z-index: 20;
    display: none;
    width: 100%;
  }

  .div-block-11 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .subsec-2 {
    margin-bottom: 3rem;
  }

  .body-wrapper-2 {
    margin-top: 3.5rem;
  }

  .div-block-14 {
    display: none;
  }

  .container-2 {
    margin-top: 24px;
  }

  .product-div {
    width: 100%;
  }

  .container-3 {
    padding-left: 20px;
  }

  .nav-menu-2 {
    position: absolute;
    margin-top: 60px;
    float: right;
  }

  .column-6 {
    position: relative;
  }

  .alt-bg-mob {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    background-image: url('../images/Raum1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

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

  .contact-form-container.card {
    padding: 40px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .div-block-18 {
    height: 130px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .div-block-12 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .button--ico-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .room--small.room--small-light.tech {
    width: 100%;
  }

  .heading-3.tech {
    padding-right: 88px;
    float: none;
  }

  .img--illustration {
    position: absolute;
  }

  .wand._2 {
    background-position: 50% 50%;
  }

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

  .button--ico-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-logo {
    max-height: 1.75rem;
    max-width: 6rem;
  }

  .company-logo.company-logo--enlarge {
    max-height: 3rem;
    max-width: 80%;
  }

  .slider-3 {
    height: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .company-logo--container {
    height: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .subsec._1 {
    margin-bottom: 1rem;
  }

  .subsec._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-9 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social--link {
    width: 4.5rem;
    margin-right: 0.5rem;
    margin-left: -0.75rem;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-9.blue {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-10 {
    margin-left: 12%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-8 {
    position: relative;
    z-index: 20;
    width: 100px;
    height: 100px;
    margin-top: -35px;
    float: right;
  }

  .div-block-8.right {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -39px;
    margin-right: 8px;
    float: none;
  }

  .slider-2 {
    height: 200px;
    margin-top: 1.6rem;
  }

  .smallcaption.products {
    font-size: 0.8rem;
  }

  .col {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .columns-2 {
    margin-left: 0px;
  }

  .angle-title {
    z-index: 50;
  }

  .stat-data {
    margin-bottom: 2px;
  }

  .body-wrapper {
    padding-top: 0em;
  }

  .body-wrapper.produkte {
    padding-top: 3em;
  }

  .displacement--advanced {
    min-height: auto;
  }

  .frame-container {
    left: 0.75rem;
    right: 0.75rem;
  }

  .frame-container.frame-container--advanced {
    left: 1.35rem;
    right: 1.35rem;
  }

  .sec.sec--hero {
    padding-top: 0rem;
  }

  .sec.sec--hero.oabstand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sec.sec--hero.plssystem {
    padding-right: 19px;
    padding-left: 19px;
  }

  .sec.sec--color {
    z-index: 20;
    padding-bottom: 3.3em;
  }

  .sec.sec--color.smart {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sec.sec--color.product {
    padding-top: 2.2rem;
  }

  .slide-4 {
    background-position: 76% 0px;
  }

  .divider {
    height: 0.3rem;
  }

  .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-left: 0rem;
    -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;
  }

  .gap--med.start {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 15px;
  }

  .center-correction {
    display: block;
    margin-right: -1.5rem;
    margin-left: 0rem;
    padding-top: 10px;
  }

  .displacement--right {
    margin-right: 11.3333333%;
  }

  .button {
    width: 100%;
    margin-right: 0rem;
    text-align: left;
  }

  .button.button-submit {
    margin-left: 0px;
    text-align: center;
  }

  .button.negative {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .button.senden {
    width: 97%;
    float: right;
    text-align: center;
  }

  .button.senden:hover {
    width: 97%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .grid--item {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .grid--item.grid--item-fourth {
    width: 100%;
    margin-bottom: 0rem;
  }

  .slider {
    margin-bottom: 1.2rem;
  }

  .head {
    position: relative;
    z-index: 50;
  }

  .schalter {
    max-width: 37%;
  }

  .pos--relative {
    width: 140px;
    height: 80%;
  }

  .img--hero {
    max-width: 66.66666666%;
  }

  .img--hero.img-hero--laptop2 {
    left: 1.5rem;
    max-width: 100%;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .icon-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    float: none;
    clear: none;
  }

  .paragraph.rightbound {
    width: 90%;
    float: right;
  }

  .paragraph._95w {
    width: 95%;
  }

  .slider-4 {
    height: 450px;
  }

  .form-container {
    padding-top: 1rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .background-video {
    padding: 0px;
  }

  .div-block-11 {
    background-image: url('../images/Raum1.jpg');
    background-position: 28% 50%;
  }

  .produkt {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .productslide {
    background-position: 50% 50%;
  }

  .arrow {
    margin-bottom: 0px;
  }

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

  .text-span-2 {
    margin-bottom: 0px;
  }

  .select-field.anzahl {
    width: 97%;
  }

  .container-2 {
    margin-bottom: 18px;
  }

  .product-div {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product-div.rechts {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-16 {
    display: block;
    height: 70vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alt-bg-mob {
    background-position: 23% 50%;
  }

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

  .contact-form-container {
    padding: 0px;
  }

  .contact-form-container.card {
    padding: 40px 20px;
  }

  .paragraph-3.nomargin {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-18 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-18.invert {
    width: auto;
    height: auto;
  }

  .div-block-18.invert.gold {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-12 {
    padding: 11px 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-12.h2 {
    margin-right: 3px;
    margin-left: 3px;
  }

  .heading-12.h2.white {
    font-size: 15px;
    font-weight: 700;
  }

  ._20px {
    height: 15px;
  }
}

#w-node-bfad5f07-73aa-eaf3-8477-a350519a46c9-2533131b {
  -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-bfad5f07-73aa-eaf3-8477-a350519a46ca-2533131b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bfad5f07-73aa-eaf3-8477-a350519a46cb-2533131b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bfad5f07-73aa-eaf3-8477-a350519a46cc-2533131b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bfad5f07-73aa-eaf3-8477-a350519a46cd-2533131b {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c0255f65-29cc-7510-7ae0-67ff2770a39b-2533131b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c0255f65-29cc-7510-7ae0-67ff2770a39c-2533131b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c0255f65-29cc-7510-7ae0-67ff2770a3a4-2533131b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c0255f65-29cc-7510-7ae0-67ff2770a3a4-2533131b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-c0255f65-29cc-7510-7ae0-67ff2770a3aa-2533131b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Montserat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}