body{
    background: #014282;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    z-index: 0;
}

.fejlec {
    width: 100%;
    z-index: 1;
}
.fejlec__kep {
    width: 100%;
    z-index: 1;
}
.torzs {
    width:80%;
    padding-right: 10%;
    padding-left: 10%;
}

.lablec {
    text-align: center;
}

.menu {
    margin-top:-5vw;
    font-weight: 700;
    z-index: 100;
    position: relative;

}

.menu__lista {
width: 100%;
    list-style: none;
    font-size: 1.8vw;
}

.menu__lista li {
    width:20%;
    float: left;
}

.menu__lista li a {
    text-decoration: none;
    color:#fff;
}.menu__lista li a:hover {
     text-decoration: none;
     color:#fff;
 }.menu__lista li a:visited {
      text-decoration: none;
      color:#fff;
  }