.hero-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: block;
  background: black;
  height: var(--h);
  font-family: "Times New Roman";
}
.hero-container .old {
  font-family: "Times New Roman";
  display: flex;
  position: relative;
  height: 100%;
  background: url(https://zenkod.de/wp-content/uploads/2021/01/bg.jpg);
  background-size: 100px;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px 100px;
}
.hero-container .old ul {
  background: grey;
  display: flex;
}
.hero-container .old ul li {
  margin-left: 20px;
  list-style-type: circle;
  color: black;
}
.hero-container .old ul li a {
  display: block;
  padding: 20px;
  color: #0000ee;
  font-family: "Times New Roman";
  font-weight: normal;
}
.hero-container .old .h1 {
  font-size: 50px;
  font-family: cursive;
}
.hero-container .old .h2 {
  font-size: 25px;
  line-height: 50px;
}
.hero-container .other {
  overflow: hidden;
}
.hero-container .other .title {
  color: black;
  font-family: "Work Sans";
}
.hero-container #responsive {
  position: absolute;
  right: 5%;
  bottom: -20%;
  width: 20%;
}
.hero-container #responsive img {
  max-width: 100%;
}
.hero-container .title {
  text-align: right;
  font-size: 30px;
}
.hero-container #el2018 {
  position: absolute;
  top: -6%;
  left: -7%;
  transform: rotate(-21deg);
}
.hero-container #el2017 {
  position: absolute;
  bottom: -1%;
  left: -2%;
  width: 30%;
  transform: rotate(2deg);
}
.hero-container #el2017 img {
  max-width: 100%;
}
.hero-container .text {
  background: #bfbfbf;
}
.hero-container .texts {
  color: black;
  max-width: 660px;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  transform: translateX(-50%);
  font-family: "Work Sans";
  left: 50%;
}
.hero-container .texts #h1 {
  font-size: 35px;
  position: relative;
}
.hero-container .texts #h2 {
  font-size: 25px;
  position: relative;
}
.hero-container .texts .info {
  margin-top: 20px;
  font-size: 22px;
  position: relative;
}
.hero-container .counter {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.hero-container .counter .num {
  width: 20px;
  height: auto;
  display: inline-block;
  background: #fff;
  border: 1px solid red;
  margin-left: 10px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hero-container #el2018 {
    width: 410px;
  }
  .hero-container .old .images img:nth-of-type(1) {
    height: 80px;
  }
  .hero-container .old .images img:nth-of-type(2) {
    height: 80px;
  }
  .hero-container .texts {
    max-width: 90%;
    width: 90%;
    bottom: 27%;
  }
  .hero-container #responsive {
    transform: rotate(-90deg);
    bottom: -15%;
  }
}

.header-hero .elementor-row > *:not(.old) {
  visibility: hidden;
}

body.loaded .header-hero .elementor-row > *:not(.old) {
  visibility: initial;
}

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