*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root{
  --sky-green:#49D6B7;
  --d-blue:#072849;
  --gray-f:background: rgba(85, 85, 85, 1);
  --blue-f:rgba(22, 45, 99, 0.85);
  --bold-font:900;

}
.umr-container{
  width: 90%;
  max-width: 1480px;
  margin: auto;
}

h1,h2,h3,h4,h5{
  font-family: 'Roboto', sans-serif;
}

.logoHL{
  width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner{
  align-items: center;
}
.banr-txt{
  text-align: left;
}
.banr{
  padding-bottom: 200px;
}
.res img{
  border-radius: 30px;
}
.banr button{
  background-color: var(--sky-green);
  color: white;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 28px;
}

.umr-header{
  background-color: rgb(117, 116, 116);
  text-align: center;
  margin-bottom: 80px;
}
.umr-header h1{
  font-size: 45px;
  padding: 250px 0px 20px 0px;
}

.Einführung{
  text-align: center;
}
.Einführung h4{
  color: var(--d-blue);
  font-size: 20px;
  border-bottom: 1px solid var(--sky-green);
  width: 100%;
  max-width: 122px;
  margin: auto;
}
.Einführung h2{
  color: var(--blue-f);
  width: 100%;
  max-width: 913px;
  font-size: 37px;
  margin: auto;
  padding: 20px 0px;
}
.Einführung p{
  color: var(--gray-f);
  font-size: 19px;
}
.fst-col{
  padding-right: 80px;
}
.why-h1{
  color: var(--blue-f);
  font-size: 40px;
  font-weight: var(--bold-font);
}
.S-img img{
  width: 100%;
  border-radius: 30px
}
.why-spn{
  color: var(--sky-green);
}
.why-p{
  max-width: 600px;
  color: var(--gray-f);
  padding: 20px 0px;
}
.tick{
  background: #49D6B7;
    max-width: 28px;
    padding: 4px;
    border-radius: 50px;
    margin: 3px 7px 0 0;
}
.reverse{
  align-items: center;
}
.bullet{
  width: 100px;
}
.svg{
  position: relative;
  top: 6px;
}
.path{
  position: absolute;
  left: 0;
}
.bult-p{
  padding-left: 12px;
  font-weight: 600;
}
.why-img{
text-align: center;
}
.additional{
  align-items: center;
}
.nmbr h5{
  margin-top: 2px;
  margin-right: 6px;
  background:var(--sky-green);
  color: white;
  padding: 3px 10px;
  border-radius: 50%;

}
.allPoint{
  position: relative;
}
.allPoint::before{
   content: "";
    display: block !important;
    height: 100%;
    width: 2px;
    background: var(--sky-green);
    position: absolute;
    left: 13px;
    z-index: -1;
    top: 3px;
}
.cta{
  background-image: url(./cta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-content h1,h5{
  text-align: center;
  color: white !important;
}
.cta-content{
  text-align: center;
  padding: 180px 0px;
}
.cta-content h1{
  font-size: 50px;
}
.cta-content h5{
  font-size: 22px;
  max-width: 730px;
    margin: auto;
    padding-top: 20px;
}
.cta button{
  background-color: var(--sky-green);
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 28px;
}

.footer{
  color: white;
  padding-bottom: 50px;
}
.footer p{
  padding-top: 50px;
  text-align: center;
}
/* .footrlogo{
  margin-left: auto;
} */
.end{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.end-h6{
  color: white;
  padding-left: 3px;
  font-size: 17px;
}
.end h3{
  color: white;
  font-size: 13px;
  font-weight: 100;
}
.link a{
  color: white;
}
.cntrLnk{
   padding: 0 40px;
  }
  .footer hr{
    margin: 15px 0px;
  }




@media screen and (max-width: 820px) {
  .umr-header h1{
    font-size: 32px;
    padding: 50px 10px 15px 10px;
    line-height: 1.5;
  }
  .res{
    padding-bottom: 50px;
  }
  .banr{
    padding-bottom: 50px;
  }
  .Einführung h2{
    font-size: 22px;
    padding: 20px 10px;
  }
  .Einführung p{
    font-size: 14px;
    padding: 0px 10px;
  }
  .reverse{
    flex-wrap: wrap-reverse;
  }
  .why-img{  padding-bottom: 20px;  }
  .fst-col{
    padding-right: 0px;
  }
  .why-h1{
    font-size: 30px;
  }
  .cta-content h1 {
    font-size: 24px;
}
.cta-content h5 {
  font-size: 17px;
}
.cta-content {
  padding: 120px 0px;
}
.end{
  display: block;
}
.link{ 
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cntrLnk{
  display: block;
}
.scnd-img{
  padding-top: 15px;
}
.end h3{
  text-align: center;
}
}


@media screen and (max-width: 1540px) {
  .umr-header h1{
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .umr-header h1{
    font-size: 22px;
  }
  .banr button{
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .umr-header h1{
    font-size: 16px;
  }
}