@media (max-width: 575.98px) {
  .sm-hide {
    display: none;
  }
}

@media (min-width: 576px) { 
  .sm-show {
    display: none;
  }
}

@media (min-width: 992px) { 
  .lg-show {
    display: none;
  }
}

@media (min-width: 1200px) { 
  .xl-show {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .md-hide {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .lg-hide {
    display: none;
  }
}

@media (max-width: 1199.98px) { 
  .xl-hide {
    display: none;
  }
}

h1, h2, p {
  font-family: 'GT Eesti Pro Display';
}

.default-font-family {
  font-family: var(--bs-body-font-family)!important;
}

/***** NAVBAR *****/
.navbar {
  height: 90px;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,1));

  -webkit-transition: height 1s all, background-color 1s ease, box-shadow 1s ease;
  -moz-transition: height 1s ease, background-color 1s ease, box-shadow 1s ease;
  -o-transition: height 1s ease, background-color 1s ease, box-shadow 1s ease;
  transition: height 1s ease, background-color 1s ease, box-shadow 1s ease;
}

.navbar img{
  height: 220px;
  margin-left: 10px;
  margin-top: -5px;

  -webkit-transition: all 1s all;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar .offset{
  margin-left: 215px;

  -webkit-transition: all 1s all;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar.scrollable {
  height: 70px;
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 12px;
}

.navbar.scrollable img{
  height: 90px;
}

.navbar.scrollable .offset{
  margin-left: 100px;
}

@media (max-width: 1199.98px) { 
  .navbar img{
    height: 125px;
  }

  .navbar .offset{
    margin-left: 130px;
  }
}

@media (min-width: 992px) {
  .offcanvas-body .nav-link, .offcanvas-body .nav-link:visited {
      color: #fff;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler, .navbar-toggler:focus {
    border-color: rgba(255,255,255,0.75)!important;
    color: rgba(255,255,255,0.75)!important;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

@media (max-width: 767.98px) { 
  .navbar img{
    height: 110px;
  }

  .navbar .offset{
    margin-left: 120px;
  }
}

@media (max-width: 575.98px) {
  .navbar img{
    height: 90px;
    margin-left: 0px;
  }

  .navbar .offset{
    margin-left: 85px;
  }

  .navbar.scrollable img{
    height: 70px;
  }
  
  .navbar.scrollable .offset{
    margin-left: 68px;
  }
}


/***** KONEC - NAVBAR *****/

/* MENU */
.nav-link {
  text-transform: uppercase;
  padding-left: 12px!important;
  padding-right: 12px!important;
  border-radius: 0.375rem;
  margin-left: 5px;
  padding-top: 12px;
  font-family: 'GT Eesti Pro Display';
  font-weight: light;

  -webkit-transition: background-color 1s ease, color 1s ease;
  -moz-transition: background-color 1s ease, color 1s ease;
  -o-transition: background-color 1s ease, color 1s ease;
  transition: background-color 1s ease, color 1s ease;
}

@media (max-width: 991.98px) {
  .nav-link {
    margin-left: 16px;
  }
}

.nav-link.active {
  font-weight: normal;
}
/* KONEC - MENU */

/***** SLIDER *****/
/* Full screen obrázek */
#headerSlider .carousel-item{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden!important;
  min-height: 100vh;
  max-height: 100vh;
}

#headerSlider .carousel-item img {
  min-width: 100vh;
  min-height: 100vh;
  object-fit: cover;
}
/* KONEC - Full screen obrázek */

/* Vertikální­ zarovnání­ popisků v obrázku  */
/*#headerSlider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
  text-shadow: #000 1px 0px 15px;
}*/
/* KONEC - Vertikální­ zarovnání­ popisků v obrázku */

.carousel-caption-right {
  text-align: right; /* Zarovná text na pravou stranu */
  right: 0; /* Posune celý div na pravou stranu */
  left: auto; /* Zruší výchozí zarovnání vlevo */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 45%); /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--bs-body-bg) 45%); */
  text-align: end;
  width: 80%;
  font-family: 'GT Eesti Pro Display';

  -webkit-transition: all 1s all;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 575.98px) {
  .carousel-caption-right {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%); /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--bs-body-bg) 20%); */
    width: 100%;
  }
}

/***** KONEC - SLIDER *****/

.iframe-map {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 420px;
}


@media (min-width: 1200px) { 
  .min-h-card {
    min-height: 253px;
  }
}

.table-radius {
  border-collapse: collapse;
  border-radius: 0.5rem;
  overflow: hidden;
}

.clickable-row:hover, .clickable-row-dir:hover, .clickable-subrow:hover {
  cursor: pointer;
}