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;
  }

.fooldal__doboz{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 5px white;
    padding: 5px;
    background: white;
    margin:4px;
    float:left;
}

.fooldal__lapszam {
    width: 60%;

}
.fooldal__lapszam img {
    width: 100%;
}

.fooldal__kisdoboz {
    width: calc( 400px - 16px );
}

.fooldal__friss {
    background: brown;
}

.doboz__cim {
    background: rgba(0, 0, 0, 0.42);
    text-align: center;
    margin-top: -4px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.fooldal__statisztika {
    background: darkcyan;
}

.fooldal__archiv {
    background: #999999;
}

.fooldal__kep {
    background: #fdcf6d;
}