
* {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
}


html {
    background-color: #ffffff;
}

head {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: initial;
    font-weight: normal;
    color: #000;
    opacity: 0;
    min-width: 250px;


    -webkit-animation-name: usvit;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: usvit;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: usvit;
    -ms-animation-duration: 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: forwards;

    -o-animation-name: usvit;
    -o-animation-duration: 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: forwards;

    animation-name: usvit;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3{
    font-weight: 900!important;
    padding-bottom: 10px;
    color: #454545;
}

h1{
    margin: 25px auto 20px auto;
    padding: 0;
}
h1,
h1 *{
	font-size: 1.5rem!important;
	line-height: 2rem;
}
h2:not(:first-child){
    margin-top: 1rem;
}
h2,
h2 *{
    font-size: 1.2rem!important;
    line-height: 1.5rem;
}
h3,
h3 *{
    font-size: 1rem;
    line-height: 1.5rem;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 0px;
}





p{
    padding-bottom: 10px;
    overflow: auto;
}
p strong{
	font-weight: bold;
}
p.stylPoznamka{
	/*font-weight: 300;*/
	/*font-style: italic;*/
	font-size: 18px;
}
a{
    text-decoration: underline;
}
a, a *{
	cursor: pointer;
	color: inherit;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #4DAC00;
    color: #FFFFFF;
    line-height: 36px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    cursor:pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
}
input[type=button]:hover,
input[type=submit]:hover,
.button:hover{
    background-color: rgba(0,0,0,0.7);
}
.button *{
    background-color: inherit;
    color: inherit;
    border: none;
    text-align: center;
    font-weight: inherit;
    cursor: inherit;
}

.text.editor{
    
}
.text.editor img{
    height: auto !important;
}
.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
.text.editor .sloupcovaSazba td:last-child:not(:first-child){
    padding-left: 10px;
}
.text.editor .prilohaL{
    margin: 0 10px 5px 0;
}
.text.editor .prilohaP{
    margin: 0 0 5px 10px ;
}
.text.editor .priloha .text{
    display: none;
}
.text.editor .sloupcovaSazba{
    width: 100%;
}

header:after,
main:after,
footer:after,
.vnitrek:after,
ul:after{
    content: ' ';
    display: block;
    clear: both;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 1px solid rgba(0,0,0,0.7);
    margin: 20px auto 30px auto;
}

.vnitrek{
    display: block;
    width: 1360px;
    padding: 0px 10px;
    margin: 0px auto;
    clear: both;
}
.vnitrek.nopadding{
    width: 1240px;
    padding: 0;
}

.flex{
    display: flex;
    position: relative;
}

/*############################################################################*/
/*############################################################################*/
/*############################################################################*/


/* postranni kontakt */
.telefonHorni {
	display: block;
	position: fixed;
	top: 40px;
	right: -1px;
	width: 60px;
	height: 222px;
	z-index: 9;
	opacity: 0.8;
	/*background: url(img/tel602143902.png);*/
	background: url(img/tel724013805.png);
}
.telefonDolni {
	display: block;
	position: fixed;
	top: 262px;
	right: -1px;
	width: 60px;
	height: 222px;
	z-index: 9;
	opacity: 0.8;
	background: url(img/tel472700338.png);
}
.telefonHorni:hover,
.telefonDolni:hover {
    opacity: 1;
    right:0px;
}
@media only screen and (max-width:1500px){
    .telefonHorni,
    .telefonDolni {
        display: none;
    }
}
/* postranni kontakt */




/* prologo */
.prologo{
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
}
.prologo .komponentaKosik,
.prologo .komponentaPrihlaseni,
.prologo .facebook,
.prologo .email,
.prologo .phone,
.prologo .logo
{
    line-height: 76px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid white;
    display: inline-block;
    height: 76px;
}
.prologo a:not(.logo):hover{
    filter: brightness(130%);
}
.prologo .komponentaKosik {
    background: #4eac00 url(img/basket-white.svg) scroll no-repeat 10px center/40px auto;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 60px;
    margin: 0 0 0 1px;
}
.prologo .komponentaPrihlaseni{
    background: #c91400 url(img/user-white.svg) scroll no-repeat center center/40px auto;
    padding: 0 30px;
    position: relative;
}
.prologo .komponentaPrihlaseni.prihlasen:after{
    content: ' ';
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: limegreen;
    border-radius: 100%;
    box-shadow: 0 0 2px 2px white;
}
.prologo .facebook{
    background: #3d5997 url(img/facebook.png) scroll no-repeat center center/40px auto;
    padding: 0 30px;
}
.prologo .email{
    background: #2e4660 url(img/email.png) scroll no-repeat center center;
    padding: 0 30px;
}
.prologo .phone{
    background: #0061c9 url(img/phone.png) scroll no-repeat center center;
    padding: 0 30px;
}
.prologo .logo{
    display: block;
    width: 534px;
    background: transparent url(img/logo-head.png) scroll no-repeat center center/contain;
    margin-right: auto;
}
@media only screen and (max-width:999px){
    .prologo{
        justify-content: center;
    }
    .prologo .logo{
        width: 100%;
        background-position: 50% 50%;
    }
}
/* prologo */




/* panelNavigace */
.panelNavigace > ul.hloubka1 {
	padding: 0;
	display: flex;
	list-style-type: none;
}
.panelNavigace > ul.hloubka1 > li > ul.hloubka2,
.panelNavigace img,
.panelNavigace .pocetPolozek,
.MobilniZobrazeniNavigaceHloubka2 .pocetPolozek{
	display: none;
}
.panelNavigace > ul.hloubka1 > li {
	display: block;
	width: calc((100%/6) - 1px);
	margin: 2px;
	height: 65px;
	border-radius: 5px;
	position: relative;
}
.panelNavigace > ul.hloubka1 > li > .polozka{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	padding: 12px 10px 0px 10px;
	font-size: 15px;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	line-height: 22px;
	border-radius: 5px;
	text-decoration: none;
}
.panelNavigace > ul.hloubka1 > li > .polozka.sRozbalenouRoletou{
    background: inherit;
}
.panelNavigace > ul.hloubka1 .sRozbalenouRoletou,
.panelNavigace > ul.hloubka1 > li > .vybrana.polozka,
.panelNavigace > ul.hloubka1 > li > .polozka:hover {
	background: #4DAC00;
}
.slozkaStart .panelNavigace > .hloubka1 > li {
	height: 248px;
	text-transform: none;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(1) {
	background: transparent url(img/navigace1.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(2) {
	background: transparent url(img/navigace2.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(3) {
	background: transparent url(img/navigace3.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(4) {
	background: transparent url(img/navigace4.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(5) {
	background: transparent url(img/navigace5.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > .hloubka1 > li:nth-child(6) {
	background: transparent url(img/navigace6.png) scroll no-repeat center center/cover;
}
.slozkaStart .panelNavigace > ul.hloubka1 > li > .polozka {
	padding: 190px 0px 0px 10px;
	background: transparent url(img/menuStrip.png) scroll repeat-x left bottom;
	color: #4DAC00;
	color: #73e613;
}
.slozkaStart .panelNavigace > ul.hloubka1 > li > .sRozbalenouRoletou,
.slozkaStart .panelNavigace > ul.hloubka1 > li > .polozka:hover {
	background: transparent url(img/menuStripHover.png) scroll repeat-x left bottom;
	color: #ffffff;
}
.panelNavigace > ul.hloubka1 > li.sRozbalenouRoletou:after{
    content: ' ';
    display: block;
    background: transparent url(img/roleta-sipka.png) scroll no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    bottom: -21px;
}
.MobilniZobrazeniNavigaceHloubka2{
    display: none;
}
@media only screen and (max-width:1260px){
    .panelNavigace > ul.hloubka1 > li > .polozka {
        font-size: 13px;
        line-height: 18px;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width:999px){
    .panelNavigace > ul.hloubka1 {
    	    flex-wrap: wrap;
    	    justify-content: center;
    }
    .panelNavigace > ul.hloubka1 > li {
    	width: 300px;
    }
    .slozkaStart .panelNavigace > .hloubka1 > li {
        height: 200px;
    }
    .slozkaStart .panelNavigace > ul.hloubka1 > li > .polozka {
        padding-top: 140px;
    }
}
    /* 2022-08-11 pozadavek p.Foltyn */
@media only screen and (max-width:498px){
    .slozkaStart .panelNavigace > .hloubka1 > li {
        height: 160px;
    }
    .slozkaStart .panelNavigace > .hloubka1 > li:nth-child(2) {
        background: transparent url(img/navigace2.png) scroll no-repeat 0 30%/cover;
    }
    .slozkaStart .panelNavigace > .hloubka1 > li:nth-child(3) {
        background: transparent url(img/navigace3.png) scroll no-repeat 0 40%/cover;
    }
    .slozkaStart .panelNavigace > .hloubka1 > li:nth-child(4) {
        background: transparent url(img/navigace4.png) scroll no-repeat 0 25%/cover;
    }
    .slozkaStart .panelNavigace > ul.hloubka1 > li > .polozka {
        padding-top: 111px;
        line-height: 15px;
        background: transparent url(img/menuStrip.png) scroll repeat-x left 116%;
    }
}
@media only screen and (max-width:999px){
    /* JS */
    .MobilniZobrazeniNavigaceHloubka2:not(:empty){
        display: block;
        margin: 10px auto 0 auto;
        border: 2px solid #4DAC00;
        border-radius: 5px;
        overflow: hidden;
    }
    .MobilniZobrazeniNavigaceHloubka2 ul{
        list-style-type: none;
    }
    .MobilniZobrazeniNavigaceHloubka2 .polozka{
        display: block;
        text-align: center;
        padding: 10px;
        background-color: #e4f3d9;
        font-size: 13px;
        line-height: 18px;
        text-decoration: none;
    }
    .MobilniZobrazeniNavigaceHloubka2 li:not(:last-child) .polozka{
        margin: 0 0 1px 0;
    }
    .MobilniZobrazeniNavigaceHloubka2 .hloubka3 li{
        overflow: hidden;
        max-height: 0px;
        transition: all 0.3s;
    }
    .MobilniZobrazeniNavigaceHloubka2 .rozbalHloubku3 ~ .hloubka3 li{
        max-height: 90px;
    }
    .MobilniZobrazeniNavigaceHloubka2 .rozbalHloubku3 ~ .hloubka3 li .polozka{
        background-color: rgb(228 243 217 / 49%);
    }
}
/* panelNavigace */



/* roleta */
.roleta{
    top: 64px;
    position: absolute;
    z-index: 2;
    max-width: none !important;
}
.slozkaStart .roleta{
    top: 248px;
}
.roleta ul{
    list-style-type: none;
    padding: 0;
}
.roleta .hloubka1 {
    margin: 6px 0px 0px 0px;
    background: #AFD790;
    width: calc(620px - 6px);
    border-radius: 5px;
    padding: 10px;
    column-count: 2;
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 45%);
}
.roleta .hloubka1 > li{
    margin-bottom: 20px;
}
.roleta .hloubka1 > li > .polozka{
    font-weight: bold;
}
.roleta *{
    max-width: unset;
    text-decoration: none;
}
.roleta .polozka{
    display: block;
    padding: 5px;
    margin: 1px;
}
.roleta .polozka:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.15);
    border-radius: 5px;
}
.panelNavigace > .hloubka1 > li:nth-child(4) .roleta,
.panelNavigace > .hloubka1 > li:nth-child(5) .roleta,
.panelNavigace > .hloubka1 > li:nth-child(6) .roleta{
    right: 0px;
}
@media only screen and (max-width:999px){
    .roleta{
        display: none !important;
    }
}
/* roleta */





/* menu */
.promenu {
	margin: 30px auto;
	text-align: center;
}
.promenu ul{
    list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.promenu li{
	display: inline-block;
}
.promenu a {
    list-style-type: none;
    padding: 5px 10px;
    margin: 0px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}
.promenu ul li a:hover {
	text-decoration: none;
	background-color: #545454;
	color: white;
}
/* menu */





/* footer */
footer{
    position: relative;
}
footer:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(rgb(25 25 25 / 85%), rgb(25 25 25 / 100%));
    z-index: -1;
}
/*footer .logo{
    position: absolute;
    width: 300px;
    height: 100px;
    background: transparent url(img/paticka-logo-0304-0096.png) scroll no-repeat center center/contain;
    left: 50px;
    top: 50px;
    display: block;
}*/
footer .info{
    padding: 60px 40px 20px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
footer .info .komponentaSlozka {
    float: right;
    padding: 25px 15px 15px 15px;
    margin-top: 60px;
    background-color: rgba(0,0,0,0.75);
    border-radius: 5px;
}
footer .info .komponentaSlozka table{
    float: left;
}
footer .info .komponentaSlozka *{
    color: #ddd;
    font-size: 13px;
}
footer .info .komponentaSlozka td{
    padding: 0 10px;
}
footer .info .komponentaSlozka hr{
    display: none;
}


.komponentaNewsletter{
    xdisplay: none;
}
.komponentaNewsletter{
    position: absolute;
    bottom: 18px;
    left: 50px;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    padding: 10px 15px;
    border-radius: 5px;
    width: 300px;
}
.komponentaNewsletter input{
    display: block;
    width: 300px;
    margin: 2px auto;
    line-height: 24px;
    padding: 5px;
}
.komponentaNewsletter input.email ~ input{
    border-radius: 0px;
    background-color: #666;
}
.komponentaNewsletter input.email ~ input:hover{
    background-color: #4DAC00;
}
.komponentaNewsletter input.email{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    border: none;
}
.komponentaNewsletter input.email ~ input:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



footer .odkazy{
    background-color: #050505;
    padding: 10px;
    text-align: center;
}
footer .odkazy a{
    color: #aaaaaa;
    text-decoration: none;
    white-space: nowrap;
    padding: 0px 10px;
    display: inline-block;
    font-size: 13px;
}
footer img[alt=footer]{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
@media only screen and (max-width:999px){
    footer:before {
        display: none;
    }
    footer .info {
        padding: 0 10px;
        background: none;
    }
    /*footer .logo{
        position: static;
        margin: auto;
    }*/
    footer .info .komponentaSlozka {
        float: none;
        padding: 10px;
        background-color: rgba(0,0,0,0.75);
        width: 500px;
        margin: 10px auto 10px auto;
    }
    footer .info .komponentaSlozka:after{
        display: block;
        clear: both;
        content: ' ';
    }
    .komponentaNewsletter {
        position: static;
        display: block;
        clear: both;
        margin: 10px auto;
    }
}
@media only screen and (max-width:550px){
    footer .info .komponentaSlozka {
        width: 300px;
    }
}
/* footer */





/* main */
main .vnitrek{
    justify-content: space-between;
    margin-bottom: 200px;
}
.levypanel{
    width: 224px;
}
.slozkaStart .levypanel{
    margin: auto;
}
body:not(.slozkaStart) .pravypanel{
    width: calc(100% - 240px);
    margin: 0 0 0 auto;
}
.slozkaStart main .vnitrek{
    flex-direction: column;
}
@media only screen and (max-width:999px){
    main .vnitrek{
        justify-content: space-between;
        flex-direction: column;
    }
    .levypanel{
        margin: 0 auto 20px auto;
        width: 100%;
    }
    body:not(.slozkaStart) .pravypanel{
        width: auto;
        margin: auto;
    }
    main .sloupcovaSazba,
    main .sloupcovaSazba thead,
    main .sloupcovaSazba tbody,
    main .sloupcovaSazba tfoot,
    main .sloupcovaSazba tr,
    main .sloupcovaSazba td,
    main .sloupcovaSazba th{
        display: block;
        width: 100%;
    }
    main .sloupcovaSazba td{
        padding: 0 0 20px 0;
    }
    .text.editor .priloha {
        margin: 0;
    }
}
/* main */




/* komponentaHledat */
.komponentaHledat {
	display: block;
	position: relative;
	background: #ffffff;
	border: 2px solid #4DAC00;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px auto;
}
.komponentaHledat input[type=text] {
	width: 100%;
	box-shadow: none;
	font-size: 20px;
	line-height: 20px;
	line-height: 60px;
	padding: 0 0 0 10px !important;
	border: none;
}
.komponentaHledat input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
	width: 70px;
	display: block;
	border: none;
	background: #4DAC00 url(img/lupa-white.svg) scroll no-repeat center center/60%;
	border-radius: 0px;
	box-shadow: none;
	min-width: 0;
	font-size: 0px;
	margin: 0;
}
.pravypanel .komponentaHledat,
.slozkaStart .levypanel .komponentaHledat{
    /* pro jistotu - ve stare verzi byla komponenta v editoru */
    display: none;
}
.slozkaStart .komponentaHledat{
    width: 410px;
    margin: 10px auto;
    transition: all 0.2s;
}
@media only screen and (max-width:999px){
    .slozkaStart .komponentaHledat{
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width:999px){
    .komponentaHledat.focussed {
        position: absolute;
        width: calc(100% - 20px);
    }
    .komponentaHledat.focussed + *{
        margin-top: 85px !important;
    }
    .komponentaHledat.focussed + .souvisejici{
        margin-top: 100px !important;
    }
}
/* komponentaHledat */




/* uni sablony */

    /* DetailProduktu001 */
body .DetailProduktu001 .formulardokosiku input[type=submit]{
    padding-left: 45px;
    color: #ffffff;
    background: #4DAC00 url(img/basket-white.svg) scroll no-repeat 10px center/auto 70%;
}
body .DetailProduktu001 .formulardokosiku .cenabez td {
    color: silver;
    display: table-cell;
}
body .DetailProduktu001 .formulardokosiku .cenabezna .hodnota,
body .DetailProduktu001 .formulardokosiku .cenaakcni .hodnota {
    color: #4DAC00;
}
body[data-jazyk=CZ] .DetailProduktu001 .formulardokosiku .cenabezna .hodnota:after,
body[data-jazyk=CZ] .DetailProduktu001 .formulardokosiku .cenaakcni .hodnota:after,
body[data-jazyk=CZ] .DetailProduktu001 .formulardokosiku .cenabez .hodnota:after{
    content: ' (za M.J.)';
    display: inline;
    font-size: 0.8rem;
}
body[data-jazyk=DE] .DetailProduktu001 .formulardokosiku .cenabezna .hodnota:after,
body[data-jazyk=DE] .DetailProduktu001 .formulardokosiku .cenaakcni .hodnota:after,
body[data-jazyk=DE] .DetailProduktu001 .formulardokosiku .cenabez .hodnota:after{
    content: '(pro Maßeinheit)';
    display: block;
    font-size: 0.8rem;
}
body[data-jazyk=SK] .DetailProduktu001 .formulardokosiku .cenabezna .hodnota:after,
body[data-jazyk=SK] .DetailProduktu001 .formulardokosiku .cenaakcni .hodnota:after,
body[data-jazyk=SK] .DetailProduktu001 .formulardokosiku .cenabez .hodnota:after{
    content: '(pre M.J.)';
    display: block;
    font-size: 0.8rem;
}
body .DetailProduktu001 .komponentaRating,
body .DetailProduktu001 .transports {
    display: none;
}

    /* KatalogFiltryRazeni001 */
body:not(.slozkaStart) .KatalogFiltryRazeni001[data-katalog-produktu="0"]{
    min-height: 30vw;
}
body .KatalogFiltryRazeni001 .razeni .popis,
body .KatalogFiltryRazeni001 .filtry{
    display: none;
}

    /* objednavky17 */
.strankaDataUzivatele.objednavky17 #tabulkaDoprava .dopravniSluzba5 .proIcon,
.strankaDataUzivatele.objednavky17 #tabulkaDoprava .dopravniSluzba26 .proIcon {
    background: url(img/kosik-logo-sroubek.png) scroll no-repeat center center/contain;
}
.strankaDataUzivatele.objednavky17 #tabulkaDoprava .vyhledatPobocku{
    float: right;
    background-color: #4DAC00 !important;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    padding: 2px 5px;
}
.strankaDataUzivatele #tabulkaDoprava .vyhledatPobocku:hover{
    text-decoration: underline;
}
body.strankaKosik .kosik .objednej input{
    min-width: 200px;
}

body.strankaKosik .kosik .navigace:nth-child(2){
    display: none;
}

body.strankaDataUzivatele.objednavky17 form .modesli .hodnota input[name=zpetNaObjednavku],
body.strankaDataUzivatele.objednavky17 form .modesli .hodnota input[name=zpetDoKosiku],
body.strankaKosik .kosik .navigace a,
body.strankaKosik .kosik .objednej input + a{
    text-decoration: none;
    display: inline-block;
    border: 1px solid #4DAC00;
    border-radius: 5px;
    padding: 18px 10px;
    color: #4DAC00;
    min-width: 200px;
    text-align: center;
    background: white;
    line-height: initial;
}

    /* NahledProduktu003 */
body[data-jazyk=CZ] .NahledProduktu003.exitujiVarianty .cena:not(.puvodni):before {
    content: 'od ';
}
body[data-jazyk=DE] .NahledProduktu003.exitujiVarianty .cena:not(.puvodni):before {
    content: 'ab ';
}
body[data-jazyk=SK] .NahledProduktu003.exitujiVarianty .cena:not(.puvodni):before {
    content: 'od ';
}
body .NahledProduktu003 .priznaky .priznakDoporucujeme{
    background: #4DAC00 !important;
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    width: 84px;
    height: auto;
    padding: 3px 0;
    border-radius: 3px;
    opacity: 0.65;
}
body .NahledProduktu003 .priznaky .probihaAkce span:last-child:before {
    content: '-';
}
body .NahledProduktu003 .puvodni {
    text-decoration: line-through
}
@media only screen and (min-width:761px){
    body .NahledProduktu003{
        width: calc((100% / 4) - 10px);
    }
}
@media only screen and (max-width:560px){
    body .NahledProduktu003{
        width: calc((100% / 2) - 10px) !important;
    }
}
@media only screen and (max-width:460px){
    body .NahledProduktu003{
        width: 320px !important;
        margin: auto;
        float: none;
    }
}



    /* souvisejici a visited - zvetsit miniatury */
body .visited .container a,
body .souvisejici .container a{
    width: 200px;
    position: relative;
}
body .visited .container a img,
body .souvisejici .container a img{
    width: 196px;
}
body .visited .container a .caption,
body .souvisejici .container a .caption{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.65);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 7px;
    color: white;
    white-space: initial;
    min-height: 44px;
    overflow: hidden;
}
body .visited .container a .caption span,
body .souvisejici .container a .caption span{
    display: block;
    color: white;
}
body .visited .container a .caption span:not(:first-child),
body .souvisejici .container a .caption span:not(:first-child){
    font-weight: bold;
    font-size: 1.25em;
}

    /* mezikosik */
body .dialogVlozenoDoKosiku .nakupteJeste{
    background-color: #E69406;
    padding: 15px !important;
    color: white;
    border: 0px none !important;
}
body .dialogVlozenoDoKosiku .nakupteJeste,
body .dialogVlozenoDoKosiku .nakupteJeste *{
    color: white;
    font-size: 17px;
    line-height: 24px;
}
body .dialogVlozenoDoKosiku .nakupteJeste strong:first-child{
    text-transform: uppercase;
}

@media only screen and (max-width:999px){
    body.strankaKosik .kosik table tr.polozka {
        border: 1px solid #ddd;
        margin: 5px auto;
        padding: 0 5px;
    }
    body.strankaKosik .kosik table .zaMnozstviBez{
        font-size: 0.75em;
        color: #aaa;
    }
    body.strankaKosik[data-jazyk=CZ] .kosik table .zaMnozstviBez:after{
        content: ' Kč bez DPH';
    }
    body.strankaKosik[data-jazyk=DE] .kosik table .zaMnozstviBez:after{
        content: ' € ohne MWSt';
    }
    body.strankaKosik[data-jazyk=SK] .kosik table .zaMnozstviBez:after{
        content: ' € bez DPH';
    }
    body.strankaKosik .kosik table .zaMnozstviVcetne{
        font-weight: bold;
        color: #444;
    }
    body.strankaKosik[data-jazyk=CZ] .kosik table .zaMnozstviVcetne:after{
        content: ' Kč s DPH';
    }
    body.strankaKosik[data-jazyk=DE] .kosik table .zaMnozstviVcetne:after{
        content: ' € mit MWSt';
    }
    body.strankaKosik[data-jazyk=SK] .kosik table .zaMnozstviVcetne:after{
        content: ' € s DPH';
    }
    body.strankaKosik .kosik table tr.polozka a img{
        float: left !important;
        margin-right: 10px !important;
    }
    body.strankaKosik .kosik table tr.polozka a .nazev{
        display: block;
        margin-top: 20px;
    }
    body.strankaKosik .kosik table tr.polozka .mnozstvi input[name=mnozstvi]{
        display: inline-block;
    }
    body.strankaKosik .kosik .nastavMnozstvi{
        width: 28px;
        outline: 1px solid #01a510;
    }
    body.strankaKosik .kosik .smazPolozku{
        width: 28px;
        outline: 1px solid #ff0101;
    }
    body.strankaKosik .kosik table tr.nadpis{
        display: none;
    }
    body.strankaKosik .kosik table tr.celkem{
        border: 0px none;
        margin: 20px auto;
    }
    body.strankaKosik .kosik table tr.celkem .zaMnozstviBez{
        color: #aaa;
        font-size: 0.75em;
    }
    body.strankaKosik .kosik table tr.celkem .nazev,
    body.strankaKosik .kosik table tr.celkem .zaMnozstviVcetne{
        color: #4DAC00;
        font-weight: bold;
    }
    body.strankaKosik .kosik table tr.celkem .zaMnozstviVcetne{
        font-size: 1.1em;
    }
    body.strankaKosik .kosik .polozka .nazev a span.nazev,
    body.strankaKosik .kosik .polozka .nazev a span.upresneni,
    body.strankaKosik .kosik .polozka .nazev a span.kod,
    body.strankaKosik .kosik .polozka .nazev a span.kod {
        text-align: left !important;
    }
    body.strankaKosik .kosik .navigace:last-child{
        text-align: center;
    }
    body.strankaKosik .kosik .objednej input + a{
        margin-top: 10px;
    }
    body.strankaKosik .kosik .objednej input{
        display: block;
        margin: auto;
    }
}
/* uni sablony */




/* filtry */
.slozkaStart .formularFiltrHledat,
.pravypanel .formularFiltrHledat,
.formularFiltrHledat #menuFiltry {
	display: none;
}
.formularFiltrHledat {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.formularFiltrHledat:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.formularFiltrHledat .popisek label{
    display: block;
    line-height: 60px;
    background-color: #e4f3d9;
    text-transform: uppercase;
    color: #4DAC00;
    font-weight: bold;
    padding-left: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.formularFiltrHledat #menuFiltry:checked ~ #panelFiltru{
    max-height: 3000px;
    transition: max-height 1.6s;
}
.formularFiltrHledat .formularFiltry .polozka .nadpisFiltru {
	display: block;
	background: #4DAC00;
	border-radius: 5px;
	line-height: 30px;
	font-size: 18px;
	padding: 0px 20px 0px 30px;
	margin: 10px  3px 0px  3px;
	color: #ffffff;
}
.formularFiltrHledat .formularFiltry .polozka .hodnotaFiltru {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	background: #e4f3d9;
	border-radius: 5px;
	line-height: 30px;
	font-size: 18px;
	padding: 0px 20px 0px 30px;
	margin: 2px  3px 0px  3px;
	color: #000000;
	cursor: pointer;
}
.formularFiltrHledat .formularFiltry .polozka .hodnotaFiltru.zrusitFiltr {
	text-decoration: underline;
}
.formularFiltrHledat .formularFiltry .polozka .hodnotaFiltru.zrusitFiltr:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	text-align: center;
	content: "\00d7";
}
.formularFiltrHledat .formularFiltry .polozka .hodnotaFiltru:hover {
	background: #b2dc92;
}
.formularFiltrHledat .formularFiltry .polozka .hodnotaFiltru.vybrana {
	background: #b2dc92 url(img/filtr-vybrany.png) scroll no-repeat left center;
}
.formularFiltrHledat .formularFiltry span.odesli {
	display: none;
}
@media only screen and (max-width:999px){
    .formularFiltrHledat #panelFiltru{
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.3s;
    }
    .formularFiltrHledat .popisek label {
        border: 2px solid #4DAC00;
    }
    .formularFiltrHledat .popisek label:after{
        content: ' ';
        display: block;
        float: right;
        width: 70px;
        height: 60px;
        background: #4DAC00 url(img/menu-mobile-white.svg) scroll no-repeat center center/40px 40px;
    }
}
/* filtry */






/* heureka banner */
@media only screen and (max-width:1500px){
    #heurekaTableft {
	   display: none !important;
    }
}
/* heureka banner */




/* 2021 slideshow-posuvne */
.slideshow{
    margin: 10px auto;
    background-color: white;
	position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.slideshow .zobrazenychSlozek0{
    display: none;
}
.slideshow .slozky {
    /*padding: 26.5% 0 0 0;*/
    padding: 32% 0 0 0;
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	transition: all 0s;
}
.slideshow.reloaded .slozka{
    transition: all 2s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .actual{
	opacity: 1;
	transform: translate3d(0%, 0px, 0px);
}
.slideshow .commingFromRight,
.slideshow .leavingToRight{
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
}
.slideshow .commingFromLeft,
.slideshow .leavingToLeft{
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
}
.slideshow .nazev{
    display: none;
}
.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 .propoints{
    position: relative;
    height: 0px;
    text-align: center;
    margin: auto;
}
.slideshow .propoints span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.25);
    margin: 0 5px;
    border-radius: 100%;
    position: relative;
    margin-top: -40px;
    box-shadow: 0 0 3px 1px rgb(255 255 255 / 25%);
}
.slideshow .propoints .selected{
    background-color: rgba(0,0,0,0.85);
}
@media only screen and (max-width:1280px){
    .slideshow{
        width: calc(100% - 20px) !important;
    }
}
/* 2021 slideshow-posuvne */







/* homepage */
.slozkaStart h1{
    display: none;
}
main .vnitrek {
    margin-bottom: 60px;
}
main .pravypanel {
    margin-top: 60px;
}
/* homepage */




/* souvisejici pod navigaci */
.strankaZbozi .levypanel .souvisejici{
    margin: 25px auto;
}
.strankaZbozi .levypanel .souvisejici h3{
    text-align: center;
}
.strankaZbozi .levypanel .souvisejici .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.strankaZbozi .levypanel .souvisejici .container a{
    width: 200px;
    position: relative;
    display: inline-block;
    margin: 1px;
    padding: 2px;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0px #ddd;
    overflow: hidden;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    width: 200px;
    min-height: 200px;
    min-height: 200px;
    text-decoration: none !important;
    background-color: #efefef;
}
.strankaZbozi .levypanel .souvisejici .container a img{
    width: 196px;
    display: block;
}
.strankaZbozi .levypanel .souvisejici .container a .caption{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.65);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 7px;
    color: white;
    white-space: initial;
    min-height: 44px;
    overflow: hidden;
}
.strankaZbozi .levypanel .souvisejici .container a .caption span{
    display: block;
    color: white;
}
.strankaZbozi .levypanel .souvisejici .container a .caption span:not(:first-child){
    font-weight: bold;
    font-size: 1.25em;
}
.strankaZbozi .levypanel .souvisejici .container a:nth-child(1n+5){
    display: none;
}
@media only screen and (max-width:999px){
    .strankaZbozi .levypanel .souvisejici{
        display: none;
    }
}
/* souvisejici pod navigaci */




/* nejProdukty */
.nejProdukty{
    width: 1240px;
    margin: 10px auto;
}
.nejProdukty > .komponentaSlozka > .text > h4{
    color: initial;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.nejProdukty > .komponentaSlozka > .text{
    display: flex;
    flex-direction: column;
}
.nejProdukty > .komponentaSlozka > .text > *:not(.komponentaZbozi):not(.komponentaNahledProduktu):not(h1):not(h2):not(h3):not(h4):not(.komponentaProductSlider){
    display: none;
}
.nejProdukty > .komponentaSlozka > .text > h1,
.nejProdukty > .komponentaSlozka > .text > h2,
.nejProdukty > .komponentaSlozka > .text > h3,
.nejProdukty > .komponentaSlozka > .text > h4{
    margin: 30px auto 10px auto;
    font-weight: bold;
    text-align: center;
}
.nejProdukty .komponentaNahledProduktu {
    display: flex;
    flex-wrap: wrap;
}
.nejProdukty .NahledProduktu003 {
    width: calc((100% / 4) - 10px);
    border: 1px solid #eee;
    margin: 5px;
}
.nejProdukty .NahledProduktu003 h3{
    padding: 0;
}
@media only screen and (max-width:900px){
    body .nejProdukty .NahledProduktu003{
        width: calc(100% / 3);
    }
    .nejProdukty .komponentaNahledProduktu {
        justify-content: center;
    }
}
@media only screen and (max-width:600px){
    body .nejProdukty .NahledProduktu003{
        width: 300px;
    }
}
/* nejProdukty */


/* komponentaProductSlider */
.komponentaProductSlider{
    width: 1240px;
    margin: auto;
}
.komponentaProductSlider .slideRight,
.komponentaProductSlider .slideLeft {
    background: rgba(0,0,0,0.65) !important;
}
.komponentaProductSlider .slideRight:hover,
.komponentaProductSlider .slideLeft:hover {
    background: rgba(0,0,0,0.95) !important;
}
@media only screen and (min-width:1330px){
    .komponentaProductSlider .slideLeft{
        left: -40px !important;
    }
    .komponentaProductSlider .slideRight {
        right: -40px !important;
    }
}
/* komponentaProductSlider */




/* slozka Nejcastejsi dotazy - rozbalovani odstavcu */
/* slozka Likvidace Zasob */
/* slozka Blog */
.slozkaNejcastejsiDotazy .katalog td > *:first-child,
.slozkaNejcastejsiDotazy .katalog td > *:first-child *{
    cursor: pointer;
}
.slozkaNejcastejsiDotazy .katalog td > *:not(:first-child){
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}
.slozkaLikvidaceZasob .katalog .podslozky a:after,
.slozkaBlog .katalog .podslozky a:after,
.slozkaNejcastejsiDotazy .katalog td > *:first-child:after{
    content: 'zobrazit';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    background-color: rgb(77 172 0 / 35%);
    margin-left: 10px;
    color: white;
}
.slozkaNejcastejsiDotazy .katalog td > *.rozbal:first-child:after{
    content: 'skrýt';
    background-color: #ccc;
}
.slozkaNejcastejsiDotazy .katalog td > *:first-child.rozbal ~ *{
    opacity: 1;
    max-height: 999px;
    padding-bottom: 10px;
    transition: padding-bottom 0.3s, opacity 1s, max-height 1.3s;
}
.slozkaLikvidaceZasob .katalog .podslozky a:hover:after,
.slozkaBlog .katalog .podslozky a:hover:after,
.slozkaNejcastejsiDotazy .katalog td > *:hover:first-child:after{
    background-color: rgb(77 172 0 / 55%);
}
/* slozka Nejcastejsi dotazy - rozbalovani odstavcu */
/* slozka Likvidace Zasob */
/* slozka Blog */


/* bannerSvatky */
.bannerSvatky {
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #c91400;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding: 25px;
}
.bannerSvatky strong {
    position: relative;
    left: 0px;
    top: -3px;
    font-size: 31px;
    color: #ffff77;
}


/* bannerAsistent */
.bannerAsistent {
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 79px;
    background-color: #5abc11;
    background-image: url(img/banner-asistent.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media screen and (orientation: portrait) {
    .bannerAsistent {
        background-size: 140% auto;
        background-position: 45% 50%;
    }
}

.bannerAsistent:hover {
    filter: brightness(105%);
}



/* reklamapodlogem */
.reklamapodlogem .komponentaSlozka {
    background-color: #fab326;
    display: flex;
    min-height: 79px;
    margin-bottom: 11px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    border: 5px solid #fab326;
}
.reklamapodlogem .komponentaSlozka *{
    color: white;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
}
.reklamapodlogem .komponentaSlozka table{
    border-collapse: collapse;
}
.reklamapodlogem .komponentaSlozka h1,
.reklamapodlogem .komponentaSlozka h2,
.reklamapodlogem .komponentaSlozka h3,
.reklamapodlogem .komponentaSlozka h4{
    font-size: 1.5rem !important;
}
.reklamapodlogem .komponentaSlozka td{
    padding: 0 10px;
    vertical-align: middle;
}
.reklamapodlogem .komponentaSlozka .priloha{
    margin: auto;
    float: none;
}
@media only screen and (max-width:999px){
    .reklamapodlogem .komponentaSlozka table,
    .reklamapodlogem .komponentaSlozka table thead,
    .reklamapodlogem .komponentaSlozka table tbody,
    .reklamapodlogem .komponentaSlozka table tfoot,
    .reklamapodlogem .komponentaSlozka table tr,
    .reklamapodlogem .komponentaSlozka table td,
    .reklamapodlogem .komponentaSlozka table th{
        display: block;
        width: 100%;
    }
    .reklamapodlogem .komponentaSlozka table td{
        padding: 0 0 5px 0;
        text-align: center;
    }
}
/* reklamapodlogem */




.KatalogFiltryRazeni001.slozka51 .podslozky a{
    display: block;
    padding-bottom: 10px;
}
.KatalogFiltryRazeni001.slozka51 .editor{
    min-height: 20vw;
}

/* 2024-05-22 p. Vodicka: mnozstvi na sklade */

.strankaZbozi .dostupnost.parametr,
.strankaZbozi .skladem.parametr {
    display: none;
}

.strankaZbozi .parametr86 td {
    font-weight: bold;
}


/*body .komponentaCookies2022 .komponentaCookies2022Vnitrek {
    z-index: 0 !important;
}*/

body .komponentaCookies2022 {
    display: none;    
}
