.news-boxs {
    display: flex;
    flex-flow: wrap;
    margin: 40px -10px;
}
.news-boxs-title {
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: solid 1px #ff3c3c;

}
.news-box  {
    width: 33.3%;
    padding: 10px;
}
.news-box-link {
    text-decoration: none;
    color: #323232;
}
.news-box-link:hover {
    color:#ff3c3c;
    
}

.news-box-title {
    display: block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;

}
.news-box-txt {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}
.sharing {
    padding: 20px 0;

}
.sharing-title {
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #ff3c3c;
}
.sharing-button {
    display: inline-block;
    margin: 10px 10px 10px 0;
}
.newsletter-title {
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #ff3c3c;
}
.form-row {
    display: flex;
    flex-flow: wrap;
    margin: 10px -10px;
    justify-content: center;
}
.form-group {
    flex-basis: 50%;
    padding: 10px;
}
.form-selector {
    max-width: 100%;
    flex-basis: 100%;

 /*   order: 5;*/
}
.form-selector-text a {color: #ff3c3c; text-decoration: none; }
.form-submit{
    max-width: 250px;
}
.form-input { border: 1px solid #c9c9c9; background: #fff; height: 40px; width: 100%; line-height: 38px; padding: 0 10px; }
.newsletter-btn { width: 100%; max-width: 250px; min-height: 40px; line-height: 40px; display: inline-block; border-radius: 20px; text-align: center; background-color: #ed1d25; color: #fff; text-decoration: none; font-family: 'encode-semibold'; font-size: 16px;  transition: all .1s; }

.cikk_sa .half-r.form-error {
    width: auto;
    padding-top: 5px;
    margin-top: 4px;
}
.cikk_sa .js-msg {
    color: #ff3c3c;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;

    
}

@media only screen and (max-width: 960px) {
    .news-box  {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .news-box  {
        width: 100%;
    }
    .form-group {
        flex-basis: 100%;
    }
    .form-selector {
        flex-basis: 100%;
    
      /*  order: unset;*/
    }
}
