.normal.cikk.lista {
    margin-bottom: 25px;
}

.normal.cikk.lista .head {
    background-color: #67BFFF;
    height: 100px;
    margin-bottom: 3px;
}

.normal.cikk.lista h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 37px;
    color: #060000;
    margin: 0;
    padding-top: 1px;
    border-bottom: 1px solid #060000;
    text-transform: uppercase;
}

.ie .normal.cikk.lista h1 {
    line-height: 35px;
    padding-top: 0px;
}

.normal.cikk.lista h1 span {
    display: inline-block;
    width: 9px;
    height: 1px;
}

.normal.cikk.lista h1 .extend {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 18px;
}

.normal.cikk.lista .cont {
    padding: 0;
    border-bottom: 1px solid #67BFFF;
    border-right: 1px solid #67BFFF;
}

.normal.cikk.lista .cont.box-border-top {
    border-top: 1px solid #67BFFF;
}

.normal.cikk.lista article {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    border-bottom: 1px solid #67BFFF;
    position: relative;
}

.normal.cikk.lista > .cont > article:last-of-type {
    border-bottom: none;
}

.normal.cikk.lista .image {
    text-align: center;
}

.normal.cikk.lista img {
}

.normal.cikk.lista .cont .text {
    padding-left: 25px;
    overflow: hidden;
}

.normal.cikk.lista h2 {
    margin: -4px 0 0 0;
}

.normal.cikk.lista h2 a {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #060000;
}

.normal.cikk.lista .icons {
    margin: 5px 0;
}

.normal.cikk.lista .icons i {
    font-size: 14px;
    line-height: 30px;
    color: #EF4923;
}

.normal.cikk.lista .lead {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #060000;
}

.normal.cikk.lista .infos {
    margin: 5px 0 -5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 24px;
}

.normal.cikk.lista .infos i {
    color: #ed1c24;
    font-size: 10px;
}

.normal.cikk.lista .szerzo {
    color: #7c9592;
}

.normal.cikk.lista .datum {
    color: #060000;
}

.normal.cikk.lista article.kiemelt {
    padding: 0 0 25px 0;
}

.normal.cikk.lista article.kiemelt .image {
    margin-top: 25px;
}

.normal.cikk.lista article.kiemelt h2 {
    background: #67BFFF;
    padding: 25px 95px 25px 25px;
}

/* responsive */
@media (min-width: 300px) {
    .normal.cikk.lista article.kiemelt .lead {
        padding-right: 25px;
    }
    .normal.cikk.lista .image-wrapper {
        padding-right: 25px;
    }
}

@media (min-width: 490px) {
    .normal.cikk.lista article.kiemelt .lead {
        padding-right: 95px;
    }
    .normal.cikk.lista .image-wrapper {
        padding-right: 95px;
    }
}