.news-overview-first-block {
    padding: 60px 0 100px;
}
.news-overviews-first-block-content span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.news-overviews-first-block-content h2 {
    padding-bottom: 15px;
}
.news-overviews-first-block-content h2 > a{
    color: #000;
    transition: .5s;
}
.news-overviews-first-block-content h2 > a:hover{
    color: #EB7115;
}
.two-box-img-block h3 a {
    color: #000;
    transition: .5s;
}
.two-box-img-block h3 a:hover{
    color: #EB7115;
}
.news-overview-first-block-row {
    display: flex;
    align-items: center;
}
.news-overviews-first-block-content {
    width: 493px;
}
.news-overviews-first-block-img {
    width: calc(100% - 515px);
    position: relative;
    padding-bottom: 36%;
    margin-left: 22px;
}
.news-overviews-first-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}
.load-more-wrap {
    text-align: center;
    display: none;
}
.load-more-wrap.mehr-news-btn{
    display: block;
}
.load-more-wrap button.load-more-news {
    background: transparent;
    padding: 0;
    border: 0;
    color: #161729;
    font-weight: 700;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    display: inline-block;
    transition: .5s;
}
.load-more-wrap button.load-more-news:hover{
    color: #EB7115;
}
.load-more-wrap button.load-more-news::after {
    content: "";
    display: block;
    background-image: url('https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/mehr-news.svg');
    background-repeat: no-repeat;
    width: 8px;
    height: 15px;
    background-size: contain;
    position: absolute;
    top: 1.8px;
    right: 0;
}
.load-more-wrap button.load-more-news:hover::after{
    background-image: url('https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/orange-hover.svg');
}

/* section-2 */
.two-box-img {
    padding-bottom: 60px;
}
.two-box-img:last-child {
    padding-bottom: 40px;
}
.two-box-inner-img {
    position: relative;
    margin-bottom: 18px;
}
.two-box-img-block h3 {
    padding-bottom: 10px;
}
.two-box-img-block {
    width: 48.4%;
}
.two-box-img-row {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}
.two-box-inner-img {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 67.81%;
}
.two-box-inner-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.two-box-inner-content {
    padding-left: 25px;
}

/* section-3 */
.four-box-inner-img {
    margin-bottom: 10px;
}
.four-box-inner-content h5 {
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.four-box-inner-content h5 a{
    color: #000000;
    transition: .5s;
}
.four-box-inner-content h5 a:hover{
    color: #EB7115;
}
.four-box-img-row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 20px;
}
.four-box-img-block {
    width: 23.7%;
}
.four-box-inner-img {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 71%;
}
.four-box-inner-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: 100% 70%;
}
.four-box-inner-content {
    padding-left: 10px;
}
.four-box-mehr-btn a.btns {
    font-size: 16px;
    color: #161729;
    text-transform: unset;
    padding: 0;
    position: relative;
}
.four-box-mehr-btn a.btns::after {
    content: "";
    display: block;
    background-image: url("https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/mehr-news.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.four-box-mehr-btn {
    text-align: center;
}
.news-overview-first-block.switch .news-overview-first-block-row {
    flex-direction: row-reverse;
}
.news-overview-first-block.switch .news-overview-first-block-row .news-overviews-first-block-img {
    margin: 0;
    margin-right: 47px;
}
.four-box-mehr-btn.multiple-mehr-btn {
    padding-top: 50px;
}
.page-id-322 .jetzt-atkie{
    padding-top: 64px;
}
.load-more-wrap button.load-more-news:focus-visible {
    outline: 0;
}
.news-grid-1.grid-mob {
    display: none;
}
.grid-mob {
    display: none;
}
@media only screen and (max-width: 1199px){
    .two-box-img-block {
        width: 48%;
    }
    .four-box-img-block {
        width: 32%;
    }
}

@media only screen and (max-width: 991px){
    .news-overviews-first-block-img {
        width: calc(100% - 322px);
    }
    .news-overviews-first-block-content {
        width: 300px;
    }
    .two-box-img-block {
        width: 47.4%;
    }
    .four-box-img-block {
        width: 31.5%;
    }
    .news-overview-first-block.switch .news-overview-first-block-row .news-overviews-first-block-img {
        margin-right: 22px;
    }
}   

@media only screen and (max-width: 767px){
    .news-overview-first-block .container,
    .two-box-img .container,
    .four-box-img .container {
        padding: 0 36px;
    }
    .news-overview-first-block-row {
        flex-direction: column;
        border-bottom: 1px solid #000000;
        padding-bottom: 45px;
    }
    .news-overviews-first-block-content {
        width: 100%;
        padding-bottom: 40px;
    }
    .news-overviews-first-block-img {
        padding-bottom: 123%;
        margin-left: 0;
        width: 100%;
    }
    .news-overviews-first-block-content p {
        font-size: 16px;
    }
    .news-overview-first-block {
        padding: 43px 0 45px;
    }
    .news-overviews-first-block-content h2{
        font-size: 32px;
    }
    .two-box-img-block {
        width: 100%;
    }
    .two-box-inner-content {
        padding-left: 0;
    }
    .load-more-wrap {
        padding-top: 20px;
    }
    .four-box-img-row {
        flex-direction: column;
        padding-bottom: 0;
    }
    .four-box-img-block {
        width: 100%;
    }
    .four-box-inner-img {
        padding-bottom: 66.5%;
    }
    .four-box-inner-content p {
        font-size: 16px;
        line-height: normal;
    }
    .four-box-inner-content h5 {
        font-size: 22px;
        line-height: normal;
    }
    .four-box-img {
        padding-bottom: 0;
    }
    .main-four-box-row {
        border-bottom: 1px solid #000000;
        padding-bottom: 43px;
    }
    .four-box-mehr-btn a.btns::after {
        transform: translate(50%, 0) rotate(90deg);
    }
    .news-overview-first-block.switch .news-overview-first-block-row {
        flex-direction: column;
    }
    .news-overview-first-block.switch .news-overview-first-block-row .news-overviews-first-block-img {
        margin: 0;
        margin-right: 0;
    }
    .news-overview-first-block.switch .news-overview-first-block-row .news-overviews-first-block-img img {
        object-position: 65% 100%;
    }
    .two-box-img {
        padding-bottom: 40px;
    }
    .two-box-img:last-child {
        padding-bottom: 0;
    }
    .news-grid.two-column .news-overview-first-block-row {
        border-top: 1px solid #000;
        padding-top: 43px;
    }
    .page-id-322 .jetzt-atkie-row {
        margin-top: 45px;
        border-top: 1px solid;
        padding-top: 45px;
    }
    .two-box-img-block h3 {
        font-size: 22px;
    }
    .four-box-inner-content h5 {
        overflow: visible;
        white-space: unset;
    }
    .page-id-322 .jetzt-atkie {
        padding-top: 0;
    }

    .news-grid-1.grid-mob {
        display: block;
    }
    .news-grid {
        display: none;
    }


    .news-overview-first-block-mobile-media .container,
    .two-box-img-mobile .container{
        padding: 0 36px;
    }

    .news-overview-first-block-mobile{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .news-overviews-first-block-content-mobile{
        width: 100%;
        padding-bottom: 40px;
    }
    .news-overviews-first-block-content-mobile span {
        font-size: 15px;
        font-weight: 700;
        color: #000000;
        padding-bottom: 5px;
        display: inline-block;
        text-transform: uppercase;
    }
    .news-overviews-first-block-content-mobile h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .news-overviews-first-block-content-mobile h2 a{
        color: #000;
    }
    .news-overviews-first-block-content-mobile p {
        font-size: 16px;
    }
    .news-overviews-first-block-img-mobile{
        padding-bottom: 123%;
        margin-left: 0;
        width: 100%;
        position: relative;
    }
    .news-overviews-first-block-img-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
    }
    .news-overview-first-block-mobile {
        padding: 43px 0 45px;
        border-bottom: 1px solid #000;
        margin-bottom: 45px;
    }
    .two-box-img-row-mobile{
        display: flex;
        flex-wrap: wrap;
        gap: 34px;
    }
    .two-box-img-block-mobile{
        width: 100%;
    }
    .two-box-inner-img-mobile{
        position: relative;
        margin-bottom: 18px;
        padding-bottom: 67.81%;
    }
    .two-box-inner-img-mobile img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    .two-box-inner-content-mobile{
        padding-left: 0;
    }
    .two-box-img-block-mobile h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .two-box-img-mobile {
        padding-bottom: 25px;
    }
    .two-box-img-mobile:last-child {
        padding-bottom: 0;
    }
    .two-box-img-block-mobile h3 a{
        color: #000;
    }
    .news-grid-1.grid-mob .news-overview-first-block-mobile {
        border-top: 1px solid #000;
        margin-top: 45px;
    }
    .grid-mob {
        display: block;
    }
    .load-more-wrap.mehr-news-btn{
        display: none;
    }
    .load-more-wrap{
        display: block;
    }
    
}