

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 17px;
	line-height: initial;
	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: 'Roboto', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 260px;


	-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]{

}

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, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *{
	font-weight: bold;
	padding-bottom: 10px;
	color: #3f3f3f;
}
h1{
    margin: 0 auto 20px auto;
}
h1,
h1 *{
    font-size: 2rem;
    line-height: initial;
}
h2{
    margin: 20px auto 0 auto;
}
h2,
h2 *{
    font-size: 1.25rem;
    line-height: initial;
}
h3{
    margin: 20px auto 0px auto;
}
h3,
h3 *{
    font-size: inherit;
    line-height: initial;
}

.slozka6891 h1,.slozka6891 h2,.slozka6891 h3,.slozka6891 h4{
    color: #0091E4;
}
.slozka6892 h1,.slozka6892 h2,.slozka6892 h3,.slozka6892 h4{
    color: #FF3D00;
}
.slozka6642 h1,.slozka6642 h2,.slozka6642 h3,.slozka6642 h4{
    color: #009640;
}
.slozka6894 h1,.slozka6894 h2,.slozka6894 h3,.slozka6894 h4{
    color: #FFA800;
}



p{
	padding-bottom: 10px;
}
a,
a *{
	cursor: pointer;
	text-decoration: none;
	color: #1f6fe0;
}
main a:hover{
	text-decoration: underline;
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}
.seznamStranek .slozka,
.seznamStranek .slozka *{

}


main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
    text-decoration: none;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
    text-decoration: none;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
    text-decoration: none;
}
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;
    text-decoration: none;
}
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;
    text-decoration: none;
}


ul, ol{
	list-style-position: inside;
    list-style-type: none;
}

.panelObsah {
    list-style-position: inside;
}

main .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
main  .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
main ul > li,
main ol > li{
    margin-bottom: 10px;
}
main .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #FF3D00;
	color: #FFFFFF;
    line-height: initial;
    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;
}


.text.editor img{
    height: auto !important;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
}
.text.editor .sloupcovaSazba{
    width: 100%;
}
.text.editor td{
    vertical-align: top;
    padding-left: 10px;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
@media only screen and (max-width:999px){
    .sloupcovaSazba,
    .sloupcovaSazba tbody,
    .sloupcovaSazba thead,
    .sloupcovaSazba tfoot,
    .sloupcovaSazba tr,
    .sloupcovaSazba td,
    .sloupcovaSazba th{
        display: block;
        width: 100%;
    }
    footer .sloupcovaSazba td{
        padding: 0 0 10px 0;
    }
}


nav:after,
header:after,
.vnitrek:after,
main:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
main .text:after,
.seznamStranek:after,
.seznamStranek .slozka: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 #FF3D00;
    margin: 10px auto 20px auto;
}

.text.editor .priloha .text,
script,
.formularFiltry,
.komponentaZobrazeni{
    display: none !important;
}


.vnitrek{
    position: relative;
    width: 1260px;
    padding: 0 10px;
    margin: auto;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/


body{
    display: flex;
}





/* header */
header{
    padding: 10px;
    background-color: black;
    width: 340px;
    min-height: 100vh;
}
header .logo{
    display: block;
    background: url(img/logo_cespo_91x100.png) scroll no-repeat center 20px;
    padding: 130px 0 10px 0;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
header .slogan{
    color: rgba(255, 255, 255, 0.5);
    width: 200px;
    margin: auto;
    text-align: center;
}
body .Navigace001{
    margin: 30px auto;
    text-align: center;
    width: 320px;
}
body .Navigace001 *{
    color: white;
}
body .Navigace001 .hloubka2{
    margin: 30px auto;
}
body .Navigace001 .hloubka2 .polozka{
    font-size: 0.9rem;
}
@media only screen and (max-width:999px){
    header{
        width: auto;
        min-height: unset;
    }
}
/* header */





/* main */
.katalog{
    padding: 0 10px;
    max-width: 750px;
    margin: 20px auto 100px auto;
}
@media only screen and (min-width:1000px){
    main{
        width: calc(100% - 340px);
    }
}
@media only screen and (max-width:999px){
    body{
        flex-direction: column;
    }
}
/* main */





/* bannery */
.banner9{
    padding-top: 22%;
    background: url(img/banner_kontakty.jpg) scroll no-repeat center center/cover;
    position: relative;
}
.banner12{
    padding-top: 22%;
    background: url(img/banner_co_je_noveho.jpg) scroll no-repeat center center/cover;
    position: relative;
}
.banner14{
    padding-top: 22%;
    background: url(img/banner_informace_rady.jpg) scroll no-repeat center center/cover;
    position: relative;
}
.banner20,
.banner22{
    padding-top: 22%;
    background: url(img/banner_mesto.jpg) scroll no-repeat center center/cover;
    position: relative;
}
.banner9:before,
.banner12:before,
.banner14:before,
.banner20:before,
.banner22:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, #1f6fe0, rgba(255, 255, 255, 0) 50%);
}
.vnorenadrobeckova:not(:empty){
    text-align: center;
    margin: 40px auto 30px auto;
}
.vnorenadrobeckova:not(:empty) *{
    text-decoration: none;
    font-size: 0.8rem;
}
.pomocnaNavigace .drobeckova{
    display: none !important;
}
.pomocnaNavigace .podslozky ul{
    list-style-type: disc;
}
/* bannery */





/* 2022 slideshow-posuvne */
.slideshow{
    margin: auto;
    background-color: white;
	position: relative;
    overflow: hidden;
}
.slideshow .zobrazenychSlozek0{
    display: none;
}
.slideshow .slozky {
    padding: 45% 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: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .slozka:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(100deg, #1f6fe0 30%, rgba(255, 255, 255, 0));
}
.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: block;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 2rem;
    color: white;
}
.slideshow .nazev:before{
    content: 'CESPO, o.p.s.';
    display: block;
    font-size: 3rem;
    margin: -60px auto 20px auto;
}
.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: none;
    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;
}
@media only screen and (max-width:999px){
    .slideshow .nazev{
        font-size: 1rem;
    }
    .slideshow .nazev:before{
        font-size: 2rem;
        margin: -40px auto 10px auto;
    }
}
/* 2021 slideshow-posuvne */



/* stranka uvod */
.slozka11 ~ .text .sloupcovaSazba{
    border-collapse: separate;
    border-spacing: 10px;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(1) td:nth-child(1){
    background-color: #fff971;
    padding: 30px 10px 20px 10px;
    text-align: center;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(1) td:nth-child(2){
    background-color: #c5ff76;
    padding: 30px 10px 20px 10px;
    text-align: center;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(1) td:nth-child(3){
    background-color: #1f6fe0;
    padding: 30px 10px 20px 10px;
    text-align: center;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(3) td{
    vertical-align: middle;
    padding: 20px 0;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(3) a{
    transition: transform 0.2s;
}
.slozka11 ~ .text .sloupcovaSazba:nth-child(3) a:hover{
    transform: scale(1.1);
}
/* stranka uvod */



