:root {
    --top-menu-color:  rgba(50,50,50,0.7);
    --main-bg-color:   rgb(40,40,40);
    --cnt-bg-color:    rgb(60,60,60);
    --form-bg-color:   rgb(55,55,55);
    --text-main-color: rgb(220,230,220);
    --mail-bg-color: black;
    --form-text-color: #b2b5c7;
    --text-titul-color: rgb(210, 210, 200);
    --menu-text-color: white;
}

@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');

@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;
}

@font-face {
    font-family: 'FiraSans';
    src:
            url('../lib/font/firasans/firasans-regular.ttf')
            format('OpenType');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src:
            url('../lib/font/Open_Sans/static/OpenSans-Regular.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: Jost, Calibri, Tahoma, Arial, helvetica, sans-serif;
    background: var(--main-bg-color);
    color: rgb(210, 206, 206);
    background-size: cover;
    height:100%;
    min-height: 100vh;
    --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;
    min-width: 940px;
}

ul {
    margin: 5px;
}

hr {
    height: 1px; 
    color:grey; 
    background:grey; 
    font-size: 0; 
    border: 0;
}

p, h1, h2, li, ol  {
    color: var(--text-main-color);
    font-style: normal;
    font-family: Jost, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 1.4em;
}

h1 { 
    font-family: "Times New Roman", Jost, Verdana, Arial, Serif; 
    font-size: 40px;  
}

h2 { font-size: 30px; }
li { margin-left: 50px; }

a         { text-decoration: none }
a:link    { color: white; }
a:visited { color: white; }
a:active  { color: white; }
a:hover   { color: white; }

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;
}

select {
    border-color: var(--color-grey);
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 24px;
    padding: 3px 6px;
    width: 100%;
}

input {
    border-color: var(--color-grey);
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 24px;
    padding: 3px 6px;
    width: 100%;
    vertical-align: middle;
}

input:disabled {
    background-color: rgb(192, 192, 192);
    color: rgb(100, 100, 100);
    opacity: 1;
  }

input[type=submit] {
    width: 100px;
    background: #23527c;
    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);
}

button {
    cursor: pointer;
}

.input_aff { width: 300px; }

.hidden {
    display: none; 
}

.form_label { 
    font-size: 16px; 
    vertical-align: middle;
}

.text {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif, serif, "Open Sans";
    font-style: normal;
    font-size: 22px;
    color: var(--text-main-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
    font-weight: normal;
}

.text a         { text-decoration: underline; cursor: pointer; }
.text a:link    { color: var(--text-main-color); }
.text a:visited { color: var(--text-main-color); }
.text a:active  { color: var(--text-main-color); }
.text a:hover   { color: white; }

.moto {
    font-family: Verdana, FontMoto, Jost, Arial, Helvetica, Sans-serif;
    font-size: 150%;
    text-align: right;
    color: var(--text-titul-color);
    text-shadow: 4px 4px 7px #031328, -4px -4px 7px #031328, -4px 4px 7px #031328,4px -4px 7px #031328; 
    font-weight: bolder;
    position: relative;
    right: 50px;
    bottom: 70px;
}

.blog_img_text {
    font-size: 18px;
    padding-left: 20px;
    padding-top:  10px;
    color: var(--text-titul-color);
}

.blog_img_text_2 {
    font-size: 18px;
    padding-left: 35px;
    margin-top:  -5px;
    color: var(--text-titul-color);
    text-align: left;
}

.blog_title {
    font-family: "Open Sans", Calibri, Verdana, Arial, Helvetica, Sans-serif, serif;
    font-weight: bolder;
    font-size: 26px;
    color: var(--text-titul-color);
    margin-bottom: 0.65em !important;
}

.blog_title_2 {
    font-size: 32px;
}

.blog_uvod {
    font-weight: bolder;
    color: var(--text-titul-color);
}

.cnt_moto {
    position: absolute !important;
    top: 110px;
    left: 15px;
}

.tit {
    font-weight: bold;
    font-size: 36px;
}

.tit2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}

#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: var(--text-titul-color);
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 5px;
}

.titul2 {
    margin-top: 0px;
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: 700;
    display: block;
}

.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(--text-titul-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 */
}

.gdpr {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif, serif, "Open Sans";
    font-style: normal;
    font-size: 0.8em;
    color: var(--text-main-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
    font-weight: normal;    
}

.super_conteiner {
    display: inline-table;
    position: relative;
    --width: 960px;
    max-width: 1300px;
    min-width: 940px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    background-color: var(--cnt-bg-color);
    overflow-x: hidden;
    overflow-y: hidden;
}

.conteiner {
    display: inline-block;
    position: relative;
    width:100%;
    padding-top: 30px;
}

.conteiner2 {
    width: 100%;
    display: flex;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    flex-direction: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    align-content: center;
    text-align: center;
}

.img_contact_cnt {
    position: relative;
    width: 75%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    --margin-bottom: 60px;
}

.img_home_cnt {
    position: relative;
    width: 75%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.img_home {
    width: 100%;
    filter: drop-shadow();
    -webkit-filter: drop-shadow(3px 3px 3px rgba(44, 46, 47, 0.812));
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.img_home:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transition: 1s ease;
}

.column1  { width: 40%; }
.column2  { width: 60%; }

.column1  { width: 40%; }
.column2  { width: 60%; }
.column3  { width: 30%; }
.column4  { width: 70%; }
.column5  { 
    width: 60%; 
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: right;
    padding: 15px 0;
}
.column6  { 
    width: auto; 
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 0;
}


.form_main {
    padding: 0px;
    width: 100%;
    position: relative;
    background-color: var(--form-bg-color);
    box-shadow: 2px 2px 5px #141414;
    border-radius: 5px;
}

.form_main_row {
    padding: 0px;
    width: 100%;
    position: relative;
    background-color: rgb(55,55,55);
    display: flex;
}

.sended {
    font-weight: bold;
    font-size: 26px;
    color: rgb(61, 204, 61);
    padding-top: 1.4em;
    text-align: center;
}

.cnt_main {
    padding: 0px 45px 30px 35px;
    text-align: justify;
    min-width: 450px;
}

.aff_button {
    height: 6em;
    background-color: var(--mail-bg-color);
    padding: 0px;
    display : flex;
    align-items : center;
}

.text_kontur {
    font-family: Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;
    color: var(--text-titul-color);
    position: absolute;
    text-align: center;
    text-shadow: 3px 3px 6px #031328, -3px -3px 6px #031328, -2px 2px 4px #031328, 2px -2px 4px #031328; 
    font-weight: bolder;
    line-height: 1.5;
    right: 50px;
}

.text_kontur1 {
    font-size: 1.65rem;
    right: 200px;
    bottom: 295px;
    padding-bottom: 20px;
}

.text_kontur2 {
    font-size: 4rem;
    right: 110px;
    bottom: 190px;
    padding-bottom: 20px;
}

.text_kontur3 {
    font-size: 2rem;
    right: 50px;
    bottom: 25px;
}

.call_me {
    background-color: var(--mail-bg-color); 
    color: white; 
    font-size: 30px;
    font-weight: bold;
    min-height: 80px;
}

.gdpr {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif, serif, "Open Sans";
    font-style: normal;
    font-size: 0.8em;
    color: var(--text-main-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
    font-weight: normal;    
}

.cnt_top {
    position: relative;
    float: left;
    --margin-top: 70px;
    text-align: center;
    width: 100%;
    --height: 620px;
}

.top_img {
    width: 100%;
}

.cnt_top_logo {
    height: 60px;
    padding-top: 5px;
}

.top_bar {
    --width: 100%;
    width: 100%;
    --height: 130px;
    height: 70px;
    --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_bar2::before {
    opacity: 1;
    z-index: -1;
}


.top_bar4::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('/img/tit_04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;    
    filter: brightness(25%);  
    -webkit-filter: brightness(25%);
    z-index: -1;
    transition: all 0.5s;
}

.top_bg {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('/img/tit_04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.80;
    filter: brightness(30%);  
    -webkit-filter: brightness(30%);
    z-index: -1;
    display: none;
}

.top_bar_logo {
    --height: 110px;
    height: 60px;
    padding-top: 5px;
    padding-left: 30px;
    cursor: pointer;
}

.top_bar_logo img {
    height: 100%;
    text-shadow: 0 0 12px black, 0 0 12px black;
}

.mobil_menu {
    display: none;
    padding-top: 10px;
    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: var(--text-main-color);
    padding: 0; 
    --padding: 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: var(--text-main-color);
    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 }

.font_resize {
    font-size: 1.1em;
 }

.text_main_cnt {
    background: var(--mail-bg-color);
    padding-left: 40px;
    margin: 5 -10px;
    box-shadow: 2px 2px 5px #141414;
    border-radius: 5px;
    z-index: 9999;
}

.mail_cnt {
    background: var(--mail-bg-color);
    width: 100%;
}

.text_copiriht {
    color: gray;
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    line-height: 1.6;
    padding: 4px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: left;
    background: var(--main-bg-color);
}

.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: 100%;
    background: var(--top-menu-color);
}

.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: 400px;
    /*
    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_panel2 {
    --height: 40px;
    --height: 120px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    --width: 80px;
    padding-right: 0px;
    z-index: 9999;
    display: none;
    --white-space: nowrap;
    background-color: var(--top-menu-color);
    box-shadow: 6px 6px 12px black;
}

.lang_panel2_flag {
    height: fit-content;
    width: fit-content;
    position: relative;
    margin: 20px;
    --display: inline-flex;
}


.lang_panel2_flag img {
    height: 24px;
    border-radius:5px;
    box-shadow: 2px 2px 4px #666666;
}

.lang_panel2_flag img:hover {
    cursor: pointer;
}

.lang_panel2_but {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: right;
    width: fit-content;
    padding-right: 0px;
    z-index: 9999;
}

.lang_panel {
    --height: 40px;
    height: 120px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    width: 40px;
    padding-right: 0px;
    z-index: 9999;
}

.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;
    top: 130px;
    text-align: right;
}

.menu-cnt {
    font-family: FiraSans, Arial, Jost, Tahoma, helvetica, sans-serif;
    font-size: 22px;
    color: var(--menu-text-color);
    text-shadow: 3px 3px 5px black;
    position: absolute;
    display: inline;
    bottom: 0px;
    right: 78px;
    --left: 700px;
    min-width: 708px !important;
    z-index: 999;
    text-align: right;
 }


.menu-cnt table {
    font-family: FiraSans, Arial, Jost, Tahoma, helvetica, sans-serif;
    font-size: 22px;
    color: var(--menu-text-color);
    text-shadow: 3px 3px 5px black;
}

.menu_effect {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.menu_effect td:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: 0.6s ease;
}

.menu_effect img:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: 0.6s ease;
}


.menu-cnt td {
    padding: 13px 25px;
    border-bottom: 5px rgba(0,0,0,0) solid;
}

.menu-cnt td:link {
    border-color: var(--menu-text-color);
}

.menu-cnt td:hover {
    border-color: var(--menu-text-color);
    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: 40px 80px;
    white-space: nowrap;
}

.menu-cnt-mobil table {
    font-family: FiraSans, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 46px;
    font-weight: bolder;
    color: #EAECEB;
    text-shadow: 4px 4px 8px black;
}

.menu-cnt-mobil td {
    padding: 30px 0px;
    border-bottom: 4px rgba(0,0,0,0) solid;
    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: rgba(0,0,0,0);
}

.bottom-nav-cnt td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.contact_table table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact_table td {
    padding: 8px 20px 8px 0px;
    text-align: left;
}

.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;
    align-items: 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;
}

.article_cnt {
    color: white;
    width: 80%;
}

.blog_cnt {
    color: white; 
    display: inline-block;
}

.img_blog_2 {
    width: 100%;
    margin: 0px;
}

.img_blog_3 {
    width: 93%;
    margin: 0px;
}

.img_blog_r {
    float: right;
    margin: 10px 0 0 20px;
    width: 400px;
}

.img_blog {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.img_blog:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: 1s ease;
}

.blog_subtitle {
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.img_text {
    width: 330px;
    padding: 0px;
    text-align: left;
    border-radius: 30px;
}

.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;
    align-items: right;
    right: 15px;
    float: right;
}

.cp_left {
    text-align: left;
    align-items: right;
    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: -10px;
    vertical-align: top;
    --float: left;
    align-items: left;
    ---webkit-filter: drop-shadow(3px 3px 3px gray);
    --filter: drop-shadow(3px 3px 3px gray);
}

.main_menu {
    --alignment: center;
    align-items: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: center;
    width: auto;
    height: 200px;
}

.table_menu {
    --alignment: center;
    align-items: center;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.table_home {
    border: 0;
    width: 100%;
    font-size: 1.1em;
}

.table_home td {
    padding: 15px 5px;
}

.table_mail {
    border: 0;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.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-color: #828282;
    border: 1px solid;
    border-color: white;
    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;
    transition: 0.3s;
}

.but_start:hover {
    background-color: var(--form-bg-color);
    color: white; 
}

.table_home .but_start { margin-left: 60px;}

.but_green { background-color: #0e7123; }
.but_red   { background-color: #710e23; }

.reference-slide {
    text-align: center;
    font-size: 18px;
    background: var(--mail-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 60px);
    margin: 15px;
    padding: 15px;
}

.reference-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    max-width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--mail-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ref_cnt {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}

.ref_img {
    width: auto;
    height: 330px;
    margin-left: 50px;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.ref_img_big {
    margin-left: 25px;
    padding: 15px 25px;
    height: 250px;
}

.ref_text {
    color: var(--text-main-color);
    position: relative;
    display: flex;
    width: 50%;
    margin-right: 30px;
    padding: 30px;
    text-align: left;
    font-family: "Fira Sans", Jost, Calibri, Verdana, Arial, Helvetica, Sans-serif, serif;
    font-style: normal;
    font-weight: initial;
    font-size: 22px;
    line-height: 1.4em;
}

.ref_text_big {
    font-size: 18px;
    margin-right: 0;
    padding: 15px 25px;
}

.ref_text a {
    text-decoration: none !important;
    cursor: pointer;
    color: var(--text-main-color);
}

.partner_banner {
    font-size: 30px;
    color: white;
    line-height: 1.45em;
}

.partner_banner_cnt {
    background-color: black;
    min-height: 80px;
    margin-top: 30px;
}

.partner_banner_div {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs {
    text-align: left;
    padding: 0 0 0 30px;
    font-size: 18px;
    color: var(--menu-text-color);
}
.breadcrumbs td {
    padding: 0 0 0 5px;
    vertical-align: top;
}
.breadcrumbs img {
    height: 18px;
    margin-top: 2px;
}

.cnt_full {
    width: 100%;
    height: 100%;
}

.but_icon {
    width: 18px; 
    margin-right: 5px;
}

.buttom_info {
    font-size: 16px; 
    color: gray; 
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1em;
}

.top_menu_table td {
    position: relative; /*Make it relative to td*/
}

.top_menu_table td a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hover_underline {
    color: #666;
} 

.hover_underline::after,
.hover_underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right; 
  transition: transform 0.4s ease-out;
}

.hover_underline::before {
  top: -5px;
  transform-origin: left;
}

.hover_underline:hover::after,
.hover_underline:hover::before {
  transform: scaleX(1);
}

.goto_up {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 30px;
    text-decoration: none;
    background-image: URL('/img/up.png');
    background-size: 100% auto;
    text-align: center;
    opacity: 0.3;
    transition: 0s;
    z-index: 999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

.goto_up:hover {
    opacity: 1.0;
    transition: 0.3s;
}

#blog_obsah p, #blog_obsah h1, #blog_obsah h2 { margin: 0; }

.ql-align-center { text-align: center; }
.ql-align-left   { text-align: left; }
.ql-align-right  { text-align: right; }
.ql-align-justify { text-align: justify; }

.cnt_main ol li[data-list='bullet']:not(.ql-editor ol li[data-list='bullet']) { list-style-type: disc; }

@media only screen and (max-width: 1200px) and (min-device-width: 481px) {
    .top_bar_logo { display: none; }
    .titul2 { 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;
    }

    .table_home img {
        width: 60px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .contact_table img {
        width: 60px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .text_kontur { text-align: right; }
    
    .breadcrumbs { font-size: 32px; }
    .breadcrumbs img { height: 28px; }

    .column1, .column2, .column3, .column4, .column5, .column6 { width: 100%; text-align: center; }
    .conteiner2 { 
        flex-direction: column; 
        width: 1172px;
    }
    .rev { flex-direction: column-reverse !important; }
    .img_home_cnt { margin-bottom: 160px; }
    .tit { text-align: center; }
    .but_icon { width: 34px; }
   
    .partner_banner { font-size: 45px; }
    .ref_text { font-size: 25px; }
    .img_map {  width: 500px; padding: 50px 0; }
    .cnt_top { margin-top: 130px; }
    .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;
    }
    .lang_panel2 {
        margin-top: 20px;
        right: 0px;
        top: px;
        --height: 120px;
        --width: 450px;
    }
    .lang_panel2_flag { 
        width: 115px; 
        margin: 20px;
        margin-bottom: 40px;
    }
    .lang_panel2_flag img {
        height: 60px;
        border-radius: 10px;
    }
    .lang_panel2_but {
        right: 10px;
        top: 10px;
        text-align: right;
        width: fit-content;
        padding-right: 0px;
        z-index: 9999;
    }
    .mobil_menu { display: inline; }
    .c {
        width: 100% !important;
        float: none;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }
    .top_bar {
        --width: 100%;
        height: 130px;
    }
    .top_bar_logo {
        width: auto;
        height: 100px;
        padding-top: 15px;
        padding-left: 0px;
    }
    .gototop_panel {
        height: 60px;
        width: 120px;
    }
    .gototop_panel img {
        height: 60px;
        width: 120px;
    }
    .soc_panel {
        height: 110px;
        width:  520px;
        top: 235px;
    }
    .soc_panel img {
        height: 80px;
    }
    .cnt_bottom {
        height: 100%;
        font-size: 34px;
    }
    .buttom_info { 
        font-size: 24px; 
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .img_text {
        width: 600px;
        text-align: center;
    }
    .table_mail { width: 100%; }
    .table_mail td { padding: 12px 5px; }
    .text {
        font-size: 44px !important;
        line-height: 1.7em;
    }
    .blog_img_text {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .blog_img_text_2 {
        font-size: 14px !important;
        padding-bottom: 25px;
    }
    .blog_title_2 { font-size: 52px !important; }
    .blog_uvod { font-weight: normal; }

    .article_cnt { width: 100%; }
    .menu-cnt { display: none; }
    .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; 
        padding: 20px 40px;
        margin: 30px 100px;
    }
    .text_bottom { font-size: 36px  !important; }
    .soc_icon { width: 150px; }
    .input_aff { width: 560px; }
    .table_mail_td2 { width: 600px !important;}

    .moto { bottom: 115px;}

    .sended { font-size: 44px; }

    #mail_aff { width: 200px !important; }
    #table_mail_col1 { width: 280px !important; }

    input, select { 
        font-size: 54px !important; 
        padding: 12px !important; 
    }

    input[type=checkbox] {
        -ms-transform: scale(2.6); /* IE */
        -moz-transform: scale(2.6); /* FF */
        -webkit-transform: scale(2.6); /* Safari and Chrome */
        -o-transform: scale(2.6); /* Opera */
        transform: scale(2.6);
        margin-right: 15px;
    }

    .form_label { 
        font-size: 30px; 
        margin-left: 10px;
    }

    .goto_up {
        width: 150px;
        height: 150px;
    }    

    .reference-slide {
        width: 75%;
        padding: 25px 50px;
    }

    .ref_img_big {
        padding: 25px 35px;
        height: 350px;
        margin-left: 40px;
        margin-top: 10px;
    }

    .ref_text_big {
        font-size: 28px;
        margin-right: 0;
        padding: 25px 35px;
    }    

    .carka { width: 15%; }

}

@media screen and (min-device-width: 481px)
              and (max-device-width: 1101px)
              and (orientation:landscape)
{
    .menu-cnt { right: 30px; }
    .menu-cnt td { padding: 10px 20px; }
}


