:root {
    //--top-menu-color: #526e88;
    --top-menu-color:  #152f48;
    --main-text-color: #152f48;
}

@import url('https://fonts.googleapis.com/css?family=Jost');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=VT323');
@import url('https://fonts.googleapis.com/css2?family=Merienda');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani');
@import url('https://fonts.googleapis.com/css2?family=Fira Sans Condensed');

Fira Sans Condensed, Rajdhani, Merienda, VT323
VT323-Regular.ttf
libel-suit-rg.otf
pricedown.otf
hemi.otf
Merienda-VariableFont_wght.ttf
static/Merienda-Regular.ttf
static/Merienda-SemiBold.ttf
static/Merienda-Medium.ttf
static/Merienda-Bold.ttf
static/Merienda-Black.ttf
 */
@font-face {
    font-family: 'FontMoto';
    src:
        url('../lib/font/pricedown.otf')
        format('OpenType');
}

@font-face {
    font-family: 'FontTest';
    src:
            url('../lib/font/static/Merienda-Medium.ttf')
            format('OpenType');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15;
    // -webkit-text-size-adjust: 100%;
}


BODY {
    margin:0px 0px;
    font-size: 24px;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    background: #dee3ed;
    color: black;
    background-size: cover;
    height:100%;
    min-height: 100vh;

    overflow: auto;
// background-image: URL('/img/dev02.jpg');
    // background-image: URL('/img/bg_004.jpg');
    overflow: -moz-scrollbars-vertical; 
    background-position:center top; 
    background-attachment: fixed;
    //background-size: 100% auto;
    text-align: center;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    //transform: scale(1);
    //transform-origin: 0 0;
}

p  {
    color: var(--main-text-color);
    font-style: normal;
    font-family: Jost, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 1.4em;
}
h1 {color: gold; font-style: normal; font-family: Jost, Verdana, Arial, "Times New Roman", Serif; font-size: 30px;  }
a         { text-decoration: none }
a:link    { color: #d3d9ec }
a:visited { color: #d3d9ec }
a:active  { color: #d3d9ec }
a:hover   { color: white; text-decoration: underline }

textarea {
    resize: none;
    font-size: 20px;
    border-radius: 10px;
    width: 400px;
    color: #666;
    padding: 6px 6px;
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    overflow-y: scroll;
}

input {
    border-color: var(--color-grey);
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 22px;
    padding: 3px 3px;
    width: 300px;
}

input[type=submit] {
    width: 100px;
    background: var(--main-text-color);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

input[type=checkbox] {
    width: 25px;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.text {
    font-family: "Fira Sans", Verdana, Arial, Helvetica, Sans-serif;
    font-style: normal;
    font-size: 24px;
    color: var(--main-text-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
}

.text_small {
    font-size: 20px;
}

.text a         { text-decoration: underline; cursor: pointer; }
.text a:link    { color: var(--main-text-color) }
.text a:visited { color: var(--main-text-color) }
.text a:active  { color: var(--main-text-color) }
.text a:hover   { color: #0d95e8 }

.center { text-align: center; }

.moto {
    font-family: "Fira Sans", "Fira Sans", Jost, Verdana, Arial, Helvetica, Sans-serif, FontMoto;
    font-size: 180%;
    font-weight: bold;
    text-align: right;
    margin: 5px 30px;
    width: 93%;
    color: var(--main-text-color);
    padding-top: 80px;
    text-shadow: 3px 3px 5px #666666;
}



#bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body.waiting * {
    cursor: wait !important;
}


.img_xicht {
    width: 320px;
}

.soc_icon {
    width: 80px;
    padding: 0 30px;
    padding-top: 20px;
}

.soc_icon:hover {
    transform: scale(1.3);
}

.titul {
    margin-top: 35px;
    letter-spacing: 0;
    overflow: hidden;
    font-family: FontTest, Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;
    line-height: 1.3;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    box-sizing: border-box;
    //font-size: 220%;
    font-size: 230%;
    font-weight: 700;
    //color: #595959;
    color: #712205;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 5px;
}

.titul2 {
    margin-top: 0px;
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: 700;
}

.c {
    position: relative;
    float: left;
}

.col0 { width: 100%;}
.col1 { width: 35%; }
.col2 { width: 65%; }

.carka {
    width: 30%;
    height: 4px;
    //background-color: #75ff6a;
    background-color: var(--top-menu-color);
    margin-bottom: 25px;
}

.carka0 {
    width: 100px;
}

.noselect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.tab_main {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    font-size: 18px;
    border-bottom: gray solid 1px;
}

.tab_main td {
    padding: 5px 5px;
    border-right: gray solid 1px;
}

.pos_detail {
    display: none;
}

.poslanci_detail {
    border-color: gray;
    border: solid 1px;
    border-radius: 5px;
    margin: 5px 5px;
    position: relative;
    display: flex;
    flex-direction: inherit;
}

.pos_detail_det {
    height: 20px;
    cursor: pointer;
}

.pos_detail_col1 { width: 20%; }
.pos_detail_col2 { width: 40%; }
.pos_detail_col3 { width: 40%; }
.pos_detail_col1, .pos_detail_col2, .pos_detail_col3 {
    padding: 10px;
}


.poslanci_detail_foto { margin: 5px 5px; }


.super_conteiner {
    display: inline-table;
    position: relative;
    //width: 960px;
    max-width: 1100px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    background-color: rgb(234, 236, 235);
    //background: linear-gradient(to right,rgba(241, 241, 241, 0.90),rgba(238, 238, 238, 0.90));
    //background: linear-gradient(to right,rgba(235, 237, 236, 1),rgba(235, 237, 237, 0.85));
    //background: linear-gradient(to right, rgb(234, 236, 235), rgba(235, 237, 237, 0.90));
}

.conteiner {
    display: inline-block;
    position: relative;
    width:100%;
    padding-top: 30px;
}

.cnt_main {
    padding: 0px 45px 30px 35px;
    text-align: justify;
}

.aff_button {
    height: 6em;
    background-color: #c1c9cc;
    padding: 0px;
    display : flex;
    align-items : center;
}

.text_kontur {
    font-size: 5.4rem;
    color: rgba(235, 237, 236, 1);
    text-shadow: -1px -1px 0 #0F0F11, 1px -1px 0 #0F0F11, -1px 1px 0 #0F0F11, 1px 1px 0 #0F0F11;
    position: absolute;
    top: 20px;
    left: 330px;
}

.cnt_top {
    position: relative;
    float: left;
    margin-top: 130px;
    text-align: center;
    // height: 620px;
}

.top_img {
    width: 100%;
}

.cnt_top_logo {
    height: 120px;
}

.top_bar {
    //width: 100%;
    width: 100%;
    height: 66px;
    //background: linear-gradient(to right, rgba(235, 237, 236, 1), rgba(235, 237, 237,1));
    //background-image: URL('/img/bg_sm03.jpg');
    background: var(--top-menu-color);
    //background-position:center top;
    //background-attachment: fixed;
    //background-size: 100% auto;
    position: fixed;
    z-index: 999;
}

.top_bar_logo {
    height: 55px;
    padding-top: 5px;
    padding-left: 50px;
}

.mobil_menu {
    display: none;
    padding: 1px;
    padding-left: 15px;
}

.cnt_top2 {
    padding: 40px;
    padding-top: 110px;
    text-align: left;
}

.cnt_top3 {
    padding: 40px;
    padding-top: 110px;
    text-align: left;
}

.text_main {
    word-wrap: break-word;
    word-break: break-word;
    //-webkit-tap-highlight-color: transparent !important;
    box-sizing: border-box;
    color: #393939;
    padding: 0; // 0 .625rem;
    margin: 0;
    letter-spacing: 0;
    font-family: Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;
    line-height: 1.35;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 1.625rem;
}

.text_main_body {
    color: #666;
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    line-height: 1.6;
    font-size: 1.275rem;
}

.text_main_body a         { text-decoration: underline; cursor: pointer; }
.text_main_body a:link    { color: #696969 }
.text_main_body a:visited { color: #696969 }
.text_main_body a:active  { color: #696969 }
.text_main_body a:hover   { color: #696969 }

.text_main_cnt {
    background: rgba(76, 255, 100, 0.13);
    padding-left: 40px;
}

.text_copiriht {
    color: #666;
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    line-height: 1.6;
    font-size: 0.8rem;
    padding: 4px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: left;
    background: linear-gradient(to right,rgba(241, 241, 241),rgba(238, 238, 238));
}

.cnt_mail {
    color: navy;
    font-style: normal;
    font-family: Jost, Verdana, Calibri, Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 2em;
    background: rgba(76, 255, 100, 0.13);
    padding: 30px 30px;
}


.cnt_bottom {
    height:180px;
    background: var(--top-menu-color);
    //background-color:#003585;
    //background-color:#640000;
    //opacity:0.8;
    //background-color: #9f0100;
    //background: rgba(76, 100, 255, 0.2);
    //padding-left: 40px;
    //border: thick double #777581 !important;
    //border-radius: 16px;
    //border-left: thick double #777581 !important;
    //border-right: thick double #777581 !important;
    //background-image: URL('/img/bg_sm03.jpg');
}

.text_bottom {
    color: rgb(234, 236, 235);
    text-align: left;
    font-style: normal;
    font-family: Jost, Verdana, Calibri, Arial, Helvetica, Sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin-left: 30px;
    vertical-align: top;
}

.cnt_copyright {
    height:25px;
    padding: 3px 3px;
    font-size: 13px;
}

.img_map {
    width: 100px;
    margin: 5px 0px 2px 0px;
    border: 1px solid;
    line-height: 1em !important;
}

.cnt_blank {
    height:35px;
    padding: 0px 0px;
}

.logo_panel {
    z-index: 999;
}

.under_panel {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.gototop_panel {
    position: absolute;
    text-align: right;
    height: 30px;
    width: 60px;
    right: 20px;
    top: 20px;
}

.gototop_panel img:hover {
    cursor: pointer;
}


.lang_panel {
    //height: 40px;
    height: 120px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    width: 40px;
    padding-right: 0px;
}

.lang_panel_flag {
    height: 40px;
    width: 50px;
    position: relative;
    display: inline-flex;
}


.lang_panel_flag img {
    height: 24px;
    border-radius:5px;
    box-shadow: 2px 2px 4px #666666;
}

.lang_panel_flag img:hover {
    cursor: pointer;
}

.soc_panel {
    position: absolute;
    width: 260px;
    height: 40px;
    max-height: 40px;
    right: 20px;
    bottom: 35px;
    text-align: right;
}

.menu-cnt {
     position: absolute;
     display: inline;
     bottom: -2px;
     right: 40px;
 // left: 700px;
     min-width: 650px !important;
     z-index: 999;
     text-align: right;
 }

.menu-cnt table {
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #EAECEB;
    text-shadow: 3px 3px 5px black;
}

.menu-cnt td {
    padding: 10px 30px;
    border-bottom: 5px solid;
    border-color: var(--top-menu-color);
}

.menu-cnt td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.menu-cnt-mobil {
    position: absolute;
    background-color: var(--top-menu-color);
    display: none;
    text-align: left;
    top: 120px;
    left: 0;
    z-index: 999;
    box-shadow: 6px 6px 12px black;
    padding: 30px 80px;
    white-space: nowrap;
}

.menu-cnt-mobil table {
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 46px;
    font-weight: bold;
    color: #EAECEB;
    text-shadow: 4px 4px 8px black;
}

.menu-cnt-mobil td {
    padding: 20px 0px;
    border-bottom: 4px solid;
    border-color: var(--top-menu-color);
    white-space: nowrap;
}

.menu-cnt-mobil td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.bottom-nav-cnt {
    position: absolute;
    display: inline;
    text-align: left;
    top: 25px;
    left: 35%;
    z-index: 999;
}

.bottom-nav-cnt table {
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #EAECEB;
    //text-shadow: 3px 3px 5px black;
}

.bottom-nav-cnt td {
    padding: 4px 0px;
    border-bottom: 3px solid;
    border-color: var(--top-menu-color);
}

.bottom-nav-cnt td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.contact_table table {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.contact_table td {
    padding: 8px 15px;
//padding-left: 20px;
}

.soc_panel table {
    width: 100%;
}

.soc_panel td {
    text-align: right;
}

.soc_panel img {
    margin-left: 0px;
    margin-top:  0px;
    height: 40px;
}

.soc_panel img:hover {
    cursor: pointer;
}


.copy_bottom {
    display: inline-block;
    width: 100%;
    height: 30px;
    max-height: 30px;
    background-color: #212121;
    overflow: hidden;
    position: relative;
    text-align: center;
    alignment: center;
    color: white;
    vertical-align: middle;
    top: 470px;
}

.ic_dic {
    font-size: 18px;
    margin: 0 20px;
}


.cap1 {
    font-size: 32px;
    color: saddlebrown;
    font-weight: bold;
}

.cap2 {
    font-size: 28px;
    color: saddlebrown;
    font-weight: bold;
}

.img_text {
    width: 330px;
    padding: 0px;
    text-align: left;
}

.img_text_cnt {
    width: 100%;
    text-align: center;
}

.copy_bottom_text {
    font-style: normal;
    font-family: Jost, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 13px;
    color: white;
    display: inline-block;
    width:300px;
    height:25px;
    max-height: 25px;
    background-color:#212121;
    overflow:hidden;
    vertical-align: middle;
    //position: absolute;
    margin-top: 5px;
}

.cp_right {
    text-align: right;
    alignment: right;
    right: 15px;
    float: right;
}

.cp_left {
    text-align: left;
    alignment: left;
    left: 15px;
    float: left;
}


.text_box {
    //background: saddlebrown;
    //opacity: 60%;
    margin: 20px auto;
    vertical-align: top;
    //border-radius:8px;
    //box-shadow: 2px 2px 4px #666666;
    width: 78%;
    text-align: center;
    opacity: 90%;
}

.linespace {
    line-height: 1.8em;
}

.content_table {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
}
.content_table td {
    vertical-align: top;
}

.content_div{
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 18px;
    text-align: justify;
    color: gold;
}

.left {
    margin-left: 0px;
    margin-right: 30px;
}

.right {
    margin-left: 30px;
    margin-right: 0px;
    //background: linear-gradient(to right, gold 10%, saddlebrown 70%);
    //-webkit-background-clip: text;
    //-webkit-text-fill-color: transparent;
}

.menu_text_but {
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: white;
    -webkit-filter: drop-shadow(3px 3px 3px gray);
    filter: drop-shadow(3px 3px 3px gray);
}


.menu_text_but:hover {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}


.main_logo {
    border-style: none;
    display: inline-block;
    position: relative;
    margin-left: 60px;
    margin-top: 0px;
    top: 10px;
    vertical-align: top;
    // float: left;
    align: left;
    // -webkit-filter: drop-shadow(3px 3px 3px gray);
    // filter: drop-shadow(3px 3px 3px gray);
}

.main_menu {
    alignment: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: center;
    width: auto;
    height: 200px;
}

.table_menu {
    alignment: center;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.table_mail {
    border: 0;
    width: 100%;
    min-width: 445px;
}

.table_mail td {
    padding: 5px 5px;
}

.table_mail_td2 {
    width: available;
}

.menu_cell {
    text-align: center;
    margin: 20px;
}

.menu_but {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.hover15 figure {
    position: relative;
}

.maindiv {text-align:center}

.but_start {
    cursor: pointer;
    color: white;
    background: #3b3305;
    font-size: 20px;
    font-family: Calibri, Just, Arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 10px 25px;
    border-radius:5px;
    box-shadow: 2px 2px 4px #666666;
}

@media only screen and (max-width: 1070px) and (min-device-width: 481px) {
    .top_bar_logo { display: none; }
    .text_bottom  { display: none; }
    .bottom-nav-cnt { left: 30px; }
}


@media only screen and (max-device-width: 480px) {
    .super_conteiner {
        width: 98% !important;
        font-size: 40px;
    }

    .pos_detail_col1, .pos_detail_col2, .pos_detail_col3 { width: 100%; }
    .poslanci_detail { flex-direction: column; }
    .pos_detail_det { height: 60px; }

    .img_map {
        width: 200px;
    }
    .cnt_top2 {
        text-align: center;
        padding-top: 180px;
    }
    .cnt_top3 {
        padding-top: 0px;
        font-size: 2.6rem;
    }
    .text_main_body {
        font-size: 2.5rem;
    }
    .lang_panel {
        margin-top: 25px;
        right: 0px;
        height: 120px;
        width: 450px;
    }
    .lang_panel_flag {
        width: 115px;
    }
    .lang_panel_flag img {
        height: 60px;
        border-radius: 10px;
    }
    .c {
        width: 100% !important;
        float: none;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }
    .text_kontur {
        top: 10px;
        left: 260px;
    }
    .top_bar {
        // width: 100%;
        height: 130px;
    }
    .top_bar_logo {
        display: inline;
        width: auto;
        height: 100px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .gototop_panel {
        height: 60px;
        width: 120px;
    }
    .gototop_panel img {
        height: 60px;
        width: 120px;
    }
    .soc_panel {
        height: 110px;
        width:  520px;
        padding-bottom: 50px;
        bottom: 20px;
    }
    .soc_panel img {
        height: 80px;
    }
    .cnt_bottom {
        height: 350px;
        font-size: 34px;
    }
    .img_text {
        width: 600px;
        text-align: center;
    }
    .table_mail td {
        padding: 12px 5px;
    }
    .text {
        font-size: 44px !important;
        line-height: 1.7em;
    }
    .menu-cnt { display: none; }
    .mobil_menu { display: inline; }
    .bottom-nav-cnt { display: none; }
    .text_18 { font-size: 30px !important; }
    .adresa_text { font-size: 40px !important; }
    .textarea { font-size: 40px !important; }
    .but_start { font-size: 40px !important; }
    .text_bottom { font-size: 36px  !important; }
    .soc_icon { width: 150px; }
    .table_mail_td2 { width: 600px !important;}

    #mail_aff { width: 200px !important; }
    #table_mail_col2 { width: 450px !important; }

    input {
        font-size: 46px !important;
        width: 400px !important;
        padding: 6px 6px;
    }

    input[type=checkbox] {
        -ms-transform: scale(2.5); /* IE */
        -moz-transform: scale(2.5); /* FF */
        -webkit-transform: scale(2.5); /* Safari and Chrome */
        -o-transform: scale(2.5); /* Opera */
        transform: scale(2.5);
    }
}

@media screen and (min-device-width: 481px)
              and (max-device-width: 1101px)
              and (orientation:landscape)
{
    .menu-cnt { right: 100px; }
    .menu-cnt td { padding: 10px 20px; }
}


