/*Základní pravidla na úrovni tagů*/

body {
	background-color: #ffffff ;
	margin: 0 ;
	padding: 0;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 100% ;
	line-height: 1.3 ; 
}

* {
	color: black ;
}

a {
	color: blue ;
	text-decoration: underline ;
}

p {
    margin: 0 ;
}

table {	border-collapse: collapse; }

td, th  {
	text-align: left ;
	padding: 0.3ex 2ex 1ex 0.3ex;
    border: solid black 1px ;
}

section, article {
	display: block ;
}

/*Odkazy na telefon, nemusí vypadat jako klasický odkaz, použije se jen na smarphonech*/
a[href^="tel"] { 
	color: black ;
	text-decoration: none ;
}

.skryte {
	display: none ;
}

.konec { clear: both ; }


.vlevo {
	float: left ;
}

.vpravo {
	float: right ;
}

.doprava {
    text-align: right ;
}

.male {
    font-size: smaller ;
}

/*Nadpisy*/
h1, h2 {
    color: #D97400 ;
}

h1 {
	font-size: 200% ;
	margin: 0 ;
}

h2 {
	font-size: 150% ;
	margin: 1em 0 0.5ex 0 ; ;
}

h3 {
	font-size: 120%; 
	margin: 0 0 0.5ex 0 ;
    color: #005C89 ;
}

/*formularove prvky*/

label {
    display: inline-block ;
    vertical-align: top ;
    margin: 0.5ex;
}
select {
    width: 12em ;
}
/*Ikonky*/


/*Patička*/
footer {
	display: block ;
	clear: left ;
	padding: 1ex ;
}

footer>div {
	float: left ;
	margin: 0 0 0 1em ;
}



dl {
	margin: 1em 0 1em 1em ;
}

dt {
	margin: 1ex 0 0 0 ;
	font-weight: bold ;
}


/*Základní layout*/

section, footer {
    max-width: 70em ;
    margin: 0 auto ;
    clear: both ;
}

/*Hlavicka s menu*/
header {
    border-bottom: 2px solid black ;
    margin: 0 0 1em 0 ;
    padding: 1ex ;
    font-size: 120% ;
    background-color: #cbcbcb ;
}


h1 {
    vertical-align: bottom ;
    display: inline-block ;
}


/*Paticka*/
footer {
    border-top: solid #005c89 5px ;
    margin-top: 2em ; 
    padding-top: 1em ;
}

footer div {
    display: inline-block ;
    vertical-align: top ;
    margin: 0 3em 0 0 ;
}

tr.master {
    font-weight: bold ;
}

/*Texy zkousecka*/

section#vstupni, section#vystupni {
    display: inline-block ;
    width: 47% ;
    vertical-align: top ;
    margin: 1em ;
}

section#vstupni {
            
}

form {
    margin: 1em ;
}

section#vystupni {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    border-left: solid black 2px ;
    padding: 10px 10px 0 20px ;
}

section#vystupni h1 {
    font-size: 35px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    color: #1d2d36;
    text-rendering: optimizelegibility;
    font-weight: normal ;    
}

section#vystupni p {
    line-height: 1.85;   
    margin: 1em 0 ;
}    

section#vystupni div#popis_nadpis {
    margin: 25px 5px 23px;
    font-size: 29px;
    font-weight: 400;
}

section#vystupni ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

section#vystupni  li {
    position: relative;
    padding-left: 15px;
    line-height: 18px;
    margin-bottom: 5px;    
}

section#vystupni  li::after {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #47ad62;
}


div#fotogalerie div {
    display: inline-block ;
    margin: 1em ;
}    

div#fotogalerie img {
    border: solid black 1px ;
}   

div#fotogalerie img.schovany {
    border: solid red 3px ;
}    

