#nl.stat .markets {
  font-family: "Helvetica";
  font-size: 18px;
}

#nl.stat .acb .e1 {
  font-family: "Blender Pro";
  font-size: 70px;
}

#nl.stat .markets .elem a, #nl.stat .b1 .control span {
  transition: all 0.2s 0s;
}

#nl.stat .b1 .control span {
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  background-color: #1E1E1E;
  border-radius: 20px;
  white-space: nowrap;
}

#nl.stat .wpf1 {
  padding: 40px 0 1px;
}
#nl.stat .b1 {
  border-radius: 50px;
  height: 810px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#nl.stat .b1 .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
}
#nl.stat .b1 .bg_video.off {
  display: none;
}
#nl.stat .b1 .bg_nal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: linear-gradient(0deg, rgba(23, 27, 46, 0.74), rgba(23, 27, 46, 0.74));
}
#nl.stat .b1 .z2 {
  z-index: 3;
  position: absolute;
  bottom: 40px;
}
#nl.stat .b1 .control {
  display: flex;
  gap: 30px;
}
#nl.stat .b1 .control span {
  cursor: pointer;
  background: none;
}
#nl.stat .b1 .control span:hover {
  transform: rotate(-8deg);
  background-color: #0054C3;
  color: #fff;
  border-color: #0054C3;
}
#nl.stat .b1 .control span.active {
  background-color: #0054C3;
  color: #fff;
  border-color: #0054C3;
}
#nl.stat .b1 .line {
  display: flex;
  align-items: flex-end;
  margin-top: 85px;
}
#nl.stat .b1 .line .h {
  flex-grow: 1;
}
#nl.stat .b1 .line .txt {
  max-width: 308px;
  color: #fff;
  margin-left: auto;
}
#nl.stat .b3 .tags {
  padding-bottom: 40px;
}
#nl.stat .hr .n {
  display: none;
}
#nl.stat .tags {
  gap: 20px;
}
#nl.stat .wpf4:before {
  bottom: 50%;
}
#nl.stat .hr.end {
  top: 0px;
  padding-bottom: 40px;
}
#nl.stat .b4 {
  margin-top: 0px;
  padding-top: 60px;
}
#nl.stat .b5 .tags .elem {
  background-color: #0054C3;
}
#nl.stat .b5 .tags .elem:hover {
  background-color: #1E1E1E;
  color: #fff;
}
#nl.stat .tags.white .elem {
  text-transform: uppercase;
  background-color: #fff;
  color: #1E1E1E;
  border-color: #1E1E1E;
}
#nl.stat .tags.white .elem:hover {
  background-color: #1E1E1E;
  color: #fff;
}
#nl.stat .dil_info .zag {
  margin-top: 25px;
  margin-bottom: -35px;
}
#nl.stat .markets {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#nl.stat .markets .elem {
  width: calc(25% - 30px);
}
#nl.stat .markets .elem .img {
  display: flex;
  height: 75px;
  align-items: flex-end;
  margin-bottom: 24px;
}
#nl.stat .markets .elem a {
  display: block;
  color: #999999;
  text-decoration: none;
  margin-bottom: 8px;
  padding-right: 10px;
  text-align: center;
}
#nl.stat .markets .elem a:hover {
  color: red;
}
#nl.stat .markets .elem a.noa:hover {
  color: #999999;
}
#nl.stat .markets .elem a.big {
  font-size: 20px;
  font-weight: bold;
}
#nl.stat .markets .elem a.small {
  font-size: 18px;
}
#nl.stat .markets img {
  margin: auto;
  max-width: 68%;
  max-height: 55px;
}
#nl.stat .footer:before {
  display: none;
}
#nl.stat .act_b {
  margin-left: -70px;
  margin-right: -70px;
  margin-top: -80px;
}
#nl.stat .acb {
  display: none;
}
#nl.stat .acb .flexb {
  align-items: stretch;
  gap: 30px;
}
#nl.stat .acb.a1 .e1 {
  font-size: 50px;
}
#nl.stat .acb.a1 .e1 div {
  letter-spacing: -0.2rem;
}
#nl.stat .acb .e1 {
  box-sizing: border-box;
  background-color: #fff;
  color: #0054C3;
  font-size: 70px;
  align-items: center;
  padding: 25px 35px;
  display: flex;
  border-radius: 30px;
  line-height: 0.9;
  letter-spacing: -0.3rem;
  font-weight: bold;
}
#nl.stat .acb .e1 div {
  line-height: 0.9;
}
#nl.stat .acb .e2 {
  flex-grow: 1;
  background: #fff url("/i/new/asb.svg") no-repeat 20px 20px;
  display: flex;
  color: #1E1E1E;
  padding: 25px 35px 25px 120px;
  border-radius: 30px;
  justify-content: space-between;
}
#nl.stat .acb .e2 p {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1400px) {
  #nl.stat .act_b {
    margin-left: 20px;
    margin-right: 20px;
  }
  #nl.stat .b1 {
    height: 51vw;
    margin: 0 40px;
  }
  #nl.stat .b1 .control {
    flex-wrap: wrap;
  }
  #nl.stat .b1 .control span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #nl.stat .markets {
    gap: 30px;
  }
  #nl.stat .markets .elem {
    width: calc(25% - 30px);
  }
  #nl.stat .markets .elem .img {
    height: 55px;
    margin-bottom: 18px;
  }
  #nl.stat .markets .elem a.big {
    font-size: 16px;
  }
  #nl.stat .markets .elem a.small {
    font-size: 16px;
  }
  #nl.stat .markets img {
    max-width: 78%;
    max-height: 45px;
  }
  #nl.stat .act_b {
    margin-left: -10px;
    margin-right: -10px;
  }
  #nl.stat .act_b .acb .e1 {
    display: none;
  }
  #nl.stat .b1 {
    height: 54vw;
    margin: 0 10px;
  }
  #nl.stat .b1 .bg_video {
    height: 100%;
  }
  #nl.stat .b1 .control {
    gap: 20px;
    margin-top: 60px;
  }
  #nl.stat .b1 .control span {
    font-size: 18px;
  }
  #nl.stat .b1 .line {
    margin-top: 45px;
  }
}
@media screen and (max-width: 700px) {
  #nl.stat .act_b .acb .e2 {
    flex-wrap: wrap;
    padding: 80px 20px 30px;
  }
  #nl.stat .act_b .acb .e2 p {
    width: 100%;
  }
  #nl.stat .b1 {
    border-radius: 16px;
  }
  #nl.stat .b1 .control {
    margin-top: 40px;
  }
  #nl.stat .b1 .line {
    display: none;
  }
  #nl.stat .markets {
    flex-wrap: wrap;
    gap: 20px;
  }
  #nl.stat .markets .elem {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  #nl.stat .b1 {
    padding-top: 40px;
  }
  #nl.stat .b1 .control {
    margin-top: 0;
  }
}
@media screen and (max-width: 420px) {
  #nl.stat .b1 {
    padding-top: 20px;
    height: 89.25vw;
  }
  #nl.stat .b1 .bg_video {
    height: 100%;
    left: -33%;
    width: auto;
  }
}

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