/**********************************************************
* Header
**********************************************************/

.header {
  padding-top: 5px;
  background: white url("../../img/web/header-shadow.png") no-repeat center;
}

.hdrnavigace {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hdrFill {
  flex-grow: 1;
}

.hdrbtn {
  color: #0070af;
  border: 2px solid #ffdd76;
  padding: 5px 17px 4px 17px;
  border-radius: 8px;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  text-shadow: 1px 1px 2px #808080;
  width: 110px;
  text-align: center;
}

.searchform {
  align-self: flex-end;
}

.subpageh1 {
  text-align: center;
}

.srchtextwrp {
  height: 31px;
  border: 2px solid #ffdd76;
  border-radius: 8px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 240px;
  display: inline-block;
  background-color: white;
}

.srchtext {
  box-shadow: -1px -1px 1px #e3c569;
  border-radius: 6px;
  width: 100%;
  height: 26px;
  border-width: 0;
  margin: 1px 0 0 1px;
  padding: 0 37px 0 7px;
}

.hdrbtnwrp {
  vertical-align: top;
  margin: 0 0 0 7px;
  border: 2px solid #ffdd76;
  border-radius: 7px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.hdrbtnwrp a {
  cursor: pointer;
}

.hdrimgbtn {
  box-shadow: 1px 1px 1px #e3c569;
  border-radius: 5px;
  width: 27px;
  height: 27px;
}

.hdrbtnwrp.srchbt {
  margin-left: -31px;
}

.head {
  position: relative;
  top: 0;
  display: block;
  height: 160px;
  z-index: 99;
  background: transparent url("../../img/web/head.png") no-repeat center;
  background-size: auto 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  max-width: 1180px;
  width: 100%;
}

.headimg {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.headlogo {
  margin-top: 25px;
  margin-left: 26px;
  width: 211px;
}

.headlogoright2 {
  max-height: 100%;
}

.headlogowrapper {
  float: right;
  margin-top: 36px;
  margin-right: 35px;
  width: 214px;
  height: 106px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1085px) {
  .head {
    background: transparent url("../../img/web/head-right.png") no-repeat center;
    background-size: auto 160px;
  }
}

@media screen and (max-width: 930px) {
  .hdrnavigace {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .head {
    background: transparent url("../../img/web/head-tablet.png") no-repeat
      center;
    background-size: auto 160px;
  }
}

@media screen and (max-width: 740px) {
  .head {
    background: transparent url("../../img/web/head_mobil.png") no-repeat right;
    background-size: auto 160px;
  }
  .headlogowrapper {
    width: 170px;
  }
  .headlogo {
    width: 200px;
    margin-top: 39px;
  }
  .srchtextwrp {
    display: none;
  }
  .hdrbtnwrp.srchbt {
    margin-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  .hdrnavigace {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 460px) {
  .headlogowrapper {
    display: none;
  }
  .navigaceprihlasen {
    float: left !important;
    width: 100% !important;
    text-align: left !important;
  }
  .navigacelinky {
    width: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  .hdrbtn {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .hdrLastBtn {
    order: initial;
    margin-right: 0px;
  }
  .hdrFill {
    display: none;
  }
  .searchform {
    align-self: flex-end;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}

/**********************************************************
* Drobečkova navigace
**********************************************************/

.navigacewrp {
  padding: 18px 15px 8px 15px;
  width: 100%;
}

.navigacewrp img {
  float: left;
  width: 21px;
  margin-left: 10px;
}

.navigace {
  padding-left: 40px;
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 3px;
  border-radius: 5px;
}

.navigaenadpis {
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 11px;
}

.navigacecont {
  font-size: 11px;
}

.navigacecont a {
  font-size: 11px;
}

.navigacelinky {
  display: block;
  width: 50%;
  float: left;
}

.navigaceprihlasen {
  float: right;
  width: 50%;
  padding-right: 10px;
  text-align: right;
}

/**********************************************************
* Search Page
**********************************************************/

div.searchPage h3.typeHeader {
  font-size: 2em;
  margin-top: 30px;
  margin-left: 0px;
}

div.searchPage p.typeCount {
  margin-left: 0px;
}

div.searchPage div.entry,
div.searchPage h3 {
  margin-left: 15px;
}

div.searchPage h3.typeHeader:first-child {
  margin-top: 15px;
}
