
/*_____________________________________________________________________________________________________________________________*/
/*____________________________________________________________GLOBAL____________________________________________________________*/
/*_____________________________________________________________________________________________________________________________*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,400;1,700&display=swap');

/*
  COLORS:
    #16253D oxford black 
    #00519B USAFA blue
    #0094FF Dodger blue
    #cad7e7 Beau blue
    #ffffff White
*/

* {
    font-weight: inherit;
    font-family: 'Roboto', sans-serif;
    font-style: inherit;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    line-height: 150%;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
}

html {
  min-height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body,html {
    overflow-x: hidden;
}

head {
    display: none;
}

body {
    background: #EA5300;
    margin: 0;
    padding: 0;
    min-width: 260px;
    font-family: 'Roboto', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
}

a:hover{
    cursor: pointer;
}

form table {
    width: 100%;
}

form tr.nadpis td {
    font-weight: bold;

}

form td.popis {
    padding: 0px 10px 0px 0px;
}

form tr.odesli input,
form tr.modesli input {
    margin: 0px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
}

form input, textarea:hover{
    cursor: text;
}

form input[type=radio]:hover{
    cursor: pointer;
}

form textarea{
    resize: none;
}

select, label {
    vertical-align: middle;
}

input, textarea {
    border: 1px solid #AAAAAA;
}

input[type=submit]:hover{
    cursor: pointer;
}

.komponentaKosik, .komponentaHledat{
    display: none;
}

ul{
    /*list-style-type: none;*/
}

*::-webkit-input-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*:-moz-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*::-moz-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*:-ms-input-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}


/* Ytext */
.prilohaL {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}

.prilohaP {
    display: block;
    float: right;
    margin: 0px 0px 0px 10px;
}

td p:only-child .prilohaL:only-child,
td p:only-child .prilohaP:only-child {
    margin: 0px;
}

.stylBunkaStred .priloha {
    float: none;
    margin: 0px auto 0px auto;
}

.priloha .text {
    display: block;
    text-align: center;
    font-size: 12px;
}

table {
    clear: both;
}

table.zakladniTabulka td {
    padding: 0px 3px 0px 3px;
    font-size: 15px;
}

table.zakladniTabulka .popis{
    font-weight: 700;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) {
    width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

.text.editor ul{
}

.text.editor{
}

hr {
    border-bottom: 1px solid #777777;
}

p, ul, ol, table, hr {
    margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4{
    padding-bottom: 10px;
}

h1{
    margin-bottom: 10px;
}

h1,
h1 *{
    margin: 0;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 150%;
    text-transform: uppercase;
}

h2,
h2 *{
    font-size: 2rem;
    line-height: 150%;
    font-weight: 700;
}

h3,
h3 *{
    font-size: 1.75rem;
    line-height: 150%;
    font-weight: 700;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 20px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.stylVerzalky {
    text-transform: uppercase;
}

.stylBunkaVpravo {
    text-align: right;
}

.stylBunkaStred {
    text-align: center;
}

.stylPoznamka,
table td.stylPoznamka {
    font-size: 11px;
}

.stylVelke {
    font-size: 20px;
    line-height: 30px;
}

.stylCervene {
    color: #cc0000;
}

.komponentaZobrazeni{
    display: none;
}

.pomocneMenu{
    display: none;
}

.formularFiltry{
    display: none;
}

.prepinacStranek{
    display: none;
}

.povinnePolicko,
.upozorneni,
.upozorneni a {
    color: #cc0000;
    font-weight: bold;
}

/* Tlacitka */

.button{
  border: none;
  color: #FFFFFF !important;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none !important;
  margin: 4px 2px;
  transition-duration: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 700;
}

.button1{
    width: 150px;
    background: #0094FF;
}

.button2{
    margin: 50px 0px 10px 0px; 
    width: 100%;
    height: 55px;
    background-color: #3E3D3F;
}
/*
.button1:hover{
  background-color: #C0C6C8;
  transition-duration: 0.5s;
}
*/
.button2:hover{
  background-color: #009EE0;
  transition-duration: 0.5s;
}

.button:focus{
  outline: 0;
}

/* Tlacitka */

/* VnitrekObal */

.vnitrekH {
    background: #fff;
    clear: both;
    width: 1440px;
    margin: auto;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
}

.vnitrekH:after{
    content: ' ';
    clear: both;
    display: block;
}

.vnitrek {
    position: relative;
    background: #fff;
    clear: both;
    width: 1440px;
    height: 460px;
    z-index: -1;
    margin: auto;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
}

.vnitrek:after{
    content: ' ';
    clear: both;
    display: block;
}

.vnitrekS {
    background: #fff;
    clear: both;
    width: 1440px;
    margin: auto;
    border-radius:0 0 50px 50px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
}

.vnitrekS:after{
    content: ' ';
    clear: both;
    display: block;
}

.obal{
    margin: auto;
    width: 1425px;
    box-shadow: -1px 0 20px -5px #DDD, 1px 0 20px -5px #DDD;
}

/* VnitrekObal */


/*_____________________________________________________________________________________________________________________________*/
/*____________________________________________________________HEADER___________________________________________________________*/
/*_____________________________________________________________________________________________________________________________*/

nav{
    /*display: none;*/ /*nav off*/
}

#menu,
label[for=menu]{
    display: none;
}

.panelNavigace{
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px;
    position: relative;
    background: #EA5300;
    text-align: center;
}

.panelNavigace .komponentaNavigace{
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.panelNavigace .komponentaNavigace ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.panelNavigace .komponentaNavigace li {
    float: left;
    font-size: 20px;
}

.panelNavigace .komponentaNavigace li a{
    display: block;
    padding: 8px 16px;
}

.panelNavigace .komponentaNavigace li span{
    display: block;
    padding: 8px 16px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.panelNavigace .komponentaNavigace li a:link{
    text-decoration: none;
    color: #fff;
}

.panelNavigace .komponentaNavigace li a:hover{
    text-decoration: none;
    color: #fff;
}

.panelNavigace .komponentaNavigace li a:visited{
    text-decoration: none;
    color: #fff;
}

.panelNavigace .komponentaNavigace li a:active{
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 940px){

    .panelNavigace{
        height: unset; /*nav off*/
    }

    header .panelNadpis{
        position: relative;
        width: 100%;
        height: 140px;
        padding: 20px;
        text-align: center;
    }

    header .panelNadpis p{
        font-size: 35px;
    }

    nav{
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0s;
    }

    nav .hloubka2 .polozka {
        padding: 5px 20px 5px 20px;
    }

    nav .hloubka3 .polozka{
        padding: 2px 20px 2px 40px;
    }

    label[for=menu]{
        display: block;
        line-height: 58px;
        background: url(TS/menu.svg) scroll no-repeat 50% center/auto 80%;
        margin: 0px auto 2px auto;
        padding: 0 20px;
        color: white;
        vertical-align: top;
        font-weight: bold;
        cursor: pointer;
    }

    nav li{
        width: 100%;
        text-align: left;
    }

    nav li:active, nav li:hover{
        background: #B03F00;
    }

    #menu:checked + nav{
        transition: max-height 1.5s;
        max-height: 3000px;
    }
}

/* 2019 slideshow */

.slideshow{
    position: relative;
    margin: auto;
    height: 650px;
}

.slideshow .slozky {
    display: block;
}
.slideshow .slozka{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 1s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
    opacity: 1;
}
.slideshow .nazev{
    display: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px black, 0px 0px 30px black, 0px 0px 50px black, 0px 0px 30px black;
    font-size: 30px;
    line-height: 34px;
}

.slideshow .buttons{
    height: 100%;
    margin: 0px auto;
    opacity: 0;
    transition: opacity 0.5s;
}
.slideshow:hover .buttons{
    opacity: 1;
    transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
    position: absolute;
    font-size: 20px;
    line-height: 48px;
    color: rgba(255,255,255,0.75);
    top: 100px;
    top: calc(50% - 25px);
    cursor: pointer;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
    left: 20px;
    min-width: 0px;
}
.slideshow .buttons #nextSlide {
    right: 20px;
    min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}

.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}

.slideshow a{
  display: none;
}

@media only screen and (max-width:940px){
    .slideshow{
        display: none;
    }
}

@media only screen and (max-width:700px){
    .slideshow{
        position: relative;
        height: 300px;
    }

    .slideshow .nazev{
        font-size: 17px;
        padding: 0 10px;
        line-height: inherit;
    }
}

/* 2019 slideshow */

/* Panel hlavicka */

header .panelHlavicka{
    position: relative;
    width: 100%;
    min-height: 200px;
}

.panelLogo{
    display: block;
    float: left;
    position: relative;
    width: 25%;
    height: 200px;
    padding: 20px;
    border: 30px solid white;
    border-radius: 50px;
    background: url(TS/logoD.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.panelLogo:hover{
    cursor: pointer;
}

.panelNadpis{
    width: 25%;
    height: 200px;
    float: left;
    padding: 40px 0px;
}

.panelNadpis p{
    font-size: min(3vw,48px);
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 200;
    line-height: 56px;
    letter-spacing: 0em;
    color: #68676C;
}

/* Ikony */

.panelIkony2{
    display: none;
}

header .panelIkony{
    float: left;
    position: relative;
    width: 40%;
    height: 200px;
}

header .volat{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    left: calc(100% - 100px);
    top: calc(50% - 30px);
    background-image: url(TS/telefon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header .mail{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    left: calc(100% - 10px);
    top: calc(50% - 30px);
    background-image: url(TS/mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header .volat:hover{
    cursor: pointer;
    transform: scale(1.04);
}

header .mail:hover{
    cursor: pointer;
    transform: scale(1.04);
}

.volat2{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    left: 10px;
    top: 28px;
    background-image: url(TS/telefonM.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mail2{
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    left: calc(100% - 60px);
    top: 25px;
    background-image: url(TS/mailM.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Ikony */

@media only screen and (max-width:940px){

    header .panelLogo{
        width: 100%;
        background-position: center;
        border: 20px solid white;
        padding: 0;
    }

    header .panelIkony{
        display: none;
    }

    .panelIkony2{
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 50px;
        top: 0;
        left: 0;
    }
}

/* Panel hlavicka */

/* Panel Obrazek */

.panelObrazek{
    width: 100%;
    height: 460px;
    position: relative;
}

.panelObrazek:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(TS/picture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}

.panelObrazek .obrazekNadpis{
    position: absolute;
    width: 455px;
    height: 225px;
    top: 55%;
    left: 65%;
    text-align: right;
}

@media only screen and (max-width:1440px){
    .panelObrazek .obrazekNadpis{
        left: calc(100% - 500px)
    }
}

@media only screen and (max-width:940px){
    .panelObrazek{
        display: none;
    }
}

/* Panel Obrazek */

/*_____________________________________________________________________*/
/*_______________________________MAIN__________________________________*/
/*_____________________________________________________________________*/

main a:link{
    text-decoration: none;
    color: #EA5300;
    text-decoration: underline;
}

main a:hover{
    text-decoration: none;
    color: #EA5300;
    text-decoration: underline;
    cursor: pointer;
}

main a:visited{
    text-decoration: none;
    color: #EA5300;
    text-decoration: underline;
}

main a:active{
    text-decoration: none;
    color: #EA5300;
    text-decoration: underline;
}

main .panelObsah{
    max-width: 100%;
    min-height: 400px;
    padding: 60px;
}

main .panelObsah .katalog h2{
    margin-left: 0px;
}

main .panelObsah .katalog li {
    margin-left: 20px;
}

main .panelObsah .katalog a{
}

main .panelObsah .katalog img{
    margin: 10px 30px;
    width: 100% !important;
}

.strankaSlozkaZbozi .katalog h1{
    display: none;
}

.strankaSlozkaZbozi .komponentaNavigace li:first-child{
    display: block;
    color: #fff;
}

.strankaSlozkaZbozi .komponentaNavigace li:first-child .polozka {
    text-decoration: underline;
    font-weight: bold;
}

main .komponentaFormular table{
    display: inline-block;
    margin: 0 auto;
}

main .komponentaFormular .povinnePolicko{
    display: none;
}

main .komponentaFormular label{
    color: #EA5300;
    font-weight: 700;
}

main .komponentaFormular input, main .komponentaFormular textarea{
    width: 100%;
    margin: 5px;
    padding: 12px 20px;
    border:  2px solid #aaa;
    border-radius: 8px;
    font-size: 16px;

}

main .komponentaFormular input:focus{
    border:  2px solid #EA5300;
}

main .komponentaFormular textarea:focus{
    border:  2px solid #EA5300;
}

main .komponentaFormular .popis{
    width: 300px;
    margin: 5px 5px 5px 5px;
}

main .komponentaFormular .odesli .hodnota input {
    background-color: #EA5300;
    color: white;
    border: 0px;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (max-width:1170px){

    main .panelObsah{
        position: relative;
        padding: 20px;
    }

    main .katalog table{
        margin: 0 auto;
        width: 60%;
    }

    main .komponentaFormular table{
        width: 100%;
    }

    main .komponentaFormular .popis{
        width: 300px;
        padding: 12px 20px 12px 10px !important;
        margin: 5px 0px 5px 0px;
    }

    main .katalog table td{
        display: inline-block;
        position: relative;
        width: 100%;
    }

    main .panelObsah .katalog img{
        display: none;
    }
}

@media only screen and (max-width:1170px){
    main .katalog table td{
        width: 100%;
    }

    main .katalog table{
        margin: 0 auto;
    }
}

@media only screen and (max-width:580px){
    main .katalog table td{
        width: 300px;
    }

    main .komponentaFormular table td{
        width: 100%;
    }
}
    
/*________________________________________________________________________*/
/*_________________________________FOOTER_________________________________*/
/*________________________________________________________________________*/

/* PS1 */

footer .panelPaticka{
    width: 100%;
    float: left;
    min-height: 400px;
}

footer .panelSpodni1{
    position: relative;
    width: 100%;
    height: 230px;
    background: #EA5300;
}

footer .ps11, footer .ps12{
    float: left;
    width: 50%;
    height: 230px;
    padding: 50px 20px;
    vertical-align: middle;
}

footer .pdfI{
    float: left;
    position: relative;
    width: 125px;
    height: 125px;
    background-image: url(TS/pdf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .popis{
    position: relative;
    padding: 20px;
    max-width: 450px;
}

footer .popis span{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

#down{
    font-size: 14px;
    width: 100px;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

#down:hover{
    cursor: pointer;
}

footer .popis p{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

footer .popis a:link{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

footer .popis a:hover{
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline;
}

footer .popis a:visited{
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline;
}

footer .popis a:active{
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (max-width:940px){

    footer .ps11, footer .ps12{
        width: 100%;
        display: block;
    }

    footer .panelSpodni1{
        min-height: 520px;
    }

    #down{
        text-align: center;
    }
}

/* PS1 */

/* PS2 */

footer .panelSpodni2{
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    background: #ffffff;
}

footer .panelSpodni2 .komponentaSlozka{
    padding: 20px 60px;
}

footer .ps21, footer .ps22{
    position: relative;
    float: left;
    width: 50%;
    height: 200px;
}

footer .ps22 .info{
    width: 100%;
    float: right;
    padding-left: calc(100% - 380px);
}

footer .ps22 .info .komponentaSlozka{
    text-align: left;
}

@media only screen and (max-width:940px){

    footer .ps21, footer .ps22{
        width: 100%;
        display: block;
    }

    footer .ps22 .info{
        padding-left: unset;
    }

    footer .ps22 .info .komponentaSlozka{
    text-align: center;
}

}

footer .panelLogo{
    width: 50%;
}

@media only screen and (max-width:940px){
    footer .panelNadpis{
        display: none;
    }

    footer .panelLogo{
        width: 100%;
        background-position: center;
    }
}

/* PS2 */

/* Mapa */

footer iframe{
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0;
    margin:0;
    margin-bottom: -10px;
    border-radius: 0px 0px 50px 50px;
}

/* Mapa */

/* Spodni lista */

.botBaner{
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px;
}

.botBaner p{
    padding-top: 13px;
    color:  #fff;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

/* Spodni lista*/

/* komponentaCookie */

.komponentaCookieSouhlas {
    background: rgba(47, 47, 47, 0.75);
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.komponentaCookieSouhlas *{
    font-size: 13px;
    color: #ffffff !important;
    line-height: 17px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim{
    border: 1px solid #ffffff;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    cursor: pointer;
    margin: 5px 15px;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim:hover{
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.15);
}

/* komponentaCookie */
