/* A hírek megjelenését igazítja ki a főoldalon */

.view-content img {
width: 40% !important;
float: left;
margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .view-content img {
    width: 100% !important;
    float: none;
    }
}

.block-title {
    font-size: 36px;
}


.last-modified {
    display:none;
}

.node-readmore.first.last {
    background-color: rgb(168, 175, 179); 
    border: none; 
    color: white; 
    padding: 5px 10px; 
    text-align: center; 
    text-decoration: none; 
    text-transform: uppercase;  
    display: inline-block; 
    letter-spacing: 2px; 
    border-radius: 12px; 
    cursor: pointer;
    margin-top: 0.6em;
}

.node-readmore.first.last:hover {
    background-color: rgb(51, 122, 183);
}

.node-readmore.first.last a:hover {
    text-decoration: none;
}

.node-readmore.first.last a {
    color:white !important;
}

h2 {
    font-size: 24px;
}

.maincontainer {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
}

.mainimg img {
    max-width: 100%;
    padding: 10px 0px;
}

.maintext {
    padding: 10px 10px 10px 0px;
}

.mainimg {
    max-width: 40%;
}

@media only screen and (max-width: 670px) {
    .mainimg {
    max-width: 100%;
    }
}
