/* ----------------------
        FONT FACE
------------------------- */

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans_Display/NotoSansDisplay-VariableFont_wdth,wght.ttf');
     /* format('ttf-variations'); */
    /* src: url('RobotoFlex-VF.woff2') format('woff2') tech('variations'); */
    font-weight: 100 700;
    font-stretch: 25% 151%;
}

body{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    background-color: #fff;
    /* color: #000; */
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}
#search.show {
    display: block;
}
#search {
    display: none;
}
.flat_page img{
    max-width: 100%;
    height: auto;
}

@media(max-width:992px) {
    .border-start{
        border-left: 0!important;
    }
}
@media(max-width:768px) {
    .border-end{
        border-right: 0!important;
    }
}

ul.pagination {
    margin-top: 2rem;
}


/* ----------------------
    CONTAINER
----------------------  */
.container {
    max-width: 1280px;
}
.navbar .container {
    /* justify-content: space-between; */
    /* align-items: inherit; */
    width: 100;
}

/* ----------------------
       COMMON STYLES
----------------------  */
.deleted {
    text-decoration: line-through !important;
}


/* ----------------------
        COLORS
------------------------- */
:root {
    --I1: hsl(0 0% 100%);
    --P1: hsl(230 8% 16%);
    --I2: hsl(0 0% 100%);
    /* --P2: hsl(347, 96%, 45%); */
    --P2: hsl(350 100% 45%);
}

.ci1 {color: var(--I1);}
.bp1 {background-color: var(--P1);}
.ci2 {color: var(--I2);}
.bp2 {background-color: var(--P2);}


/* ----------------------
        FONTS
------------------------- */
.ff-text-header {
    font-family: 'Noto Sans', sans-serif;
}

.ff-block-header {
    font-family: 'Noto Sans', sans-serif;
}


/* ----------------------
        HEADER
------------------------- */
.text-header, a.text-header:hover {
    font-weight: 700;
}

.block-header {
    background-color: var(--P2);
    color: var(--I2);
    padding: 10px 0.5rem;
}

.block-header.invert {
    background-color: var(--P1);
    color: var(--I1);
    padding: 10px 0.5rem;
}

/* ----------------------
        MAIN
------------------------- */
a {
    color: var(--P1);
    text-decoration: none;
}

.btn.btn_full {}

.btn.btn_empty {
    padding: 0.5em 1em;
    text-align: center;
    border: 1px solid var(--P2);;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 700;
}

.btn:hover {
    /* background-color: hsl(from var(--P2) H S calc(L - 10)); */
}

.btn.btn_empty:hover {
    background-color: hsl(from var(--P2) H S calc(L - 10));
}

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

.banner-container.loaded {}

.divider {
    width: 100%;
    text-align: center;
    margin-bottom: 0rem;
    position: relative;
}

.divider:before {
    content: '';
    background: #555555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
}

.auto-carousel .carousel-caption {
    background-color: hsl(from var(--P2) H S calc(L - 10));
}

.carousel-control-prev[type=button],
.carousel-control-next[type=button] {
    -webkit-appearance: auto;
}

:target:before {
    content: "";
    display: block;
    height: 300px;
    margin: -300px 0 0;
}


/*----------------------
    CARDS
----------------------*/

.toast-body a {
    color: var(--P2);
}

/*----------------------
    CARDS
----------------------*/

.news_md .text-header {
    font-size: 1.062rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.news_lg .headline {
    color: var(--P1);
}   

.news_md .headline {
    color: var(--P1);
}   


/*----------------------
    COLUMN HEADER
----------------------*/

.block-header .h2, .block-header h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin-left: .25rem;
}    
/*----------------------
    MENU
----------------------*/
.main-menu {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
}
nav.main-menu {
    background-color: hsl(0deg 0% 84.71%) !important;
    font-family: 'Noto Sans', sans-serif;
}

nav.main-menu a.nav-link, nav.main-menu .nav-link a, .main-menu .menu-item a {
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    width: max-content;
}

.main-menu .weather_comp {
    margin-left: 1rem;
}