@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.roboto-thin {  font-family: "Roboto", sans-serif;  font-weight: 100;  }
.roboto-light {  font-family: "Roboto", sans-serif;  font-weight: 300;  }
.roboto-regular {  font-family: "Roboto", sans-serif;  font-weight: 400;  }
.roboto-medium {  font-family: "Roboto", sans-serif;  font-weight: 500;  }
.roboto-bold {  font-family: "Roboto", sans-serif;  font-weight: 700;  }
.roboto-black {  font-family: "Roboto", sans-serif;  font-weight: 900;  }
.roboto-condensed {  font-family: "Roboto Condensed", sans-serif;  }

body {
  background-color: #040c1f;
  color: #dddddd;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
a {
  color: #efff5e
}
a:hover {
  text-decoration: none;
  color: #82899C;
}
h1 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 4rem;
}
h2 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
}
h2.mladez_h2 {
  font-size: 3rem;
}
h3 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
}
.cursor {
  cursor: pointer;
}
.pb-100 {
  padding-bottom: 100px;
}
.text_zluty {
  color: #efff5e !important;
}
.bg_zluty {
  background-color: #efff5e !important;
}
.border_zluty {
  border: 1px solid rgba(239, 255, 94, 0.5);
}
.border_right_sedy {
  border-right: 2px solid #82899c;
}
.text_ddd {
  color: #dddddd;
}
.text_seda {
  color: #82899c;
}
.bg_1 {
  background-color: #040C1F;
}
.bg_2 {
  background-color: #07122E;
}
.bg_3 {
  background-color: #0b183b;
}
.btn_outline_zluta {
  border: 1px solid #efff5e;
  border-radius: 0;
  color: #efff5e;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0.175rem 1rem;
}
.btn_outline_zluta:hover {
  color: #efff5e;
}
.clear_both {
  clear: both;
}
.breadcrumb a {
  color: #efff5e;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #efff5e;
  content: url("../images/sipka.svg");
  top: -5px;
  position: relative;
}
.strankovani {
  text-transform: uppercase;
}
.strankovani .btn {
  color: #aaaaaa;
  border-radius: 0px;
}
#plakat {
  z-index: 299;
  position: absolute;
  top: 0px;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  opacity: 1;
}
#plakat img {
  border: 20px solid white;
  opacity: 1;
  cursor: pointer;
}
#sezony_menu {
  float: right;
  color: #efff5e;
}
#sezony_menu img {
  height: 30px;
}
#top {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 2;
  border-bottom: 2px solid #46506B;
}
#top .navbar-brand img {
  height: 64px;
}
#top .navbar-nav .dropdown.show .dropdown-menu {
  display: block;
}
#top .navbar-nav .aktivni>a {
  padding-top: calc(0.5rem - 2px);
}
#top .navbar-nav .aktivni>a:before {
  background-color: #efff5e;
  color: #efff5e;
  content: '';
  display: block;
  top: 32px;
  height: 2px;
  position: relative;
}
#top_odkazy {
  border-left: 1px solid #46506B;
  border-right: 1px solid #46506B;
}
#top_odkazy .fab {
  color: #0B183B;
  font-size: 1.5rem;
}
#top_odkazy img {
  height: 32px;
}
#top_socky {
  padding-top: 0.3rem;
}
#top_socky img {
  height: 24px;
}
#obsah {
  margin-top: 80px;
  min-height: 75vh;
}
#uvod_aktuality {
  background-color: #040c1f;
}
#uvod_aktuality h2 {
  color: #dddddd;
  font-size: 1.4rem;
}
#uvod_aktuality_pravy {
  /*align-content: space-between;*/
  display: flex;
  flex-wrap: wrap;
}
.uvod_aktuality_datum {
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.0rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.uvod_aktuality_vsechny a {
  color: #efff5e;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.uvod_aktuality_vsechny a:hover {
  text-decoration: none;
}
#uvod_aktuality .uvod_aktuality_item {
  border-top: 3px solid #0b183b;
  position: relative;
  padding-left: 35px;
  width: 100%;
}
#uvod_aktuality .uvod_aktuality_item:first-child {
  border-top: none;
}
#uvod_aktuality_top {
  background-color: rgba(7, 18, 46, 1); /* #07122e */
  position: absolute;
  width: 90%;
  bottom: 30px;
  left: -20px;
  padding: 10px 10px 0px 40px;
  color: #dddddd;
}
#uvod_aktuality_top h2 {
  font-size: 2.8rem;
  margin-bottom: 0.25rem;
  min-height: 100px;
}
#uvod_aktuality_top a {
  color: #dddddd;
}
#uvod_aktuality_top_vsechny {
  background-color: #efff5e;
  margin-left: -40px;
  margin-right: -10px;
  padding: 3px 10px 3px 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
}
#uvod_aktuality_top_vsechny a, #uvod_aktuality_top_vsechny {
  color: #07122E;
}
#uvod_aktuality_top_vsechny a:hover {
  text-decoration: none;
}
.uvod_aktuality_cislo {
  position: absolute;
  left: -35px;
  top: -8px;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  color: #82899C;
  font-weight: 900;
}
#uvod_aktuality_top .uvod_aktuality_cislo {
  /*font-size: 8rem;
  left: -35px;
  top: -30px;*/
  font-size: 6rem;
  left: -23px;
  top: -14px;
}
#uvod_zapasy {
  background-color: #07122e;
}
.uvod_zapasy_neni_zapas {
  font-size: 1.5rem;
  font-weight: 400;
}
.uvod_zapasy_neni_zapas span {
  color: #efff5e;
}
.uvod_zapasy_logo {
  background-color: #040c1f;
}
.uvod_zapasy_datum {
  color: #aaaaaa;
}
.uvod_zapasy_body {
  color: #82899c;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.uvod_zapasy_tym {
  color: #dddddd;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  height: 32px;
  overflow: hidden;
}
.uvod_zapasy_detail a {
  color: #efff5e;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
}
#uvod_pristi_zapasy {
  overflow-x: hidden;
}
#uvod_pristi_zapasy_container {
  position: relative;
  width: 2000px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 0px;
}
.uvod_pristi_zapasy_item {
  /*position: absolute;
  width: 100%;*/
  width: 370px;
  float: left;
  margin-left: 15px;
}
.uvod_pristi_zapasy_item:first-child {
  margin-left: -15px;
}
#uvod_pristi_zapasy_sipky {
  position: absolute;
  right: 0px;
  top: 55px;
}
#uvod_pristi_zapasy_sipky img {
  height: 30px;
}
#uvod_fanshop_1 {
  width: 66%;
  float: left;
}
#uvod_fanshop_2 {
  width: 33%;
  float: right;
}
#uvod_galerie {
  background-color: #0b183b;
}
.card, #uvod_galerie .card, #mladez_galerie .card, #aktuality .card {
  border: none;
  border-radius: unset;
  background-color: transparent;
}
.card-img {
  border-radius: 0!important;
}
#uvod_galerie h2 {
  margin-bottom: 1rem;
}
#uvod_videogalerie, #uvod_fotogalerie {
  width: calc(100% + 1rem);
  overflow-x: hidden;
  position: relative;
}
#uvod_videogalerie_container, #uvod_fotogalerie_container {
  position: relative;
  width: 9000px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 0px;
}
.uvod_videogalerie_item {
  width: 281.5px;
  float: left;
}
.uvod_fotogalerie_item {
  width: 375.333333333px;
  float: left;
}
#UvodPredchoziVideoSipka {
  position: absolute;
  left: -50px;
  top: 50px;
  height: 48px;
}
#UvodPristiVideoSipka {
  position: absolute;
  right: -50px;
  top: 50px;
  height: 48px;
}
#UvodPredchoziFotoSipka, #ZapasPredchoziFotoSipka {
  position: absolute;
  left: -50px;
  top: 80px;
  height: 48px;
}
#UvodPristiFotoSipka, #ZapasPristiFotoSipka {
  position: absolute;
  right: -50px;
  top: 80px;
  height: 48px;
}
#uvod_videogalerie h4 {
  color: #dddddd;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#uvod_fotogalerie h4, #mladez_galerie h4, #aktuality h4, #galerie h4, #videogalerie h4 {
  color: #dddddd;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#videogalerie h4 {
  font-size: 1.25rem;
}
.uvod_galerie_datum {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.0rem;
  line-height: 1.2;
  text-transform: uppercase;
}
a.uvod_galerie_dalsi {
  color: #efff5e;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
  float: right;
}
.video_overlay {
  font-size: 4em;
  text-align: center;
  opacity: 0.85;
  margin: 0px;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: normal;
}
#zapasy_tagy span {
  color: #efff5e;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
}
#zapasy_tagy .selected {
  border: 1px solid #efff5e;
  padding: 4px 9px;
}
#zapasy_zapasy, .uvod_mladez_zapasy {
  border-top: 1px dotted #82899c;
}
.zapas_item {
  border-bottom: 1px dotted #82899c;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.zapas_item:hover {
  background-color: #0b183b;
  cursor: default;
}
.zapas_item > div {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.zapas_item .border-right {
  border-right: 0.5px solid #82899c !important;
}
.zapas_item .border-left {
  border-left: 0.5px solid #82899c !important;
}
.zapas_item.nadchazejici .zapas_item_datum {
  color: #efff5e;
}
.zapas_item_datum, .zapas_item_kolo {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.zapas_item_tymy, .zapas_item_tymy2 {
  font-size: 1.25rem;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.zapas_item_tymy span, .zapas_item_tymy2 span {
  font-size: 1rem;
  font-weight: 100;
}
.zapas_item.nadchazejici .zapas_item_tymy, .zapas_item.nadchazejici .zapas_item_tymy2 {
  font-weight: 700;
}
.zapas_item_body {
  font-size: 2rem;
  font-weight: 900;
  margin-top: -8px !important;
  margin-bottom: -8px !important;
  padding-left: 27px;
}
.zapas_item_body .vyhra, .mladez_zapas_item_body .vyhra {
  color: #efff5e;
}
.zapas_item_body .prohra, .mladez_zapas_item_body .prohra {
  color: #82899c;
}
.zapas_item_body img {
  vertical-align: unset;
  height: 20px;
}
.zapas_item_detail {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
#zapasy_tabulka {
  background-color: #0B183B;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.tabulka_hlavicka {
  border: 1px solid #efff5e;
  text-transform: uppercase;
}
.tabulka_item {
  text-transform: uppercase;
}
.tabulka_item:hover {
  background-color: #040C1F;
  cursor: default;
}
.tabulka_item:last-child {
  border-bottom: 1px dotted #82899c;
  padding-bottom: 0.75rem !important;
}
#hrac {
  background-color: #040C1F;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
#zapas {
  background-color: #07122E;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#zapas.zapas_nema_album {
  background-position: center -203px;
}
#zapas_info {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}
#zapas_skore {
  color: #efff5e;
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
 }
#zapas_foto {
  width: 100%;
  overflow-x: hidden;
}
#zapas_foto_container {
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 0px;
  width: max-content;
}
#zapas_foto_container img {
  width: 222px;
}
#zapas_statistiky {
  background-color: #0B183B;
}
#zapas_clanky h2 {
  font-size: 1.8rem;
}
#zapas_clanky > div {
  border-right: 3px solid #0B183B;
}
#zapas_clanky > div:last-child {
  border-right: none;
}
#zapas_statistiky div.bg_2 {
  padding-bottom: 3rem;
}
#zapas_statistiky table {
  text-transform: uppercase;
  font-size: 1.25rem;
  border-bottom: 1px dotted #82899c;
}
#zapas_statistiky table td, #zapas_statistiky table a {
  color: #dddddd;
}
#zapas_statistiky table td, #zapas_statistiky table th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#zapas_statistiky table tr:nth-child(2) td {
  /*padding-top: 1.5rem;*/
}
#zapas_statistiky .tabulka_hlavicka td {
  color: #efff5e !important;
}
#zapas_statistiky table tr:hover:not(.tabulka_hlavicka) {
  background-color: #040C1F;
}
#zapas_statistiky table td {
  text-align: center;
}
#zapas_statistiky table td:first-child {
  text-align: left;
}
.soupiska_item h3 {
  color: #82899C;
  text-transform: uppercase;
  font-weight: 300;
}
.soupiska_item h3 span:last-child {
  font-weight: 900;
}
.soupiska_item_img {
  border-bottom: 2px solid white;
}
#mladez_soupiska .soupiska_item_img {
  padding: 0px 10px;
}
#mladez_soupiska h3 {
  font-size: 1.5rem;
}
.soupiska_item_dres {
  position: absolute;
  bottom: -12px;
  left: -4px;
  width: 100%;
  font-size: 5.5rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ffffff;
}
#mladez_soupiska .soupiska_item_dres {
  color: #82899C;
}
#mladez_soupiska .soupiska_item_img {
  border-bottom-color: #82899C;
}
#soupiska_treneri {
  background-color: #07112E;
}
.soupiska_treneri_item_popis {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.soupiska_treneri_item_popis > div:first-child {
  font-weight: 100;
  font-size: 0.9rem;
}
.soupiska_treneri_item_popis > div:nth-child(2) {
  font-weight: 900;
  line-height: 1.25;
}
#soupiska_tymovka {
  background-color: #0B183B;
}
#hrac_popis {
  border-bottom: 2px solid white;
  text-transform: uppercase;
}
.hrac_popis_cislo {
  font-size: 14rem;
  color: #efff5e;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#hrac_popis h2 {
  font-size: 5rem;
  line-height: 1;
}
#mladez_druzstva_seznam .btn_outline_zluta {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.175rem 0.5rem;
}
#mladez_druzstva_seznam .btn_outline_zluta:hover {
  background-color: #efff5e;
  color: #040C1F;
}
#mladez_top_vysledky > div {
  border-right: 1px solid #82899c;
}
#mladez_top_vysledky > div:last-child {
  border-right: none;
}
.pripravka_btn_dalsi_aktuality {
  height: 47.2px;
}
#mladez_treneri {
  background-color: #07112E;
}
.mladez_treninky_item  {
  padding: 0.75rem 0rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-top: 3px solid #0b183b;
}
.mladez_treninky_item:first-child {
  padding-top: 0px;
  border-top: none;
}
#mladez_foto {
  background-color: #0b183b;
}
#pata {
  background-color: #040c1f;
  color: #dddddd;
}
#pata_menu a, #pata_2 a {
  color: #dddddd;
}
#pata_info {
  font-weight: 600;
}
#pata_partneri:after {
  background-color: #82899c;
  color: #82899c;
  content: '';
  display: block;
  bottom: 0px;
  height: 1px;
  position: relative;
  max-width: 500px;
  width: 75%;
  margin: 0px auto;
}
#pata_2 {
  background-color: #000000;
}
#instagram {
  position: relative;
}
#instagram h2 {
  position: absolute;
  top: -60px;
  color: #dddddd;
}
#pata_partneri_img {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#partneri img {
  max-height: 45px;
  max-width: 100%;
}
#partneri .border-right {
  border-right: 0.5px solid #82899c !important;
}
#partneri h3 {
  color: #efff5e;
  font-size: 1.5rem;
  font-weight: 900;
}
#pata_partneri img {
  max-height: 45px;
  max-width: 100%;
}
.fanshop_item h4 {
  font-size: 1.75rem;
}
.fanshop_item_popis {
  color: #aaaaaa;
}
.fanshop_item_velikost {
  font-size: 1.25rem;
  color: #aaaaaa;
}
.fanshop_item_velikost span {
  font-weight: 700;
}
.fanshop_item_cena {
  color: #efff5e;
  font-size: 1.5rem;
  font-weight: 600;
}
#oklubu_historie h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#oklubu_historie_sipky {
  float: right;
}
#oklubu_historie_sipky img {
  height: 22px;
  margin-top: 3px;
}
#sezona_select .dropdown-menu  {
  min-width: 0px;
  text-align: center;
  z-index: 88;
  background-color: #07122E;
  position: relative;
}
#sezona_select .dropdown-menu li {
  padding: 7px 5px;
}
#sezona_select {
  font-weight: 300;
}
#sezona_select .dropdown-menu li a {
  color: #ffffff;
  font-size: 1.35rem;
}
#sezona_select .dropdown-menu li a:hover {
  color: rgba(255,255,255,0.65);
}
#sezona_select .dropdown-toggle {
  font-size: 2.5rem;
  font-weight: 600;
}
#sezona_select .dropdown-toggle::after {
  content: none;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .zapas_item_datum {
    max-width: 13.5%;
    flex: 0 0 13.5%;
  }
  .zapas_item_kolo {
    max-width: 5.5%;
    flex: 0 0 5.5%;
  }
  .zapas_item_tymy {
    max-width: 50.5%;
    flex: 0 0 50.5%;
    padding-left: 1.6rem;
  }
  .zapas_item_tymy2 {
    max-width: 66%;
    flex: 0 0 66%;
    padding-left: 1.5rem;
  }
  .zapas_item_body {
    max-width: 15.5%;
    flex: 0 0 15.5%;
  }
  .zapas_item_detail {
    max-width: 15.0%;
    flex: 0 0 15.0%;
  }
  .mladez_zapas_item_1 {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .mladez_zapas_item_datum {
    max-width: 12%;
    flex: 0 0 12%;
  }
  .mladez_zapas_item_tymy {
    max-width: 61%;
    flex: 0 0 61%;
  }
  .mladez_zapas_item_tymy2 {
    max-width: 78%;
    flex: 0 0 78%;
  }
  .mladez_zapas_item_body {
    max-width: 17%;
    flex: 0 0 17%;
    padding-left: 13px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  #instagram h2 {
    width: 1110px;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (max-width: 1660px) {
  #top .navbar-brand img {
    height: 50px;
  }
  #top {
    font-size: 1.15rem;
  }
  #top_odkazy img {
    height: 24px;
  }
  #top_socky img {
    height: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

@media (max-width: 1920px) {
  #top .navbar-brand img {
    height: 40px;
  }
  #top {
    font-size: 1.0rem;
  }
  #top_odkazy img {
    height: 20px;
  }
  #top_socky img {
    height: 16px;
  }
}

@media (max-width: 1500px) {
  #top_odkazy {
    display: none;
  }
  #top_socky {
    padding-top: 0rem;
    margin-top: -5px;
  }
}
@media (max-width: 1249px) {
  #top_socky {
    display: none;
  }
}
/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {

  #top {
    font-size: 0.9rem;
  }
  #top_socky {
    display: none;
  }
  #uvod_pristi_zapasy_sipky {
    top: 48px;
  }
  .uvod_pristi_zapasy_item {
    width: 310px;
  }
  .uvod_zapasy_body {
    font-size: 4rem;
  }
  .uvod_videogalerie_item, .uvod_fotogalerie_item {
    width: 315.33333333px;
  }
  #zapas_foto_container img {
    width: 233px;
  }
  .uvod_aktuality_cislo {
    top: -14px;
    left: -25px;
    font-size: 5rem;
  }
  #uvod_aktuality_top .uvod_aktuality_cislo {
    top: -30px;
    left: -35px;
    font-size: 8rem;
  }
  #zapas.zapas_nema_album {
    background-position: center top;
  }

}

/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {
  #pata_partneri img {
    max-width: 140px;
  }
  #uvod_pristi_zapasy_sipky {
    top: 36px;
  }
  #uvod_pristi_zapasy_sipky img {
    height: 24px;
  }
  .uvod_pristi_zapasy_item {
    width: 230px;
  }
  .uvod_zapasy_datum {
    font-size: 0.8rem;
  }
  .uvod_zapasy_body {
    font-size: 3rem;
  }
  .uvod_zapasy_tym {
    font-size: 1.4rem;
    height: 30px;
  }
  .uvod_videogalerie_item, .uvod_fotogalerie_item {
    width: 353.5px;
  }
  #zapas_foto_container img {
    width: 230px;
  }
  .uvod_aktuality_cislo {
    display: none;
  }
  #mladez_druzstva_seznam .btn_outline_zluta {
    font-size: 0.7rem;
    font-weight: 200;
    padding: 0.175rem 0.5rem;
  }
  a.uvod_galerie_dalsi {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  #uvod_aktuality_top {
    width: 90%;
    bottom: 15px;
  }
  #uvod_aktuality_top h2 {
    font-size: 2rem;
    min-height: unset;
  }
  #uvod_aktuality_pravy .uvod_aktuality_datum {
    font-size: 0.8rem;
  }
  #uvod_aktuality .uvod_aktuality_item {
    padding: 5px 5px 5px 20px;
  }
  #uvod_aktuality #uvod_aktuality_pravy h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
  #uvod_aktuality .uvod_aktuality_vsechny a {
    font-size: 0.8rem;
  }
  .pripravka_btn_dalsi_aktuality {
    height: auto;
  }

}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
  #uvod_fotogalerie h4, #mladez_galerie h4, #aktuality h4, #galerie h4, #videogalerie h4 {
    font-size: 1.30rem;
  }
  #sezony_menu {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  #sezony_menu img {
    height: 20px;
  }
  #pata_partneri img {
    max-width: 125px;
  }
  #uvod_pristi_zapasy_sipky {
    top: 58px;
  }
  #uvod_pristi_zapasy_sipky img {
    height: 30px;
  }
  .uvod_pristi_zapasy_item {
    width: 510px;
  }
  .uvod_zapasy_datum {
    font-size: 1rem;
  }
  .uvod_zapasy_body {
    font-size: 5rem;
  }
  .uvod_zapasy_tym {
    font-size: 1.7rem;
    height: 40px;
  }
  #uvod_fanshop_1 {
    width: 100%;
  }
  #uvod_fanshop_2 {
    display: none;
  }
  #uvod_aktuality_top {
    width: 90%;
  }
  #uvod_aktuality_top h2 {
    font-size: 1.6rem;
  }
  #uvod_aktuality #uvod_aktuality_pravy h2 {
    font-size: 1.5rem;
  }
  #uvod_aktuality .uvod_aktuality_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0px;
  }
  #uvod_aktuality h2 {
    margin-bottom: 0px;
  }
  .zapas_item .border-right {
    border-right: none !important;
  }
  .zapas_item .border-left {
    border-left: none !important;
  }
  .zapas_item_body {
    padding-left: 15px;
    padding-top: 0.25rem;
  }
  .zapas_item_tymy, .zapas_item_tymy2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
  }
  #zapas h1 {
    font-size: 2.5rem;
  }
  #zapas_skore {
    font-size: 7rem;
  }
  #hrac_popis h2 {
    font-size: 3rem;
  }
  .soupiska_item h3 {
    font-size: 1.5rem;
  }
  .uvod_videogalerie_item, .uvod_fotogalerie_item {
    width: 263px;
  }
  #zapas_foto_container img {
    width: 170px;
  }

}

/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575px) {
  #pata_partneri_img {
    -ms-flex-pack: distribute !important;
    justify-content: space-evenly !important;
  }
  .uvod_pristi_zapasy_item {
    width: calc(100vw - 30px);
  }
  #uvod_videogalerie, #uvod_fotogalerie {
    width: calc(100%);
  }
  .uvod_videogalerie_item, .uvod_fotogalerie_item {
    width: calc(100vw - 30px);
  }
  #zapas_foto_container img {
    width: calc(34vw - 10px);
  }
  .soupiska_item_dres {
    font-size: 3.5rem;
    bottom: -9px;
  }
}

@media (max-width: 450px) {
  #pata_partneri_img {
    -ms-flex-pack: distribute !important;
    justify-content: space-evenly !important;
  }
  #pata_partneri img {
    max-width: 125px;
  }
  #pata {
    font-size: 0.9rem;
  }
  #mladez_druzstva_seznam .btn_outline_zluta {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}

