html, body, div, span, object, iframe, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

*, :before, :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0
}

/*
@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Thin.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Extralight.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Light.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Regular.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Bold.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Medium.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('../fonts/graphic/GraphikLCG-Semibold.woff2') format('woff2'),
        url('../fonts/graphic/GraphikLCG-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/* 
@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Black.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Bold.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Medium.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Regular.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Light.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../fonts/aeonik/AeonikPro-Thin.woff2') format('woff2'),
        url('../fonts/aeonik/AeonikPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-display: swap;
    font-family: 'Arial', sans-serif;
    outline: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: kern 1;
    font-feature-settings: kern 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

:root {
    --col-width: calc(min(100vw, var(--maxgridrow)) / 26);
    --darkblue: #1B2942;
    --lightblue: #7096CF;
    --neablue: #1C4182;
    --red: #b50021;
    --white: #FFFFFF;
    --lightred: #b50021;
    --bgnea: #E9F1F1;
    --maxgridrow: 1560px;
    --sans-serif: 'Inter', Arial, sans-serif;
}


@media screen and (max-width: 1540px) {
    :root {
        --maxgridrow: calc(100vw - 40px)
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --maxgridrow: calc(100vw)
    }
}

em {
    font-style: italic
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.hover-underline:hover {
    text-decoration: underline;
    color: initial
}

.maxgridrow {
    max-width: var(--maxgridrow);
    margin: 0 auto;
    padding: 0 10px;
    width: 100%
}

.taneagr {
    /* background-color:var(--bgnea); */
    background-color: white;
    font-family: var(--sans-serif);
    font-weight: 400;
    overflow-x: clip
}

.uppercase {
    text-transform: uppercase
}

.thumb-holder {
    background-color: #DDDDDD;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    position: relative;
    min-height: 75px;
    overflow: hidden
}



.thumb-holder .imagefit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.thumb-holder.vertical-thumb .imagefit {
    object-position: center;
    object-fit: contain
}

.no_image .imagefit {
    object-position: center
}

.o-head {
    margin: 0;
    font-weight: normal;
    line-height: 1.15
}

.is-size-0 {
    font-size: 40px
}

.is-size-1 {
    font-size: 30px
}

.is-size-2 {
    font-size: 25px
}

.is-size-3 {
    font-size: 21px
}

.is-size-normal {
    font-size: 17px
}

.is-size-4 {
    font-size: 14px
}

.is-size-5 {
    font-size: 12px
}

.is-bold {
    font-weight: 700
}

.is-semibold {
    font-weight: 600
}

.is-medium {
    font-weight: 500
}

.is-regular {
    font-weight: 400
}

.is-light {
    font-weight: 400
}


@media screen and (min-width: 1024px) {
    .is-size-3-desktop {
        font-size: 21px
    }

    .is-bold-desktop {
        font-weight: 700
    }

    .is-size-4-desktop {
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .is-size-normal-touch {
        font-size: 17px
    }

    .is-semibold-touch {
        font-weight: 600
    }

    .is-size-4-touch {
        font-size: 14px
    }

    .is-size-5-touch {
        font-size: 12.5px
    }
}

@media screen and (max-width: 667px) {
    .is-size-3 {
        font-size: 19px
    }

    .is-size-2-touch {
        font-size: 25px
    }
}


.is-lightred {
    color: var(--lightred)
}

.is-red {
    color: var(--red)
}

.is-darkblue {
    color: var(--darkblue)
}

.is-lightblue {
    color: var(--lightblue)
}

.is-neablue {
    color: var(--neablue)
}

.is-whitecolor {
    color: #FFFFFF
}

.minus-left-20 {
    margin-left: -20px
}

.minus-right-20 {
    margin-right: -20px
}

.empty-space {
    width: 60px
}

.empty-space-40 {
    width: 40px
}

.text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    clear: both;
}

/* NORMAL */
/* .normal_4 article, .normal_6 article {margin-right: -15.4px}
.normal_7 article, .normal_5 article {margin-left: -15.4px}
.normal_8 article, .normal_9 article {margin-left: -15.4px} */

.grid-sidebar {
    margin-left: -20px;
    width: 300px
}

.top-sidebar {
    width: 300px;
}

.is-some-sixty {
    width: calc(60% - var(--col-width) - 15px);
    flex: none
}


#identity_tanea .tanea--logo {
    justify-self: center;
}


.tanea--logo {
    text-align: center;
    display: block;
    line-height: 0;
    margin-inline: auto;
    max-width: 230px;
}

.tanea--logo img {
    max-width: 180px;
}

@media screen and (max-width: 767px) {
    .tanea--logo img {
        max-width: 170px;
    }
}

/* .taneagr:not(.home, .taneaprint) .tanea--logo {
    max-width: 160px;
} */


.tanea-button {
    -webkit-appearance: none;
    border: none;
    -moz-appearance: none;
    display: block;
    font-size: 17px;
    line-height: 37px;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
    background-color: var(--neablue);
    border-radius: 25px;
    display: flex;
    width: auto;
    height: 43px;
    align-items: center;
    padding-inline: 20px;
    justify-content: space-between;
    min-width: 180px;
}

.tanea-button span {
    margin-left: 20px;
}

.tanea-button:hover {
    cursor: pointer;
    background-color: var(--darkblue)
}

/* HEADER FLEX */
.fulldate {
    font-size: 15px;
    line-height: 19px;
    color: var(--neablue);
    font-weight: 500
}

.mainsite-header {
    margin-bottom: 0;
    background-color:#FFFFFF;
    margin-top: 0
}

.inner-main-header {
    padding-top: 1.5rem
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-flex .header-list, .header-flex .member-list {
    display: flex;
    align-items: center
}

.header-flex .header-list li, .header-flex .member-list li {
    letter-spacing: -0.15px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: var(--neablue);
    padding-right: 8px
}

.header-flex .header-list li a, .header-flex .member-list li a {
    color: var(--neablue);
    text-decoration: none
}

.member-list li button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    color: var(--neablue);
    padding: 0;
    cursor: pointer
}

.header-flex .header-list li, .header-flex .member-list li {
    line-height: 24px;
    border-right: 1px solid var(--neablue);
    margin-right: 8px
}

.header-flex .header-list li:last-child, .header-flex .member-list li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0
}

.member-list {
    justify-content: flex-end
}

.header-flex .header-list li a:hover, .header-flex .member-list li a:hover, .header-flex .member-list li button:hover {
    text-decoration: underline
}


@media (max-width: 1023px) {
    .sticky-header {
        display: none !important;
    }

    #mainsite-header,
    #identity_tanea {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: white;
    }
}


/* #seach-button img {margin-right: 9px;margin-top:8px;} */
/* #seach-button {cursor: pointer;display: flex;align-items: center;position:relative;z-index:99;justify-content:flex-end} */
/* .column.is-one-third-desktop.wrap-search-area.is-hidden-touch{justify-items: flex-end;margin-bottom:5px;height: 40px;} */
.seach-button {
    cursor: pointer;
    float: right;
}

/*SEARCH BAR*/
#search-bar {
    margin-top: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    position: absolute;
    display: flex;
    justify-content: center;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: padding 0.4s ease, max-height 0.4s ease;
    padding: 0 1rem;
}

#search-bar .field {
    font-family: inherit;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    flex: 1;
    padding: 5px 10px;
}

#search-bar #searchform {
    width: var(--maxgridrow);
    display: flex;
}

#search-bar.open {
    border-top: 0.5px solid #1c41821c;
    border-bottom: 0.5px solid #1c41821c;
    background: white;
    font-family: inherit;
    max-height: 100px;
    padding: 1rem;
}

#search-bar #searchsubmit {
    font-weight: 700;
    color: var(--neablue);
    text-transform: uppercase;
    font-family: inherit;
    border: 0.5px solid var(--neablue);
    border-radius: 20px;
    padding: 7px 15px;
    background: white;
    cursor: pointer;
}

#search-bar #searchsubmit:hover {
    background: var(--lightblue);
}

/*MENU ITEM HOVER*/
.topmenu .menu-item a {
    position: relative;
    display: inline-block;
}

.topmenu .menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    background-color: currentColor;
    bottom: 4px;
    width: 100%;
    height: 1.5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.topmenu .menu-item a:hover::after {
    Transform: scaleX(1);
    height: 2px;
}


.search-area {
    display: none
}

.search-area.visible {
    display: block;
    width: 150px;
    z-index: 98;
    position: absolute;
    right: 0;
    top: 0
}

.member-list li button {
    display: flex;
    align-items: center
}

.member-list li button .dashicons {
    font-size: 14px;
    line-height: 1;
    height: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.logo-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--neablue);
    margin-top: 1rem;
    opacity: 0.1;
}

.wrap__topmenu {
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 0;
    /* border-top: 1px solid var(--neablue); */
}

.wrap__topmenu .topmenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap__topmenu .topmenu .menu-item {
    display: block;
    white-space: normal;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    padding: 0;
    border: none;
}

/* .wrap__topmenu .topmenu .menu-item:last-child a {
    color:#B50021;
} */
/* .wrap__topmenu .topmenu .menu-item:not(:last-child) {
    border-right: 1px solid var(--red);
}
.wrap__topmenu .topmenu .menu-item:last-child {
    background-color: #B50021;
    padding: 4px 8px;
    margin-left: 12px;
    font-style: italic;
} */

.wrap__topmenu .topmenu .menu-item a {
    color: var(--neablue);
    text-transform: uppercase;
    line-height: 40px;
    display: flex;
    padding: 0 4px;
}

.wrap__topmenu .topmenu .menu-item:last-child a {
    color: #B50021;
}

/* .wrap__topmenu .topmenu .menu-item:last-child a{color:#FFFFFF} */

.header-flex {
    justify-content: flex-end
}

.header-flex .social-row .social-items {
    display: flex;
    gap: 8px;
}

.header-flex .social-row .social-items .social-label {
    display: none
}

/* .header-flex .social-row .social-items li{
    padding: 2px;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: 2px solid var(--neablue);    
    margin-bottom:0;margin-left:10px
} */

.header-flex .social-row {
    border: 0;
    margin-left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.header-flex .social-row .social-items li {
    margin-bottom: 0
}

.header-flex .social-items li a {
    min-width: 32px;
    place-content: center;
}

/* .header-flex .social-items li a .social-icon {
    width: 20px;
    height: 20px;
    text-align: center;
} */

/* .header-flex .social-row {
    border-left: 1px solid var(--neablue);
    margin-left: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 5px;
} */

/* WEATHER */
.weather-flex {
    display: flex;
    align-items: center
}

.weather-flex .gem-temperature {
    white-space: nowrap;
    margin-left: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--neablue);
    font-weight: 300
}

.weather-ico {
    width: 24px;
    margin-left: 10px;
    margin-right: 8px
}

.weather-flex select {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: transparent;
    font-size: 12px;
    font-family: var(--sans-serif);
    font-weight: 600;
    line-height: 1.1;
    color: var(--neablue);
    padding: 0;
    margin: 0;
    max-width: 140px;
    background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5303 9.46967C18.8232 9.76256 18.8232 10.2374 18.5303 10.5303L12.5303 16.5303C12.2374 16.8232 11.7626 16.8232 11.4697 16.5303L5.46967 10.5303C5.17678 10.2374 5.17678 9.76256 5.46967 9.46967C5.76256 9.17678 6.23744 9.17678 6.53033 9.46967L12 14.9393L17.4697 9.46967C17.7626 9.17678 18.2374 9.17678 18.5303 9.46967Z" fill="%231c4182"></path></g></svg>');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.weather-i {
    margin-right: 1px;
    display: flex;
    align-items: center
}

.temp_range {
    display: flex;
    padding-left: 3px;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    color: var(--neablue);
    margin-top: 3px;
    border-top: 0.5px solid var(--neablue);
    padding-top: 5px;
}

.temp_range .tmin {
    border-right: 1px solid;
    padding-right: 5px;
    margin-right: 5px;
}


/* SIDEMENU */
.sidemenu-headline {
    line-height: 32px;
    letter-spacing: -.22px
}

.single .wrap-sidemenu {
    margin-left: calc(var(--col-width) - 20px);
    margin-top: 95px
}

.archive .wrap-sidemenu {
    margin-left: 0
}

.home .wrap-sidemenu,
.taneaprint .wrap-sidemenu {
    margin: 0;
    padding-left: calc(var(--col-width) - 20px)
}

.side-menu-headline {
    line-height: 1.1;
    letter-spacing: -0.22px
}

.wrap-sidemenu .primary-menu {
    margin-top: 2.6rem
}

.wrap-sidemenu .primary-menu .menu-item {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.1px;
    border-bottom: 0.5px solid #7b797a;
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem
}

.wrap-sidemenu .primary-menu .menu-item span,
.wrap-sidemenu .primary-menu .menu-item a {
    text-decoration: none;
    color: var(--neablue)
}

.wrap-sidemenu .primary-menu .submenu {
    margin-top: 2rem;
    display: none;
    transition: all 0.4s ease;
    padding-left: 10px
}

.wrap-sidemenu .primary-menu .submenu .menu-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.wrap-sidemenu .primary-menu .submenu .menu-item {
    border-bottom: none
}

.wrap-sidemenu .primary-menu .menu-item a:hover {
    color: var(--lightred)
}

/* SOCIAL HEADER */
.menu-item-w {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.smb {
    position: relative;
    cursor: pointer
}

.menu-item.active .submenu {
    display: block
}

.social-side {
    margin-top: 6rem
}

.social-items li {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.social-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.social-icon img {
    height: 100%
}

.social-items li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%
}

.social-items li a .social-label {
    letter-spacing: -.1px;
    font-size: 14px;
    color: var(--red);
    font-weight: 600;
    margin-left: 10px
}

.social-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-icon.twitter {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/twitter.svg');
}

.social-icon.facebook {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/facebook.svg');
}

.social-icon.youtube {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/youtube.svg');
}

.social-icon.linkedin {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/linkedin.svg');
}

.social-icon.tiktok {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/tiktok.svg');
}

.social-icon.instagram {
    background-image: url('/wp-content/themes/whsk_taneagr/common/imgs/instagram.svg');
}

/* RELATIVE BOX */
.relative-box {
    text-decoration: none
}

.wrap-postcategory {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.post-relative .post-description {
    margin-top: 20px
}

.post-relative .post-description p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: var(--darkblue);
    margin: 0
}

.equal-height .relative-box,
.equal-height .relative-box .post-relative {
    display: flex;
    flex-direction: column;
    height: 100%
}

.relative-box .post__meta {
    margin-top: 20px;
    line-height: 1;
    opacity: 0.8;
    display: flex;
    align-items: stretch;
    flex-direction: column
}

.equal-height .relative-box .post-relative .wrap-mask-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100% */
}

.normal_l_2 .post-relative .post-description {
    display: none
}

.normal_l_3 .wrap-thumb-holder, .normal_l_2 .wrap-thumb-holder, .normal_l_4 .wrap-thumb-holder, .normal_l_5 .wrap-thumb-holder, .normal_l_6 .wrap-thumb-holder {
    display: none
}

/* .normal_l_4, .normal_l_3, .normal_l_2 {padding-top: 0} */

/* .post-relative .mask-title-header {min-height: 105px} */
.relative-box:hover .o-head {
    text-decoration: underline
}

.row-box:hover .o-head {
    text-decoration: underline
}

.print_row_normal {
    /* margin-top:2rem; */
    background-color: #EAF1F1;
     margin-inline:0; 
    padding-inline: 20px;
    padding-block: 20px;
    /* margin-bottom: -30px; */
}

.print_row_normal .post-description,
.print_row_normal .wrap-thumb-holder {
    display: none
}

.print_row_normal .section-name-headline {
    padding-top: 10px
}


/* WIDGETS */
.aside-widget {
    position: relative;
    padding-top: 25px;
    clear: both;
    max-width: 300px;
    margin-bottom: 25px;
}

.aside-widget:first-child {
    padding-top: 0
}

.aside-widget .section-name-link {
    margin-bottom: 12px
}

.aside-widget > a.is-lightblue:last-child {
    margin: 0 auto;
    text-align: center;
    border: 1px solid var(--lightblue);
    padding: 12px;
    border-radius: 50px;
}

/* .entipo-image{padding-bottom:10px;border-bottom:1px solid var(--red)} */
.register-button {
    transition: all 0.3s ease;
    width: 100%;
    max-width: 175px;
    background-color: var(--darkblue);
    float: right;
    padding: 7px 12px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .register-button {
        justify-content: space-evenly;
    }
}

.layout-topnews .top-sidebar .aside-widget {
    height: 100%;
    margin-bottom: 0
}


/* POPHORIZONTAL */
.popitems {
    display: flex;
    flex-wrap: wrap
}

.pop-item {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 0.5px solid var(--neablue);
    align-items: flex-start;
    margin-bottom: 20px
}

.big-number {
    width: 40px;
    letter-spacing: -1.25px;
    font-size: 50px;
    line-height: 0.95;
    font-weight: 300;
    color: var(--red);
    text-align: right
}

.pop-item .hover-underline {
    width: calc(100% - 40px);
    padding-left: 20px
}

.pop-item .o-head {
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    clear: both;
}

/* MUST READ */
.brad-logo {
    display: block;
    border-bottom: 1px solid var(--lightblue);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.brad-logo a {
    display: flex;
    line-height: 0;
    height: 30px;
    align-items: flex-end;
}

.wrap-mustread-col .wrap-thumb-holder {
    margin-bottom: 20px;
}

.brad-logo a img {
    filter: invert(1);
    max-height: 100%;
}


/* FOOTER */

.is-white-color:focus, .is-white-color:hover, .is-white-color:visited {
    color: #fff
}

.site-footer {
    background-color: var(--darkblue);
    padding: 3rem 0 1rem 0;
    margin-top: 6rem
}

.footer-logo {
    line-height: 0;
    max-width: 300px
}

.footer-logo img {
    filter: grayscale(1) brightness(10)
}

.footer-menu {
    display: flex;
    justify-content: center;
    margin: -10px;
    flex-wrap: wrap
}

.footer-menu .wrap-menu-items {
    border: none;
    width: 25%;
    padding: 10px
}

.smbx {
    display: none
}

.footer-menu .wrap-menu-items .menu-item {
    font-size: 15px;
    line-height: 23px;
    display: block;
    font-weight: 400
}

.footer-menu .wrap-menu-items .menu-item-header {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff
}

.footer-menu .wrap-menu-items .menu-item a {
    color: #fff
}

.wrap-f-column {
    margin-bottom: 30px
}

.site-footer .social-items {
    display: flex;
    margin-top: 20px;
    padding-right: 20px;
}

.site-footer .social-items li {
    margin: 0;
    width: auto;
    margin-left: 30px
}

.site-footer .social-items li:first-child {
    margin-left: 0;
}

.site-footer .social-items li a {
    width: auto
}

.site-footer .social-items li .social-icon svg path {
    fill: var(--lightblue) !important
}

.site-footer .social-items li .social-label {
    color: #fff
}

.site-footer .social-items li .social-icon {
    width: 20px;
    height: 20px;
    display: flex;
}

.site-footer .social-items li .social-icon svg {
    width: 100%;
    height: 100%
}

.footer-sep {
    margin-bottom: 0;
    display: block
}

.is-desktop .footer-newsletter {
    padding: 0 !important
}

.is-mobile .footer-newsletter {
    padding: 0rem 0 5rem
}

.copyright-label {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.copyright-label a {
    line-height: 0;
    display: block;
    color: #FFF;
}

.tanea-card {
    font-size: 15px;
    color: #fff
}

.tanea-card h4 {
    margin: 0 0 8px 0;
}

/* .inner-card:not(:last-child){margin-bottom:5rem} */

.tanea-id {
    background-color: var(--lightblue);
    padding: 2rem 0;
    margin-top: 3rem
}

.tanea-id .block-id:not(:last-child) {
    margin-bottom: 20px
}

.tanea-id .block-id {
    font-size: 14px;
    line-height: 1.4;
}

.tanea-id.block-id p:last-child {
    margin-bottom: 0
}

.tanea-id .block-id strong {
    font-weight: 500
}


#mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap
}

.checbox-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 500
}

.checbox-flex a {
    color: var(--lightblue)
}

#mc_embed_signup {
    display: flex;
    justify-content: flex-end
}

#mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px
}

#mc_embed_signup_scroll #mce-EMAIL,
#mce-EMAIL-footer {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 50px;
    width: 70%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: none;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
    padding-left: 20px
}

#mc-embedded-subscribe {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 50px;
    width: 30%;
    border-top-right-radius: 25px;
    border: none;
    border-bottom-right-radius: 25px;
    background-color: var(--lightblue);
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    font-family: inherit
}

.checbox-flex #checkterms {
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #FFF;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 2px solid #fff;
}

.checbox-flex #checkterms:checked {
    background: var(--lightblue);
}

#mc-embedded-subscribe[disabled] {
    opacity: 0.6;
}

.site-footer #mc_embed_signup {
    justify-content: flex-start;
}

.site-footer .checbox-flex {
    justify-content: flex-start;
    padding-left: 10px;
}

#mce-EMAIL-footer {
    background-color: #0000002A;
    color: #fff;
    box-shadow: inset 0 0 5px #00000060;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


#mce-EMAIL-footer::placeholder {
    color: #fff;
    opacity: 0.5;
}


/* KIOSKI */
.aside-widget.kioski-widget {
    width: 100%;
    background: linear-gradient(180deg, #1b2942 0, #eaf1f1 100%);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    max-width: 300px;
    padding: 20px
}

.restricted-images {
    display: flex;
    align-items: flex-end
}

.aside-widget .restricted-images .front-image {
    position: relative;
    width: 200px;
    z-index: 1
}

.aside-widget .restricted-images .background-image {
    margin-left: -100px;
    z-index: 0;
    margin-bottom: -10px;
    width: 150px
}

.kioski-widget p {
    margin: 0 0 30px;
    font-size: 16px;
    color: #eaf1f1;
    line-height: 22px
}

.kioski-widget span {
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.aside-widget.kioski-widget .wrap-register-button {
    display: flex;
    justify-content: flex-end
}

.aside-widget.kioski-widget .section-name-link {
    margin-bottom: 20px
}


@media screen and (min-width: 1200px) {
    .has-text-right-desktop {
        text-align: right
    }

    .normal_l_3 .relative-box, .normal_l_2 .relative-box {
        height: 100%;
        display: flex;
        flex-direction: column
    }

    .normal_l_3 .post-relative, .normal_l_2 .post-relative {
        height: 100%;
    }

    .normal_l_3 .post-relative .wrap-mask-title, .normal_l_2 .post-relative .wrap-mask-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* height: 100% */
    }

    .normal-inner-flex-one .normal_l_3 .post-relative .wrap-mask-title,
    .normal-inner-flex-one .normal_l_2 .post-relative .wrap-mask-title {
        border-top: 0.5px solid var(--darkblue)
    }


}

.section-name {
    margin-bottom: 4px
}

.section-name-headline {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.ros-section {
    margin-bottom: 6rem
}

#Focustabs,
#burger-menu {
    display: none
}

div#burger-menu::-webkit-scrollbar {
    display: none;
}


/* SEARCH */
.search-area {
    border: 1px solid #1c4182;
    border-radius: 40px;
    background-color: #fff;
    height: 34px;
    margin-left: 15px;
    overflow: hidden
}

.burger-inner .wrap-sidemenu .wrap-search-area .search-area {
    display: block
}

.search-area #searchform {
    display: flex;
    height: 100%
}

.search-area #searchform #searchsubmit {
    -webkit-appearance: none;
    -ms-appeaarance: none;
    -moz-appearance: none;
    text-indent: -999999px;
    background: 0 0;
    padding: 0;
    width: 40px;
    border: none;
    border-left: 1px solid var(--neablue);
    background-image: url(/wp-content/themes/whsk_taneagr/common/imgs/search.svg);
    background-position: 40%;
    background-repeat: no-repeat;
}

.search-area #searchform label {
    display: none
}

.search-area #searchform input {
    width: 118px;
    -webkit-appearance: none;
    -ms-appeaarance: none;
    -moz-appearance: none;
    border: none;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--sans-serif);
    padding-inline: 15px
}

.search-area #searchform #searchsubmit:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

/* .wrap-search-area {
    width: 0;
    overflow: hidden;
} */
.wrap-search-area {
    width: auto;
    position: relative;
    overflow: inherit;
}

#seach-button:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* FOCUS TABS */
.focus_tabs, .latest_headline {
    display: flex;
    position: relative
}

.focus_tabs .tablinks, .latest_headline > div {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0 0 8px;
    background-color: transparent;
    border: none;
    font-family: var(--sans-serif);
    font-weight: 700;
    font-size: 20px;
    color: rgba(112, 150, 207, .4);
    margin-right: 15px;
    padding-right: 15px;
}

.focus_tabs .tablinks.active,
.latest_headline > div {
    color: var(--neablue)
}

.focus_tabs .tablinks:not(:last-child):after {
    content: "";
    border-right: 1px solid var(--lightblue);
    position: absolute;
    right: 0;
    bottom: 0;
    top: -5px
}

.focus_artcles li {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 28px;
    display: block
}

.focus_artcles li:first-child {
    margin-top: 10px;
}

.focus_artcles li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.focus_artcles li article a {
    color: var(--darkblue);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    display: block;
}

.focus_artcles li article a:hover {
    text-decoration: underline
}

/* .tabcontent{display:none} */
.focus_artcles .post__meta {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 100%
}

.focus_artcles article .wrap-mask-title > .post__meta {
    gap: 12px; margin-bottom: 4px;
}

.focus_artcles .post__meta div {
    display: block;
    line-height: 0;
    padding-right: 4px
}

.focus_artcles .post__meta .post__meta_time {
    font-size: 13px;
    line-height: 19px;
    color: var(--neablue);
    font-weight: 500
}

.sticky-banner {
    position: sticky;
    top: 20px;
    -webkit-position: sticky
}

/* .sticky-header {position: sticky;top: 0;z-index: 999;background: var(--bgnea);} */
.focus_artcles li .wrap-thumb-holder {
    width: 115px;
    padding-right: 15px
}

.focus_artcles li .wrap-mask-title {
    flex: 1
}

.latest_headline > div:before,
.focus_tabs .tablinks.active:before {
    content: "";
    background-color: var(--lightblue);
    height: 8px;
    display: block;
    max-width: 60px;
    margin-bottom: 10px;
}


/*burger desktop*/
@media screen and (min-width: 1024px) {
    .sticky-burger.before-scroll {
        display: block;
        opacity: 1;
        max-height: 60px;
        pointer-events: all;
    }

    #burger-area-desktop,
    #burger-area-sticky,
    #burger-area-mobile {
        width: 22px;
        cursor: pointer
    }

    #burger-area-desktop span:nth-child(2),
    #burger-area-sticky span:nth-child(2),
    #burger-area-mobile span:nth-child(2) {
        margin: 3px 0;
    }

    #burger-area-desktop span,
    #burger-area-sticky span,
    #burger-area-mobile span {
        width: 100%;
        display: block;
        height: 3px;
        background-color: var(--neablue)
    }

    #burger-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        background: white;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .activeBurger #burger-menu {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .burger-inner {
        height: 100%;
    }

    #closeFocus,
    #closeBurger {
        position: absolute;
        z-index: 2;
        top: 22px;
        right: 22px;
        line-height: 0;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    #closeFocus svg,
    #closeBurger svg {
        width: 100%;
        height: auto;
    }

    .burger-logo {
        margin-top: 5rem;
        margin-inline: 15px;
        padding-bottom:0;
        margin-bottom:0
    }

    .burger-logo .tanea--logo {
        width: 180px;
        margin-left:0;
    }

    .burger-inner .wrap-sidemenu {
        margin: 0;
        padding: 0 20px 20px;
        height: 100%;
    }

    .burger-inner .wrap-sidemenu .primary-menu .menu-item {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .wrap-sidemenu .primary-menu .menu-item:last-child {
        margin-bottom: 0;
    }

    .burger-inner .wrap-sidemenu .primary-menu .menu-item.is-regular {
        font-weight: 400;
    }

    .burger-inner .wrap-sidemenu .social-items {
        display: flex;
        margin-inline: -20px
    }

    .burger-inner .wrap-sidemenu .social-items li {
        width: 25%;
        margin: 0;
    }

    .burger-inner .wrap-sidemenu .social-items li .social-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .burger-inner .wrap-sidemenu .social-items li .social-item .social-label {
        margin: 10px 0 0;
    }
}


@media screen and (max-width: 1023px) {
    .sticky-burger.scroll {
        display: block;
        opacity: 1 !important;
        max-height: 60px;
        pointer-events: all;
    }

    .inner-main-header {
        padding-top: 0
    }

    .maxgridrow {
        padding-inline: 15px
    }

    .mainsite-header {
        margin: 0;
        padding: 1.1rem 0
    }

    .header-actions .wrap-action-button {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 42px;
        max-width: 80px
    }

    .header-actions .wrap-action-button:not(:last-child) {
        border-right: 1px solid #a95454
    }

    .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    #burger-area-mobile {
        width: 22px
    }

    #burger-area-mobile span:nth-child(2) {
        margin: 3px 0
    }

    #burger-area-mobile span {
        width: 100%;
        display: block;
        height: 3px;
        background-color: var(--neablue)
    }

    .section-name-headline {
        font-size: 21px
    }

    .minus-left-20 {
        margin-left: 0
    }

    .minus-right-20 {
        margin-right: 0
    }

    .activeNow #Focustabs {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        background-color: var(--darkblue);
    }

    #burger-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        bottom: 0;
        background-color: #fff
    }

    .activeBurger #burger-menu {
        display: block;
        overflow-y: auto;
        padding-bottom: 60px;
        padding-top: 0 !important;
    }

    .burger-inner {
        padding: 10px 20px;
        height: auto
    }

    #closeFocus,
    #closeBurger {
        position: fixed;
        z-index: 2;
        top: 22px;
        right: 22px;
        line-height: 0;
        width: 16px;
        height: 16px
    }

    #closeFocus svg,
    #closeBurger svg {
        width: 100%;
        height: auto
    }

    .burger-logo {
        margin-top: 2rem;
        padding-bottom: 15px;
        margin-bottom: 10px
    }

    .burger-logo .tanea--logo {
        max-width: 180px
    }

    .burger-inner .wrap-sidemenu {
        margin: 0;
        height: 100%
    }

    .burger-inner .wrap-sidemenu .primary-menu .menu-item {
        font-size: 16px
    }

    .wrap-sidemenu .primary-menu .menu-item:last-child {
        margin-bottom: 0
    }

    .burger-inner .wrap-sidemenu .primary-menu .menu-item.is-regular {
        font-weight: 400
    }

    .burger-inner .wrap-sidemenu .social-items {
        display: flex;
        margin-inline: -20px
    }

    .burger-inner .wrap-sidemenu .social-items li {
        width: 25%;
        margin: 0
    }

    .burger-inner .wrap-sidemenu .social-items li .social-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .burger-inner .wrap-sidemenu .social-items li .social-item .social-label {
        margin: 10px 0 0
    }

    .post-relative .post-description p {
        font-size: 15px;
        line-height: 19px
    }

    .grid-sidebar {
        margin: 0 auto;
        width: 100%
    }

    .site-footer {
        margin-top: 6rem
    }

    .footer-menu {
        display: flex;
        flex-wrap: wrap
    }

    .site-footer .social-items .social-label {
        display: none
    }

    .footer-logo {
        width: 180px
    }

    @media screen and (max-width: 767px) {
        .footer-logo {
            width: 170px
        }
    }
    .site-footer .social-items li {
        margin-left: 15px
    }

    .burger-actions {
        margin-top: 3rem;
        border-top: 0.5px solid #7b797a;
        border-bottom: 0.5px solid #7B797A;
        display: flex
    }

    .burger-actions li {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0
    }

    .burger-actions li:first-child {
        border-right: 0.5px solid #7B797A
    }

    .burger-actions li a, .burger-actions li button {
        font-size: 16px;
        line-height: 1;
        color: var(--neablue);
        font-weight: 600;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

    .burger-inner .wrap-sidemenu .wrap-search-area {
        overflow: initial;
        width: auto;
        margin-top: 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .burger-inner .wrap-sidemenu .wrap-search-area .search-area input#s {
        width: calc(100% - 40px)
    }

    .burger-inner .wrap-sidemenu .social-side {
        margin-top: 3rem
    }

    #Focustabs .focus_tabs {
        padding-inline: 20px
    }

    /*
    #Focustabs .focus_tabs .tablinks {width: 50%}
    #Focustabs .focus_tabs .tablinks {width: 50%;margin: 0;padding: 15px 0} */
    /* #Focustabs .focus_tabs .tablinks.active {color: #FFF;background-color: var(--lightblue)} */
    #Focustabs .focus_artcles {
        padding: 0 20px;
        max-height: 65vh;
        overflow-y: auto
    }

    #Focustabs_inner .register-button {
        margin-left: 20px
    }


    .taneagr.activeBurger, .taneagr.activeNow {
        overflow: hidden
    }

    .focus_tabs .tablinks:not(:last-child):after {
        display: none
    }

    #Focustabs .burger-logo {
        border: none
    }

    #Focustabs .burger-logo img {
        filter: grayscale(1) brightness(10)
    }

    #closeFocus svg {
        filter: invert(1) brightness(10);
        -webkit-filter: invert(1) brightness(10)
    }
}


@media screen and (min-width: 767px) and (max-width: 1023px) {
    .maxgridrow {
        padding-inline: 15px;
        max-width: 780px
    }

    .is-flex-tablet {
        max-width: calc(100% - 320px)
    }

    .normal_l_3, .normal_l_2 {
        padding-top: 10px
    }

    .post-relative .post-description {
        display: none
    }
}

.markitems {
    display: none
}

@media screen and (max-width: 767px) {
    .o-head {
        line-height: 1.18
    }

    .is-size-0 {
        font-size: 22px
    }

    .is-size-3-mobile {
        font-size: 21px
    }

    .is-size-normal-touch,
    .is-size-normal {
        font-size: 17px
    }

    .is-size-small-mobile {
        font-size: 14px
    }

    .fixed-header {
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        padding-top: 20px;
        padding-inline: 15px;
        background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        animation: slide-down 0.3s ease-out forwards;
        z-index: 9;
    }

    .fixed-header .inner-header {
        border: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    @keyframes slide-down {
        0% {
            top: -100px;
        }
        100% {
            top: 0;
        }
    }


    .footer-menu .wrap-menu-items {
        width: 50%
    }

    .taneagr:not(.home) .tanea--logo {
        max-width: 160px;
        margin-left: 0
    }

    .relative-box .post__meta {
        margin-top: 15px
    }

    .post-relative .post-description {
        margin-top: 8px
    }

    .darkcolor-section {
        padding-inline: 0
    }

    .pop-item:last-child {
        margin-bottom: 0
    }

    .pop-item .o-head {
        display: block
    }

    .wrap-postcategory {
        margin-bottom: 8px;
        margin-top: 8px;
        height: auto
    }

    .aside-widget {
        width: 100%;
        max-width: 100%;
    }

    .brad-logo a {
        height: 20px;
        max-width: 80px;
    }

    .fulldate {
        font-size: 14px
    }

    .fulldate .imeratext {
        display: none
    }

    .article-header .dateday {
        display: none
    }

    .markitems {
        display: flex;
    }

    .markitems li {
        white-space: nowrap;
        display: block;
        font-size: 12.5px;
        font-family: var(--sans-serif);
        font-weight: 500;
        margin-left: 4px;
        letter-spacing: -0.3px
    }

    .markitems li:last-child:before {
        content: "- "
    }

    .markitems li a {
        color: var(--neablue)
    }

    .markitems li:first-child {
        margin-left: 0
    }

}

@media screen and (max-width:667px) {

    .normal_l_2 .wrap-thumb-holder {
        display: block
    }    

.touch_row .relative-box {
        display: block
    }

    .touch_row .relative-box .post-relative {
        display: flex;
        flex-direction: row-reverse;
        height: auto;
        width: 100%
    }

    .touch_row .relative-box .post-relative .wrap-thumb-holder {
        width: 115px;
        display: block
    }

    .touch_row .relative-box .post-relative .wrap-mask-title {
        flex: 1;
        height: auto;
        padding-right: 20px
    }

    .touch_row .relative-box .post-relative .wrap-mask-title .wrap-postcategory {
        margin-top: 0
    }

    .normal_l_2, .normal_l_3 {
        padding-top: 0
    }

    .column.touch_row {
        padding-top: 0;
        padding-bottom: 0
    }

    .inline-layout article.post-relative,
    .normal-layout article.post-relative {
        margin-bottom: 25px
    }

    .normal-layout article.post-relative .wrap-mask-title {
        padding-top: 12px;
    }

    .post-relative .mask-title-header {
        height: auto;
        min-height: auto
    }

    .post-relative .post-description p {
        font-size: 14px;
        line-height: 18px
    }

}


@media screen and (min-width: 1024px) and (max-width: 1233px) {
    .section-name-headline {
        font-size: 20px
    }

    .is-size-3 {
        font-size: 19px
    }

    .normal_lt.normal_l_1 .relative-box .post-description {
        display: none
    }

    .is-size-normal {
        font-size: 15px
    }

    .wrap__topmenu .topmenu .menu-item {
        font-size: 14px;
        margin: 0 3px
    }

}

@media screen and (min-width: 1024px) {
    .taneagr:not(.home) #AsideFocus {
        display: none
    }
}

em.printitem {
    font-style: normal
}

.taneaprint .printitem {
    display: none
}

.home .print_row_normal .printitem {
    display: none
}

.has__video .wrap-thumb-holder:before {
    background-color: var(--neablue);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "\f522";
    font-family: 'dashicons';
    color: #FFF;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-headline {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.aside_focus .register-button:hover {
    background-color: var(--neablue) !important
}

.is-mobile .has__video .wrap-thumb-holder:before {
    width: 30px;
    height: 30px;
    font-size: 20px
}

.wrap____post_datetime {
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
    flex-direction: column
}


#onesignal-popover-container,
#onesignal-slidedown-container {
    z-index: 9999 !important
}

.adFixed {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.75) !important;
    width: 100%;
    border: none;
}

.adFixed.adTransparent {
    visibility: hidden
}

.das-billboard.adFixed:after {
    border: none
}

.is-live {
    position: absolute;
    left: 0;
    width: auto;
    padding: 5px 12px;
    z-index: 2;
    background-color: #b50021;
    font-size: 2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.is-live .dotlive {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 100%;
    animation: blinker 1.5s linear infinite;
    margin-right: 9px;
}

@keyframes blinker {
    50% {
        opacity: .2
    }
}


.ingr__updateT {
    margin-top: 8px;
    font-size: 12px;
    color: #b50021;
    font-weight: 700;
    display: flex;
    align-items: center
}

.ingr__updateT:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #b50021;
    border-radius: 100%;
    margin-right: 5px
}


.home .middle-header, .taneaprint .middle-header {
    display: none !important;
}

sep {
    height: 0.5px;
    display: block;
    width: 100%;
    background: var(--lightred);
}

.tablinks {
    pointer-events: none;
    cursor: default;
}

.column.is-one-third-desktop.is-hidden-touch {
    padding-bottom: 0;
}


@media screen and (max-width:1023px) {
.inner-main-header .columns.is-mobile.is-align-items-flex-end {align-items: center !important}
.taneagr:not(.home) #AsideFocus {display: none}
}


.adrow {
    background-color: #fafafa;
    min-height: 275px;
    padding-block: 25px 0;
    position: relative;
}

.adrow_no {
    min-height: 0
}

.adrow_big {
    min-height: 600px
}

.adrow:before {
    content: "ΔΙΑΦΗΜΙΣΗ";
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin-inline: auto;
    width: 100%;
    display: block;
    position: absolute;
    top: 3px;
    color: #727272;
    /* font-family: 'Manrope'; */
}

.adrow__text {
    background-color: #fafafa;
    min-height: 275px;
    padding-block: 25px 0;
    position: relative;
}

.adrow__text_no {
    min-height: 0;
    padding: 0
}

.adrow__text_big {
    min-height: 600px
}

.adrow__text:has(iframe):before {
    content: "ΔΙΑΦΗΜΙΣΗ";
    font-size: 10px;
    position: relative;
    top: 0;
    line-height: 1;
    color: #727272;
    /* font-family: 'Manrope'; */
    text-align: center;
    display: block;
    padding: 5px 0px;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.adrow__text:has(iframe):before {
    content: "ΔΙΑΦΗΜΙΣΗ";
    font-size: 10px;
    top: 0;
    line-height: 1;
    color: #727272; /* font-family: 'Manrope'; */
    text-align: center;
    display: block;
    padding: 5px 0px;
    position: absolute;
    right: 0;
    left: 0;
}

.adrow__text_no:has(iframe) {
    padding-top: 25px
}

.parent__div .adunit__sticky {position: sticky;top:60px;-webkit-position: sticky}

.tautotita {
    display: flex;
}


.flex-row {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
}

.start-center {
    place-content: center flex-start;
    align-items: center;
}

.end-center {
    place-content: center flex-end;
    align-items: center;
}

.center-center {
    place-content: center center;
    align-items: center;
}

.space-between-center {
    place-content: center space-between;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-row.text-right-gt-sm {
    gap: 10px;
}

@media screen and (min-width: 961px) {
    .text-right-gt-sm {
        text-align: right
    }
}

@media screen and (max-width: 960px) {
    .flex-column-lt-sm {
        flex-direction: column;
        place-content: flex-start space-between;
        align-items: flex-start;
    }

    .flex-column-lt-sm .flex-end {
        place-content: flex-start;
        align-items: flex-start;
    }

    .footer-info > .flex-row {
        gap: 40px;
    }

    .flex-row.text-right-gt-sm {
        flex-direction: row-reverse;
    }

    .footer-copyright > .flex-row.flex-column-lt-sm {
        flex-direction: column-reverse;
    }

    .site-footer .menu-items a {
        line-height: 1.1;
    }
#page {
    max-width: 100vw;
    overflow-x: clip;
}    
}

@media screen and (max-width: 1023px) {
    .footer-id {
        order: 5;
        margin-left: -10px
    }

    .footer-contact {
        order: 4;
        margin-top: 5rem;
    }

    .footer-info {
        order: 6;
    }
}

.footer-contact {
    align-self: center;
}

/* FOR STICKY HEADER*/
.sticky-wrap .column {
    padding-top: 0;
}

.sticky-wrap {
    width: var(--maxgridrow);
    display: flex;
    place-items: center;
}

.sticky-header {
    justify-content: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    background: white;
}

.sticky-header.scrolled {
    transform: translateY(0);
}

@media (min-width: 1023px) {
    #search-bar.fixed {
        position: fixed;
        top: 5%;
        background: white;
    }
}


.hidden {
    display: none;
}

@media screen and (max-width: 640px) {
.bottom__sticky {bottom:0;display:block;left:0;position:fixed;right:0;z-index:9}
}

@media screen and (min-width:767px) and (max-width:1023px) {
.burger-inner .wrap-sidemenu .primary-menu .menu-item {
    font-size: 20px;padding-bottom: 15px;margin-bottom: 15px
}
}