/* ============================ obecné prvky ============================ */

@-ms-viewport { 
  width: device-width; 
}

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body {
    font-family: Geneva, Verdana, sans-serif;
	font-size: 0.97em;
	background: #F7F7F7;
    color: #111111;
}

h1 {
	margin: 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #244082;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 42px;
}

h2 {
	margin: 0.25em 0;
	padding: 0px;
	color: #244082;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
}

h3 {
	margin: 0.25em 0;
	padding: 0.3em 0 0.1em 0;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #244082;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: #244082;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
}

h5 {
	margin: 0.22em 0;
	padding: 0.1em 0 0.3em 0;
	color: #244082;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-decoration: underline;
	text-transform: none;
}

h5:hover {
	color: #ccc;
	text-decoration: none;
}

p {
    text-align: justify;
    hyphens: auto;
    word-spacing: -0.5px; /* Minimalizuje velké mezery mezi slovy */
}

p, ol, ul {
	margin-top: 0px;
}

p, ol, ul  {
	line-height: 150%;
}

.mgl {
	margin-left: 10%;
}
strong {
}

a {
	color: #244082;
	text-decoration: none;
}

a:hover {
	color: #424242;
	text-decoration: none;
}

.img-cover {
    height: 0;
}

.img-cover img {
    width: 100%;
    height: auto;
}
.absolutne-centrovany {
  position: absolute; 
  top: 50%; left: 50%; 
  height: 200px; width: 500px;  
  margin: -100px 0 0 -250px
}

.absolute-margin-centrovany {
  position: absolute; 
  top: 0; left: 0; 
  bottom: 0; right: 0; 
  margin: auto;
  height: 250px; width: 300px
}

