@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    color: #000000;
}
a {
    text-decoration: none;
}
h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #008348;
    margin-bottom: 152px;
}
h2:not(.symbol-headline) {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #008348;
    position: relative;
}
h3 {
    color: #008348;
}

/* =====================
   HEADER ALUS (esileht)
   ===================== */

.fc-header {
    min-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 100;
}
.fc-header:before {
    display: none;
}
.fc-header-bg {
    display: none;
}
.fc-social-top-links {
    display: none;
}

/* =====================
   TEISED LEHED - fc-short-header
   ===================== */

.fc-short-header {
    position: relative !important;
    background: #ffffff !important;
    min-height: auto !important;
}
.fc-short-header .fc-menu-links > li > a {
    color: #008348 !important;
}
.fc-short-header .fc-menu-links > li > a.aktiivne {
    color: #ED1C2E !important;
}
.fc-short-header .fc-menu-links > li:hover {
    background: #f0f0f0 !important;
}
.fc-short-header .fc-search-links {
    border-left-color: #008348 !important;
}
.fc-short-header .fc-search-links > li > a {
    color: #008348 !important;
}
.fc-short-header .fc-search-links .language > a {
    color: #008348 !important;
}
.fc-short-header .search-icon-links a img {
    filter: invert(32%) sepia(60%) saturate(600%) hue-rotate(115deg) brightness(70%) !important;
}
.fc-short-header .mainMenuExtend_toggle .mainMenu_stripe {
    background-color: #008348 !important;
}

/* =====================
   MOBILE NAV - roheline teistel lehtedel
   ===================== */

.fc-mobile-green {
    background: #008348 !important;
}
.fc-mobile-green .mainMenu_stripe {
    background-color: #ffffff !important;
}

/* Menüü sisu roheline teistel lehtedel */
.fc-mobile-green ~ .fc-menu-mobile-top-menu .mainMenu,
.fc-mobile-green + .fc-menu-mobile-top-menu .mainMenu {
    background: #008348 !important;
}

/* =====================
   LAYOUT
   ===================== */

.fc-header-lined h2:after {
    content: "";
    height: 1px;
    background: #C4C4C4;
    width: calc(100% + 40px);
    position: absolute;
    bottom: 0;
    left: -20px;
}
.fc-header-lined h2 {
    padding-bottom: 21px;
    margin-bottom: 85px;
}
.fc-header-lined {
    justify-content: center;
}
.fc-menu-top {
    z-index: 100;
    margin-top: 26px;
    overflow: initial !important;
    margin-bottom: 33px;
}
.fc-footer-row, .fc-menu-top {
    max-width: 1500px !important;
}
.fc-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.fc-row {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}
.fc-flex {
    display: flex;
}
.fc-align-center {
    align-items: center;
}
.fc-flex-space {
    justify-content: space-between;
}

/* =====================
   DESKTOP MENU
   ===================== */

ul.fc-menu-links {
    display: flex;
    list-style: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: 1;
    justify-content: flex-end;
    margin: 0;
}
.extendmenu_menu .sub-menu {
    display: block;
    padding: 15px;
    padding-bottom: 0;
}
.extendmenu_menu .sub-menu a {
    font-weight: normal !important;
}
.fc-menu-links > li {
    margin-right: 20px;
    position: relative;
    padding: 8px 12px;
}
.fc-menu-links > li > a {
    color: white;
    text-decoration: none;
}
.fc-menu-links > li:hover {
    background: #008348;
}
.fc-menu-links > li:last-child {
    margin-right: 0;
}
.fc-menu-links .active {
    color: #ED1C2E;
}
.fc-menu-links > li:hover > ul.normal-menu {
    display: inherit;
}
.fc-menu-links > li > ul.normal-menu {
    position: absolute;
    padding: 21px;
    left: 0;
    margin: 0;
    padding-bottom: 4px;
    background: #008348;
    display: none;
    list-style: none;
    z-index: 1;
}
.fc-menu-links > li > ul.normal-menu li,
.fc-menu-links > li > ul.extendmenu_menu li {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
    white-space: nowrap;
}
.fc-menu-links > li > ul.extendmenu_menu li:last-child {
    margin-bottom: 0;
}
.fc-menu-links > li > ul.normal-menu li a,
.fc-menu-links > li > ul.extendmenu_menu li a {
    text-decoration: none;
    color: white;
}
.fc-search-links {
    border-left: 2px solid white;
    flex: initial !important;
    margin-left: 38px !important;
}
.fc-search-links .language > a {
    display: flex;
    align-items: center;
}
.fc-search-links .language > a::after {
    content: "";
    background: url(/assets/white-arrow-down.svg);
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}
.fc-search-links > li > ul {
    padding: 14px;
    width: 100%;
    text-align: center;
}
.search-icon-links:hover {
    background: none !important;
}
.fc-search li.language {
    margin-left: 28px;
    align-items: center;
    position: relative;
}
.fc-search li.language > ul.language-switcher {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.fc-search li.language:hover > ul.language-switcher {
    display: inherit;
}
.aktiivne {
    color: #ED1C2E !important;
}
.fc-menu-links > li.extend-main-menu:hover {
    background: transparent;
}
.extend-main-menu {
    padding: 0 !important;
    align-items: center;
    display: none;
    position: relative;
}
.extend-main-menu ul.extendmenu_menu {
    bottom: -45px;
    left: -52px;
    list-style: none;
}
.extend-main-menu.opening {
    display: flex;
}
.extend-main-menu.opening.showmenu ul.extendmenu_menu {
    display: block;
}
.mainMenuExtend_toggle {
    display: inline-block !important;
    position: initial;
}
.mainMenuExtend_toggle:hover,
.mainMenuExtend_toggle:focus {
    outline: none;
}
.mainMenuExtend_toggle .mainMenu_stripe {
    display: block;
    background-color: white;
    height: 3px;
    width: 23px;
    margin: 4px 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.mainMenuExtend_toggle .mainMenu_stripe:first-child {
    margin-top: 0;
}
.extend-main-menu > ul {
    display: none;
    position: absolute;
    background: #008348;
    color: white;
    padding: 15px;
}
.extend-main-menu.showmenu > ul {
    display: inherit;
}
.extendmenu_menu a {
    color: white;
}
.class-calc {
    padding: 0;
}
.fc-menu-links > li > ul.extendmenu_menu > li a {
    font-weight: 500;
}
.js-bg-picker-area.fc-header {
    position: absolute;
}
.js-bg-picker-area.fc-header .edy-bgpicker-toggle-button {
    left: 0;
    bottom: 20px;
}
.fc-row button.edy-cbtn {
    width: 100%;
}

/* =====================
   MOBILE MENU
   ===================== */

.fc-menu-mobile-top {
    display: none;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: auto;
    background: transparent;
    overflow: initial;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 100px;
    top: 0;
}
.fc-menu-mobile-top .mainMenu_stripe {
    background-color: #ffffff;
}
.fc-mobile-logo {
    height: 40px;
}
.fc-mobile-logo img {
    height: 100%;
}

.fc-menu-mobile-top-menu .mainMenu {
    background: transparent;
    z-index: 999;
    width: 100%;
    margin-top: 100px;
    height: auto;
    position: fixed;
    left: 0;
    display: none;
}
.fc-menu-mobile-top-menu .menu-link {
    color: #ffffff !important;
}
.fc-menu-mobile-top-menu .menu-toggle-arrow img,
.fc-menu-mobile-top-menu .menu-link img {
    filter: brightness(0) invert(1) !important;
}
.fc-menu-mobile-top-menu .menu-sub {
    background: transparent !important;
}
.fc-menu-mobile-top-menu .mainMenu_submenu {
    background: transparent !important;
}

/* =====================
   NEWS / CONTENT
   ===================== */

.fc-news-items {
    display: flex;
    margin-left: -10.5px;
    margin-right: -10.5px;
    margin-top: -100px;
    z-index: 2;
}
.fc-news-item {
    flex: 0 0 calc(33.33% - 21px);
    margin-left: 10.5px;
    margin-right: 10.5px;
}
.fc-news-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.fc-news-item h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: left;
}
.fc-news-item p {
    margin-top: 14px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #008348;
}
.fc-overlay-image {
    position: relative;
    height: 200px;
}
.fc-overlay-image:hover:before,
.fc-news-item.active .fc-overlay-image:before {
    content: "";
    background: rgba(0, 122, 63, 0.2);
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}
.fc-news-item:hover h2,
.fc-news-item.active h2 {
    color: #008348;
}

/* =====================
   SPONSORS / FOOTER
   ===================== */

.fc-container-top {
    margin-top: 115px;
}
.fc-sponsor-items {
    flex-wrap: wrap;
    margin-left: -80px;
    margin-right: -80px;
}
.fc-sponsor-item {
    flex: 0 0 calc(25% - 160px);
    margin-left: 80px;
    margin-right: 80px;
    height: 89px;
    align-items: center;
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    flex-wrap: wrap;
}
.fc-sponsor-item img {
    width: 100%;
    object-fit: contain;
    height: 40px;
}
.fc-sponsor-item .fc-change-element {
    flex: 0 0 100%;
    text-align: center;
    background: gray;
    color: white;
}
footer {
    background: #E9E9E9;
    height: 66px;
    display: flex;
    align-items: center;
    margin-top: 110px;
}
footer > div {
    align-items: center;
}
.fc-footer-socials {
    align-items: center;
}
.fc-footer-socials > a {
    margin-right: 27px;
}
.fc-footer-details {
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    margin-left: 27px;
}
.fc-footer-breatedby {
    align-items: center;
    display: flex;
}
.fc-flex-1 {
    flex: 1;
}
.fc-header-bg-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    min-height: 18.75em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
    top: 0;
    left: 0;
}
.edy-content-element, .edy-content-default {
    padding-top: 30px !important;
}

/* =====================
   SYMBOL HERO SLIDESHOW
   ===================== */

.symbol-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
}
.symbol-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.symbol-slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}
.symbol-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(transparent, rgba(0,0,0,0.65));
    z-index: 5;
}
.symbol-media-container {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}
.symbol-media-link {
    display: block;
    width: 100%; height: 100%;
}
.symbol-media {
    width: 100%; height: 100%;
}
.symbol-bottom-bar {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    z-index: 9;
}
.symbol-article-date {
    font-size: 15px;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}
.symbol-headline {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-align: left !important;
    position: static !important;
}
.symbol-headline a {
    color: inherit !important;
    text-decoration: none;
}
.symbol-headline a:hover {
    opacity: 0.8;
}
.symbol-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.symbol-hero:hover .symbol-nav {
    opacity: 1;
}
.symbol-nav--prev { left: 2rem; }
.symbol-nav--next { right: 2rem; }
.symbol-counter {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 20;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    pointer-events: none;
}
.symbol-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    display: none;
    gap: 8px;
}
.symbol-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.symbol-dot.active {
    background: #ffffff;
}

body.menu-open .symbol-hero {
    -webkit-filter: blur(4px) brightness(0.6);
    filter: blur(4px) brightness(0.6);
}

/* =====================
   RESPONSIVE
   ===================== */

@media (max-width: 970px) {
    .fc-menu-top {
        display: none;
    }
    .fc-menu-mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mainMenu_toggle {
        display: inline-block !important;
        position: absolute;
        top: 45px;
        right: 30px;
    }
    .fc-menu-mobile-top-menu .mainMenu {
        display: initial;
    }
}

@media (max-width: 768px) {
    .fc-footer-createdby {
        flex: 0 0 100%;
        margin-top: 10px;
        text-align: right;
    }
    .fc-footer-details {
        text-align: left;
        margin-left: 0;
    }
    .fc-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fc-footer-row {
        flex-wrap: wrap;
    }
    footer {
        height: auto;
        padding: 20px;
        text-align: center;
    }
    .fc-footer-socials {
        align-items: center;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .fc-footer-socials > a {
        margin-right: 20px;
    }
    .fc-sponsor-item {
        flex: 0 0 calc(50% - 160px);
    }
    .symbol-nav {
        display: none !important;
    }
    .symbol-counter {
        display: none;
    }
    .symbol-dots {
        display: flex;
        bottom: 1.2rem;
    }
    .symbol-bottom-bar {
        bottom: 3.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }
    .symbol-article-date {
        font-size: 15px;
    }
    .symbol-headline {
        font-size: 32px !important;
    }
}

@media (max-width: 420px) {
    .fc-sponsor-item {
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .fc-news-item {
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .fc-news-items {
        flex-wrap: wrap;
    }
    .symbol-headline {
        font-size: 24px !important;
    }
}

@media (max-width: 1550px) {
    .fc-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}