.news-page {
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
}

.news-page p,
.news-page li,
.news-page a {
    line-height: 24px;
    font-size: 16px
}

.news-page p {
    margin: 25px 0;
}

.news-page a {
    color: #227ab7;
    font-weight: bold;
}

.news-page img {
    width: 100%;
}

.news-page .date-author {
    font-size: 12px;
    margin-top: 10px;
}

.news-page .date-author a {
    color: #3b444f !important;
}

.news-page .date-author .date {
    color: #919191;
    text-transform: uppercase;
    margin-top: 5px;
}

.news-page .editor {
    width: 50px;
    margin-right: 5px;
}

.news-page .author {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
}

.news-page .author-social {

}

.news-page blockquote {
    background: #e9f4f7;
    border: 0;
    padding: 20px 20px !important;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.news-page blockquote p {
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.news-page .page-header {
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-page .page-header h1 {
    line-height: 50px;
    font-size: 42px;
    color: #3b444f;
}

.news-page .tags a {
    color: #fff;
    background: #2997b2;
    padding: 3px 8px;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 4px;
    transition: all 0.5s;
    white-space: nowrap;
}

.news-page .tags a:hover {
    background: #1E5F76;
    transition: all 0.5s;
}

.news-page .lead,
.news-page .lead > p,
.news-page .lead > a {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #3b444f;
}

.news-page .lead > a {
    text-decoration: underline;
}

.mfor_cikk_beuszo {
    width: 360px;
    right: 0;
    position: fixed;
    text-align: left;
    bottom: 0;
    z-index: 999;
    background: #2997b2;
    /*
    -webkit-box-shadow: 0px 0px 6px 0px #666;
    -moz-box-shadow: 0px 0px 6px 0px #666;
    box-shadow: 0px 0px 6px 0px #666;
    */
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_close {
    background: url(/mfor/images/close.png) no-repeat left top;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_content {
    display: block;
    margin: 12px;
    border-left: 4px solid #66b5c8;
    padding-left: 12px
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_content .beuszo_blokk {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_content .beuszo_blokk h4 {
    font-size: 13px;
    color: #fff;
    line-height: 15px;
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_content .beuszo_blokk .media-heading span {
    text-transform: uppercase;
    color: #66b5c8;
    font-size: 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.mfor_cikk_beuszo .mfor_cikk_beuszo_content p {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px #66b5c8 solid;
    padding-bottom: 6px;
}

.article_image {
    line-height: 1.4;
    text-align: right;
    font-size: 13px;
    margin: 30px;
    display: block;
}

.content_block {
    border: 0;
    padding: 0;
    text-align: center;
}

.content_block span {
    font-size: 13px;
    color: #555;
}

.content_block span a {
    font-size: 13px;
}

.content_block_left {
    float: left;
    margin: 5px 25px 5px 0;
    width: 40%;
}

.content_block_right {
    float: right;
    margin: 5px 0 5px 25px;
    width: 40%;
}

.content_block_center {
    margin: 0 auto 25px auto;
    width: 90%;
}

.banner_placer img {
    width: auto !important;
}

.related-news-block .related-news-block-header {
    background-color: #2997b2;
    color: #fff;
    text-align: left;
    line-height: 30px;
    padding: 5px 10px;
}
.related-news-block .media img {
    width: 150px !important;
}
.related-news-block .news_sub {
    margin-bottom: 1px !important;
}
.related-news-block p {
    font-size: 14px !important;
}


:root {
    --newsToolbarTransition: all .15s ease-out;
    --newsToolbarBorderColor: #212529;
}

.news-toolbar {
    position: sticky;
    top: 90px;
    left: 0;
    width: 40px;
    transform: translateX(calc(-100% - 25px));
    display: flex;
    flex-direction: column;
    z-index: 200;
    font-size: 16px;
    background: #fff;
    padding: 6px 5px 5px;
    border-bottom-left-radius: 22px;
    margin-bottom: -166px;
}

.news-toolbar.klub {
    margin-bottom: -215px;
}

.news-toolbar-item {
    width: 2.5em;
    height: 2.5em;
    padding: .5em;
    border: 1px solid var(--newsToolbarBorderColor);
    transition: var(--newsToolbarTransition);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -1px;
}

.news-toolbar-item::after {
    content: attr(data-title);
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 100%;
    white-space: nowrap;
    padding: 0 .5em;
    transition: var(--newsToolbarTransition);
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #fff;
    font-weight: normal;
    font-size: .875em;
}

.news-toolbar-reading-time::after {
    left: 50%;
}

.news-toolbar-item:hover::after {
    transform: rotateY(0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news-toolbar-reading-time:hover::after {
    left: 100%;
}
.news-toolbar-item path {
    transform: var(--newsToolbarTransition);
}

.news-toolbar-reading-time {
    border: 0;
    padding: 0;
    margin-top: .5em;
}

#readingTimeSvg {
    width: 100%;
    height: 100%;
    cursor: help;
}

.news-toolbar-facebook-share:hover,
.news-toolbar-facebook-share::after {
    color: #fff;
    background: #1877f2;
}

.news-toolbar-twitter-share:hover,
.news-toolbar-twitter-share::after {
    color: #fff;
    background: #14171a;
}

.news-toolbar-linkedin-share:hover,
.news-toolbar-linkedin-share::after {
    color: #fff;
    background: #0a66c2;
}

.news-toolbar-klasszis-gift:hover,
.news-toolbar-klasszis-gift::after {
    color: #fff;
    background: var(--klasszisPrimary);
}

.news-toolbar-facebook-share:hover path,
.news-toolbar-linkedin-share:hover path,
.news-toolbar-klasszis-gift:hover path,
.news-toolbar-twitter-share:hover path {
    fill: #fff;
}

.readingtime-svg {
    position: relative;
    z-index: 20;
}

.news-toolbar-reading-time::after {
    z-index: 15;
}

.news-toolbar-reading-time::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    transition: var(--newsToolbarTransition);
    background: #fff;
    opacity: 0;
}

.news-toolbar-reading-time:hover::before {
    opacity: 1;
    z-index: 20;
}

@media (max-width: 767px) {
    .news-toolbar {
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        top: calc(100% - 46px);
        height: 46px;
        transform: none;
        flex-direction: row;
        background: #fff;
        border-top: 1px solid var(--newsToolbarBorderColor);
        border-radius: 0;
        padding: 2px;
    }

    .news-toolbar.klub {
        margin-bottom: 0;
    }

    .news-toolbar-item {
        border: 0;
        margin: 2px;
    }

    .news-toolbar-item::after {
        display: none;
    }

    .news-toolbar-reading-time {
        margin-left: auto;
    }

    .news-toolbar-item:not(:first-child) {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

#zephrGiftModalv2 .btn {
    background-color: #4296b1;
    border-color: #4296b1;
    color: #fff;
}

.external-feed-box {
    margin-bottom: 20px;
}

.external-feed-box .title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.625;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.external-feed-box .external-feed-box-link,
.external-feed-box .external-feed-box-datetime {
    font-size: 14px;
    line-height: 1.42;
}

.external-feed-box .ingatlantajolo-hirdetes-lista {
}

.external-feed-box .ingatlantajolo-hirdetes {
    width: 50%;
    font-size: 14px;
    line-height: 1.42;
}

.external-feed-box .ingatlantajolo-link {
    font-size: 14px;
    line-height: 1.42;
}


.livefeed-item {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
}

.livefeed-item.highlight {
    animation: fade-in 2s 1 ease-out;
}

.livefeed-item-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.livefeed-item-title a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.highlight .livefeed-item-title {
    animation: 10s highlight-color 1 ease-out;
}

.livefeed-item:first-child {
    border-top: 0 none;
}

.livefeed-item-datetime {
    color: #8d9195;
    font-size: 14px;
}

.livefeed-sync-icon {
    opacity: .75;
    transition: .2s all ease-out;
}

.livefeed-sync-icon.spin {
    animation: spin 2s 1 ease;
}

.livefeed-new-item-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    padding: .35rem .75rem;
    text-align: center;
    transition: all .35s ease-in-out;
    z-index: 1030;
    border-radius: 0;
}

.livefeed-item p {
    margin-top: 0;
    margin-bottom: 12px;
}

:root {
    scroll-behavior: smooth;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes highlight-color {
    0% {
        color: #2a7ebb;
    }

    92% {
        color: #2a7ebb;
    }

    100% {
        color: #212529;
    }
}

@keyframes highlight-color {
    0% {
        color: #2a7ebb;
    }

    92% {
        color: #2a7ebb;
    }

    100% {
        color: #212529;
    }
}

.content_block {
    border: 3px solid #f2f5fb;
    padding: 10px;
}

.content_block.block_16,
.content_block.block_15 {
    background: #fff url("../../assets/klasszis/images/bg-klasszis-infoblokk.png") bottom left no-repeat;
    border-color: var(--klasszisPrimary);

    blockquote {
        border-left: none;
        padding: 0 !important;
        margin: 1rem !important;
        background: none;
    }

    a {
        border-bottom-color: transparent !important;
        color: var(--klasszisPrimary) !important;
        transition-duration: .1s;
    }

    a:hover {
        background-color: var(--klasszisPrimary) !important;
        border-bottom-color: var(--klasszisPrimary) !important;
        color: #fff !important;
    }
}

.content_block.block_17 {
    border: 0 none;
    padding: 0;
}