body, html{
    max-width: 100vw;
    overflow-x: hidden;
}
.blockOuter{
    width: 100%;
    margin: 50px 0;
}
.egymasMelle{
    display: flex;
}
.egymasMelle > div:first-of-type{
    margin-right: 30px;
    flex: 1;
}
.intro p, .blockOuter p{
    font-size: 22px;
    line-height: 1.4em;
}
.viewPage  .textContainer{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.viewPage h2{
    text-align: center;
    width: 100%;
    font-size: 37px;
    font-weight: normal;
    margin: 0px auto;
    margin-bottom: 30px;
    line-height: normal;
    font-family: 'Monteserrat',sans-serif;
    
}
.viewPage h2:after{
    content: '';
    width: 89px;
    margin: 20px auto;
    height: 4px;
    background: #71aa37;
    display: block;
}
.viewPage article h2{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    font-size: 23px;
}
.viewPage article h2 a{
    font-size: 23px;
    line-height: normal;
}
.viewPage article p{
        font-family: 'Montserrat',sans-serif;
    color: rgba(21,21,21,.7);
    font-size: 15px;
}
.viewPage article h2:after{
    display: none;
}

.horgonyok{
    display: flex;
    flex-direction: column;
}
.cikkek{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.cikkek article, .cikkek .placeholder{
    width: 30%;
    max-width: 30%;
}
.cikkek .placeholder{
    height: 0;
}
.horgonyok a{
    color: #71aa37;
    font-size: 22px;
    line-height: 1.6em;
}
.blocktype3 .egymasMelle{
    justify-content: center;
    align-items: center;
}
.blocktype3 .blockInner{
    padding: 38px 35px 38px 35px;
}
.blocktype3{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.ctaGomb{
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin-left: 0;
    display: inline-block;
    margin-top: 10px;
}

.blocktype2 {
    background-color: #f4f4f4;
    padding: 20px;
}

@media screen and (max-width: 740px){
    .egymasMelle{
        flex-direction: column;
    }
    .egymasMelle > div:first-of-type{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blockInner img{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    .blockOuter{
        margin: 30px 0;
    }
    .cikkek{
        align-items: flex-start;
        flex-direction: column;
    }
    .cikkek article{
        width: 100%;
        max-width: 100%;
    }
    .intro p, .blockOuter p, .cikkek a, .horgonyok a{
        font-size: 18px;
    }
    .viewPage h2 {
        font-size: 28px;
    }
}