

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 17px;
	line-height: 27px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #000;
}

html {
	background-color: #ffffff;
}

head {
	display: none;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #3f3f3f;
	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;

}

body:before{
    content: ' ';
    position: absolute;
    z-index: -2;
    background: url(img/background.jpg) scroll no-repeat center top/cover;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}
body:after{
    content: ' ';
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1) 60%);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;

}

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]{

}

input[type=text]:focus,
input[type=password]:focus{

}

*::-webkit-input-placeholder {
	color: silver;
}
*:-moz-placeholder {
	color: silver;
}
*::-moz-placeholder {
	color: silver;
}
*:-ms-input-placeholder {
	color: silver;
}

h1,h2,h3,h4{
	font-weight: bold;
	padding-bottom: 10px;
}
h1{
	font-size: 24px!important;
	font-weight: 900!important;
    margin-bottom: 5px;
}
h1,
h1 *{
    line-height: 34px;
    font-weight: bold;
    color: rgba(191, 107, 213, 1);
}
h2,
h2 *{
    font-size: 24px!important;
    line-height: 30px;
    font-weight: bold;
}
h3,
h3 *{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 0px;
}

p{
	padding-bottom: 10px;
	font-size: 18px!important;
}
p strong{
	font-size: 18px!important;
}
p.stylPoznamka{
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}
a,
a *{
	cursor: pointer;
	text-decoration: underline;
	color: rgb(57, 98, 186);
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}


main a[href*='.pdf']:not(.priloha){
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg']:not(.priloha),
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}
main a[href*='.png']:not(.priloha),
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc']:not(.priloha),
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']:not(.priloha),
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}


ul, ol{
	list-style-position: inside;
	list-style-type: none;
}

.obsahovyPanel .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.obsahovyPanel .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.obsahovyPanel .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: rgb(57, 98, 186);
	color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
	border: none;
	text-align: center;
	min-width: 100px;
	font-weight: bold;
	cursor: pointer;
    filter: brightness(100%);
	transition: filter 0.2s, box-shadow 0.2s;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}
.stylBunkaVpravo{
	text-align: right;
}

.katalog{
    width: 100%;
    overflow: auto;
}
.text.editor{
    /*min-width: 800px;*/
}


section img,
.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 .prilohaL{
    margin: 0 10px 5px 0;
}
.text.editor .prilohaP{
    margin: 0 0 5px 10px ;
}

.text.editor .priloha .text{
    /*display: none;*/
}

.vnitrek:after,
.obsahovyPanel:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.obsahovyPanel .text:after
{
	content: ' ';
	display: block;
	clear: both;
	font-size: 0px;
}



.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;
}

hr{
    border-bottom: 3px solid orange;
    margin: 10px auto 20px auto;
}

script{
	display: none !important;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}


.vnitrek{
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    position: relative;
}
.content .vnitrek{
	min-height: 50vw;
}

.content p[class*=pozadi]{
    padding: 10px;
}


/******************************************************************************************/
/******************************************************************************************/




/* header */
header{
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.35);
    background-color: rgba(191, 107, 213, 0.95);
    position: fixed;
    width: 100%;
    top: 0px;
    min-height: 70px;
    z-index: 1;
}
header nav{
    padding: 10px 0;
    transition: padding 0.2s;
    text-align: center;
}
header nav .hloubka2{
	display: none;
}
header nav > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 1;
}
header nav > ul > li{
    display: inline-block;
    min-width: 60px;
    position: relative;
}
header nav > ul > li > .polozka{
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
	font-size: 24px;
	cursor: pointer;
}
header nav > ul > li > .polozka:hover{
    background-color: rgba(255,255,255,0.1);
}
header nav > ul > li > .polozka.vybrana{
    text-decoration: underline;
}
header nav > ul > li > .hloubka2{
    display: none;
}
header nav > ul > li.i572 .roleta,
header #menu{
    display: none !important;
}
header nav a[href*='facebook'],
header nav a[href*='instagram'],
header nav a[href*='blindfriendly']{
    color: transparent !important;
    position: relative;
    width: 50px;
    height: 50px;
    top: 0px;
    width: 60px;
    left: calc(50% - 30px);
}
header nav a[href*='facebook']{
	background: url(img/icons8-facebook-48.png) scroll no-repeat center center/contain;
}
header nav a[href*='instagram']{
	background: url(img/instagram.svg) scroll no-repeat center center/auto 80%;
}
header nav a[href*='blindfriendly']{
    background: url(img/blindfriendly.png) scroll no-repeat center center/contain;
}
header label[for=menu]{
    position: absolute;
    top: 140px;
    right: 10px;
    z-index: 1;
    display: none;
    cursor: pointer;
    background: url(img/menu.png) scroll no-repeat center center/contain;
    font-size: 0px;
    width: 50px;
    height: 50px;
}
header label[for=menu]:hover{
    background-color: rgba(255,255,255,0.1);
}
@media only screen and (max-width:999px){
    header{
        position: static;
    }
    header nav > ul,
    header nav > ul > li {
        position: static;
    }
    header nav a[href*='blindfriendly'] {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    header nav{
        margin: auto;
        width: 300px;
        padding: 0;
        max-height: 0px;
        overflow: hidden;
        transition: 0.4s all;
    }
    header nav > ul > li{
        display: block;
    }
    header nav > ul > li > .polozka{
        padding: 10px;
        text-align: center;
    }
    header #menu:checked + nav{
        max-height: 1000px;
    }
    header label[for=menu]{
        display: block;
        top: 10px;
    }
}
/* header */



/* logo */
.prologo{
    min-height: 100px;
    padding: 120px 0 20px 0;
}
body:not(.homepage) .prologo{
    padding: 90px 0 0 0;
}
/*
.prologo .logo{
    display: block;
    padding-top: 300px;
    width: 260px;
    margin: auto;
    background:
        url(img/msmotylek.png) scroll no-repeat center bottom/contain,
        url(img/motylek-ul.png) scroll no-repeat center top/contain;
    transition: all 0.3s;
}
body:not(.homepage) .prologo .logo{
    padding-top: 150px;
    width: 130px;
}
*/
.prologo .logo:hover{
    background-color: rgba(255, 153, 0, 0.15);
    box-shadow: 0 0 50px 50px rgba(255, 153, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.75);
}

.prologo .logo {
    display: block;
    width: 460px;
    margin: auto;
    text-decoration: none;
    padding: 170px 0 10px 0px;
    background: url(img/motylek-logo.png) scroll no-repeat center center/contain;
}
.prologo .logo *{
    display: block;
        display: none;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 0;
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
}
.prologo .logo p:first-child{
    font-size: 1.5rem !important;
}
.prologo .pomocny a {
    display: block;
    padding: 10px 10px 10px 45px;
    color: white;
    text-decoration: none;
    min-width: 208px;
    border-radius: 5px;
}
.prologo .pomocny a:hover {
    background-color: #a05eb6;
}
.prologo .levy,
.prologo .pravy{
    position: absolute;
    top: 130px;
    right: 10px;
    display: block;
    box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background-color: rgba(191, 107, 213, 0.95);
    padding: 10px;
}
.prologo .levy{
    right: auto;
    left: 10px;
}
.prologo .pedagog{
    background: url(img2/pedagog.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .zdravaskola{
    background: url(img2/zdravi.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .rodicevitani{

}
.prologo .rychlymobil{
    background: url(img2/mobil.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .rychlykontakt{
    background: url(img2/telefon.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .rychlymail{
    background: url(img2/email.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .jidelnilistek{
    background: url(img2/jidelnicek.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .zapis{
    background: url(img2/zapis.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
.prologo .akce{
    background: url(img2/akce.png) scroll no-repeat 5px 50%;
    background-size: auto 62%;
}
body:not(.homepage) .prologo .pomocny{
    display: none;
}
@media only screen and (max-width:999px){
    .prologo{
        padding: 0px 0 20px 0;
    }
    .prologo .logo {
        width: auto;
        border: 10px solid rgba(0,0,0,0);
    }
    .prologo .levy,
    .prologo .pravy {
        position: static;
        box-shadow: none;
        border-radius: 0px;
        padding: 0 10px;
        text-align: center;
    }
    .prologo .pomocny a{
        padding: 5px 0px 5px 40px;
        min-width: 200px;
    }
}
/* logo */



/* roleta */
.roleta{
    position: absolute;
    background-color: rgba(191, 107, 213, 1);
    z-index: 1;
    padding: 10px;
    max-width: unset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 23px 0px;
}
.roleta img{
	display: none;
}
.roleta,
.roleta *{
    max-width: none;
}
.roleta ul{
    list-style-type: none;
    max-width: none;
    max-width: unset;
}
.roleta .polozka{
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    width: 200px;
    max-width: none;
    max-width: unset;
}
.roleta .polozka:hover{
    background-color: #228AE3;
}
.i496 .roleta{
    display: none !important;
}
.roleta li a{
	font-size: 13px;
	line-height: 18px;
	text-align: left!important;
}
@media only screen and (max-width:999px){
    .roleta{
        display: none !important;
    }
}
/* roleta */





/* section */
section{
	margin: 50px auto 100px auto !important;
	min-height: 300px;
	clear: both;
}
section:last-child:not(:first-child){
    margin: 50px auto 50px auto !important;
}
section > h2{
    text-transform: uppercase;
    color: rgba(191, 107, 213, 1);
    text-align: center;
    border-bottom: 2px solid rgba(191, 107, 213, 1);
    margin-bottom: 10px;
}
section h3{
    color: rgb(57, 98, 186) !important;
}
.slozka82 .seznamStranek .slozka,
.slozka83 .seznamStranek .slozka,
.slozka84 .seznamStranek .slozka,
.slozka85 .seznamStranek .slozka,
section .slozka{
    transition: background-color 0.2s;
    display: block;
	position: relative;
	padding: 10px;
	text-decoration: none;
	color: black;
	margin: 0 auto 30px auto;
}
.slozka82 .seznamStranek .slozka *,
.slozka83 .seznamStranek .slozka *,
.slozka84 .seznamStranek .slozka *,
.slozka85 .seznamStranek .slozka *,
section .slozka *{
    text-decoration: none;
    color: black;
}
.slozka82 .seznamStranek .slozka:hover,
.slozka83 .seznamStranek .slozka:hover,
.slozka84 .seznamStranek .slozka:hover,
.slozka85 .seznamStranek .slozka:hover,
section .slozka:hover{
    background-color: rgba(191, 107, 213, 0.15) !important;
}
/*
section.aktuality2 .slozka{
    width: calc((100% / 3) - 20px);
    float: left;
    padding: 0px !important;
    margin: 10px;
    height: 200px;
    overflow: hidden;
    background-color: rgba(191, 107, 213, 0.95);
    border-radius: 10px;
    border: 20px solid rgba(191, 107, 213, 0);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    transition: all 0.3s;
}
section.aktuality2 .slozka643{
    background-color: #ea7612f2;
    transition: all 0s;
}
section.aktuality2 .slozka643:hover{
    background-color: #ea7612f2!important;
    box-shadow: 0 0 0px 10px rgb(191 107 213 / 15%);
    transition: all 0s;
}
section.aktuality2 .slozka644{
    background-color: rgba(191, 107, 213, 0.95);
    transition: all 0s;
}
section.aktuality2 .slozka644:hover{
    background-color: rgba(191, 107, 213, 0.95) !important;
    box-shadow: 0 0 0px 10px rgb(191 107 213 / 15%);
    transition: all 0s;
}
section.aktuality2 .slozka540{
    background-color: rgba(61, 206, 61, 1);
    transition: all 0s;
}
section.aktuality2 .slozka540:hover{
    background-color: rgba(61, 206, 61, 1) !important;
    box-shadow: 0 0 0px 10px rgb(191 107 213 / 15%);
    transition: all 0s;
}
section.aktuality2 .slozka *{
    font-size: 13px !important;
    color: white !important;
    line-height: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
}
@media only screen and (max-width:999px){
    section.aktuality2 .slozka{
        width: auto;
        float: none;
        height: auto;
        min-height: 100px;
    }
}*/
/* section */






/* aktuality */
.aktuality{
    margin: 20px auto;
}
.aktuality > h2{
	padding: 20px 5px;
	text-transform: uppercase;
	color: black;
}
.aktuality .slozka{
    display: block;
	float: left;
	width: calc((100% / 3) - 20px);
	margin: 10px;
	transition: background-color 0.1s;
	text-decoration: none;
	border-radius: 15px;
	overflow: hidden;
	transition: opacity 0.3s;
	text-decoration: none;
}
.aktuality .slozka:hover{
	opacity: 0.75;
}
.aktuality .pruh{
    text-align: center;
    color: white;
    width: 110px;
    height: 26px;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 15px 15px 0px 0px;
}
.aktuality a:nth-child(4n+1) .pruh{	background: #ee7203;}
.aktuality a:nth-child(4n+2) .pruh{	background: #c271d5;}
.aktuality a:nth-child(4n+3) .pruh{	background: #3AAA35;}

.aktuality .slozka h2{
	display: none;
}
.aktuality .slozka .text{
    height: 116px;
    height: 215px;
    border: 10px solid transparent;
	border-radius: 15px;
	overflow: hidden;
}
.aktuality .slozka .text,
.aktuality .slozka .text *{
    line-height: 24px;
    text-decoration: none;
    color: #fff !important;
    font-weight: normal;
    padding: 0 !important;
    text-decoration: none !important;
}
.aktuality .slozka .text .nadpis{
    font-weight: bold !important;
}
.aktuality a:nth-child(4n+1) .text{	border: 10px solid #ee7203; background-color: #ee7203; }
.aktuality a:nth-child(4n+2) .text{	border: 10px solid #c271d5; background-color: #c271d5; }
.aktuality a:nth-child(4n+3) .text{	border: 10px solid #3AAA35; background-color: #3AAA35; }
.aktuality .seznamStranek ~ .komponentaSlozka{

}
.vypich table{
    width: 100%;
    text-align: center;
}
x.vypich table{
    display: block;
    width: 1024px;
    margin: 10px auto;
}
x.vypich tr{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
x.vypich td{
    display: block;
    flex: 0 1 calc(50% - 5px);
}
@media only screen and (min-width:999px){
    .vypich td > *{
        height: 100%;
    }
}
@media only screen and (max-width:999px){
    .aktuality .slozka{
    	float: none;
    	width: 400px;
        margin: 10px auto;
        padding: 0px;
        height: auto;
        min-height: 100px;
    }
    .aktuality .slozka .text{
        height: auto;
        min-height: 100px;
    }
    .vypich table,
    .vypich thead,
    .vypich tbody,
    .vypich tfoot,
    .vypich tr,
    .vypich td{
        width: 100%;
        display: block;
        text-align: center;
    }
}
/* aktuality */



/* section motylci */
.motylci .slozka{
    float: left;
    width: 25%;
    padding: 14% 0 0 0 !important;
}
.motylci .slozka *{
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
}
.motylci .slozka[href*=s85CZ]{
    background: url(img/motylek-zluty.png) scroll no-repeat center 20%/60% auto;
}
.motylci .slozka[href*=s82CZ]{
    background: url(img/motylek-duhovy.png) scroll no-repeat center 20%/60% auto;
}
.motylci .slozka[href*=s84CZ]{
    background: url(img/motylek-oranzovy.png) scroll no-repeat center 20%/60% auto;
}
.motylci .slozka[href*=s83CZ]{
    background: url(img/motylek-modry.png) scroll no-repeat center 20%/60% auto;
}

@media only screen and (max-width:999px){
    .motylci{
        margin: 0 auto;
    	width: 500px;
    }
    .motylci .slozka{
        width: 50%;
        padding-top: 25% !important;
        border: 20px solid transparent;
    }
}
/* motylci */








/*  obsahovyPanel */
.obsahovyPanel{
	padding-top: 20px;
	padding-bottom: 55px;
}
.obsahovyPanel a{
	text-decoration: underline;
}
.obsahovyPanel .komponentaNavigace{
    display: none;
    background-color: rgba(191, 107, 213, 0.2);
    padding: 10px;
    margin: 0 auto 20px auto;
    width: auto;
}
.obsahovyPanel .komponentaNavigace .polozka{
    line-height: 20px;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid rgba(191, 107, 213, 0.25);
}
.obsahovyPanel .komponentaNavigace .polozka.vybrana,
.obsahovyPanel .komponentaNavigace .polozka:hover{
    background-color: rgba(191, 107, 213, 0.2);
}
.obsahovyPanel .katalog:not(.slozka572) .komponentaNavigace + h1{
    border-bottom: 2px solid rgba(191, 107, 213, 1);
    margin-bottom: 10px;
}
.obsahovyPanel .katalog:not(.slozka572) > h1:nth-child(2){
    border-bottom: 2px solid rgba(191, 107, 213, 1);
    margin-bottom: 10px;
}
.obsahovyPanel .komponentaNavigace .hloubka2 .polozka{
    padding-left: 30px;
    font-size: 0.8rem;
}
@media only screen and (max-width:999px){
    .obsahovyPanel .sloupcovaSazba,
    .obsahovyPanel .sloupcovaSazba thead,
    .obsahovyPanel .sloupcovaSazba tbody,
    .obsahovyPanel .sloupcovaSazba tfoot,
    .obsahovyPanel .sloupcovaSazba tr,
    .obsahovyPanel .sloupcovaSazba td{
        display: block;
        width: auto;
        padding: 0 !important;
    }
    .obsahovyPanel .komponentaNavigace{
        display: block;
    }
}
/*  obsahovyPanel */







/* pomocnaNavigace */
.pomocnaNavigace,
.pomocnaNavigace *{
    text-decoration: none;
    font-size: 13px;
    color: black;
}

.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
    display: block;
}
.pomocnaNavigace .drobeckova a.polozka{
    text-decoration: underline;
}
.pomocnaNavigace .drobeckova a.polozka:hover{
    outline: 2px solid rgba(191, 107, 213, 0.25);
    background-color: rgba(191, 107, 213, 0.25);
}




.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 20px auto;
}
.pomocnaNavigace .podslozky img{
    display: none;
}
.pomocnaNavigace .podslozky .polozka{
    padding: 5px;
    background: rgba(191, 107, 213, 0.85);
    margin-bottom: 1px;
    display: block;
    margin-bottom: 3px;
    text-decoration: none;
    color: white;
    font-size: 1rem;
}
.pomocnaNavigace .podslozky a.polozka:hover{
    background: rgba(191, 107, 213, 1);
    background: #228AE3;
}
/*.slozka572:not(.slozka0) .pomocnaNavigace .podslozky,
.slozka82:not(.slozka0) .pomocnaNavigace .podslozky,
.slozka83:not(.slozka0) .pomocnaNavigace .podslozky,
.slozka84:not(.slozka0) .pomocnaNavigace .podslozky,
.slozka85:not(.slozka0) .pomocnaNavigace .podslozky {
    display: none;
}*/
/* pomocnaNavigace */






/* footer */
footer{

}
footer .info{
    width: 500px;
    margin: auto;
}
footer .info table{
    width: 100%;
}
footer .info *{
    font-size: 13px !important;
    line-height: 18px !important;
}
footer .logo{
    display: block;
    float: left;
    width: calc((100% - 600px) / 2);
    padding-top: calc((100% - 700px) / 2);
    background: url(img/motylek.png) scroll no-repeat center center/contain;
}
footer .ustinadlabem{
    display: block;
    float: right;
    width: calc((100% - 600px) / 2);
    padding-top: calc((100% - 700px) / 2);
    background: url(img/logo-usti.png) scroll no-repeat center center/contain;
}
footer .mapa{
    width: 100%;
    height: 600px;
    box-shadow: 0px -5px 7px -3px silver;
    margin-bottom: -7px;
}
footer .odkazy{
    padding: 10px;
    background-color: rgba(191, 107, 213, 1);
    text-align: center;
    color: white;
}
footer .odkazy *{
    font-size: 13px;
    color: white;
    text-decoration: none;
}
@media only screen and (max-width:999px){
    footer .logo{
        float: none;
        width: 200px;
        padding-top: 200px;
        margin: auto;
    }
    footer .ustinadlabem{
        float: none;
        width: 200px;
        padding-top: 150px;
        margin: auto;
    }
    footer .info{
        width: auto;
        margin: 30px auto;
    }
    footer .info table,
    footer .info thead,
    footer .info tbody,
    footer .info tfoot,
    footer .info tr,
    footer .info td{
        display: block;
        width: auto;
    }
}
/* footer */






/* print */
@media print{
    header,
    footer,
    .content
    .sponzori,
	.banner,
	.motylci,
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe
	{
		display: none;
	}
	body,
	main,
	.vnitrek,
	.content,
	.obsahovyPanel,
	.katalog,
	.detail
	{
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
		height: auto !important;
	}
	.text.editor{
		min-width: unset!important;
	}
}
/* !print */






/* slozka kontakty */
.slozka100 .sloupcovaSazba{
    width: 100%;
}
.slozka100 iframe{
    width: 100%;
    min-height: 400px;
}
/* slozka kontakty */





/* cookie */
.komponentaCookieSouhlas {
    background: rgba(0, 0, 0, 0.85);
    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(255,255,255,0.5);
	background: rgba(255,255,255,0.15);
}
/* !cookie*/




/* prepinacStranek */
.prepinacStranek{
    margin: 20px auto;
}
.prepinacStranek:after{
    clear: both;
    content: ' ';
    display: block;
}
.prepinacStranek *{
    display: inline-block;
    background-color: rgba(191, 107, 213, 1);
    border-radius: 3px;
    min-width: 24px;
    text-decoration: none !important;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 20px;
    float: left;
    margin: 0 2px 2px 0;
}
/* prepinacStranek */


.horniLista {
    display: none;
    text-align: center;
    background-color: #017fde;/* #123476;*/
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    padding: 5px;
    text-decoration: none;
}
.homepage .horniLista {
    display: block;
}
.horniLista:hover {
    color: rgba(255,255,255,1);
}
@media only screen and (max-width:999px){
    .homepage .horniLista {
        display: none;
    }
}



.zdravaskola table,
.pedagogickapraxe table{
    width: 100%;
}
.zdravaskola table img,
.pedagogickapraxe table img{
    border-radius: 15px;
}
@media only screen and (max-width:999px){
    .zdravaskola table,
    .zdravaskola thead,
    .zdravaskola tbody,
    .zdravaskola tfoot,
    .zdravaskola tr,
    .zdravaskola td,
    .pedagogickapraxe table,
    .pedagogickapraxe thead,
    .pedagogickapraxe tbody,
    .pedagogickapraxe tfoot,
    .pedagogickapraxe tr,
    .pedagogickapraxe td
    {
        display: block;
        width: 100%;
        clear: both;
    }

    .zdravaskola table .priloha,
    .pedagogickapraxe table .priloha{
        float: none;
    }
}



