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

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: #3d9cc3;
  }
}

@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 {
  background: #fff;
}

.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%;
    background: #f5f5f5;
    box-sizing: border-box;
    margin: 0 auto 40px;
}

.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;
  margin-bottom: 80px;
}

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

.content .headlines.apart h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

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

.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: 80px;
}

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

.content .hero-shot.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18%;
  background: url("../../assets/LandingPageDS/mouse/transponder_hand_press_cut.png") no-repeat left bottom;
  background-size: contain;
  transform: rotate(25deg);
  width: 32%;
  height: 70%;
  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 .telephone {
  display: flex;
  position: absolute;
  top: 0;
  left: 6%;
  background: white;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 0px 10px -3px #000000;
  box-shadow: 0px 0px 10px -3px #000000;
  z-index: 12;
}

.content .hero-shot .telephone a {
  padding: 15px 35px;
  margin-bottom: 0;
}

.content .hero-shot .telephone a:before {
  content: "";
  margin-right: 10px;
  background: url("../../assets/LandingPageDS/icons/phone-solid.svg") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.content .hero-shot .logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 80px 0 50px 0;
}

.content .hero-shot .logo img {
  max-height: 103px;
  max-width: 300px;
  padding: 0 20px;
}

.content .hero-shot .logo a {
  margin: 0;
  text-align: center;
  width: 100%;
}

.content .hero-shot .animation {
  display: flex;
  justify-content: end;
}

.content .hero-shot .animation .headlines {
  width: 35%;
  margin-right: 15%;
  margin-top: 8%;
}

.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 .animation .headlines .call-to-action {
  margin-bottom: 20px;
}

.content .hero-shot .animation .headlines .call-to-action a {
  width: 350px;
  padding: 15px 0;
  color: white;
}

.content .hero-shot .animation .products .cylinder {
  position: absolute;
  width: 50%;
  height: 36%;
  background: url("../../assets/LandingPageDS/produkte/SHAX_Adv_K1_N1_sw.png") no-repeat center;
  background-size: contain;
  left: 10%;
  z-index: 10;
}

.content .hero-shot .animation .products .cylinder.active {
  z-index: 9;
  background: url("../../assets/LandingPageDS/produkte/SHAX_Adv_K1_N1_sw_leuchtet.png") no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

.content .hero-shot .language-switcher span.se {
  background-position: 77.6699029126% 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 {
  display: flex;
  justify-content: center;
  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: 20px;
  font-weight: 200;
  animation: pulse 2s infinite;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.content .call-to-action:hover {
  background-color: #3d9cc3;
  color: #ffffff;
}

.content .call-to-action a {
  padding: 15px 95px;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #FFFFFF;
}

.content .introduction .wrapper {
  display: flex;
  justify-content: space-between;
}

.content .introduction .wrapper .left-side {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 0 0 0 -145px;
}

.content .introduction .wrapper .left-side .colum-12 {
  margin-bottom: 0;
  padding: 0 145px 50px 145px;
}

.content .introduction .wrapper .left-side h2.white {
  color: #fff;
  position: absolute;
  margin: 5%;
  width: 59%;
}

.content .introduction .wrapper .left-side img {
  width: 100%;
  height: auto;
}

.content .introduction .wrapper .right-side {
  width: 35%;
}

.content .introduction .wrapper .right-side p {
  font-weight: 500;
}

.content .introduction .wrapper .right-side ul li {
  opacity: 0.8;
}

.content .introduction .wrapper .right-side ul li:hover {
  opacity: 1;
  font-weight: 500;
}

.content #pros.wrapper {
  display: flex;
  align-items: center;
}

.content #pros.wrapper .left-side {
  width: 70%;
}

.content #pros.wrapper .right-side {
  width: 30%;
  padding-left: 50px;
}

.content #pros.wrapper .right-side ul li {
  line-height: 26px;
  font-size: 18px;
  margin: 10px 0 21px 0;
}

.content #pros h2 {
  margin-bottom: 5%;
}

.content #pros .pro-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content #pros .pro-wrapper .item {
  position: relative;
  cursor: pointer;
  width: 240px;
  height: 240px;
  background: #012e57;
  border-radius: 50%;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content #pros .pro-wrapper .item .headline {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 50px 40px;
  text-align: center;
}

.content #pros .pro-wrapper .item .hover {
  display: none;
  color: #000000;
  font-size: 19px;
  width: 100%;
  height: 100%;
}

.content #pros .pro-wrapper .item .hover .half-circle {
  position: absolute;
  width: 100%;
  height: 35%;
  border-radius: 35% 35% 0 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background: #012e57;
  padding: 0 16% 3px 16%;
  display: flex;
  align-items: flex-end;
}

.content #pros .pro-wrapper .item .hover .circle {
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 84px 20px 60px 20px;
  text-align: center;
  font-size: 15px;
}

.content #pros .pro-wrapper .item .hover .hover-headline {
  background: #012e57;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.content #pros .pro-wrapper .item.active {
  -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);
  overflow: hidden;
}

.content #pros .pro-wrapper .item.active .hover {
  display: inline-block;
}

.content #pros .pro-wrapper .item.active .headline {
  display: none;
}

.content #pros .pro-wrapper .item.loss-of-key:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/search-w.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.loss-of-key.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/search.png") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.change-everytime:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/exchange-alt-solid-w.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.change-everytime.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/exchange-alt-solid.svg") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.one-key:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/transponder-w.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.one-key.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/transponder.png") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.easy-fast-montage:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/settings-w.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.easy-fast-montage.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/settings.png") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.time-secure-entry:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/stopwatch-solid-w.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.time-secure-entry.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/stopwatch-solid.svg") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.open-doors:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/door-open-solid-w.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.open-doors.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/door-open-solid.svg") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.who-room:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/protect-w.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.who-room.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/protect.png") no-repeat center;
  background-size: contain;
}

.content #pros .pro-wrapper .item.organize:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/sitemap-solid-w.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.content #pros .pro-wrapper .item.organize.active:after {
  content: "";
  background: url("../../assets/LandingPageDS/icons/sitemap-solid.svg") no-repeat center;
  background-size: contain;
}

.content #applications {
  position: relative;
}

.content #applications .stage {
  position: relative;
  background: url("../../assets/LandingPageDS/heroshot/heroshot_blue.png") no-repeat center;
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: 9;
  margin: 0 auto;
}

.content #applications .stage .woman-walk {
  position: absolute;
  background: url("../../assets/LandingPageDS/heroshot/woman-walk.gif") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: 30%;
  left: 31%;
  animation-name: animationWomanWalkFrames;
  animation-duration: 35s;
  animation-iteration-count: infinite;
}

.content #applications .stage .men-walk {
  position: absolute;
  background: url("../../assets/LandingPageDS/heroshot/men-walk.gif") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 41%;
  right: 30%;
  animation-name: animationMenWalkFrames;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.content #applications .stage .men-wink {
  position: absolute;
  background: url("../../assets/LandingPageDS/heroshot/men-wink.gif") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  bottom: 35.5%;
  left: 17.5%;
}

.content #applications .stage .lkw {
  position: absolute;
  background: url("../../assets/LandingPageDS/heroshot/lkw_blue.png") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 30px;
  bottom: 30%;
  left: 7%;
  animation-name: animationLKWFrames;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.content #applications .stage .steam {
  position: absolute;
  background: url("../../assets/LandingPageDS/heroshot/steam2.gif") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 46px;
  right: 53.5%;
  top: 4.5%;
}

.content #applications .stage .fabric {
  position: absolute;
  top: 27%;
  right: 60%;
  cursor: pointer;
}

.content #applications .stage .office {
  position: absolute;
  top: 29%;
  right: 6%;
  cursor: pointer;
}

.content #applications .stage .parkade {
  position: absolute;
  top: 55%;
  right: 0;
  cursor: pointer;
}

.content #applications .stage .hospital {
  position: absolute;
  top: 64%;
  right: 19%;
  cursor: pointer;
}

.content #applications .stage .school {
  position: absolute;
  top: 49%;
  right: 65%;
  cursor: pointer;
}

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

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

.content #locking-components {
  background: #f2f3f5;
  padding: 85px 145px;
}

.content #locking-components h3 {
  margin-bottom: 65px;
}

.content #locking-components .comp-wrapper {
  display: flex;
  justify-content: center;
}

.content #locking-components .comp-wrapper .comp-item {
  position: relative;
  background: rgba(1, 46, 87, 0.3);
  margin: 0 25px;
  width: 300px;
  height: 540px;
  padding: 20px;
}

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

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

.content #locking-components .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 150px 0 150px;
  border-color: rgba(1, 46, 87, 0.3) transparent transparent transparent;
  bottom: -55px;
  left: 0;
}

.content #locking-components .comp-wrapper .comp-item h4 {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
}

.content #locking-components .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: #012e57;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.content #locking-components .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 #locking-components .comp-wrapper .comp-item .info-content.active {
  display: inline-block !important;
}

.content #locking-components .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 #locking-components .comp-wrapper .comp-item .info {
  position: absolute;
  right: 6%;
  top: 3%;
  cursor: pointer;
}

.content #locking-components .comp-wrapper .comp-item .products {
  display: flex;
  justify-content: center;
  font-size: 20px;
}

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

.content #locking-components .comp-wrapper .comp-item .products .ax-cylinder {
  top: 46%;
  left: 0;
  width: fit-content;
  width: -moz-fit-content;
}

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

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

.content #locking-components .comp-wrapper .comp-item .products .smart-handle-3062:before {
  content: "";
  background: url("../../assets/LandingPageDS/produkte/SHAX_Adv_K1_N1_sw_frontal.png") no-repeat center;
  background-size: contain;
  width: 170px;
  height: 135px;
}

.content #locking-components .comp-wrapper .comp-item .products .smart-relais {
  top: 75%;
  right: 2%;
  width: fit-content;
  width: -moz-fit-content;
}

.content #locking-components .comp-wrapper .comp-item .products .smart-relais:before {
  content: "";
  background: url("../../assets/LandingPageDS/produkte/12_SmartRelais2+SR3Leser.png") no-repeat center;
  background-size: contain;
  width: 180px;
  height: 84px;
}

.content #locking-components .comp-wrapper .comp-item .products .transponder {
    top: 17%;
    right: 2%;
    width: fit-content;
    width: -moz-fit-content;
}

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

.content #locking-components .comp-wrapper .comp-item .products .smart-card {
    top: 46%;
    left: 0;
    width: fit-content;
    width: -moz-fit-content;
}

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

.content #locking-components .comp-wrapper .comp-item .products .app {
    top: 65%;
    right: 2%;
    width: fit-content;
    width: -moz-fit-content;
}

.content #locking-components .comp-wrapper .comp-item .products .app:before {
    content: "";
    background: url("../../assets/LandingPageDS/produkte/Mobile_AX2GO_DE_03MeineSchluessel.png") no-repeat center;
    background-size: contain;
    width: 200px;
    height: 140px;
}

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

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

.content #locking-components .call-to-action {
  margin: 100px auto 30px auto;
}

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

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

.content #digital-locking-components h2 {
  display: flex;
  justify-content: space-between;
  text-align: right;
  align-items: center;
}

.content #digital-locking-components h2:before {
  content: "";
  background: url("../../assets/LandingPageDS/zylinder-beschlag.png") no-repeat center;
  background-size: contain;
  width: 175px;
  height: 200px;
}

.content #digital-locking-components #pills-cylinder .red-bubble {
  position: absolute;
  bottom: 14%;
  left: 20%;
  z-index: 10;
}

.content #digital-locking-components #pills-door-mounting .red-bubble {
  position: absolute;
  top: 3%;
  left: 36%;
  z-index: 10;
}

.content #digital-identification-components h2 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}

.content #digital-identification-components h2:after {
  content: "";
  background: url("../../assets/LandingPageDS/transponder-smartcard.png") no-repeat center;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.content #digital-identification-components #pills-transponder .red-bubble {
  position: absolute;
  top: 4%;
  left: 46%;
  z-index: 10;
}

.content #digital-identification-components #pills-pin-code .red-bubble {
  position: absolute;
  top: 11%;
  left: 32%;
  z-index: 10;
}

.content #network-components .tab-content {
  position: relative;
  margin: -55px -145px 0 -145px;
  z-index: 0;
}

.content #network-components .tab-content .product {
  position: absolute;
  width: 22%;
  height: 305px;
  z-index: 5;
}

.content #network-components .tab-content .red-bubble {
  z-index: 10;
}

.content #network-components .tab-content .mouse-image {
  z-index: 12;
}

.content #network-components .tab-content .product-srel3-advanced {
  background: url("../../assets/LandingPageDS/network/srel3_advanced.png") no-repeat;
  background-size: 100%;
}

.content #network-components .tab-content .product-srel3 {
  background: url("../../assets/LandingPageDS/network/srel3_leser_inaktiv.png") no-repeat;
  background-size: 100%;
  width: 19.5%;
}

.content #network-components .tab-content .product-srel3.active {
  background: url("../../assets/LandingPageDS/network/srel3_leser_aktiv.png") no-repeat;
  background-size: 100%;
}

.content #network-components .tab-content .product-srel3.active.hidden {
  z-index: 1;
}

.content #network-components .tab-content .product-sh-3062 {
    background: url("../../assets/LandingPageDS/produkte/SHAX_Adv_K1_N1_sw.png") no-repeat;
    background-size: 100%;
    width: 11%;
}

.content #network-components .tab-content .product-sh-3062.active {
    background: url("../../assets/LandingPageDS/produkte/SHAX_Adv_K1_N1_sw_leuchtet.png") no-repeat;
    background-size: 100%;
}

.content #network-components .tab-content .product-sh-3062.active.hidden {
    z-index: 1;
}

.content #network-components .tab-content .product-dc-ax {
  background: url("../../assets/LandingPageDS/network/de_dc_ax_inaktiv.png") no-repeat;
  background-size: 100%;
  width: 10%;
}

.content #network-components .tab-content .product-dc-ax.active {
  background: url("../../assets/LandingPageDS/network/de_dc_ax_aktiv.png") no-repeat;
  background-size: 100%;
}

.content #network-components .tab-content .product-dc-ax.active.hidden {
  z-index: 1;
  opacity: 0;
}

.content #network-components .tab-content .product-sh-ax {
  background: url("../../assets/LandingPageDS/network/sh_ax_downwards.png") no-repeat;
  background-size: 100%;
  width: 25%;
}

.content #network-components .tab-content .product-sh-ax.active {
  background: url("../../assets/LandingPageDS/network/sh_ax_downwards_aktiv.png") no-repeat;
  background-size: 100%;
}

.content #network-components .tab-content .product-sh-ax.active.hidden {
  z-index: 1;
  opacity: 0;
}

.content #network-components .tab-content .product-desktop {
  background: url("../../assets/LandingPageDS/network/desktop.png") no-repeat;
  background-size: 100%;
  width: 22%;
}

.content #network-components .tab-content .product-laptop {
  background: url("../../assets/LandingPageDS/network/laptop.png") no-repeat bottom;
  background-size: 100%;
}

.content #network-components .tab-content #pills-virtuell-network {
  cursor: url("../../assets/LandingPageDS/mouse/transponder_hand_cut.png"), auto;
}

.content #network-components .tab-content #pills-virtuell-network .animation {
  position: relative;
  height: 740px;
  background: url("../../assets/LandingPageDS/virtuell-netzwerk.png") no-repeat left top;
  background-size: 100%;
  z-index: 1;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info {
  padding: 2px 10px;
  background: #d60b11;
  color: #ffffff;
  z-index: 5;
}

.content #network-components .tab-content #pills-virtuell-network .animation .red-bubble.gateway {
  position: absolute;
  top: 31%;
  left: 9.5%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-gateway {
  position: absolute;
  top: 5%;
  left: 1%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-srel3-reader {
  position: absolute;
  top: 29%;
  left: 5.8%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .red-bubble.elevator {
  position: absolute;
  top: 28%;
  left: 49.5%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-elevator {
  position: absolute;
  top: 15%;
  left: 40%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .red-bubble.door {
  position: absolute;
  top: 23%;
  left: 65.5%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-door {
  position: absolute;
  top: 15%;
  left: 56%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .red-bubble.stock {
  position: absolute;
  top: 31%;
  left: 77%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-stock {
  position: absolute;
  top: 15%;
  left: 68%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .red-bubble.office {
  position: absolute;
  top: 26%;
  left: 96%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .info-office {
  position: absolute;
  top: 15%;
  left: 93%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-srel3-advanced {
  top: 6.5%;
  left: -3%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-srel3.first {
  top: 27%;
  left: -2%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-srel3.second {
  top: 23%;
  left: 38%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-sh-3062 {
  top: 23%;
  left: auto;
  right: 32%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-dc-ax {
  top: 29%;
  left: auto;
  right: 19.5%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-sh-ax {
  top: 20%;
  left: auto;
  right: -3%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .product-desktop {
  bottom: 5%;
  left: 17%;
  height: 44%;
}

.content #network-components .tab-content #pills-virtuell-network .animation .mouse-image {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url("../../assets/LandingPageDS/mouse/transponder_hand_cut.png") no-repeat center;
  background-size: contain;
  bottom: -17px;
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  left: -83px;
}

.content #network-components .tab-content #pills-virtuell-network .animation .mouse-image.active {
  background: url("../../assets/LandingPageDS/mouse/transponder_hand_press_cut.png") no-repeat center;
  background-size: contain;
}

.content #network-components .tab-content #pills-virtuell-network .animation .mouse-image.card {
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat center;
  background-size: contain;
  border: 0;
}

.content #network-components .tab-content #pills-virtuell-network .animation .mouse-image.card.active {
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat center;
  background-size: contain;
  border: 0;
}

.content #network-components .tab-content #pills-virtuell-network .animation .radio-wave-wrapper {
  position: absolute;
  top: 60%;
  left: 6.3%;
  transform: rotate(270deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-main {
  top: 17%;
  position: absolute;
  width: 11%;
  height: 7px;
  left: 13%;
  z-index: 1;
  transform: rotate(180deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-main-second {
  top: 39%;
  position: absolute;
  width: 17%;
  height: 7px;
  left: 15.7%;
  z-index: 1;
  transform: rotate(-90deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-gateway {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  left: 2.5%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-elevator {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 47.5%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-outdoor {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 30.2%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-stock {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 19%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-virtuell-network .animation .ant-line-office {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-virtuell-network .content {
  position: relative;
  background: #f2f1f1;
  width: 100%;
  height: 165px;
  margin: -65px 0 0 0;
  z-index: 0;
}

.content #network-components .tab-content #pills-virtuell-network .content p {
  text-align: right;
  width: 70%;
  position: absolute;
  bottom: 18%;
  right: 5%;
  font-size: 25px;
  font-weight: 500;
}

.content #network-components .tab-content #pills-online-network .animation {
  position: relative;
  height: 740px;
  background: url("../../assets/LandingPageDS/online-netzwerk.png") no-repeat left top;
  background-size: 100%;
  z-index: 1;
}

.content #network-components .tab-content #pills-online-network .animation .info {
  padding: 2px 10px;
  background: #d60b11;
  color: #ffffff;
  z-index: 5;
}

.content #network-components .tab-content #pills-online-network .animation .red-bubble.gateway {
  position: absolute;
  top: 31%;
  left: 9.5%;
}

.content #network-components .tab-content #pills-online-network .animation .info-gateway {
  position: absolute;
  top: 5%;
  left: 10.8%;
}

.content #network-components .tab-content #pills-online-network .animation .red-bubble.elevator {
  position: absolute;
  top: 28%;
  left: 38.5%;
}

.content #network-components .tab-content #pills-online-network .animation .info-elevator {
  position: absolute;
  top: 15%;
  left: 30%;
}

.content #network-components .tab-content #pills-online-network .animation .red-bubble.door {
  position: absolute;
  top: 23%;
  left: 55.5%;
}

.content #network-components .tab-content #pills-online-network .animation .info-door {
  position: absolute;
  top: 15%;
  left: 43%;
}

.content #network-components .tab-content #pills-online-network .animation .red-bubble.stock {
  position: absolute;
  top: 31%;
  left: 67%;
}

.content #network-components .tab-content #pills-online-network .animation .info-stock {
  position: absolute;
  top: 15%;
  left: 64%;
}

.content #network-components .tab-content #pills-online-network .animation .red-bubble.office {
  position: absolute;
  top: 26%;
  left: 89%;
}

.content #network-components .tab-content #pills-online-network .animation .info-office {
  position: absolute;
  top: 15%;
  left: 83%;
}

.content #network-components .tab-content #pills-online-network .animation .product-srel3-advanced {
  top: 6.5%;
  left: 2%;
}

.content #network-components .tab-content #pills-online-network .animation .product-srel3.first {
  top: 27%;
  left: -2%;
}

.content #network-components .tab-content #pills-online-network .animation .product-srel3.second {
  top: 23%;
  left: 27%;
}

.content #network-components .tab-content #pills-online-network .animation .product-sh-3062 {
    top: 24%;
    left: auto;
    right: 42.5%;
}

.content #network-components .tab-content #pills-online-network .animation .product-dc-ax {
  top: 29%;
  left: auto;
  right: 29.5%;
}

.content #network-components .tab-content #pills-online-network .animation .product-sh-ax {
  top: 20%;
  left: auto;
  right: 4%;
}

.content #network-components .tab-content #pills-online-network .animation .product-laptop {
  width: 32%;
  bottom: 12%;
  left: 1%;
  height: 320px;
}

.content #network-components .tab-content #pills-online-network .animation .mouse-image {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url("../../assets/LandingPageDS/mouse/transponder_hand_cut.png") no-repeat center;
  background-size: contain;
  -moz-transform: scaleX(-1) rotate(6deg);
  -o-transform: scaleX(-1) rotate(6deg);
  -webkit-transform: scaleX(-1) rotate(6deg);
  transform: scaleX(-1) rotate(6deg);
  right: -72px;
  bottom: -14px;
}

.content #network-components .tab-content #pills-online-network .animation .mouse-image.active {
  background: url("../../assets/LandingPageDS/mouse/transponder_hand_press_cut.png") no-repeat center;
  background-size: contain;
}

.content #network-components .tab-content #pills-online-network .animation .mouse-image.card {
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat center;
  background-size: contain;
  border: 0;
}

.content #network-components .tab-content #pills-online-network .animation .mouse-image.card.active {
  background: url("../../assets/LandingPageDS/mouse/card_hand_cut.png") no-repeat center;
  background-size: contain;
  border: 0;
}

.content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-1 {
  position: absolute;
  top: 37%;
  left: 14.3%;
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-2 {
  position: absolute;
  top: 20.3%;
  left: 26%;
  transform: rotate(180deg);
}

.content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-3 {
  position: absolute;
  top: 20.3%;
  left: 39%;
  transform: rotate(180deg);
}

.content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-4 {
  position: absolute;
  top: 20.3%;
  left: 55%;
  transform: rotate(180deg);
}

.content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-5 {
  position: absolute;
  top: 20.3%;
  left: 74%;
  transform: rotate(180deg);
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-main {
  top: 16.7%;
  position: absolute;
  width: 74%;
  height: 7px;
  left: 15%;
  z-index: 1;
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-gateway {
  top: 37%;
  position: absolute;
  width: 10%;
  height: 7px;
  left: 8%;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-elevator {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  left: 31.5%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-outdoor {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  left: 49.8%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-stock {
  top: 30%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 29.2%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-online-network .animation .ant-line-office {
  top: 29%;
  position: absolute;
  width: 10%;
  height: 7px;
  right: 6%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content #network-components .tab-content #pills-online-network .content {
  position: relative;
  background: #f2f3f5;
  width: 100%;
  height: 165px;
  margin: -65px 0 0 0;
  z-index: 0;
}

.content #network-components .tab-content #pills-online-network .content p {
  text-align: right;
  width: 70%;
  position: absolute;
  bottom: 18%;
  right: 5%;
  font-size: 25px;
  font-weight: 500;
}

.content #contact-us h2.center {
  text-align: center;
  margin-bottom: 100px;
}

.content #contact-us .left-side p.center {
  text-align: center;
}

.content #contact-us .left-side img {
  width: 38%;
  height: auto;
  margin: 50px auto;
}

.content #contact-us .comp-item {
    position: relative;
    width: 38%;
}
.content #contact-us .comp-item .info {
    position: absolute;
    right: 10%;
    top: 3%;
    cursor: pointer;
    width: 20px;
}
.content #contact-us .comp-item img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.content #contact-us .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 #contact-us .comp-item .info-content.active {
    display: inline-block !important;
}


.modal-contact {
  z-index: 9999;
  display: none;
  position: absolute;
  left: 50%;
  top: 5%;
  width: 70%;
  background: #012e57;
  padding: 45px 30px;
  transform: translate(-50%, 0);
  border: 1px solid grey;
}

.modal-contact svg {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 28px;
  position: absolute;
  color: #ffffff;
  cursor: pointer;
}

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

.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: 15px;
  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-bottom: 8px;
  position: relative;
  /** active label */
}

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

.contact-form .input-haruki label {
  font-size: 16px;
  position: absolute;
  left: 0;
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  transition: all 0.1s ease-in-out;
  color: #fff;
}

.contact-form .input-haruki.active label {
  transform: translate(0, 1px) scale(0.75);
}

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

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

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

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

.contact-form .select__wrap {
  margin-top: 0.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: 0.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: 16px;
  margin-bottom: 0.5rem;
}

.contact-form .checkbox-style label:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.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.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: #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;
  padding: 15px 150px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  border: 1px solid white;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.actions .form-navigation ul li button:hover {
  border: none;
  padding: 16px;
}

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

#full-degree-cylinder .spritespin-progress {
  position: absolute;
  background: url("../../assets/LandingPageDS/full-degree/cylinder-de/TN5_Web_Render_GE_v2_001.png") no-repeat center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full-degree-cylinder .spritespin-progress-label {
  display: none !important;
}

#full-degree-cylinder .spritespin-progress-bar {
  display: none !important;
}

#full-degree-door-mounting .spritespin-progress {
  position: absolute;
  background: url("../../assets/LandingPageDS/full-degree/smarthandle-de/SV_360_02_v2_0001-min.png") no-repeat center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full-degree-door-mounting .spritespin-progress-label {
  display: none !important;
}

#full-degree-door-mounting .spritespin-progress-bar {
  display: none !important;
}

#full-degree-pin-code .spritespin-progress {
  position: absolute;
  background: url("../../assets/LandingPageDS/full-degree/pincode/SV_360_06_0001-min.png") no-repeat center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full-degree-pin-code .spritespin-progress-label {
  display: none !important;
}

#full-degree-pin-code .spritespin-progress-bar {
  display: none !important;
}

#full-degree-transponder .spritespin-progress {
  position: absolute;
  background: url("../../assets/LandingPageDS/full-degree/transponder-de/SV_360_11_0001.png") no-repeat center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full-degree-transponder .spritespin-progress-label {
  display: none !important;
}

#full-degree-transponder .spritespin-progress-bar {
  display: none !important;
}

@media screen and (max-width: 1680px) {
  .content #applications .animation .animation-content {
    right: 14%;
    top: 0;
  }
}

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

  .content .hero-shot .animation .headlines {
    width: 50%;
    margin-right: 0;
    margin-top: 2%;
  }

  .content .introduction .wrapper .left-side {
    width: 65%;
  }

  .content .introduction .wrapper .left-side .colum-12 {
    padding: 0 5% 50px 12%;
  }

  .content .introduction .wrapper .right-side {
    width: 45%;
  }

  .content #locking-components {
    padding: 85px 5%;
  }

  .content #network-components .tab-content #pills-online-network .content p {
    font-size: 19px;
  }

  .content #network-components .tab-content #pills-virtuell-network .content p {
    font-size: 19px;
  }
}

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

  .content .hero-shot:after {
    left: -15%;
    width: 45%;
  }

  .content .hero-shot.active:after {
    left: -15%;
    width: 45%;
  }

  .content .call-to-action {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 80%;
    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);
    padding: 0;
  }

  .content .call-to-action a {
    padding: 15px 8%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: content-box;
  }

  .content .introduction .wrapper .left-side {
    margin: 0;
  }

  .content .introduction .wrapper .left-side .colum-12 {
    padding: 0 50px 50px 0;
    position: relative;
  }

  .content .introduction .wrapper .left-side h2.white {
    width: 85%;
  }

  .content #locking-components {
    padding: 85px 10%;
  }

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

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

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

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

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

  .content #network-components {
    margin-bottom: 0;
  }

  .content #network-components .tab-content #pills-virtuell-network .content p {
    bottom: 8%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-gateway {
    top: 2%;
    left: 4%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-srel3-reader {
    top: 28%;
    left: 4.8%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-office {
    left: 89%;
  }

  .content #network-components .tab-content #pills-online-network .content p {
    bottom: 8%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-gateway {
    top: 2%;
    left: 6.8%;
  }

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

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

  .modal-contact .contact-form p {
    line-height: 20px;
  }

  .modal-contact .contact-form .input-haruki {
    margin-top: 0;
    margin-bottom: 0;
  }

  .radio-wave-container {
    width: 80px;
    height: 30px;
  }
}

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

  .content .hero-shot:after {
    left: -38%;
    width: 65%;
    bottom: 20%;
  }

  .content .hero-shot.active:after {
    left: -38%;
    width: 65%;
    bottom: 20%;
  }

  .content .hero-shot .animation .products .cylinder {
    top: -1%;
    left: -2%;
  }

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

  .content .tab-content .row {
    flex-wrap: wrap-reverse;
  }

  .content .tab-content .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap-reverse;
  }

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

  .content #network-components .tab-content #pills-virtuell-network .content p {
    margin-bottom: 0;
  }

  .content #network-components .tab-content #pills-online-network .content p {
    margin-bottom: 0;
  }

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

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

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

  .modal-contact .contact-form .select__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .content .colum-12 {
    margin-bottom: 0;
  }

  .content .hero-shot:after {
    transform: scaleX(-1);
    left: auto;
    right: -23%;
    bottom: -10%;
  }

  .content .hero-shot.active:after {
    transform: scaleX(-1);
    left: auto;
    right: -23%;
    bottom: -10%;
  }

  .content .hero-shot .telephone a {
    padding: 8px 35px;
  }

  .content .hero-shot .animation .headlines {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .content .hero-shot .animation .headlines h1 {
    margin-top: 25px;
    order: 1;
  }

  .content .hero-shot .animation .headlines h3 {
    order: 2;
  }

  .content .hero-shot .animation .headlines .call-to-action {
    order: 3;
    margin: 0 0 20px 0;
    width: fit-content;
  }

  .content .hero-shot .animation .headlines .pro-points {
    margin-bottom: 0;
    margin-top: 20px;
    order: 4;
  }

  .content .hero-shot .animation .products .cylinder {
    top: 20%;
    left: auto;
    right: 0;
  }

  .content .hero-shot .logo {
    margin: 4% 0 1% 0;
  }

  .content .introduction {
    margin-bottom: 0 !important;
  }

  .content .introduction .wrapper {
    display: inline-block;
  }

  .content .introduction .wrapper .left-side .colum-12 {
    padding: 0;
  }

  .content .introduction .wrapper .left-side img {
    max-height: 300px;
    object-fit: cover;
  }

  .content .introduction .wrapper .left-side .call-to-action {
    z-index: 10;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
  }

  .content .introduction .wrapper .right-side {
    margin-top: 30px;
  }

  .content .introduction .wrapper .left-side, .content .introduction .wrapper .right-side {
    width: 100%;
    float: none;
  }

  .content #pros.wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .content #pros.wrapper .left-side, .content #pros.wrapper .right-side {
    width: 100%;
    float: none;
  }

  .content #pros.wrapper .left-side {
    order: 2;
  }

  .content #pros.wrapper .right-side {
    padding: 0;
    order: 1;
  }

  .content #applications .animation {
    width: 100%;
  }

  .content #applications .animation .background {
    width: 101.5%;
    margin-top: 5px;
  }

  .content #network-components .tab-content #pills-virtuell-network .content p {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    margin: 20px;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .product-srel3-advanced {
    left: 3%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-gateway {
    top: 30%;
    left: 8%;
    z-index: 11;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-srel3-reader {
    top: 56%;
    left: 10.8%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .product-srel3.first {
    left: 4%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .product-sh-ax {
    right: 0;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .ant-line-main-second {
    top: 41%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .ant-line-gateway {
    left: 8.5%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .radio-wave-wrapper {
    top: 64%;
    left: 12.3%;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation .info-office {
    left: 82%;
  }

  .content #network-components .tab-content #pills-online-network .content p {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    margin: 20px;
  }

  .content #network-components .tab-content #pills-online-network .animation .red-bubble.gateway {
    top: 35%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-gateway {
    top: 4%;
  }

  .content #network-components .tab-content #pills-online-network .animation .red-bubble.elevator {
    top: 32%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-elevator {
    top: 19%;
  }

  .content #network-components .tab-content #pills-online-network .animation .red-bubble.door {
    top: 27%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-door {
    top: 19%;
  }

  .content #network-components .tab-content #pills-online-network .animation .red-bubble.stock {
    top: 35%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-stock {
    top: 19%;
  }

  .content #network-components .tab-content #pills-online-network .animation .red-bubble.office {
    top: 30%;
  }

  .content #network-components .tab-content #pills-online-network .animation .info-office {
    top: 19%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-srel3-advanced {
    top: 10.5%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-srel3.first {
    top: 31%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-srel3.second {
    top: 27%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-sh-3062 {
    top: 25%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-dc-ax {
    top: 33%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-sh-ax {
    top: 24%;
  }

  .content #network-components .tab-content #pills-online-network .animation .product-laptop {
    bottom: 1%;
  }

  .content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-1 {
    top: 41%;
  }

  .content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-2 {
    top: 24.3%;
  }

  .content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-3 {
    top: 24.3%;
  }

  .content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-4 {
    top: 24.3%;
  }

  .content #network-components .tab-content #pills-online-network .animation .radio-wave-wrapper-5 {
    top: 24.3%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-main {
    top: 20.7%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-gateway {
    top: 41%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-elevator {
    top: 34%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-outdoor {
    top: 34%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-stock {
    top: 34%;
  }

  .content #network-components .tab-content #pills-online-network .animation .ant-line-office {
    top: 33%;
  }

  .content #contact-us .wrapper .left-side, .content #contact-us .wrapper .right-side {
    float: none;
    width: 100%;
  }

  .content #contact-us .wrapper img {
    display: none;
  }
}

@media screen and (max-width: 874px) {
  .content .hero-shot:after {
    display: none;
  }

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

  .content .hero-shot .animation .products .cylinder {
    display: none;
  }

  .content .hero-shot .logo {
    flex-wrap: wrap;
  }

  .content .hero-shot .logo > img, .content .hero-shot .logo > a {
    margin: 10px 0;
  }

  .content #locking-components .comp-wrapper .comp-item h4:after {
    display: none;
  }

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

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

  .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 #applications {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .content #applications .animation {
    margin: 50px auto 20px auto;
    min-width: 529px;
  }

  .content #applications .animation .animation-content {
    transform: inherit;
    left: auto;
    right: 18%;
    height: auto;
    background: white;
    width: auto;
  }

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

  .modal-contact .actions .form-navigation ul li button {
    padding: 15px 0;
  }
}

@media screen and (max-width: 650px) {
  .content #network-components .tab-content {
    margin: 0 -145px 0 -145px;
  }

  .content #network-components .tab-content #pills-virtuell-network .column-12 {
    margin-bottom: 0 !important;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation {
    height: 300px !important;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation * {
    display: none;
  }

  .content #network-components .tab-content #pills-virtuell-network .content {
    position: absolute;
    bottom: auto;
    top: 95px;
    z-index: 100;
    background: none;
    padding: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 110px;
  }

  .content #network-components .tab-content #pills-virtuell-network .content p {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 20px;
    bottom: 0;
    right: 0;
  }

  .content #network-components .tab-content #pills-online-network .column-12 {
    margin-bottom: 0 !important;
  }

  .content #network-components .tab-content #pills-online-network .animation {
    height: 350px !important;
  }

  .content #network-components .tab-content #pills-online-network .animation * {
    display: none;
  }

  .content #network-components .tab-content #pills-online-network .content {
    position: absolute;
    bottom: auto;
    top: 95px;
    z-index: 100;
    background: none;
    padding: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 110px;
  }

  .content #network-components .tab-content #pills-online-network .content p {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 20px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 580px) {
  .content #contact-us h2.center {
    margin-bottom: 50px;
  }

  ul li {
    font-size: 18px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    font-size: 18px;
  }

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

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

  .content .introduction .wrapper .left-side {
    overflow: inherit;
  }

  .content .introduction .wrapper .left-side .call-to-action {
    bottom: -20%;
  }

  .content .introduction .wrapper .right-side {
    margin-top: 100px;
  }

  .content #pros.wrapper {
    padding: 0 8%;
  }

  .content #applications .stage {
    margin-left: -15%;
  }

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

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

  .content #digital-locking-components h2 {
    font-size: 28px;
    margin: 0;
  }

  .content #digital-locking-components h2:before {
    width: 130px;
  }

  .content #digital-identification-components h2 {
    font-size: 28px;
    margin: 0;
  }

  .content #digital-identification-components h2:before {
    width: 130px;
  }

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

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

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

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

  .modal-contact .contact-form h2 {
    font-size: 16px !important;
  }

  .modal-contact .contact-form p {
    font-size: 14px !important;
  }

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

  #contact-us p {
    margin: 0;
  }
}

@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 #applications .stage {
    margin-left: -25%;
  }

  .content #pros {
    padding: 50px 0;
  }

  .content #pros .pro-wrapper .item {
    width: 295px;
    height: 295px;
  }

  .content #pros .pro-wrapper .item .hover .half-circle {
    font-size: 20px;
  }

  .content #pros .pro-wrapper .item .hover .circle {
    padding: 0 20px 75px 20px;
  }

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

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

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

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

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

  .content #digital-locking-components h2:before {
    height: 140px;
  }

  .content #digital-locking-components ul.nav-pills .nav-link {
    max-height: 50px;
    overflow: hidden;
  }

  .content #digital-identification-components h2:after {
    height: 140px;
  }

  .modal-contact {
    width: 90%;
    padding: 45px 5px;
  }

  .content #network-components .tab-content #pills-virtuell-network .animation {
    height: 250px !important;
  }

  .actions .form-navigation ul li button {
    padding: 15px 29%;
  }
}

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

  .content #network-components ul.nav-pills {
    width: 120%;
    margin-left: -10%;
  }

  .content #pros .pro-wrapper {
    margin: 0 -24px;
  }

  .content .headlines.apart h5, .content .headlines.apart h6 {
    font-size: 30px;
  }

  .content #applications .stage {
    margin-left: -60%;
    transform: scale(0.8);
    margin-top: -20%;
    margin-bottom: -10%;
  }

  .content #network-components .tab-content #pills-virtuell-network .content,
  .content #network-components .tab-content #pills-online-network .content {
    top: 49%;
  }
}

.gdpr-info-box {
    display: none;
    position: relative;
}
.gdpr-info-box #ot-warning-text {
    flex-direction: column;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    justify-content: flex-end;
    flex-grow: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2.5rem;
}

.gdpr-info-box #ot-warning-text a {
    color: #FFF;
    text-decoration: underline;
}

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