html{
	font-size: 18px;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3 {
	color: #9e1616;
}

.horni_odskok {
	padding-top: 90px;
}

.ok_schov {
	display: none;
}

.ok_odkaz {
	cursor: pointer;
}

label {
	font-weight: bold;
}

.label_normal_text label {
  font-weight: normal !important;
}



.odkaz_nad_zelenym {
  font-weight: 600;
  color: #02a9ff;
}

.odkaz_nad_zelenym:hover {
  color: #4dc1fd;
}

.TLA_nad_zelenym {
  background: #ffe5e5;
  border: 0;
  padding: 10px 24px;
  font-weight: 600;
  color: #3e493a;
  transition: 0.4s;
  border-radius: 5px;
}

.TLA_nad_zelenym:hover {
  background: #9e1616;
  color: #ffe5e5;
}

.TLA_male {
  background: #ffe5e5;
  border: 1px solid #9e1616;
  padding: 5px 10px;
	font-size: 0.8rem;
  font-weight: 600;
  color: #3e493a;
  transition: 0.4s;
  border-radius: 5px;
}

.TLA_male:hover {
  background: #9e1616;
  color: #ffe5e5;
}

.akt_datum {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffe5e5;
}