body, html {
  margin: 0;
  padding: 0;
  background: #fbfafa;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h7, p, a {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 35px 0;
}

h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

h2.center {
  text-align: center;
  margin: 25px 0 80px 0;
}

p {
  font-size: 20px;
  margin: 0 0 20px 0;
}

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

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

a.file-download {
  display: flex;
  align-items: center;
}

a.file-download:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url("../../assets/LandingPageDS/pdf.png") no-repeat center;
  background-size: contain;
}

a.file-download:hover {
  color: #012e57;
  text-decoration: underline;
}

ul {
  position: relative;
  display: inline-block;
}

ul li {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  margin: 10px 0 20px 0;
  opacity: 0.8;
  padding: 10px;
}

ul li:hover {
  opacity: 1;
  font-weight: 500;
  background: #f5f5f5;
}

.content ul li:before {
  content: '//';
  color: #d60b11;
  font-weight: 800;
  position: absolute;
  left: 10px;
  font-size: 22px;
}

ul li a {
  margin: 0;
}

ul.nav-pills {
  justify-content: center;
}

ul.nav-pills .nav-item {
  padding: 0 !important;
  opacity: 1;
  font-weight: 400;
}

ul.nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 17px;
}

ul.nav-pills .nav-link.active {
  color: #ffffff;
  background: #012e57;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

ul.nav-pills .nav-link.active:after {
  content: '';
  border-bottom: 4px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

ul.nav-pills .nav-link:hover {
  color: #ffffff;
}

ul.nav-pills li a {
  background: #012e57;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

ul.nav-pills li:before {
  display: none;
}

ul.right-side {
  padding: 0 40px 0 0;
}

ul.right-side li {
  text-align: right;
}

ul.right-side li:after {
  content: '//';
  color: #d60b11;
  font-weight: 800;
  position: absolute;
  right: 15px;
  font-size: 16px;
}

ul.right-side li:before {
  content: '';
}

.back-to-top {
  padding: 15px;
  border: 1px solid #a7a7a7;
  position: fixed;
  right: 4%;
  bottom: 3%;
}

.back-to-top img {
  width: 30px;
  height: 30px;
}

.radio-wave-container {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  z-index: 5;
}

.radio-wave-container.content-rw {
  flex-flow: row nowrap;
  width: 100%;
}

.radio-wave {
  position: absolute;
  right: 2rem;
  stroke-linecap: round;
  stroke-width: 25;
  stroke: #d60b11;
  fill: none;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.2) translateX(150%);
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.radio-wave-1 {
  animation-name: wave-1;
  animation-delay: 0s;
}

@keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.radio-wave-2 {
  animation-name: wave-2;
  animation-delay: 0.2s;
}

@keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.radio-wave-3 {
  animation-name: wave-3;
  animation-delay: 0.4s;
}

@keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.radio-wave-4 {
  animation-name: wave-4;
  animation-delay: 0.6s;
}

@keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.radio-wave-5 {
  animation-name: wave-5;
  animation-delay: 0.8s;
}

@keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.radio-wave-6 {
  animation-name: wave-6;
  animation-delay: 1s;
}

@keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounce-down {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
}

@keyframes bounce-down {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

.bounce-down {
  -webkit-animation-name: bounce-down;
  animation-name: bounce-down;
}

@-webkit-keyframes glowing {
  0% {
    /*background-color: #11f51e; -webkit-box-shadow: 0 0 8px #11f51e;*/
    opacity: 1;
  }
  50% {
    /*background-color: transparent; -webkit-box-shadow: 0 0 15px #11f51e;*/
    opacity: 0;
  }
  100% {
    /*background-color: #11f51e; -webkit-box-shadow: 0 0 8px #11f51e;*/
    opacity: 1;
  }
}

@keyframes glowing {
  0% {
    /*background-color: #11f51e; box-shadow: 0 0 8px #11f51e;*/
    opacity: 1;
  }
  50% {
    /*background-color: transparent; box-shadow: 0 0 15px #11f51e;*/
    opacity: 0;
  }
  100% {
    /*background-color: #11f51e; box-shadow: 0 0 8px #11f51e;*/
    opacity: 1;
  }
}

@keyframes animationWomanWalkFrames {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(41px, 31px);
  }
  100% {
    transform: translate(89px, 5px);
  }
}

@-moz-keyframes animationWomanWalkFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  50% {
    -moz-transform: translate(41px, 31px);
  }
  100% {
    -moz-transform: translate(89px, 5px);
  }
}

@-webkit-keyframes animationWomanWalkFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(41px, 31px);
  }
  100% {
    -webkit-transform: translate(89px, 5px);
  }
}

@-o-keyframes animationWomanWalkFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  50% {
    -o-transform: translate(41px, 31px);
  }
  100% {
    -o-transform: translate(89px, 5px);
  }
}

@-ms-keyframes animationWomanWalkFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  50% {
    -ms-transform: translate(41px, 31px);
  }
  100% {
    -ms-transform: translate(89px, 5px);
  }
}

@keyframes animationMenWalkFrames {
  0% {
    transform: translate(0px, 0px);
    display: inline-block;
  }
  100% {
    transform: translate(94px, 50px);
    display: none;
  }
}

@-moz-keyframes animationMenWalkFrames {
  0% {
    -moz-transform: translate(0px, 0px);
    display: inline-block;
  }
  100% {
    -moz-transform: translate(94px, 50px);
    display: none;
  }
}

@-webkit-keyframes animationMenWalkFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
    display: inline-block;
  }
  100% {
    -webkit-transform: translate(94px, 50px);
    display: none;
  }
}

@-o-keyframes animationMenWalkFrames {
  0% {
    -o-transform: translate(0px, 0px);
    display: inline-block;
  }
  100% {
    -o-transform: translate(94px, 50px);
    display: none;
  }
}

@-ms-keyframes animationMenWalkFrames {
  0% {
    -ms-transform: translate(0px, 0px);
    display: inline-block;
  }
  100% {
    -ms-transform: translate(57px, 31px);
    display: none;
  }
}

@keyframes animationLKWFrames {
  0% {
    transform: translate(0px, 0px);
    display: inline-block;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(184px, 104px);
    display: none;
    opacity: 0;
  }
}

@-moz-keyframes animationLKWFrames {
  0% {
    -moz-transform: translate(0px, 0px);
    display: inline-block;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(184px, 104px);
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes animationLKWFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
    display: inline-block;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(184px, 104px);
    display: none;
    opacity: 0;
  }
}

@-o-keyframes animationLKWFrames {
  0% {
    -o-transform: translate(0px, 0px);
    display: inline-block;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(184px, 104px);
    display: none;
    opacity: 0;
  }
}

@-ms-keyframes animationLKWFrames {
  0% {
    -ms-transform: translate(0px, 0px);
    display: inline-block;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -ms-transform: translate(184px, 104px);
    display: none;
    opacity: 0;
  }
}

.marching-ants {
  background-size: 20px 2px, 0, 0, 0;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  animation: marching-ants-1 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  background-image: linear-gradient(to right, #d60b11 50%, transparent 50%), linear-gradient(to right, #d60b11 50%, transparent 50%), linear-gradient(to bottom, #d60b11 50%, transparent 50%), linear-gradient(to bottom, #d60b11 50%, transparent 50%);
}

.marching-ants:hover, .marching-ants.marching {
  animation-play-state: running;
}

.marching-ants.reverse {
  animation-direction: reverse;
}

@keyframes marching-ants-1 {
  0% {
    background-position: 0 0, 0 100%, 0 0, 100% 0;
  }
  100% {
    background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
  }
}

@keyframes pulse {
  0% {
    background-color: #012e57;
  }
  100% {
    background-color: #d60b11;
  }
}

@keyframes mousePointerFrames {
  0% {
    transform: translate(0px, 0px);
  }
  16% {
    transform: translate(-20px, 34px);
  }
  30% {
    transform: translate(-79px, 46px);
  }
  45% {
    transform: translate(-109px, 35px);
  }
  61% {
    transform: translate(-137px, 11px);
  }
  76% {
    transform: translate(-157px, -12px);
  }
  89% {
    transform: translate(-168px, -29px);
  }
  100% {
    transform: translate(-168px, -29px);
  }
}

@-moz-keyframes mousePointerFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  16% {
    -moz-transform: translate(-20px, 34px);
  }
  30% {
    -moz-transform: translate(-79px, 46px);
  }
  45% {
    -moz-transform: translate(-109px, 35px);
  }
  61% {
    -moz-transform: translate(-137px, 11px);
  }
  76% {
    -moz-transform: translate(-157px, -12px);
  }
  89% {
    -moz-transform: translate(-168px, -29px);
  }
  100% {
    -moz-transform: translate(-168px, -29px);
  }
}

@-webkit-keyframes mousePointerFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  16% {
    -webkit-transform: translate(-20px, 34px);
  }
  30% {
    -webkit-transform: translate(-79px, 46px);
  }
  45% {
    -webkit-transform: translate(-109px, 35px);
  }
  61% {
    -webkit-transform: translate(-137px, 11px);
  }
  76% {
    -webkit-transform: translate(-157px, -12px);
  }
  89% {
    -webkit-transform: translate(-168px, -29px);
  }
  100% {
    -webkit-transform: translate(-168px, -29px);
  }
}

@-o-keyframes mousePointerFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  16% {
    -o-transform: translate(-20px, 34px);
  }
  30% {
    -o-transform: translate(-79px, 46px);
  }
  45% {
    -o-transform: translate(-109px, 35px);
  }
  61% {
    -o-transform: translate(-137px, 11px);
  }
  76% {
    -o-transform: translate(-157px, -12px);
  }
  89% {
    -o-transform: translate(-168px, -29px);
  }
  100% {
    -o-transform: translate(-168px, -29px);
  }
}

@-ms-keyframes mousePointerFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  16% {
    -ms-transform: translate(-20px, 34px);
  }
  30% {
    -ms-transform: translate(-79px, 46px);
  }
  45% {
    -ms-transform: translate(-109px, 35px);
  }
  61% {
    -ms-transform: translate(-137px, 11px);
  }
  76% {
    -ms-transform: translate(-157px, -12px);
  }
  89% {
    -ms-transform: translate(-168px, -29px);
  }
  100% {
    -ms-transform: translate(-168px, -29px);
  }
}

body {
  overflow-x: hidden;
}

.video-wrapper .close {
  position: absolute;
  right: -35px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: url("../../assets/LandingPageDS/icons/times-circle-solid-red.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
}

.mouse-pointer {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../assets/LandingPageDS/mouse/up-sign.png") no-repeat center;
  background-size: 60%;
  animation: mousePointerFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: mousePointerFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: mousePointerFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: mousePointerFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: mousePointerFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.content {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  box-sizing: border-box;
}

.content .header {
  display: flex;
  padding: 25px 50px;
  justify-content: space-between;
  align-items: center;
}

.content .header p {
  margin: 0;
}

.content .header p a {
  font-weight: 500;
}

.content #fading-header {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
}

.content .wrapper .left-side, .content .wrapper .right-side {
  width: 50%;
}

.content .wrapper .left-side {
  float: left;
}

.content .wrapper .right-side {
  float: right;
}

.content .colum-12 {
  position: relative;
  display: inline-block;
  padding: 50px 145px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.content .headlines.apart {
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 30px;
}

.content .headlines.apart h5 {
  font-size: 43px;
}

.content .headlines.apart h6 {
  font-size: 43px;
  font-weight: 400;
  color: #d60b11;
  margin-bottom: 22px;
}

.content .headlines.apart hr {
  width: 300px;
  height: 7px;
  background: #012e57;
  border: 0;
  margin: 0;
}

.content .information {
  position: absolute;
}

.content .information p {
  font-size: 12px;
}

.content .hero-shot {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #ececec;
  background-size: auto 100%;
  margin-bottom: -6px;
}

.content .hero-shot:after {
  content: '';
  position: absolute;
  right: 10%;
  bottom: 5%;
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat left bottom;
  background-size: contain;
  transform: rotate(-90deg);
  width: 40%;
  height: 100%;
  z-index: 10;
}

.content .hero-shot.card:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10%;
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat left bottom;
  background-size: contain;
  transform: rotate(25deg);
  width: 20%;
  height: 70%;
  z-index: 10;
}

.content .hero-shot .animation .headlines {
  width: 40%;
  margin: 3% 0 3% 10%;
}

.content .hero-shot .animation .headlines h3 {
  position: relative;
  font-weight: 400;
  font-size: 20px;
}

.content .hero-shot .animation .headlines h1 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content .hero-shot .animation .headlines .pro-points {
  margin-bottom: 50px;
}

.content .hero-shot .animation .headlines .pro-points p {
  margin-bottom: 10px;
  font-weight: 600;
}

.content .hero-shot .animation .headlines .pro-points ul li {
  margin: 0;
  font-weight: 600;
}

.content .hero-shot .animation .headlines .pro-points ul li:before {
  content: '';
  background: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2Q2MGIxMSIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat center;
  width: 22px;
  height: 22px;
  margin-top: 5px;
}

.content .hero-shot .language-switcher {
  position: absolute;
  right: 2.5%;
  z-index: 1000;
}

.content .hero-shot .language-switcher:focus {
  outline: none;
}

.content .hero-shot .language-switcher span {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  background-image: url("../../assets/LandingPageDS/icons/sprite.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}

.content .hero-shot .language-switcher span.de {
  background-position: 0 73.39449541284404%;
}

.content .hero-shot .language-switcher span.en {
  background-position: 77.66990291262135% 44.03669724770642%;
}

.content .hero-shot .language-switcher span.fr {
  background-position: 77.66990291262135% 29.357798165137616%;
}

.content .hero-shot .language-switcher span.it {
  background-position: 21.359223300970875% 73.39449541284404%;
}

.content .hero-shot .language-switcher span.nl {
  background-position: 77.66990291262135% 14.678899082568808%;
}

.content .hero-shot .language-switcher span.dk {
  background-position: 77.66990291262135% 58.71559633027523%;
}

.content .hero-shot .language-switcher span.se {
  background-position: 77.66990291262135% 0;
}

.content .hero-shot .language-switcher span.be {
  background: url("../../assets/LandingPageDS/icons/flag_be.png") no-repeat center;
}

.content .hero-shot .language-switcher .select {
  display: flex;
  align-items: center;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.content .hero-shot .language-switcher .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.content .hero-shot .language-switcher .dropdown-menu li {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 20px;
}

.content .hero-shot .language-switcher .dropdown-menu li:before {
  content: '';
  padding: 0;
  margin: 0;
}

.content .call-to-action {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.content .call-to-action a {
  position: relative;
  padding: 15px 95px;
  cursor: pointer;
  background: #012e57;
  -webkit-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  z-index: 10;
}

.content .call-to-action a:after {
  position: absolute;
  content: '';
  background: url("../../assets/LandingPageDS/icons/caret-right-solid.svg") no-repeat center;
  background-size: 50%;
  width: 45px;
  height: 45px;
  background-size: 50%;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.content .call-to-action a:hover {
  background-color: #d60b11;
  color: #ffffff;
}

.content .call-to-action.bigger a {
  font-size: 35px;
}

.content .call-to-action .with-image {
  position: relative;
  height: 800px;
  margin: 50px 145px;
  margin-top: -15px;
}

.content .call-to-action .with-image.smiling-couple {
  background: url("../../assets/LandingPageDS/emotion/AdobeStock_326998902_Preview.jpeg") no-repeat center;
  background-size: cover;
}

.content .call-to-action .with-image.school {
  background: url("../../assets/LandingPageDS/emotion/iStock-142841096_ret2.jpg") no-repeat center;
  background-size: cover;
}

.content .call-to-action .with-image.physiotherapy {
  background: url("../../assets/LandingPageDS/emotion/09_iStock-912333840_ret2.jpg") no-repeat center;
  background-size: cover;
}

.content .call-to-action .with-image.co-working-space {
  background: url("../../assets/LandingPageDS/emotion/08_iStock-487105068_ret2.jpg") no-repeat center;
  background-size: cover;
}

.content .call-to-action .with-image .headline {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 30px 10%;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: left;
}

.content .call-to-action .with-image .headline h2 {
  font-size: 80px;
  margin: 0;
}

.content .introduction {
  background: #ffffff;
}

.content .introduction .button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.content .introduction .button li {
  position: relative;
  width: 30%;
  height: 150px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
}

.content .introduction .button li:before {
  left: 16px;
}

.content #contact-us .right-side:before {
  content: '';
  position: absolute;
  right: 20%;
  top: 50%;
  -moz-transform: translate(14%, -67%) scaleX(-1);
  -o-transform: translate(14%, -67%) scaleX(-1);
  -webkit-transform: translate(14%, -67%) scaleX(-1);
  transform: translate(14%, -67%) scaleX(-1);
  background: url("../../assets/LandingPageDS/emotion/hero-shot-emotion.png") no-repeat left bottom;
  width: 35%;
  height: 72%;
  background-size: 62%;
  border-radius: 50%;
}

.content #applications {
  position: relative;
  background: #012e57;
  margin: 80px 0;
  padding: 120px 145px;
}

.content #applications .wrapper .inner-wrapper {
  margin-top: 100px;
}

.content #applications .wrapper .inner-wrapper .left-side, .content #applications .wrapper .inner-wrapper .right-side {
  width: inherit;
  float: inherit;
}

.content #applications .wrapper .inner-wrapper .right-side {
  position: relative;
}

.content #applications .wrapper .inner-wrapper .right-side .animation .background {
  margin: -6px 0 0 3px;
}

.content #applications .wrapper h3 {
  margin-top: 130px;
  text-align: center;
  font-weight: 400;
}

.content #applications .wrapper h2.center {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.content #applications .wrapper h2.center a {
  border-bottom: 2px solid #000;
}

.content #applications .comp-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 12%;
}

.content #applications .comp-wrapper .comp-item {
  position: relative;
  background: #ffffff;
  margin: 0 25px;
  width: 260px;
  height: 540px;
  padding: 20px;
}

.content #applications .comp-wrapper .comp-item::before {
  position: absolute;
  left: -25.5px;
  top: 0;
  content: '';
  height: 100%;
  border-right: 2px dashed #000;
}

.content #applications .comp-wrapper .comp-item:first-child:before {
  display: none;
}

.content #applications .comp-wrapper .comp-item:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  -moz-transform: translatex(0) translatey(500px);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 55px 130px 0 130px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -55px;
  left: 0;
}

.content #applications .comp-wrapper .comp-item h4 {
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #012e57;
  padding-left: 50px;
}

.content #applications .comp-wrapper .comp-item h4:after {
  display: flex;
  content: '+';
  width: 40px;
  height: 40px;
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 1000;
  font-size: 80px;
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
}

.content #applications .comp-wrapper .comp-item:last-child h4:after {
  display: none;
}

.content #applications .comp-wrapper .comp-item:nth-child(1) h4:before {
  position: absolute;
  left: 10px;
  width: 58px;
  height: 58px;
  content: '1';
  color: #012e57;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  padding-top: 14px;
}

.content #applications .comp-wrapper .comp-item:nth-child(2) h4:before {
  position: absolute;
  left: 10px;
  width: 58px;
  height: 58px;
  content: '2';
  color: #012e57;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  padding-top: 14px;
}

.content #applications .comp-wrapper .comp-item:nth-child(3) h4:before {
  position: absolute;
  left: 10px;
  width: 58px;
  height: 58px;
  content: '3';
  color: #012e57;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  padding-top: 14px;
}

.content #applications .comp-wrapper .comp-item .info-content {
  display: none;
  position: absolute;
  left: -9%;
  top: 145px;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  width: 350px;
  height: fit-content;
  padding: 10px;
  font-size: 16px;
}

.content #applications .comp-wrapper .comp-item .info-content.active {
  display: inline-block !important;
  z-index: 100;
}

.content #applications .comp-wrapper .comp-item .info-content .close {
  width: 20px;
  height: 20px;
  background: url("../../assets/LandingPageDS/icons/times-circle-solid.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}

.content #applications .comp-wrapper .comp-item .info {
  position: absolute;
  right: 6%;
  top: 3%;
  cursor: pointer;
}

.content #applications .comp-wrapper .comp-item .products {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.content #applications .comp-wrapper .comp-item .products > div {
  position: absolute;
  display: grid;
  text-align: center;
}

.content #applications .comp-wrapper .comp-item .products .ax-cylinder {
  top: 40%;
  left: 8%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .ax-cylinder:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/ax-cylinder.png") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 84px;
}

.content #applications .comp-wrapper .comp-item .products .smart-handle-3062 {
  top: 17%;
  right: 2%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smart-handle-3062:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/03_SH_3062.png") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 105px;
}

.content #applications .comp-wrapper .comp-item .products .smart-relais {
  top: 83%;
  left: 11%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smart-relais:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/Landingpage_SREL-AX_2608.png") no-repeat center;
  background-size: contain;
  width: 113px;
  height: 65px;
}

.content #applications .comp-wrapper .comp-item .products .smart-handle-ax {
  top: 61%;
  right: 5%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smart-handle-ax:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/01_SH_AX_downwards.png") no-repeat center;
  background-size: contain;
  width: 105px;
  height: 83px;
}

.content #applications .comp-wrapper .comp-item .products .smart-tag {
  top: 19%;
  left: 0;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smart-tag:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/smart-tag.png") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 84px;
}

.content #applications .comp-wrapper .comp-item .products .transponder {
  top: 20%;
  left: 38%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .transponder:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/11_Transponder_blau.png") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 65px;
}

.content #applications .comp-wrapper .comp-item .products .smart-card {
  top: 53%;
  left: 10%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smart-card:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/smart-card.png") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 84px;
}

.content #applications .comp-wrapper .comp-item .products .smartphone {
  top: 68%;
  left: 53%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .smartphone:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/smartphone.png") no-repeat center;
  background-size: contain;
  width: 70px;
  height: 115px;
}

.content #applications .comp-wrapper .comp-item .products .systemsteuerung {
  top: 30%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #applications .comp-wrapper .comp-item .products .systemsteuerung:before {
  content: '';
  background: url("../../assets/LandingPageDS/produkte/Systemverwaltung01.png") no-repeat center;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.content #applications .animation {
  position: relative;
  margin: 100px auto;
  width: fit-content;
  width: -moz-fit-content;
  transform: scale(0.8);
}

.content #applications .animation .red-bubble {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.content #applications .animation .red-bubble.hallway {
  top: 8.4%;
  left: 15.5%;
}

.content #applications .animation .red-bubble.facility-management {
  top: 18.5%;
  left: 38.1%;
}

.content #applications .animation .red-bubble.poisen {
  top: 18.5%;
  left: 58.8%;
}

.content #applications .animation .red-bubble.door-monitoring {
  top: 30.5%;
  left: 72.3%;
}

.content #applications .animation .red-bubble.elevator {
  top: 38.45%;
  left: 70.5%;
}

.content #applications .animation .red-bubble.barrier {
  top: 73%;
  left: 57.3%;
}

.content #applications .animation .red-bubble.lockers-customer {
  top: 50%;
  left: 31.6%;
}

.content #applications .animation .red-bubble.main-entrance {
  top: 51%;
  left: 29%;
}

.content #applications .animation .red-bubble.lockers {
  top: 26%;
  left: 14%;
}

.content #applications .animation h6 {
  position: absolute;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 5;
  color: #fff;
}

.content #applications .animation h6:after {
  content: '';
  display: block;
  position: absolute;
  width: 290px;
  height: 80px;
}

.content #applications .animation h6.active {
  display: inline-block;
}

.content #applications .animation h6.headline-hallway {
  top: 2.4%;
  left: 19.5%;
}

.content #applications .animation h6.headline-hallway:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-hallway.png") no-repeat;
  background-size: contain;
  top: 13px;
  left: -139px;
}

.content #applications .animation h6.headline-facility-management {
  top: 10.5%;
  left: 39.1%;
}

.content #applications .animation h6.headline-facility-management:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-facility-management.png") no-repeat;
  background-size: contain;
  top: 18px;
  left: -90px;
}

.content #applications .animation h6.headline-poisen {
  top: 11.5%;
  left: 60.8%;
}

.content #applications .animation h6.headline-poisen:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-poisen.png") no-repeat;
  background-size: contain;
  width: 97px;
  height: 65px;
  top: 29px;
  left: -31px;
}

.content #applications .animation h6.headline-door-monitoring {
  top: 32.5%;
  left: 76.3%;
}

.content #applications .animation h6.headline-door-monitoring:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-door-monitoring.png") no-repeat;
  background-size: contain;
  width: 88px;
  height: 70px;
  top: -17px;
  left: -110px;
}

.content #applications .animation h6.headline-elevator {
  top: 40.45%;
  left: 75.5%;
}

.content #applications .animation h6.headline-elevator:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-elevator.png") no-repeat;
  background-size: contain;
  width: 57px;
  height: 59px;
  top: -23px;
  left: -55px;
}

.content #applications .animation h6.headline-barrier {
  top: 76%;
  left: 62.3%;
}

.content #applications .animation h6.headline-barrier:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-barrier.png") no-repeat;
  background-size: contain;
  width: 148px;
  height: 98px;
  top: -58px;
  left: -60px;
}

.content #applications .animation h6.headline-lockers-customer {
  top: 60%;
  left: 33.6%;
}

.content #applications .animation h6.headline-lockers-customer:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-lockers-customer.png") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: -62px;
  left: -32px;
}

.content #applications .animation h6.headline-main-entrance {
  top: 65%;
  left: 29%;
}

.content #applications .animation h6.headline-main-entrance:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-main-entrance.png") no-repeat;
  background-size: contain;
  width: 68px;
  height: 66px;
  top: -51px;
  left: -5px;
}

.content #applications .animation h6.headline-lockers {
  top: 32%;
  left: 0;
}

.content #applications .animation h6.headline-lockers:after {
  background: url("../../assets/LandingPageDS/overlay/overlay-lockers.png") no-repeat;
  background-size: contain;
  width: 149px;
  height: 136px;
  top: -25px;
  left: 106px;
}

.content #applications .animation .animation-content {
  display: none;
  position: absolute;
  right: 45%;
  top: 0;
  border: 5px solid #d60b11;
  height: 290px;
  width: auto;
  z-index: 10;
  transform: scale(1.6);
}

.content #applications .animation .animation-content .title {
  position: absolute;
  top: -56px;
  left: 0;
  padding: 5px 15px 5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.content #applications .animation .animation-content .title .icon {
  width: 25px;
  height: 35px;
  margin-right: 10px;
}

.content #applications .animation .animation-content .title .hallway {
  background: url("../../assets/LandingPageDS/icons/flur-schutz.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .facility-management {
  background: url("../../assets/LandingPageDS/icons/facility-managment.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .poisen {
  background: url("../../assets/LandingPageDS/icons/gift-medizinschrank.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .door-monitoring {
  background: url("../../assets/LandingPageDS/icons/doormonitoring.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .elevator {
  background: url("../../assets/LandingPageDS/icons/aufzug.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .barrier {
  background: url("../../assets/LandingPageDS/icons/schranke.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .lockers {
  background: url("../../assets/LandingPageDS/icons/schliesfaecher.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content .title .main-entrance {
  background: url("../../assets/LandingPageDS/icons/haupteingang.png") no-repeat center;
  background-size: contain;
}

.content #applications .animation .animation-content video {
  height: 100%;
  width: auto;
}

.content #applications .video-wrapper {
  display: none;
  position: absolute;
  right: 10%;
  top: 33%;
  height: 290px;
  width: auto;
  border: 5px solid #d60b11;
  z-index: 10;
}

.content #applications .video-wrapper video {
  height: 100%;
  width: auto;
}

.content .tab-content {
  margin: 50px 0;
}

.content .tab-content video {
  width: 100%;
  height: auto;
}

.content #made-in-germany {
  position: relative;
  background: #f5f5f5;
  margin-bottom: -5px;
}

.content #made-in-germany .right-side {
  text-align: center;
}

.content #made-in-germany .right-side img {
  width: 50%;
  margin: 50px 0;
}

.content .footer {
  background: #012e57;
  padding: 20px 20px 1px 20px;
}

.content .footer .links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.content .footer .links a {
  color: #ffffff;
  padding-bottom: 4px;
  margin-right: 20px;
  border-bottom: 2px solid #ffffff;
}

.content .footer .copy p {
  max-width: 65%;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 10px;
}

.modal-contact {
  z-index: 9999;
  display: none;
  position: absolute;
  justify-content: center;
  left: 50%;
  top: 5%;
  width: 55%;
  background: #d9dae3;
  padding: 65px 70px 30px 70px;
  transform: translate(-50%, 0);
  border-radius: 50px;
}

.modal-contact .left-side {
  width: 55%;
  padding-right: 50px;
}

.modal-contact .right-side {
  width: 40%;
}

.modal-contact .right-side h3 {
  font-weight: 600;
}

.modal-contact .right-side p {
  font-size: 25px;
  font-weight: 300;
}

.modal-contact .contact-info {
  margin: 25px 0;
  border-top: 5px solid #000;
}

.modal-contact .contact-info h5 {
  font-weight: 600;
  margin: 20px 0;
}

.modal-contact .contact-info .contacts {
  display: flex;
  justify-content: space-between;
}

.modal-contact .contact-info .contacts .item {
  flex: 1;
}

.modal-contact .contact-info .contacts .item .land {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.modal-contact .contact-info .contacts .item a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.modal-contact .contact-info .contacts .item a:nth-child(3) {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.modal-contact .close-modal {
  position: absolute;
  right: 3%;
  top: 2%;
  width: 35px;
  cursor: pointer;
}

.contact-form p, .contact-form h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-form .col-md-12 {
  float: left;
  width: 100%;
}

.contact-form .col-md-6 {
  float: left;
  width: 50%;
}

.contact-form .input {
  position: relative;
  z-index: 1;
  vertical-align: top;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 20px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.contact-form .input-haruki {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  /** active label */
  /*&.active {
    label {
      //move the x coordinate and reduce size
      transform: translate(0, 1px) scale(.75);
    }
  }*/
}

.contact-form .input-haruki input {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 10px 16px;
  width: 100%;
  color: #fff;
  background: none;
  border: 3px solid black;
}

.contact-form .input-haruki label {
  font-size: 16px;
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 600;
  top: -5px;
}

.contact-form .col-md-12 {
  width: 100%;
}

.contact-form .col-md-12 .input-haruki input {
  width: 100%;
}

.contact-form .col-md-6 {
  width: 50%;
}

.contact-form .col-md-6 .input-haruki input {
  width: 100%;
}

.contact-form .select__wrap {
  margin-top: .9375rem;
  width: 95%;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.contact-form .select__wrap .select__style-wrapper {
  border-bottom: 1px solid #fff;
}

.contact-form .select__wrap .select__style-wrapper .select__field {
  position: relative;
  z-index: 2;
  width: 109%;
  height: 3.25rem;
  background: transparent !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  outline: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.contact-form .select__wrap .select__style-wrapper select {
  background: none;
  border: none;
  color: #000;
}

.contact-form .select__wrap .select__style-wrapper select option {
  color: #000;
}

.contact-form .checkbox-style {
  margin-top: .9375rem;
  text-align: left;
}

.contact-form .checkbox-style input[type=checkbox] {
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.contact-form .checkbox-style label {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: .5rem;
}

.contact-form .checkbox-style label:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: .0625rem solid;
  border-color: white;
}

.contact-form .checkbox-style input[type=checkbox]:checked + label:before {
  content: '';
  padding: 0 0 0 0;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #fff;
  background-image: url("../../assets/LandingPageDS/icons/icon-checkbox-checked-black.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form p, .contact-form h2 {
  color: #000000;
  margin-bottom: 20px;
}

.contact-form input, .contact-form label, .contact-form select,
.contact-form .checkbox-style label:before,
.contact-form .select__wrap .select__style-wrapper {
  color: #000 !important;
  border-color: #000 !important;
}

.actions {
  width: 100%;
  display: inline-block;
}

.actions .form-navigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.actions .form-navigation ul li {
  padding: 0;
  margin: 0;
}

.actions .form-navigation ul li:before {
  content: '';
}

.actions .form-navigation ul li button {
  all: unset;
  cursor: pointer;
  background: #20baf7;
  -webkit-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 12px -4px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  border: none;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.actions .form-navigation ul li button:hover {
  background: #d60b11;
  border: none;
}

.tab-pane .preview {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .content .colum-12 {
    padding: 50px 10%;
  }

  .content .hero-shot:after {
    right: 0;
  }

  .content .hero-shot .animation .headlines {
    margin: 3% 0;
    width: 60%;
  }

  .content .introduction .button li {
    height: auto;
    font-size: 18px;
  }

  .content #made-in-germany .left-side {
    width: 70%;
  }

  .content #made-in-germany .right-side {
    width: 30%;
  }

  .content #made-in-germany .right-side img {
    width: 100%;
  }

  .content #applications {
    padding: 85px 5%;
  }
}

@media screen and (max-width: 1200px) {
  ul li {
    margin: 3% 0;
  }

  .content #contact-us .right-side:before {
    right: 12%;
    width: 50%;
    height: 64%;
  }

  .content #applications {
    padding: 85px 10%;
  }

  .content #applications .comp-wrapper {
    flex-wrap: wrap;
  }

  .content #applications .comp-wrapper .comp-item {
    margin: 0 25px 80px 25px;
  }

  .content #applications .comp-wrapper .comp-item:nth-child(2) h4:after {
    display: none;
  }

  .content #applications .comp-wrapper .comp-item:nth-child(3) {
    height: 350px;
  }

  .content #applications .comp-wrapper .comp-item:nth-child(3):before {
    display: none;
  }

  .content .headlines.apart {
    margin-bottom: 7% !important;
  }

  .content .headlines.apart h5 {
    margin: 0 0 3% 0;
  }
}

@media screen and (max-width: 1100px) {
  .content .header .telephone p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  ul li {
    margin: 1% 0;
  }

  .content .header {
    justify-content: center;
    flex-wrap: wrap-reverse;
  }

  .content .header .item {
    width: 100%;
    text-align: center;
  }

  .content .header .telephone {
    margin-bottom: 22px;
  }

  .content .hero-shot:after {
    width: 30%;
    height: 82%;
  }
}

@media screen and (max-width: 900px) {
  .content .hero-shot:after {
    transform: rotate(-57deg);
  }

  .content .hero-shot .animation .headlines {
    width: 90%;
  }

  .content .introduction .button li {
    width: 49%;
  }

  .content #contact-us .left-side {
    width: 100%;
  }

  .content #contact-us .right-side {
    display: none;
  }

  .content #applications .animation {
    margin: 0 auto;
    margin-left: -20%;
  }

  .content #applications .animation .animation-content {
    right: 27%;
  }
}

@media screen and (max-width: 875px) {
  .content #applications .comp-wrapper .comp-item h4:after {
    display: none;
  }

  .content #applications .comp-wrapper .comp-item:before {
    display: none;
  }

  .content #applications .comp-wrapper .comp-item:nth-child(2) {
    height: 435px;
  }

  .content #applications .animation .animation-content {
    height: auto;
    max-height: auto;
    transform: scale(1);
  }

  .content #applications .animation .animation-content .close {
    right: -53px;
    width: 35px;
    height: 35px;
  }

  .content #applications .animation .animation-content .title {
    font-size: 22px;
  }

  .content #applications .animation .animation-content .title .icon {
    width: 32px;
  }

  .content #applications .animation .animation-content video {
    width: 100%;
    height: auto;
  }

  .content #made-in-germany {
    margin-bottom: 0;
  }

  .content #made-in-germany .wrapper .left-side, .content #made-in-germany .wrapper .right-side {
    width: 100%;
  }

  .content #made-in-germany .wrapper .left-side {
    margin-bottom: 50px;
  }

  .content #made-in-germany .wrapper .right-side {
    text-align: center;
  }

  .content #made-in-germany .wrapper .right-side img {
    width: 60%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .content #applications .animation {
    margin: 0 auto;
    margin-left: -31%;
  }

  .content #applications .animation .animation-content {
    left: 50%;
    transform: translate(-64%, 0);
    right: auto;
  }
}

@media screen and (max-width: 650px) {
  .content .colum-12 {
    padding: 8%;
  }

  .content .hero-shot:after {
    display: none;
  }

  .content .hero-shot .animation .headlines {
    width: 100%;
  }

  .content #applications .animation {
    margin-left: -37%;
  }
}

@media screen and (max-width: 580px) {
  ul li {
    font-size: 18px;
  }

  .content .headlines.apart h5 {
    font-size: 35px;
  }

  .content .headlines.apart h6 {
    font-size: 35px;
  }

  .content .header .telephone {
    display: none;
  }

  .content .header .telephone-toggle {
    display: inline-block;
  }

  .content .call-to-action {
    max-width: 100%;
  }

  .content .call-to-action a {
    display: flex;
    padding: 15px 15%;
  }

  .content #applications .call-to-action {
    margin: 30px auto;
    max-width: 100%;
  }

  .content #applications .animation {
    margin-left: -47%;
  }

  .content .introduction .button li {
    width: 100%;
  }

  .content .footer .copy p {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  ul.nav-pills {
    flex-basis: 0;
  }

  ul.nav-pills .nav-item {
    flex: 1 1 50%;
  }

  ul.nav-pills .nav-link {
    font-size: 15px;
    padding: 10px 4%;
    text-align: center;
  }

  .content .header {
    padding: 10% 15px;
  }

  .content .header .item.logo a img {
    width: 100%;
    height: auto;
  }

  .content .hero-shot .animation .headlines h1 {
    font-size: 29px;
  }

  .content #applications {
    padding: 32% 6% 0 6%;
    margin-bottom: 0;
  }

  .content #applications .comp-wrapper {
    margin: 0 -15px;
  }

  .content #applications .comp-wrapper .comp-item {
    margin: 0 0 80px 0;
    width: 286px;
  }

  .content #applications .comp-wrapper .comp-item:after {
    border-width: 55px 143px 0 143px;
  }

  .content #applications .comp-wrapper .comp-item .info-content {
    left: 0;
    width: 286px;
  }
}

@media screen and (max-width: 400px) {
  .content #applications .animation {
    transform: scale(0.47);
    margin-left: -324px;
  }

  .content #applications .animation .animation-content {
    transform: translate(-64%, 0) scale(2);
  }

  .content #applications .animation .animation-content .title {
    font-size: 19px;
  }
}

@media screen and (max-width: 380px) {
  .content .colum-12 {
    padding: 8% 10%;
  }

  .content #applications .animation .animation-content {
    transform: translate(-88%, 0) scale(2);
  }

  .content #applications .animation .animation-content .title {
    font-size: 17px;
  }
}

/*# sourceMappingURL=layout_en.css.map */
