/**/
.search-form-wrapper.search-form-f {
  display:none
}

/*contactus*/
.contactus-wrap:not(.preview-mode) {
  background-color: var(--bs-blue);
}

#contactus  {
  background-color:transparent ;
  color:white;
}

@media(max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/*uprava velikosti loga*/

@media(min-width: 1200px) {
    .navbar__brand {
        min-height:3rem
    }
}

.navbar__brand-logo-img {
    max-width: 13rem;
    max-height: 5rem
}

@media(min-width: 576px) {
    .navbar__brand-logo-img {
        max-width:15rem
    }
}

@media(min-width: 1200px) {
    .navbar__brand-logo-img {
        max-width:20rem;
        max-height: 5rem
    }
}

/*carousel v motivu*/

@media (max-width: 992px) {
    .custom-motive .carousel-caption {
        right: 0%;
        bottom: 0;
        left: 0%;
        text-align: center;
        text-shadow: none;
        position: relative;
        background-color: #F2F2F2;
        max-width:unset;
        padding-top:15px;
        padding-bottom:15px;

    }
}

/*rychle menu uvod*/
.rychle-menu {
  margin:0 auto;
  padding-top:0;
  padding-bottom:0;
}
.rychle-menu {
  display:flex;
  flex-direction:row;
  align-items:stretch;
  justify-content:center;
  flex-wrap:wrap;
  margin:0;
}
.rychle-menu p {
  padding:0; margin:0
}
.rychle-menu .col{
  float:none;
  color:white;
  text-align:center;
  justify-content:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0px;
  padding:0;
  border:1px solid rgba(var(--bs-black-rgb),0.3);
  margin-right:-1px;
  margin-bottom:-1px;
  min-width:160px;
}
.rychle-menu .col:hover {
  background-color:rgba(var(--bs-black-rgb), 0.15);
}
.rychle-menu .col a {
  color:#fff;
  height:100%;
  width:100%;
  display:block;
  padding:30px;
}
.rychle-menu .col a:hover{
  text-decoration:none;
}

/*basic padding*/
.container--article,
#main {padding-bottom:0}


/*table*/
.table-overflow tr:first-of-type, .table-collapse td:first-of-type {
  font-weight: inherit!important;
}

/*section-dynamic*/
.section-dynamic .article-item-wrapper {
    flex: unset;
}

/*section-container*/
.section-container:not(.section-bg) + p + .section-container:not(.section-bg) {
  padding-top:0;
}

.section-3-col-bottom-text,.section-3-col-top-text {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}


/*footer social icons*/
.footer .section-contact .social-icons>.section-cell-item a {
border-color: var(--bs-primary);
}


/*vypis souboru*/


.table-files__file-link,
.file-item__title {
  font-size: initial;
  font-weight: 400;
}

/*vypis rubrik a clanku*/
.category__img-wrapper, 
.article-item__img-wrapper {
  position: relative;
  padding-bottom:0;
  height:auto;
  max-height:200px;
  min-height:;
  overflow:hidden;
}

.category__img,
.article-item__img {
  position: relative;
  top:unset;
  left: unset;
  -webkit-transform: unset;
  transform:unset;
}

.article-item__icon {
  display:none
}

.article-item {
  background-color: #f8f9fa;
  padding:15px;
  height:100%;
}

.article-item__icon {display:none}


/*categories*/
.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 1rem;
  height:100%
}

.category__title {
    text-align: center;
    margin-top: .5em
}
.category__title-link {
    -webkit-line-clamp: unset;
}

.category__thumbnail {
    margin-bottom: .25rem;
    margin-right: 0
}
.category__info {
  margin-top:auto
}

.category__icon,
.category__details {
   display:none;
}

