@font-face {
  font-family: 'FenomenSans';
  src: url('FenomenSans-Regular.woff') format('woff2'),
}
html {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}

body {
  max-width: 1224px;
  margin: auto;
  padding: 20px 20px 100px 20px;
  font-family: 'FenomenSans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;   
}
.header_logo-upce{
  display: flex;
  align-items: center;
  width: 80px;
  gap: 15px;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 21px;
  font-size: 1.25rem;
}
.header_logo-text{
  margin-top: 8px;
}

.header_logo-text :hover {
  text-decoration: none;
}

.breadcrumb {
  list-style: none;
  margin-top: 3em;
  margin-bottom: 1.2em;
  padding: .5rem 1rem;
  background-color: #f5f5f5;

}
.breadcrumb_item {
  display: inline;
  font-size: 1.125rem;
  
}
.breadcrumb_item a {
  color: #db1e0b;
  font-family: 'FenomenSans-Book',sans-serif;
  text-decoration: none;
}
.breadcrumb_item a:hover {
  font-weight: light;
  text-decoration: underline;
}

.header_h1 {
  font-weight: normal;
  font-size: 2.18rem;
  margin-bottom: 70px;
  text-align: center;
  padding: 0;
}
.header_logo {
  max-width: 100%;
}
/* Styl pro šipku nahoru */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #db1e0b;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
ul{
  padding: 0;
}
ul li{
  list-style:none;
  padding-bottom: 8px;
}
li a{
  font-size: 18px;
}

.back-to-top:hover {
  background-color: #ee4839;
}

h2 {
font-size: 1.9rem;
font-weight: normal;
}


/* Stylování tabulky */
table {
  width: 100%;
  font-size: 18px;
  border-collapse: collapse;
  margin-top: 10px;
}


table th, table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #dddddd;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tr:hover {
  background-color: #f1f1f1;
}

/* Ikony ve sloupci Typ */
table td img {
  vertical-align: middle;
  margin-right: 8px;
}

a {
  color: #db1e0b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}
  