body {
  font-family: 'Inter';
}
@media (min-width: 768px) {
  .page_about.background_cover {
    background-image: url('dlouhe-strane-2.jpg');
  }
}
.first-sticky th:first-child,
.first-sticky td:first-child {
    position: sticky;
    left: 0;        
    z-index: 2; /* Ensure it appears above other cells */
}
.first-sticky th:first-child, .first-sticky tr:nth-of-type(2n+1) td {
  background-color: #f9f9f9;
}
.first-sticky tr:nth-of-type(2n) td {
  background-color: #fff;
}

.first-sticky th:first-child {
    z-index: 3; /* Higher z-index for the header */
}
.page_features.parallax {
  background-image: url('parallax2.jpg');
}
.intro_section h2, .intro_section .h2 {      
  line-height: 1.0;
}
.intro_section.ds img {
  opacity: 0.7;
}
.logo img {
  max-width: 245px;
}
.translate-active .affix-wrapper .main-menu-block {
  margin-top: 40px;    
}
.rs_options .highlight:hover {
  text-decoration: underline;
  cursor: pointer;
}
.no-wrap {
  white-space:nowrap;
}
.vertical-center {
  vertical-align: middle !important;
}
.cenik table {
  border: 2px solid black;
}
.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after,
.background_cover:after {
	opacity: 0.5 !important;
}

.ls {
	color: #313131;
}
.sub_page_h1 span {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.sub_page_h1 span em {
  display: none;
}

h1 {
	font-size: 46px;
}

.special_buttons {
  min-width: 300px;
}
.translate-active .toggle_menu.mobile-active, .translate-active .sf-menu {
  top: 30px !important;
}
