.h1,
h1 {
  font-size: calc(1.7rem + .24vw);
  margin-bottom: 3rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}

.h2,
h2 {
  font-size: calc(1.27rem + .07vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.6rem;
  }
}

.h3,
h3 {
  font-size: 1.2rem;
}

.h4,
h4 {
  font-size: 1.1rem;
}

@media (min-width: 1200px) {

  .h3,
  h3 {
   font-size: 1.4rem;
  }
}

.page-header h1:before,
.category-desc h1:before {
  content: '';
  background: url(/images/headers/decor2.png);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-featured .page-header::after,
.blog .page-header::after {
  bottom: 0.5em;
}

/* delka text odstavcu */

.text-100 p{
  max-width: 100ch;
}

.text-80 p{
  max-width: 80ch;
}

.text-70 p{
  max-width: 70ch;
}

/* obrazky blog left right responz */

@media screen and (max-width: 767px) {

  .image-left .blog-item,
  .image-right .blog-item {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

/* fokus */

button:focus,
a:focus {
  outline: 2px dashed red !important;
  outline-offset: 2px;
}


.brand-logo img {
  max-width: 220px;
}

.d-flex.searchbox {
  justify-content: flex-end;
}

.wrapper.bnr {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

/* odkazy v clanku-podtrzeni*/
.mod-list li .mod-articles-category-introtext a, 
.com-content-article__body p>a, 
.item-content p>a, 
.com-content-article__body li a{
       text-decoration: underline;
}

/* AZ Directory */

.modazdirectory__image,
.modazdirectory__glyph-camera {
  border-radius: 3%;
  min-width: 120px;
  height: 120px;
  margin-right: 0;
  margin-bottom: 20px;
  align-self: start;
}

.modazdirectory__result {
  flex-direction: column;
  background: white;
}

.modazdirectory__result p {
  font-size: calc(10px + 0.8vw);
}

@media screen and (min-width: 800px) {
  .modazdirectory__result p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .modazdirectory__result {
    flex-direction: row;
  }

  .modazdirectory__image,
  .modazdirectory__glyph-camera {
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    margin-bottom: 0;
    flex-basis: 0;
  }
}


/*  video - pomer stran */
.video-frame {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
}

/* posledni-clanky pomer stran */
.newsflash-image img {
    aspect-ratio: 9 / 5;
    object-fit: cover;
}

/* dlazdice - sluzby - uvodnistrana */
.wrapper.topa {
  background: none;
}

.imgs-head {
  background: #fafafa;
  color: #666666;
  border: 1px solid #cccc;
  border-radius: 8px;
  padding: 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.imgs-head:hover {
  background: #ffc107;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bgimgs {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -180px;
  z-index: -5;
}

.bgimg-1 {
  background-image: url(/images/banners/sluzby/title_1.jpg);
}

.bgimg-2 {
  background-image: url(/images/banners/sluzby/title_2.jpg);
}

.bgimg-3 {
  background-image: url(/images/banners/sluzby/title_3.jpg);
}

.bgimg-4 {
  background-image: url(/images/banners/sluzby/title_4.jpg);
}

.bghead {
  width: 90%;
  min-height: 160px;
}


.dlazdice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.dlazdice p{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bgimgs {
    margin-bottom: auto;
    height: 200px;

  }

  .bghead {
    width: 60%;
    max-width: 60%;
    min-height: 80%;

  }

  .dlazdice {
    flex-direction: row;
    justify-content: center;
  }

  .right-imgs.dlazdice {
    flex-direction: row;
  }

  .left-imgs.dlazdice {
    flex-direction: row-reverse;
  }

  .right-imgs .bghead {
    margin-left: -20%;
  }

  .left-imgs .bghead {
    margin-right: -20%;
  }

}

/* sekce Zpravodaje uvodni strana*/

.tc-zprav img{
  width: 45%;
  max-width: 180px;
  padding: 0.5em;
  }

.tc-zprav .zprav-links a{
    opacity: 0.75;
}
.tc-zprav .zprav-links a:hover,
.tc-zprav .zprav-links a:focus{
    opacity: 1;
}

.zprav-btn{
  padding-top: 1em;
}

/* sekce Posledni clanky - uvodni strana */
.tc-aktuality h2{
  text-align: center;
}

.tc-aktuality h3{
  font-size: 1.1rem;
}

/* sekce Podporuji nas - bottomc */

.bottomc{
  background:#fff;
}
.wrapper-site{
  margin-bottom: -3rem!important;
  padding-bottom: 3rem!important;
}
/* footer */
footer{
  padding-top:3rem;
}

a img.tc-icon-social:hover {
  background: #ffffff45;
  border-radius: 5px;
}

/* banner */

.container-banner.container{
  max-width: 1140px;
}

.wrapper.bnr {
   background: rgb(0,51,102);
   background: radial-gradient(circle, rgba(0,51,102,1) 0%, rgba(0,32,64,1) 100%);
 }

#mod-custom253{
  color: #fff;
}


#mod-custom253 .txt-yell{
  color: #ffcc52;
  font-weight: bolder;
}


/*hledat searchbox expanded jako HK

input#mod-finder-searchword254 {
    border: 3px solid green;
}

.hidden-search .js-finder-search-query {
    outline: none;
    background-size: 22px;
    background-position: center;
    background-color: transparent;
    border-radius: 0.25rem;
    width: 50px;
    height: 50px;
    padding: 25px;
    transition: all 0.5s;
    background-image: url(/domains/tyflocentrum-hk.cz/images/search-white.png);
    background-repeat: no-repeat;
}

.hidden-search .js-finder-search-query:focus {
    width: 230px;
    padding-left: 20px;
    background-color: #fff;
    background-image: none;
}

.hidden-search .js-finder-search-query {
    position: relative;
    overflow: hidden;
}

.hidden-search .js-finder-search-query input {
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    position: absolute;
    width: 300px;
    height: 50px;
    left: 0%;
    padding: 10px;
}


